Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

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


PHP coding style problems

(2 errors, 11 warnings)

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

question/type/molsimilarity/backup/moodle2/backup_qtype_molsimilarity_plugin.class.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
question/type/molsimilarity/classes/output/mobile.php
(#30) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
question/type/molsimilarity/classes/privacy/provider.php
(#33) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
question/type/molsimilarity/db/upgrade.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
question/type/molsimilarity/externallib.php
(#33) Opening brace should be on the same line as the declaration for class qtype_molsimilarity_external
question/type/molsimilarity/renderer.php
(#28) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
question/type/molsimilarity/tests/helper.php
(#26) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
question/type/molsimilarity/tests/question_test.php
(#44) PHPUnit testcase name "qtype_molsimilarity_question_test" does not match file name "question_test"
(#44) PHPUnit class "qtype_molsimilarity_question_test" does not have any namespace. It is recommended to add it to the "qtype_molsimilarity" namespace, using more levels if needed, in order to match the code being tested
question/type/molsimilarity/tests/questiontype_test.php
(#44) PHPUnit testcase name "qtype_molsimilarity_test" does not match file name "questiontype_test"
(#44) PHPUnit class "qtype_molsimilarity_test" does not have any namespace. It is recommended to add it to the "qtype_molsimilarity" namespace, using more levels if needed, in order to match the code being tested
question/type/molsimilarity/tests/walkthrough_test.php
(#1) PHPUnit test file missing any valid testcase class declaration
(#26) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.

Javascript coding style problems

(10204 errors, 106490 warnings)

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

question/type/molsimilarity/Chemdoodle/ChemDoodleWeb-simple.js
(#3) This line has a length of 480. Maximum allowed is 132. (max-len)
(#3) Operator '=' must be spaced. (space-infix-ops)
(#3) Operator '||' must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Operator '=' must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#3) Operator '=' must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Operator '=' must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Operator '<' must be spaced. (space-infix-ops)
(#3) Operator '?' must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'done'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'value'. (key-spacing)
(#3) Operator ':' must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'done'. (key-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Operator '=' must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Missing space before value for key 'next'. (key-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Operator '=' must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Operator '=' must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Operator '=' must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Operator '=' must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Operator '=' must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Operator '=' must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Operator '=' must be spaced. (space-infix-ops)
(#4) This line has a length of 516. Maximum allowed is 132. (max-len)
(#4) Operator '=' must be spaced. (space-infix-ops)
(#4) Operator '||' must be spaced. (space-infix-ops)
(#4) Operator '==' must be spaced. (space-infix-ops)
(#4) Operator '?' must be spaced. (space-infix-ops)
(#4) Operator ':' must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Operator '==' must be spaced. (space-infix-ops)
(#4) Operator '||' must be spaced. (space-infix-ops)
(#4) Operator '==' must be spaced. (space-infix-ops)
(#4) Expected { after 'if' condition. (curly)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#4) Operator '=' must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Operator '=' must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Operator '=' must be spaced. (space-infix-ops)
(#4) Operator '==' must be spaced. (space-infix-ops)
(#4) Operator '&&' must be spaced. (space-infix-ops)
(#4) 'globalThis' is not defined. (no-undef)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Operator '==' must be spaced. (space-infix-ops)
(#4) Operator '&&' must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Operator '==' must be spaced. (space-infix-ops)
(#4) Operator '&&' must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Operator '==' must be spaced. (space-infix-ops)
(#4) Operator '&&' must be spaced. (space-infix-ops)
(#4) 'global' is not defined. (no-undef)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Operator '=' must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Operator '<' must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Operator '=' must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Operator '&&' must be spaced. (space-infix-ops)
(#4) Operator '==' must be spaced. (space-infix-ops)
(#4) Expected { after 'if' condition. (curly)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) before "throw". (keyword-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Operator '=' must be spaced. (space-infix-ops)
(#5) This line has a length of 400. Maximum allowed is 132. (max-len)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Operator '===' must be spaced. (space-infix-ops)
(#5) Operator '&&' must be spaced. (space-infix-ops)
(#5) Operator '===' must be spaced. (space-infix-ops)
(#5) 'Symbol' is not defined. (no-undef)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Operator '||' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) '$jscomp$lookupPolyfilledValue' is assigned a value but never used. (no-unused-vars)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Use '===' to compare with null. (no-eq-null)
(#5) Operator '==' must be spaced. (space-infix-ops)
(#5) Expected { after 'if' condition. (curly)
(#5) Expected space(s) before "return". (keyword-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Operator '!==' must be spaced. (space-infix-ops)
(#5) Operator '?' must be spaced. (space-infix-ops)
(#5) Operator ':' must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-spacing)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Missing semicolon. (semi)
(#6) This line has a length of 390. Maximum allowed is 132. (max-len)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Operator '<' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Operator '-' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Operator '!=' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) Use '===' to compare with null. (no-eq-null)
(#6) Operator '!=' must be spaced. (space-infix-ops)
(#6) Operator '&&' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'configurable'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'writable'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'value'. (key-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#7) This line has a length of 519. Maximum allowed is 132. (max-len)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '<' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '-' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#7) Use '===' to compare with null. (no-eq-null)
(#7) Operator '!=' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'configurable'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'writable'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'value'. (key-spacing)
(#7) Operator ':' must be spaced. (space-infix-ops)
(#7) Operator '!==' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '===' must be spaced. (space-infix-ops)
(#7) Operator '&&' must be spaced. (space-infix-ops)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected use of '>>>'. (no-bitwise)
(#7) Operator '*' must be spaced. (space-infix-ops)
(#7) Operator '>>>' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '?' must be spaced. (space-infix-ops)
(#8) This line has a length of 193. Maximum allowed is 132. (max-len)
(#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) 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 space before value for key 'configurable'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'writable'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'value'. (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) Operator '=' must be spaced. (space-infix-ops)
(#8) Unexpected empty function. (no-empty-function)
(#8) Missing space before opening brace. (space-before-blocks)
(#9) This line has a length of 443. Maximum allowed is 132. (max-len)
(#9) A space is required after ','. (comma-spacing)
(#9) Requires a space after '{'. (block-spacing)
(#9) Statement inside of curly braces should be on next line. (brace-style)
(#9) Missing space before opening brace. (space-before-blocks)
(#9) Expected space(s) after "if". (keyword-spacing)
(#9) Expected { after 'if' condition. (curly)
(#9) Expected space(s) before "return". (keyword-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Requires a space after '{'. (block-spacing)
(#9) Statement inside of curly braces should be on next line. (brace-style)
(#9) Missing space before opening brace. (space-before-blocks)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'configurable'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'writable'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'value'. (key-spacing)
(#9) Requires a space before '}'. (block-spacing)
(#9) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9) Missing semicolon. (semi)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Requires a space after '{'. (block-spacing)
(#9) Statement inside of curly braces should be on next line. (brace-style)
(#9) Missing space before opening brace. (space-before-blocks)
(#9) Requires a space before '}'. (block-spacing)
(#9) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9) Missing semicolon. (semi)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Operator '+' must be spaced. (space-infix-ops)
(#9) Unexpected use of '>>>'. (no-bitwise)
(#9) Operator '*' must be spaced. (space-infix-ops)
(#9) Operator '>>>' must be spaced. (space-infix-ops)
(#9) Operator '+' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Requires a space after '{'. (block-spacing)
(#9) Statement inside of curly braces should be on next line. (brace-style)
(#9) Missing space before opening brace. (space-before-blocks)
(#9) Expected space(s) after "if". (keyword-spacing)
(#9) Expected { after 'if' condition. (curly)
(#9) Expected space(s) before "throw". (keyword-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Operator '+' must be spaced. (space-infix-ops)
(#9) Operator '||' must be spaced. (space-infix-ops)
(#9) Operator '+' must be spaced. (space-infix-ops)
(#9) Operator '+' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Requires a space before '}'. (block-spacing)
(#9) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9) Missing semicolon. (semi)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Requires a space before '}'. (block-spacing)
(#9) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9) Missing semicolon. (semi)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#10) This line has a length of 502. Maximum allowed is 132. (max-len)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Expected { after 'if' condition. (curly)
(#10) Expected space(s) before "return". (keyword-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) 'Symbol' is not defined. (no-undef)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "for". (keyword-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Operator '<' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#10) Operator '===' must be spaced. (space-infix-ops)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) Operator '!=' must be spaced. (space-infix-ops)
(#10) Operator '&&' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'configurable'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'writable'. (key-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing space before value for key 'value'. (key-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space before '}'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Missing semicolon. (semi)
(#10) Expected space(s) before "return". (keyword-spacing)
(#10) Requires a space before '}'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Missing semicolon. (semi)
(#10) A space is required after ','. (comma-spacing)
(#11) This line has a length of 414. Maximum allowed is 132. (max-len)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing space before value for key 'next'. (key-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) 'Symbol' is not defined. (no-undef)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Operator '&&' must be spaced. (space-infix-ops)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "for". (keyword-spacing)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Operator '<' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Expected { after 'if' condition. (curly)
(#11) Expected space(s) before "return". (keyword-spacing)
(#11) Expected space(s) after "return". (keyword-spacing)
(#11) Missing space before value for key 'i'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'v'. (key-spacing)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Expected space(s) before "return". (keyword-spacing)
(#11) Expected space(s) after "return". (keyword-spacing)
(#11) Missing space before value for key 'i'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'v'. (key-spacing)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Operator '?' must be spaced. (space-infix-ops)
(#11) Operator ':' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) This line has a length of 281. Maximum allowed is 132. (max-len)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Use '===' to compare with null. (no-eq-null)
(#12) Operator '==' must be spaced. (space-infix-ops)
(#12) Expected { after 'if' condition. (curly)
(#12) Expected space(s) before "throw". (keyword-spacing)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#12) Expected { after 'if' condition. (curly)
(#12) Expected space(s) before "throw". (keyword-spacing)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#13) This line has a length of 280. Maximum allowed is 132. (max-len)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Operator '+=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Unexpected use of '|'. (no-bitwise)
(#13) Operator '|' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "for". (keyword-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Operator '<' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '<' must be spaced. (space-infix-ops)
(#13) Expected { after 'for' condition. (curly)
(#13) Expected space(s) before "if". (keyword-spacing)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Operator '!=' must be spaced. (space-infix-ops)
(#13) Expected { after 'if' condition. (curly)
(#13) Expected space(s) before "return". (keyword-spacing)
(#13) Expected space(s) after "return". (keyword-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) 'd' used outside of binding context. (block-scoped-var)
(#13) Operator '>=' must be spaced. (space-infix-ops)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) This line has a length of 475. Maximum allowed is 132. (max-len)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '>' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Use '===' to compare with null. (no-eq-null)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '>' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '>' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '+' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'for' condition. (curly)
(#14) Expected space(s) before "this". (keyword-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) This line has a length of 497. Maximum allowed is 132. (max-len)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#16) This line has a length of 274. Maximum allowed is 132. (max-len)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'iChemLabs'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'informatics'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'io'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'lib'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'notations'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'structures'. (key-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#17) This line has a length of 510. Maximum allowed is 132. (max-len)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#17) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#17) Operator '===' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator '===' must be spaced. (space-infix-ops)
(#17) 'module' is not defined. (no-undef)
(#17) Operator '?' must be spaced. (space-infix-ops)
(#17) 'module' is not defined. (no-undef)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Operator '?' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Operator ':' must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) before "throw". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Operator ':' must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Operator '!==' must be spaced. (space-infix-ops)
(#17) Operator '?' must be spaced. (space-infix-ops)
(#17) Operator ':' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Missing JSDoc comment. (require-jsdoc)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator 'in' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) Operator '===' must be spaced. (space-infix-ops)
(#17) Operator '||' must be spaced. (space-infix-ops)
(#17) Operator '?' must be spaced. (space-infix-ops)
(#17) Operator ':' must be spaced. (space-infix-ops)
(#17) Operator '===' must be spaced. (space-infix-ops)
(#17) Operator '||' must be spaced. (space-infix-ops)
(#17) Operator '===' must be spaced. (space-infix-ops)
(#17) Operator '||' must be spaced. (space-infix-ops)
(#17) Operator '===' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator '<' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator '-' must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Expected space(s) before "function". (keyword-spacing)
(#17) Missing JSDoc comment. (require-jsdoc)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected space(s) after "return". (keyword-spacing)
(#18) This line has a length of 510. Maximum allowed is 132. (max-len)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '!==' must be spaced. (space-infix-ops)
(#18) Requires a space before '}'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Expected { after 'if' condition. (curly)
(#18) Expected space(s) before "return". (keyword-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) This line has 24 statements. Maximum allowed is 2. (max-statements-per-line)
(#18) Operator '===' must be spaced. (space-infix-ops)
(#18) Operator '!==' must be spaced. (space-infix-ops)
(#18) Requires a space before '}'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Operator '===' must be spaced. (space-infix-ops)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Expected { after 'if' condition. (curly)
(#18) Expected space(s) before "return". (keyword-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Requires a space before '}'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) Expected space(s) before "return". (keyword-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Expected space(s) after "return". (keyword-spacing)
(#18) Operator '<' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '!==' must be spaced. (space-infix-ops)
(#18) Requires a space before '}'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) Requires a space before '}'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) Expected space(s) before "function". (keyword-spacing)
(#18) Missing JSDoc comment. (require-jsdoc)
(#18) A space is required after ','. (comma-spacing)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Expected space(s) after "for". (keyword-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '!==' must be spaced. (space-infix-ops)
(#18) Expected { after 'for' condition. (curly)
(#18) Requires a space before '}'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) Expected space(s) before "function". (keyword-spacing)
(#18) Missing JSDoc comment. (require-jsdoc)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Operator '||' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Requires a space before '}'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Requires a space before '}'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) Expected space(s) before "function". (keyword-spacing)
(#18) Missing JSDoc comment. (require-jsdoc)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Requires a space before '}'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) Expected space(s) before "function". (keyword-spacing)
(#18) Missing JSDoc comment. (require-jsdoc)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator '+' must be spaced. (space-infix-ops)
(#18) Requires a space before '}'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) Expected space(s) before "function". (keyword-spacing)
(#18) Missing JSDoc comment. (require-jsdoc)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Operator '===' must be spaced. (space-infix-ops)
(#19) This line has a length of 503. Maximum allowed is 132. (max-len)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '===' must be spaced. (space-infix-ops)
(#19) Expected { after 'if' condition. (curly)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '+' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '===' must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "try". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Do not nest ternary expressions. (no-nested-ternary)
(#19) Operator '===' must be spaced. (space-infix-ops)
(#19) Operator '?' must be spaced. (space-infix-ops)
(#19) Operator ':' must be spaced. (space-infix-ops)
(#19) Do not nest ternary expressions. (no-nested-ternary)
(#19) Operator '===' must be spaced. (space-infix-ops)
(#19) Operator '?' must be spaced. (space-infix-ops)
(#19) Operator ':' must be spaced. (space-infix-ops)
(#19) Do not nest ternary expressions. (no-nested-ternary)
(#19) Operator '===' must be spaced. (space-infix-ops)
(#19) Operator '?' must be spaced. (space-infix-ops)
(#19) Operator ':' must be spaced. (space-infix-ops)
(#19) Do not nest ternary expressions. (no-nested-ternary)
(#19) Operator '+' must be spaced. (space-infix-ops)
(#19) Operator '===' must be spaced. (space-infix-ops)
(#19) Operator '?' must be spaced. (space-infix-ops)
(#19) Operator ':' must be spaced. (space-infix-ops)
(#19) Operator '?' must be spaced. (space-infix-ops)
(#19) Operator ':' must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "catch". (keyword-spacing)
(#19) Expected space(s) after "catch". (keyword-spacing)
(#19) Empty block statement. (no-empty)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected { after 'else'. (curly)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "function". (keyword-spacing)
(#19) Missing JSDoc comment. (require-jsdoc)
(#19) Function 'p' has a complexity of 22. Maximum allowed is 20. (complexity)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '?' must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Operator ':' must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) Operator '?' must be spaced. (space-infix-ops)
(#19) Operator ':' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) Operator '!==' must be spaced. (space-infix-ops)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '!==' must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected { after 'do'. (curly)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '/=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#20) This line has a length of 520. Maximum allowed is 132. (max-len)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '+' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "while". (keyword-spacing)
(#20) Operator '!==' must be spaced. (space-infix-ops)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#20) Operator '/' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '!==' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) Expected space(s) before "if". (keyword-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Operator '?' must be spaced. (space-infix-ops)
(#20) Operator '+' must be spaced. (space-infix-ops)
(#20) Operator '+' must be spaced. (space-infix-ops)
(#20) Operator '*' must be spaced. (space-infix-ops)
(#20) Operator ':' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) Expected space(s) before "return". (keyword-spacing)
(#20) 'ea' used outside of binding context. (block-scoped-var)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) Expected space(s) before "function". (keyword-spacing)
(#20) Missing JSDoc comment. (require-jsdoc)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Do not nest ternary expressions. (no-nested-ternary)
(#20) Operator '!==' must be spaced. (space-infix-ops)
(#20) Operator '?' must be spaced. (space-infix-ops)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) Operator ':' must be spaced. (space-infix-ops)
(#20) Operator '!==' must be spaced. (space-infix-ops)
(#20) Operator '?' must be spaced. (space-infix-ops)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) Operator ':' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Operator '===' must be spaced. (space-infix-ops)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '?' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator ':' must be spaced. (space-infix-ops)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) Expected space(s) before "function". (keyword-spacing)
(#20) Missing JSDoc comment. (require-jsdoc)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Expected space(s) after "for". (keyword-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Operator '<' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected { after 'for' condition. (curly)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) Expected space(s) before "function". (keyword-spacing)
(#20) Missing JSDoc comment. (require-jsdoc)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Expected space(s) after "for". (keyword-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#21) This line has a length of 501. Maximum allowed is 132. (max-len)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Operator '<' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected { after 'for' condition. (curly)
(#21) Expected space(s) before "if". (keyword-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) Operator '===' must be spaced. (space-infix-ops)
(#21) Expected { after 'if' condition. (curly)
(#21) Expected space(s) before "if". (keyword-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Operator '===' must be spaced. (space-infix-ops)
(#21) Expected { after 'if' condition. (curly)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '?' must be spaced. (space-infix-ops)
(#21) Operator ':' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Operator '+' must be spaced. (space-infix-ops)
(#21) Operator '+' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "for". (keyword-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected { after 'for' condition. (curly)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) Expected space(s) before "else". (keyword-spacing)
(#21) Expected { after 'else'. (curly)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) 'R' used outside of binding context. (block-scoped-var)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "for". (keyword-spacing)
(#21) 'ea' used outside of binding context. (block-scoped-var)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) 'J' used outside of binding context. (block-scoped-var)
(#21) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) 'T' used outside of binding context. (block-scoped-var)
(#21) 'ea' used outside of binding context. (block-scoped-var)
(#21) Expected { after 'for' condition. (curly)
(#21) Expected space(s) before "if". (keyword-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Operator '<' must be spaced. (space-infix-ops)
(#21) 'J' used outside of binding context. (block-scoped-var)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected { after 'if' condition. (curly)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) 'J' used outside of binding context. (block-scoped-var)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) 'J' used outside of binding context. (block-scoped-var)
(#22) This line has a length of 505. Maximum allowed is 132. (max-len)
(#22) 'J' used outside of binding context. (block-scoped-var)
(#22) Unexpected use of comma operator. (no-sequences)
(#22) A space is required after ','. (comma-spacing)
(#22) 'M' used outside of binding context. (block-scoped-var)
(#22) Operator '=' must be spaced. (space-infix-ops)
(#22) 'R' used outside of binding context. (block-scoped-var)
(#22) 'J' used outside of binding context. (block-scoped-var)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Operator '&&' must be spaced. (space-infix-ops)
(#22) 'M' used outside of binding context. (block-scoped-var)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected { after 'if' condition. (curly)
(#22) Expected space(s) before "for". (keyword-spacing)
(#22) Expected space(s) after "for". (keyword-spacing)
(#22) 'Q' used outside of binding context. (block-scoped-var)
(#22) Operator '=' must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) 'J' used outside of binding context. (block-scoped-var)
(#22) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#22) Operator '=' must be spaced. (space-infix-ops)
(#22) 'M' used outside of binding context. (block-scoped-var)
(#22) 'Q' used outside of binding context. (block-scoped-var)
(#22) Expected { after 'for' condition. (curly)
(#22) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#22) 'J' used outside of binding context. (block-scoped-var)
(#22) Operator '||' must be spaced. (space-infix-ops)
(#22) Operator '&&' must be spaced. (space-infix-ops)
(#22) 'J' used outside of binding context. (block-scoped-var)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) 'R' used outside of binding context. (block-scoped-var)
(#22) Requires a space before '}'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "function". (keyword-spacing)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) This line has 23 statements. Maximum allowed is 2. (max-statements-per-line)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Expected space(s) after "return". (keyword-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "function". (keyword-spacing)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Expected space(s) after "return". (keyword-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "function". (keyword-spacing)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Expected space(s) after "try". (keyword-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Requires a space before '}'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "catch". (keyword-spacing)
(#22) Expected space(s) after "catch". (keyword-spacing)
(#22) Empty block statement. (no-empty)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space before '}'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Expected space(s) before "function". (keyword-spacing)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Operator '===' must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#22) Operator '!==' must be spaced. (space-infix-ops)
(#22) Operator '&&' must be spaced. (space-infix-ops)
(#22) Operator '=' must be spaced. (space-infix-ops)
(#22) Operator '||' must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Operator '=' must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "for". (keyword-spacing)
(#22) Expected { after 'for-in'. (curly)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing semicolon. (semi)
(#22) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#22) Use '===' to compare with null. (no-eq-null)
(#22) Operator '==' must be spaced. (space-infix-ops)
(#22) Operator '&&' must be spaced. (space-infix-ops)
(#22) Use '===' to compare with null. (no-eq-null)
(#22) Operator '==' must be spaced. (space-infix-ops)
(#22) Operator '?' must be spaced. (space-infix-ops)
(#22) Operator '=' must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Operator '=' must be spaced. (space-infix-ops)
(#22) Operator '=' must be spaced. (space-infix-ops)
(#22) Operator ':' must be spaced. (space-infix-ops)
(#22) Use '===' to compare with null. (no-eq-null)
(#22) Operator '==' must be spaced. (space-infix-ops)
(#22) Operator '&&' must be spaced. (space-infix-ops)
(#22) Operator '===' must be spaced. (space-infix-ops)
(#22) Operator '?' must be spaced. (space-infix-ops)
(#22) Operator '=' must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Operator '=' must be spaced. (space-infix-ops)
(#22) Operator ':' must be spaced. (space-infix-ops)
(#22) Operator '=' must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Operator '=' must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Operator '=' must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Operator '===' must be spaced. (space-infix-ops)
(#22) Expected { after 'if' condition. (curly)
(#22) Operator '=' must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected { after 'if' condition. (curly)
(#22) Expected space(s) before "return". (keyword-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Operator '===' must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Operator '=' must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Operator '=' must be spaced. (space-infix-ops)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#23) This line has a length of 509. Maximum allowed is 132. (max-len)
(#23) Requires a space before '}'. (block-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Missing semicolon. (semi)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Operator '=' must be spaced. (space-infix-ops)
(#23) Operator '||' must be spaced. (space-infix-ops)
(#23) Operator '=' must be spaced. (space-infix-ops)
(#23) Requires a space before '}'. (block-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Missing semicolon. (semi)
(#23) Expected space(s) before "return". (keyword-spacing)
(#23) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#23) Requires a space after '{'. (block-spacing)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Requires a space before '}'. (block-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Missing semicolon. (semi)
(#23) Requires a space before '}'. (block-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Missing semicolon. (semi)
(#23) Expected space(s) before "function". (keyword-spacing)
(#23) Missing JSDoc comment. (require-jsdoc)
(#23) A space is required after ','. (comma-spacing)
(#23) Requires a space after '{'. (block-spacing)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) A space is required after ','. (comma-spacing)
(#23) Operator '&&' must be spaced. (space-infix-ops)
(#23) Operator '!==' must be spaced. (space-infix-ops)
(#23) Operator '?' must be spaced. (space-infix-ops)
(#23) Operator ':' must be spaced. (space-infix-ops)
(#23) A space is required after ','. (comma-spacing)
(#23) Operator '?' must be spaced. (space-infix-ops)
(#23) Operator '||' must be spaced. (space-infix-ops)
(#23) Operator ':' must be spaced. (space-infix-ops)
(#23) Requires a space before '}'. (block-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Missing semicolon. (semi)
(#23) Expected space(s) before "function". (keyword-spacing)
(#23) Missing JSDoc comment. (require-jsdoc)
(#23) Requires a space after '{'. (block-spacing)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Operator '=' must be spaced. (space-infix-ops)
(#23) Operator '!==' must be spaced. (space-infix-ops)
(#23) Operator '+' must be spaced. (space-infix-ops)
(#23) Operator '+' must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Requires a space before '}'. (block-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Missing semicolon. (semi)
(#23) Expected space(s) before "function". (keyword-spacing)
(#23) Missing JSDoc comment. (require-jsdoc)
(#23) Requires a space after '{'. (block-spacing)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Operator '=' must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#23) Operator '?' must be spaced. (space-infix-ops)
(#23) Operator '=' must be spaced. (space-infix-ops)
(#23) Operator ':' must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Requires a space before '}'. (block-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Missing semicolon. (semi)
(#23) Expected space(s) before "function". (keyword-spacing)
(#23) Missing JSDoc comment. (require-jsdoc)
(#23) A space is required after ','. (comma-spacing)
(#23) Requires a space after '{'. (block-spacing)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Expected space(s) after "if". (keyword-spacing)
(#23) Operator '===' must be spaced. (space-infix-ops)
(#23) Requires a space after '{'. (block-spacing)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Expected space(s) after "if". (keyword-spacing)
(#23) Requires a space after '{'. (block-spacing)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Operator '=' must be spaced. (space-infix-ops)
(#24) This line has a length of 507. Maximum allowed is 132. (max-len)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#24) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) Expected { after 'if' condition. (curly)
(#24) Expected space(s) before "for". (keyword-spacing)
(#24) Expected space(s) after "for". (keyword-spacing)
(#24) Unexpected use of comma operator. (no-sequences)
(#24) A space is required after ','. (comma-spacing)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Expected { after 'for-in'. (curly)
(#24) Expected space(s) before "for". (keyword-spacing)
(#24) Expected space(s) after "for". (keyword-spacing)
(#24) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Operator '<' must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected { after 'for' condition. (curly)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Requires a space before '}'. (block-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Missing semicolon. (semi)
(#24) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Requires a space before '}'. (block-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Missing semicolon. (semi)
(#24) Requires a space before '}'. (block-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Expected space(s) before "function". (keyword-spacing)
(#24) Missing JSDoc comment. (require-jsdoc)
(#24) Function 'I' has a complexity of 21. Maximum allowed is 20. (complexity)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) Operator '-' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Operator '||' must be spaced. (space-infix-ops)
(#24) Operator '<' must be spaced. (space-infix-ops)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) Operator '===' must be spaced. (space-infix-ops)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) Expected { after 'if' condition. (curly)
(#24) Expected space(s) before "return". (keyword-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Requires a space before '}'. (block-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Missing semicolon. (semi)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#25) This line has a length of 511. Maximum allowed is 132. (max-len)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Operator '===' must be spaced. (space-infix-ops)
(#25) Operator '&&' must be spaced. (space-infix-ops)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Operator '||' must be spaced. (space-infix-ops)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "for". (keyword-spacing)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Operator '<' must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Operator '!==' must be spaced. (space-infix-ops)
(#25) Operator '&&' must be spaced. (space-infix-ops)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Operator '&&' must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Expected space(s) before "if". (keyword-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Expected { after 'if' condition. (curly)
(#25) Expected space(s) before "for". (keyword-spacing)
(#25) Expected space(s) after "for". (keyword-spacing)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) Operator '-' must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Operator '<' must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) 'la' used outside of binding context. (block-scoped-var)
(#25) Expected { after 'for' condition. (curly)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) Unexpected use of comma operator. (no-sequences)
(#25) A space is required after ','. (comma-spacing)
(#25) 'la' used outside of binding context. (block-scoped-var)
(#25) Operator '||' must be spaced. (space-infix-ops)
(#25) Operator '&&' must be spaced. (space-infix-ops)
(#25) 'la' used outside of binding context. (block-scoped-var)
(#25) A space is required after ','. (comma-spacing)
(#25) Operator '&&' must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) 'la' used outside of binding context. (block-scoped-var)
(#25) Operator '&&' must be spaced. (space-infix-ops)
(#25) 'la' used outside of binding context. (block-scoped-var)
(#25) Operator '?' must be spaced. (space-infix-ops)
(#25) Operator '&&' must be spaced. (space-infix-ops)
(#25) 'la' used outside of binding context. (block-scoped-var)
(#25) Operator ':' must be spaced. (space-infix-ops)
(#25) 'la' used outside of binding context. (block-scoped-var)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Expected space(s) before "return". (keyword-spacing)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Expected space(s) before "function". (keyword-spacing)
(#25) Missing JSDoc comment. (require-jsdoc)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Expected space(s) after "for". (keyword-spacing)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) Operator '?' must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Operator ':' must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Use '===' to compare with null. (no-eq-null)
(#25) Operator '!=' must be spaced. (space-infix-ops)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected { after 'for' condition. (curly)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Operator '||' must be spaced. (space-infix-ops)
(#25) Operator '!==' must be spaced. (space-infix-ops)
(#25) Operator '||' must be spaced. (space-infix-ops)
(#26) This line has a length of 507. Maximum allowed is 132. (max-len)
(#26) Unexpected use of comma operator. (no-sequences)
(#26) A space is required after ','. (comma-spacing)
(#26) Operator '&&' must be spaced. (space-infix-ops)
(#26) Operator '&&' must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) Operator '&&' must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Requires a space before '}'. (block-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Missing semicolon. (semi)
(#26) Expected space(s) before "function". (keyword-spacing)
(#26) Missing JSDoc comment. (require-jsdoc)
(#26) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#26) A space is required after ','. (comma-spacing)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Requires a space before '}'. (block-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Missing semicolon. (semi)
(#26) Expected space(s) before "function". (keyword-spacing)
(#26) Missing JSDoc comment. (require-jsdoc)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#26) Operator '||' must be spaced. (space-infix-ops)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Operator '!==' must be spaced. (space-infix-ops)
(#26) Operator '&&' must be spaced. (space-infix-ops)
(#26) Operator '||' must be spaced. (space-infix-ops)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Operator '||' must be spaced. (space-infix-ops)
(#26) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#26) A space is required after ','. (comma-spacing)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Requires a space before '}'. (block-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Missing semicolon. (semi)
(#26) Expected space(s) before "function". (keyword-spacing)
(#26) Missing JSDoc comment. (require-jsdoc)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Operator '||' must be spaced. (space-infix-ops)
(#26) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#26) Operator '?' must be spaced. (space-infix-ops)
(#27) This line has a length of 502. Maximum allowed is 132. (max-len)
(#27) Operator '||' must be spaced. (space-infix-ops)
(#27) Operator ':' must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#27) Operator '!==' must be spaced. (space-infix-ops)
(#27) Operator '&&' must be spaced. (space-infix-ops)
(#27) Operator '!==' must be spaced. (space-infix-ops)
(#27) Operator '||' must be spaced. (space-infix-ops)
(#27) A space is required after ','. (comma-spacing)
(#27) Operator '||' must be spaced. (space-infix-ops)
(#27) Operator '=' must be spaced. (space-infix-ops)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Expected space(s) after "if". (keyword-spacing)
(#27) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#27) Operator '&&' must be spaced. (space-infix-ops)
(#27) Operator '&&' must be spaced. (space-infix-ops)
(#27) Operator '&&' must be spaced. (space-infix-ops)
(#27) Requires a space after '{'. (block-spacing)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Operator '=' must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Operator '=' must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Operator '=' must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Operator '=' must be spaced. (space-infix-ops)
(#27) Operator '=' must be spaced. (space-infix-ops)
(#27) Operator '=' must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Operator '=' must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Operator '=' must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Operator '=' must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Operator '=' must be spaced. (space-infix-ops)
(#27) Requires a space before '}'. (block-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Missing semicolon. (semi)
(#27) Expected space(s) before "return". (keyword-spacing)
(#27) Operator '!==' must be spaced. (space-infix-ops)
(#27) Operator '?' must be spaced. (space-infix-ops)
(#27) Operator '+' must be spaced. (space-infix-ops)
(#27) Operator ':' must be spaced. (space-infix-ops)
(#27) Requires a space before '}'. (block-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Missing semicolon. (semi)
(#27) Expected space(s) before "function". (keyword-spacing)
(#27) Missing JSDoc comment. (require-jsdoc)
(#27) A space is required after ','. (comma-spacing)
(#27) Requires a space after '{'. (block-spacing)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Expected space(s) after "return". (keyword-spacing)
(#27) Missing space before value for key 'get'. (key-spacing)
(#27) Expected to return a value at the end of method 'get'. (consistent-return)
(#27) Requires a space after '{'. (block-spacing)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Expected space(s) after "if". (keyword-spacing)
(#27) Expected { after 'if' condition. (curly)
(#27) Expected space(s) before "delete". (keyword-spacing)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Expected { after 'else'. (curly)
(#27) Expected space(s) after "return". (keyword-spacing)
(#27) Operator '=' must be spaced. (space-infix-ops)
(#27) A space is required after ','. (comma-spacing)
(#27) Requires a space before '}'. (block-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Missing semicolon. (semi)
(#27) Requires a space before '}'. (block-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Missing semicolon. (semi)
(#27) Expected space(s) before "function". (keyword-spacing)
(#27) Missing JSDoc comment. (require-jsdoc)
(#27) Requires a space after '{'. (block-spacing)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Expected space(s) after "if". (keyword-spacing)
(#27) Expected { after 'if' condition. (curly)
(#27) Expected space(s) before "return". (keyword-spacing)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Expected space(s) after "for". (keyword-spacing)
(#27) Operator '=' must be spaced. (space-infix-ops)
(#27) Operator '+' must be spaced. (space-infix-ops)
(#27) A space is required after ','. (comma-spacing)
(#27) Operator '=' must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Expected { after 'for' condition. (curly)
(#27) Expected space(s) before "if". (keyword-spacing)
(#27) Expected space(s) after "if". (keyword-spacing)
(#27) Operator '=' must be spaced. (space-infix-ops)
(#27) Operator '+' must be spaced. (space-infix-ops)
(#27) Unexpected use of comma operator. (no-sequences)
(#27) A space is required after ','. (comma-spacing)
(#28) This line has a length of 504. Maximum allowed is 132. (max-len)
(#28) Expected { after 'if' condition. (curly)
(#28) Expected space(s) before "return". (keyword-spacing)
(#28) Requires a space before '}'. (block-spacing)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Missing semicolon. (semi)
(#28) Expected space(s) before "function". (keyword-spacing)
(#28) Missing JSDoc comment. (require-jsdoc)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Requires a space after '{'. (block-spacing)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Expected space(s) after "return". (keyword-spacing)
(#28) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#28) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#28) Operator '=' must be spaced. (space-infix-ops)
(#28) Operator '?' must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Operator '-' must be spaced. (space-infix-ops)
(#28) Operator '||' must be spaced. (space-infix-ops)
(#28) Operator '+' must be spaced. (space-infix-ops)
(#28) Operator '||' must be spaced. (space-infix-ops)
(#28) Operator ':' must be spaced. (space-infix-ops)
(#28) Requires a space before '}'. (block-spacing)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Missing semicolon. (semi)
(#28) Expected space(s) before "function". (keyword-spacing)
(#28) Missing JSDoc comment. (require-jsdoc)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Requires a space after '{'. (block-spacing)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Operator '=' must be spaced. (space-infix-ops)
(#28) Do not nest ternary expressions. (no-nested-ternary)
(#28) Operator '===' must be spaced. (space-infix-ops)
(#28) Operator '?' must be spaced. (space-infix-ops)
(#28) Operator ':' must be spaced. (space-infix-ops)
(#28) Operator '?' must be spaced. (space-infix-ops)
(#28) Operator ':' must be spaced. (space-infix-ops)
(#28) Operator '===' must be spaced. (space-infix-ops)
(#28) Operator '?' must be spaced. (space-infix-ops)
(#28) Operator ':' must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected space(s) after "for". (keyword-spacing)
(#28) Operator '=' must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Operator '>' must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Operator '+=' must be spaced. (space-infix-ops)
(#28) Expected { after 'for' condition. (curly)
(#28) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#28) Operator '===' must be spaced. (space-infix-ops)
(#28) Operator '&&' must be spaced. (space-infix-ops)
(#28) Operator '+=' must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Operator '+' must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Unexpected use of comma operator. (no-sequences)
(#28) A space is required after ','. (comma-spacing)
(#28) Operator '?' must be spaced. (space-infix-ops)
(#28) Operator '===' must be spaced. (space-infix-ops)
(#28) Operator '&&' must be spaced. (space-infix-ops)
(#28) Operator '-=' must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Operator '+' must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Operator '!==' must be spaced. (space-infix-ops)
(#28) Operator '&&' must be spaced. (space-infix-ops)
(#28) Operator '-=' must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Operator '+' must be spaced. (space-infix-ops)
(#28) Operator '+' must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Operator ':' must be spaced. (space-infix-ops)
(#28) Operator '+=' must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Operator '+' must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Operator '!==' must be spaced. (space-infix-ops)
(#28) Operator '&&' must be spaced. (space-infix-ops)
(#28) Operator '+=' must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Operator '+' must be spaced. (space-infix-ops)
(#28) Operator '+' must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) 'J' used outside of binding context. (block-scoped-var)
(#28) Requires a space before '}'. (block-spacing)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Missing semicolon. (semi)
(#28) Expected space(s) before "function". (keyword-spacing)
(#28) Missing JSDoc comment. (require-jsdoc)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Requires a space after '{'. (block-spacing)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Operator '=' must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#28) Operator '=' must be spaced. (space-infix-ops)
(#28) Operator '===' must be spaced. (space-infix-ops)
(#28) Operator '?' must be spaced. (space-infix-ops)
(#28) Operator ':' must be spaced. (space-infix-ops)
(#29) This line has a length of 507. Maximum allowed is 132. (max-len)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#29) A space is required after ','. (comma-spacing)
(#29) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) Operator '===' must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Expected space(s) after "if". (keyword-spacing)
(#29) Operator '>=' must be spaced. (space-infix-ops)
(#29) Operator '||' must be spaced. (space-infix-ops)
(#29) Use '===' to compare with null. (no-eq-null)
(#29) Operator '==' must be spaced. (space-infix-ops)
(#29) Requires a space after '{'. (block-spacing)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Expected space(s) after "if". (keyword-spacing)
(#29) Operator '>' must be spaced. (space-infix-ops)
(#29) Operator '||' must be spaced. (space-infix-ops)
(#29) Use '===' to compare with null. (no-eq-null)
(#29) Operator '==' must be spaced. (space-infix-ops)
(#29) Expected { after 'if' condition. (curly)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Expected space(s) after "if". (keyword-spacing)
(#29) Expected { after 'if' condition. (curly)
(#29) Expected space(s) before "return". (keyword-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) Operator '&&' must be spaced. (space-infix-ops)
(#29) Operator '||' must be spaced. (space-infix-ops)
(#29) Operator '===' must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) Operator '||' must be spaced. (space-infix-ops)
(#29) Requires a space before '}'. (block-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Missing semicolon. (semi)
(#29) Expected space(s) before "return". (keyword-spacing)
(#29) Operator '+' must be spaced. (space-infix-ops)
(#29) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Operator '||' must be spaced. (space-infix-ops)
(#29) Operator '?' must be spaced. (space-infix-ops)
(#29) Operator ':' must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Operator '+' must be spaced. (space-infix-ops)
(#29) Requires a space before '}'. (block-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Missing semicolon. (semi)
(#29) Expected space(s) before "function". (keyword-spacing)
(#29) Missing JSDoc comment. (require-jsdoc)
(#29) A space is required after ','. (comma-spacing)
(#29) Requires a space after '{'. (block-spacing)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Expected space(s) after "for". (keyword-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Operator '<' must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Expected { after 'for' condition. (curly)
(#29) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) Unexpected use of comma operator. (no-sequences)
(#29) A space is required after ','. (comma-spacing)
(#29) Operator '&&' must be spaced. (space-infix-ops)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) Operator '?' must be spaced. (space-infix-ops)
(#29) Operator '||' must be spaced. (space-infix-ops)
(#29) Operator '!==' must be spaced. (space-infix-ops)
(#29) Operator '||' must be spaced. (space-infix-ops)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) Operator '===' must be spaced. (space-infix-ops)
(#29) Operator '&&' must be spaced. (space-infix-ops)
(#29) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#29) Operator '&&' must be spaced. (space-infix-ops)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#29) Operator ':' must be spaced. (space-infix-ops)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#29) A space is required after ','. (comma-spacing)
(#29) Operator '===' must be spaced. (space-infix-ops)
(#30) This line has a length of 523. Maximum allowed is 132. (max-len)
(#30) Operator '&&' must be spaced. (space-infix-ops)
(#30) Operator '||' must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Operator '?' must be spaced. (space-infix-ops)
(#30) Operator ':' must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "for". (keyword-spacing)
(#30) 'M' used outside of binding context. (block-scoped-var)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) 'M' used outside of binding context. (block-scoped-var)
(#30) Operator '<' must be spaced. (space-infix-ops)
(#30) 'Q' used outside of binding context. (block-scoped-var)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) 'M' used outside of binding context. (block-scoped-var)
(#30) 'D' used outside of binding context. (block-scoped-var)
(#30) Expected { after 'for' condition. (curly)
(#30) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) 'M' used outside of binding context. (block-scoped-var)
(#30) Unexpected use of comma operator. (no-sequences)
(#30) A space is required after ','. (comma-spacing)
(#30) 'D' used outside of binding context. (block-scoped-var)
(#30) Operator '||' must be spaced. (space-infix-ops)
(#30) Operator '&&' must be spaced. (space-infix-ops)
(#30) Operator '!==' must be spaced. (space-infix-ops)
(#30) 'D' used outside of binding context. (block-scoped-var)
(#30) Operator '&&' must be spaced. (space-infix-ops)
(#30) Operator '!==' must be spaced. (space-infix-ops)
(#30) 'D' used outside of binding context. (block-scoped-var)
(#30) Operator '||' must be spaced. (space-infix-ops)
(#30) 'D' used outside of binding context. (block-scoped-var)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Operator '?' must be spaced. (space-infix-ops)
(#30) 'J' used outside of binding context. (block-scoped-var)
(#30) 'M' used outside of binding context. (block-scoped-var)
(#30) Operator '||' must be spaced. (space-infix-ops)
(#30) Operator ':' must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#30) Requires a space before '}'. (block-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Missing semicolon. (semi)
(#30) Expected space(s) before "function". (keyword-spacing)
(#30) Missing JSDoc comment. (require-jsdoc)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Missing semicolon. (semi)
(#30) Expected space(s) before "function". (keyword-spacing)
(#30) Missing JSDoc comment. (require-jsdoc)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Requires a space before '}'. (block-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Missing semicolon. (semi)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Return statement should not contain assignment. (no-return-assign)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Requires a space before '}'. (block-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Missing semicolon. (semi)
(#30) Expected space(s) before "function". (keyword-spacing)
(#30) Missing JSDoc comment. (require-jsdoc)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Missing space before value for key 'height'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "for". (keyword-spacing)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Operator '?' must be spaced. (space-infix-ops)
(#30) Operator ':' must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Operator '>' must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Operator '+=' must be spaced. (space-infix-ops)
(#30) Operator '-' must be spaced. (space-infix-ops)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Operator '+' must be spaced. (space-infix-ops)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Operator '+' must be spaced. (space-infix-ops)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Requires a space before '}'. (block-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Missing semicolon. (semi)
(#30) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#30) Operator '&&' must be spaced. (space-infix-ops)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Missing semicolon. (semi)
(#30) Expected space(s) before "function". (keyword-spacing)
(#30) Missing JSDoc comment. (require-jsdoc)
(#30) Expected to return a value at the end of function 'na'. (consistent-return)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Expected space(s) after "for". (keyword-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Operator '||' must be spaced. (space-infix-ops)
(#31) This line has a length of 502. Maximum allowed is 132. (max-len)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Operator '<' must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected { after 'for' condition. (curly)
(#31) Expected space(s) before "if". (keyword-spacing)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected { after 'if' condition. (curly)
(#31) Expected space(s) before "return". (keyword-spacing)
(#31) Requires a space before '}'. (block-spacing)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Missing semicolon. (semi)
(#31) Expected space(s) before "function". (keyword-spacing)
(#31) Missing JSDoc comment. (require-jsdoc)
(#31) A space is required after ','. (comma-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected space(s) after "for". (keyword-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#31) Operator '&&' must be spaced. (space-infix-ops)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#31) Operator '!==' must be spaced. (space-infix-ops)
(#31) Operator '&&' must be spaced. (space-infix-ops)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Operator '&&' must be spaced. (space-infix-ops)
(#31) Operator 'in' must be spaced. (space-infix-ops)
(#31) Expected { after 'if' condition. (curly)
(#31) Expected space(s) before "for". (keyword-spacing)
(#31) Expected space(s) after "for". (keyword-spacing)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Unexpected use of comma operator. (no-sequences)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected { after 'for-in'. (curly)
(#31) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#31) Operator '||' must be spaced. (space-infix-ops)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected { after 'else'. (curly)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Requires a space before '}'. (block-spacing)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Missing semicolon. (semi)
(#31) Requires a space before '}'. (block-spacing)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Expected space(s) before "function". (keyword-spacing)
(#31) Missing JSDoc comment. (require-jsdoc)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Requires a space before '}'. (block-spacing)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Missing semicolon. (semi)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Expected { after 'if' condition. (curly)
(#31) Expected space(s) before "return". (keyword-spacing)
(#31) Expected space(s) after "return". (keyword-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Operator '||' must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Operator '+' must be spaced. (space-infix-ops)
(#31) Operator '-' must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected space(s) after "for". (keyword-spacing)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#32) This line has a length of 511. Maximum allowed is 132. (max-len)
(#32) Operator '-' must be spaced. (space-infix-ops)
(#32) Operator '/' must be spaced. (space-infix-ops)
(#32) Operator '||' must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Operator '<' must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Expected { after 'for' condition. (curly)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) 'ea' used outside of binding context. (block-scoped-var)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Expected space(s) after "if". (keyword-spacing)
(#32) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#32) Operator '>' must be spaced. (space-infix-ops)
(#32) 'ea' used outside of binding context. (block-scoped-var)
(#32) Operator '&&' must be spaced. (space-infix-ops)
(#32) 'la' used outside of binding context. (block-scoped-var)
(#32) Expected { after 'if' condition. (curly)
(#32) Expected space(s) before "return". (keyword-spacing)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Expected space(s) after "return". (keyword-spacing)
(#32) Requires a space before '}'. (block-spacing)
(#32) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) Missing semicolon. (semi)
(#32) A space is required after ','. (comma-spacing)
(#32) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) Missing space before value for key 'elem'. (key-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing space before value for key 'props'. (key-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing space before value for key 'opts'. (key-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing space before value for key 'specialEasing'. (key-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing space before value for key 'easing'. (key-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing space before value for key 'originalProperties'. (key-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing space before value for key 'originalOptions'. (key-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing space before value for key 'startTime'. (key-spacing)
(#32) Operator '||' must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing space before value for key 'duration'. (key-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing space before value for key 'tweens'. (key-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing space before value for key 'createTween'. (key-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Requires a space after '{'. (block-spacing)
(#32) Statement inside of curly braces should be on next line. (brace-style)
(#32) Missing space before opening brace. (space-before-blocks)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Operator '||' must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Requires a space before '}'. (block-spacing)
(#32) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) Missing semicolon. (semi)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing space before value for key 'stop'. (key-spacing)
(#32) Requires a space after '{'. (block-spacing)
(#32) Statement inside of curly braces should be on next line. (brace-style)
(#32) Missing space before opening brace. (space-before-blocks)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) Operator '?' must be spaced. (space-infix-ops)
(#32) Operator ':' must be spaced. (space-infix-ops)
(#33) This line has a length of 504. Maximum allowed is 132. (max-len)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Expected space(s) after "if". (keyword-spacing)
(#33) Expected { after 'if' condition. (curly)
(#33) Expected space(s) before "return". (keyword-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Expected space(s) after "for". (keyword-spacing)
(#33) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Operator '<' must be spaced. (space-infix-ops)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Expected { after 'for' condition. (curly)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#33) Operator '?' must be spaced. (space-infix-ops)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Operator ':' must be spaced. (space-infix-ops)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Requires a space before '}'. (block-spacing)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) Missing semicolon. (semi)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Expected space(s) after "for". (keyword-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Operator '<' must be spaced. (space-infix-ops)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Expected { after 'for' condition. (curly)
(#33) Expected space(s) before "if". (keyword-spacing)
(#33) Expected space(s) after "if". (keyword-spacing)
(#33) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Expected { after 'if' condition. (curly)
(#33) Expected space(s) before "return". (keyword-spacing)
(#33) Operator '&&' must be spaced. (space-infix-ops)
(#33) A space is required after ','. (comma-spacing)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#33) A space is required after ','. (comma-spacing)
(#33) Unexpected use of comma operator. (no-sequences)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#33) Operator '&&' must be spaced. (space-infix-ops)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing space before value for key 'elem'. (key-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing space before value for key 'anim'. (key-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing space before value for key 'queue'. (key-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#34) This line has a length of 505. Maximum allowed is 132. (max-len)
(#34) Requires a space before '}'. (block-spacing)
(#34) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#34) Missing semicolon. (semi)
(#34) Expected space(s) before "function". (keyword-spacing)
(#34) Missing JSDoc comment. (require-jsdoc)
(#34) Requires a space after '{'. (block-spacing)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#34) Operator '&&' must be spaced. (space-infix-ops)
(#34) Operator '||' must be spaced. (space-infix-ops)
(#34) Requires a space before '}'. (block-spacing)
(#34) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#34) Missing semicolon. (semi)
(#34) Expected space(s) before "function". (keyword-spacing)
(#34) Missing JSDoc comment. (require-jsdoc)
(#34) Requires a space after '{'. (block-spacing)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) A space is required after ','. (comma-spacing)
(#34) Requires a space after '{'. (block-spacing)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#34) Operator '!==' must be spaced. (space-infix-ops)
(#34) Operator '&&' must be spaced. (space-infix-ops)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) Operator '||' must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Expected space(s) after "if". (keyword-spacing)
(#34) Expected { after 'if' condition. (curly)
(#34) Expected space(s) before "for". (keyword-spacing)
(#34) Expected space(s) after "for". (keyword-spacing)
(#34) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) Expected { after 'for' condition. (curly)
(#34) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#34) Operator '===' must be spaced. (space-infix-ops)
(#34) Operator '?' must be spaced. (space-infix-ops)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) Operator '||' must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) Operator '||' must be spaced. (space-infix-ops)
(#34) Operator ':' must be spaced. (space-infix-ops)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) Operator '||' must be spaced. (space-infix-ops)
(#34) Requires a space before '}'. (block-spacing)
(#34) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#34) Missing semicolon. (semi)
(#34) Requires a space before '}'. (block-spacing)
(#34) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#34) Missing semicolon. (semi)
(#34) Expected space(s) before "function". (keyword-spacing)
(#34) Missing JSDoc comment. (require-jsdoc)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Requires a space after '{'. (block-spacing)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Missing JSDoc comment. (require-jsdoc)
(#34) Requires a space after '{'. (block-spacing)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Operator '||' must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) Expected to return a value at the end of function. (consistent-return)
(#34) A space is required after ','. (comma-spacing)
(#34) Requires a space after '{'. (block-spacing)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Expected space(s) after "if". (keyword-spacing)
(#34) Operator '===' must be spaced. (space-infix-ops)
(#34) Operator '&&' must be spaced. (space-infix-ops)
(#34) Operator '&&' must be spaced. (space-infix-ops)
(#34) Expected { after 'if' condition. (curly)
(#34) Expected space(s) before "return". (keyword-spacing)
(#34) Unexpected use of comma operator. (no-sequences)
(#35) This line has a length of 501. Maximum allowed is 132. (max-len)
(#35) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Expected { after 'if' condition. (curly)
(#35) Expected space(s) before "return". (keyword-spacing)
(#35) Expected space(s) after "return". (keyword-spacing)
(#35) Operator '=' must be spaced. (space-infix-ops)
(#35) Requires a space before '}'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#35) Requires a space before '}'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Expected space(s) before "var". (keyword-spacing)
(#35) Operator '=' must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#35) Operator '=' must be spaced. (space-infix-ops)
(#35) Operator '===' must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#35) Operator '||' must be spaced. (space-infix-ops)
(#35) Operator '&&' must be spaced. (space-infix-ops)
(#35) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#35) Requires a space before '}'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Expected space(s) before "function". (keyword-spacing)
(#35) Missing JSDoc comment. (require-jsdoc)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#35) Operator '=' must be spaced. (space-infix-ops)
(#35) Operator '||' must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "for". (keyword-spacing)
(#35) Expected { after 'for-in'. (curly)
(#35) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#35) Operator '!==' must be spaced. (space-infix-ops)
(#35) Operator '&&' must be spaced. (space-infix-ops)
(#35) Operator '?' must be spaced. (space-infix-ops)
(#35) Operator ':' must be spaced. (space-infix-ops)
(#35) Operator '||' must be spaced. (space-infix-ops)
(#35) Operator '=' must be spaced. (space-infix-ops)
(#35) Operator '=' must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#35) Operator '&&' must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Expected space(s) before "function". (keyword-spacing)
(#35) Missing JSDoc comment. (require-jsdoc)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Expected { after 'if' condition. (curly)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#35) Operator '||' must be spaced. (space-infix-ops)
(#35) Operator '?' must be spaced. (space-infix-ops)
(#35) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#35) A space is required after ','. (comma-spacing)
(#35) Operator ':' must be spaced. (space-infix-ops)
(#35) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#35) Operator '+' must be spaced. (space-infix-ops)
(#35) Operator '+' must be spaced. (space-infix-ops)
(#35) Operator '===' must be spaced. (space-infix-ops)
(#35) Operator '&&' must be spaced. (space-infix-ops)
(#35) Use '===' to compare with null. (no-eq-null)
(#35) Operator '!=' must be spaced. (space-infix-ops)
(#35) Operator '?' must be spaced. (space-infix-ops)
(#35) Operator ':' must be spaced. (space-infix-ops)
(#35) Operator '+' must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Operator '||' must be spaced. (space-infix-ops)
(#35) Operator '!==' must be spaced. (space-infix-ops)
(#35) Expected { after 'if' condition. (curly)
(#35) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Expected { after 'else'. (curly)
(#35) Expected space(s) after "for". (keyword-spacing)
(#35) Expected { after 'for-in'. (curly)
(#35) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#35) Operator '+' must be spaced. (space-infix-ops)
(#35) Operator '+' must be spaced. (space-infix-ops)
(#35) Operator '+' must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Expected space(s) before "function". (keyword-spacing)
(#35) Missing JSDoc comment. (require-jsdoc)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Operator '?' must be spaced. (space-infix-ops)
(#35) Operator ':' must be spaced. (space-infix-ops)
(#35) Operator '===' must be spaced. (space-infix-ops)
(#36) This line has a length of 512. Maximum allowed is 132. (max-len)
(#36) Operator '&&' must be spaced. (space-infix-ops)
(#36) Requires a space before '}'. (block-spacing)
(#36) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) Missing semicolon. (semi)
(#36) Expected space(s) before "var". (keyword-spacing)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) Requires a space after '{'. (block-spacing)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#36) A space is required after ','. (comma-spacing)
(#36) Requires a space before '}'. (block-spacing)
(#36) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) Missing semicolon. (semi)
(#36) A space is required after ','. (comma-spacing)
(#36) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) Requires a space after '{'. (block-spacing)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Requires a space before '}'. (block-spacing)
(#36) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) Missing semicolon. (semi)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) Missing space before value for key 'jquery'. (key-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing space before value for key 'constructor'. (key-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing space before value for key 'selector'. (key-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing space before value for key 'length'. (key-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing space before value for key 'toArray'. (key-spacing)
(#36) Requires a space after '{'. (block-spacing)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Requires a space before '}'. (block-spacing)
(#36) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) Missing semicolon. (semi)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing space before value for key 'get'. (key-spacing)
(#36) Requires a space after '{'. (block-spacing)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Do not nest ternary expressions. (no-nested-ternary)
(#36) Use '===' to compare with null. (no-eq-null)
(#36) Operator '!=' must be spaced. (space-infix-ops)
(#36) Operator '?' must be spaced. (space-infix-ops)
(#36) Operator '>' must be spaced. (space-infix-ops)
(#36) Operator '?' must be spaced. (space-infix-ops)
(#36) Operator '+' must be spaced. (space-infix-ops)
(#36) Operator ':' must be spaced. (space-infix-ops)
(#36) Operator ':' must be spaced. (space-infix-ops)
(#36) Requires a space before '}'. (block-spacing)
(#36) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) Missing semicolon. (semi)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing space before value for key 'pushStack'. (key-spacing)
(#36) Requires a space after '{'. (block-spacing)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#37) This line has a length of 501. Maximum allowed is 132. (max-len)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Requires a space before '}'. (block-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Missing semicolon. (semi)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'each'. (key-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) A space is required after ','. (comma-spacing)
(#37) Requires a space before '}'. (block-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Missing semicolon. (semi)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'map'. (key-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Requires a space before '}'. (block-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Missing semicolon. (semi)
(#37) Requires a space before '}'. (block-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Missing semicolon. (semi)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'slice'. (key-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) A space is required after ','. (comma-spacing)
(#37) Requires a space before '}'. (block-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Missing semicolon. (semi)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'first'. (key-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space before '}'. (block-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Missing semicolon. (semi)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'last'. (key-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space before '}'. (block-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Missing semicolon. (semi)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'eq'. (key-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) Operator '+' must be spaced. (space-infix-ops)
(#37) Operator '>' must be spaced. (space-infix-ops)
(#37) Operator '?' must be spaced. (space-infix-ops)
(#37) Operator ':' must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Operator '<=' must be spaced. (space-infix-ops)
(#37) Operator '&&' must be spaced. (space-infix-ops)
(#37) Operator '<' must be spaced. (space-infix-ops)
(#37) Operator '?' must be spaced. (space-infix-ops)
(#37) Operator ':' must be spaced. (space-infix-ops)
(#37) Requires a space before '}'. (block-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Missing semicolon. (semi)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'end'. (key-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Operator '||' must be spaced. (space-infix-ops)
(#37) Requires a space before '}'. (block-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Missing semicolon. (semi)
(#38) This line has a length of 508. Maximum allowed is 132. (max-len)
(#38) Missing space before value for key 'push'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'sort'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key 'splice'. (key-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Operator '=' must be spaced. (space-infix-ops)
(#38) Operator '=' must be spaced. (space-infix-ops)
(#38) Function has a complexity of 21. Maximum allowed is 20. (complexity)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Operator '=' must be spaced. (space-infix-ops)
(#38) Operator '||' must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Operator '=' must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Operator '=' must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#38) Operator '=' must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Operator '===' must be spaced. (space-infix-ops)
(#38) Operator '&&' must be spaced. (space-infix-ops)
(#38) Operator '=' must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Operator '=' must be spaced. (space-infix-ops)
(#38) Operator '||' must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Operator '===' must be spaced. (space-infix-ops)
(#38) Operator '||' must be spaced. (space-infix-ops)
(#38) Operator '||' must be spaced. (space-infix-ops)
(#38) Operator '=' must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Operator '===' must be spaced. (space-infix-ops)
(#38) Operator '&&' must be spaced. (space-infix-ops)
(#38) Operator '=' must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected space(s) after "for". (keyword-spacing)
(#38) Operator '<' must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected { after 'for' condition. (curly)
(#38) Expected space(s) before "if". (keyword-spacing)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Use '===' to compare with null. (no-eq-null)
(#38) Operator '!=' must be spaced. (space-infix-ops)
(#38) Operator '=' must be spaced. (space-infix-ops)
(#38) Expected { after 'if' condition. (curly)
(#38) Expected space(s) before "for". (keyword-spacing)
(#38) Expected space(s) after "for". (keyword-spacing)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Operator '=' must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Operator '=' must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Operator '!==' must be spaced. (space-infix-ops)
(#38) Operator '&&' must be spaced. (space-infix-ops)
(#38) Operator '&&' must be spaced. (space-infix-ops)
(#38) Operator '&&' must be spaced. (space-infix-ops)
(#38) Operator '||' must be spaced. (space-infix-ops)
(#38) Operator '=' must be spaced. (space-infix-ops)
(#38) Operator '?' must be spaced. (space-infix-ops)
(#38) Operator '?' must be spaced. (space-infix-ops)
(#38) Operator '=' must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Operator '=' must be spaced. (space-infix-ops)
(#38) Operator '&&' must be spaced. (space-infix-ops)
(#38) Operator '?' must be spaced. (space-infix-ops)
(#38) Operator ':' must be spaced. (space-infix-ops)
(#38) Operator ':' must be spaced. (space-infix-ops)
(#38) Operator '=' must be spaced. (space-infix-ops)
(#38) Operator '&&' must be spaced. (space-infix-ops)
(#38) Operator '?' must be spaced. (space-infix-ops)
(#38) Operator ':' must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Operator '=' must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Operator ':' must be spaced. (space-infix-ops)
(#38) Operator '!==' must be spaced. (space-infix-ops)
(#38) Operator '&&' must be spaced. (space-infix-ops)
(#38) Operator '=' must be spaced. (space-infix-ops)
(#38) Requires a space before '}'. (block-spacing)
(#38) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#38) Missing semicolon. (semi)
(#38) Expected space(s) before "return". (keyword-spacing)
(#38) Requires a space before '}'. (block-spacing)
(#38) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#38) Missing semicolon. (semi)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Missing space before value for key 'expando'. (key-spacing)
(#38) Operator '+' must be spaced. (space-infix-ops)
(#39) This line has a length of 508. Maximum allowed is 132. (max-len)
(#39) Operator '+' must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'isReady'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'error'. (key-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space before '}'. (block-spacing)
(#39) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'noop'. (key-spacing)
(#39) Unexpected empty method 'noop'. (no-empty-function)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'isFunction'. (key-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Expected space(s) after "return". (keyword-spacing)
(#39) Operator '===' must be spaced. (space-infix-ops)
(#39) Requires a space before '}'. (block-spacing)
(#39) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#39) Missing semicolon. (semi)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'isArray'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'isWindow'. (key-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#39) Use '===' to compare with null. (no-eq-null)
(#39) Operator '!=' must be spaced. (space-infix-ops)
(#39) Operator '&&' must be spaced. (space-infix-ops)
(#39) Operator '===' must be spaced. (space-infix-ops)
(#39) Requires a space before '}'. (block-spacing)
(#39) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#39) Missing semicolon. (semi)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'isNumeric'. (key-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Operator '=' must be spaced. (space-infix-ops)
(#39) Operator '&&' must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected space(s) after "return". (keyword-spacing)
(#39) Operator '&&' must be spaced. (space-infix-ops)
(#39) Operator '<=' must be spaced. (space-infix-ops)
(#39) Operator '-' must be spaced. (space-infix-ops)
(#39) Operator '+' must be spaced. (space-infix-ops)
(#39) Requires a space before '}'. (block-spacing)
(#39) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#39) Missing semicolon. (semi)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'isPlainObject'. (key-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected space(s) after "if". (keyword-spacing)
(#39) Operator '!==' must be spaced. (space-infix-ops)
(#39) Operator '||' must be spaced. (space-infix-ops)
(#39) Operator '||' must be spaced. (space-infix-ops)
(#39) Operator '||' must be spaced. (space-infix-ops)
(#39) Operator '&&' must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Operator '&&' must be spaced. (space-infix-ops)
(#39) Operator '||' must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected { after 'if' condition. (curly)
(#39) Expected space(s) before "return". (keyword-spacing)
(#39) Expected space(s) after "return". (keyword-spacing)
(#40) This line has a length of 521. Maximum allowed is 132. (max-len)
(#40) Expected space(s) after "for". (keyword-spacing)
(#40) Expected { after 'for-in'. (curly)
(#40) Operator '===' must be spaced. (space-infix-ops)
(#40) Operator '||' must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Requires a space before '}'. (block-spacing)
(#40) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) Missing semicolon. (semi)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'isEmptyObject'. (key-spacing)
(#40) Requires a space after '{'. (block-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Expected space(s) after "for". (keyword-spacing)
(#40) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#40) Expected { after 'for-in'. (curly)
(#40) Expected space(s) before "return". (keyword-spacing)
(#40) Expected space(s) after "return". (keyword-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected space(s) after "return". (keyword-spacing)
(#40) Requires a space before '}'. (block-spacing)
(#40) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) Missing semicolon. (semi)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'type'. (key-spacing)
(#40) Requires a space after '{'. (block-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Do not nest ternary expressions. (no-nested-ternary)
(#40) Use '===' to compare with null. (no-eq-null)
(#40) Operator '==' must be spaced. (space-infix-ops)
(#40) Operator '?' must be spaced. (space-infix-ops)
(#40) Operator '+' must be spaced. (space-infix-ops)
(#40) Operator ':' must be spaced. (space-infix-ops)
(#40) Operator '===' must be spaced. (space-infix-ops)
(#40) Operator '||' must be spaced. (space-infix-ops)
(#40) Operator '===' must be spaced. (space-infix-ops)
(#40) Operator '?' must be spaced. (space-infix-ops)
(#40) Operator '||' must be spaced. (space-infix-ops)
(#40) Operator ':' must be spaced. (space-infix-ops)
(#40) Requires a space before '}'. (block-spacing)
(#40) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) Missing semicolon. (semi)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'globalEval'. (key-spacing)
(#40) Requires a space after '{'. (block-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Operator '=' must be spaced. (space-infix-ops)
(#40) eval can be harmful. (no-eval)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected space(s) after "if". (keyword-spacing)
(#40) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#40) Operator '=' must be spaced. (space-infix-ops)
(#40) Expected { after 'if' condition. (curly)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Operator '===' must be spaced. (space-infix-ops)
(#40) Operator '?' must be spaced. (space-infix-ops)
(#40) Operator '=' must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Operator '=' must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Operator ':' must be spaced. (space-infix-ops)
(#40) Requires a space before '}'. (block-spacing)
(#40) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) Missing semicolon. (semi)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'camelCase'. (key-spacing)
(#40) Requires a space after '{'. (block-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Requires a space before '}'. (block-spacing)
(#40) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) Missing semicolon. (semi)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'nodeName'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Requires a space after '{'. (block-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Operator '&&' must be spaced. (space-infix-ops)
(#40) Operator '===' must be spaced. (space-infix-ops)
(#41) This line has a length of 508. Maximum allowed is 132. (max-len)
(#41) Requires a space before '}'. (block-spacing)
(#41) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#41) Missing semicolon. (semi)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'each'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Requires a space after '{'. (block-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#41) Operator '=' must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected space(s) after "if". (keyword-spacing)
(#41) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#41) Expected { after 'if' condition. (curly)
(#41) Expected space(s) before "for". (keyword-spacing)
(#41) Expected space(s) after "for". (keyword-spacing)
(#41) Operator '=' must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Operator '<' must be spaced. (space-infix-ops)
(#41) Operator '&&' must be spaced. (space-infix-ops)
(#41) Operator '!==' must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected { after 'for' condition. (curly)
(#41) Expected { after 'else'. (curly)
(#41) Expected space(s) after "for". (keyword-spacing)
(#41) Expected { after 'for-in'. (curly)
(#41) Expected space(s) before "if". (keyword-spacing)
(#41) Expected space(s) after "if". (keyword-spacing)
(#41) Operator '===' must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Expected { after 'if' condition. (curly)
(#41) Expected space(s) before "break". (keyword-spacing)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Requires a space before '}'. (block-spacing)
(#41) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#41) Missing semicolon. (semi)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'trim'. (key-spacing)
(#41) Requires a space after '{'. (block-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Use '===' to compare with null. (no-eq-null)
(#41) Operator '==' must be spaced. (space-infix-ops)
(#41) Operator '?' must be spaced. (space-infix-ops)
(#41) Operator ':' must be spaced. (space-infix-ops)
(#41) Operator '+' must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Requires a space before '}'. (block-spacing)
(#41) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#41) Missing semicolon. (semi)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'makeArray'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Requires a space after '{'. (block-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Operator '=' must be spaced. (space-infix-ops)
(#41) Operator '||' must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Use '===' to compare with null. (no-eq-null)
(#41) Operator '!=' must be spaced. (space-infix-ops)
(#41) Operator '&&' must be spaced. (space-infix-ops)
(#41) Operator '?' must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Operator '===' must be spaced. (space-infix-ops)
(#41) Operator '?' must be spaced. (space-infix-ops)
(#41) Operator ':' must be spaced. (space-infix-ops)
(#41) Operator ':' must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Requires a space before '}'. (block-spacing)
(#41) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#41) Missing semicolon. (semi)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'inArray'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Requires a space after '{'. (block-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Use '===' to compare with null. (no-eq-null)
(#41) Operator '==' must be spaced. (space-infix-ops)
(#41) Operator '?' must be spaced. (space-infix-ops)
(#41) Operator ':' must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Requires a space before '}'. (block-spacing)
(#41) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#41) Missing semicolon. (semi)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'merge'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Requires a space after '{'. (block-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Expected space(s) after "for". (keyword-spacing)
(#41) Operator '=' must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Operator '=' must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) Operator '=' must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Operator '<' must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected { after 'for' condition. (curly)
(#41) Operator '=' must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Operator '=' must be spaced. (space-infix-ops)
(#41) 'G' used outside of binding context. (block-scoped-var)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Requires a space before '}'. (block-spacing)
(#41) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#41) Missing semicolon. (semi)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'grep'. (key-spacing)
(#42) This line has a length of 512. Maximum allowed is 132. (max-len)
(#42) A space is required after ','. (comma-spacing)
(#42) Requires a space after '{'. (block-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Expected space(s) after "for". (keyword-spacing)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Operator '<' must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected { after 'for' condition. (curly)
(#42) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Unexpected use of comma operator. (no-sequences)
(#42) A space is required after ','. (comma-spacing)
(#42) Operator '!==' must be spaced. (space-infix-ops)
(#42) Operator '&&' must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) 'D' used outside of binding context. (block-scoped-var)
(#42) Requires a space before '}'. (block-spacing)
(#42) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#42) Missing semicolon. (semi)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing space before value for key 'map'. (key-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Requires a space after '{'. (block-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Expected { after 'if' condition. (curly)
(#42) Expected space(s) before "for". (keyword-spacing)
(#42) Expected space(s) after "for". (keyword-spacing)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Operator '<' must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Requires a space after '{'. (block-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#42) Use '===' to compare with null. (no-eq-null)
(#42) Operator '!=' must be spaced. (space-infix-ops)
(#42) Operator '&&' must be spaced. (space-infix-ops)
(#42) Requires a space before '}'. (block-spacing)
(#42) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#42) Missing semicolon. (semi)
(#42) Expected space(s) before "else". (keyword-spacing)
(#42) Expected { after 'else'. (curly)
(#42) Expected space(s) after "for". (keyword-spacing)
(#42) 'M' used outside of binding context. (block-scoped-var)
(#42) Expected { after 'for-in'. (curly)
(#42) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Unexpected use of comma operator. (no-sequences)
(#42) A space is required after ','. (comma-spacing)
(#42) Use '===' to compare with null. (no-eq-null)
(#42) Operator '!=' must be spaced. (space-infix-ops)
(#42) 'M' used outside of binding context. (block-scoped-var)
(#42) Operator '&&' must be spaced. (space-infix-ops)
(#42) 'M' used outside of binding context. (block-scoped-var)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Requires a space before '}'. (block-spacing)
(#42) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#42) Missing semicolon. (semi)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing space before value for key 'guid'. (key-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing space before value for key 'proxy'. (key-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Requires a space after '{'. (block-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Operator '===' must be spaced. (space-infix-ops)
(#42) Requires a space after '{'. (block-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Requires a space before '}'. (block-spacing)
(#42) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#42) Missing semicolon. (semi)
(#42) Expected space(s) before "if". (keyword-spacing)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Expected { after 'if' condition. (curly)
(#42) Expected space(s) before "return". (keyword-spacing)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) 'z' used outside of binding context. (block-scoped-var)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Requires a space after '{'. (block-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Operator '||' must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Requires a space before '}'. (block-spacing)
(#42) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#42) Missing semicolon. (semi)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) 'z' used outside of binding context. (block-scoped-var)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Operator '||' must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) 'z' used outside of binding context. (block-scoped-var)
(#42) Requires a space before '}'. (block-spacing)
(#42) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#42) Missing semicolon. (semi)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing space before value for key 'now'. (key-spacing)
(#43) This line has a length of 506. Maximum allowed is 132. (max-len)
(#43) Missing space before value for key 'support'. (key-spacing)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#43) Operator '===' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) 'Symbol' is not defined. (no-undef)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) 'Symbol' is not defined. (no-undef)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Operator '+' must be spaced. (space-infix-ops)
(#43) Operator '+' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Missing JSDoc comment. (require-jsdoc)
(#43) Function 'u' has a complexity of 43. Maximum allowed is 20. (complexity)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator '?' must be spaced. (space-infix-ops)
(#43) Operator ':' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) Operator '!==' must be spaced. (space-infix-ops)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Operator '!==' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '!==' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '!==' must be spaced. (space-infix-ops)
(#43) Expected { after 'if' condition. (curly)
(#43) Expected space(s) before "return". (keyword-spacing)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '?' must be spaced. (space-infix-ops)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Operator ':' must be spaced. (space-infix-ops)
(#43) Operator '!==' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) Operator '!==' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Expected { after 'if' condition. (curly)
(#43) Expected space(s) before "if". (keyword-spacing)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Expected { after 'if' condition. (curly)
(#43) Expected space(s) before "if". (keyword-spacing)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) Operator '===' must be spaced. (space-infix-ops)
(#43) Expected { after 'if' condition. (curly)
(#43) Expected space(s) before "if". (keyword-spacing)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#44) This line has a length of 512. Maximum allowed is 132. (max-len)
(#44) Requires a space after '{'. (block-spacing)
(#44) Statement inside of curly braces should be on next line. (brace-style)
(#44) Missing space before opening brace. (space-before-blocks)
(#44) Expected space(s) after "if". (keyword-spacing)
(#44) Operator '===' must be spaced. (space-infix-ops)
(#44) Expected { after 'if' condition. (curly)
(#44) Expected space(s) before "return". (keyword-spacing)
(#44) Unexpected use of comma operator. (no-sequences)
(#44) A space is required after ','. (comma-spacing)
(#44) Requires a space before '}'. (block-spacing)
(#44) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#44) Missing semicolon. (semi)
(#44) Expected space(s) before "else". (keyword-spacing)
(#44) Expected { after 'else'. (curly)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Expected space(s) after "else". (keyword-spacing)
(#44) Requires a space after '{'. (block-spacing)
(#44) Statement inside of curly braces should be on next line. (brace-style)
(#44) Expected space(s) after "if". (keyword-spacing)
(#44) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#44) Operator '&&' must be spaced. (space-infix-ops)
(#44) Operator '=' must be spaced. (space-infix-ops)
(#44) Operator '&&' must be spaced. (space-infix-ops)
(#44) A space is required after ','. (comma-spacing)
(#44) Operator '&&' must be spaced. (space-infix-ops)
(#44) Operator '===' must be spaced. (space-infix-ops)
(#44) Expected { after 'if' condition. (curly)
(#44) Expected space(s) before "return". (keyword-spacing)
(#44) Unexpected use of comma operator. (no-sequences)
(#44) A space is required after ','. (comma-spacing)
(#44) Requires a space before '}'. (block-spacing)
(#44) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#44) Missing semicolon. (semi)
(#44) Expected space(s) before "else". (keyword-spacing)
(#44) Expected space(s) after "else". (keyword-spacing)
(#44) Requires a space after '{'. (block-spacing)
(#44) Statement inside of curly braces should be on next line. (brace-style)
(#44) Expected space(s) after "if". (keyword-spacing)
(#44) Expected { after 'if' condition. (curly)
(#44) Expected space(s) before "return". (keyword-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) Unexpected use of comma operator. (no-sequences)
(#44) A space is required after ','. (comma-spacing)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Expected space(s) after "if". (keyword-spacing)
(#44) Operator '=' must be spaced. (space-infix-ops)
(#44) Operator '&&' must be spaced. (space-infix-ops)
(#44) Operator '&&' must be spaced. (space-infix-ops)
(#44) Expected { after 'if' condition. (curly)
(#44) Expected space(s) before "return". (keyword-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) Unexpected use of comma operator. (no-sequences)
(#44) A space is required after ','. (comma-spacing)
(#44) Requires a space before '}'. (block-spacing)
(#44) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#44) Missing semicolon. (semi)
(#44) Expected space(s) before "if". (keyword-spacing)
(#44) Expected space(s) after "if". (keyword-spacing)
(#44) Operator '||' must be spaced. (space-infix-ops)
(#44) Operator '+' must be spaced. (space-infix-ops)
(#44) Operator '||' must be spaced. (space-infix-ops)
(#44) Operator '&&' must be spaced. (space-infix-ops)
(#44) Requires a space after '{'. (block-spacing)
(#44) Statement inside of curly braces should be on next line. (brace-style)
(#44) Missing space before opening brace. (space-before-blocks)
(#44) Expected space(s) after "if". (keyword-spacing)
(#44) Operator '!==' must be spaced. (space-infix-ops)
(#44) Requires a space after '{'. (block-spacing)
(#44) Statement inside of curly braces should be on next line. (brace-style)
(#44) Missing space before opening brace. (space-before-blocks)
(#44) Operator '=' must be spaced. (space-infix-ops)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Operator '=' must be spaced. (space-infix-ops)
(#44) Requires a space before '}'. (block-spacing)
(#44) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#44) Missing semicolon. (semi)
(#44) Expected space(s) before "else". (keyword-spacing)
(#44) Expected space(s) after "if". (keyword-spacing)
(#44) Operator '!==' must be spaced. (space-infix-ops)
(#44) Requires a space after '{'. (block-spacing)
(#44) Statement inside of curly braces should be on next line. (brace-style)
(#44) Missing space before opening brace. (space-before-blocks)
(#44) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#44) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#44) Operator '=' must be spaced. (space-infix-ops)
(#44) Operator '?' must be spaced. (space-infix-ops)
(#44) Operator '=' must be spaced. (space-infix-ops)
(#44) A space is required after ','. (comma-spacing)
(#44) Operator ':' must be spaced. (space-infix-ops)
(#45) This line has a length of 546. Maximum allowed is 132. (max-len)
(#45) Operator '=' must be spaced. (space-infix-ops)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Operator '=' must be spaced. (space-infix-ops)
(#45) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) This line has 25 statements. Maximum allowed is 2. (max-statements-per-line)
(#45) Operator '=' must be spaced. (space-infix-ops)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Expected space(s) after "for". (keyword-spacing)
(#45) Operator '=' must be spaced. (space-infix-ops)
(#45) Operator '?' must be spaced. (space-infix-ops)
(#45) Operator '+' must be spaced. (space-infix-ops)
(#45) Operator ':' must be spaced. (space-infix-ops)
(#45) Operator '+' must be spaced. (space-infix-ops)
(#45) Operator '+' must be spaced. (space-infix-ops)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Expected { after 'for' condition. (curly)
(#45) Operator '=' must be spaced. (space-infix-ops)
(#45) Operator '+' must be spaced. (space-infix-ops)
(#45) Operator '+' must be spaced. (space-infix-ops)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) 'Aa' used outside of binding context. (block-scoped-var)
(#45) Operator '=' must be spaced. (space-infix-ops)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Operator '=' must be spaced. (space-infix-ops)
(#45) Operator '&&' must be spaced. (space-infix-ops)
(#45) Operator '||' must be spaced. (space-infix-ops)
(#45) Requires a space before '}'. (block-spacing)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Missing semicolon. (semi)
(#45) Expected space(s) before "if". (keyword-spacing)
(#45) Expected space(s) after "if". (keyword-spacing)
(#45) 'Aa' used outside of binding context. (block-scoped-var)
(#45) Expected { after 'if' condition. (curly)
(#45) Expected space(s) before "try". (keyword-spacing)
(#45) Expected space(s) after "try". (keyword-spacing)
(#45) Requires a space after '{'. (block-spacing)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) A space is required after ','. (comma-spacing)
(#45) 'Aa' used outside of binding context. (block-scoped-var)
(#45) Unexpected use of comma operator. (no-sequences)
(#45) A space is required after ','. (comma-spacing)
(#45) Requires a space before '}'. (block-spacing)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Missing semicolon. (semi)
(#45) Expected space(s) before "catch". (keyword-spacing)
(#45) Expected space(s) after "catch". (keyword-spacing)
(#45) Empty block statement. (no-empty)
(#45) Missing space before opening brace. (space-before-blocks)
(#45) Expected space(s) before "finally". (keyword-spacing)
(#45) Expected space(s) after "finally". (keyword-spacing)
(#45) Requires a space after '{'. (block-spacing)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#45) Operator '===' must be spaced. (space-infix-ops)
(#45) Operator '&&' must be spaced. (space-infix-ops)
(#45) Requires a space before '}'. (block-spacing)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Missing semicolon. (semi)
(#45) Requires a space before '}'. (block-spacing)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Requires a space before '}'. (block-spacing)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Expected space(s) before "return". (keyword-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) Requires a space before '}'. (block-spacing)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Missing semicolon. (semi)
(#45) Expected space(s) before "function". (keyword-spacing)
(#45) Missing JSDoc comment. (require-jsdoc)
(#45) Requires a space after '{'. (block-spacing)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) Missing space before opening brace. (space-before-blocks)
(#45) Missing JSDoc comment. (require-jsdoc)
(#45) A space is required after ','. (comma-spacing)
(#45) Requires a space after '{'. (block-spacing)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) Missing space before opening brace. (space-before-blocks)
(#45) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#45) Operator '+' must be spaced. (space-infix-ops)
(#45) Operator '>' must be spaced. (space-infix-ops)
(#45) Operator '&&' must be spaced. (space-infix-ops)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Return statement should not contain assignment. (no-return-assign)
(#45) Operator '+' must be spaced. (space-infix-ops)
(#45) Operator '=' must be spaced. (space-infix-ops)
(#45) Requires a space before '}'. (block-spacing)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Missing semicolon. (semi)
(#45) Expected space(s) before "var". (keyword-spacing)
(#45) Operator '=' must be spaced. (space-infix-ops)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Requires a space before '}'. (block-spacing)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Missing semicolon. (semi)
(#45) Expected space(s) before "function". (keyword-spacing)
(#45) Missing JSDoc comment. (require-jsdoc)
(#45) Requires a space after '{'. (block-spacing)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) Missing space before opening brace. (space-before-blocks)
(#45) Operator '=' must be spaced. (space-infix-ops)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Requires a space before '}'. (block-spacing)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Missing semicolon. (semi)
(#45) Expected space(s) before "function". (keyword-spacing)
(#45) Missing JSDoc comment. (require-jsdoc)
(#45) Requires a space after '{'. (block-spacing)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) Missing space before opening brace. (space-before-blocks)
(#45) Operator '=' must be spaced. (space-infix-ops)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Expected space(s) after "try". (keyword-spacing)
(#45) Requires a space after '{'. (block-spacing)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) Expected space(s) after "return". (keyword-spacing)
(#45) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#45) Requires a space before '}'. (block-spacing)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Missing semicolon. (semi)
(#45) Expected space(s) before "catch". (keyword-spacing)
(#45) Expected space(s) after "catch". (keyword-spacing)
(#45) Requires a space after '{'. (block-spacing)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) Missing space before opening brace. (space-before-blocks)
(#45) Expected space(s) after "return". (keyword-spacing)
(#45) Requires a space before '}'. (block-spacing)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Missing semicolon. (semi)
(#45) Expected space(s) before "finally". (keyword-spacing)
(#45) Expected space(s) after "finally". (keyword-spacing)
(#45) Requires a space after '{'. (block-spacing)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#45) Operator '&&' must be spaced. (space-infix-ops)
(#46) This line has a length of 501. Maximum allowed is 132. (max-len)
(#46) Requires a space before '}'. (block-spacing)
(#46) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#46) Missing semicolon. (semi)
(#46) Requires a space before '}'. (block-spacing)
(#46) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#46) Expected space(s) before "function". (keyword-spacing)
(#46) Missing JSDoc comment. (require-jsdoc)
(#46) A space is required after ','. (comma-spacing)
(#46) Requires a space after '{'. (block-spacing)
(#46) Statement inside of curly braces should be on next line. (brace-style)
(#46) Missing space before opening brace. (space-before-blocks)
(#46) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#46) Operator '=' must be spaced. (space-infix-ops)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) Expected space(s) after "for". (keyword-spacing)
(#46) Operator '=' must be spaced. (space-infix-ops)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) Expected { after 'for' condition. (curly)
(#46) Operator '=' must be spaced. (space-infix-ops)
(#46) Requires a space before '}'. (block-spacing)
(#46) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#46) Missing semicolon. (semi)
(#46) Expected space(s) before "function". (keyword-spacing)
(#46) Missing JSDoc comment. (require-jsdoc)
(#46) A space is required after ','. (comma-spacing)
(#46) Requires a space after '{'. (block-spacing)
(#46) Statement inside of curly braces should be on next line. (brace-style)
(#46) Missing space before opening brace. (space-before-blocks)
(#46) Operator '=' must be spaced. (space-infix-ops)
(#46) Operator '&&' must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#46) Operator '=' must be spaced. (space-infix-ops)
(#46) Operator '&&' must be spaced. (space-infix-ops)
(#46) Operator '===' must be spaced. (space-infix-ops)
(#46) Operator '&&' must be spaced. (space-infix-ops)
(#46) Operator '===' must be spaced. (space-infix-ops)
(#46) Operator '&&' must be spaced. (space-infix-ops)
(#46) Unexpected use of '~'. (no-bitwise)
(#46) Operator '||' must be spaced. (space-infix-ops)
(#46) Operator '-' must be spaced. (space-infix-ops)
(#46) Unexpected use of '~'. (no-bitwise)
(#46) Operator '||' must be spaced. (space-infix-ops)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) Expected space(s) after "if". (keyword-spacing)
(#46) Expected { after 'if' condition. (curly)
(#46) Expected space(s) before "return". (keyword-spacing)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) Expected space(s) after "if". (keyword-spacing)
(#46) Expected { after 'if' condition. (curly)
(#46) Expected space(s) before "for". (keyword-spacing)
(#46) Expected space(s) after "for". (keyword-spacing)
(#46) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#46) Operator '=' must be spaced. (space-infix-ops)
(#46) Expected { after 'for' condition. (curly)
(#46) Expected space(s) before "if". (keyword-spacing)
(#46) Expected space(s) after "if". (keyword-spacing)
(#46) Operator '===' must be spaced. (space-infix-ops)
(#46) Expected { after 'if' condition. (curly)
(#46) Expected space(s) before "return". (keyword-spacing)
(#46) Expected space(s) after "return". (keyword-spacing)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) Operator '?' must be spaced. (space-infix-ops)
(#46) Operator ':' must be spaced. (space-infix-ops)
(#46) Requires a space before '}'. (block-spacing)
(#46) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#46) Missing semicolon. (semi)
(#46) Expected space(s) before "function". (keyword-spacing)
(#46) Missing JSDoc comment. (require-jsdoc)
(#46) Requires a space after '{'. (block-spacing)
(#46) Statement inside of curly braces should be on next line. (brace-style)
(#46) Missing space before opening brace. (space-before-blocks)
(#46) Requires a space after '{'. (block-spacing)
(#46) Statement inside of curly braces should be on next line. (brace-style)
(#46) Missing space before opening brace. (space-before-blocks)
(#46) Expected space(s) after "return". (keyword-spacing)
(#46) Operator '===' must be spaced. (space-infix-ops)
(#46) Operator '&&' must be spaced. (space-infix-ops)
(#46) Operator '===' must be spaced. (space-infix-ops)
(#46) Requires a space before '}'. (block-spacing)
(#46) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#46) Missing semicolon. (semi)
(#46) Requires a space before '}'. (block-spacing)
(#46) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#46) Missing semicolon. (semi)
(#46) Expected space(s) before "function". (keyword-spacing)
(#46) Missing JSDoc comment. (require-jsdoc)
(#46) Requires a space after '{'. (block-spacing)
(#46) Statement inside of curly braces should be on next line. (brace-style)
(#46) Missing space before opening brace. (space-before-blocks)
(#46) Requires a space after '{'. (block-spacing)
(#46) Statement inside of curly braces should be on next line. (brace-style)
(#46) Missing space before opening brace. (space-before-blocks)
(#46) Operator '=' must be spaced. (space-infix-ops)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) Expected space(s) after "return". (keyword-spacing)
(#46) Operator '===' must be spaced. (space-infix-ops)
(#46) Operator '||' must be spaced. (space-infix-ops)
(#46) Operator '===' must be spaced. (space-infix-ops)
(#46) Operator '&&' must be spaced. (space-infix-ops)
(#46) Operator '===' must be spaced. (space-infix-ops)
(#46) Requires a space before '}'. (block-spacing)
(#46) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#46) Missing semicolon. (semi)
(#46) Requires a space before '}'. (block-spacing)
(#46) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#46) Missing semicolon. (semi)
(#47) This line has a length of 502. Maximum allowed is 132. (max-len)
(#47) Missing JSDoc comment. (require-jsdoc)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#47) Operator '=' must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Expected space(s) after "for". (keyword-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Operator '=' must be spaced. (space-infix-ops)
(#47) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Operator '=' must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected { after 'for' condition. (curly)
(#47) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#47) Operator '=' must be spaced. (space-infix-ops)
(#47) Operator '&&' must be spaced. (space-infix-ops)
(#47) Operator '=' must be spaced. (space-infix-ops)
(#47) Operator '=' must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) before "function". (keyword-spacing)
(#47) Missing JSDoc comment. (require-jsdoc)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Operator '&&' must be spaced. (space-infix-ops)
(#47) Operator '!==' must be spaced. (space-infix-ops)
(#47) Operator '&&' must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) before "function". (keyword-spacing)
(#47) Missing JSDoc comment. (require-jsdoc)
(#47) Unexpected empty function 'ja'. (no-empty-function)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Expected space(s) before "function". (keyword-spacing)
(#47) Missing JSDoc comment. (require-jsdoc)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Expected space(s) after "for". (keyword-spacing)
(#47) Operator '=' must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Operator '=' must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Operator '=' must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Operator '<' must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected { after 'for' condition. (curly)
(#47) Operator '+=' must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) 'U' used outside of binding context. (block-scoped-var)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) before "function". (keyword-spacing)
(#47) Missing JSDoc comment. (require-jsdoc)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Operator '=' must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Operator '=' must be spaced. (space-infix-ops)
(#47) Operator '&&' must be spaced. (space-infix-ops)
(#47) Operator '===' must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Operator '=' must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Operator '?' must be spaced. (space-infix-ops)
(#47) Expected to return a value at the end of function. (consistent-return)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Expected space(s) after "for". (keyword-spacing)
(#47) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#47) Operator '=' must be spaced. (space-infix-ops)
(#47) Expected { after 'for' condition. (curly)
(#47) Expected space(s) before "if". (keyword-spacing)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Operator '===' must be spaced. (space-infix-ops)
(#47) Operator '||' must be spaced. (space-infix-ops)
(#47) Expected { after 'if' condition. (curly)
(#47) Expected space(s) before "return". (keyword-spacing)
(#47) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Operator ':' must be spaced. (space-infix-ops)
(#47) Expected to return a value at the end of function. (consistent-return)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) A space is required after ','. (comma-spacing)
(#47) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#47) Operator '=' must be spaced. (space-infix-ops)
(#48) This line has a length of 503. Maximum allowed is 132. (max-len)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Expected space(s) after "if". (keyword-spacing)
(#48) Expected { after 'if' condition. (curly)
(#48) Expected space(s) before "for". (keyword-spacing)
(#48) Expected space(s) after "for". (keyword-spacing)
(#48) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Requires a space after '{'. (block-spacing)
(#48) Statement inside of curly braces should be on next line. (brace-style)
(#48) Missing space before opening brace. (space-before-blocks)
(#48) Expected space(s) after "if". (keyword-spacing)
(#48) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#48) Operator '===' must be spaced. (space-infix-ops)
(#48) Operator '||' must be spaced. (space-infix-ops)
(#48) Operator '&&' must be spaced. (space-infix-ops)
(#48) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) Expected { after 'if' condition. (curly)
(#48) Expected space(s) before "return". (keyword-spacing)
(#48) Expected space(s) after "return". (keyword-spacing)
(#48) Requires a space before '}'. (block-spacing)
(#48) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#48) Missing semicolon. (semi)
(#48) Expected space(s) before "else". (keyword-spacing)
(#48) Expected { after 'else'. (curly)
(#48) Expected space(s) after "for". (keyword-spacing)
(#48) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Expected { after 'for' condition. (curly)
(#48) Expected space(s) before "if". (keyword-spacing)
(#48) Expected space(s) after "if". (keyword-spacing)
(#48) Operator '===' must be spaced. (space-infix-ops)
(#48) Operator '||' must be spaced. (space-infix-ops)
(#48) Requires a space after '{'. (block-spacing)
(#48) Statement inside of curly braces should be on next line. (brace-style)
(#48) Missing space before opening brace. (space-before-blocks)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Operator '||' must be spaced. (space-infix-ops)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Operator '||' must be spaced. (space-infix-ops)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Expected space(s) after "if". (keyword-spacing)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Operator '&&' must be spaced. (space-infix-ops)
(#48) Operator '===' must be spaced. (space-infix-ops)
(#48) Operator '&&' must be spaced. (space-infix-ops)
(#48) Operator '===' must be spaced. (space-infix-ops)
(#48) Expected { after 'if' condition. (curly)
(#48) Expected space(s) before "return". (keyword-spacing)
(#48) Return statement should not contain assignment. (no-return-assign)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Expected space(s) after "if". (keyword-spacing)
(#48) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) Expected { after 'if' condition. (curly)
(#48) Expected space(s) before "return". (keyword-spacing)
(#48) Expected space(s) after "return". (keyword-spacing)
(#48) Requires a space before '}'. (block-spacing)
(#48) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#48) Missing semicolon. (semi)
(#48) Requires a space before '}'. (block-spacing)
(#48) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#48) Requires a space before '}'. (block-spacing)
(#48) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#48) Missing semicolon. (semi)
(#48) Expected space(s) before "function". (keyword-spacing)
(#48) Missing JSDoc comment. (require-jsdoc)
(#48) Requires a space after '{'. (block-spacing)
(#48) Statement inside of curly braces should be on next line. (brace-style)
(#48) Missing space before opening brace. (space-before-blocks)
(#48) Operator '<' must be spaced. (space-infix-ops)
(#48) Operator '?' must be spaced. (space-infix-ops)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) Requires a space after '{'. (block-spacing)
(#48) Statement inside of curly braces should be on next line. (brace-style)
(#48) Missing space before opening brace. (space-before-blocks)
(#48) Expected space(s) after "for". (keyword-spacing)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Expected { after 'for' condition. (curly)
(#48) Expected space(s) before "if". (keyword-spacing)
(#48) Expected space(s) after "if". (keyword-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) Expected { after 'if' condition. (curly)
(#48) Expected space(s) before "return". (keyword-spacing)
(#48) Expected space(s) after "return". (keyword-spacing)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Expected space(s) after "return". (keyword-spacing)
(#48) Requires a space before '}'. (block-spacing)
(#48) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#48) Missing semicolon. (semi)
(#48) Operator ':' must be spaced. (space-infix-ops)
(#48) Requires a space before '}'. (block-spacing)
(#48) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#48) Missing semicolon. (semi)
(#48) Expected space(s) before "function". (keyword-spacing)
(#48) Missing JSDoc comment. (require-jsdoc)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) Requires a space after '{'. (block-spacing)
(#48) Statement inside of curly braces should be on next line. (brace-style)
(#48) Missing space before opening brace. (space-before-blocks)
(#48) Expected space(s) after "for". (keyword-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) A space is required after ','. (comma-spacing)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) A space is required after ','. (comma-spacing)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) A space is required after ','. (comma-spacing)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Use '===' to compare with null. (no-eq-null)
(#48) Operator '!=' must be spaced. (space-infix-ops)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Operator '<' must be spaced. (space-infix-ops)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Expected { after 'for' condition. (curly)
(#48) Expected space(s) before "if". (keyword-spacing)
(#48) Expected space(s) after "if". (keyword-spacing)
(#48) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Expected { after 'if' condition. (curly)
(#48) Expected space(s) before "if". (keyword-spacing)
(#48) Expected space(s) after "if". (keyword-spacing)
(#48) Operator '||' must be spaced. (space-infix-ops)
(#48) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#49) This line has a length of 509. Maximum allowed is 132. (max-len)
(#49) A space is required after ','. (comma-spacing)
(#49) Expected { after 'if' condition. (curly)
(#49) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#49) Unexpected use of comma operator. (no-sequences)
(#49) A space is required after ','. (comma-spacing)
(#49) Operator '&&' must be spaced. (space-infix-ops)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) 'da' used outside of binding context. (block-scoped-var)
(#49) Requires a space before '}'. (block-spacing)
(#49) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#49) Missing semicolon. (semi)
(#49) Expected space(s) before "function". (keyword-spacing)
(#49) Missing JSDoc comment. (require-jsdoc)
(#49) This line has 22 statements. Maximum allowed is 2. (max-statements-per-line)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) Requires a space after '{'. (block-spacing)
(#49) Statement inside of curly braces should be on next line. (brace-style)
(#49) Missing space before opening brace. (space-before-blocks)
(#49) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#49) Operator '&&' must be spaced. (space-infix-ops)
(#49) Operator '&&' must be spaced. (space-infix-ops)
(#49) Operator '=' must be spaced. (space-infix-ops)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#49) Operator '&&' must be spaced. (space-infix-ops)
(#49) Operator '&&' must be spaced. (space-infix-ops)
(#49) Operator '=' must be spaced. (space-infix-ops)
(#49) A space is required after ','. (comma-spacing)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#49) Function has a complexity of 29. Maximum allowed is 20. (complexity)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) Requires a space after '{'. (block-spacing)
(#49) Statement inside of curly braces should be on next line. (brace-style)
(#49) Missing space before opening brace. (space-before-blocks)
(#49) A space is required after ','. (comma-spacing)
(#49) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#49) Operator '=' must be spaced. (space-infix-ops)
(#49) A space is required after ','. (comma-spacing)
(#49) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#49) Operator '=' must be spaced. (space-infix-ops)
(#49) A space is required after ','. (comma-spacing)
(#49) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#49) Operator '=' must be spaced. (space-infix-ops)
(#49) A space is required after ','. (comma-spacing)
(#49) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) Expected space(s) after "if". (keyword-spacing)
(#49) Operator '=' must be spaced. (space-infix-ops)
(#49) Requires a space after '{'. (block-spacing)
(#49) Statement inside of curly braces should be on next line. (brace-style)
(#49) Missing space before opening brace. (space-before-blocks)
(#49) Operator '=' must be spaced. (space-infix-ops)
(#49) Operator '||' must be spaced. (space-infix-ops)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) Expected space(s) after "for". (keyword-spacing)
(#49) Operator '=' must be spaced. (space-infix-ops)
(#49) Operator '?' must be spaced. (space-infix-ops)
(#49) Operator ':' must be spaced. (space-infix-ops)
(#49) A space is required after ','. (comma-spacing)
(#49) Operator '=' must be spaced. (space-infix-ops)
(#49) A space is required after ','. (comma-spacing)
(#49) Operator '=' must be spaced. (space-infix-ops)
(#49) A space is required after ','. (comma-spacing)
(#49) Operator '=' must be spaced. (space-infix-ops)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) Operator '<' must be spaced. (space-infix-ops)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) Expected { after 'for' condition. (curly)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) Operator '=' must be spaced. (space-infix-ops)
(#49) 'Ob' used outside of binding context. (block-scoped-var)
(#49) Requires a space before '}'. (block-spacing)
(#49) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#49) Missing semicolon. (semi)
(#49) Operator '=' must be spaced. (space-infix-ops)
(#49) Operator '||' must be spaced. (space-infix-ops)
(#49) Operator '&&' must be spaced. (space-infix-ops)
(#49) Operator '?' must be spaced. (space-infix-ops)
(#49) Operator ':' must be spaced. (space-infix-ops)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) 'wa' used outside of binding context. (block-scoped-var)
(#49) Operator '=' must be spaced. (space-infix-ops)
(#49) Do not nest ternary expressions. (no-nested-ternary)
(#49) Operator '?' must be spaced. (space-infix-ops)
(#49) Operator '||' must be spaced. (space-infix-ops)
(#49) Operator '?' must be spaced. (space-infix-ops)
(#49) Operator ':' must be spaced. (space-infix-ops)
(#49) Operator '||' must be spaced. (space-infix-ops)
(#49) Operator '?' must be spaced. (space-infix-ops)
(#49) Operator ':' must be spaced. (space-infix-ops)
(#49) Operator ':' must be spaced. (space-infix-ops)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#49) Operator '&&' must be spaced. (space-infix-ops)
(#49) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#49) A space is required after ','. (comma-spacing)
(#49) 'wa' used outside of binding context. (block-scoped-var)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) Expected space(s) after "if". (keyword-spacing)
(#49) Requires a space after '{'. (block-spacing)
(#49) Statement inside of curly braces should be on next line. (brace-style)
(#49) Missing space before opening brace. (space-before-blocks)
(#49) Operator '=' must be spaced. (space-infix-ops)
(#49) 'wa' used outside of binding context. (block-scoped-var)
(#49) A space is required after ','. (comma-spacing)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) Expected space(s) after "for". (keyword-spacing)
(#49) Operator '=' must be spaced. (space-infix-ops)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) Expected { after 'for' condition. (curly)
(#49) Expected space(s) before "if". (keyword-spacing)
(#49) Expected space(s) after "if". (keyword-spacing)
(#49) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#49) Operator '=' must be spaced. (space-infix-ops)
(#49) 'wa' used outside of binding context. (block-scoped-var)
(#49) Expected { after 'if' condition. (curly)
(#49) Operator '=' must be spaced. (space-infix-ops)
(#49) Operator '=' must be spaced. (space-infix-ops)
(#49) Requires a space before '}'. (block-spacing)
(#49) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#49) Missing semicolon. (semi)
(#49) Expected space(s) before "if". (keyword-spacing)
(#49) Expected space(s) after "if". (keyword-spacing)
(#49) Requires a space after '{'. (block-spacing)
(#49) Statement inside of curly braces should be on next line. (brace-style)
(#49) Missing space before opening brace. (space-before-blocks)
(#49) Expected space(s) after "if". (keyword-spacing)
(#49) Operator '||' must be spaced. (space-infix-ops)
(#49) Requires a space after '{'. (block-spacing)
(#49) Statement inside of curly braces should be on next line. (brace-style)
(#49) Missing space before opening brace. (space-before-blocks)
(#49) Expected space(s) after "if". (keyword-spacing)
(#49) Requires a space after '{'. (block-spacing)
(#49) Statement inside of curly braces should be on next line. (brace-style)
(#49) Missing space before opening brace. (space-before-blocks)
(#49) 'Eb' used outside of binding context. (block-scoped-var)
(#49) Operator '=' must be spaced. (space-infix-ops)
(#50) This line has a length of 508. Maximum allowed is 132. (max-len)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Expected space(s) after "for". (keyword-spacing)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) 'wa' used outside of binding context. (block-scoped-var)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Expected { after 'for' condition. (curly)
(#50) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) 'wa' used outside of binding context. (block-scoped-var)
(#50) Operator '&&' must be spaced. (space-infix-ops)
(#50) 'Eb' used outside of binding context. (block-scoped-var)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#50) A space is required after ','. (comma-spacing)
(#50) 'wa' used outside of binding context. (block-scoped-var)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) A space is required after ','. (comma-spacing)
(#50) 'Eb' used outside of binding context. (block-scoped-var)
(#50) A space is required after ','. (comma-spacing)
(#50) Requires a space before '}'. (block-spacing)
(#50) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#50) Missing semicolon. (semi)
(#50) Expected space(s) before "for". (keyword-spacing)
(#50) Expected space(s) after "for". (keyword-spacing)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) 'wa' used outside of binding context. (block-scoped-var)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Expected { after 'for' condition. (curly)
(#50) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) 'wa' used outside of binding context. (block-scoped-var)
(#50) Operator '&&' must be spaced. (space-infix-ops)
(#50) Operator '<' must be spaced. (space-infix-ops)
(#50) 'Eb' used outside of binding context. (block-scoped-var)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) Operator '?' must be spaced. (space-infix-ops)
(#50) A space is required after ','. (comma-spacing)
(#50) Operator ':' must be spaced. (space-infix-ops)
(#50) Operator '&&' must be spaced. (space-infix-ops)
(#50) 'Eb' used outside of binding context. (block-scoped-var)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) 'Eb' used outside of binding context. (block-scoped-var)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) Requires a space before '}'. (block-spacing)
(#50) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#50) Missing semicolon. (semi)
(#50) Requires a space before '}'. (block-spacing)
(#50) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#50) Expected space(s) before "else". (keyword-spacing)
(#50) 'wa' used outside of binding context. (block-scoped-var)
(#50) Expected { after 'else'. (curly)
(#50) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) 'wa' used outside of binding context. (block-scoped-var)
(#50) Operator '===' must be spaced. (space-infix-ops)
(#50) Operator '?' must be spaced. (space-infix-ops)
(#50) 'wa' used outside of binding context. (block-scoped-var)
(#50) A space is required after ','. (comma-spacing)
(#50) 'wa' used outside of binding context. (block-scoped-var)
(#50) Operator ':' must be spaced. (space-infix-ops)
(#50) 'wa' used outside of binding context. (block-scoped-var)
(#50) Unexpected use of comma operator. (no-sequences)
(#50) A space is required after ','. (comma-spacing)
(#50) Operator '?' must be spaced. (space-infix-ops)
(#50) A space is required after ','. (comma-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) 'wa' used outside of binding context. (block-scoped-var)
(#50) A space is required after ','. (comma-spacing)
(#50) Operator ':' must be spaced. (space-infix-ops)
(#50) A space is required after ','. (comma-spacing)
(#50) 'wa' used outside of binding context. (block-scoped-var)
(#50) Requires a space before '}'. (block-spacing)
(#50) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#50) Missing semicolon. (semi)
(#50) Requires a space before '}'. (block-spacing)
(#50) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#50) Missing semicolon. (semi)
(#50) Expected space(s) before "function". (keyword-spacing)
(#50) Missing JSDoc comment. (require-jsdoc)
(#50) Requires a space after '{'. (block-spacing)
(#50) Statement inside of curly braces should be on next line. (brace-style)
(#50) Missing space before opening brace. (space-before-blocks)
(#50) A space is required after ','. (comma-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) A space is required after ','. (comma-spacing)
(#50) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) Operator '||' must be spaced. (space-infix-ops)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Expected space(s) after "for". (keyword-spacing)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) Operator '?' must be spaced. (space-infix-ops)
(#50) Operator ':' must be spaced. (space-infix-ops)
(#50) A space is required after ','. (comma-spacing)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#50) Requires a space after '{'. (block-spacing)
(#50) Statement inside of curly braces should be on next line. (brace-style)
(#50) Missing space before opening brace. (space-before-blocks)
(#50) Operator '===' must be spaced. (space-infix-ops)
(#50) Requires a space before '}'. (block-spacing)
(#50) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#50) Missing semicolon. (semi)
(#50) A space is required after ','. (comma-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#50) Requires a space after '{'. (block-spacing)
(#50) Statement inside of curly braces should be on next line. (brace-style)
(#50) Missing space before opening brace. (space-before-blocks)
(#50) Expected space(s) after "return". (keyword-spacing)
(#50) Operator '<' must be spaced. (space-infix-ops)
(#50) A space is required after ','. (comma-spacing)
(#50) Requires a space before '}'. (block-spacing)
(#50) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#50) Missing semicolon. (semi)
(#50) A space is required after ','. (comma-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) A space is required after ','. (comma-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) Requires a space after '{'. (block-spacing)
(#50) Statement inside of curly braces should be on next line. (brace-style)
(#50) Missing space before opening brace. (space-before-blocks)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) Operator '&&' must be spaced. (space-infix-ops)
(#50) Operator '||' must be spaced. (space-infix-ops)
(#50) Operator '!==' must be spaced. (space-infix-ops)
(#50) Operator '||' must be spaced. (space-infix-ops)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) Operator '?' must be spaced. (space-infix-ops)
(#51) This line has a length of 502. Maximum allowed is 132. (max-len)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) Operator ':' must be spaced. (space-infix-ops)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#51) Requires a space before '}'. (block-spacing)
(#51) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#51) Missing semicolon. (semi)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Operator '<' must be spaced. (space-infix-ops)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Expected { after 'for' condition. (curly)
(#51) Expected space(s) before "if". (keyword-spacing)
(#51) Expected space(s) after "if". (keyword-spacing)
(#51) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#51) Expected { after 'if' condition. (curly)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#51) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#51) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#51) A space is required after ','. (comma-spacing)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Expected space(s) after "else". (keyword-spacing)
(#51) Requires a space after '{'. (block-spacing)
(#51) Statement inside of curly braces should be on next line. (brace-style)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#51) A space is required after ','. (comma-spacing)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Expected space(s) after "if". (keyword-spacing)
(#51) Requires a space after '{'. (block-spacing)
(#51) Statement inside of curly braces should be on next line. (brace-style)
(#51) Missing space before opening brace. (space-before-blocks)
(#51) Expected space(s) after "for". (keyword-spacing)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Operator '<' must be spaced. (space-infix-ops)
(#51) Operator '&&' must be spaced. (space-infix-ops)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Expected { after 'for' condition. (curly)
(#51) Operator '<' must be spaced. (space-infix-ops)
(#51) Operator '&&' must be spaced. (space-infix-ops)
(#51) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#51) A space is required after ','. (comma-spacing)
(#51) Operator '<' must be spaced. (space-infix-ops)
(#51) Operator '&&' must be spaced. (space-infix-ops)
(#51) A space is required after ','. (comma-spacing)
(#51) Operator '-' must be spaced. (space-infix-ops)
(#51) Missing space before value for key 'value'. (key-spacing)
(#51) Operator '===' must be spaced. (space-infix-ops)
(#51) Operator '-' must be spaced. (space-infix-ops)
(#51) Operator '?' must be spaced. (space-infix-ops)
(#51) Operator ':' must be spaced. (space-infix-ops)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) Operator '<' must be spaced. (space-infix-ops)
(#51) Operator '&&' must be spaced. (space-infix-ops)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) Operator '<' must be spaced. (space-infix-ops)
(#51) Operator '&&' must be spaced. (space-infix-ops)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#51) A space is required after ','. (comma-spacing)
(#51) Operator '<' must be spaced. (space-infix-ops)
(#51) Operator '&&' must be spaced. (space-infix-ops)
(#51) Requires a space before '}'. (block-spacing)
(#51) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#51) Missing semicolon. (semi)
(#51) Requires a space before '}'. (block-spacing)
(#51) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#51) Missing semicolon. (semi)
(#51) Expected space(s) before "return". (keyword-spacing)
(#51) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#51) 'ua' used outside of binding context. (block-scoped-var)
(#51) Requires a space before '}'. (block-spacing)
(#51) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#51) Missing semicolon. (semi)
(#51) Expected space(s) before "function". (keyword-spacing)
(#51) Missing JSDoc comment. (require-jsdoc)
(#51) A space is required after ','. (comma-spacing)
(#51) Requires a space after '{'. (block-spacing)
(#51) Statement inside of curly braces should be on next line. (brace-style)
(#51) Missing space before opening brace. (space-before-blocks)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#51) Operator '<' must be spaced. (space-infix-ops)
(#51) A space is required after ','. (comma-spacing)
(#51) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#51) Operator '<' must be spaced. (space-infix-ops)
(#51) A space is required after ','. (comma-spacing)
(#51) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#51) Function has a complexity of 36. Maximum allowed is 20. (complexity)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) Requires a space after '{'. (block-spacing)
(#51) Statement inside of curly braces should be on next line. (brace-style)
(#51) Missing space before opening brace. (space-before-blocks)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#52) This line has a length of 510. Maximum allowed is 132. (max-len)
(#52) Operator '=' must be spaced. (space-infix-ops)
(#52) A space is required after ','. (comma-spacing)
(#52) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#52) Operator '=' must be spaced. (space-infix-ops)
(#52) Operator '&&' must be spaced. (space-infix-ops)
(#52) A space is required after ','. (comma-spacing)
(#52) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#52) Operator '=' must be spaced. (space-infix-ops)
(#52) A space is required after ','. (comma-spacing)
(#52) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#52) Operator '=' must be spaced. (space-infix-ops)
(#52) A space is required after ','. (comma-spacing)
(#52) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#52) Operator '=' must be spaced. (space-infix-ops)
(#52) Operator '||' must be spaced. (space-infix-ops)
(#52) Operator '&&' must be spaced. (space-infix-ops)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#52) Operator '=' must be spaced. (space-infix-ops)
(#52) Operator '+=' must be spaced. (space-infix-ops)
(#52) Use '===' to compare with null. (no-eq-null)
(#52) Operator '==' must be spaced. (space-infix-ops)
(#52) Operator '?' must be spaced. (space-infix-ops)
(#52) Operator ':' must be spaced. (space-infix-ops)
(#52) Operator '||' must be spaced. (space-infix-ops)
(#52) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#52) A space is required after ','. (comma-spacing)
(#52) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#52) Operator '=' must be spaced. (space-infix-ops)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Expected space(s) after "for". (keyword-spacing)
(#52) Operator '&&' must be spaced. (space-infix-ops)
(#52) Operator '=' must be spaced. (space-infix-ops)
(#52) Operator '===' must be spaced. (space-infix-ops)
(#52) Operator '||' must be spaced. (space-infix-ops)
(#52) Operator '||' must be spaced. (space-infix-ops)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Operator '!==' must be spaced. (space-infix-ops)
(#52) Operator '&&' must be spaced. (space-infix-ops)
(#52) Use '===' to compare with null. (no-eq-null)
(#52) Operator '!=' must be spaced. (space-infix-ops)
(#52) Operator '=' must be spaced. (space-infix-ops)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Requires a space after '{'. (block-spacing)
(#52) Statement inside of curly braces should be on next line. (brace-style)
(#52) Missing space before opening brace. (space-before-blocks)
(#52) Expected space(s) after "if". (keyword-spacing)
(#52) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#52) Operator '&&' must be spaced. (space-infix-ops)
(#52) Requires a space after '{'. (block-spacing)
(#52) Statement inside of curly braces should be on next line. (brace-style)
(#52) Missing space before opening brace. (space-before-blocks)
(#52) Operator '=' must be spaced. (space-infix-ops)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#52) Operator '||' must be spaced. (space-infix-ops)
(#52) Operator '===' must be spaced. (space-infix-ops)
(#52) Operator '||' must be spaced. (space-infix-ops)
(#52) A space is required after ','. (comma-spacing)
(#52) Operator '=' must be spaced. (space-infix-ops)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Expected space(s) after "for". (keyword-spacing)
(#52) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#52) Operator '=' must be spaced. (space-infix-ops)
(#52) Expected { after 'for' condition. (curly)
(#52) Expected space(s) before "if". (keyword-spacing)
(#52) Expected space(s) after "if". (keyword-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) Operator '||' must be spaced. (space-infix-ops)
(#52) A space is required after ','. (comma-spacing)
(#52) Requires a space after '{'. (block-spacing)
(#52) Statement inside of curly braces should be on next line. (brace-style)
(#52) Missing space before opening brace. (space-before-blocks)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Requires a space before '}'. (block-spacing)
(#52) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#52) Missing semicolon. (semi)
(#52) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#52) Operator '&&' must be spaced. (space-infix-ops)
(#52) Operator '=' must be spaced. (space-infix-ops)
(#52) Requires a space before '}'. (block-spacing)
(#52) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#52) Missing semicolon. (semi)
(#52) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#52) Operator '&&' must be spaced. (space-infix-ops)
(#52) Operator '=' must be spaced. (space-infix-ops)
(#52) Operator '&&' must be spaced. (space-infix-ops)
(#52) Operator '&&' must be spaced. (space-infix-ops)
(#52) A space is required after ','. (comma-spacing)
(#52) Operator '&&' must be spaced. (space-infix-ops)
(#52) Requires a space before '}'. (block-spacing)
(#52) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#52) Missing semicolon. (semi)
(#52) Operator '+=' must be spaced. (space-infix-ops)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Expected space(s) after "if". (keyword-spacing)
(#52) Operator '&&' must be spaced. (space-infix-ops)
(#52) Operator '!==' must be spaced. (space-infix-ops)
(#52) Requires a space after '{'. (block-spacing)
(#52) Statement inside of curly braces should be on next line. (brace-style)
(#52) Missing space before opening brace. (space-before-blocks)
(#52) Expected space(s) after "for". (keyword-spacing)
(#52) 'Vc' used outside of binding context. (block-scoped-var)
(#52) Operator '=' must be spaced. (space-infix-ops)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#52) Operator '=' must be spaced. (space-infix-ops)
(#52) 'Vc' used outside of binding context. (block-scoped-var)
(#52) Expected { after 'for' condition. (curly)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Expected space(s) after "if". (keyword-spacing)
(#52) Requires a space after '{'. (block-spacing)
(#52) Statement inside of curly braces should be on next line. (brace-style)
(#52) Missing space before opening brace. (space-before-blocks)
(#52) Expected space(s) after "if". (keyword-spacing)
(#52) Operator '<' must be spaced. (space-infix-ops)
(#52) Expected { after 'if' condition. (curly)
(#52) Expected space(s) before "for". (keyword-spacing)
(#52) Expected space(s) after "for". (keyword-spacing)
(#52) Expected { after 'for' condition. (curly)
(#52) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#52) Operator '||' must be spaced. (space-infix-ops)
(#52) Operator '||' must be spaced. (space-infix-ops)
(#52) Operator '=' must be spaced. (space-infix-ops)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Operator '=' must be spaced. (space-infix-ops)
(#52) Requires a space before '}'. (block-spacing)
(#52) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#52) Missing semicolon. (semi)
(#52) A space is required after ','. (comma-spacing)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#52) Operator '&&' must be spaced. (space-infix-ops)
(#52) Operator '&&' must be spaced. (space-infix-ops)
(#52) Operator '<' must be spaced. (space-infix-ops)
(#52) Operator '&&' must be spaced. (space-infix-ops)
(#53) This line has a length of 503. Maximum allowed is 132. (max-len)
(#53) Operator '<' must be spaced. (space-infix-ops)
(#53) Operator '+' must be spaced. (space-infix-ops)
(#53) Operator '&&' must be spaced. (space-infix-ops)
(#53) Requires a space before '}'. (block-spacing)
(#53) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#53) Missing semicolon. (semi)
(#53) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#53) Operator '&&' must be spaced. (space-infix-ops)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) A space is required after ','. (comma-spacing)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#53) Requires a space before '}'. (block-spacing)
(#53) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#53) Missing semicolon. (semi)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Operator '?' must be spaced. (space-infix-ops)
(#53) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#53) Operator ':' must be spaced. (space-infix-ops)
(#53) Requires a space before '}'. (block-spacing)
(#53) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#53) Missing semicolon. (semi)
(#53) Expected space(s) before "var". (keyword-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) Operator '+' must be spaced. (space-infix-ops)
(#53) Operator '*' must be spaced. (space-infix-ops)
(#53) Missing '()' invoking a constructor. (new-parens)
(#53) A space is required after ','. (comma-spacing)
(#53) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) A space is required after ','. (comma-spacing)
(#53) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) A space is required after ','. (comma-spacing)
(#53) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) A space is required after ','. (comma-spacing)
(#53) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) A space is required after ','. (comma-spacing)
(#53) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) A space is required after ','. (comma-spacing)
(#53) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) A space is required after ','. (comma-spacing)
(#53) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) A space is required after ','. (comma-spacing)
(#53) Requires a space after '{'. (block-spacing)
(#53) Statement inside of curly braces should be on next line. (brace-style)
(#53) Missing space before opening brace. (space-before-blocks)
(#53) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#53) Operator '===' must be spaced. (space-infix-ops)
(#53) Operator '&&' must be spaced. (space-infix-ops)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Requires a space before '}'. (block-spacing)
(#53) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#53) Missing semicolon. (semi)
(#53) A space is required after ','. (comma-spacing)
(#53) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) A space is required after ','. (comma-spacing)
(#53) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) A space is required after ','. (comma-spacing)
(#53) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) A space is required after ','. (comma-spacing)
(#53) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) A space is required after ','. (comma-spacing)
(#53) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) A space is required after ','. (comma-spacing)
(#53) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) A space is required after ','. (comma-spacing)
(#53) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) A space is required after ','. (comma-spacing)
(#53) Requires a space after '{'. (block-spacing)
(#53) Statement inside of curly braces should be on next line. (brace-style)
(#53) Missing space before opening brace. (space-before-blocks)
(#53) Expected space(s) after "for". (keyword-spacing)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) A space is required after ','. (comma-spacing)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Operator '<' must be spaced. (space-infix-ops)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Expected { after 'for' condition. (curly)
(#53) Expected space(s) before "if". (keyword-spacing)
(#53) Expected space(s) after "if". (keyword-spacing)
(#53) Operator '===' must be spaced. (space-infix-ops)
(#53) Expected { after 'if' condition. (curly)
(#53) Expected space(s) before "return". (keyword-spacing)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Expected space(s) after "return". (keyword-spacing)
(#53) Requires a space before '}'. (block-spacing)
(#53) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#53) Missing semicolon. (semi)
(#53) A space is required after ','. (comma-spacing)
(#53) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#54) This line has a length of 581. Maximum allowed is 132. (max-len)
(#54) A space is required after ','. (comma-spacing)
(#54) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) A space is required after ','. (comma-spacing)
(#54) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) A space is required after ','. (comma-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) Unexpected control character(s) in regular expression: \x00, \x00, \x00. (no-control-regex)
(#55) This line has a length of 830. Maximum allowed is 132. (max-len)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Unexpected control character(s) in regular expression: \x00. (no-control-regex)
(#55) A space is required after ','. (comma-spacing)
(#55) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Missing space before value for key 'ID'. (key-spacing)
(#55) Unexpected control character(s) in regular expression: \x00. (no-control-regex)
(#55) A space is required after ','. (comma-spacing)
(#55) Missing space before value for key 'CLASS'. (key-spacing)
(#55) Unexpected control character(s) in regular expression: \x00. (no-control-regex)
(#55) A space is required after ','. (comma-spacing)
(#55) Missing space before value for key 'TAG'. (key-spacing)
(#55) Unexpected control character(s) in regular expression: \x00. (no-control-regex)
(#55) A space is required after ','. (comma-spacing)
(#55) Missing space before value for key 'ATTR'. (key-spacing)
(#55) Unexpected control character(s) in regular expression: \x00, \x00. (no-control-regex)
(#55) A space is required after ','. (comma-spacing)
(#55) Missing space before value for key 'PSEUDO'. (key-spacing)
(#55) Unexpected control character(s) in regular expression: \x00, \x00, \x00. (no-control-regex)
(#56) This line has a length of 515. Maximum allowed is 132. (max-len)
(#56) Missing space before value for key 'CHILD'. (key-spacing)
(#56) A space is required after ','. (comma-spacing)
(#56) A space is required after ','. (comma-spacing)
(#56) Missing space before value for key 'bool'. (key-spacing)
(#56) A space is required after ','. (comma-spacing)
(#56) A space is required after ','. (comma-spacing)
(#56) Missing space before value for key 'needsContext'. (key-spacing)
(#57) This line has a length of 508. Maximum allowed is 132. (max-len)
(#57) A space is required after ','. (comma-spacing)
(#57) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) A space is required after ','. (comma-spacing)
(#57) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) A space is required after ','. (comma-spacing)
(#57) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) A space is required after ','. (comma-spacing)
(#57) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) A space is required after ','. (comma-spacing)
(#57) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) A space is required after ','. (comma-spacing)
(#57) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) A space is required after ','. (comma-spacing)
(#57) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) A space is required after ','. (comma-spacing)
(#57) A space is required after ','. (comma-spacing)
(#57) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) A space is required after ','. (comma-spacing)
(#57) A space is required after ','. (comma-spacing)
(#57) Requires a space after '{'. (block-spacing)
(#57) Statement inside of curly braces should be on next line. (brace-style)
(#57) Missing space before opening brace. (space-before-blocks)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) Operator '+' must be spaced. (space-infix-ops)
(#57) Operator '-' must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Do not nest ternary expressions. (no-nested-ternary)
(#57) Comparing to itself is potentially pointless. (no-self-compare)
(#57) Operator '!==' must be spaced. (space-infix-ops)
(#57) Operator '||' must be spaced. (space-infix-ops)
(#57) Operator '?' must be spaced. (space-infix-ops)
(#57) Operator ':' must be spaced. (space-infix-ops)
(#57) Operator '>' must be spaced. (space-infix-ops)
(#57) Operator '?' must be spaced. (space-infix-ops)
(#57) Operator '+' must be spaced. (space-infix-ops)
(#57) Operator ':' must be spaced. (space-infix-ops)
(#57) Unexpected use of '|'. (no-bitwise)
(#57) Unexpected use of '>>'. (no-bitwise)
(#57) Operator '>>' must be spaced. (space-infix-ops)
(#57) Operator '|' must be spaced. (space-infix-ops)
(#57) A space is required after ','. (comma-spacing)
(#57) Unexpected use of '|'. (no-bitwise)
(#57) Unexpected use of '&'. (no-bitwise)
(#57) Operator '&' must be spaced. (space-infix-ops)
(#57) Operator '|' must be spaced. (space-infix-ops)
(#57) Requires a space before '}'. (block-spacing)
(#57) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#57) Missing semicolon. (semi)
(#57) A space is required after ','. (comma-spacing)
(#57) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) Requires a space after '{'. (block-spacing)
(#57) Statement inside of curly braces should be on next line. (brace-style)
(#57) Missing space before opening brace. (space-before-blocks)
(#57) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#57) Requires a space before '}'. (block-spacing)
(#57) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#57) Missing semicolon. (semi)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Expected space(s) after "try". (keyword-spacing)
(#57) Requires a space after '{'. (block-spacing)
(#57) Statement inside of curly braces should be on next line. (brace-style)
(#57) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) A space is required after ','. (comma-spacing)
(#57) Unexpected use of comma operator. (no-sequences)
(#57) A space is required after ','. (comma-spacing)
(#57) Requires a space before '}'. (block-spacing)
(#57) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#57) Missing semicolon. (semi)
(#57) Expected space(s) before "catch". (keyword-spacing)
(#57) Expected space(s) after "catch". (keyword-spacing)
(#57) Requires a space after '{'. (block-spacing)
(#57) Statement inside of curly braces should be on next line. (brace-style)
(#57) Missing space before opening brace. (space-before-blocks)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) Missing space before value for key 'apply'. (key-spacing)
(#57) Operator '?' must be spaced. (space-infix-ops)
(#58) This line has a length of 503. Maximum allowed is 132. (max-len)
(#58) Requires a space after '{'. (block-spacing)
(#58) Statement inside of curly braces should be on next line. (brace-style)
(#58) Missing space before opening brace. (space-before-blocks)
(#58) A space is required after ','. (comma-spacing)
(#58) Requires a space before '}'. (block-spacing)
(#58) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#58) Missing semicolon. (semi)
(#58) Operator ':' must be spaced. (space-infix-ops)
(#58) A space is required after ','. (comma-spacing)
(#58) Requires a space after '{'. (block-spacing)
(#58) Statement inside of curly braces should be on next line. (brace-style)
(#58) Missing space before opening brace. (space-before-blocks)
(#58) Expected space(s) after "for". (keyword-spacing)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) A space is required after ','. (comma-spacing)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) Expected { after 'for' condition. (curly)
(#58) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) 'U' used outside of binding context. (block-scoped-var)
(#58) Operator '-' must be spaced. (space-infix-ops)
(#58) Requires a space before '}'. (block-spacing)
(#58) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#58) Missing semicolon. (semi)
(#58) Requires a space before '}'. (block-spacing)
(#58) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#58) Missing semicolon. (semi)
(#58) Expected space(s) before "var". (keyword-spacing)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) Requires a space after '{'. (block-spacing)
(#58) Statement inside of curly braces should be on next line. (brace-style)
(#58) Missing space before opening brace. (space-before-blocks)
(#58) Expected space(s) after "return". (keyword-spacing)
(#58) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) Operator '&&' must be spaced. (space-infix-ops)
(#58) Operator '||' must be spaced. (space-infix-ops)
(#58) Operator '?' must be spaced. (space-infix-ops)
(#58) Operator '!==' must be spaced. (space-infix-ops)
(#58) Operator ':' must be spaced. (space-infix-ops)
(#58) Requires a space before '}'. (block-spacing)
(#58) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#58) Missing semicolon. (semi)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) Function has a complexity of 24. Maximum allowed is 20. (complexity)
(#58) Requires a space after '{'. (block-spacing)
(#58) Statement inside of curly braces should be on next line. (brace-style)
(#58) Missing space before opening brace. (space-before-blocks)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) Operator '?' must be spaced. (space-infix-ops)
(#58) Operator '||' must be spaced. (space-infix-ops)
(#58) Operator ':' must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Expected space(s) after "if". (keyword-spacing)
(#58) Operator '===' must be spaced. (space-infix-ops)
(#58) Operator '||' must be spaced. (space-infix-ops)
(#58) Operator '!==' must be spaced. (space-infix-ops)
(#58) Operator '||' must be spaced. (space-infix-ops)
(#58) Expected { after 'if' condition. (curly)
(#58) Expected space(s) before "return". (keyword-spacing)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) Operator '&&' must be spaced. (space-infix-ops)
(#58) Operator '!==' must be spaced. (space-infix-ops)
(#58) Operator '&&' must be spaced. (space-infix-ops)
(#58) Operator '?' must be spaced. (space-infix-ops)
(#58) A space is required after ','. (comma-spacing)
(#58) A space is required after ','. (comma-spacing)
(#58) Operator ':' must be spaced. (space-infix-ops)
(#58) Operator '&&' must be spaced. (space-infix-ops)
(#59) This line has a length of 511. Maximum allowed is 132. (max-len)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected space(s) after "return". (keyword-spacing)
(#59) Requires a space before '}'. (block-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Missing semicolon. (semi)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected space(s) after "return". (keyword-spacing)
(#59) Requires a space before '}'. (block-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Missing semicolon. (semi)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected space(s) after "return". (keyword-spacing)
(#59) Operator '||' must be spaced. (space-infix-ops)
(#59) Requires a space before '}'. (block-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Missing semicolon. (semi)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#59) Operator '?' must be spaced. (space-infix-ops)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Expected to return a value at the end of function. (consistent-return)
(#59) A space is required after ','. (comma-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Operator '!==' must be spaced. (space-infix-ops)
(#59) Operator '&&' must be spaced. (space-infix-ops)
(#59) Expected { after 'if' condition. (curly)
(#59) Expected space(s) before "return". (keyword-spacing)
(#59) Expected space(s) after "return". (keyword-spacing)
(#59) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Operator '?' must be spaced. (space-infix-ops)
(#59) Operator ':' must be spaced. (space-infix-ops)
(#59) Requires a space before '}'. (block-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Missing semicolon. (semi)
(#59) A space is required after ','. (comma-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#60) This line has a length of 501. Maximum allowed is 132. (max-len)
(#60) Requires a space after '{'. (block-spacing)
(#60) Statement inside of curly braces should be on next line. (brace-style)
(#60) Missing space before opening brace. (space-before-blocks)
(#60) Operator '=' must be spaced. (space-infix-ops)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Requires a space after '{'. (block-spacing)
(#60) Statement inside of curly braces should be on next line. (brace-style)
(#60) Missing space before opening brace. (space-before-blocks)
(#60) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#60) Operator '===' must be spaced. (space-infix-ops)
(#60) Requires a space before '}'. (block-spacing)
(#60) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#60) Missing semicolon. (semi)
(#60) Requires a space before '}'. (block-spacing)
(#60) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#60) Missing semicolon. (semi)
(#60) Operator ':' must be spaced. (space-infix-ops)
(#60) A space is required after ','. (comma-spacing)
(#60) Operator '=' must be spaced. (space-infix-ops)
(#60) Requires a space after '{'. (block-spacing)
(#60) Statement inside of curly braces should be on next line. (brace-style)
(#60) Missing space before opening brace. (space-before-blocks)
(#60) Operator '=' must be spaced. (space-infix-ops)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Requires a space after '{'. (block-spacing)
(#60) Statement inside of curly braces should be on next line. (brace-style)
(#60) Missing space before opening brace. (space-before-blocks)
(#60) Expected space(s) after "return". (keyword-spacing)
(#60) Operator '=' must be spaced. (space-infix-ops)
(#60) Operator '!==' must be spaced. (space-infix-ops)
(#60) Operator '&&' must be spaced. (space-infix-ops)
(#60) Operator '&&' must be spaced. (space-infix-ops)
(#60) Operator '===' must be spaced. (space-infix-ops)
(#60) Requires a space before '}'. (block-spacing)
(#60) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#60) Missing semicolon. (semi)
(#60) Requires a space before '}'. (block-spacing)
(#60) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#60) Missing semicolon. (semi)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Operator '=' must be spaced. (space-infix-ops)
(#60) Operator '?' must be spaced. (space-infix-ops)
(#60) Expected to return a value at the end of function. (consistent-return)
(#60) A space is required after ','. (comma-spacing)
(#60) Requires a space after '{'. (block-spacing)
(#60) Statement inside of curly braces should be on next line. (brace-style)
(#60) Missing space before opening brace. (space-before-blocks)
(#60) Expected space(s) after "if". (keyword-spacing)
(#60) Operator '!==' must be spaced. (space-infix-ops)
(#60) Expected { after 'if' condition. (curly)
(#60) Expected space(s) before "return". (keyword-spacing)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Expected space(s) after "if". (keyword-spacing)
(#60) Expected { after 'if' condition. (curly)
(#60) Expected space(s) before "return". (keyword-spacing)
(#60) Requires a space before '}'. (block-spacing)
(#60) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#60) Missing semicolon. (semi)
(#60) Operator ':' must be spaced. (space-infix-ops)
(#60) A space is required after ','. (comma-spacing)
(#60) Requires a space after '{'. (block-spacing)
(#60) Statement inside of curly braces should be on next line. (brace-style)
(#60) Missing space before opening brace. (space-before-blocks)
(#60) Operator '=' must be spaced. (space-infix-ops)
(#60) A space is required after ','. (comma-spacing)
(#60) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#60) Operator '=' must be spaced. (space-infix-ops)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Operator '=' must be spaced. (space-infix-ops)
(#61) This line has a length of 515. Maximum allowed is 132. (max-len)
(#61) Expected space(s) after "if". (keyword-spacing)
(#61) Operator '===' must be spaced. (space-infix-ops)
(#61) Requires a space after '{'. (block-spacing)
(#61) Statement inside of curly braces should be on next line. (brace-style)
(#61) Missing space before opening brace. (space-before-blocks)
(#61) Expected space(s) after "for". (keyword-spacing)
(#61) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#61) Operator '=' must be spaced. (space-infix-ops)
(#61) Expected { after 'for' condition. (curly)
(#61) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#61) Operator '===' must be spaced. (space-infix-ops)
(#61) Operator '&&' must be spaced. (space-infix-ops)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#61) Requires a space before '}'. (block-spacing)
(#61) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#61) Missing semicolon. (semi)
(#61) Expected space(s) before "return". (keyword-spacing)
(#61) Requires a space before '}'. (block-spacing)
(#61) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#61) Missing semicolon. (semi)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Operator '=' must be spaced. (space-infix-ops)
(#61) Operator '&&' must be spaced. (space-infix-ops)
(#61) Expected to return a value at the end of function. (consistent-return)
(#61) A space is required after ','. (comma-spacing)
(#61) Requires a space after '{'. (block-spacing)
(#61) Statement inside of curly braces should be on next line. (brace-style)
(#61) Missing space before opening brace. (space-before-blocks)
(#61) Expected space(s) after "if". (keyword-spacing)
(#61) Operator '!==' must be spaced. (space-infix-ops)
(#61) Operator '&&' must be spaced. (space-infix-ops)
(#61) Expected { after 'if' condition. (curly)
(#61) Expected space(s) before "return". (keyword-spacing)
(#61) Requires a space before '}'. (block-spacing)
(#61) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#61) Missing semicolon. (semi)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Operator '=' must be spaced. (space-infix-ops)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Operator '=' must be spaced. (space-infix-ops)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Expected space(s) after "if". (keyword-spacing)
(#61) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#61) Operator '=' must be spaced. (space-infix-ops)
(#61) Expected { after 'if' condition. (curly)
(#61) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#61) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#61) Requires a space after '{'. (block-spacing)
(#61) Statement inside of curly braces should be on next line. (brace-style)
(#61) Missing space before opening brace. (space-before-blocks)
(#61) Operator '=' must be spaced. (space-infix-ops)
(#61) Operator '+' must be spaced. (space-infix-ops)
(#61) Operator '+' must be spaced. (space-infix-ops)
(#61) Operator '+' must be spaced. (space-infix-ops)
(#61) Operator '+' must be spaced. (space-infix-ops)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#61) Operator '&&' must be spaced. (space-infix-ops)
(#62) This line has a length of 503. Maximum allowed is 132. (max-len)
(#62) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#62) Operator '||' must be spaced. (space-infix-ops)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#62) Operator '+' must be spaced. (space-infix-ops)
(#62) Operator '+' must be spaced. (space-infix-ops)
(#62) Operator '||' must be spaced. (space-infix-ops)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#62) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#62) Operator '||' must be spaced. (space-infix-ops)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#62) Operator '+' must be spaced. (space-infix-ops)
(#62) Operator '+' must be spaced. (space-infix-ops)
(#62) Operator '||' must be spaced. (space-infix-ops)
(#62) Requires a space before '}'. (block-spacing)
(#62) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#62) Missing semicolon. (semi)
(#62) Unexpected use of comma operator. (no-sequences)
(#62) A space is required after ','. (comma-spacing)
(#62) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#62) Requires a space after '{'. (block-spacing)
(#62) Statement inside of curly braces should be on next line. (brace-style)
(#62) Missing space before opening brace. (space-before-blocks)
(#62) Operator '=' must be spaced. (space-infix-ops)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) A space is required after ','. (comma-spacing)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#63) This line has a length of 794. Maximum allowed is 132. (max-len)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#63) Operator '&&' must be spaced. (space-infix-ops)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#63) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#63) Operator '||' must be spaced. (space-infix-ops)
(#63) A space is required after ','. (comma-spacing)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) Requires a space before '}'. (block-spacing)
(#63) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#63) Missing semicolon. (semi)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#63) Operator '=' must be spaced. (space-infix-ops)
(#63) Operator '=' must be spaced. (space-infix-ops)
(#63) Operator '||' must be spaced. (space-infix-ops)
(#63) Operator '||' must be spaced. (space-infix-ops)
(#63) Operator '||' must be spaced. (space-infix-ops)
(#63) Operator '||' must be spaced. (space-infix-ops)
(#63) Operator '&&' must be spaced. (space-infix-ops)
(#63) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#63) Requires a space after '{'. (block-spacing)
(#63) Statement inside of curly braces should be on next line. (brace-style)
(#63) Missing space before opening brace. (space-before-blocks)
(#63) Operator '=' must be spaced. (space-infix-ops)
(#63) A space is required after ','. (comma-spacing)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) Requires a space before '}'. (block-spacing)
(#63) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#63) Missing semicolon. (semi)
(#64) This line has a length of 515. Maximum allowed is 132. (max-len)
(#64) Operator '=' must be spaced. (space-infix-ops)
(#64) Operator '&&' must be spaced. (space-infix-ops)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Operator '=' must be spaced. (space-infix-ops)
(#64) Operator '&&' must be spaced. (space-infix-ops)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#64) Operator '=' must be spaced. (space-infix-ops)
(#64) Operator '=' must be spaced. (space-infix-ops)
(#64) Operator '||' must be spaced. (space-infix-ops)
(#64) Operator '?' must be spaced. (space-infix-ops)
(#64) A space is required after ','. (comma-spacing)
(#64) Requires a space after '{'. (block-spacing)
(#64) Statement inside of curly braces should be on next line. (brace-style)
(#64) Missing space before opening brace. (space-before-blocks)
(#64) Operator '=' must be spaced. (space-infix-ops)
(#64) Operator '===' must be spaced. (space-infix-ops)
(#64) Operator '?' must be spaced. (space-infix-ops)
(#64) Operator ':' must be spaced. (space-infix-ops)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Operator '=' must be spaced. (space-infix-ops)
(#64) Operator '&&' must be spaced. (space-infix-ops)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Operator '===' must be spaced. (space-infix-ops)
(#64) Operator '||' must be spaced. (space-infix-ops)
(#64) Operator '&&' must be spaced. (space-infix-ops)
(#64) Operator '===' must be spaced. (space-infix-ops)
(#64) Operator '&&' must be spaced. (space-infix-ops)
(#64) Operator '?' must be spaced. (space-infix-ops)
(#64) Operator ':' must be spaced. (space-infix-ops)
(#64) Operator '&&' must be spaced. (space-infix-ops)
(#64) Unexpected use of '&'. (no-bitwise)
(#64) Operator '&' must be spaced. (space-infix-ops)
(#64) Requires a space before '}'. (block-spacing)
(#64) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#64) Missing semicolon. (semi)
(#64) Operator ':' must be spaced. (space-infix-ops)
(#64) A space is required after ','. (comma-spacing)
(#64) Requires a space after '{'. (block-spacing)
(#64) Statement inside of curly braces should be on next line. (brace-style)
(#64) Missing space before opening brace. (space-before-blocks)
(#64) Expected space(s) after "if". (keyword-spacing)
(#64) Expected { after 'if' condition. (curly)
(#64) Expected space(s) before "for". (keyword-spacing)
(#64) Expected space(s) after "for". (keyword-spacing)
(#64) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#64) Operator '=' must be spaced. (space-infix-ops)
(#64) Expected { after 'for' condition. (curly)
(#64) Expected space(s) before "if". (keyword-spacing)
(#64) Expected space(s) after "if". (keyword-spacing)
(#64) Operator '===' must be spaced. (space-infix-ops)
(#64) Expected { after 'if' condition. (curly)
(#64) Expected space(s) before "return". (keyword-spacing)
(#64) Expected space(s) after "return". (keyword-spacing)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Expected space(s) after "return". (keyword-spacing)
(#64) Requires a space before '}'. (block-spacing)
(#64) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#64) Missing semicolon. (semi)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Operator '=' must be spaced. (space-infix-ops)
(#64) Operator '?' must be spaced. (space-infix-ops)
(#64) A space is required after ','. (comma-spacing)
(#64) Requires a space after '{'. (block-spacing)
(#64) Statement inside of curly braces should be on next line. (brace-style)
(#64) Missing space before opening brace. (space-before-blocks)
(#64) Expected space(s) after "if". (keyword-spacing)
(#64) Operator '===' must be spaced. (space-infix-ops)
(#64) Expected { after 'if' condition. (curly)
(#64) Expected space(s) before "return". (keyword-spacing)
(#64) Return statement should not contain assignment. (no-return-assign)
(#64) Operator '=' must be spaced. (space-infix-ops)
(#64) Unexpected use of comma operator. (no-sequences)
(#64) A space is required after ','. (comma-spacing)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Operator '=' must be spaced. (space-infix-ops)
(#64) Operator '-' must be spaced. (space-infix-ops)
(#65) This line has a length of 501. Maximum allowed is 132. (max-len)
(#65) Expected space(s) after "if". (keyword-spacing)
(#65) Expected { after 'if' condition. (curly)
(#65) Expected space(s) before "return". (keyword-spacing)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) Operator '||' must be spaced. (space-infix-ops)
(#65) Operator '===' must be spaced. (space-infix-ops)
(#65) Operator '||' must be spaced. (space-infix-ops)
(#65) Operator '?' must be spaced. (space-infix-ops)
(#65) Operator ':' must be spaced. (space-infix-ops)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#65) Do not nest ternary expressions. (no-nested-ternary)
(#65) Unexpected use of '&'. (no-bitwise)
(#65) Operator '&' must be spaced. (space-infix-ops)
(#65) Operator '||' must be spaced. (space-infix-ops)
(#65) Operator '&&' must be spaced. (space-infix-ops)
(#65) Operator '===' must be spaced. (space-infix-ops)
(#65) Operator '?' must be spaced. (space-infix-ops)
(#65) Do not nest ternary expressions. (no-nested-ternary)
(#65) Operator '===' must be spaced. (space-infix-ops)
(#65) Operator '||' must be spaced. (space-infix-ops)
(#65) Operator '===' must be spaced. (space-infix-ops)
(#65) Operator '&&' must be spaced. (space-infix-ops)
(#65) A space is required after ','. (comma-spacing)
(#65) Operator '?' must be spaced. (space-infix-ops)
(#65) Operator ':' must be spaced. (space-infix-ops)
(#65) Do not nest ternary expressions. (no-nested-ternary)
(#65) Operator '===' must be spaced. (space-infix-ops)
(#65) Operator '||' must be spaced. (space-infix-ops)
(#65) Operator '===' must be spaced. (space-infix-ops)
(#65) Operator '&&' must be spaced. (space-infix-ops)
(#65) A space is required after ','. (comma-spacing)
(#65) Operator '?' must be spaced. (space-infix-ops)
(#65) Operator ':' must be spaced. (space-infix-ops)
(#65) Operator '?' must be spaced. (space-infix-ops)
(#65) A space is required after ','. (comma-spacing)
(#65) Operator '-' must be spaced. (space-infix-ops)
(#65) A space is required after ','. (comma-spacing)
(#65) Operator ':' must be spaced. (space-infix-ops)
(#65) Operator ':' must be spaced. (space-infix-ops)
(#65) Unexpected use of '&'. (no-bitwise)
(#65) Operator '&' must be spaced. (space-infix-ops)
(#65) Operator '?' must be spaced. (space-infix-ops)
(#65) Operator ':' must be spaced. (space-infix-ops)
(#65) Requires a space before '}'. (block-spacing)
(#65) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#65) Missing semicolon. (semi)
(#65) Operator ':' must be spaced. (space-infix-ops)
(#65) A space is required after ','. (comma-spacing)
(#65) Requires a space after '{'. (block-spacing)
(#65) Statement inside of curly braces should be on next line. (brace-style)
(#65) Missing space before opening brace. (space-before-blocks)
(#65) Expected space(s) after "if". (keyword-spacing)
(#65) Operator '===' must be spaced. (space-infix-ops)
(#65) Expected { after 'if' condition. (curly)
(#65) Expected space(s) before "return". (keyword-spacing)
(#65) Return statement should not contain assignment. (no-return-assign)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) Unexpected use of comma operator. (no-sequences)
(#65) A space is required after ','. (comma-spacing)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) A space is required after ','. (comma-spacing)
(#65) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) A space is required after ','. (comma-spacing)
(#65) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) A space is required after ','. (comma-spacing)
(#65) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) A space is required after ','. (comma-spacing)
(#65) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Expected space(s) after "if". (keyword-spacing)
(#65) Operator '||' must be spaced. (space-infix-ops)
(#65) Expected { after 'if' condition. (curly)
(#65) Expected space(s) before "return". (keyword-spacing)
(#65) Do not nest ternary expressions. (no-nested-ternary)
(#65) Operator '===' must be spaced. (space-infix-ops)
(#65) Operator '?' must be spaced. (space-infix-ops)
(#65) Operator ':' must be spaced. (space-infix-ops)
(#65) Do not nest ternary expressions. (no-nested-ternary)
(#65) Operator '===' must be spaced. (space-infix-ops)
(#65) Operator '?' must be spaced. (space-infix-ops)
(#65) Operator ':' must be spaced. (space-infix-ops)
(#65) Do not nest ternary expressions. (no-nested-ternary)
(#65) Operator '?' must be spaced. (space-infix-ops)
(#65) Operator ':' must be spaced. (space-infix-ops)
(#65) Do not nest ternary expressions. (no-nested-ternary)
(#65) Operator '?' must be spaced. (space-infix-ops)
(#65) Operator ':' must be spaced. (space-infix-ops)
(#65) Operator '?' must be spaced. (space-infix-ops)
(#65) A space is required after ','. (comma-spacing)
(#65) Operator '-' must be spaced. (space-infix-ops)
(#65) A space is required after ','. (comma-spacing)
(#65) Operator ':' must be spaced. (space-infix-ops)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Expected space(s) after "if". (keyword-spacing)
(#65) Operator '===' must be spaced. (space-infix-ops)
(#65) Expected { after 'if' condition. (curly)
(#65) Expected space(s) before "return". (keyword-spacing)
(#65) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#65) A space is required after ','. (comma-spacing)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Expected space(s) after "for". (keyword-spacing)
(#65) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) Expected { after 'for' condition. (curly)
(#66) This line has a length of 511. Maximum allowed is 132. (max-len)
(#66) Expected space(s) after "for". (keyword-spacing)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) Expected { after 'for' condition. (curly)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Expected space(s) after "for". (keyword-spacing)
(#66) Operator '===' must be spaced. (space-infix-ops)
(#66) Expected { after 'for' condition. (curly)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#66) Do not nest ternary expressions. (no-nested-ternary)
(#66) Operator '?' must be spaced. (space-infix-ops)
(#66) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#66) A space is required after ','. (comma-spacing)
(#66) Operator ':' must be spaced. (space-infix-ops)
(#66) Do not nest ternary expressions. (no-nested-ternary)
(#66) Operator '===' must be spaced. (space-infix-ops)
(#66) Operator '?' must be spaced. (space-infix-ops)
(#66) Operator ':' must be spaced. (space-infix-ops)
(#66) Operator '===' must be spaced. (space-infix-ops)
(#66) Operator '?' must be spaced. (space-infix-ops)
(#66) Operator ':' must be spaced. (space-infix-ops)
(#66) Requires a space before '}'. (block-spacing)
(#66) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#66) Missing semicolon. (semi)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Requires a space before '}'. (block-spacing)
(#66) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#66) Missing semicolon. (semi)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) A space is required after ','. (comma-spacing)
(#66) Requires a space after '{'. (block-spacing)
(#66) Statement inside of curly braces should be on next line. (brace-style)
(#66) Missing space before opening brace. (space-before-blocks)
(#66) A space is required after ','. (comma-spacing)
(#66) A space is required after ','. (comma-spacing)
(#66) A space is required after ','. (comma-spacing)
(#66) Requires a space before '}'. (block-spacing)
(#66) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#66) Missing semicolon. (semi)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) A space is required after ','. (comma-spacing)
(#66) Requires a space after '{'. (block-spacing)
(#66) Statement inside of curly braces should be on next line. (brace-style)
(#66) Missing space before opening brace. (space-before-blocks)
(#66) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#66) Operator '||' must be spaced. (space-infix-ops)
(#66) Operator '!==' must be spaced. (space-infix-ops)
(#66) Operator '&&' must be spaced. (space-infix-ops)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) A space is required after ','. (comma-spacing)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Expected space(s) after "if". (keyword-spacing)
(#66) Operator '||' must be spaced. (space-infix-ops)
(#66) Operator '||' must be spaced. (space-infix-ops)
(#66) Operator '+' must be spaced. (space-infix-ops)
(#66) Operator '||' must be spaced. (space-infix-ops)
(#66) Operator '&&' must be spaced. (space-infix-ops)
(#66) Operator '||' must be spaced. (space-infix-ops)
(#66) Operator '&&' must be spaced. (space-infix-ops)
(#66) Expected { after 'if' condition. (curly)
(#66) Expected space(s) before "try". (keyword-spacing)
(#66) Expected space(s) after "try". (keyword-spacing)
(#66) Requires a space after '{'. (block-spacing)
(#66) Statement inside of curly braces should be on next line. (brace-style)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) A space is required after ','. (comma-spacing)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Expected space(s) after "if". (keyword-spacing)
(#66) Operator '||' must be spaced. (space-infix-ops)
(#66) Operator '||' must be spaced. (space-infix-ops)
(#66) Operator '&&' must be spaced. (space-infix-ops)
(#66) Operator '!==' must be spaced. (space-infix-ops)
(#66) Expected { after 'if' condition. (curly)
(#66) Expected space(s) before "return". (keyword-spacing)
(#66) Requires a space before '}'. (block-spacing)
(#66) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#66) Missing semicolon. (semi)
(#66) Expected space(s) before "catch". (keyword-spacing)
(#66) Expected space(s) after "catch". (keyword-spacing)
(#66) Empty block statement. (no-empty)
(#66) Missing space before opening brace. (space-before-blocks)
(#66) Expected space(s) before "return". (keyword-spacing)
(#66) Operator '<' must be spaced. (space-infix-ops)
(#66) A space is required after ','. (comma-spacing)
(#66) A space is required after ','. (comma-spacing)
(#66) A space is required after ','. (comma-spacing)
(#66) Requires a space before '}'. (block-spacing)
(#66) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#66) Missing semicolon. (semi)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#67) This line has a length of 508. Maximum allowed is 132. (max-len)
(#67) Requires a space after '{'. (block-spacing)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#67) Operator '||' must be spaced. (space-infix-ops)
(#67) Operator '!==' must be spaced. (space-infix-ops)
(#67) Operator '&&' must be spaced. (space-infix-ops)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) Requires a space before '}'. (block-spacing)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Missing semicolon. (semi)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) A space is required after ','. (comma-spacing)
(#67) Requires a space after '{'. (block-spacing)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#67) Operator '||' must be spaced. (space-infix-ops)
(#67) Operator '!==' must be spaced. (space-infix-ops)
(#67) Operator '&&' must be spaced. (space-infix-ops)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Operator '&&' must be spaced. (space-infix-ops)
(#67) A space is required after ','. (comma-spacing)
(#67) Operator '?' must be spaced. (space-infix-ops)
(#67) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#67) A space is required after ','. (comma-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) Operator ':' must be spaced. (space-infix-ops)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Do not nest ternary expressions. (no-nested-ternary)
(#67) Operator '!==' must be spaced. (space-infix-ops)
(#67) Operator '?' must be spaced. (space-infix-ops)
(#67) Operator ':' must be spaced. (space-infix-ops)
(#67) Do not nest ternary expressions. (no-nested-ternary)
(#67) Operator '||' must be spaced. (space-infix-ops)
(#67) Operator '?' must be spaced. (space-infix-ops)
(#67) Operator ':' must be spaced. (space-infix-ops)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Operator '&&' must be spaced. (space-infix-ops)
(#67) Operator '?' must be spaced. (space-infix-ops)
(#67) Operator ':' must be spaced. (space-infix-ops)
(#67) Requires a space before '}'. (block-spacing)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Missing semicolon. (semi)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Requires a space after '{'. (block-spacing)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) Operator '+' must be spaced. (space-infix-ops)
(#67) Requires a space before '}'. (block-spacing)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Requires a space after '{'. (block-spacing)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) A space is required after ','. (comma-spacing)
(#67) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) A space is required after ','. (comma-spacing)
(#67) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) A space is required after ','. (comma-spacing)
(#67) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Operator '&&' must be spaced. (space-infix-ops)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Expected space(s) after "if". (keyword-spacing)
(#67) Requires a space after '{'. (block-spacing)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) Expected space(s) after "for". (keyword-spacing)
(#67) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#68) This line has a length of 524. Maximum allowed is 132. (max-len)
(#68) Expected { after 'for' condition. (curly)
(#68) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#68) Operator '===' must be spaced. (space-infix-ops)
(#68) Operator '&&' must be spaced. (space-infix-ops)
(#68) Operator '=' must be spaced. (space-infix-ops)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Expected space(s) after "for". (keyword-spacing)
(#68) Expected { after 'for' condition. (curly)
(#68) A space is required after ','. (comma-spacing)
(#68) Requires a space before '}'. (block-spacing)
(#68) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#68) Missing semicolon. (semi)
(#68) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#68) Operator '=' must be spaced. (space-infix-ops)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Requires a space before '}'. (block-spacing)
(#68) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#68) Missing semicolon. (semi)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Operator '=' must be spaced. (space-infix-ops)
(#68) Operator '=' must be spaced. (space-infix-ops)
(#68) Requires a space after '{'. (block-spacing)
(#68) Statement inside of curly braces should be on next line. (brace-style)
(#68) Missing space before opening brace. (space-before-blocks)
(#68) Operator '=' must be spaced. (space-infix-ops)
(#68) A space is required after ','. (comma-spacing)
(#68) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#68) Operator '=' must be spaced. (space-infix-ops)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Operator '=' must be spaced. (space-infix-ops)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Expected space(s) after "if". (keyword-spacing)
(#68) Expected { after 'if' condition. (curly)
(#68) Expected space(s) before "for". (keyword-spacing)
(#68) Expected space(s) after "for". (keyword-spacing)
(#68) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#68) Operator '=' must be spaced. (space-infix-ops)
(#68) Expected { after 'for' condition. (curly)
(#68) Operator '+=' must be spaced. (space-infix-ops)
(#68) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Expected space(s) after "if". (keyword-spacing)
(#68) Operator '===' must be spaced. (space-infix-ops)
(#68) Operator '||' must be spaced. (space-infix-ops)
(#68) Operator '===' must be spaced. (space-infix-ops)
(#68) Operator '||' must be spaced. (space-infix-ops)
(#68) Operator '===' must be spaced. (space-infix-ops)
(#68) Requires a space after '{'. (block-spacing)
(#68) Statement inside of curly braces should be on next line. (brace-style)
(#68) Missing space before opening brace. (space-before-blocks)
(#68) Expected space(s) after "if". (keyword-spacing)
(#68) Operator '===' must be spaced. (space-infix-ops)
(#68) Expected { after 'if' condition. (curly)
(#68) Expected space(s) before "return". (keyword-spacing)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Expected space(s) after "for". (keyword-spacing)
(#68) Operator '=' must be spaced. (space-infix-ops)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Operator '=' must be spaced. (space-infix-ops)
(#68) Expected { after 'for' condition. (curly)
(#68) Operator '+=' must be spaced. (space-infix-ops)
(#68) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#68) Requires a space before '}'. (block-spacing)
(#68) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#68) Missing semicolon. (semi)
(#68) Expected space(s) before "else". (keyword-spacing)
(#68) Expected space(s) after "if". (keyword-spacing)
(#68) Operator '===' must be spaced. (space-infix-ops)
(#68) Operator '||' must be spaced. (space-infix-ops)
(#68) Operator '===' must be spaced. (space-infix-ops)
(#68) Expected { after 'if' condition. (curly)
(#68) Expected space(s) before "return". (keyword-spacing)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Requires a space before '}'. (block-spacing)
(#68) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#68) Missing semicolon. (semi)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Operator '=' must be spaced. (space-infix-ops)
(#68) Operator '=' must be spaced. (space-infix-ops)
(#68) Missing space before value for key 'cacheLength'. (key-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) Missing space before value for key 'createPseudo'. (key-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) Missing space before value for key 'match'. (key-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) Missing space before value for key 'attrHandle'. (key-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) Missing space before value for key 'find'. (key-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) Missing space before value for key 'relative'. (key-spacing)
(#68) Missing space before value for key '>'. (key-spacing)
(#68) Missing space before value for key 'dir'. (key-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) Missing space before value for key 'first'. (key-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) Missing space before value for key ' '. (key-spacing)
(#68) Missing space before value for key 'dir'. (key-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) Missing space before value for key '+'. (key-spacing)
(#68) Missing space before value for key 'dir'. (key-spacing)
(#69) This line has a length of 501. Maximum allowed is 132. (max-len)
(#69) Missing space before value for key 'first'. (key-spacing)
(#69) A space is required after ','. (comma-spacing)
(#69) Missing space before value for key '~'. (key-spacing)
(#69) Missing space before value for key 'dir'. (key-spacing)
(#69) A space is required after ','. (comma-spacing)
(#69) Missing space before value for key 'preFilter'. (key-spacing)
(#69) Missing space before value for key 'ATTR'. (key-spacing)
(#69) Requires a space after '{'. (block-spacing)
(#69) Statement inside of curly braces should be on next line. (brace-style)
(#69) Missing space before opening brace. (space-before-blocks)
(#69) Operator '=' must be spaced. (space-infix-ops)
(#69) A space is required after ','. (comma-spacing)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Operator '=' must be spaced. (space-infix-ops)
(#69) Operator '||' must be spaced. (space-infix-ops)
(#69) Operator '||' must be spaced. (space-infix-ops)
(#69) Operator '||' must be spaced. (space-infix-ops)
(#69) A space is required after ','. (comma-spacing)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#69) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#69) Operator '===' must be spaced. (space-infix-ops)
(#69) Operator '&&' must be spaced. (space-infix-ops)
(#69) Operator '=' must be spaced. (space-infix-ops)
(#69) Operator '+' must be spaced. (space-infix-ops)
(#69) Operator '+' must be spaced. (space-infix-ops)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) A space is required after ','. (comma-spacing)
(#69) Requires a space before '}'. (block-spacing)
(#69) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#69) Missing semicolon. (semi)
(#69) A space is required after ','. (comma-spacing)
(#69) Missing space before value for key 'CHILD'. (key-spacing)
(#69) Requires a space after '{'. (block-spacing)
(#69) Statement inside of curly braces should be on next line. (brace-style)
(#69) Missing space before opening brace. (space-before-blocks)
(#69) Operator '=' must be spaced. (space-infix-ops)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#69) Operator '===' must be spaced. (space-infix-ops)
(#69) A space is required after ','. (comma-spacing)
(#69) Operator '?' must be spaced. (space-infix-ops)
(#69) Operator '||' must be spaced. (space-infix-ops)
(#69) A space is required after ','. (comma-spacing)
(#69) Operator '=' must be spaced. (space-infix-ops)
(#69) Operator '?' must be spaced. (space-infix-ops)
(#69) Operator '+' must be spaced. (space-infix-ops)
(#69) Operator '||' must be spaced. (space-infix-ops)
(#69) Operator ':' must be spaced. (space-infix-ops)
(#69) Operator '*' must be spaced. (space-infix-ops)
(#69) Operator '===' must be spaced. (space-infix-ops)
(#69) Operator '||' must be spaced. (space-infix-ops)
(#69) Operator '===' must be spaced. (space-infix-ops)
(#69) A space is required after ','. (comma-spacing)
(#69) Operator '=' must be spaced. (space-infix-ops)
(#69) Operator '+' must be spaced. (space-infix-ops)
(#69) Operator '||' must be spaced. (space-infix-ops)
(#69) Operator '===' must be spaced. (space-infix-ops)
(#69) Operator ':' must be spaced. (space-infix-ops)
(#69) Operator '&&' must be spaced. (space-infix-ops)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Requires a space before '}'. (block-spacing)
(#69) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#69) Missing semicolon. (semi)
(#69) A space is required after ','. (comma-spacing)
(#69) Missing space before value for key 'PSEUDO'. (key-spacing)
(#69) Requires a space after '{'. (block-spacing)
(#69) Statement inside of curly braces should be on next line. (brace-style)
(#69) Missing space before opening brace. (space-before-blocks)
(#69) A space is required after ','. (comma-spacing)
(#69) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#69) Operator '=' must be spaced. (space-infix-ops)
(#69) Operator '&&' must be spaced. (space-infix-ops)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Expected space(s) after "if". (keyword-spacing)
(#69) Expected { after 'if' condition. (curly)
(#69) Expected space(s) before "return". (keyword-spacing)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#69) Operator '?' must be spaced. (space-infix-ops)
(#69) Operator '=' must be spaced. (space-infix-ops)
(#69) Operator '||' must be spaced. (space-infix-ops)
(#69) Operator '||' must be spaced. (space-infix-ops)
(#69) Operator ':' must be spaced. (space-infix-ops)
(#69) Operator '&&' must be spaced. (space-infix-ops)
(#70) This line has a length of 512. Maximum allowed is 132. (max-len)
(#70) Operator '&&' must be spaced. (space-infix-ops)
(#70) Operator '=' must be spaced. (space-infix-ops)
(#70) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#70) A space is required after ','. (comma-spacing)
(#70) Operator '&&' must be spaced. (space-infix-ops)
(#70) Operator '=' must be spaced. (space-infix-ops)
(#70) A space is required after ','. (comma-spacing)
(#70) Operator '-' must be spaced. (space-infix-ops)
(#70) Operator '-' must be spaced. (space-infix-ops)
(#70) Operator '&&' must be spaced. (space-infix-ops)
(#70) Operator '=' must be spaced. (space-infix-ops)
(#70) A space is required after ','. (comma-spacing)
(#70) A space is required after ','. (comma-spacing)
(#70) Operator '=' must be spaced. (space-infix-ops)
(#70) A space is required after ','. (comma-spacing)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) A space is required after ','. (comma-spacing)
(#70) Requires a space before '}'. (block-spacing)
(#70) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#70) Missing semicolon. (semi)
(#70) A space is required after ','. (comma-spacing)
(#70) Missing space before value for key 'filter'. (key-spacing)
(#70) Missing space before value for key 'TAG'. (key-spacing)
(#70) Requires a space after '{'. (block-spacing)
(#70) Statement inside of curly braces should be on next line. (brace-style)
(#70) Missing space before opening brace. (space-before-blocks)
(#70) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#70) Operator '=' must be spaced. (space-infix-ops)
(#70) A space is required after ','. (comma-spacing)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Expected space(s) after "return". (keyword-spacing)
(#70) Operator '===' must be spaced. (space-infix-ops)
(#70) Operator '?' must be spaced. (space-infix-ops)
(#70) Requires a space after '{'. (block-spacing)
(#70) Statement inside of curly braces should be on next line. (brace-style)
(#70) Missing space before opening brace. (space-before-blocks)
(#70) Expected space(s) after "return". (keyword-spacing)
(#70) Requires a space before '}'. (block-spacing)
(#70) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#70) Missing semicolon. (semi)
(#70) Operator ':' must be spaced. (space-infix-ops)
(#70) Requires a space after '{'. (block-spacing)
(#70) Statement inside of curly braces should be on next line. (brace-style)
(#70) Missing space before opening brace. (space-before-blocks)
(#70) Operator '&&' must be spaced. (space-infix-ops)
(#70) Operator '===' must be spaced. (space-infix-ops)
(#70) Requires a space before '}'. (block-spacing)
(#70) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#70) Missing semicolon. (semi)
(#70) Requires a space before '}'. (block-spacing)
(#70) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#70) Missing semicolon. (semi)
(#70) A space is required after ','. (comma-spacing)
(#70) Missing space before value for key 'CLASS'. (key-spacing)
(#70) Requires a space after '{'. (block-spacing)
(#70) Statement inside of curly braces should be on next line. (brace-style)
(#70) Missing space before opening brace. (space-before-blocks)
(#70) Operator '=' must be spaced. (space-infix-ops)
(#70) Operator '+' must be spaced. (space-infix-ops)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Return statement should not contain assignment. (no-return-assign)
(#70) Operator '||' must be spaced. (space-infix-ops)
(#70) Operator '=' must be spaced. (space-infix-ops)
(#70) Operator '+' must be spaced. (space-infix-ops)
(#70) Operator '+' must be spaced. (space-infix-ops)
(#70) A space is required after ','. (comma-spacing)
(#70) A space is required after ','. (comma-spacing)
(#70) Requires a space after '{'. (block-spacing)
(#70) Statement inside of curly braces should be on next line. (brace-style)
(#70) Missing space before opening brace. (space-before-blocks)
(#70) Operator '===' must be spaced. (space-infix-ops)
(#70) Operator '&&' must be spaced. (space-infix-ops)
(#70) Operator '||' must be spaced. (space-infix-ops)
(#70) Operator '!==' must be spaced. (space-infix-ops)
(#70) Operator '&&' must be spaced. (space-infix-ops)
(#71) This line has a length of 516. Maximum allowed is 132. (max-len)
(#71) Operator '||' must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (semi)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'ATTR'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#71) Operator '=' must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Use '===' to compare with null. (no-eq-null)
(#71) Operator '==' must be spaced. (space-infix-ops)
(#71) Expected { after 'if' condition. (curly)
(#71) Expected space(s) before "return". (keyword-spacing)
(#71) Expected space(s) after "return". (keyword-spacing)
(#71) Operator '===' must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Expected { after 'if' condition. (curly)
(#71) Expected space(s) before "return". (keyword-spacing)
(#71) Expected space(s) after "return". (keyword-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Operator '+=' must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "return". (keyword-spacing)
(#71) Do not nest ternary expressions. (no-nested-ternary)
(#71) Operator '===' must be spaced. (space-infix-ops)
(#71) Operator '?' must be spaced. (space-infix-ops)
(#71) Operator '===' must be spaced. (space-infix-ops)
(#71) Operator ':' must be spaced. (space-infix-ops)
(#71) Do not nest ternary expressions. (no-nested-ternary)
(#71) Operator '===' must be spaced. (space-infix-ops)
(#71) Operator '?' must be spaced. (space-infix-ops)
(#71) Operator '!==' must be spaced. (space-infix-ops)
(#71) Operator ':' must be spaced. (space-infix-ops)
(#71) Do not nest ternary expressions. (no-nested-ternary)
(#71) Operator '===' must be spaced. (space-infix-ops)
(#71) Operator '?' must be spaced. (space-infix-ops)
(#71) Operator '&&' must be spaced. (space-infix-ops)
(#71) Operator '===' must be spaced. (space-infix-ops)
(#71) Operator ':' must be spaced. (space-infix-ops)
(#71) Do not nest ternary expressions. (no-nested-ternary)
(#71) Operator '===' must be spaced. (space-infix-ops)
(#71) Operator '?' must be spaced. (space-infix-ops)
(#71) Operator '&&' must be spaced. (space-infix-ops)
(#71) Operator '<' must be spaced. (space-infix-ops)
(#71) Operator ':' must be spaced. (space-infix-ops)
(#71) Do not nest ternary expressions. (no-nested-ternary)
(#71) Operator '===' must be spaced. (space-infix-ops)
(#71) Operator '?' must be spaced. (space-infix-ops)
(#71) Operator '&&' must be spaced. (space-infix-ops)
(#71) Operator '===' must be spaced. (space-infix-ops)
(#71) Operator ':' must be spaced. (space-infix-ops)
(#71) Do not nest ternary expressions. (no-nested-ternary)
(#71) Operator '===' must be spaced. (space-infix-ops)
(#71) Operator '?' must be spaced. (space-infix-ops)
(#71) Operator '<' must be spaced. (space-infix-ops)
(#71) Operator '+' must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Operator '+' must be spaced. (space-infix-ops)
(#71) Operator ':' must be spaced. (space-infix-ops)
(#71) Operator '===' must be spaced. (space-infix-ops)
(#71) Operator '?' must be spaced. (space-infix-ops)
(#71) Operator '===' must be spaced. (space-infix-ops)
(#71) Operator '||' must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Operator '+' must be spaced. (space-infix-ops)
(#71) Operator '===' must be spaced. (space-infix-ops)
(#71) Operator '+' must be spaced. (space-infix-ops)
(#71) Operator ':' must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (semi)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'CHILD'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Operator '=' must be spaced. (space-infix-ops)
(#71) Operator '!==' must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Operator '=' must be spaced. (space-infix-ops)
(#71) Operator '!==' must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Operator '=' must be spaced. (space-infix-ops)
(#71) Operator '===' must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Operator '===' must be spaced. (space-infix-ops)
(#71) Operator '&&' must be spaced. (space-infix-ops)
(#71) Operator '===' must be spaced. (space-infix-ops)
(#71) Operator '?' must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Expected space(s) after "return". (keyword-spacing)
(#71) Requires a space before '}'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Operator ':' must be spaced. (space-infix-ops)
(#72) This line has a length of 503. Maximum allowed is 132. (max-len)
(#72) Expected to return a value at the end of function. (consistent-return)
(#72) Function has a complexity of 49. Maximum allowed is 20. (complexity)
(#72) A space is required after ','. (comma-spacing)
(#72) A space is required after ','. (comma-spacing)
(#72) Requires a space after '{'. (block-spacing)
(#72) Statement inside of curly braces should be on next line. (brace-style)
(#72) Missing space before opening brace. (space-before-blocks)
(#72) A space is required after ','. (comma-spacing)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) Operator '!==' must be spaced. (space-infix-ops)
(#72) Operator '?' must be spaced. (space-infix-ops)
(#72) Operator ':' must be spaced. (space-infix-ops)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) A space is required after ','. (comma-spacing)
(#72) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) Operator '&&' must be spaced. (space-infix-ops)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) Operator '&&' must be spaced. (space-infix-ops)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Expected space(s) after "if". (keyword-spacing)
(#72) Requires a space after '{'. (block-spacing)
(#72) Statement inside of curly braces should be on next line. (brace-style)
(#72) Missing space before opening brace. (space-before-blocks)
(#72) Expected space(s) after "if". (keyword-spacing)
(#72) Requires a space after '{'. (block-spacing)
(#72) Statement inside of curly braces should be on next line. (brace-style)
(#72) Missing space before opening brace. (space-before-blocks)
(#72) Expected space(s) after "for". (keyword-spacing)
(#72) Requires a space after '{'. (block-spacing)
(#72) Statement inside of curly braces should be on next line. (brace-style)
(#72) Missing space before opening brace. (space-before-blocks)
(#72) Expected space(s) after "for". (keyword-spacing)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) Expected { after 'for' condition. (curly)
(#72) Expected space(s) before "if". (keyword-spacing)
(#72) Expected space(s) after "if". (keyword-spacing)
(#72) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#72) Operator '?' must be spaced. (space-infix-ops)
(#72) Operator '===' must be spaced. (space-infix-ops)
(#72) Operator ':' must be spaced. (space-infix-ops)
(#72) Operator '===' must be spaced. (space-infix-ops)
(#72) Expected { after 'if' condition. (curly)
(#72) Expected space(s) before "return". (keyword-spacing)
(#72) Expected space(s) after "return". (keyword-spacing)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) Operator '===' must be spaced. (space-infix-ops)
(#72) Operator '&&' must be spaced. (space-infix-ops)
(#72) Operator '&&' must be spaced. (space-infix-ops)
(#72) Requires a space before '}'. (block-spacing)
(#72) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#72) Missing semicolon. (semi)
(#72) Expected space(s) before "return". (keyword-spacing)
(#72) Expected space(s) after "return". (keyword-spacing)
(#72) Requires a space before '}'. (block-spacing)
(#72) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#72) Missing semicolon. (semi)
(#72) 'Ob' used outside of binding context. (block-scoped-var)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) Operator '?' must be spaced. (space-infix-ops)
(#72) Operator ':' must be spaced. (space-infix-ops)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Expected space(s) after "if". (keyword-spacing)
(#72) Operator '&&' must be spaced. (space-infix-ops)
(#72) Requires a space after '{'. (block-spacing)
(#72) Statement inside of curly braces should be on next line. (brace-style)
(#72) Missing space before opening brace. (space-before-blocks)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) Operator '||' must be spaced. (space-infix-ops)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) Operator '||' must be spaced. (space-infix-ops)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) Operator '||' must be spaced. (space-infix-ops)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) Operator '===' must be spaced. (space-infix-ops)
(#72) Operator '&&' must be spaced. (space-infix-ops)
(#72) Operator '&&' must be spaced. (space-infix-ops)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Expected space(s) after "for". (keyword-spacing)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) Operator '&&' must be spaced. (space-infix-ops)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#73) This line has a length of 504. Maximum allowed is 132. (max-len)
(#73) Operator '&&' must be spaced. (space-infix-ops)
(#73) Operator '&&' must be spaced. (space-infix-ops)
(#73) Operator '||' must be spaced. (space-infix-ops)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) Operator '||' must be spaced. (space-infix-ops)
(#73) 'Ob' used outside of binding context. (block-scoped-var)
(#73) Expected { after 'for' condition. (curly)
(#73) Expected space(s) before "if". (keyword-spacing)
(#73) Expected space(s) after "if". (keyword-spacing)
(#73) Operator '===' must be spaced. (space-infix-ops)
(#73) Operator '&&' must be spaced. (space-infix-ops)
(#73) Operator '&&' must be spaced. (space-infix-ops)
(#73) Operator '===' must be spaced. (space-infix-ops)
(#73) Requires a space after '{'. (block-spacing)
(#73) Statement inside of curly braces should be on next line. (brace-style)
(#73) Missing space before opening brace. (space-before-blocks)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) A space is required after ','. (comma-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Requires a space before '}'. (block-spacing)
(#73) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#73) Missing semicolon. (semi)
(#73) Requires a space before '}'. (block-spacing)
(#73) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#73) Expected space(s) before "else". (keyword-spacing)
(#73) Expected space(s) after "if". (keyword-spacing)
(#73) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#73) Operator '&&' must be spaced. (space-infix-ops)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) A space is required after ','. (comma-spacing)
(#73) 'Ra' used outside of binding context. (block-scoped-var)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) Operator '||' must be spaced. (space-infix-ops)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) A space is required after ','. (comma-spacing)
(#73) 'Ra' used outside of binding context. (block-scoped-var)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) 'Ra' used outside of binding context. (block-scoped-var)
(#73) Operator '||' must be spaced. (space-infix-ops)
(#73) 'Ra' used outside of binding context. (block-scoped-var)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) A space is required after ','. (comma-spacing)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) 'Ra' used outside of binding context. (block-scoped-var)
(#73) Operator '||' must be spaced. (space-infix-ops)
(#73) A space is required after ','. (comma-spacing)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) Operator '===' must be spaced. (space-infix-ops)
(#73) Operator '&&' must be spaced. (space-infix-ops)
(#73) Unexpected use of comma operator. (no-sequences)
(#73) A space is required after ','. (comma-spacing)
(#73) Operator '===' must be spaced. (space-infix-ops)
(#73) Expected { after 'if' condition. (curly)
(#73) Expected space(s) before "for". (keyword-spacing)
(#73) Expected space(s) after "for". (keyword-spacing)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) Operator '&&' must be spaced. (space-infix-ops)
(#73) Operator '&&' must be spaced. (space-infix-ops)
(#73) Operator '||' must be spaced. (space-infix-ops)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) Operator '||' must be spaced. (space-infix-ops)
(#73) 'Ob' used outside of binding context. (block-scoped-var)
(#73) Operator '&&' must be spaced. (space-infix-ops)
(#73) Operator '?' must be spaced. (space-infix-ops)
(#73) Operator '!==' must be spaced. (space-infix-ops)
(#73) Operator ':' must be spaced. (space-infix-ops)
(#73) Operator '!==' must be spaced. (space-infix-ops)
(#73) Operator '||' must be spaced. (space-infix-ops)
(#73) Operator '||' must be spaced. (space-infix-ops)
(#73) 'Aa' is not modified in this loop. (no-unmodified-loop-condition)
(#73) Operator '&&' must be spaced. (space-infix-ops)
(#73) 'Ra' used outside of binding context. (block-scoped-var)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) Operator '||' must be spaced. (space-infix-ops)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) A space is required after ','. (comma-spacing)
(#73) 'Ra' used outside of binding context. (block-scoped-var)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) 'Ra' used outside of binding context. (block-scoped-var)
(#73) Operator '||' must be spaced. (space-infix-ops)
(#73) 'Ra' used outside of binding context. (block-scoped-var)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) A space is required after ','. (comma-spacing)
(#73) 'Ra' used outside of binding context. (block-scoped-var)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) 'ab' is not modified in this loop. (no-unmodified-loop-condition)
(#73) A space is required after ','. (comma-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) Operator '!==' must be spaced. (space-infix-ops)
(#73) Expected { after 'for' condition. (curly)
(#73) Operator '-=' must be spaced. (space-infix-ops)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Operator '===' must be spaced. (space-infix-ops)
(#73) Operator '||' must be spaced. (space-infix-ops)
(#73) Operator '===' must be spaced. (space-infix-ops)
(#73) Operator '%' must be spaced. (space-infix-ops)
(#73) Operator '&&' must be spaced. (space-infix-ops)
(#73) Operator '<=' must be spaced. (space-infix-ops)
(#73) Operator '/' must be spaced. (space-infix-ops)
(#73) Requires a space before '}'. (block-spacing)
(#73) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#73) Missing semicolon. (semi)
(#73) Requires a space before '}'. (block-spacing)
(#73) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#73) Requires a space before '}'. (block-spacing)
(#73) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#73) Missing semicolon. (semi)
(#73) A space is required after ','. (comma-spacing)
(#73) Missing space before value for key 'PSEUDO'. (key-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) Requires a space after '{'. (block-spacing)
(#73) Statement inside of curly braces should be on next line. (brace-style)
(#73) Missing space before opening brace. (space-before-blocks)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#74) This line has a length of 501. Maximum allowed is 132. (max-len)
(#74) Operator '||' must be spaced. (space-infix-ops)
(#74) Operator '||' must be spaced. (space-infix-ops)
(#74) Operator '+' must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Expected space(s) after "if". (keyword-spacing)
(#74) Expected { after 'if' condition. (curly)
(#74) Expected space(s) before "return". (keyword-spacing)
(#74) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Expected space(s) after "if". (keyword-spacing)
(#74) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#74) Operator '<' must be spaced. (space-infix-ops)
(#74) Requires a space after '{'. (block-spacing)
(#74) Statement inside of curly braces should be on next line. (brace-style)
(#74) Missing space before opening brace. (space-before-blocks)
(#74) Operator '=' must be spaced. (space-infix-ops)
(#74) A space is required after ','. (comma-spacing)
(#74) A space is required after ','. (comma-spacing)
(#74) A space is required after ','. (comma-spacing)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Operator '?' must be spaced. (space-infix-ops)
(#74) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#74) A space is required after ','. (comma-spacing)
(#74) Requires a space after '{'. (block-spacing)
(#74) Statement inside of curly braces should be on next line. (brace-style)
(#74) Missing space before opening brace. (space-before-blocks)
(#74) Expected space(s) after "for". (keyword-spacing)
(#74) A space is required after ','. (comma-spacing)
(#74) Operator '=' must be spaced. (space-infix-ops)
(#74) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#74) A space is required after ','. (comma-spacing)
(#74) A space is required after ','. (comma-spacing)
(#74) Operator '=' must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Expected { after 'for' condition. (curly)
(#74) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#74) Operator '=' must be spaced. (space-infix-ops)
(#74) A space is required after ','. (comma-spacing)
(#74) Unexpected use of comma operator. (no-sequences)
(#74) A space is required after ','. (comma-spacing)
(#74) Operator '=' must be spaced. (space-infix-ops)
(#74) Operator '=' must be spaced. (space-infix-ops)
(#74) Requires a space before '}'. (block-spacing)
(#74) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#74) Missing semicolon. (semi)
(#74) Operator ':' must be spaced. (space-infix-ops)
(#74) Requires a space after '{'. (block-spacing)
(#74) Statement inside of curly braces should be on next line. (brace-style)
(#74) Missing space before opening brace. (space-before-blocks)
(#74) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#74) A space is required after ','. (comma-spacing)
(#74) A space is required after ','. (comma-spacing)
(#74) Requires a space before '}'. (block-spacing)
(#74) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#74) Missing semicolon. (semi)
(#74) Requires a space before '}'. (block-spacing)
(#74) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#74) Missing semicolon. (semi)
(#74) Expected space(s) before "return". (keyword-spacing)
(#74) Requires a space before '}'. (block-spacing)
(#74) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#74) Missing semicolon. (semi)
(#74) A space is required after ','. (comma-spacing)
(#74) Missing space before value for key 'pseudos'. (key-spacing)
(#74) Missing space before value for key 'not'. (key-spacing)
(#74) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#74) Requires a space after '{'. (block-spacing)
(#74) Statement inside of curly braces should be on next line. (brace-style)
(#74) Missing space before opening brace. (space-before-blocks)
(#74) Operator '=' must be spaced. (space-infix-ops)
(#74) A space is required after ','. (comma-spacing)
(#74) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#74) Operator '=' must be spaced. (space-infix-ops)
(#74) A space is required after ','. (comma-spacing)
(#74) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#74) Operator '=' must be spaced. (space-infix-ops)
(#74) A space is required after ','. (comma-spacing)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Operator '?' must be spaced. (space-infix-ops)
(#74) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#74) A space is required after ','. (comma-spacing)
(#74) A space is required after ','. (comma-spacing)
(#74) A space is required after ','. (comma-spacing)
(#74) Requires a space after '{'. (block-spacing)
(#74) Statement inside of curly braces should be on next line. (brace-style)
(#74) Missing space before opening brace. (space-before-blocks)
(#74) Operator '=' must be spaced. (space-infix-ops)
(#74) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#74) A space is required after ','. (comma-spacing)
(#74) A space is required after ','. (comma-spacing)
(#74) A space is required after ','. (comma-spacing)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Expected space(s) after "for". (keyword-spacing)
(#74) Operator '=' must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Expected { after 'for' condition. (curly)
(#74) Expected space(s) before "if". (keyword-spacing)
(#74) Expected space(s) after "if". (keyword-spacing)
(#74) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#74) Operator '=' must be spaced. (space-infix-ops)
(#74) Expected { after 'if' condition. (curly)
(#74) Operator '=' must be spaced. (space-infix-ops)
(#75) This line has a length of 510. Maximum allowed is 132. (max-len)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Requires a space before '}'. (block-spacing)
(#75) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#75) Missing semicolon. (semi)
(#75) Operator ':' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) Requires a space after '{'. (block-spacing)
(#75) Statement inside of curly braces should be on next line. (brace-style)
(#75) Missing space before opening brace. (space-before-blocks)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#75) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#75) A space is required after ','. (comma-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Expected space(s) after "return". (keyword-spacing)
(#75) Requires a space before '}'. (block-spacing)
(#75) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#75) Missing semicolon. (semi)
(#75) Requires a space before '}'. (block-spacing)
(#75) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#75) Missing semicolon. (semi)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing space before value for key 'has'. (key-spacing)
(#75) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#75) Requires a space after '{'. (block-spacing)
(#75) Statement inside of curly braces should be on next line. (brace-style)
(#75) Missing space before opening brace. (space-before-blocks)
(#75) Requires a space after '{'. (block-spacing)
(#75) Statement inside of curly braces should be on next line. (brace-style)
(#75) Missing space before opening brace. (space-before-blocks)
(#75) Operator '<' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Requires a space before '}'. (block-spacing)
(#75) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#75) Missing semicolon. (semi)
(#75) Requires a space before '}'. (block-spacing)
(#75) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#75) Missing semicolon. (semi)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing space before value for key 'contains'. (key-spacing)
(#75) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#75) Requires a space after '{'. (block-spacing)
(#75) Statement inside of curly braces should be on next line. (brace-style)
(#75) Missing space before opening brace. (space-before-blocks)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Requires a space after '{'. (block-spacing)
(#75) Statement inside of curly braces should be on next line. (brace-style)
(#75) Missing space before opening brace. (space-before-blocks)
(#75) Expected space(s) after "return". (keyword-spacing)
(#75) Operator '<' must be spaced. (space-infix-ops)
(#75) Operator '||' must be spaced. (space-infix-ops)
(#75) Operator '||' must be spaced. (space-infix-ops)
(#75) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#75) Requires a space before '}'. (block-spacing)
(#75) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#75) Missing semicolon. (semi)
(#75) Requires a space before '}'. (block-spacing)
(#75) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#75) Missing semicolon. (semi)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing space before value for key 'lang'. (key-spacing)
(#75) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#75) Requires a space after '{'. (block-spacing)
(#75) Statement inside of curly braces should be on next line. (brace-style)
(#75) Missing space before opening brace. (space-before-blocks)
(#75) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#75) Operator '||' must be spaced. (space-infix-ops)
(#75) Operator '||' must be spaced. (space-infix-ops)
(#75) Operator '+' must be spaced. (space-infix-ops)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Requires a space after '{'. (block-spacing)
(#75) Statement inside of curly braces should be on next line. (brace-style)
(#75) Missing space before opening brace. (space-before-blocks)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Expected { after 'do'. (curly)
(#75) Expected space(s) after "if". (keyword-spacing)
(#75) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Operator '?' must be spaced. (space-infix-ops)
(#75) Operator ':' must be spaced. (space-infix-ops)
(#75) Operator '||' must be spaced. (space-infix-ops)
(#75) Expected { after 'if' condition. (curly)
(#75) Expected space(s) before "return". (keyword-spacing)
(#75) Return statement should not contain assignment. (no-return-assign)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Unexpected use of comma operator. (no-sequences)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '===' must be spaced. (space-infix-ops)
(#75) Operator '||' must be spaced. (space-infix-ops)
(#75) Operator '===' must be spaced. (space-infix-ops)
(#75) Operator '+' must be spaced. (space-infix-ops)
(#76) This line has a length of 515. Maximum allowed is 132. (max-len)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) Expected space(s) after "while". (keyword-spacing)
(#76) Operator '=' must be spaced. (space-infix-ops)
(#76) Operator '&&' must be spaced. (space-infix-ops)
(#76) Operator '===' must be spaced. (space-infix-ops)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) Expected space(s) after "return". (keyword-spacing)
(#76) Requires a space before '}'. (block-spacing)
(#76) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#76) Missing semicolon. (semi)
(#76) Requires a space before '}'. (block-spacing)
(#76) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#76) Missing semicolon. (semi)
(#76) A space is required after ','. (comma-spacing)
(#76) Missing space before value for key 'target'. (key-spacing)
(#76) Requires a space after '{'. (block-spacing)
(#76) Statement inside of curly braces should be on next line. (brace-style)
(#76) Missing space before opening brace. (space-before-blocks)
(#76) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#76) Operator '=' must be spaced. (space-infix-ops)
(#76) Operator '&&' must be spaced. (space-infix-ops)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) Operator '&&' must be spaced. (space-infix-ops)
(#76) Operator '===' must be spaced. (space-infix-ops)
(#76) Requires a space before '}'. (block-spacing)
(#76) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#76) Missing semicolon. (semi)
(#76) A space is required after ','. (comma-spacing)
(#76) Missing space before value for key 'root'. (key-spacing)
(#76) Requires a space after '{'. (block-spacing)
(#76) Statement inside of curly braces should be on next line. (brace-style)
(#76) Missing space before opening brace. (space-before-blocks)
(#76) Operator '===' must be spaced. (space-infix-ops)
(#76) Requires a space before '}'. (block-spacing)
(#76) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#76) Missing semicolon. (semi)
(#76) A space is required after ','. (comma-spacing)
(#76) Missing space before value for key 'focus'. (key-spacing)
(#76) Requires a space after '{'. (block-spacing)
(#76) Statement inside of curly braces should be on next line. (brace-style)
(#76) Missing space before opening brace. (space-before-blocks)
(#76) Operator '===' must be spaced. (space-infix-ops)
(#76) Operator '&&' must be spaced. (space-infix-ops)
(#76) Operator '||' must be spaced. (space-infix-ops)
(#76) Operator '&&' must be spaced. (space-infix-ops)
(#76) Operator '||' must be spaced. (space-infix-ops)
(#76) Operator '||' must be spaced. (space-infix-ops)
(#76) Unexpected use of '~'. (no-bitwise)
(#76) Requires a space before '}'. (block-spacing)
(#76) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#76) Missing semicolon. (semi)
(#76) A space is required after ','. (comma-spacing)
(#76) Missing space before value for key 'enabled'. (key-spacing)
(#76) Requires a space after '{'. (block-spacing)
(#76) Statement inside of curly braces should be on next line. (brace-style)
(#76) Missing space before opening brace. (space-before-blocks)
(#76) Expected space(s) after "return". (keyword-spacing)
(#76) Operator '===' must be spaced. (space-infix-ops)
(#76) Requires a space before '}'. (block-spacing)
(#76) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#76) Missing semicolon. (semi)
(#76) A space is required after ','. (comma-spacing)
(#76) Missing space before value for key 'disabled'. (key-spacing)
(#76) Requires a space after '{'. (block-spacing)
(#76) Statement inside of curly braces should be on next line. (brace-style)
(#76) Missing space before opening brace. (space-before-blocks)
(#76) Expected space(s) after "return". (keyword-spacing)
(#76) Operator '===' must be spaced. (space-infix-ops)
(#76) Requires a space before '}'. (block-spacing)
(#76) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#76) Missing semicolon. (semi)
(#76) A space is required after ','. (comma-spacing)
(#76) Missing space before value for key 'checked'. (key-spacing)
(#76) Requires a space after '{'. (block-spacing)
(#76) Statement inside of curly braces should be on next line. (brace-style)
(#76) Missing space before opening brace. (space-before-blocks)
(#76) Operator '=' must be spaced. (space-infix-ops)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) Expected space(s) after "return". (keyword-spacing)
(#76) Operator '===' must be spaced. (space-infix-ops)
(#76) Operator '&&' must be spaced. (space-infix-ops)
(#76) Operator '||' must be spaced. (space-infix-ops)
(#76) Operator '===' must be spaced. (space-infix-ops)
(#76) Operator '&&' must be spaced. (space-infix-ops)
(#76) Requires a space before '}'. (block-spacing)
(#76) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#76) Missing semicolon. (semi)
(#76) A space is required after ','. (comma-spacing)
(#76) Missing space before value for key 'selected'. (key-spacing)
(#76) Requires a space after '{'. (block-spacing)
(#76) Statement inside of curly braces should be on next line. (brace-style)
(#76) Missing space before opening brace. (space-before-blocks)
(#76) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#76) Operator '&&' must be spaced. (space-infix-ops)
(#77) This line has a length of 508. Maximum allowed is 132. (max-len)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) Expected space(s) after "return". (keyword-spacing)
(#77) Operator '===' must be spaced. (space-infix-ops)
(#77) Requires a space before '}'. (block-spacing)
(#77) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#77) Missing semicolon. (semi)
(#77) A space is required after ','. (comma-spacing)
(#77) Missing space before value for key 'empty'. (key-spacing)
(#77) Requires a space after '{'. (block-spacing)
(#77) Statement inside of curly braces should be on next line. (brace-style)
(#77) Missing space before opening brace. (space-before-blocks)
(#77) Expected space(s) after "for". (keyword-spacing)
(#77) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) Expected { after 'for' condition. (curly)
(#77) Expected space(s) before "if". (keyword-spacing)
(#77) Expected space(s) after "if". (keyword-spacing)
(#77) Operator '>' must be spaced. (space-infix-ops)
(#77) Expected { after 'if' condition. (curly)
(#77) Expected space(s) before "return". (keyword-spacing)
(#77) Expected space(s) after "return". (keyword-spacing)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) Expected space(s) after "return". (keyword-spacing)
(#77) Requires a space before '}'. (block-spacing)
(#77) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#77) Missing semicolon. (semi)
(#77) A space is required after ','. (comma-spacing)
(#77) Missing space before value for key 'parent'. (key-spacing)
(#77) Requires a space after '{'. (block-spacing)
(#77) Statement inside of curly braces should be on next line. (brace-style)
(#77) Missing space before opening brace. (space-before-blocks)
(#77) Expected space(s) after "return". (keyword-spacing)
(#77) Requires a space before '}'. (block-spacing)
(#77) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#77) Missing semicolon. (semi)
(#77) A space is required after ','. (comma-spacing)
(#77) Missing space before value for key 'header'. (key-spacing)
(#77) Requires a space after '{'. (block-spacing)
(#77) Statement inside of curly braces should be on next line. (brace-style)
(#77) Missing space before opening brace. (space-before-blocks)
(#77) Requires a space before '}'. (block-spacing)
(#77) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#77) Missing semicolon. (semi)
(#77) A space is required after ','. (comma-spacing)
(#77) Missing space before value for key 'input'. (key-spacing)
(#77) Requires a space after '{'. (block-spacing)
(#77) Statement inside of curly braces should be on next line. (brace-style)
(#77) Missing space before opening brace. (space-before-blocks)
(#77) Requires a space before '}'. (block-spacing)
(#77) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#77) Missing semicolon. (semi)
(#77) A space is required after ','. (comma-spacing)
(#77) Missing space before value for key 'button'. (key-spacing)
(#77) Requires a space after '{'. (block-spacing)
(#77) Statement inside of curly braces should be on next line. (brace-style)
(#77) Missing space before opening brace. (space-before-blocks)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) Expected space(s) after "return". (keyword-spacing)
(#77) Operator '===' must be spaced. (space-infix-ops)
(#77) Operator '&&' must be spaced. (space-infix-ops)
(#77) Operator '===' must be spaced. (space-infix-ops)
(#77) Operator '||' must be spaced. (space-infix-ops)
(#77) Operator '===' must be spaced. (space-infix-ops)
(#77) Requires a space before '}'. (block-spacing)
(#77) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#77) Missing semicolon. (semi)
(#77) A space is required after ','. (comma-spacing)
(#77) Missing space before value for key 'text'. (key-spacing)
(#77) Requires a space after '{'. (block-spacing)
(#77) Statement inside of curly braces should be on next line. (brace-style)
(#77) Missing space before opening brace. (space-before-blocks)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) Expected space(s) after "return". (keyword-spacing)
(#77) Operator '===' must be spaced. (space-infix-ops)
(#77) Operator '&&' must be spaced. (space-infix-ops)
(#77) Operator '===' must be spaced. (space-infix-ops)
(#77) Operator '&&' must be spaced. (space-infix-ops)
(#77) Use '===' to compare with null. (no-eq-null)
(#77) Operator '==' must be spaced. (space-infix-ops)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) Operator '||' must be spaced. (space-infix-ops)
(#77) Operator '===' must be spaced. (space-infix-ops)
(#78) This line has a length of 514. Maximum allowed is 132. (max-len)
(#78) Requires a space before '}'. (block-spacing)
(#78) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#78) Missing semicolon. (semi)
(#78) A space is required after ','. (comma-spacing)
(#78) Missing space before value for key 'first'. (key-spacing)
(#78) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#78) Requires a space after '{'. (block-spacing)
(#78) Statement inside of curly braces should be on next line. (brace-style)
(#78) Missing space before opening brace. (space-before-blocks)
(#78) Expected space(s) after "return". (keyword-spacing)
(#78) Requires a space before '}'. (block-spacing)
(#78) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#78) Missing semicolon. (semi)
(#78) A space is required after ','. (comma-spacing)
(#78) Missing space before value for key 'last'. (key-spacing)
(#78) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#78) A space is required after ','. (comma-spacing)
(#78) Requires a space after '{'. (block-spacing)
(#78) Statement inside of curly braces should be on next line. (brace-style)
(#78) Missing space before opening brace. (space-before-blocks)
(#78) Expected space(s) after "return". (keyword-spacing)
(#78) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#78) Operator '-' must be spaced. (space-infix-ops)
(#78) Requires a space before '}'. (block-spacing)
(#78) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#78) Missing semicolon. (semi)
(#78) A space is required after ','. (comma-spacing)
(#78) Missing space before value for key 'eq'. (key-spacing)
(#78) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#78) A space is required after ','. (comma-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) Requires a space after '{'. (block-spacing)
(#78) Statement inside of curly braces should be on next line. (brace-style)
(#78) Missing space before opening brace. (space-before-blocks)
(#78) Expected space(s) after "return". (keyword-spacing)
(#78) Operator '>' must be spaced. (space-infix-ops)
(#78) Operator '?' must be spaced. (space-infix-ops)
(#78) Operator '+' must be spaced. (space-infix-ops)
(#78) Operator ':' must be spaced. (space-infix-ops)
(#78) Requires a space before '}'. (block-spacing)
(#78) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#78) Missing semicolon. (semi)
(#78) A space is required after ','. (comma-spacing)
(#78) Missing space before value for key 'even'. (key-spacing)
(#78) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#78) A space is required after ','. (comma-spacing)
(#78) Requires a space after '{'. (block-spacing)
(#78) Statement inside of curly braces should be on next line. (brace-style)
(#78) Missing space before opening brace. (space-before-blocks)
(#78) Expected space(s) after "for". (keyword-spacing)
(#78) Operator '=' must be spaced. (space-infix-ops)
(#78) Missing whitespace after semicolon. (semi-spacing)
(#78) Operator '<' must be spaced. (space-infix-ops)
(#78) Missing whitespace after semicolon. (semi-spacing)
(#78) Operator '+=' must be spaced. (space-infix-ops)
(#78) Expected { after 'for' condition. (curly)
(#78) Missing whitespace after semicolon. (semi-spacing)
(#78) Requires a space before '}'. (block-spacing)
(#78) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#78) Missing semicolon. (semi)
(#78) A space is required after ','. (comma-spacing)
(#78) Missing space before value for key 'odd'. (key-spacing)
(#78) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#78) A space is required after ','. (comma-spacing)
(#78) Requires a space after '{'. (block-spacing)
(#78) Statement inside of curly braces should be on next line. (brace-style)
(#78) Missing space before opening brace. (space-before-blocks)
(#78) Expected space(s) after "for". (keyword-spacing)
(#78) Operator '=' must be spaced. (space-infix-ops)
(#78) Missing whitespace after semicolon. (semi-spacing)
(#78) Operator '<' must be spaced. (space-infix-ops)
(#78) Missing whitespace after semicolon. (semi-spacing)
(#78) Operator '+=' must be spaced. (space-infix-ops)
(#78) Expected { after 'for' condition. (curly)
(#78) Missing whitespace after semicolon. (semi-spacing)
(#78) Requires a space before '}'. (block-spacing)
(#78) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#78) Missing semicolon. (semi)
(#78) A space is required after ','. (comma-spacing)
(#78) Missing space before value for key 'lt'. (key-spacing)
(#78) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#78) A space is required after ','. (comma-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) Requires a space after '{'. (block-spacing)
(#78) Statement inside of curly braces should be on next line. (brace-style)
(#78) Missing space before opening brace. (space-before-blocks)
(#78) Expected space(s) after "for". (keyword-spacing)
(#78) Operator '=' must be spaced. (space-infix-ops)
(#78) Operator '>' must be spaced. (space-infix-ops)
(#78) Operator '?' must be spaced. (space-infix-ops)
(#78) Operator '+' must be spaced. (space-infix-ops)
(#78) Operator ':' must be spaced. (space-infix-ops)
(#78) Missing whitespace after semicolon. (semi-spacing)
(#78) Operator '<=' must be spaced. (space-infix-ops)
(#78) Expected { after 'for' condition. (curly)
(#78) Missing whitespace after semicolon. (semi-spacing)
(#78) Requires a space before '}'. (block-spacing)
(#78) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#78) Missing semicolon. (semi)
(#78) A space is required after ','. (comma-spacing)
(#78) Missing space before value for key 'gt'. (key-spacing)
(#78) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#78) A space is required after ','. (comma-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) Requires a space after '{'. (block-spacing)
(#78) Statement inside of curly braces should be on next line. (brace-style)
(#78) Missing space before opening brace. (space-before-blocks)
(#78) Expected space(s) after "for". (keyword-spacing)
(#78) Operator '=' must be spaced. (space-infix-ops)
(#78) Operator '>' must be spaced. (space-infix-ops)
(#78) Operator '?' must be spaced. (space-infix-ops)
(#78) Operator '+' must be spaced. (space-infix-ops)
(#78) Operator ':' must be spaced. (space-infix-ops)
(#78) Missing whitespace after semicolon. (semi-spacing)
(#78) Operator '<' must be spaced. (space-infix-ops)
(#78) Expected { after 'for' condition. (curly)
(#78) Missing whitespace after semicolon. (semi-spacing)
(#78) Requires a space before '}'. (block-spacing)
(#78) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#78) Missing semicolon. (semi)
(#78) Missing whitespace after semicolon. (semi-spacing)
(#78) Operator '=' must be spaced. (space-infix-ops)
(#78) Missing whitespace after semicolon. (semi-spacing)
(#78) Expected space(s) after "for". (keyword-spacing)
(#78) Expected space(s) after "in". (keyword-spacing)
(#78) Missing space before value for key 'radio'. (key-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) Missing space before value for key 'checkbox'. (key-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) Missing space before value for key 'file'. (key-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) Missing space before value for key 'password'. (key-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) Missing space before value for key 'image'. (key-spacing)
(#78) Expected { after 'for-in'. (curly)
(#78) Operator '=' must be spaced. (space-infix-ops)
(#78) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#78) Missing whitespace after semicolon. (semi-spacing)
(#78) Expected space(s) after "for". (keyword-spacing)
(#78) Expected space(s) after "in". (keyword-spacing)
(#78) Missing space before value for key 'submit'. (key-spacing)
(#79) This line has a length of 512. Maximum allowed is 132. (max-len)
(#79) Missing space before value for key 'reset'. (key-spacing)
(#79) Expected { after 'for-in'. (curly)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) Missing '()' invoking a constructor. (new-parens)
(#79) A constructor name should not start with a lowercase letter. (new-cap)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) A space is required after ','. (comma-spacing)
(#79) Requires a space after '{'. (block-spacing)
(#79) Statement inside of curly braces should be on next line. (brace-style)
(#79) Missing space before opening brace. (space-before-blocks)
(#79) A space is required after ','. (comma-spacing)
(#79) A space is required after ','. (comma-spacing)
(#79) A space is required after ','. (comma-spacing)
(#79) A space is required after ','. (comma-spacing)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) Expected space(s) after "if". (keyword-spacing)
(#79) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) Operator '+' must be spaced. (space-infix-ops)
(#79) Expected { after 'if' condition. (curly)
(#79) Expected space(s) before "return". (keyword-spacing)
(#79) Operator '?' must be spaced. (space-infix-ops)
(#79) Operator ':' must be spaced. (space-infix-ops)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) Expected space(s) after "for". (keyword-spacing)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) Requires a space after '{'. (block-spacing)
(#79) Statement inside of curly braces should be on next line. (brace-style)
(#79) Missing space before opening brace. (space-before-blocks)
(#79) Expected space(s) after "if". (keyword-spacing)
(#79) Operator '||' must be spaced. (space-infix-ops)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) Expected { after 'if' condition. (curly)
(#79) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#79) Operator '&&' must be spaced. (space-infix-ops)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) Operator '||' must be spaced. (space-infix-ops)
(#79) Unexpected use of comma operator. (no-sequences)
(#79) A space is required after ','. (comma-spacing)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) Expected space(s) after "if". (keyword-spacing)
(#79) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) Expected { after 'if' condition. (curly)
(#79) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) Unexpected use of comma operator. (no-sequences)
(#79) A space is required after ','. (comma-spacing)
(#79) Missing space before value for key 'value'. (key-spacing)
(#79) A space is required after ','. (comma-spacing)
(#79) Missing space before value for key 'type'. (key-spacing)
(#79) A space is required after ','. (comma-spacing)
(#79) A space is required after ','. (comma-spacing)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) Expected space(s) after "for". (keyword-spacing)
(#79) Expected { after 'for-in'. (curly)
(#79) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) Operator '||' must be spaced. (space-infix-ops)
(#79) Operator '&&' must be spaced. (space-infix-ops)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) Operator '||' must be spaced. (space-infix-ops)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) A space is required after ','. (comma-spacing)
(#79) Missing space before value for key 'value'. (key-spacing)
(#79) A space is required after ','. (comma-spacing)
(#79) Missing space before value for key 'type'. (key-spacing)
(#79) A space is required after ','. (comma-spacing)
(#79) Missing space before value for key 'matches'. (key-spacing)
(#80) This line has a length of 501. Maximum allowed is 132. (max-len)
(#80) Operator '=' must be spaced. (space-infix-ops)
(#80) Missing whitespace after semicolon. (semi-spacing)
(#80) Expected space(s) after "if". (keyword-spacing)
(#80) Expected { after 'if' condition. (curly)
(#80) Expected space(s) before "break". (keyword-spacing)
(#80) Requires a space before '}'. (block-spacing)
(#80) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#80) Missing semicolon. (semi)
(#80) Expected space(s) before "return". (keyword-spacing)
(#80) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#80) Do not nest ternary expressions. (no-nested-ternary)
(#80) Operator '?' must be spaced. (space-infix-ops)
(#80) Operator ':' must be spaced. (space-infix-ops)
(#80) Operator '?' must be spaced. (space-infix-ops)
(#80) Operator ':' must be spaced. (space-infix-ops)
(#80) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#80) A space is required after ','. (comma-spacing)
(#80) Requires a space before '}'. (block-spacing)
(#80) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#80) Missing semicolon. (semi)
(#80) Missing whitespace after semicolon. (semi-spacing)
(#80) Operator '=' must be spaced. (space-infix-ops)
(#80) Operator '=' must be spaced. (space-infix-ops)
(#80) A space is required after ','. (comma-spacing)
(#80) Requires a space after '{'. (block-spacing)
(#80) Statement inside of curly braces should be on next line. (brace-style)
(#80) Missing space before opening brace. (space-before-blocks)
(#80) A space is required after ','. (comma-spacing)
(#80) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#80) Operator '=' must be spaced. (space-infix-ops)
(#80) A space is required after ','. (comma-spacing)
(#80) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#80) Operator '=' must be spaced. (space-infix-ops)
(#80) A space is required after ','. (comma-spacing)
(#80) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#80) Operator '=' must be spaced. (space-infix-ops)
(#80) Operator '+' must be spaced. (space-infix-ops)
(#80) Missing whitespace after semicolon. (semi-spacing)
(#80) Expected space(s) after "if". (keyword-spacing)
(#80) Requires a space after '{'. (block-spacing)
(#80) Statement inside of curly braces should be on next line. (brace-style)
(#80) Missing space before opening brace. (space-before-blocks)
(#80) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#80) Operator '||' must be spaced. (space-infix-ops)
(#80) Operator '=' must be spaced. (space-infix-ops)
(#80) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#80) Missing whitespace after semicolon. (semi-spacing)
(#80) Expected space(s) after "for". (keyword-spacing)
(#80) Operator '=' must be spaced. (space-infix-ops)
(#80) Missing whitespace after semicolon. (semi-spacing)
(#80) Expected { after 'for' condition. (curly)
(#80) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#80) Operator '=' must be spaced. (space-infix-ops)
(#80) Unexpected use of comma operator. (no-sequences)
(#80) A space is required after ','. (comma-spacing)
(#80) Operator '?' must be spaced. (space-infix-ops)
(#80) Operator ':' must be spaced. (space-infix-ops)
(#80) Missing whitespace after semicolon. (semi-spacing)
(#80) Operator '=' must be spaced. (space-infix-ops)
(#80) A space is required after ','. (comma-spacing)
(#80) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#80) A space is required after ','. (comma-spacing)
(#80) Missing whitespace after semicolon. (semi-spacing)
(#80) Operator '=' must be spaced. (space-infix-ops)
(#80) Requires a space before '}'. (block-spacing)
(#80) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#80) Missing semicolon. (semi)
(#80) Expected space(s) before "return". (keyword-spacing)
(#80) Requires a space before '}'. (block-spacing)
(#80) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#80) Missing semicolon. (semi)
(#80) Missing whitespace after semicolon. (semi-spacing)
(#80) Operator '=' must be spaced. (space-infix-ops)
(#80) Operator '=' must be spaced. (space-infix-ops)
(#80) Function has a complexity of 28. Maximum allowed is 20. (complexity)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) Requires a space after '{'. (block-spacing)
(#80) Statement inside of curly braces should be on next line. (brace-style)
(#80) Missing space before opening brace. (space-before-blocks)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#80) Operator '=' must be spaced. (space-infix-ops)
(#80) Operator '===' must be spaced. (space-infix-ops)
(#80) Operator '&&' must be spaced. (space-infix-ops)
(#80) A space is required after ','. (comma-spacing)
(#80) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#80) Operator '=' must be spaced. (space-infix-ops)
(#80) Operator '&&' must be spaced. (space-infix-ops)
(#80) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#80) Operator '=' must be spaced. (space-infix-ops)
(#80) Operator '||' must be spaced. (space-infix-ops)
(#80) Missing whitespace after semicolon. (semi-spacing)
(#80) Operator '=' must be spaced. (space-infix-ops)
(#80) Operator '||' must be spaced. (space-infix-ops)
(#80) Missing whitespace after semicolon. (semi-spacing)
(#80) Expected space(s) after "if". (keyword-spacing)
(#80) Operator '===' must be spaced. (space-infix-ops)
(#80) Requires a space after '{'. (block-spacing)
(#80) Statement inside of curly braces should be on next line. (brace-style)
(#80) Missing space before opening brace. (space-before-blocks)
(#80) Operator '=' must be spaced. (space-infix-ops)
(#80) Operator '=' must be spaced. (space-infix-ops)
(#80) Missing whitespace after semicolon. (semi-spacing)
(#80) Expected space(s) after "if". (keyword-spacing)
(#80) Operator '<' must be spaced. (space-infix-ops)
(#80) Operator '&&' must be spaced. (space-infix-ops)
(#80) Operator '===' must be spaced. (space-infix-ops)
(#80) Operator '=' must be spaced. (space-infix-ops)
(#80) Operator '&&' must be spaced. (space-infix-ops)
(#80) Operator '&&' must be spaced. (space-infix-ops)
(#80) Operator '===' must be spaced. (space-infix-ops)
(#80) Operator '&&' must be spaced. (space-infix-ops)
(#81) This line has a length of 503. Maximum allowed is 132. (max-len)
(#81) Operator '&&' must be spaced. (space-infix-ops)
(#81) Requires a space after '{'. (block-spacing)
(#81) Statement inside of curly braces should be on next line. (brace-style)
(#81) Missing space before opening brace. (space-before-blocks)
(#81) Operator '=' must be spaced. (space-infix-ops)
(#81) A space is required after ','. (comma-spacing)
(#81) A space is required after ','. (comma-spacing)
(#81) Operator '||' must be spaced. (space-infix-ops)
(#81) Missing whitespace after semicolon. (semi-spacing)
(#81) Expected space(s) after "if". (keyword-spacing)
(#81) Expected { after 'if' condition. (curly)
(#81) Expected space(s) before "return". (keyword-spacing)
(#81) Missing whitespace after semicolon. (semi-spacing)
(#81) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#81) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#81) Operator '&&' must be spaced. (space-infix-ops)
(#81) Operator '=' must be spaced. (space-infix-ops)
(#81) Missing whitespace after semicolon. (semi-spacing)
(#81) Operator '=' must be spaced. (space-infix-ops)
(#81) Requires a space before '}'. (block-spacing)
(#81) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#81) Missing semicolon. (semi)
(#81) Expected space(s) before "for". (keyword-spacing)
(#81) Expected space(s) after "for". (keyword-spacing)
(#81) Operator '=' must be spaced. (space-infix-ops)
(#81) Operator '?' must be spaced. (space-infix-ops)
(#81) Operator ':' must be spaced. (space-infix-ops)
(#81) Missing whitespace after semicolon. (semi-spacing)
(#81) Requires a space after '{'. (block-spacing)
(#81) Statement inside of curly braces should be on next line. (brace-style)
(#81) Missing space before opening brace. (space-before-blocks)
(#81) Operator '=' must be spaced. (space-infix-ops)
(#81) Missing whitespace after semicolon. (semi-spacing)
(#81) Expected space(s) after "if". (keyword-spacing)
(#81) Operator '=' must be spaced. (space-infix-ops)
(#81) Expected { after 'if' condition. (curly)
(#81) Expected space(s) before "break". (keyword-spacing)
(#81) Missing whitespace after semicolon. (semi-spacing)
(#81) Expected space(s) after "if". (keyword-spacing)
(#81) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#81) Operator '=' must be spaced. (space-infix-ops)
(#81) Expected { after 'if' condition. (curly)
(#81) Expected space(s) before "if". (keyword-spacing)
(#81) Expected space(s) after "if". (keyword-spacing)
(#81) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#81) Operator '=' must be spaced. (space-infix-ops)
(#81) A space is required after ','. (comma-spacing)
(#81) A space is required after ','. (comma-spacing)
(#81) Operator '&&' must be spaced. (space-infix-ops)
(#81) Operator '||' must be spaced. (space-infix-ops)
(#81) Requires a space after '{'. (block-spacing)
(#81) Statement inside of curly braces should be on next line. (brace-style)
(#81) Missing space before opening brace. (space-before-blocks)
(#81) A space is required after ','. (comma-spacing)
(#81) Missing whitespace after semicolon. (semi-spacing)
(#81) Operator '=' must be spaced. (space-infix-ops)
(#81) Operator '&&' must be spaced. (space-infix-ops)
(#81) Missing whitespace after semicolon. (semi-spacing)
(#81) Expected space(s) after "if". (keyword-spacing)
(#81) Expected { after 'if' condition. (curly)
(#81) Expected space(s) before "return". (keyword-spacing)
(#81) A space is required after ','. (comma-spacing)
(#81) Unexpected use of comma operator. (no-sequences)
(#81) A space is required after ','. (comma-spacing)
(#81) Missing whitespace after semicolon. (semi-spacing)
(#81) Requires a space before '}'. (block-spacing)
(#81) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#81) Missing semicolon. (semi)
(#81) Requires a space before '}'. (block-spacing)
(#81) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#81) Requires a space before '}'. (block-spacing)
(#81) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#81) Operator '||' must be spaced. (space-infix-ops)
(#81) A space is required after ','. (comma-spacing)
(#81) A space is required after ','. (comma-spacing)
(#81) A space is required after ','. (comma-spacing)
(#81) A space is required after ','. (comma-spacing)
(#81) A space is required after ','. (comma-spacing)
(#81) Operator '||' must be spaced. (space-infix-ops)
(#81) Operator '&&' must be spaced. (space-infix-ops)
(#81) Operator '||' must be spaced. (space-infix-ops)
(#81) Missing whitespace after semicolon. (semi-spacing)
(#81) Requires a space before '}'. (block-spacing)
(#81) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#81) Missing semicolon. (semi)
(#81) Missing whitespace after semicolon. (semi-spacing)
(#81) Operator '=' must be spaced. (space-infix-ops)
(#82) This line has a length of 506. Maximum allowed is 132. (max-len)
(#82) Operator '===' must be spaced. (space-infix-ops)
(#82) Missing whitespace after semicolon. (semi-spacing)
(#82) Operator '=' must be spaced. (space-infix-ops)
(#82) Missing whitespace after semicolon. (semi-spacing)
(#82) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#82) Missing whitespace after semicolon. (semi-spacing)
(#82) Operator '=' must be spaced. (space-infix-ops)
(#82) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#82) Requires a space after '{'. (block-spacing)
(#82) Statement inside of curly braces should be on next line. (brace-style)
(#82) Missing space before opening brace. (space-before-blocks)
(#82) Unexpected use of '&'. (no-bitwise)
(#82) Operator '&' must be spaced. (space-infix-ops)
(#82) Requires a space before '}'. (block-spacing)
(#82) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#82) Missing semicolon. (semi)
(#82) Missing whitespace after semicolon. (semi-spacing)
(#82) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#82) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#82) Requires a space after '{'. (block-spacing)
(#82) Statement inside of curly braces should be on next line. (brace-style)
(#82) Missing space before opening brace. (space-before-blocks)
(#82) Operator '=' must be spaced. (space-infix-ops)
(#82) Missing whitespace after semicolon. (semi-spacing)
(#82) Expected space(s) after "return". (keyword-spacing)
(#82) Operator '===' must be spaced. (space-infix-ops)
(#82) Requires a space before '}'. (block-spacing)
(#82) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#82) Missing semicolon. (semi)
(#82) Operator '||' must be spaced. (space-infix-ops)
(#82) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#82) A space is required after ','. (comma-spacing)
(#82) Expected to return a value at the end of function. (consistent-return)
(#82) A space is required after ','. (comma-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) Requires a space after '{'. (block-spacing)
(#82) Statement inside of curly braces should be on next line. (brace-style)
(#82) Missing space before opening brace. (space-before-blocks)
(#82) Expected space(s) after "if". (keyword-spacing)
(#82) Expected { after 'if' condition. (curly)
(#82) Expected space(s) before "return". (keyword-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) Operator '===' must be spaced. (space-infix-ops)
(#82) Operator '?' must be spaced. (space-infix-ops)
(#82) Operator ':' must be spaced. (space-infix-ops)
(#82) Requires a space before '}'. (block-spacing)
(#82) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#82) Missing semicolon. (semi)
(#82) Missing whitespace after semicolon. (semi-spacing)
(#82) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#82) Operator '&&' must be spaced. (space-infix-ops)
(#82) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#82) Requires a space after '{'. (block-spacing)
(#82) Statement inside of curly braces should be on next line. (brace-style)
(#82) Missing space before opening brace. (space-before-blocks)
(#82) Operator '=' must be spaced. (space-infix-ops)
(#82) Missing whitespace after semicolon. (semi-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) Missing whitespace after semicolon. (semi-spacing)
(#82) Expected space(s) after "return". (keyword-spacing)
(#82) Operator '===' must be spaced. (space-infix-ops)
(#82) Requires a space before '}'. (block-spacing)
(#82) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#82) Missing semicolon. (semi)
(#82) Operator '||' must be spaced. (space-infix-ops)
(#82) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#83) This line has a length of 504. Maximum allowed is 132. (max-len)
(#83) Expected to return a value at the end of function. (consistent-return)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Operator '&&' must be spaced. (space-infix-ops)
(#83) Operator '===' must be spaced. (space-infix-ops)
(#83) Expected { after 'if' condition. (curly)
(#83) Expected space(s) before "return". (keyword-spacing)
(#83) Requires a space before '}'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Missing semicolon. (semi)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#83) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#83) Use '===' to compare with null. (no-eq-null)
(#83) Operator '==' must be spaced. (space-infix-ops)
(#83) Requires a space before '}'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Missing semicolon. (semi)
(#83) Operator '||' must be spaced. (space-infix-ops)
(#83) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected to return a value at the end of function. (consistent-return)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Expected { after 'if' condition. (curly)
(#83) Expected space(s) before "return". (keyword-spacing)
(#83) Expected space(s) after "return". (keyword-spacing)
(#83) Do not nest ternary expressions. (no-nested-ternary)
(#83) Operator '===' must be spaced. (space-infix-ops)
(#83) Operator '?' must be spaced. (space-infix-ops)
(#83) Operator ':' must be spaced. (space-infix-ops)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Operator '&&' must be spaced. (space-infix-ops)
(#83) Operator '?' must be spaced. (space-infix-ops)
(#83) Operator ':' must be spaced. (space-infix-ops)
(#83) Requires a space before '}'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Missing semicolon. (semi)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Requires a space before '}'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Missing semicolon. (semi)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#84) This line has a length of 504. Maximum allowed is 132. (max-len)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#84) Missing whitespace after semicolon. (semi-spacing)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#84) Missing whitespace after semicolon. (semi-spacing)
(#84) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#84) A space is required after ','. (comma-spacing)
(#84) A space is required after ','. (comma-spacing)
(#84) Requires a space after '{'. (block-spacing)
(#84) Statement inside of curly braces should be on next line. (brace-style)
(#84) Missing space before opening brace. (space-before-blocks)
(#84) Expected space(s) after "for". (keyword-spacing)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#84) A space is required after ','. (comma-spacing)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#84) Operator '!==' must be spaced. (space-infix-ops)
(#84) Missing whitespace after semicolon. (semi-spacing)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#84) Operator '&&' must be spaced. (space-infix-ops)
(#84) Operator '!==' must be spaced. (space-infix-ops)
(#84) Expected { after 'for' condition. (curly)
(#84) Expected space(s) before "if". (keyword-spacing)
(#84) Expected space(s) after "if". (keyword-spacing)
(#84) Operator '===' must be spaced. (space-infix-ops)
(#84) Requires a space after '{'. (block-spacing)
(#84) Statement inside of curly braces should be on next line. (brace-style)
(#84) Missing space before opening brace. (space-before-blocks)
(#84) Expected space(s) after "if". (keyword-spacing)
(#84) Operator '&&' must be spaced. (space-infix-ops)
(#84) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#84) Expected { after 'if' condition. (curly)
(#84) Expected space(s) before "break". (keyword-spacing)
(#84) Missing whitespace after semicolon. (semi-spacing)
(#84) Requires a space before '}'. (block-spacing)
(#84) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#84) Missing semicolon. (semi)
(#84) Expected space(s) before "return". (keyword-spacing)
(#84) 'D' used outside of binding context. (block-scoped-var)
(#84) Requires a space before '}'. (block-spacing)
(#84) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#84) Missing semicolon. (semi)
(#84) A space is required after ','. (comma-spacing)
(#84) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#84) A space is required after ','. (comma-spacing)
(#84) Requires a space after '{'. (block-spacing)
(#84) Statement inside of curly braces should be on next line. (brace-style)
(#84) Missing space before opening brace. (space-before-blocks)
(#84) Expected space(s) after "for". (keyword-spacing)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#84) Missing whitespace after semicolon. (semi-spacing)
(#84) Missing whitespace after semicolon. (semi-spacing)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#84) Expected { after 'for' condition. (curly)
(#84) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#84) Operator '===' must be spaced. (space-infix-ops)
(#84) Operator '&&' must be spaced. (space-infix-ops)
(#84) Operator '!==' must be spaced. (space-infix-ops)
(#84) Operator '&&' must be spaced. (space-infix-ops)
(#84) Missing whitespace after semicolon. (semi-spacing)
(#84) 'z' used outside of binding context. (block-scoped-var)
(#84) Requires a space before '}'. (block-spacing)
(#84) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#84) Missing semicolon. (semi)
(#84) A space is required after ','. (comma-spacing)
(#84) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#84) A space is required after ','. (comma-spacing)
(#84) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#84) A space is required after ','. (comma-spacing)
(#84) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#84) Unnecessary escape character: \[. (no-useless-escape)
(#84) Unnecessary escape character: \.. (no-useless-escape)
(#84) Missing whitespace after semicolon. (semi-spacing)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#84) A space is required after ','. (comma-spacing)
(#84) A space is required after ','. (comma-spacing)
(#84) Requires a space after '{'. (block-spacing)
(#84) Statement inside of curly braces should be on next line. (brace-style)
(#84) Missing space before opening brace. (space-before-blocks)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#84) Missing whitespace after semicolon. (semi-spacing)
(#84) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#84) Operator '&&' must be spaced. (space-infix-ops)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#84) Operator '+' must be spaced. (space-infix-ops)
(#84) Operator '+' must be spaced. (space-infix-ops)
(#84) Missing whitespace after semicolon. (semi-spacing)
(#84) Do not nest ternary expressions. (no-nested-ternary)
(#84) Operator '===' must be spaced. (space-infix-ops)
(#84) Operator '&&' must be spaced. (space-infix-ops)
(#84) Operator '===' must be spaced. (space-infix-ops)
(#84) Operator '?' must be spaced. (space-infix-ops)
(#84) A space is required after ','. (comma-spacing)
(#84) Operator '?' must be spaced. (space-infix-ops)
(#84) Operator ':' must be spaced. (space-infix-ops)
(#84) Operator ':' must be spaced. (space-infix-ops)
(#84) A space is required after ','. (comma-spacing)
(#85) This line has a length of 505. Maximum allowed is 132. (max-len)
(#85) Requires a space after '{'. (block-spacing)
(#85) Statement inside of curly braces should be on next line. (brace-style)
(#85) Missing space before opening brace. (space-before-blocks)
(#85) Operator '===' must be spaced. (space-infix-ops)
(#85) Requires a space before '}'. (block-spacing)
(#85) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#85) Missing semicolon. (semi)
(#85) Requires a space before '}'. (block-spacing)
(#85) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#85) Missing semicolon. (semi)
(#85) Missing whitespace after semicolon. (semi-spacing)
(#85) Missing space before value for key 'find'. (key-spacing)
(#85) Requires a space after '{'. (block-spacing)
(#85) Statement inside of curly braces should be on next line. (brace-style)
(#85) Missing space before opening brace. (space-before-blocks)
(#85) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#85) A space is required after ','. (comma-spacing)
(#85) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#85) Operator '=' must be spaced. (space-infix-ops)
(#85) A space is required after ','. (comma-spacing)
(#85) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#85) Operator '=' must be spaced. (space-infix-ops)
(#85) A space is required after ','. (comma-spacing)
(#85) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#85) Operator '=' must be spaced. (space-infix-ops)
(#85) Missing whitespace after semicolon. (semi-spacing)
(#85) Expected space(s) after "if". (keyword-spacing)
(#85) Operator '!==' must be spaced. (space-infix-ops)
(#85) Expected { after 'if' condition. (curly)
(#85) Expected space(s) before "return". (keyword-spacing)
(#85) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#85) Array.prototype.filter() expects a value to be returned at the end of function. (array-callback-return)
(#85) Expected to return a value at the end of function. (consistent-return)
(#85) Requires a space after '{'. (block-spacing)
(#85) Statement inside of curly braces should be on next line. (brace-style)
(#85) Missing space before opening brace. (space-before-blocks)
(#85) Expected space(s) after "for". (keyword-spacing)
(#85) Operator '=' must be spaced. (space-infix-ops)
(#85) Missing whitespace after semicolon. (semi-spacing)
(#85) Operator '<' must be spaced. (space-infix-ops)
(#85) Missing whitespace after semicolon. (semi-spacing)
(#85) Expected { after 'for' condition. (curly)
(#85) Expected space(s) before "if". (keyword-spacing)
(#85) Expected space(s) after "if". (keyword-spacing)
(#85) A space is required after ','. (comma-spacing)
(#85) Expected { after 'if' condition. (curly)
(#85) Expected space(s) before "return". (keyword-spacing)
(#85) Expected space(s) after "return". (keyword-spacing)
(#85) Requires a space before '}'. (block-spacing)
(#85) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#85) Missing semicolon. (semi)
(#85) Missing whitespace after semicolon. (semi-spacing)
(#85) Expected space(s) after "for". (keyword-spacing)
(#85) Operator '=' must be spaced. (space-infix-ops)
(#85) Missing whitespace after semicolon. (semi-spacing)
(#85) Operator '<' must be spaced. (space-infix-ops)
(#85) Missing whitespace after semicolon. (semi-spacing)
(#85) Expected { after 'for' condition. (curly)
(#85) A space is required after ','. (comma-spacing)
(#85) A space is required after ','. (comma-spacing)
(#85) Missing whitespace after semicolon. (semi-spacing)
(#85) Operator '=' must be spaced. (space-infix-ops)
(#85) Operator '<' must be spaced. (space-infix-ops)
(#85) Operator '?' must be spaced. (space-infix-ops)
(#85) Operator ':' must be spaced. (space-infix-ops)
(#85) Missing whitespace after semicolon. (semi-spacing)
(#85) Operator '=' must be spaced. (space-infix-ops)
(#85) Operator '?' must be spaced. (space-infix-ops)
(#85) Operator '+' must be spaced. (space-infix-ops)
(#85) Operator '+' must be spaced. (space-infix-ops)
(#85) Operator ':' must be spaced. (space-infix-ops)
(#85) Missing whitespace after semicolon. (semi-spacing)
(#85) Requires a space before '}'. (block-spacing)
(#85) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#85) Missing semicolon. (semi)
(#85) A space is required after ','. (comma-spacing)
(#85) Missing space before value for key 'filter'. (key-spacing)
(#85) Requires a space after '{'. (block-spacing)
(#85) Statement inside of curly braces should be on next line. (brace-style)
(#85) Missing space before opening brace. (space-before-blocks)
(#85) A space is required after ','. (comma-spacing)
(#85) Operator '||' must be spaced. (space-infix-ops)
(#85) A space is required after ','. (comma-spacing)
(#85) Requires a space before '}'. (block-spacing)
(#85) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#85) Missing semicolon. (semi)
(#85) A space is required after ','. (comma-spacing)
(#85) Missing space before value for key 'not'. (key-spacing)
(#85) Requires a space after '{'. (block-spacing)
(#85) Statement inside of curly braces should be on next line. (brace-style)
(#85) Missing space before opening brace. (space-before-blocks)
(#85) A space is required after ','. (comma-spacing)
(#85) Operator '||' must be spaced. (space-infix-ops)
(#85) A space is required after ','. (comma-spacing)
(#85) Requires a space before '}'. (block-spacing)
(#85) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#85) Missing semicolon. (semi)
(#85) A space is required after ','. (comma-spacing)
(#85) Missing space before value for key 'is'. (key-spacing)
(#85) Requires a space after '{'. (block-spacing)
(#85) Statement inside of curly braces should be on next line. (brace-style)
(#85) Missing space before opening brace. (space-before-blocks)
(#85) Expected space(s) after "return". (keyword-spacing)
(#85) A space is required after ','. (comma-spacing)
(#85) Operator '===' must be spaced. (space-infix-ops)
(#86) This line has a length of 513. Maximum allowed is 132. (max-len)
(#86) Operator '&&' must be spaced. (space-infix-ops)
(#86) Operator '?' must be spaced. (space-infix-ops)
(#86) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#86) Operator ':' must be spaced. (space-infix-ops)
(#86) Operator '||' must be spaced. (space-infix-ops)
(#86) A space is required after ','. (comma-spacing)
(#86) Requires a space before '}'. (block-spacing)
(#86) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#86) Missing semicolon. (semi)
(#86) Missing whitespace after semicolon. (semi-spacing)
(#86) Operator '=' must be spaced. (space-infix-ops)
(#86) Missing whitespace after semicolon. (semi-spacing)
(#86) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#86) Operator '=' must be spaced. (space-infix-ops)
(#86) Function has a complexity of 28. Maximum allowed is 20. (complexity)
(#86) A space is required after ','. (comma-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) Requires a space after '{'. (block-spacing)
(#86) Statement inside of curly braces should be on next line. (brace-style)
(#86) Missing space before opening brace. (space-before-blocks)
(#86) Expected space(s) after "if". (keyword-spacing)
(#86) Expected { after 'if' condition. (curly)
(#86) Expected space(s) before "return". (keyword-spacing)
(#86) Missing whitespace after semicolon. (semi-spacing)
(#86) Operator '=' must be spaced. (space-infix-ops)
(#86) Operator '||' must be spaced. (space-infix-ops)
(#86) Missing whitespace after semicolon. (semi-spacing)
(#86) Expected space(s) after "if". (keyword-spacing)
(#86) Operator '===' must be spaced. (space-infix-ops)
(#86) Requires a space after '{'. (block-spacing)
(#86) Statement inside of curly braces should be on next line. (brace-style)
(#86) Missing space before opening brace. (space-before-blocks)
(#86) Operator '=' must be spaced. (space-infix-ops)
(#86) Operator '===' must be spaced. (space-infix-ops)
(#86) Operator '&&' must be spaced. (space-infix-ops)
(#86) Operator '===' must be spaced. (space-infix-ops)
(#86) Operator '-' must be spaced. (space-infix-ops)
(#86) Operator '&&' must be spaced. (space-infix-ops)
(#86) Operator '<=' must be spaced. (space-infix-ops)
(#86) Operator '?' must be spaced. (space-infix-ops)
(#86) A space is required after ','. (comma-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) Operator ':' must be spaced. (space-infix-ops)
(#86) Missing whitespace after semicolon. (semi-spacing)
(#86) Expected space(s) after "if". (keyword-spacing)
(#86) Operator '||' must be spaced. (space-infix-ops)
(#86) Operator '&&' must be spaced. (space-infix-ops)
(#86) Expected { after 'if' condition. (curly)
(#86) Expected space(s) before "return". (keyword-spacing)
(#86) Expected space(s) after "return". (keyword-spacing)
(#86) Operator '||' must be spaced. (space-infix-ops)
(#86) Operator '?' must be spaced. (space-infix-ops)
(#86) Operator '||' must be spaced. (space-infix-ops)
(#86) Operator ':' must be spaced. (space-infix-ops)
(#86) Missing whitespace after semicolon. (semi-spacing)
(#86) Expected space(s) after "if". (keyword-spacing)
(#86) Requires a space after '{'. (block-spacing)
(#86) Statement inside of curly braces should be on next line. (brace-style)
(#86) Missing space before opening brace. (space-before-blocks)
(#86) Expected space(s) after "if". (keyword-spacing)
(#86) Operator '=' must be spaced. (space-infix-ops)
(#86) Operator '?' must be spaced. (space-infix-ops)
(#86) Operator ':' must be spaced. (space-infix-ops)
(#86) Unexpected use of comma operator. (no-sequences)
(#86) A space is required after ','. (comma-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) Operator '&&' must be spaced. (space-infix-ops)
(#86) Operator '?' must be spaced. (space-infix-ops)
(#86) Operator '||' must be spaced. (space-infix-ops)
(#86) Operator ':' must be spaced. (space-infix-ops)
(#86) A space is required after ','. (comma-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) Operator '&&' must be spaced. (space-infix-ops)
(#86) Expected { after 'if' condition. (curly)
(#86) Expected space(s) before "for". (keyword-spacing)
(#86) Expected space(s) after "for". (keyword-spacing)
(#86) Expected { after 'for-in'. (curly)
(#86) Expected space(s) before "if". (keyword-spacing)
(#86) Expected space(s) after "if". (keyword-spacing)
(#86) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#86) Expected { after 'if' condition. (curly)
(#86) Expected space(s) before "this". (keyword-spacing)
(#87) This line has a length of 504. Maximum allowed is 132. (max-len)
(#87) Expected { after 'else'. (curly)
(#87) A space is required after ','. (comma-spacing)
(#87) Requires a space before '}'. (block-spacing)
(#87) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#87) Missing semicolon. (semi)
(#87) Expected space(s) before "else". (keyword-spacing)
(#87) Expected space(s) after "else". (keyword-spacing)
(#87) Expected { after 'else'. (curly)
(#87) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#87) Operator '=' must be spaced. (space-infix-ops)
(#87) Operator '&&' must be spaced. (space-infix-ops)
(#87) Operator '&&' must be spaced. (space-infix-ops)
(#87) Operator '=' must be spaced. (space-infix-ops)
(#87) A space is required after ','. (comma-spacing)
(#87) Operator '=' must be spaced. (space-infix-ops)
(#87) Unexpected use of comma operator. (no-sequences)
(#87) A space is required after ','. (comma-spacing)
(#87) Operator '=' must be spaced. (space-infix-ops)
(#87) A space is required after ','. (comma-spacing)
(#87) Operator '=' must be spaced. (space-infix-ops)
(#87) Missing whitespace after semicolon. (semi-spacing)
(#87) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#87) Requires a space before '}'. (block-spacing)
(#87) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#87) Missing semicolon. (semi)
(#87) Expected space(s) before "if". (keyword-spacing)
(#87) Expected space(s) after "if". (keyword-spacing)
(#87) Expected { after 'if' condition. (curly)
(#87) Expected space(s) before "return". (keyword-spacing)
(#87) Return statement should not contain assignment. (no-return-assign)
(#87) Return statement should not contain assignment. (no-return-assign)
(#87) Return statement should not contain assignment. (no-return-assign)
(#87) Operator '=' must be spaced. (space-infix-ops)
(#87) Operator '=' must be spaced. (space-infix-ops)
(#87) Unexpected use of comma operator. (no-sequences)
(#87) A space is required after ','. (comma-spacing)
(#87) Operator '=' must be spaced. (space-infix-ops)
(#87) A space is required after ','. (comma-spacing)
(#87) Missing whitespace after semicolon. (semi-spacing)
(#87) Expected space(s) after "if". (keyword-spacing)
(#87) Expected { after 'if' condition. (curly)
(#87) Expected space(s) before "return". (keyword-spacing)
(#87) Operator '!==' must be spaced. (space-infix-ops)
(#87) Operator '?' must be spaced. (space-infix-ops)
(#87) Operator ':' must be spaced. (space-infix-ops)
(#87) Missing whitespace after semicolon. (semi-spacing)
(#87) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#87) Operator '!==' must be spaced. (space-infix-ops)
(#87) Operator '&&' must be spaced. (space-infix-ops)
(#87) Operator '=' must be spaced. (space-infix-ops)
(#87) A space is required after ','. (comma-spacing)
(#87) Operator '=' must be spaced. (space-infix-ops)
(#87) Missing whitespace after semicolon. (semi-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) Requires a space before '}'. (block-spacing)
(#87) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#87) Missing semicolon. (semi)
(#87) Operator '=' must be spaced. (space-infix-ops)
(#87) Missing whitespace after semicolon. (semi-spacing)
(#87) Operator '=' must be spaced. (space-infix-ops)
(#87) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#87) Missing whitespace after semicolon. (semi-spacing)
(#87) Operator '=' must be spaced. (space-infix-ops)
(#87) A space is required after ','. (comma-spacing)
(#87) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#87) Operator '=' must be spaced. (space-infix-ops)
(#87) Missing space before value for key 'children'. (key-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) Missing space before value for key 'contents'. (key-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) Missing space before value for key 'next'. (key-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) Missing space before value for key 'prev'. (key-spacing)
(#87) Missing whitespace after semicolon. (semi-spacing)
(#87) Missing space before value for key 'has'. (key-spacing)
(#87) Requires a space after '{'. (block-spacing)
(#87) Statement inside of curly braces should be on next line. (brace-style)
(#87) Missing space before opening brace. (space-before-blocks)
(#87) Operator '=' must be spaced. (space-infix-ops)
(#87) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#88) This line has a length of 503. Maximum allowed is 132. (max-len)
(#88) A space is required after ','. (comma-spacing)
(#88) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#88) Missing whitespace after semicolon. (semi-spacing)
(#88) Array.prototype.filter() expects a value to be returned at the end of function. (array-callback-return)
(#88) Expected to return a value at the end of function. (consistent-return)
(#88) Requires a space after '{'. (block-spacing)
(#88) Statement inside of curly braces should be on next line. (brace-style)
(#88) Missing space before opening brace. (space-before-blocks)
(#88) Expected space(s) after "for". (keyword-spacing)
(#88) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#88) Missing whitespace after semicolon. (semi-spacing)
(#88) Operator '<' must be spaced. (space-infix-ops)
(#88) Missing whitespace after semicolon. (semi-spacing)
(#88) Expected { after 'for' condition. (curly)
(#88) Expected space(s) before "if". (keyword-spacing)
(#88) Expected space(s) after "if". (keyword-spacing)
(#88) A space is required after ','. (comma-spacing)
(#88) Expected { after 'if' condition. (curly)
(#88) Expected space(s) before "return". (keyword-spacing)
(#88) Expected space(s) after "return". (keyword-spacing)
(#88) Requires a space before '}'. (block-spacing)
(#88) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#88) Missing semicolon. (semi)
(#88) Requires a space before '}'. (block-spacing)
(#88) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#88) Missing semicolon. (semi)
(#88) A space is required after ','. (comma-spacing)
(#88) Missing space before value for key 'closest'. (key-spacing)
(#88) A space is required after ','. (comma-spacing)
(#88) Requires a space after '{'. (block-spacing)
(#88) Statement inside of curly braces should be on next line. (brace-style)
(#88) Missing space before opening brace. (space-before-blocks)
(#88) Expected space(s) after "for". (keyword-spacing)
(#88) A space is required after ','. (comma-spacing)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#88) A space is required after ','. (comma-spacing)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#88) A space is required after ','. (comma-spacing)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#88) A space is required after ','. (comma-spacing)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#88) Operator '||' must be spaced. (space-infix-ops)
(#88) Operator '!==' must be spaced. (space-infix-ops)
(#88) Operator '?' must be spaced. (space-infix-ops)
(#88) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#88) A space is required after ','. (comma-spacing)
(#88) Operator '||' must be spaced. (space-infix-ops)
(#88) Operator ':' must be spaced. (space-infix-ops)
(#88) Missing whitespace after semicolon. (semi-spacing)
(#88) Operator '<' must be spaced. (space-infix-ops)
(#88) Missing whitespace after semicolon. (semi-spacing)
(#88) Expected { after 'for' condition. (curly)
(#88) Expected space(s) before "for". (keyword-spacing)
(#88) Expected space(s) after "for". (keyword-spacing)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#88) Missing whitespace after semicolon. (semi-spacing)
(#88) Operator '&&' must be spaced. (space-infix-ops)
(#88) Operator '!==' must be spaced. (space-infix-ops)
(#88) Missing whitespace after semicolon. (semi-spacing)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#88) Expected { after 'for' condition. (curly)
(#88) Expected space(s) before "if". (keyword-spacing)
(#88) Expected space(s) after "if". (keyword-spacing)
(#88) Operator '>' must be spaced. (space-infix-ops)
(#88) Operator '&&' must be spaced. (space-infix-ops)
(#88) Operator '?' must be spaced. (space-infix-ops)
(#88) Operator '<' must be spaced. (space-infix-ops)
(#88) Operator ':' must be spaced. (space-infix-ops)
(#88) Operator '===' must be spaced. (space-infix-ops)
(#88) Operator '&&' must be spaced. (space-infix-ops)
(#88) A space is required after ','. (comma-spacing)
(#88) Requires a space after '{'. (block-spacing)
(#88) Statement inside of curly braces should be on next line. (brace-style)
(#88) Missing space before opening brace. (space-before-blocks)
(#88) Missing whitespace after semicolon. (semi-spacing)
(#88) Requires a space before '}'. (block-spacing)
(#88) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#88) Missing semicolon. (semi)
(#88) Expected space(s) before "return". (keyword-spacing)
(#88) Operator '<' must be spaced. (space-infix-ops)
(#88) 'J' used outside of binding context. (block-scoped-var)
(#88) Operator '?' must be spaced. (space-infix-ops)
(#88) 'J' used outside of binding context. (block-scoped-var)
(#88) Operator ':' must be spaced. (space-infix-ops)
(#88) 'J' used outside of binding context. (block-scoped-var)
(#88) Requires a space before '}'. (block-spacing)
(#88) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#88) Missing semicolon. (semi)
(#88) A space is required after ','. (comma-spacing)
(#88) Missing space before value for key 'index'. (key-spacing)
(#88) Requires a space after '{'. (block-spacing)
(#88) Statement inside of curly braces should be on next line. (brace-style)
(#88) Missing space before opening brace. (space-before-blocks)
(#88) Do not nest ternary expressions. (no-nested-ternary)
(#88) Operator '?' must be spaced. (space-infix-ops)
(#88) Operator '===' must be spaced. (space-infix-ops)
(#88) Operator '?' must be spaced. (space-infix-ops)
(#88) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#88) A space is required after ','. (comma-spacing)
(#88) Operator ':' must be spaced. (space-infix-ops)
(#88) A space is required after ','. (comma-spacing)
(#88) Operator '?' must be spaced. (space-infix-ops)
(#89) This line has a length of 515. Maximum allowed is 132. (max-len)
(#89) Operator ':' must be spaced. (space-infix-ops)
(#89) Operator ':' must be spaced. (space-infix-ops)
(#89) Operator '&&' must be spaced. (space-infix-ops)
(#89) Operator '?' must be spaced. (space-infix-ops)
(#89) Operator ':' must be spaced. (space-infix-ops)
(#89) Requires a space before '}'. (block-spacing)
(#89) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#89) Missing semicolon. (semi)
(#89) A space is required after ','. (comma-spacing)
(#89) Missing space before value for key 'add'. (key-spacing)
(#89) A space is required after ','. (comma-spacing)
(#89) Requires a space after '{'. (block-spacing)
(#89) Statement inside of curly braces should be on next line. (brace-style)
(#89) Missing space before opening brace. (space-before-blocks)
(#89) A space is required after ','. (comma-spacing)
(#89) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#89) A space is required after ','. (comma-spacing)
(#89) Requires a space before '}'. (block-spacing)
(#89) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#89) Missing semicolon. (semi)
(#89) A space is required after ','. (comma-spacing)
(#89) Missing space before value for key 'addBack'. (key-spacing)
(#89) Requires a space after '{'. (block-spacing)
(#89) Statement inside of curly braces should be on next line. (brace-style)
(#89) Missing space before opening brace. (space-before-blocks)
(#89) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#89) Use '===' to compare with null. (no-eq-null)
(#89) Operator '==' must be spaced. (space-infix-ops)
(#89) Operator '?' must be spaced. (space-infix-ops)
(#89) Operator ':' must be spaced. (space-infix-ops)
(#89) Requires a space before '}'. (block-spacing)
(#89) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#89) Missing semicolon. (semi)
(#89) Missing whitespace after semicolon. (semi-spacing)
(#89) Missing space before value for key 'parent'. (key-spacing)
(#89) Requires a space after '{'. (block-spacing)
(#89) Statement inside of curly braces should be on next line. (brace-style)
(#89) Missing space before opening brace. (space-before-blocks)
(#89) Expected space(s) after "return". (keyword-spacing)
(#89) Operator '=' must be spaced. (space-infix-ops)
(#89) Operator '&&' must be spaced. (space-infix-ops)
(#89) Operator '!==' must be spaced. (space-infix-ops)
(#89) Operator '?' must be spaced. (space-infix-ops)
(#89) Operator ':' must be spaced. (space-infix-ops)
(#89) Requires a space before '}'. (block-spacing)
(#89) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#89) Missing semicolon. (semi)
(#89) A space is required after ','. (comma-spacing)
(#89) Missing space before value for key 'parents'. (key-spacing)
(#89) Requires a space after '{'. (block-spacing)
(#89) Statement inside of curly braces should be on next line. (brace-style)
(#89) Missing space before opening brace. (space-before-blocks)
(#89) A space is required after ','. (comma-spacing)
(#89) Requires a space before '}'. (block-spacing)
(#89) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#89) Missing semicolon. (semi)
(#89) A space is required after ','. (comma-spacing)
(#89) Missing space before value for key 'parentsUntil'. (key-spacing)
(#89) A space is required after ','. (comma-spacing)
(#89) A space is required after ','. (comma-spacing)
(#89) Requires a space after '{'. (block-spacing)
(#89) Statement inside of curly braces should be on next line. (brace-style)
(#89) Missing space before opening brace. (space-before-blocks)
(#89) A space is required after ','. (comma-spacing)
(#89) A space is required after ','. (comma-spacing)
(#89) Requires a space before '}'. (block-spacing)
(#89) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#89) Missing semicolon. (semi)
(#89) A space is required after ','. (comma-spacing)
(#89) Missing space before value for key 'next'. (key-spacing)
(#89) Requires a space after '{'. (block-spacing)
(#89) Statement inside of curly braces should be on next line. (brace-style)
(#89) Missing space before opening brace. (space-before-blocks)
(#89) A space is required after ','. (comma-spacing)
(#89) Requires a space before '}'. (block-spacing)
(#89) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#89) Missing semicolon. (semi)
(#89) A space is required after ','. (comma-spacing)
(#89) Missing space before value for key 'prev'. (key-spacing)
(#89) Requires a space after '{'. (block-spacing)
(#89) Statement inside of curly braces should be on next line. (brace-style)
(#89) Missing space before opening brace. (space-before-blocks)
(#89) A space is required after ','. (comma-spacing)
(#89) Requires a space before '}'. (block-spacing)
(#89) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#89) Missing semicolon. (semi)
(#90) This line has a length of 502. Maximum allowed is 132. (max-len)
(#90) Missing space before value for key 'nextAll'. (key-spacing)
(#90) Requires a space after '{'. (block-spacing)
(#90) Statement inside of curly braces should be on next line. (brace-style)
(#90) Missing space before opening brace. (space-before-blocks)
(#90) A space is required after ','. (comma-spacing)
(#90) Requires a space before '}'. (block-spacing)
(#90) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#90) Missing semicolon. (semi)
(#90) A space is required after ','. (comma-spacing)
(#90) Missing space before value for key 'prevAll'. (key-spacing)
(#90) Requires a space after '{'. (block-spacing)
(#90) Statement inside of curly braces should be on next line. (brace-style)
(#90) Missing space before opening brace. (space-before-blocks)
(#90) A space is required after ','. (comma-spacing)
(#90) Requires a space before '}'. (block-spacing)
(#90) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#90) Missing semicolon. (semi)
(#90) A space is required after ','. (comma-spacing)
(#90) Missing space before value for key 'nextUntil'. (key-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) Requires a space after '{'. (block-spacing)
(#90) Statement inside of curly braces should be on next line. (brace-style)
(#90) Missing space before opening brace. (space-before-blocks)
(#90) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#90) A space is required after ','. (comma-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) Requires a space before '}'. (block-spacing)
(#90) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#90) Missing semicolon. (semi)
(#90) A space is required after ','. (comma-spacing)
(#90) Missing space before value for key 'prevUntil'. (key-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) Requires a space after '{'. (block-spacing)
(#90) Statement inside of curly braces should be on next line. (brace-style)
(#90) Missing space before opening brace. (space-before-blocks)
(#90) A space is required after ','. (comma-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) Requires a space before '}'. (block-spacing)
(#90) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#90) Missing semicolon. (semi)
(#90) A space is required after ','. (comma-spacing)
(#90) Missing space before value for key 'siblings'. (key-spacing)
(#90) Requires a space after '{'. (block-spacing)
(#90) Statement inside of curly braces should be on next line. (brace-style)
(#90) Missing space before opening brace. (space-before-blocks)
(#90) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#90) Operator '||' must be spaced. (space-infix-ops)
(#90) A space is required after ','. (comma-spacing)
(#90) Requires a space before '}'. (block-spacing)
(#90) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#90) Missing semicolon. (semi)
(#90) A space is required after ','. (comma-spacing)
(#90) Missing space before value for key 'children'. (key-spacing)
(#90) Requires a space after '{'. (block-spacing)
(#90) Statement inside of curly braces should be on next line. (brace-style)
(#90) Missing space before opening brace. (space-before-blocks)
(#90) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#90) Requires a space before '}'. (block-spacing)
(#90) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#90) Missing semicolon. (semi)
(#90) A space is required after ','. (comma-spacing)
(#90) Missing space before value for key 'contents'. (key-spacing)
(#90) Requires a space after '{'. (block-spacing)
(#90) Statement inside of curly braces should be on next line. (brace-style)
(#90) Missing space before opening brace. (space-before-blocks)
(#90) Operator '||' must be spaced. (space-infix-ops)
(#90) A space is required after ','. (comma-spacing)
(#90) Requires a space before '}'. (block-spacing)
(#90) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#90) Missing semicolon. (semi)
(#90) A space is required after ','. (comma-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) Requires a space after '{'. (block-spacing)
(#90) Statement inside of curly braces should be on next line. (brace-style)
(#90) Missing space before opening brace. (space-before-blocks)
(#90) Operator '=' must be spaced. (space-infix-ops)
(#90) A space is required after ','. (comma-spacing)
(#90) Requires a space after '{'. (block-spacing)
(#90) Statement inside of curly braces should be on next line. (brace-style)
(#90) Missing space before opening brace. (space-before-blocks)
(#90) Operator '=' must be spaced. (space-infix-ops)
(#90) A space is required after ','. (comma-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) Missing whitespace after semicolon. (semi-spacing)
(#90) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#90) Operator '!==' must be spaced. (space-infix-ops)
(#90) Operator '&&' must be spaced. (space-infix-ops)
(#90) Operator '=' must be spaced. (space-infix-ops)
(#90) Missing whitespace after semicolon. (semi-spacing)
(#90) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#90) Operator '&&' must be spaced. (space-infix-ops)
(#90) Operator '===' must be spaced. (space-infix-ops)
(#91) This line has a length of 516. Maximum allowed is 132. (max-len)
(#91) Operator '&&' must be spaced. (space-infix-ops)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) A space is required after ','. (comma-spacing)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#91) Operator '<' must be spaced. (space-infix-ops)
(#91) Operator '&&' must be spaced. (space-infix-ops)
(#91) Operator '||' must be spaced. (space-infix-ops)
(#91) A space is required after ','. (comma-spacing)
(#91) Operator '&&' must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#91) Requires a space before '}'. (block-spacing)
(#91) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#91) Missing semicolon. (semi)
(#91) Requires a space before '}'. (block-spacing)
(#91) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#91) Missing semicolon. (semi)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Requires a space after '{'. (block-spacing)
(#91) Statement inside of curly braces should be on next line. (brace-style)
(#91) Missing space before opening brace. (space-before-blocks)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Operator '===' must be spaced. (space-infix-ops)
(#91) Operator '?' must be spaced. (space-infix-ops)
(#91) Operator ':' must be spaced. (space-infix-ops)
(#91) A space is required after ','. (comma-spacing)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) A space is required after ','. (comma-spacing)
(#91) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) A space is required after ','. (comma-spacing)
(#91) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) A space is required after ','. (comma-spacing)
(#91) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Requires a space after '{'. (block-spacing)
(#91) Statement inside of curly braces should be on next line. (brace-style)
(#91) Missing space before opening brace. (space-before-blocks)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Expected space(s) after "for". (keyword-spacing)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Expected { after 'for' condition. (curly)
(#91) Expected space(s) before "for". (keyword-spacing)
(#91) Expected space(s) after "for". (keyword-spacing)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Operator '<' must be spaced. (space-infix-ops)
(#91) Expected { after 'for' condition. (curly)
(#91) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#91) Operator '===' must be spaced. (space-infix-ops)
(#91) A space is required after ','. (comma-spacing)
(#91) Operator '&&' must be spaced. (space-infix-ops)
(#91) Operator '&&' must be spaced. (space-infix-ops)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) A space is required after ','. (comma-spacing)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#91) Operator '||' must be spaced. (space-infix-ops)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#91) Operator '&&' must be spaced. (space-infix-ops)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Operator '?' must be spaced. (space-infix-ops)
(#91) Operator ':' must be spaced. (space-infix-ops)
(#91) Requires a space before '}'. (block-spacing)
(#91) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#91) Missing semicolon. (semi)
(#91) A space is required after ','. (comma-spacing)
(#91) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Missing space before value for key 'add'. (key-spacing)
(#91) Requires a space after '{'. (block-spacing)
(#91) Statement inside of curly braces should be on next line. (brace-style)
(#91) Missing space before opening brace. (space-before-blocks)
(#91) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#91) Operator '&&' must be spaced. (space-infix-ops)
(#91) Operator '&&' must be spaced. (space-infix-ops)
(#91) Operator '&&' must be spaced. (space-infix-ops)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Operator '-' must be spaced. (space-infix-ops)
(#91) A space is required after ','. (comma-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#91) Requires a space after '{'. (block-spacing)
(#91) Statement inside of curly braces should be on next line. (brace-style)
(#91) Missing space before opening brace. (space-before-blocks)
(#91) A space is required after ','. (comma-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) Requires a space after '{'. (block-spacing)
(#91) Statement inside of curly braces should be on next line. (brace-style)
(#91) Missing space before opening brace. (space-before-blocks)
(#91) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#91) Operator '?' must be spaced. (space-infix-ops)
(#92) This line has a length of 519. Maximum allowed is 132. (max-len)
(#92) Operator '&&' must be spaced. (space-infix-ops)
(#92) Operator '||' must be spaced. (space-infix-ops)
(#92) Operator ':' must be spaced. (space-infix-ops)
(#92) Operator '&&' must be spaced. (space-infix-ops)
(#92) Operator '&&' must be spaced. (space-infix-ops)
(#92) Operator '!==' must be spaced. (space-infix-ops)
(#92) Operator '&&' must be spaced. (space-infix-ops)
(#92) Requires a space before '}'. (block-spacing)
(#92) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#92) Missing semicolon. (semi)
(#92) Requires a space before '}'. (block-spacing)
(#92) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#92) Missing semicolon. (semi)
(#92) A space is required after ','. (comma-spacing)
(#92) Operator '&&' must be spaced. (space-infix-ops)
(#92) Operator '&&' must be spaced. (space-infix-ops)
(#92) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Requires a space before '}'. (block-spacing)
(#92) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#92) Missing semicolon. (semi)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'remove'. (key-spacing)
(#92) Requires a space after '{'. (block-spacing)
(#92) Statement inside of curly braces should be on next line. (brace-style)
(#92) Missing space before opening brace. (space-before-blocks)
(#92) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#92) A space is required after ','. (comma-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Requires a space after '{'. (block-spacing)
(#92) Statement inside of curly braces should be on next line. (brace-style)
(#92) Missing space before opening brace. (space-before-blocks)
(#92) Expected space(s) after "for". (keyword-spacing)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Operator '<' must be spaced. (space-infix-ops)
(#92) Operator '=' must be spaced. (space-infix-ops)
(#92) A space is required after ','. (comma-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Expected { after 'for' condition. (curly)
(#92) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#92) A space is required after ','. (comma-spacing)
(#92) Unexpected use of comma operator. (no-sequences)
(#92) A space is required after ','. (comma-spacing)
(#92) Operator '<=' must be spaced. (space-infix-ops)
(#92) Operator '&&' must be spaced. (space-infix-ops)
(#92) Requires a space before '}'. (block-spacing)
(#92) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#92) Missing semicolon. (semi)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Requires a space before '}'. (block-spacing)
(#92) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#92) Missing semicolon. (semi)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'has'. (key-spacing)
(#92) Requires a space after '{'. (block-spacing)
(#92) Statement inside of curly braces should be on next line. (brace-style)
(#92) Missing space before opening brace. (space-before-blocks)
(#92) Operator '?' must be spaced. (space-infix-ops)
(#92) Operator '<' must be spaced. (space-infix-ops)
(#92) A space is required after ','. (comma-spacing)
(#92) Operator ':' must be spaced. (space-infix-ops)
(#92) Operator '<' must be spaced. (space-infix-ops)
(#92) Requires a space before '}'. (block-spacing)
(#92) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#92) Missing semicolon. (semi)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'empty'. (key-spacing)
(#92) Requires a space after '{'. (block-spacing)
(#92) Statement inside of curly braces should be on next line. (brace-style)
(#92) Missing space before opening brace. (space-before-blocks)
(#92) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#92) Operator '&&' must be spaced. (space-infix-ops)
(#92) Operator '=' must be spaced. (space-infix-ops)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Requires a space before '}'. (block-spacing)
(#92) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#92) Missing semicolon. (semi)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'disable'. (key-spacing)
(#92) Requires a space after '{'. (block-spacing)
(#92) Statement inside of curly braces should be on next line. (brace-style)
(#92) Missing space before opening brace. (space-before-blocks)
(#92) Operator '=' must be spaced. (space-infix-ops)
(#92) Operator '=' must be spaced. (space-infix-ops)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Operator '=' must be spaced. (space-infix-ops)
(#92) Operator '=' must be spaced. (space-infix-ops)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Requires a space before '}'. (block-spacing)
(#92) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#92) Missing semicolon. (semi)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'disabled'. (key-spacing)
(#92) Requires a space after '{'. (block-spacing)
(#92) Statement inside of curly braces should be on next line. (brace-style)
(#92) Missing space before opening brace. (space-before-blocks)
(#92) Expected space(s) after "return". (keyword-spacing)
(#92) Requires a space before '}'. (block-spacing)
(#92) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#92) Missing semicolon. (semi)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'lock'. (key-spacing)
(#92) Requires a space after '{'. (block-spacing)
(#92) Statement inside of curly braces should be on next line. (brace-style)
(#92) Missing space before opening brace. (space-before-blocks)
(#92) Operator '=' must be spaced. (space-infix-ops)
(#92) Operator '=' must be spaced. (space-infix-ops)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#92) Operator '||' must be spaced. (space-infix-ops)
(#92) Operator '=' must be spaced. (space-infix-ops)
(#92) Operator '=' must be spaced. (space-infix-ops)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Requires a space before '}'. (block-spacing)
(#92) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#92) Missing semicolon. (semi)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'locked'. (key-spacing)
(#92) Requires a space after '{'. (block-spacing)
(#92) Statement inside of curly braces should be on next line. (brace-style)
(#92) Missing space before opening brace. (space-before-blocks)
(#92) Expected space(s) after "return". (keyword-spacing)
(#92) Requires a space before '}'. (block-spacing)
(#92) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#92) Missing semicolon. (semi)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'fireWith'. (key-spacing)
(#93) This line has a length of 501. Maximum allowed is 132. (max-len)
(#93) Requires a space after '{'. (block-spacing)
(#93) Statement inside of curly braces should be on next line. (brace-style)
(#93) Missing space before opening brace. (space-before-blocks)
(#93) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#93) Operator '||' must be spaced. (space-infix-ops)
(#93) Operator '=' must be spaced. (space-infix-ops)
(#93) Operator '||' must be spaced. (space-infix-ops)
(#93) A space is required after ','. (comma-spacing)
(#93) Operator '=' must be spaced. (space-infix-ops)
(#93) A space is required after ','. (comma-spacing)
(#93) Operator '?' must be spaced. (space-infix-ops)
(#93) Operator ':' must be spaced. (space-infix-ops)
(#93) A space is required after ','. (comma-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) Operator '||' must be spaced. (space-infix-ops)
(#93) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#93) Missing whitespace after semicolon. (semi-spacing)
(#93) Requires a space before '}'. (block-spacing)
(#93) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#93) Missing semicolon. (semi)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'fire'. (key-spacing)
(#93) Requires a space after '{'. (block-spacing)
(#93) Statement inside of curly braces should be on next line. (brace-style)
(#93) Missing space before opening brace. (space-before-blocks)
(#93) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing whitespace after semicolon. (semi-spacing)
(#93) Requires a space before '}'. (block-spacing)
(#93) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#93) Missing semicolon. (semi)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'fired'. (key-spacing)
(#93) Requires a space after '{'. (block-spacing)
(#93) Statement inside of curly braces should be on next line. (brace-style)
(#93) Missing space before opening brace. (space-before-blocks)
(#93) Expected space(s) after "return". (keyword-spacing)
(#93) Requires a space before '}'. (block-spacing)
(#93) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#93) Missing semicolon. (semi)
(#93) Missing whitespace after semicolon. (semi-spacing)
(#93) Requires a space before '}'. (block-spacing)
(#93) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#93) Missing semicolon. (semi)
(#93) Missing whitespace after semicolon. (semi-spacing)
(#93) Missing space before value for key 'Deferred'. (key-spacing)
(#93) Requires a space after '{'. (block-spacing)
(#93) Statement inside of curly braces should be on next line. (brace-style)
(#93) Missing space before opening brace. (space-before-blocks)
(#93) Operator '=' must be spaced. (space-infix-ops)
(#93) A space is required after ','. (comma-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#93) Operator '=' must be spaced. (space-infix-ops)
(#93) A space is required after ','. (comma-spacing)
(#93) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#93) Operator '=' must be spaced. (space-infix-ops)
(#93) Missing space before value for key 'state'. (key-spacing)
(#93) Requires a space after '{'. (block-spacing)
(#93) Statement inside of curly braces should be on next line. (brace-style)
(#93) Missing space before opening brace. (space-before-blocks)
(#93) Requires a space before '}'. (block-spacing)
(#93) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#93) Missing semicolon. (semi)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'always'. (key-spacing)
(#93) Requires a space after '{'. (block-spacing)
(#93) Statement inside of curly braces should be on next line. (brace-style)
(#93) Missing space before opening brace. (space-before-blocks)
(#93) Missing whitespace after semicolon. (semi-spacing)
(#93) Requires a space before '}'. (block-spacing)
(#93) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#93) Missing semicolon. (semi)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'then'. (key-spacing)
(#93) Requires a space after '{'. (block-spacing)
(#93) Statement inside of curly braces should be on next line. (brace-style)
(#93) Missing space before opening brace. (space-before-blocks)
(#93) Operator '=' must be spaced. (space-infix-ops)
(#94) This line has a length of 514. Maximum allowed is 132. (max-len)
(#94) Missing whitespace after semicolon. (semi-spacing)
(#94) Requires a space after '{'. (block-spacing)
(#94) Statement inside of curly braces should be on next line. (brace-style)
(#94) Missing space before opening brace. (space-before-blocks)
(#94) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#94) A space is required after ','. (comma-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) Requires a space after '{'. (block-spacing)
(#94) Statement inside of curly braces should be on next line. (brace-style)
(#94) Missing space before opening brace. (space-before-blocks)
(#94) Operator '=' must be spaced. (space-infix-ops)
(#94) Operator '&&' must be spaced. (space-infix-ops)
(#94) Missing whitespace after semicolon. (semi-spacing)
(#94) Requires a space after '{'. (block-spacing)
(#94) Statement inside of curly braces should be on next line. (brace-style)
(#94) Missing space before opening brace. (space-before-blocks)
(#94) Operator '=' must be spaced. (space-infix-ops)
(#94) Operator '&&' must be spaced. (space-infix-ops)
(#94) A space is required after ','. (comma-spacing)
(#94) Missing whitespace after semicolon. (semi-spacing)
(#94) Expected space(s) after "if". (keyword-spacing)
(#94) Operator '&&' must be spaced. (space-infix-ops)
(#94) Expected { after 'if' condition. (curly)
(#94) Missing whitespace after semicolon. (semi-spacing)
(#94) Expected { after 'else'. (curly)
(#94) Operator '+' must be spaced. (space-infix-ops)
(#94) Operator '===' must be spaced. (space-infix-ops)
(#94) Operator '?' must be spaced. (space-infix-ops)
(#94) Operator ':' must be spaced. (space-infix-ops)
(#94) A space is required after ','. (comma-spacing)
(#94) Operator '?' must be spaced. (space-infix-ops)
(#94) Operator ':' must be spaced. (space-infix-ops)
(#94) Requires a space before '}'. (block-spacing)
(#94) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#94) Missing semicolon. (semi)
(#94) Requires a space before '}'. (block-spacing)
(#94) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#94) Missing semicolon. (semi)
(#94) Missing whitespace after semicolon. (semi-spacing)
(#94) Operator '=' must be spaced. (space-infix-ops)
(#94) Requires a space before '}'. (block-spacing)
(#94) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#94) Missing semicolon. (semi)
(#94) Requires a space before '}'. (block-spacing)
(#94) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#94) Missing semicolon. (semi)
(#94) A space is required after ','. (comma-spacing)
(#94) Missing space before value for key 'promise'. (key-spacing)
(#94) Requires a space after '{'. (block-spacing)
(#94) Statement inside of curly braces should be on next line. (brace-style)
(#94) Missing space before opening brace. (space-before-blocks)
(#94) Use '===' to compare with null. (no-eq-null)
(#94) Operator '!=' must be spaced. (space-infix-ops)
(#94) Operator '?' must be spaced. (space-infix-ops)
(#94) A space is required after ','. (comma-spacing)
(#94) Operator ':' must be spaced. (space-infix-ops)
(#94) Requires a space before '}'. (block-spacing)
(#94) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#94) Missing semicolon. (semi)
(#94) A space is required after ','. (comma-spacing)
(#94) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#94) Operator '=' must be spaced. (space-infix-ops)
(#94) Missing whitespace after semicolon. (semi-spacing)
(#94) Operator '=' must be spaced. (space-infix-ops)
(#94) Missing whitespace after semicolon. (semi-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) Requires a space after '{'. (block-spacing)
(#94) Statement inside of curly braces should be on next line. (brace-style)
(#94) Missing space before opening brace. (space-before-blocks)
(#94) Operator '=' must be spaced. (space-infix-ops)
(#94) A space is required after ','. (comma-spacing)
(#94) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#94) Operator '=' must be spaced. (space-infix-ops)
(#94) Missing whitespace after semicolon. (semi-spacing)
(#94) Operator '=' must be spaced. (space-infix-ops)
(#94) Missing whitespace after semicolon. (semi-spacing)
(#94) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#94) Operator '&&' must be spaced. (space-infix-ops)
(#94) Requires a space after '{'. (block-spacing)
(#94) Statement inside of curly braces should be on next line. (brace-style)
(#94) Missing space before opening brace. (space-before-blocks)
(#94) Operator '=' must be spaced. (space-infix-ops)
(#94) Requires a space before '}'. (block-spacing)
(#94) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#94) Missing semicolon. (semi)
(#94) A space is required after ','. (comma-spacing)
(#94) Unexpected use of '^'. (no-bitwise)
(#94) Operator '^' must be spaced. (space-infix-ops)
(#94) A space is required after ','. (comma-spacing)
(#95) This line has a length of 512. Maximum allowed is 132. (max-len)
(#95) Operator '=' must be spaced. (space-infix-ops)
(#95) Requires a space after '{'. (block-spacing)
(#95) Statement inside of curly braces should be on next line. (brace-style)
(#95) Missing space before opening brace. (space-before-blocks)
(#95) Operator '+' must be spaced. (space-infix-ops)
(#95) Operator '===' must be spaced. (space-infix-ops)
(#95) Operator '?' must be spaced. (space-infix-ops)
(#95) Operator ':' must be spaced. (space-infix-ops)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing whitespace after semicolon. (semi-spacing)
(#95) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#95) Requires a space before '}'. (block-spacing)
(#95) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#95) Missing semicolon. (semi)
(#95) Missing whitespace after semicolon. (semi-spacing)
(#95) Operator '+' must be spaced. (space-infix-ops)
(#95) Operator '=' must be spaced. (space-infix-ops)
(#95) Requires a space before '}'. (block-spacing)
(#95) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#95) Missing semicolon. (semi)
(#95) Missing whitespace after semicolon. (semi-spacing)
(#95) Missing whitespace after semicolon. (semi-spacing)
(#95) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#95) Operator '&&' must be spaced. (space-infix-ops)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing whitespace after semicolon. (semi-spacing)
(#95) Requires a space before '}'. (block-spacing)
(#95) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#95) Missing semicolon. (semi)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'when'. (key-spacing)
(#95) Requires a space after '{'. (block-spacing)
(#95) Statement inside of curly braces should be on next line. (brace-style)
(#95) Missing space before opening brace. (space-before-blocks)
(#95) Operator '=' must be spaced. (space-infix-ops)
(#95) A space is required after ','. (comma-spacing)
(#95) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#95) Operator '=' must be spaced. (space-infix-ops)
(#95) A space is required after ','. (comma-spacing)
(#95) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#95) Operator '=' must be spaced. (space-infix-ops)
(#95) A space is required after ','. (comma-spacing)
(#95) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#95) Operator '=' must be spaced. (space-infix-ops)
(#95) Operator '!==' must be spaced. (space-infix-ops)
(#95) Operator '||' must be spaced. (space-infix-ops)
(#95) Operator '&&' must be spaced. (space-infix-ops)
(#95) Operator '?' must be spaced. (space-infix-ops)
(#95) Operator ':' must be spaced. (space-infix-ops)
(#95) A space is required after ','. (comma-spacing)
(#95) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#95) Operator '=' must be spaced. (space-infix-ops)
(#95) Operator '===' must be spaced. (space-infix-ops)
(#95) Operator '?' must be spaced. (space-infix-ops)
(#95) Operator ':' must be spaced. (space-infix-ops)
(#95) A space is required after ','. (comma-spacing)
(#95) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#95) Operator '=' must be spaced. (space-infix-ops)
(#95) A space is required after ','. (comma-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Requires a space after '{'. (block-spacing)
(#95) Statement inside of curly braces should be on next line. (brace-style)
(#95) Missing space before opening brace. (space-before-blocks)
(#95) Requires a space after '{'. (block-spacing)
(#95) Statement inside of curly braces should be on next line. (brace-style)
(#95) Missing space before opening brace. (space-before-blocks)
(#95) Operator '=' must be spaced. (space-infix-ops)
(#95) Missing whitespace after semicolon. (semi-spacing)
(#95) Operator '=' must be spaced. (space-infix-ops)
(#95) Operator '<' must be spaced. (space-infix-ops)
(#95) Operator '?' must be spaced. (space-infix-ops)
(#95) Operator ':' must be spaced. (space-infix-ops)
(#95) Missing whitespace after semicolon. (semi-spacing)
(#95) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#95) Operator '===' must be spaced. (space-infix-ops)
(#95) 'R' used outside of binding context. (block-scoped-var)
(#95) Operator '?' must be spaced. (space-infix-ops)
(#95) A space is required after ','. (comma-spacing)
(#95) Operator ':' must be spaced. (space-infix-ops)
(#95) Operator '||' must be spaced. (space-infix-ops)
(#95) A space is required after ','. (comma-spacing)
(#95) Requires a space before '}'. (block-spacing)
(#95) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#95) Missing semicolon. (semi)
(#95) Requires a space before '}'. (block-spacing)
(#95) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#95) Missing semicolon. (semi)
(#95) A space is required after ','. (comma-spacing)
(#95) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#95) Missing whitespace after semicolon. (semi-spacing)
(#95) Expected space(s) after "if". (keyword-spacing)
(#95) Operator '<' must be spaced. (space-infix-ops)
(#95) Requires a space after '{'. (block-spacing)
(#95) Statement inside of curly braces should be on next line. (brace-style)
(#95) Missing space before opening brace. (space-before-blocks)
(#95) Operator '=' must be spaced. (space-infix-ops)
(#95) Missing whitespace after semicolon. (semi-spacing)
(#95) Operator '=' must be spaced. (space-infix-ops)
(#95) Missing whitespace after semicolon. (semi-spacing)
(#95) Expected space(s) after "for". (keyword-spacing)
(#95) Operator '=' must be spaced. (space-infix-ops)
(#95) Missing whitespace after semicolon. (semi-spacing)
(#95) Operator '<' must be spaced. (space-infix-ops)
(#95) Missing whitespace after semicolon. (semi-spacing)
(#95) Expected { after 'for' condition. (curly)
(#95) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#95) Operator '&&' must be spaced. (space-infix-ops)
(#95) Operator '?' must be spaced. (space-infix-ops)
(#96) This line has a length of 506. Maximum allowed is 132. (max-len)
(#96) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#96) A space is required after ','. (comma-spacing)
(#96) A space is required after ','. (comma-spacing)
(#96) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#96) A space is required after ','. (comma-spacing)
(#96) A space is required after ','. (comma-spacing)
(#96) Operator ':' must be spaced. (space-infix-ops)
(#96) Requires a space before '}'. (block-spacing)
(#96) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#96) Missing semicolon. (semi)
(#96) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#96) Operator '||' must be spaced. (space-infix-ops)
(#96) A space is required after ','. (comma-spacing)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#96) Requires a space before '}'. (block-spacing)
(#96) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#96) Missing semicolon. (semi)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#96) Requires a space after '{'. (block-spacing)
(#96) Statement inside of curly braces should be on next line. (brace-style)
(#96) Missing space before opening brace. (space-before-blocks)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) Requires a space before '}'. (block-spacing)
(#96) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#96) Missing semicolon. (semi)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) Missing space before value for key 'isReady'. (key-spacing)
(#96) A space is required after ','. (comma-spacing)
(#96) Missing space before value for key 'readyWait'. (key-spacing)
(#96) A space is required after ','. (comma-spacing)
(#96) Missing space before value for key 'holdReady'. (key-spacing)
(#96) Requires a space after '{'. (block-spacing)
(#96) Statement inside of curly braces should be on next line. (brace-style)
(#96) Missing space before opening brace. (space-before-blocks)
(#96) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#96) Operator '?' must be spaced. (space-infix-ops)
(#96) Operator ':' must be spaced. (space-infix-ops)
(#96) Requires a space before '}'. (block-spacing)
(#96) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#96) Missing semicolon. (semi)
(#96) A space is required after ','. (comma-spacing)
(#96) Missing space before value for key 'ready'. (key-spacing)
(#96) Requires a space after '{'. (block-spacing)
(#96) Statement inside of curly braces should be on next line. (brace-style)
(#96) Missing space before opening brace. (space-before-blocks)
(#96) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#96) Operator '===' must be spaced. (space-infix-ops)
(#96) Operator '?' must be spaced. (space-infix-ops)
(#96) Operator ':' must be spaced. (space-infix-ops)
(#96) Operator '||' must be spaced. (space-infix-ops)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#96) A space is required after ','. (comma-spacing)
(#96) Operator '!==' must be spaced. (space-infix-ops)
(#96) Operator '&&' must be spaced. (space-infix-ops)
(#96) Operator '<' must be spaced. (space-infix-ops)
(#96) Operator '||' must be spaced. (space-infix-ops)
(#96) A space is required after ','. (comma-spacing)
(#96) A space is required after ','. (comma-spacing)
(#96) Operator '&&' must be spaced. (space-infix-ops)
(#96) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#96) A space is required after ','. (comma-spacing)
(#96) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#96) Requires a space before '}'. (block-spacing)
(#96) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#96) Missing semicolon. (semi)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#96) Requires a space after '{'. (block-spacing)
(#96) Statement inside of curly braces should be on next line. (brace-style)
(#96) Missing space before opening brace. (space-before-blocks)
(#96) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#96) Operator '||' must be spaced. (space-infix-ops)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#97) This line has a length of 508. Maximum allowed is 132. (max-len)
(#97) Operator '===' must be spaced. (space-infix-ops)
(#97) Operator '||' must be spaced. (space-infix-ops)
(#97) Operator '!==' must be spaced. (space-infix-ops)
(#97) Operator '&&' must be spaced. (space-infix-ops)
(#97) Operator '?' must be spaced. (space-infix-ops)
(#97) Operator ':' must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing semicolon. (semi)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) Use '===' to compare with null. (no-eq-null)
(#97) Operator '==' must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Operator '===' must be spaced. (space-infix-ops)
(#97) Expected { after 'if' condition. (curly)
(#97) Expected space(s) before "for". (keyword-spacing)
(#97) Expected space(s) after "for". (keyword-spacing)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) Unexpected use of comma operator. (no-sequences)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected { after 'for-in'. (curly)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Operator '!==' must be spaced. (space-infix-ops)
(#97) Operator '&&' must be spaced. (space-infix-ops)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Operator '||' must be spaced. (space-infix-ops)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Operator '&&' must be spaced. (space-infix-ops)
(#97) Operator '?' must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) Operator ':' must be spaced. (space-infix-ops)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Expected { after 'if' condition. (curly)
(#97) Expected space(s) before "for". (keyword-spacing)
(#97) Expected space(s) after "for". (keyword-spacing)
(#97) Operator '<' must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected { after 'for' condition. (curly)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Operator '?' must be spaced. (space-infix-ops)
(#97) Operator ':' must be spaced. (space-infix-ops)
(#98) This line has a length of 508. Maximum allowed is 132. (max-len)
(#98) A space is required after ','. (comma-spacing)
(#98) A space is required after ','. (comma-spacing)
(#98) Missing whitespace after semicolon. (semi-spacing)
(#98) Do not nest ternary expressions. (no-nested-ternary)
(#98) Operator '?' must be spaced. (space-infix-ops)
(#98) Operator ':' must be spaced. (space-infix-ops)
(#98) Do not nest ternary expressions. (no-nested-ternary)
(#98) Operator '?' must be spaced. (space-infix-ops)
(#98) Operator ':' must be spaced. (space-infix-ops)
(#98) Operator '?' must be spaced. (space-infix-ops)
(#98) A space is required after ','. (comma-spacing)
(#98) Operator ':' must be spaced. (space-infix-ops)
(#98) Requires a space before '}'. (block-spacing)
(#98) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#98) Missing semicolon. (semi)
(#98) A space is required after ','. (comma-spacing)
(#98) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#98) Operator '=' must be spaced. (space-infix-ops)
(#98) Requires a space after '{'. (block-spacing)
(#98) Statement inside of curly braces should be on next line. (brace-style)
(#98) Missing space before opening brace. (space-before-blocks)
(#98) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#98) Operator '===' must be spaced. (space-infix-ops)
(#98) Operator '||' must be spaced. (space-infix-ops)
(#98) Operator '===' must be spaced. (space-infix-ops)
(#98) Operator '||' must be spaced. (space-infix-ops)
(#98) Requires a space before '}'. (block-spacing)
(#98) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#98) Missing semicolon. (semi)
(#98) Missing whitespace after semicolon. (semi-spacing)
(#98) Operator '=' must be spaced. (space-infix-ops)
(#98) Missing whitespace after semicolon. (semi-spacing)
(#98) Operator '=' must be spaced. (space-infix-ops)
(#98) Missing space before value for key 'register'. (key-spacing)
(#98) A space is required after ','. (comma-spacing)
(#98) Requires a space after '{'. (block-spacing)
(#98) Statement inside of curly braces should be on next line. (brace-style)
(#98) Missing space before opening brace. (space-before-blocks)
(#98) Operator '=' must be spaced. (space-infix-ops)
(#98) Operator '||' must be spaced. (space-infix-ops)
(#98) Missing whitespace after semicolon. (semi-spacing)
(#98) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#98) Operator '?' must be spaced. (space-infix-ops)
(#98) Operator '=' must be spaced. (space-infix-ops)
(#98) Operator ':' must be spaced. (space-infix-ops)
(#98) A space is required after ','. (comma-spacing)
(#98) A space is required after ','. (comma-spacing)
(#98) Missing space before value for key 'value'. (key-spacing)
(#98) A space is required after ','. (comma-spacing)
(#98) Missing space before value for key 'writable'. (key-spacing)
(#98) A space is required after ','. (comma-spacing)
(#98) Missing space before value for key 'configurable'. (key-spacing)
(#98) Missing whitespace after semicolon. (semi-spacing)
(#98) Requires a space before '}'. (block-spacing)
(#98) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#98) Missing semicolon. (semi)
(#98) A space is required after ','. (comma-spacing)
(#98) Missing space before value for key 'cache'. (key-spacing)
(#98) Requires a space after '{'. (block-spacing)
(#98) Statement inside of curly braces should be on next line. (brace-style)
(#98) Missing space before opening brace. (space-before-blocks)
(#98) Expected space(s) after "if". (keyword-spacing)
(#98) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#98) Expected { after 'if' condition. (curly)
(#98) Expected space(s) before "return". (keyword-spacing)
(#98) Expected space(s) after "return". (keyword-spacing)
(#98) Missing whitespace after semicolon. (semi-spacing)
(#98) Operator '=' must be spaced. (space-infix-ops)
(#98) Missing whitespace after semicolon. (semi-spacing)
(#98) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#98) Operator '||' must be spaced. (space-infix-ops)
(#98) Operator '=' must be spaced. (space-infix-ops)
(#98) A space is required after ','. (comma-spacing)
(#98) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#98) Operator '&&' must be spaced. (space-infix-ops)
(#98) Operator '?' must be spaced. (space-infix-ops)
(#98) Operator '=' must be spaced. (space-infix-ops)
(#98) Operator ':' must be spaced. (space-infix-ops)
(#98) A space is required after ','. (comma-spacing)
(#98) A space is required after ','. (comma-spacing)
(#98) Missing space before value for key 'value'. (key-spacing)
(#98) A space is required after ','. (comma-spacing)
(#98) Missing space before value for key 'configurable'. (key-spacing)
(#98) Missing whitespace after semicolon. (semi-spacing)
(#98) Requires a space before '}'. (block-spacing)
(#98) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#98) Missing semicolon. (semi)
(#98) A space is required after ','. (comma-spacing)
(#98) Missing space before value for key 'set'. (key-spacing)
(#98) A space is required after ','. (comma-spacing)
(#98) A space is required after ','. (comma-spacing)
(#98) Requires a space after '{'. (block-spacing)
(#98) Statement inside of curly braces should be on next line. (brace-style)
(#98) Missing space before opening brace. (space-before-blocks)
(#99) This line has a length of 502. Maximum allowed is 132. (max-len)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) Missing whitespace after semicolon. (semi-spacing)
(#99) Expected space(s) after "if". (keyword-spacing)
(#99) Operator '===' must be spaced. (space-infix-ops)
(#99) Expected { after 'if' condition. (curly)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) Missing whitespace after semicolon. (semi-spacing)
(#99) Expected { after 'else'. (curly)
(#99) Expected space(s) after "for". (keyword-spacing)
(#99) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#99) Expected { after 'for-in'. (curly)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) Missing whitespace after semicolon. (semi-spacing)
(#99) Requires a space before '}'. (block-spacing)
(#99) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#99) Missing semicolon. (semi)
(#99) A space is required after ','. (comma-spacing)
(#99) Missing space before value for key 'get'. (key-spacing)
(#99) A space is required after ','. (comma-spacing)
(#99) Requires a space after '{'. (block-spacing)
(#99) Statement inside of curly braces should be on next line. (brace-style)
(#99) Missing space before opening brace. (space-before-blocks)
(#99) Operator '===' must be spaced. (space-infix-ops)
(#99) Operator '?' must be spaced. (space-infix-ops)
(#99) Operator ':' must be spaced. (space-infix-ops)
(#99) Operator '&&' must be spaced. (space-infix-ops)
(#99) Requires a space before '}'. (block-spacing)
(#99) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#99) Missing semicolon. (semi)
(#99) A space is required after ','. (comma-spacing)
(#99) Missing space before value for key 'access'. (key-spacing)
(#99) A space is required after ','. (comma-spacing)
(#99) A space is required after ','. (comma-spacing)
(#99) Requires a space after '{'. (block-spacing)
(#99) Statement inside of curly braces should be on next line. (brace-style)
(#99) Missing space before opening brace. (space-before-blocks)
(#99) Expected space(s) after "if". (keyword-spacing)
(#99) Operator '===' must be spaced. (space-infix-ops)
(#99) Operator '||' must be spaced. (space-infix-ops)
(#99) Operator '&&' must be spaced. (space-infix-ops)
(#99) Operator '===' must be spaced. (space-infix-ops)
(#99) Operator '&&' must be spaced. (space-infix-ops)
(#99) Operator '===' must be spaced. (space-infix-ops)
(#99) Expected { after 'if' condition. (curly)
(#99) Expected space(s) before "return". (keyword-spacing)
(#99) Return statement should not contain assignment. (no-return-assign)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) A space is required after ','. (comma-spacing)
(#99) Unexpected use of comma operator. (no-sequences)
(#99) A space is required after ','. (comma-spacing)
(#99) Operator '!==' must be spaced. (space-infix-ops)
(#99) Operator '?' must be spaced. (space-infix-ops)
(#99) Operator ':' must be spaced. (space-infix-ops)
(#99) A space is required after ','. (comma-spacing)
(#99) Missing whitespace after semicolon. (semi-spacing)
(#99) A space is required after ','. (comma-spacing)
(#99) A space is required after ','. (comma-spacing)
(#99) Missing whitespace after semicolon. (semi-spacing)
(#99) Operator '!==' must be spaced. (space-infix-ops)
(#99) Operator '?' must be spaced. (space-infix-ops)
(#99) Operator ':' must be spaced. (space-infix-ops)
(#99) Requires a space before '}'. (block-spacing)
(#99) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#99) Missing semicolon. (semi)
(#99) A space is required after ','. (comma-spacing)
(#99) Missing space before value for key 'remove'. (key-spacing)
(#99) A space is required after ','. (comma-spacing)
(#99) Requires a space after '{'. (block-spacing)
(#99) Statement inside of curly braces should be on next line. (brace-style)
(#99) Missing space before opening brace. (space-before-blocks)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) Missing whitespace after semicolon. (semi-spacing)
(#99) Expected space(s) after "if". (keyword-spacing)
(#99) Operator '!==' must be spaced. (space-infix-ops)
(#99) Requires a space after '{'. (block-spacing)
(#99) Statement inside of curly braces should be on next line. (brace-style)
(#99) Missing space before opening brace. (space-before-blocks)
(#99) Expected space(s) after "if". (keyword-spacing)
(#99) Operator '===' must be spaced. (space-infix-ops)
(#99) Expected { after 'if' condition. (curly)
(#99) Expected space(s) before "this". (keyword-spacing)
(#99) Missing whitespace after semicolon. (semi-spacing)
(#99) Expected space(s) after "else". (keyword-spacing)
(#99) Requires a space after '{'. (block-spacing)
(#99) Statement inside of curly braces should be on next line. (brace-style)
(#99) Expected space(s) after "if". (keyword-spacing)
(#99) Expected { after 'if' condition. (curly)
(#99) Expected space(s) before "var". (keyword-spacing)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) Missing whitespace after semicolon. (semi-spacing)
(#99) Expected space(s) after "else". (keyword-spacing)
(#99) Requires a space after '{'. (block-spacing)
(#99) Statement inside of curly braces should be on next line. (brace-style)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) Missing whitespace after semicolon. (semi-spacing)
(#99) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#99) Operator '?' must be spaced. (space-infix-ops)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) A space is required after ','. (comma-spacing)
(#99) Operator ':' must be spaced. (space-infix-ops)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) A space is required after ','. (comma-spacing)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#100) This line has a length of 513. Maximum allowed is 132. (max-len)
(#100) Operator '?' must be spaced. (space-infix-ops)
(#100) Operator ':' must be spaced. (space-infix-ops)
(#100) Operator '||' must be spaced. (space-infix-ops)
(#100) Requires a space before '}'. (block-spacing)
(#100) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#100) Missing semicolon. (semi)
(#100) Expected space(s) before "for". (keyword-spacing)
(#100) Expected space(s) after "for". (keyword-spacing)
(#100) 'G' used outside of binding context. (block-scoped-var)
(#100) Operator '=' must be spaced. (space-infix-ops)
(#100) Missing whitespace after semicolon. (semi-spacing)
(#100) 'G' used outside of binding context. (block-scoped-var)
(#100) Expected { after 'for' condition. (curly)
(#100) Expected space(s) before "delete". (keyword-spacing)
(#100) 'G' used outside of binding context. (block-scoped-var)
(#100) Requires a space before '}'. (block-spacing)
(#100) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#100) Missing semicolon. (semi)
(#100) Expected space(s) before "if". (keyword-spacing)
(#100) Expected space(s) after "if". (keyword-spacing)
(#100) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#100) Operator '===' must be spaced. (space-infix-ops)
(#100) Operator '||' must be spaced. (space-infix-ops)
(#100) Expected { after 'if' condition. (curly)
(#100) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#100) Operator '?' must be spaced. (space-infix-ops)
(#100) Operator '=' must be spaced. (space-infix-ops)
(#100) Operator ':' must be spaced. (space-infix-ops)
(#100) Requires a space before '}'. (block-spacing)
(#100) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#100) Missing semicolon. (semi)
(#100) Requires a space before '}'. (block-spacing)
(#100) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#100) A space is required after ','. (comma-spacing)
(#100) Missing space before value for key 'hasData'. (key-spacing)
(#100) Requires a space after '{'. (block-spacing)
(#100) Statement inside of curly braces should be on next line. (brace-style)
(#100) Missing space before opening brace. (space-before-blocks)
(#100) Operator '=' must be spaced. (space-infix-ops)
(#100) Missing whitespace after semicolon. (semi-spacing)
(#100) Operator '!==' must be spaced. (space-infix-ops)
(#100) Operator '&&' must be spaced. (space-infix-ops)
(#100) Requires a space before '}'. (block-spacing)
(#100) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#100) Missing semicolon. (semi)
(#100) Missing whitespace after semicolon. (semi-spacing)
(#100) Operator '=' must be spaced. (space-infix-ops)
(#100) Missing '()' invoking a constructor. (new-parens)
(#100) A constructor name should not start with a lowercase letter. (new-cap)
(#100) A space is required after ','. (comma-spacing)
(#100) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#100) Operator '=' must be spaced. (space-infix-ops)
(#100) Missing '()' invoking a constructor. (new-parens)
(#100) A constructor name should not start with a lowercase letter. (new-cap)
(#100) A space is required after ','. (comma-spacing)
(#100) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#100) Operator '=' must be spaced. (space-infix-ops)
(#100) A space is required after ','. (comma-spacing)
(#100) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#100) Operator '=' must be spaced. (space-infix-ops)
(#100) Missing whitespace after semicolon. (semi-spacing)
(#100) Missing space before value for key 'hasData'. (key-spacing)
(#100) Requires a space after '{'. (block-spacing)
(#100) Statement inside of curly braces should be on next line. (brace-style)
(#100) Missing space before opening brace. (space-before-blocks)
(#100) Operator '||' must be spaced. (space-infix-ops)
(#100) Requires a space before '}'. (block-spacing)
(#100) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#100) Missing semicolon. (semi)
(#100) A space is required after ','. (comma-spacing)
(#100) Missing space before value for key 'data'. (key-spacing)
(#100) A space is required after ','. (comma-spacing)
(#100) A space is required after ','. (comma-spacing)
(#100) Requires a space after '{'. (block-spacing)
(#100) Statement inside of curly braces should be on next line. (brace-style)
(#100) Missing space before opening brace. (space-before-blocks)
(#100) A space is required after ','. (comma-spacing)
(#100) A space is required after ','. (comma-spacing)
(#100) Requires a space before '}'. (block-spacing)
(#100) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#100) Missing semicolon. (semi)
(#100) A space is required after ','. (comma-spacing)
(#100) Missing space before value for key 'removeData'. (key-spacing)
(#100) A space is required after ','. (comma-spacing)
(#100) Requires a space after '{'. (block-spacing)
(#100) Statement inside of curly braces should be on next line. (brace-style)
(#100) Missing space before opening brace. (space-before-blocks)
(#100) A space is required after ','. (comma-spacing)
(#100) Requires a space before '}'. (block-spacing)
(#100) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#100) Missing semicolon. (semi)
(#100) A space is required after ','. (comma-spacing)
(#100) Missing space before value for key '_data'. (key-spacing)
(#100) A space is required after ','. (comma-spacing)
(#100) A space is required after ','. (comma-spacing)
(#100) Requires a space after '{'. (block-spacing)
(#100) Statement inside of curly braces should be on next line. (brace-style)
(#100) Missing space before opening brace. (space-before-blocks)
(#100) A space is required after ','. (comma-spacing)
(#100) A space is required after ','. (comma-spacing)
(#100) Requires a space before '}'. (block-spacing)
(#100) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#100) Missing semicolon. (semi)
(#100) A space is required after ','. (comma-spacing)
(#100) Missing space before value for key '_removeData'. (key-spacing)
(#101) This line has a length of 506. Maximum allowed is 132. (max-len)
(#101) Requires a space after '{'. (block-spacing)
(#101) Statement inside of curly braces should be on next line. (brace-style)
(#101) Missing space before opening brace. (space-before-blocks)
(#101) A space is required after ','. (comma-spacing)
(#101) Requires a space before '}'. (block-spacing)
(#101) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#101) Missing semicolon. (semi)
(#101) Missing whitespace after semicolon. (semi-spacing)
(#101) Missing space before value for key 'data'. (key-spacing)
(#101) A space is required after ','. (comma-spacing)
(#101) Requires a space after '{'. (block-spacing)
(#101) Statement inside of curly braces should be on next line. (brace-style)
(#101) Missing space before opening brace. (space-before-blocks)
(#101) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#101) A space is required after ','. (comma-spacing)
(#101) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#101) Operator '=' must be spaced. (space-infix-ops)
(#101) A space is required after ','. (comma-spacing)
(#101) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#101) Operator '=' must be spaced. (space-infix-ops)
(#101) Operator '&&' must be spaced. (space-infix-ops)
(#101) Missing whitespace after semicolon. (semi-spacing)
(#101) Expected space(s) after "if". (keyword-spacing)
(#101) Operator '===' must be spaced. (space-infix-ops)
(#101) Requires a space after '{'. (block-spacing)
(#101) Statement inside of curly braces should be on next line. (brace-style)
(#101) Missing space before opening brace. (space-before-blocks)
(#101) Expected space(s) after "if". (keyword-spacing)
(#101) Requires a space after '{'. (block-spacing)
(#101) Statement inside of curly braces should be on next line. (brace-style)
(#101) Missing space before opening brace. (space-before-blocks)
(#101) Operator '=' must be spaced. (space-infix-ops)
(#101) Missing whitespace after semicolon. (semi-spacing)
(#101) Expected space(s) after "if". (keyword-spacing)
(#101) Operator '===' must be spaced. (space-infix-ops)
(#101) Operator '&&' must be spaced. (space-infix-ops)
(#101) A space is required after ','. (comma-spacing)
(#101) Requires a space after '{'. (block-spacing)
(#101) Statement inside of curly braces should be on next line. (brace-style)
(#101) Missing space before opening brace. (space-before-blocks)
(#101) Expected space(s) after "for". (keyword-spacing)
(#101) Operator '=' must be spaced. (space-infix-ops)
(#101) Missing whitespace after semicolon. (semi-spacing)
(#101) Expected { after 'for' condition. (curly)
(#101) Expected space(s) before "if". (keyword-spacing)
(#101) Expected space(s) after "if". (keyword-spacing)
(#101) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#101) Requires a space after '{'. (block-spacing)
(#101) Statement inside of curly braces should be on next line. (brace-style)
(#101) Missing space before opening brace. (space-before-blocks)
(#101) Operator '=' must be spaced. (space-infix-ops)
(#101) Missing whitespace after semicolon. (semi-spacing)
(#101) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#101) Operator '===' must be spaced. (space-infix-ops)
(#101) Operator '&&' must be spaced. (space-infix-ops)
(#101) Operator '=' must be spaced. (space-infix-ops)
(#101) A space is required after ','. (comma-spacing)
(#101) A space is required after ','. (comma-spacing)
(#101) A space is required after ','. (comma-spacing)
(#101) Requires a space before '}'. (block-spacing)
(#101) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#101) Missing semicolon. (semi)
(#101) A space is required after ','. (comma-spacing)
(#101) A space is required after ','. (comma-spacing)
(#101) Requires a space before '}'. (block-spacing)
(#101) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#101) Missing semicolon. (semi)
(#101) Requires a space before '}'. (block-spacing)
(#101) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#101) Expected space(s) before "return". (keyword-spacing)
(#101) 'J' used outside of binding context. (block-scoped-var)
(#101) Requires a space before '}'. (block-spacing)
(#101) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#101) Missing semicolon. (semi)
(#101) Expected space(s) before "return". (keyword-spacing)
(#101) Expected space(s) after "return". (keyword-spacing)
(#101) Operator '===' must be spaced. (space-infix-ops)
(#101) Operator '?' must be spaced. (space-infix-ops)
(#101) Requires a space after '{'. (block-spacing)
(#101) Statement inside of curly braces should be on next line. (brace-style)
(#101) Missing space before opening brace. (space-before-blocks)
(#101) A space is required after ','. (comma-spacing)
(#101) Requires a space before '}'. (block-spacing)
(#101) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#101) Missing semicolon. (semi)
(#101) Operator ':' must be spaced. (space-infix-ops)
(#101) A space is required after ','. (comma-spacing)
(#101) Expected to return a value at the end of function. (consistent-return)
(#101) Requires a space after '{'. (block-spacing)
(#101) Statement inside of curly braces should be on next line. (brace-style)
(#101) Missing space before opening brace. (space-before-blocks)
(#101) Expected space(s) after "if". (keyword-spacing)
(#101) Operator '&&' must be spaced. (space-infix-ops)
(#101) Operator '===' must be spaced. (space-infix-ops)
(#101) Requires a space after '{'. (block-spacing)
(#101) Statement inside of curly braces should be on next line. (brace-style)
(#101) Missing space before opening brace. (space-before-blocks)
(#101) Operator '=' must be spaced. (space-infix-ops)
(#101) A space is required after ','. (comma-spacing)
(#101) Operator '||' must be spaced. (space-infix-ops)
(#101) A space is required after ','. (comma-spacing)
(#101) A space is required after ','. (comma-spacing)
(#101) Missing whitespace after semicolon. (semi-spacing)
(#101) Expected space(s) after "if". (keyword-spacing)
(#101) Operator '!==' must be spaced. (space-infix-ops)
(#101) Expected { after 'if' condition. (curly)
(#101) Expected space(s) before "return". (keyword-spacing)
(#101) Missing whitespace after semicolon. (semi-spacing)
(#101) Operator '=' must be spaced. (space-infix-ops)
(#102) This line has a length of 502. Maximum allowed is 132. (max-len)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) Operator '=' must be spaced. (space-infix-ops)
(#102) A space is required after ','. (comma-spacing)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) Expected space(s) after "if". (keyword-spacing)
(#102) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#102) Operator '!==' must be spaced. (space-infix-ops)
(#102) Expected { after 'if' condition. (curly)
(#102) Expected space(s) before "return". (keyword-spacing)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) Operator '=' must be spaced. (space-infix-ops)
(#102) A space is required after ','. (comma-spacing)
(#102) A space is required after ','. (comma-spacing)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) Expected space(s) after "if". (keyword-spacing)
(#102) Operator '!==' must be spaced. (space-infix-ops)
(#102) Expected { after 'if' condition. (curly)
(#102) Expected space(s) before "return". (keyword-spacing)
(#102) Requires a space before '}'. (block-spacing)
(#102) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#102) Missing semicolon. (semi)
(#102) Expected space(s) before "else". (keyword-spacing)
(#102) Expected { after 'else'. (curly)
(#102) 'T' used outside of binding context. (block-scoped-var)
(#102) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#102) Operator '=' must be spaced. (space-infix-ops)
(#102) Unexpected use of comma operator. (no-sequences)
(#102) A space is required after ','. (comma-spacing)
(#102) Requires a space after '{'. (block-spacing)
(#102) Statement inside of curly braces should be on next line. (brace-style)
(#102) Missing space before opening brace. (space-before-blocks)
(#102) Operator '=' must be spaced. (space-infix-ops)
(#102) A space is required after ','. (comma-spacing)
(#102) 'T' used outside of binding context. (block-scoped-var)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) A space is required after ','. (comma-spacing)
(#102) 'T' used outside of binding context. (block-scoped-var)
(#102) A space is required after ','. (comma-spacing)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#102) Operator '<' must be spaced. (space-infix-ops)
(#102) Operator '&&' must be spaced. (space-infix-ops)
(#102) Operator '!==' must be spaced. (space-infix-ops)
(#102) Operator '&&' must be spaced. (space-infix-ops)
(#102) A space is required after ','. (comma-spacing)
(#102) A space is required after ','. (comma-spacing)
(#102) Requires a space before '}'. (block-spacing)
(#102) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#102) Missing semicolon. (semi)
(#102) Requires a space before '}'. (block-spacing)
(#102) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#102) Missing semicolon. (semi)
(#102) A space is required after ','. (comma-spacing)
(#102) A space is required after ','. (comma-spacing)
(#102) A space is required after ','. (comma-spacing)
(#102) Operator '<' must be spaced. (space-infix-ops)
(#102) A space is required after ','. (comma-spacing)
(#102) A space is required after ','. (comma-spacing)
(#102) Requires a space before '}'. (block-spacing)
(#102) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#102) Missing semicolon. (semi)
(#102) A space is required after ','. (comma-spacing)
(#102) Missing space before value for key 'removeData'. (key-spacing)
(#102) Requires a space after '{'. (block-spacing)
(#102) Statement inside of curly braces should be on next line. (brace-style)
(#102) Missing space before opening brace. (space-before-blocks)
(#102) Requires a space after '{'. (block-spacing)
(#102) Statement inside of curly braces should be on next line. (brace-style)
(#102) Missing space before opening brace. (space-before-blocks)
(#102) A space is required after ','. (comma-spacing)
(#102) Requires a space before '}'. (block-spacing)
(#102) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#102) Missing semicolon. (semi)
(#102) Requires a space before '}'. (block-spacing)
(#102) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#102) Missing semicolon. (semi)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) Missing space before value for key 'queue'. (key-spacing)
(#102) Expected to return a value at the end of method 'queue'. (consistent-return)
(#102) A space is required after ','. (comma-spacing)
(#102) A space is required after ','. (comma-spacing)
(#102) Requires a space after '{'. (block-spacing)
(#102) Statement inside of curly braces should be on next line. (brace-style)
(#102) Missing space before opening brace. (space-before-blocks)
(#102) Expected space(s) after "if". (keyword-spacing)
(#102) Requires a space after '{'. (block-spacing)
(#102) Statement inside of curly braces should be on next line. (brace-style)
(#102) Missing space before opening brace. (space-before-blocks)
(#102) Operator '=' must be spaced. (space-infix-ops)
(#102) Operator '||' must be spaced. (space-infix-ops)
(#102) Operator '+' must be spaced. (space-infix-ops)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) Operator '=' must be spaced. (space-infix-ops)
(#102) A space is required after ','. (comma-spacing)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#102) Operator '&&' must be spaced. (space-infix-ops)
(#102) Operator '||' must be spaced. (space-infix-ops)
(#102) Operator '?' must be spaced. (space-infix-ops)
(#102) Operator '=' must be spaced. (space-infix-ops)
(#102) A space is required after ','. (comma-spacing)
(#102) A space is required after ','. (comma-spacing)
(#102) Operator ':' must be spaced. (space-infix-ops)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) Operator '||' must be spaced. (space-infix-ops)
(#102) Requires a space before '}'. (block-spacing)
(#102) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#102) Missing semicolon. (semi)
(#102) Requires a space before '}'. (block-spacing)
(#102) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#102) A space is required after ','. (comma-spacing)
(#102) Missing space before value for key 'dequeue'. (key-spacing)
(#102) A space is required after ','. (comma-spacing)
(#102) Requires a space after '{'. (block-spacing)
(#102) Statement inside of curly braces should be on next line. (brace-style)
(#102) Missing space before opening brace. (space-before-blocks)
(#102) Operator '=' must be spaced. (space-infix-ops)
(#102) Operator '||' must be spaced. (space-infix-ops)
(#103) This line has a length of 503. Maximum allowed is 132. (max-len)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) A space is required after ','. (comma-spacing)
(#103) A space is required after ','. (comma-spacing)
(#103) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) A space is required after ','. (comma-spacing)
(#103) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) A space is required after ','. (comma-spacing)
(#103) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) A space is required after ','. (comma-spacing)
(#103) A space is required after ','. (comma-spacing)
(#103) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) Requires a space after '{'. (block-spacing)
(#103) Statement inside of curly braces should be on next line. (brace-style)
(#103) Missing space before opening brace. (space-before-blocks)
(#103) A space is required after ','. (comma-spacing)
(#103) Requires a space before '}'. (block-spacing)
(#103) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#103) Missing semicolon. (semi)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#103) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#103) Operator '===' must be spaced. (space-infix-ops)
(#103) Operator '&&' must be spaced. (space-infix-ops)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) A space is required after ','. (comma-spacing)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#103) Operator '&&' must be spaced. (space-infix-ops)
(#103) Operator '===' must be spaced. (space-infix-ops)
(#103) Operator '&&' must be spaced. (space-infix-ops)
(#103) A space is required after ','. (comma-spacing)
(#103) A space is required after ','. (comma-spacing)
(#103) A space is required after ','. (comma-spacing)
(#103) A space is required after ','. (comma-spacing)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#103) Operator '&&' must be spaced. (space-infix-ops)
(#103) Operator '&&' must be spaced. (space-infix-ops)
(#103) Requires a space before '}'. (block-spacing)
(#103) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#103) Missing semicolon. (semi)
(#103) A space is required after ','. (comma-spacing)
(#103) Missing space before value for key '_queueHooks'. (key-spacing)
(#103) A space is required after ','. (comma-spacing)
(#103) Requires a space after '{'. (block-spacing)
(#103) Statement inside of curly braces should be on next line. (brace-style)
(#103) Missing space before opening brace. (space-before-blocks)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) Operator '+' must be spaced. (space-infix-ops)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) A space is required after ','. (comma-spacing)
(#103) Operator '||' must be spaced. (space-infix-ops)
(#103) A space is required after ','. (comma-spacing)
(#103) A space is required after ','. (comma-spacing)
(#103) Missing space before value for key 'empty'. (key-spacing)
(#103) Requires a space after '{'. (block-spacing)
(#103) Statement inside of curly braces should be on next line. (brace-style)
(#103) Missing space before opening brace. (space-before-blocks)
(#103) A space is required after ','. (comma-spacing)
(#103) Operator '+' must be spaced. (space-infix-ops)
(#103) A space is required after ','. (comma-spacing)
(#103) Requires a space before '}'. (block-spacing)
(#103) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#103) Missing semicolon. (semi)
(#103) Requires a space before '}'. (block-spacing)
(#103) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#103) Missing semicolon. (semi)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Missing space before value for key 'queue'. (key-spacing)
(#103) A space is required after ','. (comma-spacing)
(#103) Requires a space after '{'. (block-spacing)
(#103) Statement inside of curly braces should be on next line. (brace-style)
(#103) Missing space before opening brace. (space-before-blocks)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#103) Operator '!==' must be spaced. (space-infix-ops)
(#103) Operator '&&' must be spaced. (space-infix-ops)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) A space is required after ','. (comma-spacing)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) A space is required after ','. (comma-spacing)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Do not nest ternary expressions. (no-nested-ternary)
(#103) Operator '<' must be spaced. (space-infix-ops)
(#103) Operator '?' must be spaced. (space-infix-ops)
(#104) This line has a length of 504. Maximum allowed is 132. (max-len)
(#104) Operator ':' must be spaced. (space-infix-ops)
(#104) Operator '===' must be spaced. (space-infix-ops)
(#104) Operator '?' must be spaced. (space-infix-ops)
(#104) Operator ':' must be spaced. (space-infix-ops)
(#104) Requires a space after '{'. (block-spacing)
(#104) Statement inside of curly braces should be on next line. (brace-style)
(#104) Missing space before opening brace. (space-before-blocks)
(#104) Operator '=' must be spaced. (space-infix-ops)
(#104) A space is required after ','. (comma-spacing)
(#104) A space is required after ','. (comma-spacing)
(#104) Missing whitespace after semicolon. (semi-spacing)
(#104) A space is required after ','. (comma-spacing)
(#104) Missing whitespace after semicolon. (semi-spacing)
(#104) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#104) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#104) Operator '===' must be spaced. (space-infix-ops)
(#104) Operator '&&' must be spaced. (space-infix-ops)
(#104) Operator '!==' must be spaced. (space-infix-ops)
(#104) Operator '&&' must be spaced. (space-infix-ops)
(#104) A space is required after ','. (comma-spacing)
(#104) Requires a space before '}'. (block-spacing)
(#104) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#104) Missing semicolon. (semi)
(#104) Requires a space before '}'. (block-spacing)
(#104) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#104) Missing semicolon. (semi)
(#104) A space is required after ','. (comma-spacing)
(#104) Missing space before value for key 'dequeue'. (key-spacing)
(#104) Requires a space after '{'. (block-spacing)
(#104) Statement inside of curly braces should be on next line. (brace-style)
(#104) Missing space before opening brace. (space-before-blocks)
(#104) Requires a space after '{'. (block-spacing)
(#104) Statement inside of curly braces should be on next line. (brace-style)
(#104) Missing space before opening brace. (space-before-blocks)
(#104) A space is required after ','. (comma-spacing)
(#104) Requires a space before '}'. (block-spacing)
(#104) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#104) Missing semicolon. (semi)
(#104) Requires a space before '}'. (block-spacing)
(#104) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#104) Missing semicolon. (semi)
(#104) A space is required after ','. (comma-spacing)
(#104) Missing space before value for key 'clearQueue'. (key-spacing)
(#104) Requires a space after '{'. (block-spacing)
(#104) Statement inside of curly braces should be on next line. (brace-style)
(#104) Missing space before opening brace. (space-before-blocks)
(#104) Operator '||' must be spaced. (space-infix-ops)
(#104) A space is required after ','. (comma-spacing)
(#104) Requires a space before '}'. (block-spacing)
(#104) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#104) Missing semicolon. (semi)
(#104) A space is required after ','. (comma-spacing)
(#104) Missing space before value for key 'promise'. (key-spacing)
(#104) A space is required after ','. (comma-spacing)
(#104) Requires a space after '{'. (block-spacing)
(#104) Statement inside of curly braces should be on next line. (brace-style)
(#104) Missing space before opening brace. (space-before-blocks)
(#104) A space is required after ','. (comma-spacing)
(#104) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#104) Operator '=' must be spaced. (space-infix-ops)
(#104) A space is required after ','. (comma-spacing)
(#104) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#104) Operator '=' must be spaced. (space-infix-ops)
(#104) A space is required after ','. (comma-spacing)
(#104) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#104) Operator '=' must be spaced. (space-infix-ops)
(#104) A space is required after ','. (comma-spacing)
(#104) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#104) Operator '=' must be spaced. (space-infix-ops)
(#104) A space is required after ','. (comma-spacing)
(#104) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#104) Operator '=' must be spaced. (space-infix-ops)
(#104) Requires a space after '{'. (block-spacing)
(#104) Statement inside of curly braces should be on next line. (brace-style)
(#104) Missing space before opening brace. (space-before-blocks)
(#104) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#104) Operator '||' must be spaced. (space-infix-ops)
(#104) A space is required after ','. (comma-spacing)
(#104) Requires a space before '}'. (block-spacing)
(#104) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#104) Missing semicolon. (semi)
(#104) Missing whitespace after semicolon. (semi-spacing)
(#104) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#104) Operator '!==' must be spaced. (space-infix-ops)
(#104) Operator '&&' must be spaced. (space-infix-ops)
(#104) Operator '=' must be spaced. (space-infix-ops)
(#104) A space is required after ','. (comma-spacing)
(#104) Operator '=' must be spaced. (space-infix-ops)
(#104) Missing whitespace after semicolon. (semi-spacing)
(#104) Expected space(s) after "for". (keyword-spacing)
(#104) Operator '=' must be spaced. (space-infix-ops)
(#104) Operator '||' must be spaced. (space-infix-ops)
(#104) Missing whitespace after semicolon. (semi-spacing)
(#104) Expected { after 'for' condition. (curly)
(#104) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#104) Operator '=' must be spaced. (space-infix-ops)
(#104) A space is required after ','. (comma-spacing)
(#104) Operator '+' must be spaced. (space-infix-ops)
(#104) Operator '&&' must be spaced. (space-infix-ops)
(#104) Operator '&&' must be spaced. (space-infix-ops)
(#104) A space is required after ','. (comma-spacing)
(#104) Missing whitespace after semicolon. (semi-spacing)
(#104) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#104) Missing whitespace after semicolon. (semi-spacing)
(#104) Requires a space before '}'. (block-spacing)
(#104) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#104) Missing semicolon. (semi)
(#105) This line has a length of 514. Maximum allowed is 132. (max-len)
(#105) Operator '=' must be spaced. (space-infix-ops)
(#105) A space is required after ','. (comma-spacing)
(#105) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#105) Operator '=' must be spaced. (space-infix-ops)
(#105) Operator '+' must be spaced. (space-infix-ops)
(#105) Operator '+' must be spaced. (space-infix-ops)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#105) Operator '=' must be spaced. (space-infix-ops)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#105) Operator '=' must be spaced. (space-infix-ops)
(#105) A space is required after ','. (comma-spacing)
(#105) Requires a space after '{'. (block-spacing)
(#105) Statement inside of curly braces should be on next line. (brace-style)
(#105) Missing space before opening brace. (space-before-blocks)
(#105) Operator '=' must be spaced. (space-infix-ops)
(#105) Operator '||' must be spaced. (space-infix-ops)
(#105) Missing whitespace after semicolon. (semi-spacing)
(#105) Expected space(s) after "return". (keyword-spacing)
(#105) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#105) Operator '===' must be spaced. (space-infix-ops)
(#105) A space is required after ','. (comma-spacing)
(#105) Operator '||' must be spaced. (space-infix-ops)
(#105) A space is required after ','. (comma-spacing)
(#105) Requires a space before '}'. (block-spacing)
(#105) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#105) Missing semicolon. (semi)
(#105) A space is required after ','. (comma-spacing)
(#105) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#105) Operator '=' must be spaced. (space-infix-ops)
(#105) A space is required after ','. (comma-spacing)
(#105) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#105) Operator '=' must be spaced. (space-infix-ops)
(#105) A space is required after ','. (comma-spacing)
(#105) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#105) Operator '=' must be spaced. (space-infix-ops)
(#105) A space is required after ','. (comma-spacing)
(#105) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#105) Operator '=' must be spaced. (space-infix-ops)
(#105) Missing space before value for key 'option'. (key-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) Missing space before value for key 'thead'. (key-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) Missing space before value for key 'col'. (key-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) Missing space before value for key 'tr'. (key-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) Missing space before value for key 'td'. (key-spacing)
(#105) A space is required after ','. (comma-spacing)
(#106) This line has a length of 532. Maximum allowed is 132. (max-len)
(#106) A space is required after ','. (comma-spacing)
(#106) Missing space before value for key '_default'. (key-spacing)
(#106) A space is required after ','. (comma-spacing)
(#106) A space is required after ','. (comma-spacing)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) Operator '=' must be spaced. (space-infix-ops)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#106) Operator '=' must be spaced. (space-infix-ops)
(#106) Operator '=' must be spaced. (space-infix-ops)
(#106) Operator '=' must be spaced. (space-infix-ops)
(#106) Operator '=' must be spaced. (space-infix-ops)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) Operator '=' must be spaced. (space-infix-ops)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) Operator '=' must be spaced. (space-infix-ops)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) Requires a space after '{'. (block-spacing)
(#106) Statement inside of curly braces should be on next line. (brace-style)
(#106) Missing space before opening brace. (space-before-blocks)
(#106) Operator '=' must be spaced. (space-infix-ops)
(#106) A space is required after ','. (comma-spacing)
(#106) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#106) Operator '=' must be spaced. (space-infix-ops)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) A space is required after ','. (comma-spacing)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) A space is required after ','. (comma-spacing)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) A space is required after ','. (comma-spacing)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) Operator '=' must be spaced. (space-infix-ops)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) Operator '=' must be spaced. (space-infix-ops)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) Operator '=' must be spaced. (space-infix-ops)
(#106) Requires a space before '}'. (block-spacing)
(#106) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#106) Missing semicolon. (semi)
(#107) This line has a length of 501. Maximum allowed is 132. (max-len)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Missing space before value for key 'global'. (key-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'add'. (key-spacing)
(#107) Method 'add' has a complexity of 24. Maximum allowed is 20. (complexity)
(#107) A space is required after ','. (comma-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Requires a space after '{'. (block-spacing)
(#107) Statement inside of curly braces should be on next line. (brace-style)
(#107) Missing space before opening brace. (space-before-blocks)
(#107) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#107) A space is required after ','. (comma-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Expected space(s) after "if". (keyword-spacing)
(#107) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Requires a space after '{'. (block-spacing)
(#107) Statement inside of curly braces should be on next line. (brace-style)
(#107) Missing space before opening brace. (space-before-blocks)
(#107) Expected space(s) after "if". (keyword-spacing)
(#107) Requires a space after '{'. (block-spacing)
(#107) Statement inside of curly braces should be on next line. (brace-style)
(#107) Missing space before opening brace. (space-before-blocks)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Requires a space before '}'. (block-spacing)
(#107) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#107) Missing semicolon. (semi)
(#107) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#107) Operator '||' must be spaced. (space-infix-ops)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Operator '||' must be spaced. (space-infix-ops)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Operator '||' must be spaced. (space-infix-ops)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Requires a space after '{'. (block-spacing)
(#107) Statement inside of curly braces should be on next line. (brace-style)
(#107) Missing space before opening brace. (space-before-blocks)
(#107) Expected space(s) after "return". (keyword-spacing)
(#107) Operator '!==' must be spaced. (space-infix-ops)
(#107) Operator '&&' must be spaced. (space-infix-ops)
(#107) Operator '!==' must be spaced. (space-infix-ops)
(#107) Operator '?' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Operator ':' must be spaced. (space-infix-ops)
(#107) Requires a space before '}'. (block-spacing)
(#107) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#107) Missing semicolon. (semi)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Operator '||' must be spaced. (space-infix-ops)
(#107) Operator '||' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Expected space(s) after "for". (keyword-spacing)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Requires a space after '{'. (block-spacing)
(#107) Statement inside of curly braces should be on next line. (brace-style)
(#107) Missing space before opening brace. (space-before-blocks)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Operator '||' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#108) This line has a length of 502. Maximum allowed is 132. (max-len)
(#108) Operator '||' must be spaced. (space-infix-ops)
(#108) Missing whitespace after semicolon. (semi-spacing)
(#108) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#108) Operator '&&' must be spaced. (space-infix-ops)
(#108) Operator '=' must be spaced. (space-infix-ops)
(#108) Operator '||' must be spaced. (space-infix-ops)
(#108) A space is required after ','. (comma-spacing)
(#108) Operator '=' must be spaced. (space-infix-ops)
(#108) Operator '?' must be spaced. (space-infix-ops)
(#108) Operator ':' must be spaced. (space-infix-ops)
(#108) Operator '||' must be spaced. (space-infix-ops)
(#108) A space is required after ','. (comma-spacing)
(#108) Operator '=' must be spaced. (space-infix-ops)
(#108) Operator '||' must be spaced. (space-infix-ops)
(#108) A space is required after ','. (comma-spacing)
(#108) Operator '=' must be spaced. (space-infix-ops)
(#108) Missing space before value for key 'type'. (key-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) Missing space before value for key 'origType'. (key-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) Missing space before value for key 'data'. (key-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) Missing space before value for key 'handler'. (key-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) Missing space before value for key 'guid'. (key-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) Missing space before value for key 'selector'. (key-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) Missing space before value for key 'needsContext'. (key-spacing)
(#108) Operator '&&' must be spaced. (space-infix-ops)
(#108) A space is required after ','. (comma-spacing)
(#108) Missing space before value for key 'namespace'. (key-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) 'ea' used outside of binding context. (block-scoped-var)
(#108) A space is required after ','. (comma-spacing)
(#108) Operator '=' must be spaced. (space-infix-ops)
(#108) Operator '||' must be spaced. (space-infix-ops)
(#108) Operator '=' must be spaced. (space-infix-ops)
(#108) Operator '=' must be spaced. (space-infix-ops)
(#108) A space is required after ','. (comma-spacing)
(#108) Operator '=' must be spaced. (space-infix-ops)
(#108) A space is required after ','. (comma-spacing)
(#108) Operator '&&' must be spaced. (space-infix-ops)
(#108) Operator '!==' must be spaced. (space-infix-ops)
(#108) A space is required after ','. (comma-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) Operator '||' must be spaced. (space-infix-ops)
(#108) Operator '&&' must be spaced. (space-infix-ops)
(#108) A space is required after ','. (comma-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) Operator '&&' must be spaced. (space-infix-ops)
(#108) A space is required after ','. (comma-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) Operator '||' must be spaced. (space-infix-ops)
(#108) Operator '=' must be spaced. (space-infix-ops)
(#108) A space is required after ','. (comma-spacing)
(#108) Operator '?' must be spaced. (space-infix-ops)
(#108) A space is required after ','. (comma-spacing)
(#109) This line has a length of 522. Maximum allowed is 132. (max-len)
(#109) Operator ':' must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Operator '=' must be spaced. (space-infix-ops)
(#109) Requires a space before '}'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Requires a space before '}'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'remove'. (key-spacing)
(#109) Method 'remove' has a complexity of 34. Maximum allowed is 20. (complexity)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#109) Operator '=' must be spaced. (space-infix-ops)
(#109) Operator '&&' must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#109) Operator '&&' must be spaced. (space-infix-ops)
(#109) Operator '=' must be spaced. (space-infix-ops)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Operator '=' must be spaced. (space-infix-ops)
(#109) Operator '||' must be spaced. (space-infix-ops)
(#109) Operator '||' must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "for". (keyword-spacing)
(#109) Operator '=' must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Operator '=' must be spaced. (space-infix-ops)
(#109) Operator '||' must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Operator '=' must be spaced. (space-infix-ops)
(#109) Operator '=' must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Operator '=' must be spaced. (space-infix-ops)
(#109) Operator '||' must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Operator '=' must be spaced. (space-infix-ops)
(#109) Operator '||' must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Operator '=' must be spaced. (space-infix-ops)
(#109) Operator '?' must be spaced. (space-infix-ops)
(#109) Operator ':' must be spaced. (space-infix-ops)
(#109) Operator '||' must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Operator '=' must be spaced. (space-infix-ops)
(#109) Operator '||' must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Operator '=' must be spaced. (space-infix-ops)
(#109) Operator '&&' must be spaced. (space-infix-ops)
(#109) Operator '+' must be spaced. (space-infix-ops)
(#109) Operator '+' must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected space(s) after "for". (keyword-spacing)
(#109) Operator '=' must be spaced. (space-infix-ops)
(#109) Operator '=' must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Operator '=' must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#109) Operator '&&' must be spaced. (space-infix-ops)
(#109) Operator '!==' must be spaced. (space-infix-ops)
(#109) Operator '||' must be spaced. (space-infix-ops)
(#109) Operator '&&' must be spaced. (space-infix-ops)
(#109) Operator '!==' must be spaced. (space-infix-ops)
(#109) Operator '||' must be spaced. (space-infix-ops)
(#109) Operator '&&' must be spaced. (space-infix-ops)
(#109) Operator '||' must be spaced. (space-infix-ops)
(#110) This line has a length of 513. Maximum allowed is 132. (max-len)
(#110) Operator '&&' must be spaced. (space-infix-ops)
(#110) Operator '!==' must be spaced. (space-infix-ops)
(#110) Operator '&&' must be spaced. (space-infix-ops)
(#110) Operator '!==' must be spaced. (space-infix-ops)
(#110) Operator '||' must be spaced. (space-infix-ops)
(#110) Operator '||' must be spaced. (space-infix-ops)
(#110) A space is required after ','. (comma-spacing)
(#110) A space is required after ','. (comma-spacing)
(#110) Operator '&&' must be spaced. (space-infix-ops)
(#110) A space is required after ','. (comma-spacing)
(#110) Operator '&&' must be spaced. (space-infix-ops)
(#110) A space is required after ','. (comma-spacing)
(#110) Requires a space before '}'. (block-spacing)
(#110) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#110) Missing semicolon. (semi)
(#110) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#110) Operator '&&' must be spaced. (space-infix-ops)
(#110) Operator '&&' must be spaced. (space-infix-ops)
(#110) Operator '&&' must be spaced. (space-infix-ops)
(#110) Operator '!==' must be spaced. (space-infix-ops)
(#110) A space is required after ','. (comma-spacing)
(#110) A space is required after ','. (comma-spacing)
(#110) Operator '||' must be spaced. (space-infix-ops)
(#110) A space is required after ','. (comma-spacing)
(#110) A space is required after ','. (comma-spacing)
(#110) A space is required after ','. (comma-spacing)
(#110) Requires a space before '}'. (block-spacing)
(#110) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#110) Missing semicolon. (semi)
(#110) Expected space(s) before "else". (keyword-spacing)
(#110) Expected { after 'else'. (curly)
(#110) Expected space(s) after "for". (keyword-spacing)
(#110) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#110) Expected { after 'for-in'. (curly)
(#110) A space is required after ','. (comma-spacing)
(#110) Operator '+' must be spaced. (space-infix-ops)
(#110) A space is required after ','. (comma-spacing)
(#110) A space is required after ','. (comma-spacing)
(#110) A space is required after ','. (comma-spacing)
(#110) Requires a space before '}'. (block-spacing)
(#110) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#110) Missing semicolon. (semi)
(#110) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#110) Operator '&&' must be spaced. (space-infix-ops)
(#110) A space is required after ','. (comma-spacing)
(#110) Requires a space before '}'. (block-spacing)
(#110) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#110) Missing semicolon. (semi)
(#110) Requires a space before '}'. (block-spacing)
(#110) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#110) A space is required after ','. (comma-spacing)
(#110) Missing space before value for key 'dispatch'. (key-spacing)
(#110) Expected to return a value at the end of method 'dispatch'. (consistent-return)
(#110) Requires a space after '{'. (block-spacing)
(#110) Statement inside of curly braces should be on next line. (brace-style)
(#110) Missing space before opening brace. (space-before-blocks)
(#110) Operator '=' must be spaced. (space-infix-ops)
(#110) Missing whitespace after semicolon. (semi-spacing)
(#110) A space is required after ','. (comma-spacing)
(#110) A space is required after ','. (comma-spacing)
(#110) A space is required after ','. (comma-spacing)
(#110) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#110) Operator '=' must be spaced. (space-infix-ops)
(#110) Missing whitespace after semicolon. (semi-spacing)
(#110) Operator '=' must be spaced. (space-infix-ops)
(#110) A space is required after ','. (comma-spacing)
(#110) Operator '||' must be spaced. (space-infix-ops)
(#110) Operator '||' must be spaced. (space-infix-ops)
(#110) Missing whitespace after semicolon. (semi-spacing)
(#110) Operator '=' must be spaced. (space-infix-ops)
(#110) Operator '||' must be spaced. (space-infix-ops)
(#110) Missing whitespace after semicolon. (semi-spacing)
(#110) Operator '=' must be spaced. (space-infix-ops)
(#110) Missing whitespace after semicolon. (semi-spacing)
(#110) Operator '=' must be spaced. (space-infix-ops)
(#111) This line has a length of 508. Maximum allowed is 132. (max-len)
(#111) Missing whitespace after semicolon. (semi-spacing)
(#111) Expected space(s) after "if". (keyword-spacing)
(#111) Operator '||' must be spaced. (space-infix-ops)
(#111) Operator '!==' must be spaced. (space-infix-ops)
(#111) A space is required after ','. (comma-spacing)
(#111) Requires a space after '{'. (block-spacing)
(#111) Statement inside of curly braces should be on next line. (brace-style)
(#111) Missing space before opening brace. (space-before-blocks)
(#111) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#111) Operator '=' must be spaced. (space-infix-ops)
(#111) A space is required after ','. (comma-spacing)
(#111) A space is required after ','. (comma-spacing)
(#111) Missing whitespace after semicolon. (semi-spacing)
(#111) Expected space(s) after "for". (keyword-spacing)
(#111) Operator '=' must be spaced. (space-infix-ops)
(#111) Missing whitespace after semicolon. (semi-spacing)
(#111) Operator '=' must be spaced. (space-infix-ops)
(#111) Operator '&&' must be spaced. (space-infix-ops)
(#111) Expected { after 'for' condition. (curly)
(#111) Expected space(s) before "for". (keyword-spacing)
(#111) Expected space(s) after "for". (keyword-spacing)
(#111) Operator '=' must be spaced. (space-infix-ops)
(#111) A space is required after ','. (comma-spacing)
(#111) Operator '=' must be spaced. (space-infix-ops)
(#111) Missing whitespace after semicolon. (semi-spacing)
(#111) Operator '=' must be spaced. (space-infix-ops)
(#111) Operator '&&' must be spaced. (space-infix-ops)
(#111) Expected { after 'for' condition. (curly)
(#111) Expected space(s) before "if". (keyword-spacing)
(#111) Expected space(s) after "if". (keyword-spacing)
(#111) Operator '||' must be spaced. (space-infix-ops)
(#111) Expected { after 'if' condition. (curly)
(#111) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#111) Operator '=' must be spaced. (space-infix-ops)
(#111) Unexpected use of comma operator. (no-sequences)
(#111) A space is required after ','. (comma-spacing)
(#111) Operator '=' must be spaced. (space-infix-ops)
(#111) A space is required after ','. (comma-spacing)
(#111) Operator '=' must be spaced. (space-infix-ops)
(#111) Operator '||' must be spaced. (space-infix-ops)
(#111) Operator '||' must be spaced. (space-infix-ops)
(#111) A space is required after ','. (comma-spacing)
(#111) A space is required after ','. (comma-spacing)
(#111) Operator '!==' must be spaced. (space-infix-ops)
(#111) Operator '&&' must be spaced. (space-infix-ops)
(#111) Operator '===' must be spaced. (space-infix-ops)
(#111) Operator '=' must be spaced. (space-infix-ops)
(#111) Operator '&&' must be spaced. (space-infix-ops)
(#111) A space is required after ','. (comma-spacing)
(#111) Missing whitespace after semicolon. (semi-spacing)
(#111) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#111) Operator '&&' must be spaced. (space-infix-ops)
(#111) A space is required after ','. (comma-spacing)
(#111) Missing whitespace after semicolon. (semi-spacing)
(#111) Requires a space before '}'. (block-spacing)
(#111) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#111) Missing semicolon. (semi)
(#111) Requires a space before '}'. (block-spacing)
(#111) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#112) This line has a length of 623. Maximum allowed is 132. (max-len)
(#112) Missing space before value for key 'handlers'. (key-spacing)
(#112) A space is required after ','. (comma-spacing)
(#112) Requires a space after '{'. (block-spacing)
(#112) Statement inside of curly braces should be on next line. (brace-style)
(#112) Missing space before opening brace. (space-before-blocks)
(#112) A space is required after ','. (comma-spacing)
(#112) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#112) A space is required after ','. (comma-spacing)
(#112) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#112) A space is required after ','. (comma-spacing)
(#112) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Expected space(s) after "if". (keyword-spacing)
(#112) Operator '&&' must be spaced. (space-infix-ops)
(#112) Operator '&&' must be spaced. (space-infix-ops)
(#112) Operator '!==' must be spaced. (space-infix-ops)
(#112) Operator '||' must be spaced. (space-infix-ops)
(#112) Operator '||' must be spaced. (space-infix-ops)
(#112) Operator '>' must be spaced. (space-infix-ops)
(#112) Expected { after 'if' condition. (curly)
(#112) Expected space(s) before "for". (keyword-spacing)
(#112) Expected space(s) after "for". (keyword-spacing)
(#112) Operator '!==' must be spaced. (space-infix-ops)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#112) Operator '||' must be spaced. (space-infix-ops)
(#112) Expected { after 'for' condition. (curly)
(#112) Expected space(s) before "if". (keyword-spacing)
(#112) Expected space(s) after "if". (keyword-spacing)
(#112) Operator '===' must be spaced. (space-infix-ops)
(#112) Operator '&&' must be spaced. (space-infix-ops)
(#112) Operator '!==' must be spaced. (space-infix-ops)
(#112) Operator '||' must be spaced. (space-infix-ops)
(#112) Operator '!==' must be spaced. (space-infix-ops)
(#112) Requires a space after '{'. (block-spacing)
(#112) Statement inside of curly braces should be on next line. (brace-style)
(#112) Missing space before opening brace. (space-before-blocks)
(#112) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Expected space(s) after "for". (keyword-spacing)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Operator '<' must be spaced. (space-infix-ops)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Requires a space after '{'. (block-spacing)
(#112) Statement inside of curly braces should be on next line. (brace-style)
(#112) Missing space before opening brace. (space-before-blocks)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#112) Operator '+' must be spaced. (space-infix-ops)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#112) Operator '===' must be spaced. (space-infix-ops)
(#112) Operator '&&' must be spaced. (space-infix-ops)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#112) Operator '?' must be spaced. (space-infix-ops)
(#112) Operator '<' must be spaced. (space-infix-ops)
(#112) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#112) A space is required after ','. (comma-spacing)
(#112) Operator ':' must be spaced. (space-infix-ops)
(#112) A space is required after ','. (comma-spacing)
(#112) A space is required after ','. (comma-spacing)
(#112) A space is required after ','. (comma-spacing)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#112) Operator '&&' must be spaced. (space-infix-ops)
(#112) Requires a space before '}'. (block-spacing)
(#112) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#112) Missing semicolon. (semi)
(#112) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#112) Operator '&&' must be spaced. (space-infix-ops)
(#112) Missing space before value for key 'elem'. (key-spacing)
(#112) A space is required after ','. (comma-spacing)
(#112) Missing space before value for key 'handlers'. (key-spacing)
(#112) Requires a space before '}'. (block-spacing)
(#112) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#112) Missing semicolon. (semi)
(#112) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#112) Operator '<' must be spaced. (space-infix-ops)
(#112) Operator '&&' must be spaced. (space-infix-ops)
(#112) Missing space before value for key 'elem'. (key-spacing)
(#112) A space is required after ','. (comma-spacing)
(#112) Missing space before value for key 'handlers'. (key-spacing)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Requires a space before '}'. (block-spacing)
(#112) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#112) Missing semicolon. (semi)
(#112) A space is required after ','. (comma-spacing)
(#112) Missing space before value for key 'props'. (key-spacing)
(#113) This line has a length of 503. Maximum allowed is 132. (max-len)
(#113) Missing space before value for key 'fixHooks'. (key-spacing)
(#113) A space is required after ','. (comma-spacing)
(#113) Missing space before value for key 'keyHooks'. (key-spacing)
(#113) Missing space before value for key 'props'. (key-spacing)
(#113) A space is required after ','. (comma-spacing)
(#113) A space is required after ','. (comma-spacing)
(#113) A space is required after ','. (comma-spacing)
(#113) A space is required after ','. (comma-spacing)
(#113) Missing space before value for key 'filter'. (key-spacing)
(#113) A space is required after ','. (comma-spacing)
(#113) Requires a space after '{'. (block-spacing)
(#113) Statement inside of curly braces should be on next line. (brace-style)
(#113) Missing space before opening brace. (space-before-blocks)
(#113) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#113) Use '===' to compare with null. (no-eq-null)
(#113) Operator '==' must be spaced. (space-infix-ops)
(#113) Operator '&&' must be spaced. (space-infix-ops)
(#113) Operator '=' must be spaced. (space-infix-ops)
(#113) Use '===' to compare with null. (no-eq-null)
(#113) Operator '!=' must be spaced. (space-infix-ops)
(#113) Operator '?' must be spaced. (space-infix-ops)
(#113) Operator ':' must be spaced. (space-infix-ops)
(#113) Missing whitespace after semicolon. (semi-spacing)
(#113) Requires a space before '}'. (block-spacing)
(#113) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#113) Missing semicolon. (semi)
(#113) A space is required after ','. (comma-spacing)
(#113) Missing space before value for key 'mouseHooks'. (key-spacing)
(#113) Missing space before value for key 'props'. (key-spacing)
(#113) A space is required after ','. (comma-spacing)
(#113) Missing space before value for key 'filter'. (key-spacing)
(#113) Method 'filter' has a complexity of 25. Maximum allowed is 20. (complexity)
(#113) A space is required after ','. (comma-spacing)
(#113) Requires a space after '{'. (block-spacing)
(#113) Statement inside of curly braces should be on next line. (brace-style)
(#113) Missing space before opening brace. (space-before-blocks)
(#113) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#113) Operator '=' must be spaced. (space-infix-ops)
(#113) Missing whitespace after semicolon. (semi-spacing)
(#113) Expected space(s) after "if". (keyword-spacing)
(#113) Use '===' to compare with null. (no-eq-null)
(#113) Operator '==' must be spaced. (space-infix-ops)
(#113) Operator '&&' must be spaced. (space-infix-ops)
(#113) Use '===' to compare with null. (no-eq-null)
(#113) Operator '!=' must be spaced. (space-infix-ops)
(#113) Requires a space after '{'. (block-spacing)
(#113) Statement inside of curly braces should be on next line. (brace-style)
(#113) Missing space before opening brace. (space-before-blocks)
(#113) Operator '=' must be spaced. (space-infix-ops)
(#113) Operator '||' must be spaced. (space-infix-ops)
(#113) Missing whitespace after semicolon. (semi-spacing)
(#113) Operator '=' must be spaced. (space-infix-ops)
(#113) Missing whitespace after semicolon. (semi-spacing)
(#113) Operator '=' must be spaced. (space-infix-ops)
(#113) Missing whitespace after semicolon. (semi-spacing)
(#113) Operator '=' must be spaced. (space-infix-ops)
(#113) Operator '+' must be spaced. (space-infix-ops)
(#113) Operator '&&' must be spaced. (space-infix-ops)
(#113) Operator '||' must be spaced. (space-infix-ops)
(#113) Operator '&&' must be spaced. (space-infix-ops)
(#113) Operator '||' must be spaced. (space-infix-ops)
(#113) Operator '-' must be spaced. (space-infix-ops)
(#113) Operator '&&' must be spaced. (space-infix-ops)
(#113) Operator '||' must be spaced. (space-infix-ops)
(#113) Operator '&&' must be spaced. (space-infix-ops)
(#113) Operator '||' must be spaced. (space-infix-ops)
(#114) This line has a length of 515. Maximum allowed is 132. (max-len)
(#114) Missing whitespace after semicolon. (semi-spacing)
(#114) Operator '=' must be spaced. (space-infix-ops)
(#114) Operator '+' must be spaced. (space-infix-ops)
(#114) Operator '&&' must be spaced. (space-infix-ops)
(#114) Operator '||' must be spaced. (space-infix-ops)
(#114) Operator '&&' must be spaced. (space-infix-ops)
(#114) Operator '||' must be spaced. (space-infix-ops)
(#114) Operator '-' must be spaced. (space-infix-ops)
(#114) Operator '&&' must be spaced. (space-infix-ops)
(#114) Operator '||' must be spaced. (space-infix-ops)
(#114) Operator '&&' must be spaced. (space-infix-ops)
(#114) Operator '||' must be spaced. (space-infix-ops)
(#114) Requires a space before '}'. (block-spacing)
(#114) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#114) Missing semicolon. (semi)
(#114) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#114) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#114) Operator '||' must be spaced. (space-infix-ops)
(#114) Operator '===' must be spaced. (space-infix-ops)
(#114) Operator '||' must be spaced. (space-infix-ops)
(#114) Operator '=' must be spaced. (space-infix-ops)
(#114) Do not nest ternary expressions. (no-nested-ternary)
(#114) Unexpected use of '&'. (no-bitwise)
(#114) Operator '&' must be spaced. (space-infix-ops)
(#114) Operator '?' must be spaced. (space-infix-ops)
(#114) Operator ':' must be spaced. (space-infix-ops)
(#114) Do not nest ternary expressions. (no-nested-ternary)
(#114) Unexpected use of '&'. (no-bitwise)
(#114) Operator '&' must be spaced. (space-infix-ops)
(#114) Operator '?' must be spaced. (space-infix-ops)
(#114) Operator ':' must be spaced. (space-infix-ops)
(#114) Unexpected use of '&'. (no-bitwise)
(#114) Operator '&' must be spaced. (space-infix-ops)
(#114) Operator '?' must be spaced. (space-infix-ops)
(#114) Operator ':' must be spaced. (space-infix-ops)
(#114) Missing whitespace after semicolon. (semi-spacing)
(#114) Requires a space before '}'. (block-spacing)
(#114) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#114) Missing semicolon. (semi)
(#114) A space is required after ','. (comma-spacing)
(#114) Missing space before value for key 'fix'. (key-spacing)
(#114) Requires a space after '{'. (block-spacing)
(#114) Statement inside of curly braces should be on next line. (brace-style)
(#114) Missing space before opening brace. (space-before-blocks)
(#114) Expected space(s) after "if". (keyword-spacing)
(#114) Expected { after 'if' condition. (curly)
(#114) Expected space(s) before "return". (keyword-spacing)
(#114) Missing whitespace after semicolon. (semi-spacing)
(#114) Operator '=' must be spaced. (space-infix-ops)
(#114) Missing whitespace after semicolon. (semi-spacing)
(#114) Operator '=' must be spaced. (space-infix-ops)
(#114) A space is required after ','. (comma-spacing)
(#114) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#114) Operator '=' must be spaced. (space-infix-ops)
(#114) Missing whitespace after semicolon. (semi-spacing)
(#114) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#114) Operator '||' must be spaced. (space-infix-ops)
(#114) Operator '=' must be spaced. (space-infix-ops)
(#114) Operator '=' must be spaced. (space-infix-ops)
(#114) Do not nest ternary expressions. (no-nested-ternary)
(#114) Operator '?' must be spaced. (space-infix-ops)
(#114) Operator ':' must be spaced. (space-infix-ops)
(#114) Operator '?' must be spaced. (space-infix-ops)
(#114) Operator ':' must be spaced. (space-infix-ops)
(#114) Missing whitespace after semicolon. (semi-spacing)
(#114) Operator '=' must be spaced. (space-infix-ops)
(#114) Operator '?' must be spaced. (space-infix-ops)
(#114) Operator ':' must be spaced. (space-infix-ops)
(#114) Missing whitespace after semicolon. (semi-spacing)
(#114) Operator '=' must be spaced. (space-infix-ops)
(#114) Missing whitespace after semicolon. (semi-spacing)
(#114) Expected space(s) after "for". (keyword-spacing)
(#114) Operator '=' must be spaced. (space-infix-ops)
(#114) Missing whitespace after semicolon. (semi-spacing)
(#114) Requires a space after '{'. (block-spacing)
(#114) Statement inside of curly braces should be on next line. (brace-style)
(#114) Missing space before opening brace. (space-before-blocks)
(#114) Operator '=' must be spaced. (space-infix-ops)
(#114) Missing whitespace after semicolon. (semi-spacing)
(#114) Operator '=' must be spaced. (space-infix-ops)
(#114) Requires a space before '}'. (block-spacing)
(#114) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#114) Missing semicolon. (semi)
(#114) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#114) Operator '||' must be spaced. (space-infix-ops)
(#114) Operator '=' must be spaced. (space-infix-ops)
(#114) Missing whitespace after semicolon. (semi-spacing)
(#114) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#114) Operator '===' must be spaced. (space-infix-ops)
(#114) Operator '&&' must be spaced. (space-infix-ops)
(#114) Operator '=' must be spaced. (space-infix-ops)
(#114) Missing whitespace after semicolon. (semi-spacing)
(#114) Operator '?' must be spaced. (space-infix-ops)
(#115) This line has a length of 511. Maximum allowed is 132. (max-len)
(#115) A space is required after ','. (comma-spacing)
(#115) Operator ':' must be spaced. (space-infix-ops)
(#115) Requires a space before '}'. (block-spacing)
(#115) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#115) Missing semicolon. (semi)
(#115) A space is required after ','. (comma-spacing)
(#115) Missing space before value for key 'special'. (key-spacing)
(#115) Missing space before value for key 'load'. (key-spacing)
(#115) Missing space before value for key 'noBubble'. (key-spacing)
(#115) A space is required after ','. (comma-spacing)
(#115) Missing space before value for key 'focus'. (key-spacing)
(#115) Missing space before value for key 'trigger'. (key-spacing)
(#115) Expected to return a value at the end of method 'trigger'. (consistent-return)
(#115) Requires a space after '{'. (block-spacing)
(#115) Statement inside of curly braces should be on next line. (brace-style)
(#115) Missing space before opening brace. (space-before-blocks)
(#115) Expected space(s) after "if". (keyword-spacing)
(#115) Operator '!==' must be spaced. (space-infix-ops)
(#115) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#115) Operator '&&' must be spaced. (space-infix-ops)
(#115) Expected { after 'if' condition. (curly)
(#115) Expected space(s) before "return". (keyword-spacing)
(#115) Unexpected use of comma operator. (no-sequences)
(#115) A space is required after ','. (comma-spacing)
(#115) Requires a space before '}'. (block-spacing)
(#115) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#115) Missing semicolon. (semi)
(#115) A space is required after ','. (comma-spacing)
(#115) Missing space before value for key 'delegateType'. (key-spacing)
(#115) A space is required after ','. (comma-spacing)
(#115) Missing space before value for key 'blur'. (key-spacing)
(#115) Missing space before value for key 'trigger'. (key-spacing)
(#115) Expected to return a value at the end of method 'trigger'. (consistent-return)
(#115) Requires a space after '{'. (block-spacing)
(#115) Statement inside of curly braces should be on next line. (brace-style)
(#115) Missing space before opening brace. (space-before-blocks)
(#115) Expected space(s) after "if". (keyword-spacing)
(#115) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#115) Operator '===' must be spaced. (space-infix-ops)
(#115) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#115) Operator '&&' must be spaced. (space-infix-ops)
(#115) Expected { after 'if' condition. (curly)
(#115) Expected space(s) before "return". (keyword-spacing)
(#115) Unexpected use of comma operator. (no-sequences)
(#115) A space is required after ','. (comma-spacing)
(#115) Requires a space before '}'. (block-spacing)
(#115) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#115) Missing semicolon. (semi)
(#115) A space is required after ','. (comma-spacing)
(#115) Missing space before value for key 'delegateType'. (key-spacing)
(#115) A space is required after ','. (comma-spacing)
(#115) Missing space before value for key 'click'. (key-spacing)
(#115) Missing space before value for key 'trigger'. (key-spacing)
(#115) Expected to return a value at the end of method 'trigger'. (consistent-return)
(#115) Requires a space after '{'. (block-spacing)
(#115) Statement inside of curly braces should be on next line. (brace-style)
(#115) Missing space before opening brace. (space-before-blocks)
(#115) Expected space(s) after "if". (keyword-spacing)
(#115) Operator '===' must be spaced. (space-infix-ops)
(#115) Operator '&&' must be spaced. (space-infix-ops)
(#115) Operator '&&' must be spaced. (space-infix-ops)
(#115) A space is required after ','. (comma-spacing)
(#115) Expected { after 'if' condition. (curly)
(#115) Expected space(s) before "return". (keyword-spacing)
(#115) Unexpected use of comma operator. (no-sequences)
(#115) A space is required after ','. (comma-spacing)
(#115) Requires a space before '}'. (block-spacing)
(#115) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#115) Missing semicolon. (semi)
(#115) A space is required after ','. (comma-spacing)
(#115) Missing space before value for key '_default'. (key-spacing)
(#115) Requires a space after '{'. (block-spacing)
(#115) Statement inside of curly braces should be on next line. (brace-style)
(#115) Missing space before opening brace. (space-before-blocks)
(#115) A space is required after ','. (comma-spacing)
(#115) Requires a space before '}'. (block-spacing)
(#115) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#115) Missing semicolon. (semi)
(#115) A space is required after ','. (comma-spacing)
(#115) Missing space before value for key 'beforeunload'. (key-spacing)
(#115) Missing space before value for key 'postDispatch'. (key-spacing)
(#115) Requires a space after '{'. (block-spacing)
(#115) Statement inside of curly braces should be on next line. (brace-style)
(#115) Missing space before opening brace. (space-before-blocks)
(#115) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#115) Operator '!==' must be spaced. (space-infix-ops)
(#115) Operator '&&' must be spaced. (space-infix-ops)
(#115) Operator '&&' must be spaced. (space-infix-ops)
(#115) Operator '=' must be spaced. (space-infix-ops)
(#116) This line has a length of 518. Maximum allowed is 132. (max-len)
(#116) Requires a space before '}'. (block-spacing)
(#116) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#116) Missing semicolon. (semi)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) A space is required after ','. (comma-spacing)
(#116) A space is required after ','. (comma-spacing)
(#116) Requires a space after '{'. (block-spacing)
(#116) Statement inside of curly braces should be on next line. (brace-style)
(#116) Missing space before opening brace. (space-before-blocks)
(#116) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#116) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#116) Operator '&&' must be spaced. (space-infix-ops)
(#116) A space is required after ','. (comma-spacing)
(#116) Requires a space before '}'. (block-spacing)
(#116) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#116) Missing semicolon. (semi)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Expected to return a value at the end of function. (consistent-return)
(#116) A space is required after ','. (comma-spacing)
(#116) Requires a space after '{'. (block-spacing)
(#116) Statement inside of curly braces should be on next line. (brace-style)
(#116) Missing space before opening brace. (space-before-blocks)
(#116) Expected space(s) after "if". (keyword-spacing)
(#116) Expected { after 'if' condition. (curly)
(#116) Expected space(s) before "return". (keyword-spacing)
(#116) A space is required after ','. (comma-spacing)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#116) Operator '&&' must be spaced. (space-infix-ops)
(#116) Operator '?' must be spaced. (space-infix-ops)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) A space is required after ','. (comma-spacing)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) A space is required after ','. (comma-spacing)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Operator '||' must be spaced. (space-infix-ops)
(#116) Operator '===' must be spaced. (space-infix-ops)
(#116) Operator '&&' must be spaced. (space-infix-ops)
(#116) Operator '===' must be spaced. (space-infix-ops)
(#116) Operator '?' must be spaced. (space-infix-ops)
(#116) Operator ':' must be spaced. (space-infix-ops)
(#116) Operator ':' must be spaced. (space-infix-ops)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#116) Operator '&&' must be spaced. (space-infix-ops)
(#116) A space is required after ','. (comma-spacing)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Operator '&&' must be spaced. (space-infix-ops)
(#116) Operator '||' must be spaced. (space-infix-ops)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Requires a space before '}'. (block-spacing)
(#116) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#116) Missing semicolon. (semi)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Missing space before value for key 'constructor'. (key-spacing)
(#116) A space is required after ','. (comma-spacing)
(#116) Missing space before value for key 'isDefaultPrevented'. (key-spacing)
(#116) A space is required after ','. (comma-spacing)
(#116) Missing space before value for key 'isPropagationStopped'. (key-spacing)
(#116) A space is required after ','. (comma-spacing)
(#116) Missing space before value for key 'isImmediatePropagationStopped'. (key-spacing)
(#117) This line has a length of 511. Maximum allowed is 132. (max-len)
(#117) Missing space before value for key 'isSimulated'. (key-spacing)
(#117) A space is required after ','. (comma-spacing)
(#117) Missing space before value for key 'preventDefault'. (key-spacing)
(#117) Requires a space after '{'. (block-spacing)
(#117) Statement inside of curly braces should be on next line. (brace-style)
(#117) Missing space before opening brace. (space-before-blocks)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#117) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#117) Operator '&&' must be spaced. (space-infix-ops)
(#117) Operator '&&' must be spaced. (space-infix-ops)
(#117) Requires a space before '}'. (block-spacing)
(#117) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#117) Missing semicolon. (semi)
(#117) A space is required after ','. (comma-spacing)
(#117) Missing space before value for key 'stopPropagation'. (key-spacing)
(#117) Requires a space after '{'. (block-spacing)
(#117) Statement inside of curly braces should be on next line. (brace-style)
(#117) Missing space before opening brace. (space-before-blocks)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#117) Operator '&&' must be spaced. (space-infix-ops)
(#117) Operator '&&' must be spaced. (space-infix-ops)
(#117) Requires a space before '}'. (block-spacing)
(#117) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#117) Missing semicolon. (semi)
(#117) A space is required after ','. (comma-spacing)
(#117) Missing space before value for key 'stopImmediatePropagation'. (key-spacing)
(#117) Requires a space after '{'. (block-spacing)
(#117) Statement inside of curly braces should be on next line. (brace-style)
(#117) Missing space before opening brace. (space-before-blocks)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#117) Operator '&&' must be spaced. (space-infix-ops)
(#117) Operator '&&' must be spaced. (space-infix-ops)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Requires a space before '}'. (block-spacing)
(#117) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#117) Missing semicolon. (semi)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Missing space before value for key 'mouseenter'. (key-spacing)
(#117) A space is required after ','. (comma-spacing)
(#117) Missing space before value for key 'mouseleave'. (key-spacing)
(#117) A space is required after ','. (comma-spacing)
(#117) Missing space before value for key 'pointerenter'. (key-spacing)
(#118) This line has a length of 502. Maximum allowed is 132. (max-len)
(#118) Missing space before value for key 'pointerleave'. (key-spacing)
(#118) A space is required after ','. (comma-spacing)
(#118) A space is required after ','. (comma-spacing)
(#118) Requires a space after '{'. (block-spacing)
(#118) Statement inside of curly braces should be on next line. (brace-style)
(#118) Missing space before opening brace. (space-before-blocks)
(#118) Operator '=' must be spaced. (space-infix-ops)
(#118) Missing space before value for key 'delegateType'. (key-spacing)
(#118) A space is required after ','. (comma-spacing)
(#118) Missing space before value for key 'bindType'. (key-spacing)
(#118) A space is required after ','. (comma-spacing)
(#118) Missing space before value for key 'handle'. (key-spacing)
(#118) Requires a space after '{'. (block-spacing)
(#118) Statement inside of curly braces should be on next line. (brace-style)
(#118) Missing space before opening brace. (space-before-blocks)
(#118) Operator '=' must be spaced. (space-infix-ops)
(#118) A space is required after ','. (comma-spacing)
(#118) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#118) Operator '=' must be spaced. (space-infix-ops)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) Expected space(s) after "if". (keyword-spacing)
(#118) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#118) Operator '||' must be spaced. (space-infix-ops)
(#118) Operator '!==' must be spaced. (space-infix-ops)
(#118) Operator '&&' must be spaced. (space-infix-ops)
(#118) A space is required after ','. (comma-spacing)
(#118) Requires a space after '{'. (block-spacing)
(#118) Statement inside of curly braces should be on next line. (brace-style)
(#118) Missing space before opening brace. (space-before-blocks)
(#118) Operator '=' must be spaced. (space-infix-ops)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) Operator '=' must be spaced. (space-infix-ops)
(#118) A space is required after ','. (comma-spacing)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) Operator '=' must be spaced. (space-infix-ops)
(#118) Requires a space before '}'. (block-spacing)
(#118) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#118) Missing semicolon. (semi)
(#118) Expected space(s) before "return". (keyword-spacing)
(#118) 'J' used outside of binding context. (block-scoped-var)
(#118) Requires a space before '}'. (block-spacing)
(#118) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#118) Missing semicolon. (semi)
(#118) Requires a space before '}'. (block-spacing)
(#118) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#118) Missing semicolon. (semi)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) Missing space before value for key 'on'. (key-spacing)
(#118) A space is required after ','. (comma-spacing)
(#118) A space is required after ','. (comma-spacing)
(#118) A space is required after ','. (comma-spacing)
(#118) Requires a space after '{'. (block-spacing)
(#118) Statement inside of curly braces should be on next line. (brace-style)
(#118) Missing space before opening brace. (space-before-blocks)
(#118) A space is required after ','. (comma-spacing)
(#118) A space is required after ','. (comma-spacing)
(#118) A space is required after ','. (comma-spacing)
(#118) A space is required after ','. (comma-spacing)
(#118) Requires a space before '}'. (block-spacing)
(#118) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#118) Missing semicolon. (semi)
(#118) A space is required after ','. (comma-spacing)
(#118) Missing space before value for key 'one'. (key-spacing)
(#118) A space is required after ','. (comma-spacing)
(#118) A space is required after ','. (comma-spacing)
(#118) A space is required after ','. (comma-spacing)
(#118) Requires a space after '{'. (block-spacing)
(#118) Statement inside of curly braces should be on next line. (brace-style)
(#118) Missing space before opening brace. (space-before-blocks)
(#118) A space is required after ','. (comma-spacing)
(#118) A space is required after ','. (comma-spacing)
(#118) A space is required after ','. (comma-spacing)
(#118) A space is required after ','. (comma-spacing)
(#118) A space is required after ','. (comma-spacing)
(#118) Requires a space before '}'. (block-spacing)
(#118) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#118) Missing semicolon. (semi)
(#118) A space is required after ','. (comma-spacing)
(#118) Missing space before value for key 'off'. (key-spacing)
(#118) A space is required after ','. (comma-spacing)
(#118) A space is required after ','. (comma-spacing)
(#118) Requires a space after '{'. (block-spacing)
(#118) Statement inside of curly braces should be on next line. (brace-style)
(#118) Missing space before opening brace. (space-before-blocks)
(#118) Expected space(s) after "if". (keyword-spacing)
(#118) Operator '&&' must be spaced. (space-infix-ops)
(#118) Operator '&&' must be spaced. (space-infix-ops)
(#118) Requires a space after '{'. (block-spacing)
(#118) Statement inside of curly braces should be on next line. (brace-style)
(#118) Missing space before opening brace. (space-before-blocks)
(#118) Operator '=' must be spaced. (space-infix-ops)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#118) Operator '?' must be spaced. (space-infix-ops)
(#118) Operator '+' must be spaced. (space-infix-ops)
(#118) Operator '+' must be spaced. (space-infix-ops)
(#118) Operator ':' must be spaced. (space-infix-ops)
(#119) This line has a length of 507. Maximum allowed is 132. (max-len)
(#119) A space is required after ','. (comma-spacing)
(#119) A space is required after ','. (comma-spacing)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) Requires a space before '}'. (block-spacing)
(#119) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#119) Missing semicolon. (semi)
(#119) Expected space(s) before "if". (keyword-spacing)
(#119) Expected space(s) after "if". (keyword-spacing)
(#119) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#119) Operator '===' must be spaced. (space-infix-ops)
(#119) Requires a space after '{'. (block-spacing)
(#119) Statement inside of curly braces should be on next line. (brace-style)
(#119) Missing space before opening brace. (space-before-blocks)
(#119) Expected space(s) after "for". (keyword-spacing)
(#119) 'D' used outside of binding context. (block-scoped-var)
(#119) Expected { after 'for-in'. (curly)
(#119) Expected space(s) before "this". (keyword-spacing)
(#119) 'D' used outside of binding context. (block-scoped-var)
(#119) A space is required after ','. (comma-spacing)
(#119) A space is required after ','. (comma-spacing)
(#119) 'D' used outside of binding context. (block-scoped-var)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) Requires a space before '}'. (block-spacing)
(#119) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#119) Missing semicolon. (semi)
(#119) Expected space(s) before "if". (keyword-spacing)
(#119) Expected space(s) after "if". (keyword-spacing)
(#119) Operator '===' must be spaced. (space-infix-ops)
(#119) Operator '||' must be spaced. (space-infix-ops)
(#119) Operator '===' must be spaced. (space-infix-ops)
(#119) Expected { after 'if' condition. (curly)
(#119) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#119) Unexpected use of comma operator. (no-sequences)
(#119) A space is required after ','. (comma-spacing)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#119) Operator '===' must be spaced. (space-infix-ops)
(#119) Operator '&&' must be spaced. (space-infix-ops)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) Requires a space after '{'. (block-spacing)
(#119) Statement inside of curly braces should be on next line. (brace-style)
(#119) Missing space before opening brace. (space-before-blocks)
(#119) A space is required after ','. (comma-spacing)
(#119) A space is required after ','. (comma-spacing)
(#119) A space is required after ','. (comma-spacing)
(#119) Requires a space before '}'. (block-spacing)
(#119) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#119) Missing semicolon. (semi)
(#119) Requires a space before '}'. (block-spacing)
(#119) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#119) Missing semicolon. (semi)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#119) A space is required after ','. (comma-spacing)
(#119) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#119) A space is required after ','. (comma-spacing)
(#119) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#119) A space is required after ','. (comma-spacing)
(#119) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#119) A space is required after ','. (comma-spacing)
(#119) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) Missing space before value for key 'htmlPrefilter'. (key-spacing)
(#119) Requires a space after '{'. (block-spacing)
(#119) Statement inside of curly braces should be on next line. (brace-style)
(#119) Missing space before opening brace. (space-before-blocks)
(#119) A space is required after ','. (comma-spacing)
(#119) Requires a space before '}'. (block-spacing)
(#119) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#119) Missing semicolon. (semi)
(#120) This line has a length of 510. Maximum allowed is 132. (max-len)
(#120) Missing space before value for key 'clone'. (key-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) Requires a space after '{'. (block-spacing)
(#120) Statement inside of curly braces should be on next line. (brace-style)
(#120) Missing space before opening brace. (space-before-blocks)
(#120) A space is required after ','. (comma-spacing)
(#120) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) A space is required after ','. (comma-spacing)
(#120) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Expected space(s) after "if". (keyword-spacing)
(#120) Operator '||' must be spaced. (space-infix-ops)
(#120) Operator '!==' must be spaced. (space-infix-ops)
(#120) Operator '&&' must be spaced. (space-infix-ops)
(#120) Operator '!==' must be spaced. (space-infix-ops)
(#120) Operator '||' must be spaced. (space-infix-ops)
(#120) Requires a space after '{'. (block-spacing)
(#120) Statement inside of curly braces should be on next line. (brace-style)
(#120) Missing space before opening brace. (space-before-blocks)
(#120) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Expected space(s) after "for". (keyword-spacing)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Operator '<' must be spaced. (space-infix-ops)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Requires a space after '{'. (block-spacing)
(#120) Statement inside of curly braces should be on next line. (brace-style)
(#120) Missing space before opening brace. (space-before-blocks)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) A space is required after ','. (comma-spacing)
(#120) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) A space is required after ','. (comma-spacing)
(#120) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Expected space(s) after "if". (keyword-spacing)
(#120) Operator '===' must be spaced. (space-infix-ops)
(#120) Operator '&&' must be spaced. (space-infix-ops)
(#120) Expected { after 'if' condition. (curly)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Expected space(s) after "if". (keyword-spacing)
(#120) Operator '===' must be spaced. (space-infix-ops)
(#120) Operator '||' must be spaced. (space-infix-ops)
(#120) Operator '===' must be spaced. (space-infix-ops)
(#120) Expected { after 'if' condition. (curly)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) Requires a space before '}'. (block-spacing)
(#120) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#120) Missing semicolon. (semi)
(#120) Requires a space before '}'. (block-spacing)
(#120) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#120) Expected space(s) before "if". (keyword-spacing)
(#120) Expected space(s) after "if". (keyword-spacing)
(#120) Expected { after 'if' condition. (curly)
(#120) Expected space(s) before "if". (keyword-spacing)
(#120) Expected space(s) after "if". (keyword-spacing)
(#120) Expected { after 'if' condition. (curly)
(#120) Expected space(s) before "for". (keyword-spacing)
(#120) Expected space(s) after "for". (keyword-spacing)
(#120) 'Q' used outside of binding context. (block-scoped-var)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) 'Q' used outside of binding context. (block-scoped-var)
(#120) Operator '||' must be spaced. (space-infix-ops)
(#120) A space is required after ','. (comma-spacing)
(#120) 'M' used outside of binding context. (block-scoped-var)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) 'M' used outside of binding context. (block-scoped-var)
(#120) Operator '||' must be spaced. (space-infix-ops)
(#120) A space is required after ','. (comma-spacing)
(#120) 'R' used outside of binding context. (block-scoped-var)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) A space is required after ','. (comma-spacing)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) 'Q' used outside of binding context. (block-scoped-var)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) 'R' used outside of binding context. (block-scoped-var)
(#120) Operator '<' must be spaced. (space-infix-ops)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) 'R' used outside of binding context. (block-scoped-var)
(#120) Expected { after 'for' condition. (curly)
(#120) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#120) 'Q' used outside of binding context. (block-scoped-var)
(#120) 'R' used outside of binding context. (block-scoped-var)
(#120) A space is required after ','. (comma-spacing)
(#120) 'M' used outside of binding context. (block-scoped-var)
(#120) 'R' used outside of binding context. (block-scoped-var)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Expected { after 'else'. (curly)
(#120) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) 'M' used outside of binding context. (block-scoped-var)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#120) Operator '<' must be spaced. (space-infix-ops)
(#120) 'M' used outside of binding context. (block-scoped-var)
(#120) Operator '&&' must be spaced. (space-infix-ops)
(#120) 'M' used outside of binding context. (block-scoped-var)
(#120) A space is required after ','. (comma-spacing)
(#120) Operator '&&' must be spaced. (space-infix-ops)
(#120) A space is required after ','. (comma-spacing)
(#121) This line has a length of 528. Maximum allowed is 132. (max-len)
(#121) Requires a space before '}'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing semicolon. (semi)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'cleanData'. (key-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Expected space(s) after "for". (keyword-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Operator '=' must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Operator '=' must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Operator '=' must be spaced. (space-infix-ops)
(#121) Operator '!==' must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected { after 'for' condition. (curly)
(#121) Expected space(s) before "if". (keyword-spacing)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#121) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#121) Operator '=' must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Expected { after 'if' condition. (curly)
(#121) Expected space(s) before "for". (keyword-spacing)
(#121) Expected space(s) after "for". (keyword-spacing)
(#121) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#121) Expected { after 'for-in'. (curly)
(#121) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#121) Operator '?' must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) Operator ':' must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Operator '=' must be spaced. (space-infix-ops)
(#121) Requires a space before '}'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing semicolon. (semi)
(#121) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#121) Operator '&&' must be spaced. (space-infix-ops)
(#121) Operator '=' must be spaced. (space-infix-ops)
(#121) Requires a space before '}'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing semicolon. (semi)
(#121) Requires a space before '}'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing space before value for key 'domManip'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'detach'. (key-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing semicolon. (semi)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'remove'. (key-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing semicolon. (semi)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'text'. (key-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) A space is required after ','. (comma-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Operator '===' must be spaced. (space-infix-ops)
(#121) Operator '?' must be spaced. (space-infix-ops)
(#121) Operator ':' must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Expected space(s) after "if". (keyword-spacing)
(#121) Operator '===' must be spaced. (space-infix-ops)
(#121) Operator '||' must be spaced. (space-infix-ops)
(#121) Operator '===' must be spaced. (space-infix-ops)
(#121) Operator '||' must be spaced. (space-infix-ops)
(#121) Operator '===' must be spaced. (space-infix-ops)
(#121) Expected { after 'if' condition. (curly)
(#121) Expected space(s) before "this". (keyword-spacing)
(#121) Operator '=' must be spaced. (space-infix-ops)
(#122) This line has a length of 519. Maximum allowed is 132. (max-len)
(#122) Requires a space before '}'. (block-spacing)
(#122) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#122) Missing semicolon. (semi)
(#122) Requires a space before '}'. (block-spacing)
(#122) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#122) Missing semicolon. (semi)
(#122) A space is required after ','. (comma-spacing)
(#122) A space is required after ','. (comma-spacing)
(#122) A space is required after ','. (comma-spacing)
(#122) Requires a space before '}'. (block-spacing)
(#122) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#122) Missing semicolon. (semi)
(#122) A space is required after ','. (comma-spacing)
(#122) Missing space before value for key 'append'. (key-spacing)
(#122) Requires a space after '{'. (block-spacing)
(#122) Statement inside of curly braces should be on next line. (brace-style)
(#122) Missing space before opening brace. (space-before-blocks)
(#122) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#122) A space is required after ','. (comma-spacing)
(#122) A space is required after ','. (comma-spacing)
(#122) Requires a space after '{'. (block-spacing)
(#122) Statement inside of curly braces should be on next line. (brace-style)
(#122) Missing space before opening brace. (space-before-blocks)
(#122) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#122) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#122) Operator '!==' must be spaced. (space-infix-ops)
(#122) Operator '&&' must be spaced. (space-infix-ops)
(#122) Operator '!==' must be spaced. (space-infix-ops)
(#122) Operator '&&' must be spaced. (space-infix-ops)
(#122) Operator '!==' must be spaced. (space-infix-ops)
(#122) Operator '||' must be spaced. (space-infix-ops)
(#122) A space is required after ','. (comma-spacing)
(#122) Requires a space before '}'. (block-spacing)
(#122) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#122) Missing semicolon. (semi)
(#122) Requires a space before '}'. (block-spacing)
(#122) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#122) Missing semicolon. (semi)
(#122) A space is required after ','. (comma-spacing)
(#122) Missing space before value for key 'prepend'. (key-spacing)
(#122) Requires a space after '{'. (block-spacing)
(#122) Statement inside of curly braces should be on next line. (brace-style)
(#122) Missing space before opening brace. (space-before-blocks)
(#122) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#122) A space is required after ','. (comma-spacing)
(#122) A space is required after ','. (comma-spacing)
(#122) Requires a space after '{'. (block-spacing)
(#122) Statement inside of curly braces should be on next line. (brace-style)
(#122) Missing space before opening brace. (space-before-blocks)
(#122) Expected space(s) after "if". (keyword-spacing)
(#122) Operator '===' must be spaced. (space-infix-ops)
(#122) Operator '||' must be spaced. (space-infix-ops)
(#122) Operator '===' must be spaced. (space-infix-ops)
(#122) Operator '||' must be spaced. (space-infix-ops)
(#122) Operator '===' must be spaced. (space-infix-ops)
(#122) Requires a space after '{'. (block-spacing)
(#122) Statement inside of curly braces should be on next line. (brace-style)
(#122) Missing space before opening brace. (space-before-blocks)
(#122) Operator '=' must be spaced. (space-infix-ops)
(#122) A space is required after ','. (comma-spacing)
(#122) Missing whitespace after semicolon. (semi-spacing)
(#122) A space is required after ','. (comma-spacing)
(#122) Requires a space before '}'. (block-spacing)
(#122) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#122) Missing semicolon. (semi)
(#122) Requires a space before '}'. (block-spacing)
(#122) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#122) Requires a space before '}'. (block-spacing)
(#122) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#122) Missing semicolon. (semi)
(#122) A space is required after ','. (comma-spacing)
(#122) Missing space before value for key 'before'. (key-spacing)
(#122) Requires a space after '{'. (block-spacing)
(#122) Statement inside of curly braces should be on next line. (brace-style)
(#122) Missing space before opening brace. (space-before-blocks)
(#122) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#122) A space is required after ','. (comma-spacing)
(#122) A space is required after ','. (comma-spacing)
(#122) Requires a space after '{'. (block-spacing)
(#122) Statement inside of curly braces should be on next line. (brace-style)
(#122) Missing space before opening brace. (space-before-blocks)
(#122) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#122) Operator '&&' must be spaced. (space-infix-ops)
(#122) A space is required after ','. (comma-spacing)
(#122) Requires a space before '}'. (block-spacing)
(#122) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#122) Missing semicolon. (semi)
(#122) Requires a space before '}'. (block-spacing)
(#122) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#122) Missing semicolon. (semi)
(#122) A space is required after ','. (comma-spacing)
(#122) Missing space before value for key 'after'. (key-spacing)
(#122) Requires a space after '{'. (block-spacing)
(#122) Statement inside of curly braces should be on next line. (brace-style)
(#122) Missing space before opening brace. (space-before-blocks)
(#122) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#122) A space is required after ','. (comma-spacing)
(#122) A space is required after ','. (comma-spacing)
(#122) Requires a space after '{'. (block-spacing)
(#122) Statement inside of curly braces should be on next line. (brace-style)
(#122) Missing space before opening brace. (space-before-blocks)
(#122) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#122) Operator '&&' must be spaced. (space-infix-ops)
(#123) This line has a length of 505. Maximum allowed is 132. (max-len)
(#123) A space is required after ','. (comma-spacing)
(#123) Requires a space before '}'. (block-spacing)
(#123) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#123) Missing semicolon. (semi)
(#123) Requires a space before '}'. (block-spacing)
(#123) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#123) Missing semicolon. (semi)
(#123) A space is required after ','. (comma-spacing)
(#123) Missing space before value for key 'empty'. (key-spacing)
(#123) Requires a space after '{'. (block-spacing)
(#123) Statement inside of curly braces should be on next line. (brace-style)
(#123) Missing space before opening brace. (space-before-blocks)
(#123) Expected space(s) after "for". (keyword-spacing)
(#123) A space is required after ','. (comma-spacing)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Use '===' to compare with null. (no-eq-null)
(#123) Operator '!=' must be spaced. (space-infix-ops)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Expected { after 'for' condition. (curly)
(#123) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#123) Operator '===' must be spaced. (space-infix-ops)
(#123) Operator '&&' must be spaced. (space-infix-ops)
(#123) A space is required after ','. (comma-spacing)
(#123) A space is required after ','. (comma-spacing)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#123) Requires a space before '}'. (block-spacing)
(#123) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#123) Missing semicolon. (semi)
(#123) A space is required after ','. (comma-spacing)
(#123) Missing space before value for key 'clone'. (key-spacing)
(#123) A space is required after ','. (comma-spacing)
(#123) Requires a space after '{'. (block-spacing)
(#123) Statement inside of curly braces should be on next line. (brace-style)
(#123) Missing space before opening brace. (space-before-blocks)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#123) Use '===' to compare with null. (no-eq-null)
(#123) Operator '==' must be spaced. (space-infix-ops)
(#123) Operator '?' must be spaced. (space-infix-ops)
(#123) Operator ':' must be spaced. (space-infix-ops)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#123) Use '===' to compare with null. (no-eq-null)
(#123) Operator '==' must be spaced. (space-infix-ops)
(#123) Operator '?' must be spaced. (space-infix-ops)
(#123) Operator ':' must be spaced. (space-infix-ops)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Requires a space after '{'. (block-spacing)
(#123) Statement inside of curly braces should be on next line. (brace-style)
(#123) Missing space before opening brace. (space-before-blocks)
(#123) A space is required after ','. (comma-spacing)
(#123) A space is required after ','. (comma-spacing)
(#123) Requires a space before '}'. (block-spacing)
(#123) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#123) Missing semicolon. (semi)
(#123) Requires a space before '}'. (block-spacing)
(#123) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#123) Missing semicolon. (semi)
(#123) A space is required after ','. (comma-spacing)
(#123) Missing space before value for key 'html'. (key-spacing)
(#123) Requires a space after '{'. (block-spacing)
(#123) Statement inside of curly braces should be on next line. (brace-style)
(#123) Missing space before opening brace. (space-before-blocks)
(#123) A space is required after ','. (comma-spacing)
(#123) Expected to return a value at the end of function. (consistent-return)
(#123) Requires a space after '{'. (block-spacing)
(#123) Statement inside of curly braces should be on next line. (brace-style)
(#123) Missing space before opening brace. (space-before-blocks)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#123) Operator '||' must be spaced. (space-infix-ops)
(#123) A space is required after ','. (comma-spacing)
(#123) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#123) A space is required after ','. (comma-spacing)
(#123) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Expected space(s) after "if". (keyword-spacing)
(#123) Operator '===' must be spaced. (space-infix-ops)
(#123) Operator '&&' must be spaced. (space-infix-ops)
(#123) Operator '===' must be spaced. (space-infix-ops)
(#123) Expected { after 'if' condition. (curly)
(#123) Expected space(s) before "return". (keyword-spacing)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Expected space(s) after "if". (keyword-spacing)
(#123) Operator '===' must be spaced. (space-infix-ops)
(#123) Operator '&&' must be spaced. (space-infix-ops)
(#123) Operator '&&' must be spaced. (space-infix-ops)
(#123) Operator '||' must be spaced. (space-infix-ops)
(#123) A space is required after ','. (comma-spacing)
(#123) Requires a space after '{'. (block-spacing)
(#123) Statement inside of curly braces should be on next line. (brace-style)
(#123) Missing space before opening brace. (space-before-blocks)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#124) This line has a length of 502. Maximum allowed is 132. (max-len)
(#124) Expected space(s) after "try". (keyword-spacing)
(#124) Requires a space after '{'. (block-spacing)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Expected space(s) after "for". (keyword-spacing)
(#124) Operator '<' must be spaced. (space-infix-ops)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Expected { after 'for' condition. (curly)
(#124) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Operator '||' must be spaced. (space-infix-ops)
(#124) Unexpected use of comma operator. (no-sequences)
(#124) A space is required after ','. (comma-spacing)
(#124) Operator '===' must be spaced. (space-infix-ops)
(#124) Operator '&&' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Requires a space before '}'. (block-spacing)
(#124) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#124) Missing semicolon. (semi)
(#124) Expected space(s) before "catch". (keyword-spacing)
(#124) Expected space(s) after "catch". (keyword-spacing)
(#124) Empty block statement. (no-empty)
(#124) Missing space before opening brace. (space-before-blocks)
(#124) Requires a space before '}'. (block-spacing)
(#124) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#124) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#124) Operator '&&' must be spaced. (space-infix-ops)
(#124) Requires a space before '}'. (block-spacing)
(#124) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#124) Missing semicolon. (semi)
(#124) A space is required after ','. (comma-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) Requires a space before '}'. (block-spacing)
(#124) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#124) Missing semicolon. (semi)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'replaceWith'. (key-spacing)
(#124) Requires a space after '{'. (block-spacing)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Missing space before opening brace. (space-before-blocks)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#124) A space is required after ','. (comma-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) Requires a space after '{'. (block-spacing)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Missing space before opening brace. (space-before-blocks)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#124) Operator '>' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Operator '&&' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Operator '&&' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Requires a space before '}'. (block-spacing)
(#124) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#124) Missing semicolon. (semi)
(#124) A space is required after ','. (comma-spacing)
(#124) Requires a space before '}'. (block-spacing)
(#124) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#124) Missing semicolon. (semi)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Missing space before value for key 'appendTo'. (key-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'prependTo'. (key-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'insertBefore'. (key-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'insertAfter'. (key-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'replaceAll'. (key-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) Requires a space after '{'. (block-spacing)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Missing space before opening brace. (space-before-blocks)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Requires a space after '{'. (block-spacing)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Missing space before opening brace. (space-before-blocks)
(#124) Expected space(s) after "for". (keyword-spacing)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#124) A space is required after ','. (comma-spacing)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Operator '-' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#125) This line has a length of 654. Maximum allowed is 132. (max-len)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) Operator '<=' must be spaced. (space-infix-ops)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) Expected { after 'for' condition. (curly)
(#125) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) Operator '===' must be spaced. (space-infix-ops)
(#125) Operator '?' must be spaced. (space-infix-ops)
(#125) Operator ':' must be spaced. (space-infix-ops)
(#125) Unexpected use of comma operator. (no-sequences)
(#125) A space is required after ','. (comma-spacing)
(#125) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#125) A space is required after ','. (comma-spacing)
(#125) A space is required after ','. (comma-spacing)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) 'D' used outside of binding context. (block-scoped-var)
(#125) Requires a space before '}'. (block-spacing)
(#125) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#125) Missing semicolon. (semi)
(#125) Requires a space before '}'. (block-spacing)
(#125) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#125) Missing semicolon. (semi)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#125) A space is required after ','. (comma-spacing)
(#125) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) Missing space before value for key 'HTML'. (key-spacing)
(#125) A space is required after ','. (comma-spacing)
(#125) Missing space before value for key 'BODY'. (key-spacing)
(#125) A space is required after ','. (comma-spacing)
(#125) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) A space is required after ','. (comma-spacing)
(#125) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) Operator '+' must be spaced. (space-infix-ops)
(#125) Operator '+' must be spaced. (space-infix-ops)
(#125) A space is required after ','. (comma-spacing)
(#125) A space is required after ','. (comma-spacing)
(#125) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) Requires a space after '{'. (block-spacing)
(#125) Statement inside of curly braces should be on next line. (brace-style)
(#125) Missing space before opening brace. (space-before-blocks)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#125) Operator '&&' must be spaced. (space-infix-ops)
(#125) Operator '||' must be spaced. (space-infix-ops)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) Requires a space before '}'. (block-spacing)
(#125) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#125) Missing semicolon. (semi)
(#125) A space is required after ','. (comma-spacing)
(#125) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) A space is required after ','. (comma-spacing)
(#125) A space is required after ','. (comma-spacing)
(#125) A space is required after ','. (comma-spacing)
(#125) Requires a space after '{'. (block-spacing)
(#125) Statement inside of curly braces should be on next line. (brace-style)
(#125) Missing space before opening brace. (space-before-blocks)
(#125) A space is required after ','. (comma-spacing)
(#125) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) Expected space(s) after "for". (keyword-spacing)
(#125) Expected { after 'for-in'. (curly)
(#125) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) Unexpected use of comma operator. (no-sequences)
(#125) A space is required after ','. (comma-spacing)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) A space is required after ','. (comma-spacing)
(#125) Operator '||' must be spaced. (space-infix-ops)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) Expected space(s) after "for". (keyword-spacing)
(#125) Expected { after 'for-in'. (curly)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) Requires a space before '}'. (block-spacing)
(#125) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#125) Missing semicolon. (semi)
(#125) A space is required after ','. (comma-spacing)
(#125) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) Requires a space after '{'. (block-spacing)
(#125) Statement inside of curly braces should be on next line. (brace-style)
(#125) Missing space before opening brace. (space-before-blocks)
(#125) Missing JSDoc comment. (require-jsdoc)
(#125) Requires a space after '{'. (block-spacing)
(#125) Statement inside of curly braces should be on next line. (brace-style)
(#125) Missing space before opening brace. (space-before-blocks)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#126) This line has a length of 502. Maximum allowed is 132. (max-len)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) Operator '!==' must be spaced. (space-infix-ops)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) Operator '===' must be spaced. (space-infix-ops)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) Operator '===' must be spaced. (space-infix-ops)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) Operator '===' must be spaced. (space-infix-ops)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Requires a space before '}'. (block-spacing)
(#126) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#126) Missing semicolon. (semi)
(#126) Expected space(s) before "var". (keyword-spacing)
(#126) A space is required after ','. (comma-spacing)
(#126) A space is required after ','. (comma-spacing)
(#126) A space is required after ','. (comma-spacing)
(#126) A space is required after ','. (comma-spacing)
(#126) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) A space is required after ','. (comma-spacing)
(#126) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#126) Operator '&&' must be spaced. (space-infix-ops)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) A space is required after ','. (comma-spacing)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) A space is required after ','. (comma-spacing)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) Operator '===' must be spaced. (space-infix-ops)
(#126) A space is required after ','. (comma-spacing)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#127) This line has a length of 507. Maximum allowed is 132. (max-len)
(#127) A space is required after ','. (comma-spacing)
(#127) A space is required after ','. (comma-spacing)
(#127) Missing space before value for key 'pixelPosition'. (key-spacing)
(#127) Requires a space after '{'. (block-spacing)
(#127) Statement inside of curly braces should be on next line. (brace-style)
(#127) Missing space before opening brace. (space-before-blocks)
(#127) Missing whitespace after semicolon. (semi-spacing)
(#127) Requires a space before '}'. (block-spacing)
(#127) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#127) Missing semicolon. (semi)
(#127) A space is required after ','. (comma-spacing)
(#127) Missing space before value for key 'boxSizingReliable'. (key-spacing)
(#127) Requires a space after '{'. (block-spacing)
(#127) Statement inside of curly braces should be on next line. (brace-style)
(#127) Missing space before opening brace. (space-before-blocks)
(#127) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#127) Use '===' to compare with null. (no-eq-null)
(#127) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#127) Operator '==' must be spaced. (space-infix-ops)
(#127) Operator '&&' must be spaced. (space-infix-ops)
(#127) Missing whitespace after semicolon. (semi-spacing)
(#127) Requires a space before '}'. (block-spacing)
(#127) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#127) Missing semicolon. (semi)
(#127) A space is required after ','. (comma-spacing)
(#127) Missing space before value for key 'pixelMarginRight'. (key-spacing)
(#127) Requires a space after '{'. (block-spacing)
(#127) Statement inside of curly braces should be on next line. (brace-style)
(#127) Missing space before opening brace. (space-before-blocks)
(#127) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#127) Use '===' to compare with null. (no-eq-null)
(#127) Operator '==' must be spaced. (space-infix-ops)
(#127) Operator '&&' must be spaced. (space-infix-ops)
(#127) Missing whitespace after semicolon. (semi-spacing)
(#127) Requires a space before '}'. (block-spacing)
(#127) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#127) Missing semicolon. (semi)
(#127) A space is required after ','. (comma-spacing)
(#127) Missing space before value for key 'reliableMarginLeft'. (key-spacing)
(#127) Requires a space after '{'. (block-spacing)
(#127) Statement inside of curly braces should be on next line. (brace-style)
(#127) Missing space before opening brace. (space-before-blocks)
(#127) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#127) Use '===' to compare with null. (no-eq-null)
(#127) Operator '==' must be spaced. (space-infix-ops)
(#127) Operator '&&' must be spaced. (space-infix-ops)
(#127) Missing whitespace after semicolon. (semi-spacing)
(#127) Requires a space before '}'. (block-spacing)
(#127) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#127) Missing semicolon. (semi)
(#127) A space is required after ','. (comma-spacing)
(#127) Missing space before value for key 'reliableMarginRight'. (key-spacing)
(#127) Requires a space after '{'. (block-spacing)
(#127) Statement inside of curly braces should be on next line. (brace-style)
(#127) Missing space before opening brace. (space-before-blocks)
(#127) Operator '=' must be spaced. (space-infix-ops)
(#127) Missing whitespace after semicolon. (semi-spacing)
(#127) Operator '=' must be spaced. (space-infix-ops)
(#127) Operator '=' must be spaced. (space-infix-ops)
(#127) Missing whitespace after semicolon. (semi-spacing)
(#127) Operator '=' must be spaced. (space-infix-ops)
(#127) Operator '=' must be spaced. (space-infix-ops)
(#127) Missing whitespace after semicolon. (semi-spacing)
(#127) Operator '=' must be spaced. (space-infix-ops)
(#127) Missing whitespace after semicolon. (semi-spacing)
(#128) This line has a length of 503. Maximum allowed is 132. (max-len)
(#128) Operator '=' must be spaced. (space-infix-ops)
(#128) Missing whitespace after semicolon. (semi-spacing)
(#128) Missing whitespace after semicolon. (semi-spacing)
(#128) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#128) Missing whitespace after semicolon. (semi-spacing)
(#128) Requires a space before '}'. (block-spacing)
(#128) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#128) Missing semicolon. (semi)
(#128) Requires a space before '}'. (block-spacing)
(#128) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#128) Missing semicolon. (semi)
(#128) Missing whitespace after semicolon. (semi-spacing)
(#128) Operator '=' must be spaced. (space-infix-ops)
(#128) A space is required after ','. (comma-spacing)
(#128) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#128) Operator '=' must be spaced. (space-infix-ops)
(#128) Missing space before value for key 'position'. (key-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) Missing space before value for key 'visibility'. (key-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) Missing space before value for key 'display'. (key-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#128) Operator '=' must be spaced. (space-infix-ops)
(#128) Missing space before value for key 'letterSpacing'. (key-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) Missing space before value for key 'fontWeight'. (key-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#128) Operator '=' must be spaced. (space-infix-ops)
(#128) A space is required after ','. (comma-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#128) Operator '=' must be spaced. (space-infix-ops)
(#128) Missing whitespace after semicolon. (semi-spacing)
(#128) Missing space before value for key 'cssHooks'. (key-spacing)
(#128) Missing space before value for key 'opacity'. (key-spacing)
(#128) Missing space before value for key 'get'. (key-spacing)
(#128) Expected to return a value at the end of method 'get'. (consistent-return)
(#128) A space is required after ','. (comma-spacing)
(#128) Requires a space after '{'. (block-spacing)
(#128) Statement inside of curly braces should be on next line. (brace-style)
(#128) Missing space before opening brace. (space-before-blocks)
(#128) Expected space(s) after "if". (keyword-spacing)
(#128) Expected { after 'if' condition. (curly)
(#128) Expected space(s) before "return". (keyword-spacing)
(#128) Return statement should not contain assignment. (no-return-assign)
(#128) Operator '=' must be spaced. (space-infix-ops)
(#128) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#128) A space is required after ','. (comma-spacing)
(#128) Unexpected use of comma operator. (no-sequences)
(#128) A space is required after ','. (comma-spacing)
(#128) Operator '===' must be spaced. (space-infix-ops)
(#128) Operator '?' must be spaced. (space-infix-ops)
(#128) Operator ':' must be spaced. (space-infix-ops)
(#128) Requires a space before '}'. (block-spacing)
(#128) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#128) Missing semicolon. (semi)
(#128) A space is required after ','. (comma-spacing)
(#128) Missing space before value for key 'cssNumber'. (key-spacing)
(#128) Missing space before value for key 'animationIterationCount'. (key-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) Missing space before value for key 'columnCount'. (key-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) Missing space before value for key 'fillOpacity'. (key-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) Missing space before value for key 'flexGrow'. (key-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) Missing space before value for key 'flexShrink'. (key-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) Missing space before value for key 'fontWeight'. (key-spacing)
(#129) This line has a length of 502. Maximum allowed is 132. (max-len)
(#129) Missing space before value for key 'lineHeight'. (key-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) Missing space before value for key 'opacity'. (key-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) Missing space before value for key 'order'. (key-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) Missing space before value for key 'orphans'. (key-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) Missing space before value for key 'widows'. (key-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) Missing space before value for key 'zIndex'. (key-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) Missing space before value for key 'zoom'. (key-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) Missing space before value for key 'cssProps'. (key-spacing)
(#129) Missing space before value for key 'float'. (key-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) Missing space before value for key 'style'. (key-spacing)
(#129) Expected to return a value at the end of method 'style'. (consistent-return)
(#129) Method 'style' has a complexity of 27. Maximum allowed is 20. (complexity)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) Requires a space after '{'. (block-spacing)
(#129) Statement inside of curly braces should be on next line. (brace-style)
(#129) Missing space before opening brace. (space-before-blocks)
(#129) Expected space(s) after "if". (keyword-spacing)
(#129) Operator '&&' must be spaced. (space-infix-ops)
(#129) Operator '!==' must be spaced. (space-infix-ops)
(#129) Operator '&&' must be spaced. (space-infix-ops)
(#129) Operator '!==' must be spaced. (space-infix-ops)
(#129) Operator '&&' must be spaced. (space-infix-ops)
(#129) Requires a space after '{'. (block-spacing)
(#129) Statement inside of curly braces should be on next line. (brace-style)
(#129) Missing space before opening brace. (space-before-blocks)
(#129) A space is required after ','. (comma-spacing)
(#129) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#129) Operator '=' must be spaced. (space-infix-ops)
(#129) A space is required after ','. (comma-spacing)
(#129) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#129) Operator '=' must be spaced. (space-infix-ops)
(#129) Missing whitespace after semicolon. (semi-spacing)
(#129) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#129) Operator '=' must be spaced. (space-infix-ops)
(#129) Operator '||' must be spaced. (space-infix-ops)
(#129) Operator '=' must be spaced. (space-infix-ops)
(#129) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#129) Operator '||' must be spaced. (space-infix-ops)
(#129) Missing whitespace after semicolon. (semi-spacing)
(#129) Operator '=' must be spaced. (space-infix-ops)
(#129) Operator '||' must be spaced. (space-infix-ops)
(#129) Missing whitespace after semicolon. (semi-spacing)
(#129) Expected space(s) after "if". (keyword-spacing)
(#129) Operator '!==' must be spaced. (space-infix-ops)
(#129) Requires a space after '{'. (block-spacing)
(#129) Statement inside of curly braces should be on next line. (brace-style)
(#129) Missing space before opening brace. (space-before-blocks)
(#129) Operator '=' must be spaced. (space-infix-ops)
(#129) Missing whitespace after semicolon. (semi-spacing)
(#129) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#129) Operator '===' must be spaced. (space-infix-ops)
(#129) Operator '&&' must be spaced. (space-infix-ops)
(#129) Operator '=' must be spaced. (space-infix-ops)
(#129) Operator '&&' must be spaced. (space-infix-ops)
(#129) Operator '&&' must be spaced. (space-infix-ops)
(#129) Operator '=' must be spaced. (space-infix-ops)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) Operator '=' must be spaced. (space-infix-ops)
(#129) Missing whitespace after semicolon. (semi-spacing)
(#129) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#129) Use '===' to compare with null. (no-eq-null)
(#129) Operator '!=' must be spaced. (space-infix-ops)
(#129) Operator '&&' must be spaced. (space-infix-ops)
(#129) Comparing to itself is potentially pointless. (no-self-compare)
(#129) Operator '===' must be spaced. (space-infix-ops)
(#129) Operator '&&' must be spaced. (space-infix-ops)
(#129) Operator '===' must be spaced. (space-infix-ops)
(#129) Operator '&&' must be spaced. (space-infix-ops)
(#129) Operator '+=' must be spaced. (space-infix-ops)
(#129) Operator '&&' must be spaced. (space-infix-ops)
(#129) Operator '||' must be spaced. (space-infix-ops)
(#129) Operator '?' must be spaced. (space-infix-ops)
(#129) Operator ':' must be spaced. (space-infix-ops)
(#129) A space is required after ','. (comma-spacing)
(#129) Operator '||' must be spaced. (space-infix-ops)
(#129) Operator '!==' must be spaced. (space-infix-ops)
(#129) Operator '||' must be spaced. (space-infix-ops)
(#129) Operator '!==' must be spaced. (space-infix-ops)
(#129) Operator '||' must be spaced. (space-infix-ops)
(#129) Operator '=' must be spaced. (space-infix-ops)
(#130) This line has a length of 502. Maximum allowed is 132. (max-len)
(#130) A space is required after ','. (comma-spacing)
(#130) Operator '&&' must be spaced. (space-infix-ops)
(#130) Operator 'in' must be spaced. (space-infix-ops)
(#130) Operator '&&' must be spaced. (space-infix-ops)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#130) A space is required after ','. (comma-spacing)
(#130) A space is required after ','. (comma-spacing)
(#130) Operator '===' must be spaced. (space-infix-ops)
(#130) Operator '||' must be spaced. (space-infix-ops)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#130) Requires a space before '}'. (block-spacing)
(#130) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#130) Missing semicolon. (semi)
(#130) Expected space(s) before "else". (keyword-spacing)
(#130) Expected { after 'else'. (curly)
(#130) Operator '&&' must be spaced. (space-infix-ops)
(#130) Operator 'in' must be spaced. (space-infix-ops)
(#130) Operator '&&' must be spaced. (space-infix-ops)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#130) A space is required after ','. (comma-spacing)
(#130) A space is required after ','. (comma-spacing)
(#130) Operator '!==' must be spaced. (space-infix-ops)
(#130) Operator '?' must be spaced. (space-infix-ops)
(#130) Operator ':' must be spaced. (space-infix-ops)
(#130) Requires a space before '}'. (block-spacing)
(#130) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#130) Missing semicolon. (semi)
(#130) Requires a space before '}'. (block-spacing)
(#130) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#130) A space is required after ','. (comma-spacing)
(#130) Missing space before value for key 'css'. (key-spacing)
(#130) A space is required after ','. (comma-spacing)
(#130) A space is required after ','. (comma-spacing)
(#130) A space is required after ','. (comma-spacing)
(#130) Requires a space after '{'. (block-spacing)
(#130) Statement inside of curly braces should be on next line. (brace-style)
(#130) Missing space before opening brace. (space-before-blocks)
(#130) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#130) Operator '||' must be spaced. (space-infix-ops)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#130) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#130) Operator '||' must be spaced. (space-infix-ops)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#130) Operator '||' must be spaced. (space-infix-ops)
(#130) Operator '&&' must be spaced. (space-infix-ops)
(#130) Operator 'in' must be spaced. (space-infix-ops)
(#130) Operator '&&' must be spaced. (space-infix-ops)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#130) A space is required after ','. (comma-spacing)
(#130) A space is required after ','. (comma-spacing)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#130) Operator '===' must be spaced. (space-infix-ops)
(#130) Operator '&&' must be spaced. (space-infix-ops)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#130) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#130) A space is required after ','. (comma-spacing)
(#130) A space is required after ','. (comma-spacing)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#130) Operator '===' must be spaced. (space-infix-ops)
(#130) Operator '&&' must be spaced. (space-infix-ops)
(#130) Operator '&&' must be spaced. (space-infix-ops)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) Expected space(s) after "return". (keyword-spacing)
(#130) Return statement should not contain assignment. (no-return-assign)
(#130) Operator '===' must be spaced. (space-infix-ops)
(#130) Operator '||' must be spaced. (space-infix-ops)
(#130) Operator '?' must be spaced. (space-infix-ops)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#130) A space is required after ','. (comma-spacing)
(#130) Operator '===' must be spaced. (space-infix-ops)
(#130) Operator '||' must be spaced. (space-infix-ops)
(#130) Operator '?' must be spaced. (space-infix-ops)
(#130) Operator '||' must be spaced. (space-infix-ops)
(#130) Operator ':' must be spaced. (space-infix-ops)
(#130) Operator ':' must be spaced. (space-infix-ops)
(#130) Requires a space before '}'. (block-spacing)
(#130) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#130) Missing semicolon. (semi)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) A space is required after ','. (comma-spacing)
(#130) A space is required after ','. (comma-spacing)
(#130) A space is required after ','. (comma-spacing)
(#130) Requires a space after '{'. (block-spacing)
(#130) Statement inside of curly braces should be on next line. (brace-style)
(#130) Missing space before opening brace. (space-before-blocks)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#130) Missing space before value for key 'get'. (key-spacing)
(#130) Expected to return a value at the end of method 'get'. (consistent-return)
(#130) A space is required after ','. (comma-spacing)
(#130) A space is required after ','. (comma-spacing)
(#130) Requires a space after '{'. (block-spacing)
(#130) Statement inside of curly braces should be on next line. (brace-style)
(#130) Missing space before opening brace. (space-before-blocks)
(#130) Expected space(s) after "if". (keyword-spacing)
(#130) Expected { after 'if' condition. (curly)
(#130) Expected space(s) before "return". (keyword-spacing)
(#130) A space is required after ','. (comma-spacing)
(#130) Operator '&&' must be spaced. (space-infix-ops)
(#131) This line has a length of 511. Maximum allowed is 132. (max-len)
(#131) Operator '===' must be spaced. (space-infix-ops)
(#131) Operator '?' must be spaced. (space-infix-ops)
(#131) A space is required after ','. (comma-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) Requires a space after '{'. (block-spacing)
(#131) Statement inside of curly braces should be on next line. (brace-style)
(#131) Missing space before opening brace. (space-before-blocks)
(#131) A space is required after ','. (comma-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) Requires a space before '}'. (block-spacing)
(#131) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#131) Missing semicolon. (semi)
(#131) Operator ':' must be spaced. (space-infix-ops)
(#131) A space is required after ','. (comma-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) Requires a space before '}'. (block-spacing)
(#131) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#131) Missing semicolon. (semi)
(#131) A space is required after ','. (comma-spacing)
(#131) Missing space before value for key 'set'. (key-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) Requires a space after '{'. (block-spacing)
(#131) Statement inside of curly braces should be on next line. (brace-style)
(#131) Missing space before opening brace. (space-before-blocks)
(#131) A space is required after ','. (comma-spacing)
(#131) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#131) Operator '=' must be spaced. (space-infix-ops)
(#131) Operator '&&' must be spaced. (space-infix-ops)
(#131) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#131) Missing whitespace after semicolon. (semi-spacing)
(#131) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#131) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#131) Operator '=' must be spaced. (space-infix-ops)
(#131) Operator '&&' must be spaced. (space-infix-ops)
(#131) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#131) A space is required after ','. (comma-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) Operator '===' must be spaced. (space-infix-ops)
(#131) A space is required after ','. (comma-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) Operator '&&' must be spaced. (space-infix-ops)
(#131) Operator '=' must be spaced. (space-infix-ops)
(#131) Operator '&&' must be spaced. (space-infix-ops)
(#131) Operator '!==' must be spaced. (space-infix-ops)
(#131) Operator '||' must be spaced. (space-infix-ops)
(#131) Operator '&&' must be spaced. (space-infix-ops)
(#131) Operator '=' must be spaced. (space-infix-ops)
(#131) A space is required after ','. (comma-spacing)
(#131) Operator '=' must be spaced. (space-infix-ops)
(#131) A space is required after ','. (comma-spacing)
(#131) Missing whitespace after semicolon. (semi-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) Requires a space before '}'. (block-spacing)
(#131) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#131) Missing semicolon. (semi)
(#131) Requires a space before '}'. (block-spacing)
(#131) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#131) Missing semicolon. (semi)
(#131) Missing whitespace after semicolon. (semi-spacing)
(#131) Operator '=' must be spaced. (space-infix-ops)
(#131) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#131) A space is required after ','. (comma-spacing)
(#131) Expected to return a value at the end of function. (consistent-return)
(#131) A space is required after ','. (comma-spacing)
(#131) Requires a space after '{'. (block-spacing)
(#131) Statement inside of curly braces should be on next line. (brace-style)
(#131) Missing space before opening brace. (space-before-blocks)
(#131) Expected space(s) after "if". (keyword-spacing)
(#131) Expected { after 'if' condition. (curly)
(#131) Expected space(s) before "return". (keyword-spacing)
(#131) Expected space(s) after "return". (keyword-spacing)
(#131) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#131) A space is required after ','. (comma-spacing)
(#131) Operator '||' must be spaced. (space-infix-ops)
(#131) Operator '-' must be spaced. (space-infix-ops)
(#131) A space is required after ','. (comma-spacing)
(#131) Missing space before value for key 'marginLeft'. (key-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) Requires a space after '{'. (block-spacing)
(#131) Statement inside of curly braces should be on next line. (brace-style)
(#131) Missing space before opening brace. (space-before-blocks)
(#131) Requires a space before '}'. (block-spacing)
(#131) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#131) Missing semicolon. (semi)
(#131) Operator '+' must be spaced. (space-infix-ops)
(#131) Requires a space before '}'. (block-spacing)
(#131) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#131) Missing semicolon. (semi)
(#131) Missing whitespace after semicolon. (semi-spacing)
(#131) Operator '=' must be spaced. (space-infix-ops)
(#131) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#132) This line has a length of 504. Maximum allowed is 132. (max-len)
(#132) Expected to return a value at the end of function. (consistent-return)
(#132) A space is required after ','. (comma-spacing)
(#132) Requires a space after '{'. (block-spacing)
(#132) Statement inside of curly braces should be on next line. (brace-style)
(#132) Missing space before opening brace. (space-before-blocks)
(#132) Expected space(s) after "if". (keyword-spacing)
(#132) Expected { after 'if' condition. (curly)
(#132) Expected space(s) before "return". (keyword-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) Missing space before value for key 'display'. (key-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) Requires a space before '}'. (block-spacing)
(#132) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#132) Missing semicolon. (semi)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Missing space before value for key 'margin'. (key-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) Missing space before value for key 'padding'. (key-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) Missing space before value for key 'border'. (key-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) Requires a space after '{'. (block-spacing)
(#132) Statement inside of curly braces should be on next line. (brace-style)
(#132) Missing space before opening brace. (space-before-blocks)
(#132) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#132) Operator '+' must be spaced. (space-infix-ops)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) Missing space before value for key 'expand'. (key-spacing)
(#132) Requires a space after '{'. (block-spacing)
(#132) Statement inside of curly braces should be on next line. (brace-style)
(#132) Missing space before opening brace. (space-before-blocks)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) A space is required after ','. (comma-spacing)
(#132) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Expected space(s) after "for". (keyword-spacing)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) Operator '===' must be spaced. (space-infix-ops)
(#132) Operator '?' must be spaced. (space-infix-ops)
(#132) Operator ':' must be spaced. (space-infix-ops)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Operator '>' must be spaced. (space-infix-ops)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Expected { after 'for' condition. (curly)
(#132) Operator '+' must be spaced. (space-infix-ops)
(#132) Operator '+' must be spaced. (space-infix-ops)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) Operator '||' must be spaced. (space-infix-ops)
(#132) Operator '-' must be spaced. (space-infix-ops)
(#132) Operator '||' must be spaced. (space-infix-ops)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Requires a space before '}'. (block-spacing)
(#132) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#132) Missing semicolon. (semi)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#132) Operator '||' must be spaced. (space-infix-ops)
(#132) Operator '+' must be spaced. (space-infix-ops)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) Requires a space before '}'. (block-spacing)
(#132) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#132) Missing semicolon. (semi)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Missing space before value for key 'css'. (key-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) Requires a space after '{'. (block-spacing)
(#132) Statement inside of curly braces should be on next line. (brace-style)
(#132) Missing space before opening brace. (space-before-blocks)
(#132) A space is required after ','. (comma-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) Requires a space after '{'. (block-spacing)
(#132) Statement inside of curly braces should be on next line. (brace-style)
(#132) Missing space before opening brace. (space-before-blocks)
(#132) A space is required after ','. (comma-spacing)
(#132) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) A space is required after ','. (comma-spacing)
(#132) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Expected space(s) after "if". (keyword-spacing)
(#132) Requires a space after '{'. (block-spacing)
(#132) Statement inside of curly braces should be on next line. (brace-style)
(#132) Missing space before opening brace. (space-before-blocks)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Expected space(s) after "for". (keyword-spacing)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Operator '<' must be spaced. (space-infix-ops)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Expected { after 'for' condition. (curly)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) A space is required after ','. (comma-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Requires a space before '}'. (block-spacing)
(#132) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#132) Missing semicolon. (semi)
(#132) Expected space(s) before "return". (keyword-spacing)
(#132) Operator '!==' must be spaced. (space-infix-ops)
(#132) Operator '?' must be spaced. (space-infix-ops)
(#133) This line has a length of 509. Maximum allowed is 132. (max-len)
(#133) A space is required after ','. (comma-spacing)
(#133) Operator ':' must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Operator '<' must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'show'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'hide'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'toggle'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Expected space(s) after "return". (keyword-spacing)
(#133) Do not nest ternary expressions. (no-nested-ternary)
(#133) Operator '===' must be spaced. (space-infix-ops)
(#133) Operator '?' must be spaced. (space-infix-ops)
(#133) Operator '?' must be spaced. (space-infix-ops)
(#133) Operator ':' must be spaced. (space-infix-ops)
(#133) Operator ':' must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#133) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#133) Operator '?' must be spaced. (space-infix-ops)
(#133) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#133) Operator ':' must be spaced. (space-infix-ops)
(#133) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) Missing space before value for key 'constructor'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'init'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) Operator '||' must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) Operator '||' must be spaced. (space-infix-ops)
(#133) Operator '?' must be spaced. (space-infix-ops)
(#133) Operator ':' must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'cur'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#134) This line has a length of 502. Maximum allowed is 132. (max-len)
(#134) Operator '&&' must be spaced. (space-infix-ops)
(#134) Operator '?' must be spaced. (space-infix-ops)
(#134) Operator ':' must be spaced. (space-infix-ops)
(#134) Requires a space before '}'. (block-spacing)
(#134) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#134) Missing semicolon. (semi)
(#134) A space is required after ','. (comma-spacing)
(#134) Missing space before value for key 'run'. (key-spacing)
(#134) Requires a space after '{'. (block-spacing)
(#134) Statement inside of curly braces should be on next line. (brace-style)
(#134) Missing space before opening brace. (space-before-blocks)
(#134) A space is required after ','. (comma-spacing)
(#134) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#134) Operator '=' must be spaced. (space-infix-ops)
(#134) Missing whitespace after semicolon. (semi-spacing)
(#134) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#134) Operator '=' must be spaced. (space-infix-ops)
(#134) Operator '?' must be spaced. (space-infix-ops)
(#134) Operator '=' must be spaced. (space-infix-ops)
(#134) A space is required after ','. (comma-spacing)
(#134) Operator '*' must be spaced. (space-infix-ops)
(#134) A space is required after ','. (comma-spacing)
(#134) A space is required after ','. (comma-spacing)
(#134) A space is required after ','. (comma-spacing)
(#134) Operator ':' must be spaced. (space-infix-ops)
(#134) Operator '=' must be spaced. (space-infix-ops)
(#134) Missing whitespace after semicolon. (semi-spacing)
(#134) Operator '=' must be spaced. (space-infix-ops)
(#134) Operator '-' must be spaced. (space-infix-ops)
(#134) Operator '*' must be spaced. (space-infix-ops)
(#134) Operator '+' must be spaced. (space-infix-ops)
(#134) Missing whitespace after semicolon. (semi-spacing)
(#134) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#134) Operator '&&' must be spaced. (space-infix-ops)
(#134) A space is required after ','. (comma-spacing)
(#134) A space is required after ','. (comma-spacing)
(#134) Missing whitespace after semicolon. (semi-spacing)
(#134) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#134) Operator '&&' must be spaced. (space-infix-ops)
(#134) Operator '?' must be spaced. (space-infix-ops)
(#134) Operator ':' must be spaced. (space-infix-ops)
(#134) Missing whitespace after semicolon. (semi-spacing)
(#134) Requires a space before '}'. (block-spacing)
(#134) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#134) Missing semicolon. (semi)
(#134) Missing whitespace after semicolon. (semi-spacing)
(#134) Operator '=' must be spaced. (space-infix-ops)
(#134) Missing whitespace after semicolon. (semi-spacing)
(#134) Operator '=' must be spaced. (space-infix-ops)
(#134) Missing space before value for key '_default'. (key-spacing)
(#134) Missing space before value for key 'get'. (key-spacing)
(#134) Requires a space after '{'. (block-spacing)
(#134) Statement inside of curly braces should be on next line. (brace-style)
(#134) Missing space before opening brace. (space-before-blocks)
(#134) Do not nest ternary expressions. (no-nested-ternary)
(#134) Operator '!==' must be spaced. (space-infix-ops)
(#134) Operator '||' must be spaced. (space-infix-ops)
(#135) This line has a length of 502. Maximum allowed is 132. (max-len)
(#135) Use '===' to compare with null. (no-eq-null)
(#135) Operator '!=' must be spaced. (space-infix-ops)
(#135) Operator '&&' must be spaced. (space-infix-ops)
(#135) Use '===' to compare with null. (no-eq-null)
(#135) Operator '==' must be spaced. (space-infix-ops)
(#135) Operator '?' must be spaced. (space-infix-ops)
(#135) Operator ':' must be spaced. (space-infix-ops)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) A space is required after ','. (comma-spacing)
(#135) A space is required after ','. (comma-spacing)
(#135) Operator '&&' must be spaced. (space-infix-ops)
(#135) Operator '!==' must be spaced. (space-infix-ops)
(#135) Operator '?' must be spaced. (space-infix-ops)
(#135) Operator ':' must be spaced. (space-infix-ops)
(#135) Requires a space before '}'. (block-spacing)
(#135) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#135) Missing semicolon. (semi)
(#135) A space is required after ','. (comma-spacing)
(#135) Missing space before value for key 'set'. (key-spacing)
(#135) Requires a space after '{'. (block-spacing)
(#135) Statement inside of curly braces should be on next line. (brace-style)
(#135) Missing space before opening brace. (space-before-blocks)
(#135) Expected space(s) after "if". (keyword-spacing)
(#135) Expected { after 'if' condition. (curly)
(#135) Missing whitespace after semicolon. (semi-spacing)
(#135) Expected { after 'else'. (curly)
(#135) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#135) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#135) Operator '!==' must be spaced. (space-infix-ops)
(#135) Operator '||' must be spaced. (space-infix-ops)
(#135) Use '===' to compare with null. (no-eq-null)
(#135) Operator '==' must be spaced. (space-infix-ops)
(#135) Operator '&&' must be spaced. (space-infix-ops)
(#135) Operator '?' must be spaced. (space-infix-ops)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) Operator ':' must be spaced. (space-infix-ops)
(#135) A space is required after ','. (comma-spacing)
(#135) A space is required after ','. (comma-spacing)
(#135) Operator '+' must be spaced. (space-infix-ops)
(#135) Requires a space before '}'. (block-spacing)
(#135) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#135) Missing semicolon. (semi)
(#135) Missing whitespace after semicolon. (semi-spacing)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) Missing space before value for key 'set'. (key-spacing)
(#135) Requires a space after '{'. (block-spacing)
(#135) Statement inside of curly braces should be on next line. (brace-style)
(#135) Missing space before opening brace. (space-before-blocks)
(#135) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#135) Operator '&&' must be spaced. (space-infix-ops)
(#135) Operator '&&' must be spaced. (space-infix-ops)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) Requires a space before '}'. (block-spacing)
(#135) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#135) Missing semicolon. (semi)
(#135) Missing whitespace after semicolon. (semi-spacing)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) Missing space before value for key 'linear'. (key-spacing)
(#135) Requires a space after '{'. (block-spacing)
(#135) Statement inside of curly braces should be on next line. (brace-style)
(#135) Missing space before opening brace. (space-before-blocks)
(#135) Requires a space before '}'. (block-spacing)
(#135) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#135) Missing semicolon. (semi)
(#135) A space is required after ','. (comma-spacing)
(#135) Missing space before value for key 'swing'. (key-spacing)
(#135) Requires a space after '{'. (block-spacing)
(#135) Statement inside of curly braces should be on next line. (brace-style)
(#135) Missing space before opening brace. (space-before-blocks)
(#135) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#135) Operator '-' must be spaced. (space-infix-ops)
(#136) This line has a length of 504. Maximum allowed is 132. (max-len)
(#136) Operator '*' must be spaced. (space-infix-ops)
(#136) Operator '/' must be spaced. (space-infix-ops)
(#136) Requires a space before '}'. (block-spacing)
(#136) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#136) Missing semicolon. (semi)
(#136) A space is required after ','. (comma-spacing)
(#136) Missing space before value for key '_default'. (key-spacing)
(#136) Missing whitespace after semicolon. (semi-spacing)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) Missing whitespace after semicolon. (semi-spacing)
(#136) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) Missing whitespace after semicolon. (semi-spacing)
(#136) A space is required after ','. (comma-spacing)
(#136) A space is required after ','. (comma-spacing)
(#136) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) A space is required after ','. (comma-spacing)
(#136) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) Missing whitespace after semicolon. (semi-spacing)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) A space is required after ','. (comma-spacing)
(#136) Missing space before value for key 'tweeners'. (key-spacing)
(#136) Missing space before value for key '*'. (key-spacing)
(#136) A space is required after ','. (comma-spacing)
(#136) Requires a space after '{'. (block-spacing)
(#136) Statement inside of curly braces should be on next line. (brace-style)
(#136) Missing space before opening brace. (space-before-blocks)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) A space is required after ','. (comma-spacing)
(#136) Missing whitespace after semicolon. (semi-spacing)
(#136) A space is required after ','. (comma-spacing)
(#136) A space is required after ','. (comma-spacing)
(#136) A space is required after ','. (comma-spacing)
(#136) Missing whitespace after semicolon. (semi-spacing)
(#136) Requires a space before '}'. (block-spacing)
(#136) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#136) Missing semicolon. (semi)
(#136) A space is required after ','. (comma-spacing)
(#136) Missing space before value for key 'tweener'. (key-spacing)
(#136) A space is required after ','. (comma-spacing)
(#136) Requires a space after '{'. (block-spacing)
(#136) Statement inside of curly braces should be on next line. (brace-style)
(#136) Missing space before opening brace. (space-before-blocks)
(#136) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#136) Operator '?' must be spaced. (space-infix-ops)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) A space is required after ','. (comma-spacing)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) Operator ':' must be spaced. (space-infix-ops)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) Missing whitespace after semicolon. (semi-spacing)
(#136) Expected space(s) after "for". (keyword-spacing)
(#136) A space is required after ','. (comma-spacing)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) A space is required after ','. (comma-spacing)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) Missing whitespace after semicolon. (semi-spacing)
(#136) Operator '<' must be spaced. (space-infix-ops)
(#136) Missing whitespace after semicolon. (semi-spacing)
(#136) Expected { after 'for' condition. (curly)
(#136) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) Unexpected use of comma operator. (no-sequences)
(#136) A space is required after ','. (comma-spacing)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) Operator '||' must be spaced. (space-infix-ops)
(#136) A space is required after ','. (comma-spacing)
(#136) Requires a space before '}'. (block-spacing)
(#136) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#136) Missing semicolon. (semi)
(#136) A space is required after ','. (comma-spacing)
(#136) Missing space before value for key 'prefilters'. (key-spacing)
(#136) Function has a complexity of 35. Maximum allowed is 20. (complexity)
(#136) A space is required after ','. (comma-spacing)
(#136) A space is required after ','. (comma-spacing)
(#136) Requires a space after '{'. (block-spacing)
(#136) Statement inside of curly braces should be on next line. (brace-style)
(#136) Missing space before opening brace. (space-before-blocks)
(#136) A space is required after ','. (comma-spacing)
(#136) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) A space is required after ','. (comma-spacing)
(#136) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) A space is required after ','. (comma-spacing)
(#136) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) A space is required after ','. (comma-spacing)
(#136) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) Operator '&&' must be spaced. (space-infix-ops)
(#136) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#136) A space is required after ','. (comma-spacing)
(#136) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#137) This line has a length of 519. Maximum allowed is 132. (max-len)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) Expected space(s) after "if". (keyword-spacing)
(#137) Requires a space after '{'. (block-spacing)
(#137) Statement inside of curly braces should be on next line. (brace-style)
(#137) Missing space before opening brace. (space-before-blocks)
(#137) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#137) Operator '=' must be spaced. (space-infix-ops)
(#137) A space is required after ','. (comma-spacing)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) Expected space(s) after "if". (keyword-spacing)
(#137) Use '===' to compare with null. (no-eq-null)
(#137) Operator '==' must be spaced. (space-infix-ops)
(#137) Requires a space after '{'. (block-spacing)
(#137) Statement inside of curly braces should be on next line. (brace-style)
(#137) Missing space before opening brace. (space-before-blocks)
(#137) Operator '=' must be spaced. (space-infix-ops)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) Operator '=' must be spaced. (space-infix-ops)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) Operator '=' must be spaced. (space-infix-ops)
(#137) Requires a space after '{'. (block-spacing)
(#137) Statement inside of curly braces should be on next line. (brace-style)
(#137) Missing space before opening brace. (space-before-blocks)
(#137) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#137) Operator '||' must be spaced. (space-infix-ops)
(#137) Requires a space before '}'. (block-spacing)
(#137) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#137) Missing semicolon. (semi)
(#137) Requires a space before '}'. (block-spacing)
(#137) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#137) Missing semicolon. (semi)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) Requires a space after '{'. (block-spacing)
(#137) Statement inside of curly braces should be on next line. (brace-style)
(#137) Missing space before opening brace. (space-before-blocks)
(#137) Requires a space after '{'. (block-spacing)
(#137) Statement inside of curly braces should be on next line. (brace-style)
(#137) Missing space before opening brace. (space-before-blocks)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#137) A space is required after ','. (comma-spacing)
(#137) Operator '||' must be spaced. (space-infix-ops)
(#137) Requires a space before '}'. (block-spacing)
(#137) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#137) Missing semicolon. (semi)
(#137) Requires a space before '}'. (block-spacing)
(#137) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#137) Missing semicolon. (semi)
(#137) Requires a space before '}'. (block-spacing)
(#137) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#137) Missing semicolon. (semi)
(#137) Expected space(s) before "if". (keyword-spacing)
(#137) Expected space(s) after "if". (keyword-spacing)
(#137) Operator '===' must be spaced. (space-infix-ops)
(#137) Operator '&&' must be spaced. (space-infix-ops)
(#137) Operator 'in' must be spaced. (space-infix-ops)
(#137) Operator '||' must be spaced. (space-infix-ops)
(#137) Operator 'in' must be spaced. (space-infix-ops)
(#137) Requires a space after '{'. (block-spacing)
(#137) Statement inside of curly braces should be on next line. (brace-style)
(#137) Missing space before opening brace. (space-before-blocks)
(#137) Operator '=' must be spaced. (space-infix-ops)
(#137) A space is required after ','. (comma-spacing)
(#137) A space is required after ','. (comma-spacing)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) Operator '=' must be spaced. (space-infix-ops)
(#137) A space is required after ','. (comma-spacing)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) Operator '=' must be spaced. (space-infix-ops)
(#137) Operator '===' must be spaced. (space-infix-ops)
(#137) Operator '?' must be spaced. (space-infix-ops)
(#137) A space is required after ','. (comma-spacing)
(#137) Operator '||' must be spaced. (space-infix-ops)
(#137) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#137) Operator ':' must be spaced. (space-infix-ops)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#137) Operator '===' must be spaced. (space-infix-ops)
(#137) Operator '&&' must be spaced. (space-infix-ops)
(#137) Operator '===' must be spaced. (space-infix-ops)
(#137) A space is required after ','. (comma-spacing)
(#137) Operator '&&' must be spaced. (space-infix-ops)
(#137) Operator '=' must be spaced. (space-infix-ops)
(#137) Requires a space before '}'. (block-spacing)
(#137) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#137) Missing semicolon. (semi)
(#137) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#137) Operator '&&' must be spaced. (space-infix-ops)
(#138) This line has a length of 517. Maximum allowed is 132. (max-len)
(#138) Operator '=' must be spaced. (space-infix-ops)
(#138) A space is required after ','. (comma-spacing)
(#138) Requires a space after '{'. (block-spacing)
(#138) Statement inside of curly braces should be on next line. (brace-style)
(#138) Missing space before opening brace. (space-before-blocks)
(#138) Operator '=' must be spaced. (space-infix-ops)
(#138) Missing whitespace after semicolon. (semi-spacing)
(#138) Operator '=' must be spaced. (space-infix-ops)
(#138) Missing whitespace after semicolon. (semi-spacing)
(#138) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#138) Operator '=' must be spaced. (space-infix-ops)
(#138) Requires a space before '}'. (block-spacing)
(#138) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#138) Missing semicolon. (semi)
(#138) Missing whitespace after semicolon. (semi-spacing)
(#138) Expected space(s) after "for". (keyword-spacing)
(#138) Expected { after 'for-in'. (curly)
(#138) Expected space(s) before "if". (keyword-spacing)
(#138) Expected space(s) after "if". (keyword-spacing)
(#138) 'la' used outside of binding context. (block-scoped-var)
(#138) Operator '=' must be spaced. (space-infix-ops)
(#138) Unexpected use of comma operator. (no-sequences)
(#138) A space is required after ','. (comma-spacing)
(#138) 'la' used outside of binding context. (block-scoped-var)
(#138) Requires a space after '{'. (block-spacing)
(#138) Statement inside of curly braces should be on next line. (brace-style)
(#138) Missing space before opening brace. (space-before-blocks)
(#138) Missing whitespace after semicolon. (semi-spacing)
(#138) Operator '=' must be spaced. (space-infix-ops)
(#138) Operator '||' must be spaced. (space-infix-ops)
(#138) Operator '===' must be spaced. (space-infix-ops)
(#138) 'la' used outside of binding context. (block-scoped-var)
(#138) Missing whitespace after semicolon. (semi-spacing)
(#138) Expected space(s) after "if". (keyword-spacing)
(#138) 'la' used outside of binding context. (block-scoped-var)
(#138) Operator '===' must be spaced. (space-infix-ops)
(#138) Operator '?' must be spaced. (space-infix-ops)
(#138) Operator ':' must be spaced. (space-infix-ops)
(#138) Expected { after 'if' condition. (curly)
(#138) Expected space(s) before "if". (keyword-spacing)
(#138) Expected space(s) after "if". (keyword-spacing)
(#138) Operator '===' must be spaced. (space-infix-ops)
(#138) 'la' used outside of binding context. (block-scoped-var)
(#138) Operator '&&' must be spaced. (space-infix-ops)
(#138) Operator '&&' must be spaced. (space-infix-ops)
(#138) Operator '!==' must be spaced. (space-infix-ops)
(#138) Expected { after 'if' condition. (curly)
(#138) Operator '=' must be spaced. (space-infix-ops)
(#138) Missing whitespace after semicolon. (semi-spacing)
(#138) Expected { after 'else'. (curly)
(#138) Missing whitespace after semicolon. (semi-spacing)
(#138) Operator '=' must be spaced. (space-infix-ops)
(#138) Operator '&&' must be spaced. (space-infix-ops)
(#138) Operator '||' must be spaced. (space-infix-ops)
(#138) A space is required after ','. (comma-spacing)
(#138) Requires a space before '}'. (block-spacing)
(#138) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#138) Missing semicolon. (semi)
(#138) Expected space(s) before "else". (keyword-spacing)
(#138) 'ja' used outside of binding context. (block-scoped-var)
(#138) Expected { after 'else'. (curly)
(#138) Operator '=' must be spaced. (space-infix-ops)
(#138) Missing whitespace after semicolon. (semi-spacing)
(#138) Expected space(s) after "if". (keyword-spacing)
(#138) Expected { after 'if' condition. (curly)
(#138) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#138) Operator '===' must be spaced. (space-infix-ops)
(#138) Operator '===' must be spaced. (space-infix-ops)
(#138) 'ja' used outside of binding context. (block-scoped-var)
(#138) Operator '?' must be spaced. (space-infix-ops)
(#138) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#138) Operator ':' must be spaced. (space-infix-ops)
(#138) 'ja' used outside of binding context. (block-scoped-var)
(#138) Operator '&&' must be spaced. (space-infix-ops)
(#138) Operator '=' must be spaced. (space-infix-ops)
(#138) 'ja' used outside of binding context. (block-scoped-var)
(#138) Missing whitespace after semicolon. (semi-spacing)
(#138) Expected { after 'else'. (curly)
(#138) Expected space(s) after "for". (keyword-spacing)
(#138) Operator '?' must be spaced. (space-infix-ops)
(#138) Operator 'in' must be spaced. (space-infix-ops)
(#138) Operator '&&' must be spaced. (space-infix-ops)
(#138) Operator '=' must be spaced. (space-infix-ops)
(#138) Operator ':' must be spaced. (space-infix-ops)
(#138) Operator '=' must be spaced. (space-infix-ops)
(#138) A space is required after ','. (comma-spacing)
(#138) A space is required after ','. (comma-spacing)
(#138) Unexpected use of comma operator. (no-sequences)
(#138) A space is required after ','. (comma-spacing)
(#138) 'Sa' used outside of binding context. (block-scoped-var)
(#138) Operator '&&' must be spaced. (space-infix-ops)
(#138) Operator '=' must be spaced. (space-infix-ops)
(#138) A space is required after ','. (comma-spacing)
(#138) Operator '?' must be spaced. (space-infix-ops)
(#138) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#138) Operator ':' must be spaced. (space-infix-ops)
(#138) Requires a space after '{'. (block-spacing)
(#138) Statement inside of curly braces should be on next line. (brace-style)
(#138) Missing space before opening brace. (space-before-blocks)
(#138) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#138) Requires a space before '}'. (block-spacing)
(#138) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#138) Missing semicolon. (semi)
(#139) This line has a length of 503. Maximum allowed is 132. (max-len)
(#139) Requires a space after '{'. (block-spacing)
(#139) Statement inside of curly braces should be on next line. (brace-style)
(#139) Missing space before opening brace. (space-before-blocks)
(#139) Missing whitespace after semicolon. (semi-spacing)
(#139) A space is required after ','. (comma-spacing)
(#139) Missing whitespace after semicolon. (semi-spacing)
(#139) Expected space(s) after "for". (keyword-spacing)
(#139) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#139) Expected { after 'for-in'. (curly)
(#139) A space is required after ','. (comma-spacing)
(#139) A space is required after ','. (comma-spacing)
(#139) Requires a space before '}'. (block-spacing)
(#139) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#139) Missing semicolon. (semi)
(#139) A space is required after ','. (comma-spacing)
(#139) Expected { after 'for-in'. (curly)
(#139) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#139) Operator '=' must be spaced. (space-infix-ops)
(#139) Operator '?' must be spaced. (space-infix-ops)
(#139) Operator ':' must be spaced. (space-infix-ops)
(#139) A space is required after ','. (comma-spacing)
(#139) A space is required after ','. (comma-spacing)
(#139) Unexpected use of comma operator. (no-sequences)
(#139) A space is required after ','. (comma-spacing)
(#139) Operator '||' must be spaced. (space-infix-ops)
(#139) Operator '=' must be spaced. (space-infix-ops)
(#139) A space is required after ','. (comma-spacing)
(#139) Operator '&&' must be spaced. (space-infix-ops)
(#139) Operator '=' must be spaced. (space-infix-ops)
(#139) A space is required after ','. (comma-spacing)
(#139) Operator '=' must be spaced. (space-infix-ops)
(#139) Operator '===' must be spaced. (space-infix-ops)
(#139) Operator '||' must be spaced. (space-infix-ops)
(#139) Operator '===' must be spaced. (space-infix-ops)
(#139) Operator '?' must be spaced. (space-infix-ops)
(#139) Operator ':' must be spaced. (space-infix-ops)
(#139) Requires a space before '}'. (block-spacing)
(#139) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#139) Missing semicolon. (semi)
(#139) A space is required after ','. (comma-spacing)
(#139) Missing space before value for key 'prefilter'. (key-spacing)
(#139) A space is required after ','. (comma-spacing)
(#139) Requires a space after '{'. (block-spacing)
(#139) Statement inside of curly braces should be on next line. (brace-style)
(#139) Missing space before opening brace. (space-before-blocks)
(#139) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#139) Operator '?' must be spaced. (space-infix-ops)
(#139) Operator ':' must be spaced. (space-infix-ops)
(#139) Requires a space before '}'. (block-spacing)
(#139) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#139) Missing semicolon. (semi)
(#139) Missing whitespace after semicolon. (semi-spacing)
(#139) Operator '=' must be spaced. (space-infix-ops)
(#139) A space is required after ','. (comma-spacing)
(#139) A space is required after ','. (comma-spacing)
(#139) Requires a space after '{'. (block-spacing)
(#139) Statement inside of curly braces should be on next line. (brace-style)
(#139) Missing space before opening brace. (space-before-blocks)
(#139) Operator '=' must be spaced. (space-infix-ops)
(#139) Operator '&&' must be spaced. (space-infix-ops)
(#139) Operator '===' must be spaced. (space-infix-ops)
(#139) Operator '?' must be spaced. (space-infix-ops)
(#139) A space is required after ','. (comma-spacing)
(#139) Operator ':' must be spaced. (space-infix-ops)
(#139) Missing space before value for key 'complete'. (key-spacing)
(#139) Operator '||' must be spaced. (space-infix-ops)
(#139) Operator '&&' must be spaced. (space-infix-ops)
(#139) Operator '||' must be spaced. (space-infix-ops)
(#139) Operator '&&' must be spaced. (space-infix-ops)
(#139) A space is required after ','. (comma-spacing)
(#139) Missing space before value for key 'duration'. (key-spacing)
(#139) A space is required after ','. (comma-spacing)
(#139) Missing space before value for key 'easing'. (key-spacing)
(#139) Operator '&&' must be spaced. (space-infix-ops)
(#139) Operator '||' must be spaced. (space-infix-ops)
(#139) Operator '&&' must be spaced. (space-infix-ops)
(#139) Operator '&&' must be spaced. (space-infix-ops)
(#139) Missing whitespace after semicolon. (semi-spacing)
(#139) Operator '=' must be spaced. (space-infix-ops)
(#139) Do not nest ternary expressions. (no-nested-ternary)
(#139) Operator '?' must be spaced. (space-infix-ops)
(#139) Operator ':' must be spaced. (space-infix-ops)
(#139) Do not nest ternary expressions. (no-nested-ternary)
(#139) Operator '===' must be spaced. (space-infix-ops)
(#139) Operator '?' must be spaced. (space-infix-ops)
(#139) Operator ':' must be spaced. (space-infix-ops)
(#139) Operator '?' must be spaced. (space-infix-ops)
(#140) This line has a length of 503. Maximum allowed is 132. (max-len)
(#140) Operator ':' must be spaced. (space-infix-ops)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Expected space(s) after "if". (keyword-spacing)
(#140) Use '===' to compare with null. (no-eq-null)
(#140) Operator '==' must be spaced. (space-infix-ops)
(#140) Operator '||' must be spaced. (space-infix-ops)
(#140) Operator '===' must be spaced. (space-infix-ops)
(#140) Expected { after 'if' condition. (curly)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Requires a space after '{'. (block-spacing)
(#140) Statement inside of curly braces should be on next line. (brace-style)
(#140) Missing space before opening brace. (space-before-blocks)
(#140) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#140) Operator '&&' must be spaced. (space-infix-ops)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#140) Operator '&&' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Requires a space before '}'. (block-spacing)
(#140) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#140) Missing semicolon. (semi)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Requires a space before '}'. (block-spacing)
(#140) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#140) Missing semicolon. (semi)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Missing space before value for key 'fadeTo'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Requires a space after '{'. (block-spacing)
(#140) Statement inside of curly braces should be on next line. (brace-style)
(#140) Missing space before opening brace. (space-before-blocks)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key 'opacity'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Requires a space before '}'. (block-spacing)
(#140) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#140) Missing semicolon. (semi)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key 'animate'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Requires a space after '{'. (block-spacing)
(#140) Statement inside of curly braces should be on next line. (brace-style)
(#140) Missing space before opening brace. (space-before-blocks)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Requires a space after '{'. (block-spacing)
(#140) Statement inside of curly braces should be on next line. (brace-style)
(#140) Missing space before opening brace. (space-before-blocks)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#140) Operator '||' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Operator '&&' must be spaced. (space-infix-ops)
(#140) Requires a space before '}'. (block-spacing)
(#140) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#140) Missing semicolon. (semi)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Operator '||' must be spaced. (space-infix-ops)
(#141) This line has a length of 516. Maximum allowed is 132. (max-len)
(#141) Operator '===' must be spaced. (space-infix-ops)
(#141) Operator '?' must be spaced. (space-infix-ops)
(#141) Operator ':' must be spaced. (space-infix-ops)
(#141) A space is required after ','. (comma-spacing)
(#141) Requires a space before '}'. (block-spacing)
(#141) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#141) Missing semicolon. (semi)
(#141) A space is required after ','. (comma-spacing)
(#141) Missing space before value for key 'stop'. (key-spacing)
(#141) A space is required after ','. (comma-spacing)
(#141) A space is required after ','. (comma-spacing)
(#141) Requires a space after '{'. (block-spacing)
(#141) Statement inside of curly braces should be on next line. (brace-style)
(#141) Missing space before opening brace. (space-before-blocks)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) Requires a space after '{'. (block-spacing)
(#141) Statement inside of curly braces should be on next line. (brace-style)
(#141) Missing space before opening brace. (space-before-blocks)
(#141) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#141) Requires a space before '}'. (block-spacing)
(#141) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#141) Missing semicolon. (semi)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#141) Operator '!==' must be spaced. (space-infix-ops)
(#141) Operator '&&' must be spaced. (space-infix-ops)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) A space is required after ','. (comma-spacing)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) A space is required after ','. (comma-spacing)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#141) Operator '&&' must be spaced. (space-infix-ops)
(#141) Operator '!==' must be spaced. (space-infix-ops)
(#141) Operator '&&' must be spaced. (space-infix-ops)
(#141) Operator '||' must be spaced. (space-infix-ops)
(#141) A space is required after ','. (comma-spacing)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Requires a space after '{'. (block-spacing)
(#141) Statement inside of curly braces should be on next line. (brace-style)
(#141) Missing space before opening brace. (space-before-blocks)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) A space is required after ','. (comma-spacing)
(#141) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) Use '===' to compare with null. (no-eq-null)
(#141) Operator '!=' must be spaced. (space-infix-ops)
(#141) Operator '&&' must be spaced. (space-infix-ops)
(#141) Operator '+' must be spaced. (space-infix-ops)
(#141) A space is required after ','. (comma-spacing)
(#141) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) A space is required after ','. (comma-spacing)
(#141) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Expected space(s) after "if". (keyword-spacing)
(#141) Expected { after 'if' condition. (curly)
(#141) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#141) Operator '&&' must be spaced. (space-infix-ops)
(#141) Operator '&&' must be spaced. (space-infix-ops)
(#141) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Expected { after 'else'. (curly)
(#141) Expected space(s) after "for". (keyword-spacing)
(#141) Expected { after 'for-in'. (curly)
(#141) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#141) Operator '&&' must be spaced. (space-infix-ops)
(#141) Operator '&&' must be spaced. (space-infix-ops)
(#141) Operator '&&' must be spaced. (space-infix-ops)
(#141) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Expected space(s) after "for". (keyword-spacing)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Expected { after 'for' condition. (curly)
(#141) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#141) Operator '!==' must be spaced. (space-infix-ops)
(#141) Operator '||' must be spaced. (space-infix-ops)
(#141) Use '===' to compare with null. (no-eq-null)
(#141) Operator '!=' must be spaced. (space-infix-ops)
(#141) Operator '&&' must be spaced. (space-infix-ops)
(#141) Operator '!==' must be spaced. (space-infix-ops)
(#141) Operator '||' must be spaced. (space-infix-ops)
(#141) A space is required after ','. (comma-spacing)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) A space is required after ','. (comma-spacing)
(#141) A space is required after ','. (comma-spacing)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#141) Operator '&&' must be spaced. (space-infix-ops)
(#141) Operator '||' must be spaced. (space-infix-ops)
(#141) A space is required after ','. (comma-spacing)
(#141) Requires a space before '}'. (block-spacing)
(#141) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#141) Missing semicolon. (semi)
(#141) Requires a space before '}'. (block-spacing)
(#141) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#141) Missing semicolon. (semi)
(#141) A space is required after ','. (comma-spacing)
(#141) Missing space before value for key 'finish'. (key-spacing)
(#141) Requires a space after '{'. (block-spacing)
(#141) Statement inside of curly braces should be on next line. (brace-style)
(#141) Missing space before opening brace. (space-before-blocks)
(#141) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#141) Operator '!==' must be spaced. (space-infix-ops)
(#142) This line has a length of 507. Maximum allowed is 132. (max-len)
(#142) Operator '&&' must be spaced. (space-infix-ops)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) Operator '||' must be spaced. (space-infix-ops)
(#142) Missing whitespace after semicolon. (semi-spacing)
(#142) Requires a space after '{'. (block-spacing)
(#142) Statement inside of curly braces should be on next line. (brace-style)
(#142) Missing space before opening brace. (space-before-blocks)
(#142) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) A space is required after ','. (comma-spacing)
(#142) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) Operator '+' must be spaced. (space-infix-ops)
(#142) Missing whitespace after semicolon. (semi-spacing)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) Operator '+' must be spaced. (space-infix-ops)
(#142) Missing whitespace after semicolon. (semi-spacing)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) A space is required after ','. (comma-spacing)
(#142) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) Operator '?' must be spaced. (space-infix-ops)
(#142) Operator ':' must be spaced. (space-infix-ops)
(#142) Missing whitespace after semicolon. (semi-spacing)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) Missing whitespace after semicolon. (semi-spacing)
(#142) A space is required after ','. (comma-spacing)
(#142) A space is required after ','. (comma-spacing)
(#142) Missing whitespace after semicolon. (semi-spacing)
(#142) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#142) Operator '&&' must be spaced. (space-infix-ops)
(#142) Operator '&&' must be spaced. (space-infix-ops)
(#142) A space is required after ','. (comma-spacing)
(#142) Missing whitespace after semicolon. (semi-spacing)
(#142) Expected space(s) after "for". (keyword-spacing)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) Missing whitespace after semicolon. (semi-spacing)
(#142) Expected { after 'for' condition. (curly)
(#142) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#142) Operator '===' must be spaced. (space-infix-ops)
(#142) Operator '&&' must be spaced. (space-infix-ops)
(#142) Operator '===' must be spaced. (space-infix-ops)
(#142) Operator '&&' must be spaced. (space-infix-ops)
(#142) A space is required after ','. (comma-spacing)
(#142) A space is required after ','. (comma-spacing)
(#142) Missing whitespace after semicolon. (semi-spacing)
(#142) Expected space(s) after "for". (keyword-spacing)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) Missing whitespace after semicolon. (semi-spacing)
(#142) Operator '<' must be spaced. (space-infix-ops)
(#142) Missing whitespace after semicolon. (semi-spacing)
(#142) Expected { after 'for' condition. (curly)
(#142) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#142) Operator '&&' must be spaced. (space-infix-ops)
(#142) Operator '&&' must be spaced. (space-infix-ops)
(#142) Missing whitespace after semicolon. (semi-spacing)
(#142) Requires a space before '}'. (block-spacing)
(#142) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#142) Missing semicolon. (semi)
(#142) Requires a space before '}'. (block-spacing)
(#142) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#142) Missing semicolon. (semi)
(#142) Missing whitespace after semicolon. (semi-spacing)
(#142) A space is required after ','. (comma-spacing)
(#142) A space is required after ','. (comma-spacing)
(#142) A space is required after ','. (comma-spacing)
(#142) A space is required after ','. (comma-spacing)
(#142) Requires a space after '{'. (block-spacing)
(#142) Statement inside of curly braces should be on next line. (brace-style)
(#142) Missing space before opening brace. (space-before-blocks)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) Missing whitespace after semicolon. (semi-spacing)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) A space is required after ','. (comma-spacing)
(#142) A space is required after ','. (comma-spacing)
(#142) Requires a space after '{'. (block-spacing)
(#142) Statement inside of curly braces should be on next line. (brace-style)
(#142) Missing space before opening brace. (space-before-blocks)
(#142) Use '===' to compare with null. (no-eq-null)
(#142) Operator '==' must be spaced. (space-infix-ops)
(#142) Operator '||' must be spaced. (space-infix-ops)
(#142) Operator '===' must be spaced. (space-infix-ops)
(#142) Operator '?' must be spaced. (space-infix-ops)
(#142) A space is required after ','. (comma-spacing)
(#142) Operator ':' must be spaced. (space-infix-ops)
(#143) This line has a length of 509. Maximum allowed is 132. (max-len)
(#143) A space is required after ','. (comma-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) Requires a space before '}'. (block-spacing)
(#143) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#143) Missing semicolon. (semi)
(#143) Requires a space before '}'. (block-spacing)
(#143) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#143) Missing semicolon. (semi)
(#143) Missing whitespace after semicolon. (semi-spacing)
(#143) Missing space before value for key 'slideDown'. (key-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) Missing space before value for key 'slideUp'. (key-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) Missing space before value for key 'slideToggle'. (key-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) Missing space before value for key 'fadeIn'. (key-spacing)
(#143) Missing space before value for key 'opacity'. (key-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) Missing space before value for key 'fadeOut'. (key-spacing)
(#143) Missing space before value for key 'opacity'. (key-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) Missing space before value for key 'fadeToggle'. (key-spacing)
(#143) Missing space before value for key 'opacity'. (key-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) Requires a space after '{'. (block-spacing)
(#143) Statement inside of curly braces should be on next line. (brace-style)
(#143) Missing space before opening brace. (space-before-blocks)
(#143) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#143) Operator '=' must be spaced. (space-infix-ops)
(#143) A space is required after ','. (comma-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) Requires a space after '{'. (block-spacing)
(#143) Statement inside of curly braces should be on next line. (brace-style)
(#143) Missing space before opening brace. (space-before-blocks)
(#143) A space is required after ','. (comma-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) Requires a space before '}'. (block-spacing)
(#143) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#143) Missing semicolon. (semi)
(#143) Requires a space before '}'. (block-spacing)
(#143) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#143) Missing semicolon. (semi)
(#143) Missing whitespace after semicolon. (semi-spacing)
(#143) Operator '=' must be spaced. (space-infix-ops)
(#143) Missing whitespace after semicolon. (semi-spacing)
(#143) Operator '=' must be spaced. (space-infix-ops)
(#143) Requires a space after '{'. (block-spacing)
(#143) Statement inside of curly braces should be on next line. (brace-style)
(#143) Missing space before opening brace. (space-before-blocks)
(#143) Operator '=' must be spaced. (space-infix-ops)
(#143) A space is required after ','. (comma-spacing)
(#143) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#143) Operator '=' must be spaced. (space-infix-ops)
(#143) Missing whitespace after semicolon. (semi-spacing)
(#143) Expected space(s) after "for". (keyword-spacing)
(#143) Operator '=' must be spaced. (space-infix-ops)
(#143) Missing whitespace after semicolon. (semi-spacing)
(#143) Operator '<' must be spaced. (space-infix-ops)
(#143) Missing whitespace after semicolon. (semi-spacing)
(#143) Requires a space after '{'. (block-spacing)
(#143) Statement inside of curly braces should be on next line. (brace-style)
(#143) Missing space before opening brace. (space-before-blocks)
(#143) Operator '=' must be spaced. (space-infix-ops)
(#143) Missing whitespace after semicolon. (semi-spacing)
(#143) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#143) Operator '||' must be spaced. (space-infix-ops)
(#143) Operator '!==' must be spaced. (space-infix-ops)
(#143) Operator '||' must be spaced. (space-infix-ops)
(#143) A space is required after ','. (comma-spacing)
(#143) Requires a space before '}'. (block-spacing)
(#143) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#143) Missing semicolon. (semi)
(#143) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#143) Operator '||' must be spaced. (space-infix-ops)
(#143) Missing whitespace after semicolon. (semi-spacing)
(#143) Operator '=' must be spaced. (space-infix-ops)
(#143) Requires a space before '}'. (block-spacing)
(#143) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#143) Missing semicolon. (semi)
(#143) Missing whitespace after semicolon. (semi-spacing)
(#143) Operator '=' must be spaced. (space-infix-ops)
(#143) Requires a space after '{'. (block-spacing)
(#143) Statement inside of curly braces should be on next line. (brace-style)
(#143) Missing space before opening brace. (space-before-blocks)
(#143) Missing whitespace after semicolon. (semi-spacing)
(#143) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#143) Operator '?' must be spaced. (space-infix-ops)
(#143) Operator ':' must be spaced. (space-infix-ops)
(#143) Requires a space before '}'. (block-spacing)
(#143) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#143) Missing semicolon. (semi)
(#143) Missing whitespace after semicolon. (semi-spacing)
(#143) Operator '=' must be spaced. (space-infix-ops)
(#143) Missing whitespace after semicolon. (semi-spacing)
(#143) Operator '=' must be spaced. (space-infix-ops)
(#144) This line has a length of 507. Maximum allowed is 132. (max-len)
(#144) Requires a space after '{'. (block-spacing)
(#144) Statement inside of curly braces should be on next line. (brace-style)
(#144) Missing space before opening brace. (space-before-blocks)
(#144) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#144) Operator '||' must be spaced. (space-infix-ops)
(#144) Operator '=' must be spaced. (space-infix-ops)
(#144) A space is required after ','. (comma-spacing)
(#144) Requires a space before '}'. (block-spacing)
(#144) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#144) Missing semicolon. (semi)
(#144) Missing whitespace after semicolon. (semi-spacing)
(#144) Operator '=' must be spaced. (space-infix-ops)
(#144) Requires a space after '{'. (block-spacing)
(#144) Statement inside of curly braces should be on next line. (brace-style)
(#144) Missing space before opening brace. (space-before-blocks)
(#144) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#144) Missing whitespace after semicolon. (semi-spacing)
(#144) Operator '=' must be spaced. (space-infix-ops)
(#144) Requires a space before '}'. (block-spacing)
(#144) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#144) Missing semicolon. (semi)
(#144) Missing whitespace after semicolon. (semi-spacing)
(#144) Operator '=' must be spaced. (space-infix-ops)
(#144) Missing space before value for key 'slow'. (key-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) Missing space before value for key 'fast'. (key-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) Missing space before value for key '_default'. (key-spacing)
(#144) Missing whitespace after semicolon. (semi-spacing)
(#144) Operator '=' must be spaced. (space-infix-ops)
(#144) A space is required after ','. (comma-spacing)
(#144) Requires a space after '{'. (block-spacing)
(#144) Statement inside of curly braces should be on next line. (brace-style)
(#144) Missing space before opening brace. (space-before-blocks)
(#144) Operator '=' must be spaced. (space-infix-ops)
(#144) Operator '?' must be spaced. (space-infix-ops)
(#144) Operator '||' must be spaced. (space-infix-ops)
(#144) Operator ':' must be spaced. (space-infix-ops)
(#144) Missing whitespace after semicolon. (semi-spacing)
(#144) Operator '||' must be spaced. (space-infix-ops)
(#144) A space is required after ','. (comma-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) Requires a space after '{'. (block-spacing)
(#144) Statement inside of curly braces should be on next line. (brace-style)
(#144) Missing space before opening brace. (space-before-blocks)
(#144) Operator '=' must be spaced. (space-infix-ops)
(#144) A space is required after ','. (comma-spacing)
(#144) Missing whitespace after semicolon. (semi-spacing)
(#144) Operator '=' must be spaced. (space-infix-ops)
(#144) Requires a space after '{'. (block-spacing)
(#144) Statement inside of curly braces should be on next line. (brace-style)
(#144) Missing space before opening brace. (space-before-blocks)
(#144) Requires a space before '}'. (block-spacing)
(#144) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#144) Missing semicolon. (semi)
(#144) Requires a space before '}'. (block-spacing)
(#144) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#144) Missing semicolon. (semi)
(#144) Requires a space before '}'. (block-spacing)
(#144) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#144) Missing semicolon. (semi)
(#144) Missing whitespace after semicolon. (semi-spacing)
(#144) Requires a space after '{'. (block-spacing)
(#144) Statement inside of curly braces should be on next line. (brace-style)
(#144) Missing space before opening brace. (space-before-blocks)
(#144) Operator '=' must be spaced. (space-infix-ops)
(#144) A space is required after ','. (comma-spacing)
(#144) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#144) Operator '=' must be spaced. (space-infix-ops)
(#144) A space is required after ','. (comma-spacing)
(#144) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#144) Operator '=' must be spaced. (space-infix-ops)
(#144) Missing whitespace after semicolon. (semi-spacing)
(#144) Operator '=' must be spaced. (space-infix-ops)
(#144) Missing whitespace after semicolon. (semi-spacing)
(#144) Operator '=' must be spaced. (space-infix-ops)
(#144) Operator '!==' must be spaced. (space-infix-ops)
(#144) Missing whitespace after semicolon. (semi-spacing)
(#144) Operator '=' must be spaced. (space-infix-ops)
(#144) Missing whitespace after semicolon. (semi-spacing)
(#144) Operator '=' must be spaced. (space-infix-ops)
(#145) This line has a length of 525. Maximum allowed is 132. (max-len)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Operator '=' must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#145) Operator '=' must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Operator '=' must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Operator '=' must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Operator '=' must be spaced. (space-infix-ops)
(#145) Operator '===' must be spaced. (space-infix-ops)
(#145) Requires a space before '}'. (block-spacing)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) Missing semicolon. (semi)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Operator '=' must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Missing space before value for key 'attr'. (key-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) Requires a space after '{'. (block-spacing)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) A space is required after ','. (comma-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) Operator '<' must be spaced. (space-infix-ops)
(#145) Requires a space before '}'. (block-spacing)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) Missing semicolon. (semi)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing space before value for key 'removeAttr'. (key-spacing)
(#145) Requires a space after '{'. (block-spacing)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Requires a space after '{'. (block-spacing)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) A space is required after ','. (comma-spacing)
(#145) Requires a space before '}'. (block-spacing)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) Missing semicolon. (semi)
(#145) Requires a space before '}'. (block-spacing)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) Missing semicolon. (semi)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Missing space before value for key 'attr'. (key-spacing)
(#145) Expected to return a value at the end of method 'attr'. (consistent-return)
(#145) A space is required after ','. (comma-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) Requires a space after '{'. (block-spacing)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) A space is required after ','. (comma-spacing)
(#145) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#145) Operator '=' must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Expected space(s) after "if". (keyword-spacing)
(#145) Operator '!==' must be spaced. (space-infix-ops)
(#145) Operator '&&' must be spaced. (space-infix-ops)
(#145) Operator '!==' must be spaced. (space-infix-ops)
(#145) Operator '&&' must be spaced. (space-infix-ops)
(#145) Operator '!==' must be spaced. (space-infix-ops)
(#145) Requires a space after '{'. (block-spacing)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Expected space(s) after "if". (keyword-spacing)
(#145) Operator '===' must be spaced. (space-infix-ops)
(#145) Expected { after 'if' condition. (curly)
(#145) Expected space(s) before "return". (keyword-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Expected space(s) after "if". (keyword-spacing)
(#145) Operator '!==' must be spaced. (space-infix-ops)
(#145) Operator '||' must be spaced. (space-infix-ops)
(#145) Requires a space after '{'. (block-spacing)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Operator '=' must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Operator '=' must be spaced. (space-infix-ops)
(#145) Operator '||' must be spaced. (space-infix-ops)
(#145) Operator '?' must be spaced. (space-infix-ops)
(#146) This line has a length of 514. Maximum allowed is 132. (max-len)
(#146) Operator ':' must be spaced. (space-infix-ops)
(#146) Requires a space before '}'. (block-spacing)
(#146) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#146) Missing semicolon. (semi)
(#146) Expected space(s) before "if". (keyword-spacing)
(#146) Expected space(s) after "if". (keyword-spacing)
(#146) Operator '!==' must be spaced. (space-infix-ops)
(#146) Requires a space after '{'. (block-spacing)
(#146) Statement inside of curly braces should be on next line. (brace-style)
(#146) Missing space before opening brace. (space-before-blocks)
(#146) Expected space(s) after "if". (keyword-spacing)
(#146) This line has 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#146) Operator '===' must be spaced. (space-infix-ops)
(#146) Requires a space after '{'. (block-spacing)
(#146) Statement inside of curly braces should be on next line. (brace-style)
(#146) Missing space before opening brace. (space-before-blocks)
(#146) A space is required after ','. (comma-spacing)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) Method 'attr' expected a return value. (consistent-return)
(#146) Requires a space before '}'. (block-spacing)
(#146) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#146) Missing semicolon. (semi)
(#146) Expected space(s) before "if". (keyword-spacing)
(#146) Expected space(s) after "if". (keyword-spacing)
(#146) 'J' used outside of binding context. (block-scoped-var)
(#146) Operator '&&' must be spaced. (space-infix-ops)
(#146) Operator 'in' must be spaced. (space-infix-ops)
(#146) 'J' used outside of binding context. (block-scoped-var)
(#146) Operator '&&' must be spaced. (space-infix-ops)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) 'J' used outside of binding context. (block-scoped-var)
(#146) A space is required after ','. (comma-spacing)
(#146) A space is required after ','. (comma-spacing)
(#146) Operator '!==' must be spaced. (space-infix-ops)
(#146) Expected { after 'if' condition. (curly)
(#146) Expected space(s) before "return". (keyword-spacing)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) A space is required after ','. (comma-spacing)
(#146) Operator '+' must be spaced. (space-infix-ops)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) Requires a space before '}'. (block-spacing)
(#146) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#146) Missing semicolon. (semi)
(#146) Expected space(s) before "if". (keyword-spacing)
(#146) Expected space(s) after "if". (keyword-spacing)
(#146) 'J' used outside of binding context. (block-scoped-var)
(#146) Operator '&&' must be spaced. (space-infix-ops)
(#146) Operator 'in' must be spaced. (space-infix-ops)
(#146) 'J' used outside of binding context. (block-scoped-var)
(#146) Operator '&&' must be spaced. (space-infix-ops)
(#146) Operator '!==' must be spaced. (space-infix-ops)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) 'J' used outside of binding context. (block-scoped-var)
(#146) A space is required after ','. (comma-spacing)
(#146) Expected { after 'if' condition. (curly)
(#146) Expected space(s) before "return". (keyword-spacing)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) A space is required after ','. (comma-spacing)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) Use '===' to compare with null. (no-eq-null)
(#146) Operator '==' must be spaced. (space-infix-ops)
(#146) Operator '?' must be spaced. (space-infix-ops)
(#146) Operator ':' must be spaced. (space-infix-ops)
(#146) Requires a space before '}'. (block-spacing)
(#146) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#146) Missing semicolon. (semi)
(#146) Requires a space before '}'. (block-spacing)
(#146) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#146) A space is required after ','. (comma-spacing)
(#146) Missing space before value for key 'attrHooks'. (key-spacing)
(#146) Missing space before value for key 'type'. (key-spacing)
(#146) Missing space before value for key 'set'. (key-spacing)
(#146) Expected to return a value at the end of method 'set'. (consistent-return)
(#146) A space is required after ','. (comma-spacing)
(#146) Requires a space after '{'. (block-spacing)
(#146) Statement inside of curly braces should be on next line. (brace-style)
(#146) Missing space before opening brace. (space-before-blocks)
(#146) Expected space(s) after "if". (keyword-spacing)
(#146) Operator '&&' must be spaced. (space-infix-ops)
(#146) Operator '===' must be spaced. (space-infix-ops)
(#146) Operator '&&' must be spaced. (space-infix-ops)
(#146) A space is required after ','. (comma-spacing)
(#146) Requires a space after '{'. (block-spacing)
(#146) Statement inside of curly braces should be on next line. (brace-style)
(#146) Missing space before opening brace. (space-before-blocks)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) A space is required after ','. (comma-spacing)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#146) Operator '&&' must be spaced. (space-infix-ops)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) Requires a space before '}'. (block-spacing)
(#146) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#146) Missing semicolon. (semi)
(#146) Requires a space before '}'. (block-spacing)
(#146) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#146) A space is required after ','. (comma-spacing)
(#146) Missing space before value for key 'removeAttr'. (key-spacing)
(#146) A space is required after ','. (comma-spacing)
(#146) Requires a space after '{'. (block-spacing)
(#146) Statement inside of curly braces should be on next line. (brace-style)
(#146) Missing space before opening brace. (space-before-blocks)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) A space is required after ','. (comma-spacing)
(#146) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) Operator '&&' must be spaced. (space-infix-ops)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) Expected space(s) after "if". (keyword-spacing)
(#146) Operator '&&' must be spaced. (space-infix-ops)
(#146) Operator '===' must be spaced. (space-infix-ops)
(#146) Expected { after 'if' condition. (curly)
(#146) Expected space(s) before "for". (keyword-spacing)
(#146) Expected space(s) after "for". (keyword-spacing)
(#146) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) Requires a space after '{'. (block-spacing)
(#146) Statement inside of curly braces should be on next line. (brace-style)
(#146) Missing space before opening brace. (space-before-blocks)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) Operator '||' must be spaced. (space-infix-ops)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#146) Operator '&&' must be spaced. (space-infix-ops)
(#147) This line has a length of 535. Maximum allowed is 132. (max-len)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Requires a space before '}'. (block-spacing)
(#147) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#147) Missing semicolon. (semi)
(#147) Requires a space before '}'. (block-spacing)
(#147) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#147) Missing space before value for key 'set'. (key-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) Requires a space after '{'. (block-spacing)
(#147) Statement inside of curly braces should be on next line. (brace-style)
(#147) Missing space before opening brace. (space-before-blocks)
(#147) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#147) Operator '===' must be spaced. (space-infix-ops)
(#147) Operator '?' must be spaced. (space-infix-ops)
(#147) A space is required after ','. (comma-spacing)
(#147) Operator ':' must be spaced. (space-infix-ops)
(#147) A space is required after ','. (comma-spacing)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Requires a space before '}'. (block-spacing)
(#147) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#147) Missing semicolon. (semi)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) Requires a space after '{'. (block-spacing)
(#147) Statement inside of curly braces should be on next line. (brace-style)
(#147) Missing space before opening brace. (space-before-blocks)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#147) Operator '||' must be spaced. (space-infix-ops)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) Requires a space after '{'. (block-spacing)
(#147) Statement inside of curly braces should be on next line. (brace-style)
(#147) Missing space before opening brace. (space-before-blocks)
(#147) Expected space(s) after "if". (keyword-spacing)
(#147) Requires a space after '{'. (block-spacing)
(#147) Statement inside of curly braces should be on next line. (brace-style)
(#147) Missing space before opening brace. (space-before-blocks)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#147) Use '===' to compare with null. (no-eq-null)
(#147) Operator '!=' must be spaced. (space-infix-ops)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) Operator '?' must be spaced. (space-infix-ops)
(#147) Operator ':' must be spaced. (space-infix-ops)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#147) Requires a space before '}'. (block-spacing)
(#147) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#147) Missing semicolon. (semi)
(#147) Expected space(s) before "return". (keyword-spacing)
(#147) 'Q' used outside of binding context. (block-scoped-var)
(#147) Requires a space before '}'. (block-spacing)
(#147) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#147) Missing semicolon. (semi)
(#147) Requires a space before '}'. (block-spacing)
(#147) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#147) Missing semicolon. (semi)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#147) A space is required after ','. (comma-spacing)
(#147) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Missing space before value for key 'prop'. (key-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) Requires a space after '{'. (block-spacing)
(#147) Statement inside of curly braces should be on next line. (brace-style)
(#147) Missing space before opening brace. (space-before-blocks)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) Operator '<' must be spaced. (space-infix-ops)
(#147) Requires a space before '}'. (block-spacing)
(#147) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#147) Missing semicolon. (semi)
(#147) A space is required after ','. (comma-spacing)
(#147) Missing space before value for key 'removeProp'. (key-spacing)
(#147) Requires a space after '{'. (block-spacing)
(#147) Statement inside of curly braces should be on next line. (brace-style)
(#147) Missing space before opening brace. (space-before-blocks)
(#147) Requires a space after '{'. (block-spacing)
(#147) Statement inside of curly braces should be on next line. (brace-style)
(#147) Missing space before opening brace. (space-before-blocks)
(#147) Operator '||' must be spaced. (space-infix-ops)
(#148) This line has a length of 505. Maximum allowed is 132. (max-len)
(#148) Requires a space before '}'. (block-spacing)
(#148) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#148) Missing semicolon. (semi)
(#148) Requires a space before '}'. (block-spacing)
(#148) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#148) Missing semicolon. (semi)
(#148) Missing whitespace after semicolon. (semi-spacing)
(#148) Missing space before value for key 'prop'. (key-spacing)
(#148) Expected to return a value at the end of method 'prop'. (consistent-return)
(#148) A space is required after ','. (comma-spacing)
(#148) A space is required after ','. (comma-spacing)
(#148) Requires a space after '{'. (block-spacing)
(#148) Statement inside of curly braces should be on next line. (brace-style)
(#148) Missing space before opening brace. (space-before-blocks)
(#148) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#148) A space is required after ','. (comma-spacing)
(#148) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#148) Operator '=' must be spaced. (space-infix-ops)
(#148) Missing whitespace after semicolon. (semi-spacing)
(#148) Expected space(s) after "if". (keyword-spacing)
(#148) Operator '!==' must be spaced. (space-infix-ops)
(#148) Operator '&&' must be spaced. (space-infix-ops)
(#148) Operator '!==' must be spaced. (space-infix-ops)
(#148) Operator '&&' must be spaced. (space-infix-ops)
(#148) Operator '!==' must be spaced. (space-infix-ops)
(#148) Requires a space after '{'. (block-spacing)
(#148) Statement inside of curly braces should be on next line. (brace-style)
(#148) Missing space before opening brace. (space-before-blocks)
(#148) Expected space(s) after "if". (keyword-spacing)
(#148) Operator '!==' must be spaced. (space-infix-ops)
(#148) Operator '||' must be spaced. (space-infix-ops)
(#148) Requires a space after '{'. (block-spacing)
(#148) Statement inside of curly braces should be on next line. (brace-style)
(#148) Missing space before opening brace. (space-before-blocks)
(#148) Operator '=' must be spaced. (space-infix-ops)
(#148) Operator '||' must be spaced. (space-infix-ops)
(#148) Missing whitespace after semicolon. (semi-spacing)
(#148) Operator '=' must be spaced. (space-infix-ops)
(#148) Requires a space before '}'. (block-spacing)
(#148) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#148) Missing semicolon. (semi)
(#148) Expected space(s) before "return". (keyword-spacing)
(#148) Return statement should not contain assignment. (no-return-assign)
(#148) Do not nest ternary expressions. (no-nested-ternary)
(#148) Operator '!==' must be spaced. (space-infix-ops)
(#148) Operator '?' must be spaced. (space-infix-ops)
(#148) 'J' used outside of binding context. (block-scoped-var)
(#148) Operator '&&' must be spaced. (space-infix-ops)
(#148) Operator 'in' must be spaced. (space-infix-ops)
(#148) 'J' used outside of binding context. (block-scoped-var)
(#148) Operator '&&' must be spaced. (space-infix-ops)
(#148) Operator '=' must be spaced. (space-infix-ops)
(#148) 'J' used outside of binding context. (block-scoped-var)
(#148) A space is required after ','. (comma-spacing)
(#148) A space is required after ','. (comma-spacing)
(#148) Operator '!==' must be spaced. (space-infix-ops)
(#148) Operator '?' must be spaced. (space-infix-ops)
(#148) Operator ':' must be spaced. (space-infix-ops)
(#148) Operator '=' must be spaced. (space-infix-ops)
(#148) Operator ':' must be spaced. (space-infix-ops)
(#148) 'J' used outside of binding context. (block-scoped-var)
(#148) Operator '&&' must be spaced. (space-infix-ops)
(#148) Operator 'in' must be spaced. (space-infix-ops)
(#148) 'J' used outside of binding context. (block-scoped-var)
(#148) Operator '&&' must be spaced. (space-infix-ops)
(#148) Operator '!==' must be spaced. (space-infix-ops)
(#148) Operator '=' must be spaced. (space-infix-ops)
(#148) 'J' used outside of binding context. (block-scoped-var)
(#148) A space is required after ','. (comma-spacing)
(#148) Operator '?' must be spaced. (space-infix-ops)
(#148) Operator ':' must be spaced. (space-infix-ops)
(#148) Requires a space before '}'. (block-spacing)
(#148) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#148) Missing semicolon. (semi)
(#148) Requires a space before '}'. (block-spacing)
(#148) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#148) A space is required after ','. (comma-spacing)
(#148) Missing space before value for key 'propHooks'. (key-spacing)
(#148) Missing space before value for key 'tabIndex'. (key-spacing)
(#148) Missing space before value for key 'get'. (key-spacing)
(#148) Requires a space after '{'. (block-spacing)
(#148) Statement inside of curly braces should be on next line. (brace-style)
(#148) Missing space before opening brace. (space-before-blocks)
(#148) Operator '=' must be spaced. (space-infix-ops)
(#148) A space is required after ','. (comma-spacing)
(#148) Missing whitespace after semicolon. (semi-spacing)
(#148) Do not nest ternary expressions. (no-nested-ternary)
(#148) Operator '?' must be spaced. (space-infix-ops)
(#148) A space is required after ','. (comma-spacing)
(#148) Operator ':' must be spaced. (space-infix-ops)
(#148) Operator '||' must be spaced. (space-infix-ops)
(#148) Operator '&&' must be spaced. (space-infix-ops)
(#148) Operator '?' must be spaced. (space-infix-ops)
(#148) Operator ':' must be spaced. (space-infix-ops)
(#148) Requires a space before '}'. (block-spacing)
(#148) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#148) Missing semicolon. (semi)
(#148) A space is required after ','. (comma-spacing)
(#148) Missing space before value for key 'propFix'. (key-spacing)
(#148) Missing space before value for key 'for'. (key-spacing)
(#148) A space is required after ','. (comma-spacing)
(#148) Missing space before value for key 'class'. (key-spacing)
(#148) Missing whitespace after semicolon. (semi-spacing)
(#148) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#148) Operator '||' must be spaced. (space-infix-ops)
(#148) Operator '=' must be spaced. (space-infix-ops)
(#148) Missing space before value for key 'get'. (key-spacing)
(#148) Requires a space after '{'. (block-spacing)
(#148) Statement inside of curly braces should be on next line. (brace-style)
(#148) Missing space before opening brace. (space-before-blocks)
(#148) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#148) Operator '=' must be spaced. (space-infix-ops)
(#149) This line has a length of 513. Maximum allowed is 132. (max-len)
(#149) Operator '&&' must be spaced. (space-infix-ops)
(#149) Operator '&&' must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key 'set'. (key-spacing)
(#149) Requires a space after '{'. (block-spacing)
(#149) Statement inside of curly braces should be on next line. (brace-style)
(#149) Missing space before opening brace. (space-before-blocks)
(#149) Expected space(s) after "if". (keyword-spacing)
(#149) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#149) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) Expected { after 'if' condition. (curly)
(#149) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#149) Unexpected use of comma operator. (no-sequences)
(#149) A space is required after ','. (comma-spacing)
(#149) Operator '&&' must be spaced. (space-infix-ops)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Requires a space after '{'. (block-spacing)
(#149) Statement inside of curly braces should be on next line. (brace-style)
(#149) Missing space before opening brace. (space-before-blocks)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Missing space before value for key 'addClass'. (key-spacing)
(#149) Requires a space after '{'. (block-spacing)
(#149) Statement inside of curly braces should be on next line. (brace-style)
(#149) Missing space before opening brace. (space-before-blocks)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Expected space(s) after "if". (keyword-spacing)
(#149) Expected { after 'if' condition. (curly)
(#149) Expected space(s) before "return". (keyword-spacing)
(#149) Requires a space after '{'. (block-spacing)
(#149) Statement inside of curly braces should be on next line. (brace-style)
(#149) Missing space before opening brace. (space-before-blocks)
(#149) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Expected space(s) after "if". (keyword-spacing)
(#149) Operator '===' must be spaced. (space-infix-ops)
(#150) This line has a length of 504. Maximum allowed is 132. (max-len)
(#150) Operator '&&' must be spaced. (space-infix-ops)
(#150) Expected { after 'if' condition. (curly)
(#150) Expected space(s) before "for". (keyword-spacing)
(#150) Expected space(s) after "for". (keyword-spacing)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Operator '||' must be spaced. (space-infix-ops)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Requires a space after '{'. (block-spacing)
(#150) Statement inside of curly braces should be on next line. (brace-style)
(#150) Missing space before opening brace. (space-before-blocks)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected space(s) after "if". (keyword-spacing)
(#150) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Operator '===' must be spaced. (space-infix-ops)
(#150) Operator '&&' must be spaced. (space-infix-ops)
(#150) Operator '+' must be spaced. (space-infix-ops)
(#150) Operator '+' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Requires a space after '{'. (block-spacing)
(#150) Statement inside of curly braces should be on next line. (brace-style)
(#150) Missing space before opening brace. (space-before-blocks)
(#150) Expected space(s) after "for". (keyword-spacing)
(#150) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Expected { after 'for' condition. (curly)
(#150) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#150) Operator '>' must be spaced. (space-infix-ops)
(#150) Operator '+' must be spaced. (space-infix-ops)
(#150) Operator '+' must be spaced. (space-infix-ops)
(#150) Operator '&&' must be spaced. (space-infix-ops)
(#150) Operator '+=' must be spaced. (space-infix-ops)
(#150) Operator '+' must be spaced. (space-infix-ops)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#150) Operator '!==' must be spaced. (space-infix-ops)
(#150) Operator '&&' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Requires a space before '}'. (block-spacing)
(#150) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#150) Missing semicolon. (semi)
(#150) Requires a space before '}'. (block-spacing)
(#150) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#150) Expected space(s) before "return". (keyword-spacing)
(#150) Requires a space before '}'. (block-spacing)
(#150) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#150) Missing semicolon. (semi)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'removeClass'. (key-spacing)
(#150) Requires a space after '{'. (block-spacing)
(#150) Statement inside of curly braces should be on next line. (brace-style)
(#150) Missing space before opening brace. (space-before-blocks)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected space(s) after "if". (keyword-spacing)
(#150) Expected { after 'if' condition. (curly)
(#150) Expected space(s) before "return". (keyword-spacing)
(#150) Requires a space after '{'. (block-spacing)
(#150) Statement inside of curly braces should be on next line. (brace-style)
(#150) Missing space before opening brace. (space-before-blocks)
(#150) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#150) Requires a space before '}'. (block-spacing)
(#150) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#150) Missing semicolon. (semi)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected space(s) after "if". (keyword-spacing)
(#150) Expected { after 'if' condition. (curly)
(#150) Expected space(s) before "return". (keyword-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected space(s) after "if". (keyword-spacing)
(#150) Operator '===' must be spaced. (space-infix-ops)
(#150) Operator '&&' must be spaced. (space-infix-ops)
(#150) Expected { after 'if' condition. (curly)
(#150) Expected space(s) before "for". (keyword-spacing)
(#150) Expected space(s) after "for". (keyword-spacing)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Operator '||' must be spaced. (space-infix-ops)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Requires a space after '{'. (block-spacing)
(#150) Statement inside of curly braces should be on next line. (brace-style)
(#150) Missing space before opening brace. (space-before-blocks)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected space(s) after "if". (keyword-spacing)
(#150) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Operator '===' must be spaced. (space-infix-ops)
(#150) Operator '&&' must be spaced. (space-infix-ops)
(#151) This line has a length of 504. Maximum allowed is 132. (max-len)
(#151) Operator '+' must be spaced. (space-infix-ops)
(#151) Operator '+' must be spaced. (space-infix-ops)
(#151) A space is required after ','. (comma-spacing)
(#151) Requires a space after '{'. (block-spacing)
(#151) Statement inside of curly braces should be on next line. (brace-style)
(#151) Missing space before opening brace. (space-before-blocks)
(#151) Expected space(s) after "for". (keyword-spacing)
(#151) Operator '=' must be spaced. (space-infix-ops)
(#151) Missing whitespace after semicolon. (semi-spacing)
(#151) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#151) Operator '=' must be spaced. (space-infix-ops)
(#151) Expected { after 'for' condition. (curly)
(#151) Expected space(s) before "for". (keyword-spacing)
(#151) Expected space(s) after "for". (keyword-spacing)
(#151) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#151) Operator '<' must be spaced. (space-infix-ops)
(#151) Operator '+' must be spaced. (space-infix-ops)
(#151) Operator '+' must be spaced. (space-infix-ops)
(#151) Expected { after 'for' condition. (curly)
(#151) Operator '=' must be spaced. (space-infix-ops)
(#151) Operator '+' must be spaced. (space-infix-ops)
(#151) Operator '+' must be spaced. (space-infix-ops)
(#151) A space is required after ','. (comma-spacing)
(#151) Missing whitespace after semicolon. (semi-spacing)
(#151) Operator '=' must be spaced. (space-infix-ops)
(#151) Missing whitespace after semicolon. (semi-spacing)
(#151) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#151) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#151) Operator '!==' must be spaced. (space-infix-ops)
(#151) Operator '&&' must be spaced. (space-infix-ops)
(#151) A space is required after ','. (comma-spacing)
(#151) Requires a space before '}'. (block-spacing)
(#151) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#151) Missing semicolon. (semi)
(#151) Requires a space before '}'. (block-spacing)
(#151) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#151) Expected space(s) before "return". (keyword-spacing)
(#151) Requires a space before '}'. (block-spacing)
(#151) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#151) Missing semicolon. (semi)
(#151) A space is required after ','. (comma-spacing)
(#151) Missing space before value for key 'toggleClass'. (key-spacing)
(#151) A space is required after ','. (comma-spacing)
(#151) Requires a space after '{'. (block-spacing)
(#151) Statement inside of curly braces should be on next line. (brace-style)
(#151) Missing space before opening brace. (space-before-blocks)
(#151) Operator '=' must be spaced. (space-infix-ops)
(#151) Missing whitespace after semicolon. (semi-spacing)
(#151) Expected space(s) after "return". (keyword-spacing)
(#151) Do not nest ternary expressions. (no-nested-ternary)
(#151) Operator '===' must be spaced. (space-infix-ops)
(#151) Operator '&&' must be spaced. (space-infix-ops)
(#151) Operator '===' must be spaced. (space-infix-ops)
(#151) Operator '?' must be spaced. (space-infix-ops)
(#151) Operator '?' must be spaced. (space-infix-ops)
(#151) Operator ':' must be spaced. (space-infix-ops)
(#151) Operator ':' must be spaced. (space-infix-ops)
(#151) Operator '?' must be spaced. (space-infix-ops)
(#151) Requires a space after '{'. (block-spacing)
(#151) Statement inside of curly braces should be on next line. (brace-style)
(#151) Missing space before opening brace. (space-before-blocks)
(#151) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#151) A space is required after ','. (comma-spacing)
(#151) A space is required after ','. (comma-spacing)
(#151) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#151) A space is required after ','. (comma-spacing)
(#151) A space is required after ','. (comma-spacing)
(#151) Requires a space before '}'. (block-spacing)
(#151) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#151) Missing semicolon. (semi)
(#151) Operator ':' must be spaced. (space-infix-ops)
(#151) Requires a space after '{'. (block-spacing)
(#151) Statement inside of curly braces should be on next line. (brace-style)
(#151) Missing space before opening brace. (space-before-blocks)
(#151) A space is required after ','. (comma-spacing)
(#151) Missing whitespace after semicolon. (semi-spacing)
(#151) Expected space(s) after "if". (keyword-spacing)
(#151) Operator '===' must be spaced. (space-infix-ops)
(#151) Requires a space after '{'. (block-spacing)
(#151) Statement inside of curly braces should be on next line. (brace-style)
(#151) Missing space before opening brace. (space-before-blocks)
(#151) Operator '=' must be spaced. (space-infix-ops)
(#151) Missing whitespace after semicolon. (semi-spacing)
(#151) Operator '=' must be spaced. (space-infix-ops)
(#151) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#151) Missing whitespace after semicolon. (semi-spacing)
(#151) Expected space(s) after "for". (keyword-spacing)
(#151) Operator '=' must be spaced. (space-infix-ops)
(#151) Operator '||' must be spaced. (space-infix-ops)
(#151) Missing whitespace after semicolon. (semi-spacing)
(#151) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#151) Operator '=' must be spaced. (space-infix-ops)
(#151) Expected { after 'for' condition. (curly)
(#151) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#151) Operator '?' must be spaced. (space-infix-ops)
(#151) Operator ':' must be spaced. (space-infix-ops)
(#152) This line has a length of 502. Maximum allowed is 132. (max-len)
(#152) Requires a space before '}'. (block-spacing)
(#152) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#152) Missing semicolon. (semi)
(#152) Expected space(s) before "else". (keyword-spacing)
(#152) Expected space(s) after "if". (keyword-spacing)
(#152) Operator '===' must be spaced. (space-infix-ops)
(#152) Operator '||' must be spaced. (space-infix-ops)
(#152) Operator '===' must be spaced. (space-infix-ops)
(#152) Expected { after 'if' condition. (curly)
(#152) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#152) Operator '=' must be spaced. (space-infix-ops)
(#152) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#152) Operator '&&' must be spaced. (space-infix-ops)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) Unexpected use of comma operator. (no-sequences)
(#152) A space is required after ','. (comma-spacing)
(#152) Operator '&&' must be spaced. (space-infix-ops)
(#152) A space is required after ','. (comma-spacing)
(#152) Operator '||' must be spaced. (space-infix-ops)
(#152) Operator '===' must be spaced. (space-infix-ops)
(#152) Operator '?' must be spaced. (space-infix-ops)
(#152) Operator ':' must be spaced. (space-infix-ops)
(#152) A space is required after ','. (comma-spacing)
(#152) Operator '||' must be spaced. (space-infix-ops)
(#152) Requires a space before '}'. (block-spacing)
(#152) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#152) Missing semicolon. (semi)
(#152) Requires a space before '}'. (block-spacing)
(#152) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#152) Missing semicolon. (semi)
(#152) A space is required after ','. (comma-spacing)
(#152) Missing space before value for key 'hasClass'. (key-spacing)
(#152) Requires a space after '{'. (block-spacing)
(#152) Statement inside of curly braces should be on next line. (brace-style)
(#152) Missing space before opening brace. (space-before-blocks)
(#152) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#152) A space is required after ','. (comma-spacing)
(#152) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#152) Operator '=' must be spaced. (space-infix-ops)
(#152) Missing whitespace after semicolon. (semi-spacing)
(#152) Expected space(s) after "for". (keyword-spacing)
(#152) Operator '=' must be spaced. (space-infix-ops)
(#152) Operator '+' must be spaced. (space-infix-ops)
(#152) Operator '+' must be spaced. (space-infix-ops)
(#152) Missing whitespace after semicolon. (semi-spacing)
(#152) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#152) Operator '=' must be spaced. (space-infix-ops)
(#152) Expected { after 'for' condition. (curly)
(#152) Expected space(s) before "if". (keyword-spacing)
(#152) Expected space(s) after "if". (keyword-spacing)
(#152) Operator '===' must be spaced. (space-infix-ops)
(#152) Operator '&&' must be spaced. (space-infix-ops)
(#152) Operator '<' must be spaced. (space-infix-ops)
(#152) Operator '+' must be spaced. (space-infix-ops)
(#152) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#152) Operator '+' must be spaced. (space-infix-ops)
(#152) A space is required after ','. (comma-spacing)
(#152) Expected { after 'if' condition. (curly)
(#152) Expected space(s) before "return". (keyword-spacing)
(#152) Expected space(s) after "return". (keyword-spacing)
(#152) Missing whitespace after semicolon. (semi-spacing)
(#152) Expected space(s) after "return". (keyword-spacing)
(#152) Requires a space before '}'. (block-spacing)
(#152) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#152) Missing semicolon. (semi)
(#152) Missing whitespace after semicolon. (semi-spacing)
(#152) Operator '=' must be spaced. (space-infix-ops)
(#152) A space is required after ','. (comma-spacing)
(#152) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#152) Operator '=' must be spaced. (space-infix-ops)
(#152) Missing whitespace after semicolon. (semi-spacing)
(#152) Missing space before value for key 'val'. (key-spacing)
(#152) Expected to return a value at the end of method 'val'. (consistent-return)
(#152) Requires a space after '{'. (block-spacing)
(#152) Statement inside of curly braces should be on next line. (brace-style)
(#152) Missing space before opening brace. (space-before-blocks)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#152) Operator '=' must be spaced. (space-infix-ops)
(#152) Missing whitespace after semicolon. (semi-spacing)
(#152) Expected space(s) after "if". (keyword-spacing)
(#152) Requires a space after '{'. (block-spacing)
(#152) Statement inside of curly braces should be on next line. (brace-style)
(#152) Missing space before opening brace. (space-before-blocks)
(#152) Operator '=' must be spaced. (space-infix-ops)
(#152) Missing whitespace after semicolon. (semi-spacing)
(#152) Requires a space after '{'. (block-spacing)
(#152) Statement inside of curly braces should be on next line. (brace-style)
(#152) Missing space before opening brace. (space-before-blocks)
(#152) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#152) Operator '===' must be spaced. (space-infix-ops)
(#152) Operator '&&' must be spaced. (space-infix-ops)
(#153) This line has a length of 512. Maximum allowed is 132. (max-len)
(#153) Operator '=' must be spaced. (space-infix-ops)
(#153) Operator '?' must be spaced. (space-infix-ops)
(#153) A space is required after ','. (comma-spacing)
(#153) A space is required after ','. (comma-spacing)
(#153) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#153) Operator ':' must be spaced. (space-infix-ops)
(#153) A space is required after ','. (comma-spacing)
(#153) Do not nest ternary expressions. (no-nested-ternary)
(#153) Use '===' to compare with null. (no-eq-null)
(#153) Operator '==' must be spaced. (space-infix-ops)
(#153) Operator '?' must be spaced. (space-infix-ops)
(#153) Operator '=' must be spaced. (space-infix-ops)
(#153) Operator ':' must be spaced. (space-infix-ops)
(#153) Operator '===' must be spaced. (space-infix-ops)
(#153) Operator '?' must be spaced. (space-infix-ops)
(#153) Operator '+=' must be spaced. (space-infix-ops)
(#153) Operator ':' must be spaced. (space-infix-ops)
(#153) Operator '&&' must be spaced. (space-infix-ops)
(#153) Operator '=' must be spaced. (space-infix-ops)
(#153) A space is required after ','. (comma-spacing)
(#153) Requires a space after '{'. (block-spacing)
(#153) Statement inside of curly braces should be on next line. (brace-style)
(#153) Missing space before opening brace. (space-before-blocks)
(#153) Use '===' to compare with null. (no-eq-null)
(#153) Operator '==' must be spaced. (space-infix-ops)
(#153) Operator '?' must be spaced. (space-infix-ops)
(#153) Operator ':' must be spaced. (space-infix-ops)
(#153) Operator '+' must be spaced. (space-infix-ops)
(#153) Requires a space before '}'. (block-spacing)
(#153) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#153) Missing semicolon. (semi)
(#153) A space is required after ','. (comma-spacing)
(#153) Operator '=' must be spaced. (space-infix-ops)
(#153) Operator '||' must be spaced. (space-infix-ops)
(#153) A space is required after ','. (comma-spacing)
(#153) Operator '&&' must be spaced. (space-infix-ops)
(#153) Operator 'in' must be spaced. (space-infix-ops)
(#153) Operator '&&' must be spaced. (space-infix-ops)
(#153) A space is required after ','. (comma-spacing)
(#153) A space is required after ','. (comma-spacing)
(#153) Operator '!==' must be spaced. (space-infix-ops)
(#153) Operator '||' must be spaced. (space-infix-ops)
(#153) Operator '=' must be spaced. (space-infix-ops)
(#153) Requires a space before '}'. (block-spacing)
(#153) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#153) Missing semicolon. (semi)
(#153) Requires a space before '}'. (block-spacing)
(#153) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#153) Missing semicolon. (semi)
(#153) Expected space(s) before "if". (keyword-spacing)
(#153) Expected space(s) after "if". (keyword-spacing)
(#153) Requires a space after '{'. (block-spacing)
(#153) Statement inside of curly braces should be on next line. (brace-style)
(#153) Missing space before opening brace. (space-before-blocks)
(#153) Expected space(s) after "if". (keyword-spacing)
(#153) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#153) Operator '=' must be spaced. (space-infix-ops)
(#153) Operator '||' must be spaced. (space-infix-ops)
(#153) Operator '&&' must be spaced. (space-infix-ops)
(#153) Operator 'in' must be spaced. (space-infix-ops)
(#153) Operator '&&' must be spaced. (space-infix-ops)
(#153) Operator '=' must be spaced. (space-infix-ops)
(#153) A space is required after ','. (comma-spacing)
(#153) Operator '!==' must be spaced. (space-infix-ops)
(#153) Expected { after 'if' condition. (curly)
(#153) Expected space(s) before "return". (keyword-spacing)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Operator '=' must be spaced. (space-infix-ops)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Expected space(s) after "return". (keyword-spacing)
(#153) Do not nest ternary expressions. (no-nested-ternary)
(#153) Operator '===' must be spaced. (space-infix-ops)
(#153) Operator '?' must be spaced. (space-infix-ops)
(#153) A space is required after ','. (comma-spacing)
(#153) Operator ':' must be spaced. (space-infix-ops)
(#153) Use '===' to compare with null. (no-eq-null)
(#153) Operator '==' must be spaced. (space-infix-ops)
(#153) Operator '?' must be spaced. (space-infix-ops)
(#153) Operator ':' must be spaced. (space-infix-ops)
(#153) Requires a space before '}'. (block-spacing)
(#153) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#153) Missing semicolon. (semi)
(#153) Requires a space before '}'. (block-spacing)
(#153) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Missing space before value for key 'valHooks'. (key-spacing)
(#153) Missing space before value for key 'option'. (key-spacing)
(#153) Missing space before value for key 'get'. (key-spacing)
(#153) Requires a space after '{'. (block-spacing)
(#153) Statement inside of curly braces should be on next line. (brace-style)
(#153) Missing space before opening brace. (space-before-blocks)
(#153) Operator '=' must be spaced. (space-infix-ops)
(#154) This line has a length of 503. Maximum allowed is 132. (max-len)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Use '===' to compare with null. (no-eq-null)
(#154) Operator '!=' must be spaced. (space-infix-ops)
(#154) Operator '?' must be spaced. (space-infix-ops)
(#154) Operator ':' must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'select'. (key-spacing)
(#154) Missing space before value for key 'get'. (key-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Expected space(s) after "for". (keyword-spacing)
(#154) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#154) A space is required after ','. (comma-spacing)
(#154) Operator '=' must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Operator '=' must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Operator '=' must be spaced. (space-infix-ops)
(#154) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#154) Operator '=' must be spaced. (space-infix-ops)
(#154) Operator '===' must be spaced. (space-infix-ops)
(#154) Operator '||' must be spaced. (space-infix-ops)
(#154) Operator '>' must be spaced. (space-infix-ops)
(#154) Operator '?' must be spaced. (space-infix-ops)
(#154) Operator ':' must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Operator '=' must be spaced. (space-infix-ops)
(#154) Operator '?' must be spaced. (space-infix-ops)
(#154) Operator '+' must be spaced. (space-infix-ops)
(#154) Operator ':' must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Operator '=' must be spaced. (space-infix-ops)
(#154) Do not nest ternary expressions. (no-nested-ternary)
(#154) Operator '>' must be spaced. (space-infix-ops)
(#154) Operator '?' must be spaced. (space-infix-ops)
(#154) Operator ':' must be spaced. (space-infix-ops)
(#154) Operator '?' must be spaced. (space-infix-ops)
(#154) Operator ':' must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Operator '<' must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected { after 'for' condition. (curly)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Operator '=' must be spaced. (space-infix-ops)
(#154) Unexpected use of comma operator. (no-sequences)
(#154) A space is required after ','. (comma-spacing)
(#154) Operator '&&' must be spaced. (space-infix-ops)
(#154) Operator '!==' must be spaced. (space-infix-ops)
(#154) Operator '||' must be spaced. (space-infix-ops)
(#154) Operator '?' must be spaced. (space-infix-ops)
(#154) Operator ':' must be spaced. (space-infix-ops)
(#154) Operator '!==' must be spaced. (space-infix-ops)
(#154) Operator '||' must be spaced. (space-infix-ops)
(#154) Operator '&&' must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Operator '=' must be spaced. (space-infix-ops)
(#154) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Expected { after 'if' condition. (curly)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing semicolon. (semi)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) 'G' used outside of binding context. (block-scoped-var)
(#154) Requires a space before '}'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing semicolon. (semi)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'set'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Expected space(s) after "for". (keyword-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Operator '=' must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Operator '=' must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Operator '=' must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected { after 'for' condition. (curly)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Operator '=' must be spaced. (space-infix-ops)
(#154) Unexpected use of comma operator. (no-sequences)
(#154) A space is required after ','. (comma-spacing)
(#154) Operator '=' must be spaced. (space-infix-ops)
(#155) This line has a length of 506. Maximum allowed is 132. (max-len)
(#155) Operator '<' must be spaced. (space-infix-ops)
(#155) A space is required after ','. (comma-spacing)
(#155) Expected { after 'if' condition. (curly)
(#155) Operator '=' must be spaced. (space-infix-ops)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) 'z' used outside of binding context. (block-scoped-var)
(#155) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#155) Operator '||' must be spaced. (space-infix-ops)
(#155) Operator '=' must be spaced. (space-infix-ops)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#155) 'G' used outside of binding context. (block-scoped-var)
(#155) Requires a space before '}'. (block-spacing)
(#155) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#155) Missing semicolon. (semi)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) A space is required after ','. (comma-spacing)
(#155) A space is required after ','. (comma-spacing)
(#155) Requires a space after '{'. (block-spacing)
(#155) Statement inside of curly braces should be on next line. (brace-style)
(#155) Missing space before opening brace. (space-before-blocks)
(#155) Operator '=' must be spaced. (space-infix-ops)
(#155) Missing space before value for key 'set'. (key-spacing)
(#155) Expected to return a value at the end of method 'set'. (consistent-return)
(#155) A space is required after ','. (comma-spacing)
(#155) Requires a space after '{'. (block-spacing)
(#155) Statement inside of curly braces should be on next line. (brace-style)
(#155) Missing space before opening brace. (space-before-blocks)
(#155) Expected space(s) after "if". (keyword-spacing)
(#155) Expected { after 'if' condition. (curly)
(#155) Expected space(s) before "return". (keyword-spacing)
(#155) Return statement should not contain assignment. (no-return-assign)
(#155) Operator '=' must be spaced. (space-infix-ops)
(#155) Operator '<' must be spaced. (space-infix-ops)
(#155) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#155) A space is required after ','. (comma-spacing)
(#155) Requires a space before '}'. (block-spacing)
(#155) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#155) Missing semicolon. (semi)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#155) Operator '||' must be spaced. (space-infix-ops)
(#155) Operator '=' must be spaced. (space-infix-ops)
(#155) Requires a space after '{'. (block-spacing)
(#155) Statement inside of curly braces should be on next line. (brace-style)
(#155) Missing space before opening brace. (space-before-blocks)
(#155) Operator '===' must be spaced. (space-infix-ops)
(#155) Operator '?' must be spaced. (space-infix-ops)
(#155) Operator ':' must be spaced. (space-infix-ops)
(#155) Requires a space before '}'. (block-spacing)
(#155) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#155) Missing semicolon. (semi)
(#155) Requires a space before '}'. (block-spacing)
(#155) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#155) Missing semicolon. (semi)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) Operator '=' must be spaced. (space-infix-ops)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) A space is required after ','. (comma-spacing)
(#155) Missing space before value for key 'trigger'. (key-spacing)
(#155) Expected to return a value at the end of method 'trigger'. (consistent-return)
(#155) Method 'trigger' has a complexity of 52. Maximum allowed is 20. (complexity)
(#155) A space is required after ','. (comma-spacing)
(#155) A space is required after ','. (comma-spacing)
(#155) A space is required after ','. (comma-spacing)
(#155) Requires a space after '{'. (block-spacing)
(#155) Statement inside of curly braces should be on next line. (brace-style)
(#155) Missing space before opening brace. (space-before-blocks)
(#155) A space is required after ','. (comma-spacing)
(#155) A space is required after ','. (comma-spacing)
(#155) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#155) Operator '=' must be spaced. (space-infix-ops)
(#155) Operator '||' must be spaced. (space-infix-ops)
(#155) A space is required after ','. (comma-spacing)
(#155) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#155) Operator '=' must be spaced. (space-infix-ops)
(#155) A space is required after ','. (comma-spacing)
(#155) Operator '?' must be spaced. (space-infix-ops)
(#155) Operator ':' must be spaced. (space-infix-ops)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) Operator '=' must be spaced. (space-infix-ops)
(#155) A space is required after ','. (comma-spacing)
(#155) Operator '?' must be spaced. (space-infix-ops)
(#155) Operator ':' must be spaced. (space-infix-ops)
(#156) This line has a length of 501. Maximum allowed is 132. (max-len)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) Operator '=' must be spaced. (space-infix-ops)
(#156) Operator '=' must be spaced. (space-infix-ops)
(#156) Operator '=' must be spaced. (space-infix-ops)
(#156) Operator '||' must be spaced. (space-infix-ops)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) Expected space(s) after "if". (keyword-spacing)
(#156) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#156) Operator '!==' must be spaced. (space-infix-ops)
(#156) Operator '&&' must be spaced. (space-infix-ops)
(#156) Operator '!==' must be spaced. (space-infix-ops)
(#156) Operator '&&' must be spaced. (space-infix-ops)
(#156) Operator '+' must be spaced. (space-infix-ops)
(#156) Requires a space after '{'. (block-spacing)
(#156) Statement inside of curly braces should be on next line. (brace-style)
(#156) Missing space before opening brace. (space-before-blocks)
(#156) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#156) Operator '<' must be spaced. (space-infix-ops)
(#156) Operator '&&' must be spaced. (space-infix-ops)
(#156) Operator '=' must be spaced. (space-infix-ops)
(#156) A space is required after ','. (comma-spacing)
(#156) Operator '=' must be spaced. (space-infix-ops)
(#156) A space is required after ','. (comma-spacing)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) Operator '=' must be spaced. (space-infix-ops)
(#156) Operator '>' must be spaced. (space-infix-ops)
(#156) Operator '&&' must be spaced. (space-infix-ops)
(#156) Operator '+' must be spaced. (space-infix-ops)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) Operator '=' must be spaced. (space-infix-ops)
(#156) Operator '?' must be spaced. (space-infix-ops)
(#156) Operator ':' must be spaced. (space-infix-ops)
(#156) A space is required after ','. (comma-spacing)
(#156) Operator '===' must be spaced. (space-infix-ops)
(#156) Operator '&&' must be spaced. (space-infix-ops)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) Operator '=' must be spaced. (space-infix-ops)
(#156) Operator '?' must be spaced. (space-infix-ops)
(#156) Operator ':' must be spaced. (space-infix-ops)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) Operator '=' must be spaced. (space-infix-ops)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) Operator '=' must be spaced. (space-infix-ops)
(#156) Operator '?' must be spaced. (space-infix-ops)
(#156) Operator '+' must be spaced. (space-infix-ops)
(#156) Operator '+' must be spaced. (space-infix-ops)
(#156) Operator ':' must be spaced. (space-infix-ops)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) Operator '=' must be spaced. (space-infix-ops)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#156) Operator '||' must be spaced. (space-infix-ops)
(#156) Operator '=' must be spaced. (space-infix-ops)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) Operator '=' must be spaced. (space-infix-ops)
(#156) Use '===' to compare with null. (no-eq-null)
(#156) Operator '==' must be spaced. (space-infix-ops)
(#156) Operator '?' must be spaced. (space-infix-ops)
(#156) Operator ':' must be spaced. (space-infix-ops)
(#156) A space is required after ','. (comma-spacing)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) Operator '=' must be spaced. (space-infix-ops)
(#156) Operator '||' must be spaced. (space-infix-ops)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) Expected space(s) after "if". (keyword-spacing)
(#156) Operator '||' must be spaced. (space-infix-ops)
(#156) Operator '||' must be spaced. (space-infix-ops)
(#156) Operator '!==' must be spaced. (space-infix-ops)
(#156) A space is required after ','. (comma-spacing)
(#156) Requires a space after '{'. (block-spacing)
(#156) Statement inside of curly braces should be on next line. (brace-style)
(#156) Missing space before opening brace. (space-before-blocks)
(#156) Expected space(s) after "if". (keyword-spacing)
(#156) Operator '&&' must be spaced. (space-infix-ops)
(#157) This line has a length of 503. Maximum allowed is 132. (max-len)
(#157) Operator '&&' must be spaced. (space-infix-ops)
(#157) Requires a space after '{'. (block-spacing)
(#157) Statement inside of curly braces should be on next line. (brace-style)
(#157) Missing space before opening brace. (space-before-blocks)
(#157) Operator '=' must be spaced. (space-infix-ops)
(#157) Operator '||' must be spaced. (space-infix-ops)
(#157) Missing whitespace after semicolon. (semi-spacing)
(#157) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#157) Operator '+' must be spaced. (space-infix-ops)
(#157) Operator '||' must be spaced. (space-infix-ops)
(#157) Operator '=' must be spaced. (space-infix-ops)
(#157) Missing whitespace after semicolon. (semi-spacing)
(#157) Expected space(s) after "for". (keyword-spacing)
(#157) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#157) Missing whitespace after semicolon. (semi-spacing)
(#157) Operator '=' must be spaced. (space-infix-ops)
(#157) Expected { after 'for' condition. (curly)
(#157) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#157) Unexpected use of comma operator. (no-sequences)
(#157) A space is required after ','. (comma-spacing)
(#157) Operator '=' must be spaced. (space-infix-ops)
(#157) Missing whitespace after semicolon. (semi-spacing)
(#157) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#157) Operator '===' must be spaced. (space-infix-ops)
(#157) Operator '||' must be spaced. (space-infix-ops)
(#157) Operator '&&' must be spaced. (space-infix-ops)
(#157) Operator '||' must be spaced. (space-infix-ops)
(#157) Operator '||' must be spaced. (space-infix-ops)
(#157) Requires a space before '}'. (block-spacing)
(#157) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#157) Missing semicolon. (semi)
(#157) Expected space(s) before "for". (keyword-spacing)
(#157) Expected space(s) after "for". (keyword-spacing)
(#157) Operator '=' must be spaced. (space-infix-ops)
(#157) Missing whitespace after semicolon. (semi-spacing)
(#157) Operator '=' must be spaced. (space-infix-ops)
(#157) Operator '&&' must be spaced. (space-infix-ops)
(#157) Expected { after 'for' condition. (curly)
(#157) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#157) Operator '=' must be spaced. (space-infix-ops)
(#157) Operator '<' must be spaced. (space-infix-ops)
(#157) Operator '?' must be spaced. (space-infix-ops)
(#157) 'ja' used outside of binding context. (block-scoped-var)
(#157) Operator ':' must be spaced. (space-infix-ops)
(#157) Operator '||' must be spaced. (space-infix-ops)
(#157) Unexpected use of comma operator. (no-sequences)
(#157) A space is required after ','. (comma-spacing)
(#157) Operator '=' must be spaced. (space-infix-ops)
(#157) A space is required after ','. (comma-spacing)
(#157) Operator '||' must be spaced. (space-infix-ops)
(#157) Operator '&&' must be spaced. (space-infix-ops)
(#157) A space is required after ','. (comma-spacing)
(#157) Operator '&&' must be spaced. (space-infix-ops)
(#157) A space is required after ','. (comma-spacing)
(#157) A space is required after ','. (comma-spacing)
(#157) Operator '=' must be spaced. (space-infix-ops)
(#157) Operator '&&' must be spaced. (space-infix-ops)
(#157) Operator '&&' must be spaced. (space-infix-ops)
(#157) Operator '&&' must be spaced. (space-infix-ops)
(#157) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#157) Operator '&&' must be spaced. (space-infix-ops)
(#157) Operator '=' must be spaced. (space-infix-ops)
(#157) A space is required after ','. (comma-spacing)
(#157) A space is required after ','. (comma-spacing)
(#157) Operator '===' must be spaced. (space-infix-ops)
(#157) Operator '&&' must be spaced. (space-infix-ops)
(#157) Missing whitespace after semicolon. (semi-spacing)
(#157) Operator '=' must be spaced. (space-infix-ops)
(#157) Missing whitespace after semicolon. (semi-spacing)
(#157) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#157) Operator '||' must be spaced. (space-infix-ops)
(#157) Operator '||' must be spaced. (space-infix-ops)
(#157) Operator '&&' must be spaced. (space-infix-ops)
(#157) Operator '!==' must be spaced. (space-infix-ops)
(#158) This line has a length of 658. Maximum allowed is 132. (max-len)
(#158) Operator '||' must be spaced. (space-infix-ops)
(#158) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#158) Operator '||' must be spaced. (space-infix-ops)
(#158) Operator '||' must be spaced. (space-infix-ops)
(#158) Operator '||' must be spaced. (space-infix-ops)
(#158) Operator '||' must be spaced. (space-infix-ops)
(#158) Operator '=' must be spaced. (space-infix-ops)
(#158) Operator '&&' must be spaced. (space-infix-ops)
(#158) Operator '=' must be spaced. (space-infix-ops)
(#158) A space is required after ','. (comma-spacing)
(#158) Operator '=' must be spaced. (space-infix-ops)
(#158) A space is required after ','. (comma-spacing)
(#158) A space is required after ','. (comma-spacing)
(#158) Operator '=' must be spaced. (space-infix-ops)
(#158) A space is required after ','. (comma-spacing)
(#158) Operator '&&' must be spaced. (space-infix-ops)
(#158) Operator '=' must be spaced. (space-infix-ops)
(#158) Missing whitespace after semicolon. (semi-spacing)
(#158) Requires a space before '}'. (block-spacing)
(#158) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#158) Missing semicolon. (semi)
(#158) Requires a space before '}'. (block-spacing)
(#158) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#158) Requires a space before '}'. (block-spacing)
(#158) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#158) A space is required after ','. (comma-spacing)
(#158) Missing space before value for key 'simulate'. (key-spacing)
(#158) A space is required after ','. (comma-spacing)
(#158) A space is required after ','. (comma-spacing)
(#158) Requires a space after '{'. (block-spacing)
(#158) Statement inside of curly braces should be on next line. (brace-style)
(#158) Missing space before opening brace. (space-before-blocks)
(#158) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#158) Operator '=' must be spaced. (space-infix-ops)
(#158) Missing '()' invoking a constructor. (new-parens)
(#158) A space is required after ','. (comma-spacing)
(#158) A space is required after ','. (comma-spacing)
(#158) Missing space before value for key 'type'. (key-spacing)
(#158) A space is required after ','. (comma-spacing)
(#158) Missing space before value for key 'isSimulated'. (key-spacing)
(#158) Missing whitespace after semicolon. (semi-spacing)
(#158) A space is required after ','. (comma-spacing)
(#158) A space is required after ','. (comma-spacing)
(#158) Requires a space before '}'. (block-spacing)
(#158) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#158) Missing semicolon. (semi)
(#158) Missing whitespace after semicolon. (semi-spacing)
(#158) Missing space before value for key 'trigger'. (key-spacing)
(#158) A space is required after ','. (comma-spacing)
(#158) Requires a space after '{'. (block-spacing)
(#158) Statement inside of curly braces should be on next line. (brace-style)
(#158) Missing space before opening brace. (space-before-blocks)
(#158) Requires a space after '{'. (block-spacing)
(#158) Statement inside of curly braces should be on next line. (brace-style)
(#158) Missing space before opening brace. (space-before-blocks)
(#158) A space is required after ','. (comma-spacing)
(#158) A space is required after ','. (comma-spacing)
(#158) Requires a space before '}'. (block-spacing)
(#158) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#158) Missing semicolon. (semi)
(#158) Requires a space before '}'. (block-spacing)
(#158) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#158) Missing semicolon. (semi)
(#158) A space is required after ','. (comma-spacing)
(#158) Missing space before value for key 'triggerHandler'. (key-spacing)
(#158) Expected to return a value at the end of method 'triggerHandler'. (consistent-return)
(#158) A space is required after ','. (comma-spacing)
(#158) Requires a space after '{'. (block-spacing)
(#158) Statement inside of curly braces should be on next line. (brace-style)
(#158) Missing space before opening brace. (space-before-blocks)
(#158) Operator '=' must be spaced. (space-infix-ops)
(#158) Missing whitespace after semicolon. (semi-spacing)
(#158) Expected space(s) after "if". (keyword-spacing)
(#158) Expected { after 'if' condition. (curly)
(#158) Expected space(s) before "return". (keyword-spacing)
(#158) A space is required after ','. (comma-spacing)
(#158) A space is required after ','. (comma-spacing)
(#158) A space is required after ','. (comma-spacing)
(#158) Requires a space before '}'. (block-spacing)
(#158) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#158) Missing semicolon. (semi)
(#158) Missing whitespace after semicolon. (semi-spacing)
(#159) This line has a length of 503. Maximum allowed is 132. (max-len)
(#159) A space is required after ','. (comma-spacing)
(#159) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) A space is required after ','. (comma-spacing)
(#159) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) Operator '<' must be spaced. (space-infix-ops)
(#159) Operator '?' must be spaced. (space-infix-ops)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) Operator ':' must be spaced. (space-infix-ops)
(#159) Requires a space before '}'. (block-spacing)
(#159) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#159) Missing semicolon. (semi)
(#159) Requires a space before '}'. (block-spacing)
(#159) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#159) Missing semicolon. (semi)
(#159) Missing whitespace after semicolon. (semi-spacing)
(#159) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#159) Missing space before value for key 'hover'. (key-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) Operator '||' must be spaced. (space-infix-ops)
(#159) Requires a space before '}'. (block-spacing)
(#159) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#159) Missing semicolon. (semi)
(#159) Missing whitespace after semicolon. (semi-spacing)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Operator 'in' must be spaced. (space-infix-ops)
(#159) Missing whitespace after semicolon. (semi-spacing)
(#159) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#159) Operator '||' must be spaced. (space-infix-ops)
(#159) Missing space before value for key 'focus'. (key-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) Missing space before value for key 'blur'. (key-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) Requires a space before '}'. (block-spacing)
(#159) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#159) Missing semicolon. (semi)
(#159) Missing whitespace after semicolon. (semi-spacing)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Missing space before value for key 'setup'. (key-spacing)
(#159) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Operator '||' must be spaced. (space-infix-ops)
(#159) A space is required after ','. (comma-spacing)
(#159) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) A space is required after ','. (comma-spacing)
(#159) Missing whitespace after semicolon. (semi-spacing)
(#159) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#159) Operator '||' must be spaced. (space-infix-ops)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) Missing whitespace after semicolon. (semi-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) Operator '||' must be spaced. (space-infix-ops)
(#159) Operator '+' must be spaced. (space-infix-ops)
(#159) Requires a space before '}'. (block-spacing)
(#159) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#159) Missing semicolon. (semi)
(#159) A space is required after ','. (comma-spacing)
(#159) Missing space before value for key 'teardown'. (key-spacing)
(#159) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#160) This line has a length of 505. Maximum allowed is 132. (max-len)
(#160) Operator '||' must be spaced. (space-infix-ops)
(#160) A space is required after ','. (comma-spacing)
(#160) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#160) Operator '=' must be spaced. (space-infix-ops)
(#160) A space is required after ','. (comma-spacing)
(#160) Operator '-' must be spaced. (space-infix-ops)
(#160) Missing whitespace after semicolon. (semi-spacing)
(#160) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#160) Operator '?' must be spaced. (space-infix-ops)
(#160) A space is required after ','. (comma-spacing)
(#160) A space is required after ','. (comma-spacing)
(#160) Operator ':' must be spaced. (space-infix-ops)
(#160) A space is required after ','. (comma-spacing)
(#160) A space is required after ','. (comma-spacing)
(#160) A space is required after ','. (comma-spacing)
(#160) A space is required after ','. (comma-spacing)
(#160) Requires a space before '}'. (block-spacing)
(#160) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#160) Missing semicolon. (semi)
(#160) Requires a space before '}'. (block-spacing)
(#160) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#160) Missing semicolon. (semi)
(#160) Missing whitespace after semicolon. (semi-spacing)
(#160) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#160) Operator '=' must be spaced. (space-infix-ops)
(#160) A space is required after ','. (comma-spacing)
(#160) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#160) Operator '=' must be spaced. (space-infix-ops)
(#160) A space is required after ','. (comma-spacing)
(#160) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#160) Operator '=' must be spaced. (space-infix-ops)
(#160) Missing whitespace after semicolon. (semi-spacing)
(#160) Operator '=' must be spaced. (space-infix-ops)
(#160) Requires a space after '{'. (block-spacing)
(#160) Statement inside of curly braces should be on next line. (brace-style)
(#160) Missing space before opening brace. (space-before-blocks)
(#160) Operator '+' must be spaced. (space-infix-ops)
(#160) Requires a space before '}'. (block-spacing)
(#160) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#160) Missing semicolon. (semi)
(#160) Missing whitespace after semicolon. (semi-spacing)
(#160) Operator '=' must be spaced. (space-infix-ops)
(#160) Requires a space after '{'. (block-spacing)
(#160) Statement inside of curly braces should be on next line. (brace-style)
(#160) Missing space before opening brace. (space-before-blocks)
(#160) Expected space(s) after "if". (keyword-spacing)
(#160) Operator '||' must be spaced. (space-infix-ops)
(#160) Operator '!==' must be spaced. (space-infix-ops)
(#160) Expected { after 'if' condition. (curly)
(#160) Expected space(s) before "return". (keyword-spacing)
(#160) Missing whitespace after semicolon. (semi-spacing)
(#160) Expected space(s) after "try". (keyword-spacing)
(#160) Requires a space after '{'. (block-spacing)
(#160) Statement inside of curly braces should be on next line. (brace-style)
(#160) Operator '=' must be spaced. (space-infix-ops)
(#160) Missing '()' invoking a constructor. (new-parens)
(#160) A space is required after ','. (comma-spacing)
(#160) Requires a space before '}'. (block-spacing)
(#160) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#160) Missing semicolon. (semi)
(#160) Expected space(s) before "catch". (keyword-spacing)
(#160) Expected space(s) after "catch". (keyword-spacing)
(#160) Requires a space after '{'. (block-spacing)
(#160) Statement inside of curly braces should be on next line. (brace-style)
(#160) Missing space before opening brace. (space-before-blocks)
(#160) 'u' used outside of binding context. (block-scoped-var)
(#160) Operator '=' must be spaced. (space-infix-ops)
(#160) Requires a space before '}'. (block-spacing)
(#160) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#160) Missing semicolon. (semi)
(#160) 'u' used outside of binding context. (block-scoped-var)
(#160) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#160) Operator '&&' must be spaced. (space-infix-ops)
(#160) 'u' used outside of binding context. (block-scoped-var)
(#160) Operator '||' must be spaced. (space-infix-ops)
(#160) Operator '+' must be spaced. (space-infix-ops)
(#160) Missing whitespace after semicolon. (semi-spacing)
(#160) 'u' used outside of binding context. (block-scoped-var)
(#160) Requires a space before '}'. (block-spacing)
(#160) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#160) Missing semicolon. (semi)
(#160) Missing whitespace after semicolon. (semi-spacing)
(#160) Operator '=' must be spaced. (space-infix-ops)
(#160) A space is required after ','. (comma-spacing)
(#160) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#160) Operator '=' must be spaced. (space-infix-ops)
(#160) A space is required after ','. (comma-spacing)
(#160) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#160) Operator '=' must be spaced. (space-infix-ops)
(#160) A space is required after ','. (comma-spacing)
(#160) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#160) Operator '=' must be spaced. (space-infix-ops)
(#161) This line has a length of 510. Maximum allowed is 132. (max-len)
(#161) Operator '=' must be spaced. (space-infix-ops)
(#161) A space is required after ','. (comma-spacing)
(#161) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#161) Operator '=' must be spaced. (space-infix-ops)
(#161) A space is required after ','. (comma-spacing)
(#161) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#161) Operator '=' must be spaced. (space-infix-ops)
(#161) A space is required after ','. (comma-spacing)
(#161) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#161) Operator '=' must be spaced. (space-infix-ops)
(#161) A space is required after ','. (comma-spacing)
(#161) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#161) Operator '=' must be spaced. (space-infix-ops)
(#161) Missing whitespace after semicolon. (semi-spacing)
(#161) Operator '=' must be spaced. (space-infix-ops)
(#161) Missing whitespace after semicolon. (semi-spacing)
(#161) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#161) Missing space before value for key 'active'. (key-spacing)
(#161) A space is required after ','. (comma-spacing)
(#161) Missing space before value for key 'lastModified'. (key-spacing)
(#161) A space is required after ','. (comma-spacing)
(#161) Missing space before value for key 'etag'. (key-spacing)
(#161) A space is required after ','. (comma-spacing)
(#161) Missing space before value for key 'ajaxSettings'. (key-spacing)
(#161) Missing space before value for key 'url'. (key-spacing)
(#161) A space is required after ','. (comma-spacing)
(#161) Missing space before value for key 'type'. (key-spacing)
(#161) A space is required after ','. (comma-spacing)
(#161) Missing space before value for key 'isLocal'. (key-spacing)
(#161) A space is required after ','. (comma-spacing)
(#161) Missing space before value for key 'global'. (key-spacing)
(#161) A space is required after ','. (comma-spacing)
(#161) Missing space before value for key 'processData'. (key-spacing)
(#161) A space is required after ','. (comma-spacing)
(#161) Missing space before value for key 'async'. (key-spacing)
(#161) A space is required after ','. (comma-spacing)
(#161) Missing space before value for key 'contentType'. (key-spacing)
(#161) A space is required after ','. (comma-spacing)
(#161) Missing space before value for key 'accepts'. (key-spacing)
(#161) Missing space before value for key '*'. (key-spacing)
(#161) A space is required after ','. (comma-spacing)
(#161) Missing space before value for key 'text'. (key-spacing)
(#161) A space is required after ','. (comma-spacing)
(#161) Missing space before value for key 'html'. (key-spacing)
(#161) A space is required after ','. (comma-spacing)
(#161) Missing space before value for key 'xml'. (key-spacing)
(#161) A space is required after ','. (comma-spacing)
(#161) Missing space before value for key 'json'. (key-spacing)
(#161) A space is required after ','. (comma-spacing)
(#161) Missing space before value for key 'contents'. (key-spacing)
(#161) Missing space before value for key 'xml'. (key-spacing)
(#161) A space is required after ','. (comma-spacing)
(#161) Missing space before value for key 'html'. (key-spacing)
(#162) This line has a length of 508. Maximum allowed is 132. (max-len)
(#162) Missing space before value for key 'json'. (key-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) Missing space before value for key 'responseFields'. (key-spacing)
(#162) Missing space before value for key 'xml'. (key-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) Missing space before value for key 'text'. (key-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) Missing space before value for key 'json'. (key-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) Missing space before value for key 'converters'. (key-spacing)
(#162) Missing space before value for key '* text'. (key-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) Missing space before value for key 'text html'. (key-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) Missing space before value for key 'text json'. (key-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) Missing space before value for key 'text xml'. (key-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) Missing space before value for key 'flatOptions'. (key-spacing)
(#162) Missing space before value for key 'url'. (key-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) Missing space before value for key 'context'. (key-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) Missing space before value for key 'ajaxSetup'. (key-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) Requires a space after '{'. (block-spacing)
(#162) Statement inside of curly braces should be on next line. (brace-style)
(#162) Missing space before opening brace. (space-before-blocks)
(#162) Operator '?' must be spaced. (space-infix-ops)
(#162) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#162) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#162) A space is required after ','. (comma-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) Operator ':' must be spaced. (space-infix-ops)
(#162) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#162) A space is required after ','. (comma-spacing)
(#162) Requires a space before '}'. (block-spacing)
(#162) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#162) Missing semicolon. (semi)
(#162) A space is required after ','. (comma-spacing)
(#162) Missing space before value for key 'ajaxPrefilter'. (key-spacing)
(#162) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#162) A space is required after ','. (comma-spacing)
(#162) Missing space before value for key 'ajaxTransport'. (key-spacing)
(#162) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#162) A space is required after ','. (comma-spacing)
(#162) Missing space before value for key 'ajax'. (key-spacing)
(#162) Method 'ajax' has a complexity of 52. Maximum allowed is 20. (complexity)
(#162) A space is required after ','. (comma-spacing)
(#162) Requires a space after '{'. (block-spacing)
(#162) Statement inside of curly braces should be on next line. (brace-style)
(#162) Missing space before opening brace. (space-before-blocks)
(#162) Missing JSDoc comment. (require-jsdoc)
(#162) Function 'z' has a complexity of 64. Maximum allowed is 20. (complexity)
(#162) A space is required after ','. (comma-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) Requires a space after '{'. (block-spacing)
(#162) Statement inside of curly braces should be on next line. (brace-style)
(#162) Missing space before opening brace. (space-before-blocks)
(#162) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#162) Operator '=' must be spaced. (space-infix-ops)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) Expected space(s) after "if". (keyword-spacing)
(#162) Operator '!==' must be spaced. (space-infix-ops)
(#162) Requires a space after '{'. (block-spacing)
(#162) Statement inside of curly braces should be on next line. (brace-style)
(#162) Missing space before opening brace. (space-before-blocks)
(#162) Operator '=' must be spaced. (space-infix-ops)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#162) Operator '&&' must be spaced. (space-infix-ops)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) Operator '=' must be spaced. (space-infix-ops)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) Operator '=' must be spaced. (space-infix-ops)
(#162) Operator '||' must be spaced. (space-infix-ops)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) Operator '=' must be spaced. (space-infix-ops)
(#162) Operator '<' must be spaced. (space-infix-ops)
(#162) Operator '?' must be spaced. (space-infix-ops)
(#162) Operator ':' must be spaced. (space-infix-ops)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) Operator '=' must be spaced. (space-infix-ops)
(#162) Operator '<=' must be spaced. (space-infix-ops)
(#162) Operator '&&' must be spaced. (space-infix-ops)
(#162) Operator '>' must be spaced. (space-infix-ops)
(#162) Operator '||' must be spaced. (space-infix-ops)
(#162) Operator '===' must be spaced. (space-infix-ops)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) Expected space(s) after "if". (keyword-spacing)
(#162) Requires a space after '{'. (block-spacing)
(#162) Statement inside of curly braces should be on next line. (brace-style)
(#162) Missing space before opening brace. (space-before-blocks)
(#162) Operator '=' must be spaced. (space-infix-ops)
(#163) This line has a length of 517. Maximum allowed is 132. (max-len)
(#163) Missing whitespace after semicolon. (semi-spacing)
(#163) Expected space(s) after "for". (keyword-spacing)
(#163) Operator '=' must be spaced. (space-infix-ops)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) Operator '=' must be spaced. (space-infix-ops)
(#163) A space is required after ','. (comma-spacing)
(#163) Operator '=' must be spaced. (space-infix-ops)
(#163) Missing whitespace after semicolon. (semi-spacing)
(#163) Operator '===' must be spaced. (space-infix-ops)
(#163) Expected { after 'for' condition. (curly)
(#163) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#163) Unexpected use of comma operator. (no-sequences)
(#163) A space is required after ','. (comma-spacing)
(#163) Operator '===' must be spaced. (space-infix-ops)
(#163) Operator '&&' must be spaced. (space-infix-ops)
(#163) Operator '=' must be spaced. (space-infix-ops)
(#163) Operator '||' must be spaced. (space-infix-ops)
(#163) Missing whitespace after semicolon. (semi-spacing)
(#163) Expected space(s) after "if". (keyword-spacing)
(#163) This line has 22 statements. Maximum allowed is 2. (max-statements-per-line)
(#163) 'db' used outside of binding context. (block-scoped-var)
(#163) Expected { after 'if' condition. (curly)
(#163) Expected space(s) before "for". (keyword-spacing)
(#163) Expected space(s) after "for". (keyword-spacing)
(#163) 'ib' used outside of binding context. (block-scoped-var)
(#163) 'ab' used outside of binding context. (block-scoped-var)
(#163) Expected { after 'for-in'. (curly)
(#163) Expected space(s) before "if". (keyword-spacing)
(#163) Expected space(s) after "if". (keyword-spacing)
(#163) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#163) 'ab' used outside of binding context. (block-scoped-var)
(#163) 'ib' used outside of binding context. (block-scoped-var)
(#163) Operator '&&' must be spaced. (space-infix-ops)
(#163) 'ab' used outside of binding context. (block-scoped-var)
(#163) 'ib' used outside of binding context. (block-scoped-var)
(#163) 'db' used outside of binding context. (block-scoped-var)
(#163) Requires a space after '{'. (block-spacing)
(#163) Statement inside of curly braces should be on next line. (brace-style)
(#163) Missing space before opening brace. (space-before-blocks)
(#163) 'Db' used outside of binding context. (block-scoped-var)
(#163) 'ib' used outside of binding context. (block-scoped-var)
(#163) Missing whitespace after semicolon. (semi-spacing)
(#163) Requires a space before '}'. (block-spacing)
(#163) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#163) Missing semicolon. (semi)
(#163) Expected space(s) before "if". (keyword-spacing)
(#163) Expected space(s) after "if". (keyword-spacing)
(#163) 'Db' used outside of binding context. (block-scoped-var)
(#163) Operator 'in' must be spaced. (space-infix-ops)
(#163) 'Ca' used outside of binding context. (block-scoped-var)
(#163) Expected { after 'if' condition. (curly)
(#163) Operator '=' must be spaced. (space-infix-ops)
(#163) 'Db' used outside of binding context. (block-scoped-var)
(#163) Missing whitespace after semicolon. (semi-spacing)
(#163) Expected space(s) after "else". (keyword-spacing)
(#163) Requires a space after '{'. (block-spacing)
(#163) Statement inside of curly braces should be on next line. (brace-style)
(#163) Expected space(s) after "for". (keyword-spacing)
(#163) 'ib' used outside of binding context. (block-scoped-var)
(#163) Requires a space after '{'. (block-spacing)
(#163) Statement inside of curly braces should be on next line. (brace-style)
(#163) Missing space before opening brace. (space-before-blocks)
(#163) Expected space(s) after "if". (keyword-spacing)
(#163) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#163) 'Db' used outside of binding context. (block-scoped-var)
(#163) Operator '||' must be spaced. (space-infix-ops)
(#163) 'ib' used outside of binding context. (block-scoped-var)
(#163) Operator '+' must be spaced. (space-infix-ops)
(#163) Operator '+' must be spaced. (space-infix-ops)
(#163) 'Db' used outside of binding context. (block-scoped-var)
(#163) Requires a space after '{'. (block-spacing)
(#163) Statement inside of curly braces should be on next line. (brace-style)
(#163) Missing space before opening brace. (space-before-blocks)
(#163) 'Ca' used outside of binding context. (block-scoped-var)
(#163) Operator '=' must be spaced. (space-infix-ops)
(#163) 'ib' used outside of binding context. (block-scoped-var)
(#163) Missing whitespace after semicolon. (semi-spacing)
(#163) Requires a space before '}'. (block-spacing)
(#163) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#163) Missing semicolon. (semi)
(#163) 'Ia' used outside of binding context. (block-scoped-var)
(#163) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#163) Operator '||' must be spaced. (space-infix-ops)
(#163) 'Ia' used outside of binding context. (block-scoped-var)
(#163) Operator '=' must be spaced. (space-infix-ops)
(#163) 'ib' used outside of binding context. (block-scoped-var)
(#163) Requires a space before '}'. (block-spacing)
(#163) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#163) Missing semicolon. (semi)
(#163) 'Ca' used outside of binding context. (block-scoped-var)
(#163) Operator '=' must be spaced. (space-infix-ops)
(#163) 'Ca' used outside of binding context. (block-scoped-var)
(#163) Operator '||' must be spaced. (space-infix-ops)
(#163) 'Ia' used outside of binding context. (block-scoped-var)
(#163) Requires a space before '}'. (block-spacing)
(#163) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#163) Missing semicolon. (semi)
(#163) 'Ca' used outside of binding context. (block-scoped-var)
(#163) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#163) Operator '?' must be spaced. (space-infix-ops)
(#163) 'Ca' used outside of binding context. (block-scoped-var)
(#163) Operator '!==' must be spaced. (space-infix-ops)
(#163) 'Db' used outside of binding context. (block-scoped-var)
(#163) Operator '&&' must be spaced. (space-infix-ops)
(#163) 'Db' used outside of binding context. (block-scoped-var)
(#163) 'Ca' used outside of binding context. (block-scoped-var)
(#163) A space is required after ','. (comma-spacing)
(#163) Operator '=' must be spaced. (space-infix-ops)
(#163) 'Ca' used outside of binding context. (block-scoped-var)
(#163) Operator ':' must be spaced. (space-infix-ops)
(#163) Operator '=' must be spaced. (space-infix-ops)
(#163) Requires a space before '}'. (block-spacing)
(#163) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#163) Missing semicolon. (semi)
(#163) Unexpected labeled statement. (no-labels)
(#163) Requires a space after '{'. (block-spacing)
(#163) Statement inside of curly braces should be on next line. (brace-style)
(#163) Missing space before opening brace. (space-before-blocks)
(#163) Operator '=' must be spaced. (space-infix-ops)
(#163) Missing whitespace after semicolon. (semi-spacing)
(#163) 'db' used outside of binding context. (block-scoped-var)
(#163) Operator '=' must be spaced. (space-infix-ops)
(#163) 'Da' used outside of binding context. (block-scoped-var)
(#163) Missing whitespace after semicolon. (semi-spacing)
(#163) 'ib' used outside of binding context. (block-scoped-var)
(#163) Operator '=' must be spaced. (space-infix-ops)
(#163) Missing whitespace after semicolon. (semi-spacing)
(#163) 'Ca' used outside of binding context. (block-scoped-var)
(#163) Operator '=' must be spaced. (space-infix-ops)
(#163) Missing whitespace after semicolon. (semi-spacing)
(#163) Missing whitespace after semicolon. (semi-spacing)
(#163) 'cb' used outside of binding context. (block-scoped-var)
(#163) Operator '=' must be spaced. (space-infix-ops)
(#163) Missing whitespace after semicolon. (semi-spacing)
(#163) 'ab' used outside of binding context. (block-scoped-var)
(#163) Operator '=' must be spaced. (space-infix-ops)
(#163) Missing whitespace after semicolon. (semi-spacing)
(#163) Expected space(s) after "if". (keyword-spacing)
(#163) 'ab' used outside of binding context. (block-scoped-var)
(#163) Expected { after 'if' condition. (curly)
(#163) Expected space(s) before "for". (keyword-spacing)
(#163) Expected space(s) after "for". (keyword-spacing)
(#163) 'gb' used outside of binding context. (block-scoped-var)
(#163) 'cb' used outside of binding context. (block-scoped-var)
(#163) Expected { after 'for-in'. (curly)
(#163) 'gb' used outside of binding context. (block-scoped-var)
(#163) Operator '=' must be spaced. (space-infix-ops)
(#163) 'gb' used outside of binding context. (block-scoped-var)
(#164) This line has a length of 502. Maximum allowed is 132. (max-len)
(#164) Expected space(s) after "for". (keyword-spacing)
(#164) 'Ia' used outside of binding context. (block-scoped-var)
(#164) Operator '=' must be spaced. (space-infix-ops)
(#164) 'ab' used outside of binding context. (block-scoped-var)
(#164) Missing whitespace after semicolon. (semi-spacing)
(#164) 'Ia' used outside of binding context. (block-scoped-var)
(#164) Requires a space after '{'. (block-spacing)
(#164) Statement inside of curly braces should be on next line. (brace-style)
(#164) Missing space before opening brace. (space-before-blocks)
(#164) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#164) 'Ia' used outside of binding context. (block-scoped-var)
(#164) Operator '&&' must be spaced. (space-infix-ops)
(#164) 'ib' used outside of binding context. (block-scoped-var)
(#164) 'Ia' used outside of binding context. (block-scoped-var)
(#164) Operator '=' must be spaced. (space-infix-ops)
(#164) 'db' used outside of binding context. (block-scoped-var)
(#164) Missing whitespace after semicolon. (semi-spacing)
(#164) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#164) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#164) Operator '&&' must be spaced. (space-infix-ops)
(#164) 'Ca' used outside of binding context. (block-scoped-var)
(#164) Operator '&&' must be spaced. (space-infix-ops)
(#164) Operator '&&' must be spaced. (space-infix-ops)
(#164) 'db' used outside of binding context. (block-scoped-var)
(#164) Operator '=' must be spaced. (space-infix-ops)
(#164) 'db' used outside of binding context. (block-scoped-var)
(#164) A space is required after ','. (comma-spacing)
(#164) Missing whitespace after semicolon. (semi-spacing)
(#164) Operator '=' must be spaced. (space-infix-ops)
(#164) 'Ia' used outside of binding context. (block-scoped-var)
(#164) Missing whitespace after semicolon. (semi-spacing)
(#164) Expected space(s) after "if". (keyword-spacing)
(#164) 'Ia' used outside of binding context. (block-scoped-var)
(#164) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#164) Operator '=' must be spaced. (space-infix-ops)
(#164) 'ab' used outside of binding context. (block-scoped-var)
(#164) Expected { after 'if' condition. (curly)
(#164) Expected space(s) before "if". (keyword-spacing)
(#164) Expected space(s) after "if". (keyword-spacing)
(#164) Operator '===' must be spaced. (space-infix-ops)
(#164) 'Ia' used outside of binding context. (block-scoped-var)
(#164) 'Ia' used outside of binding context. (block-scoped-var)
(#164) Expected { after 'if' condition. (curly)
(#164) Operator '=' must be spaced. (space-infix-ops)
(#164) Missing whitespace after semicolon. (semi-spacing)
(#164) Expected space(s) after "if". (keyword-spacing)
(#164) Operator '!==' must be spaced. (space-infix-ops)
(#164) Operator '&&' must be spaced. (space-infix-ops)
(#164) Operator '!==' must be spaced. (space-infix-ops)
(#164) 'Ia' used outside of binding context. (block-scoped-var)
(#164) Requires a space after '{'. (block-spacing)
(#164) Statement inside of curly braces should be on next line. (brace-style)
(#164) Missing space before opening brace. (space-before-blocks)
(#164) Operator '=' must be spaced. (space-infix-ops)
(#164) 'cb' used outside of binding context. (block-scoped-var)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) 'Ia' used outside of binding context. (block-scoped-var)
(#164) Operator '||' must be spaced. (space-infix-ops)
(#164) 'cb' used outside of binding context. (block-scoped-var)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) 'Ia' used outside of binding context. (block-scoped-var)
(#164) Missing whitespace after semicolon. (semi-spacing)
(#164) Expected space(s) after "if". (keyword-spacing)
(#164) Expected { after 'if' condition. (curly)
(#164) Expected space(s) before "for". (keyword-spacing)
(#164) Expected space(s) after "for". (keyword-spacing)
(#164) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#164) 'cb' used outside of binding context. (block-scoped-var)
(#164) Expected { after 'for-in'. (curly)
(#164) Expected space(s) before "if". (keyword-spacing)
(#164) Expected space(s) after "if". (keyword-spacing)
(#164) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#164) 'Da' used outside of binding context. (block-scoped-var)
(#164) Operator '=' must be spaced. (space-infix-ops)
(#164) Unexpected use of comma operator. (no-sequences)
(#164) A space is required after ','. (comma-spacing)
(#164) 'Da' used outside of binding context. (block-scoped-var)
(#164) Operator '===' must be spaced. (space-infix-ops)
(#164) 'Ia' used outside of binding context. (block-scoped-var)
(#164) Operator '&&' must be spaced. (space-infix-ops)
(#164) Operator '=' must be spaced. (space-infix-ops)
(#164) 'cb' used outside of binding context. (block-scoped-var)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) 'Da' used outside of binding context. (block-scoped-var)
(#164) Operator '||' must be spaced. (space-infix-ops)
(#164) 'cb' used outside of binding context. (block-scoped-var)
(#164) Operator '+' must be spaced. (space-infix-ops)
(#164) 'Da' used outside of binding context. (block-scoped-var)
(#164) Requires a space after '{'. (block-spacing)
(#164) Statement inside of curly braces should be on next line. (brace-style)
(#164) Missing space before opening brace. (space-before-blocks)
(#164) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#164) Operator '===' must be spaced. (space-infix-ops)
(#164) Operator '?' must be spaced. (space-infix-ops)
(#164) Operator '=' must be spaced. (space-infix-ops)
(#164) 'cb' used outside of binding context. (block-scoped-var)
(#164) Operator ':' must be spaced. (space-infix-ops)
(#164) Operator '!==' must be spaced. (space-infix-ops)
(#164) 'cb' used outside of binding context. (block-scoped-var)
(#164) Operator '&&' must be spaced. (space-infix-ops)
(#164) 'Ia' used outside of binding context. (block-scoped-var)
(#164) Operator '=' must be spaced. (space-infix-ops)
(#164) 'Da' used outside of binding context. (block-scoped-var)
(#164) A space is required after ','. (comma-spacing)
(#164) 'ab' used outside of binding context. (block-scoped-var)
(#164) 'Da' used outside of binding context. (block-scoped-var)
(#164) Missing whitespace after semicolon. (semi-spacing)
(#164) Requires a space before '}'. (block-spacing)
(#164) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#164) Missing semicolon. (semi)
(#164) Expected space(s) before "if". (keyword-spacing)
(#164) Expected space(s) after "if". (keyword-spacing)
(#164) Operator '!==' must be spaced. (space-infix-ops)
(#164) Expected { after 'if' condition. (curly)
(#164) Expected space(s) before "if". (keyword-spacing)
(#164) Expected space(s) after "if". (keyword-spacing)
(#164) Operator '&&' must be spaced. (space-infix-ops)
(#164) 'db' used outside of binding context. (block-scoped-var)
(#164) Expected { after 'if' condition. (curly)
(#164) Operator '=' must be spaced. (space-infix-ops)
(#164) 'db' used outside of binding context. (block-scoped-var)
(#164) Missing whitespace after semicolon. (semi-spacing)
(#164) Expected { after 'else'. (curly)
(#164) Expected space(s) after "try". (keyword-spacing)
(#164) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#164) Requires a space after '{'. (block-spacing)
(#164) Statement inside of curly braces should be on next line. (brace-style)
(#164) 'db' used outside of binding context. (block-scoped-var)
(#164) Operator '=' must be spaced. (space-infix-ops)
(#164) 'db' used outside of binding context. (block-scoped-var)
(#164) Requires a space before '}'. (block-spacing)
(#164) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#164) Missing semicolon. (semi)
(#164) Expected space(s) before "catch". (keyword-spacing)
(#164) Expected space(s) after "catch". (keyword-spacing)
(#164) Requires a space after '{'. (block-spacing)
(#164) Statement inside of curly braces should be on next line. (brace-style)
(#164) Missing space before opening brace. (space-before-blocks)
(#164) 'Da' used outside of binding context. (block-scoped-var)
(#164) Operator '=' must be spaced. (space-infix-ops)
(#164) Missing space before value for key 'state'. (key-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) Missing space before value for key 'error'. (key-spacing)
(#164) Operator '?' must be spaced. (space-infix-ops)
(#164) Operator ':' must be spaced. (space-infix-ops)
(#165) This line has a length of 514. Maximum allowed is 132. (max-len)
(#165) Operator '+' must be spaced. (space-infix-ops)
(#165) Operator '+' must be spaced. (space-infix-ops)
(#165) Operator '+' must be spaced. (space-infix-ops)
(#165) 'Ia' used outside of binding context. (block-scoped-var)
(#165) Missing whitespace after semicolon. (semi-spacing)
(#165) Unexpected label in break statement. (no-labels)
(#165) Requires a space before '}'. (block-spacing)
(#165) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#165) Missing semicolon. (semi)
(#165) Requires a space before '}'. (block-spacing)
(#165) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#165) Requires a space before '}'. (block-spacing)
(#165) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#165) 'Da' used outside of binding context. (block-scoped-var)
(#165) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#165) Operator '=' must be spaced. (space-infix-ops)
(#165) Missing space before value for key 'state'. (key-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) 'db' used outside of binding context. (block-scoped-var)
(#165) Missing space before value for key 'data'. (key-spacing)
(#165) Requires a space before '}'. (block-spacing)
(#165) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#165) Missing semicolon. (semi)
(#165) Expected space(s) before "if". (keyword-spacing)
(#165) Expected space(s) after "if". (keyword-spacing)
(#165) Expected { after 'if' condition. (curly)
(#165) Expected space(s) before "if". (keyword-spacing)
(#165) Expected space(s) after "if". (keyword-spacing)
(#165) Operator '&&' must be spaced. (space-infix-ops)
(#165) Operator '=' must be spaced. (space-infix-ops)
(#165) Operator '&&' must be spaced. (space-infix-ops)
(#165) Operator '=' must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) Operator '=' must be spaced. (space-infix-ops)
(#165) Operator '&&' must be spaced. (space-infix-ops)
(#165) Operator '=' must be spaced. (space-infix-ops)
(#165) Unexpected use of comma operator. (no-sequences)
(#165) A space is required after ','. (comma-spacing)
(#165) Operator '===' must be spaced. (space-infix-ops)
(#165) Operator '||' must be spaced. (space-infix-ops)
(#165) Operator '===' must be spaced. (space-infix-ops)
(#165) Expected { after 'if' condition. (curly)
(#165) Operator '=' must be spaced. (space-infix-ops)
(#165) Missing whitespace after semicolon. (semi-spacing)
(#165) Expected space(s) after "if". (keyword-spacing)
(#165) Operator '===' must be spaced. (space-infix-ops)
(#165) Expected { after 'if' condition. (curly)
(#165) Operator '=' must be spaced. (space-infix-ops)
(#165) Missing whitespace after semicolon. (semi-spacing)
(#165) Expected space(s) after "else". (keyword-spacing)
(#165) Requires a space after '{'. (block-spacing)
(#165) Statement inside of curly braces should be on next line. (brace-style)
(#165) Operator '=' must be spaced. (space-infix-ops)
(#165) 'Da' used outside of binding context. (block-scoped-var)
(#165) Missing whitespace after semicolon. (semi-spacing)
(#165) Operator '=' must be spaced. (space-infix-ops)
(#165) 'Da' used outside of binding context. (block-scoped-var)
(#165) Missing whitespace after semicolon. (semi-spacing)
(#165) Operator '=' must be spaced. (space-infix-ops)
(#165) 'Da' used outside of binding context. (block-scoped-var)
(#165) Missing whitespace after semicolon. (semi-spacing)
(#165) Operator '=' must be spaced. (space-infix-ops)
(#165) Requires a space before '}'. (block-spacing)
(#165) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#165) Missing semicolon. (semi)
(#165) Expected space(s) before "else". (keyword-spacing)
(#165) Expected space(s) after "if". (keyword-spacing)
(#165) 'yc' used outside of binding context. (block-scoped-var)
(#165) Operator '=' must be spaced. (space-infix-ops)
(#165) Unexpected use of comma operator. (no-sequences)
(#165) A space is required after ','. (comma-spacing)
(#165) Operator '||' must be spaced. (space-infix-ops)
(#165) Expected { after 'if' condition. (curly)
(#165) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#165) Operator '=' must be spaced. (space-infix-ops)
(#165) Unexpected use of comma operator. (no-sequences)
(#165) A space is required after ','. (comma-spacing)
(#165) Operator '>' must be spaced. (space-infix-ops)
(#165) Operator '&&' must be spaced. (space-infix-ops)
(#165) Operator '=' must be spaced. (space-infix-ops)
(#165) Missing whitespace after semicolon. (semi-spacing)
(#165) Operator '=' must be spaced. (space-infix-ops)
(#165) Missing whitespace after semicolon. (semi-spacing)
(#165) Operator '=' must be spaced. (space-infix-ops)
(#165) Operator '||' must be spaced. (space-infix-ops)
(#165) Operator '+' must be spaced. (space-infix-ops)
(#165) Missing whitespace after semicolon. (semi-spacing)
(#165) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#165) Operator '?' must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) 'xc' used outside of binding context. (block-scoped-var)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) Operator ':' must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) 'yc' used outside of binding context. (block-scoped-var)
(#165) Missing whitespace after semicolon. (semi-spacing)
(#166) This line has a length of 529. Maximum allowed is 132. (max-len)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#166) Operator '&&' must be spaced. (space-infix-ops)
(#166) Operator '?' must be spaced. (space-infix-ops)
(#166) Operator ':' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) Operator '?' must be spaced. (space-infix-ops)
(#166) 'xc' used outside of binding context. (block-scoped-var)
(#166) Operator ':' must be spaced. (space-infix-ops)
(#166) 'yc' used outside of binding context. (block-scoped-var)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#166) Operator '&&' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) Operator '||' must be spaced. (space-infix-ops)
(#166) Requires a space before '}'. (block-spacing)
(#166) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#166) Missing semicolon. (semi)
(#166) Requires a space before '}'. (block-spacing)
(#166) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#166) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#166) Operator '===' must be spaced. (space-infix-ops)
(#166) Operator '&&' must be spaced. (space-infix-ops)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) Operator '||' must be spaced. (space-infix-ops)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) Operator '||' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) Operator '&&' must be spaced. (space-infix-ops)
(#166) Operator '||' must be spaced. (space-infix-ops)
(#166) Operator '?' must be spaced. (space-infix-ops)
(#166) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#166) Operator ':' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) Operator '||' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) Missing space before value for key 'readyState'. (key-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) Missing space before value for key 'getResponseHeader'. (key-spacing)
(#166) Requires a space after '{'. (block-spacing)
(#166) Statement inside of curly braces should be on next line. (brace-style)
(#166) Missing space before opening brace. (space-before-blocks)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Expected space(s) after "if". (keyword-spacing)
(#166) Operator '===' must be spaced. (space-infix-ops)
(#166) Requires a space after '{'. (block-spacing)
(#166) Statement inside of curly braces should be on next line. (brace-style)
(#166) Missing space before opening brace. (space-before-blocks)
(#166) Expected space(s) after "if". (keyword-spacing)
(#166) Expected { after 'if' condition. (curly)
(#166) Expected space(s) before "for". (keyword-spacing)
(#166) Expected space(s) after "for". (keyword-spacing)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) Expected { after 'for' condition. (curly)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#167) This line has a length of 511. Maximum allowed is 132. (max-len)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) Requires a space before '}'. (block-spacing)
(#167) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#167) Missing semicolon. (semi)
(#167) Expected space(s) before "return". (keyword-spacing)
(#167) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#167) Use '===' to compare with null. (no-eq-null)
(#167) Operator '==' must be spaced. (space-infix-ops)
(#167) Operator '?' must be spaced. (space-infix-ops)
(#167) Operator ':' must be spaced. (space-infix-ops)
(#167) Requires a space before '}'. (block-spacing)
(#167) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#167) Missing semicolon. (semi)
(#167) A space is required after ','. (comma-spacing)
(#167) Missing space before value for key 'getAllResponseHeaders'. (key-spacing)
(#167) Requires a space after '{'. (block-spacing)
(#167) Statement inside of curly braces should be on next line. (brace-style)
(#167) Missing space before opening brace. (space-before-blocks)
(#167) Operator '===' must be spaced. (space-infix-ops)
(#167) Operator '?' must be spaced. (space-infix-ops)
(#167) Operator ':' must be spaced. (space-infix-ops)
(#167) Requires a space before '}'. (block-spacing)
(#167) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#167) Missing semicolon. (semi)
(#167) A space is required after ','. (comma-spacing)
(#167) Missing space before value for key 'setRequestHeader'. (key-spacing)
(#167) A space is required after ','. (comma-spacing)
(#167) Requires a space after '{'. (block-spacing)
(#167) Statement inside of curly braces should be on next line. (brace-style)
(#167) Missing space before opening brace. (space-before-blocks)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#167) Operator '||' must be spaced. (space-infix-ops)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) Operator '||' must be spaced. (space-infix-ops)
(#167) A space is required after ','. (comma-spacing)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Requires a space before '}'. (block-spacing)
(#167) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#167) Missing semicolon. (semi)
(#167) A space is required after ','. (comma-spacing)
(#167) Missing space before value for key 'overrideMimeType'. (key-spacing)
(#167) Requires a space after '{'. (block-spacing)
(#167) Statement inside of curly braces should be on next line. (brace-style)
(#167) Missing space before opening brace. (space-before-blocks)
(#167) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#167) Operator '||' must be spaced. (space-infix-ops)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Requires a space before '}'. (block-spacing)
(#167) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#167) Missing semicolon. (semi)
(#167) A space is required after ','. (comma-spacing)
(#167) Missing space before value for key 'statusCode'. (key-spacing)
(#167) Requires a space after '{'. (block-spacing)
(#167) Statement inside of curly braces should be on next line. (brace-style)
(#167) Missing space before opening brace. (space-before-blocks)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Expected space(s) after "if". (keyword-spacing)
(#167) Expected { after 'if' condition. (curly)
(#167) Expected space(s) before "if". (keyword-spacing)
(#167) Expected space(s) after "if". (keyword-spacing)
(#167) Operator '>' must be spaced. (space-infix-ops)
(#167) Expected { after 'if' condition. (curly)
(#167) Expected space(s) before "for". (keyword-spacing)
(#167) Expected space(s) after "for". (keyword-spacing)
(#167) Expected { after 'for-in'. (curly)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) A space is required after ','. (comma-spacing)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Expected { after 'else'. (curly)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Requires a space before '}'. (block-spacing)
(#167) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#167) Missing semicolon. (semi)
(#167) A space is required after ','. (comma-spacing)
(#167) Missing space before value for key 'abort'. (key-spacing)
(#167) Requires a space after '{'. (block-spacing)
(#167) Statement inside of curly braces should be on next line. (brace-style)
(#167) Missing space before opening brace. (space-before-blocks)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) Operator '||' must be spaced. (space-infix-ops)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#167) Operator '&&' must be spaced. (space-infix-ops)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) A space is required after ','. (comma-spacing)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Requires a space before '}'. (block-spacing)
(#167) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#167) Missing semicolon. (semi)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#168) This line has a length of 501. Maximum allowed is 132. (max-len)
(#168) Missing whitespace after semicolon. (semi-spacing)
(#168) Operator '=' must be spaced. (space-infix-ops)
(#168) Missing whitespace after semicolon. (semi-spacing)
(#168) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#168) Operator '=' must be spaced. (space-infix-ops)
(#168) Operator '||' must be spaced. (space-infix-ops)
(#168) Operator '||' must be spaced. (space-infix-ops)
(#168) Operator '+' must be spaced. (space-infix-ops)
(#168) A space is required after ','. (comma-spacing)
(#168) A space is required after ','. (comma-spacing)
(#168) Operator '+' must be spaced. (space-infix-ops)
(#168) Missing whitespace after semicolon. (semi-spacing)
(#168) Operator '=' must be spaced. (space-infix-ops)
(#168) Operator '||' must be spaced. (space-infix-ops)
(#168) Operator '||' must be spaced. (space-infix-ops)
(#168) Operator '||' must be spaced. (space-infix-ops)
(#168) Missing whitespace after semicolon. (semi-spacing)
(#168) Operator '=' must be spaced. (space-infix-ops)
(#168) Operator '||' must be spaced. (space-infix-ops)
(#168) Operator '||' must be spaced. (space-infix-ops)
(#168) Missing whitespace after semicolon. (semi-spacing)
(#168) Expected space(s) after "if". (keyword-spacing)
(#168) Use '===' to compare with null. (no-eq-null)
(#168) Operator '==' must be spaced. (space-infix-ops)
(#168) Requires a space after '{'. (block-spacing)
(#168) Statement inside of curly braces should be on next line. (brace-style)
(#168) Missing space before opening brace. (space-before-blocks)
(#168) Operator '=' must be spaced. (space-infix-ops)
(#168) Missing whitespace after semicolon. (semi-spacing)
(#168) Expected space(s) after "try". (keyword-spacing)
(#168) Requires a space after '{'. (block-spacing)
(#168) Statement inside of curly braces should be on next line. (brace-style)
(#168) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#168) Operator '=' must be spaced. (space-infix-ops)
(#168) Unexpected use of comma operator. (no-sequences)
(#168) A space is required after ','. (comma-spacing)
(#168) Operator '=' must be spaced. (space-infix-ops)
(#168) 'h.href' is assigned to itself. (no-self-assign)
(#168) A space is required after ','. (comma-spacing)
(#168) Operator '=' must be spaced. (space-infix-ops)
(#168) Operator '+' must be spaced. (space-infix-ops)
(#168) Operator '+' must be spaced. (space-infix-ops)
(#168) Operator '!==' must be spaced. (space-infix-ops)
(#168) Operator '+' must be spaced. (space-infix-ops)
(#168) Operator '+' must be spaced. (space-infix-ops)
(#168) Requires a space before '}'. (block-spacing)
(#168) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#168) Missing semicolon. (semi)
(#168) Expected space(s) before "catch". (keyword-spacing)
(#168) Expected space(s) after "catch". (keyword-spacing)
(#168) Requires a space after '{'. (block-spacing)
(#168) Statement inside of curly braces should be on next line. (brace-style)
(#168) Missing space before opening brace. (space-before-blocks)
(#168) Operator '=' must be spaced. (space-infix-ops)
(#168) Requires a space before '}'. (block-spacing)
(#168) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#168) Missing semicolon. (semi)
(#168) Requires a space before '}'. (block-spacing)
(#168) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#168) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#168) Operator '&&' must be spaced. (space-infix-ops)
(#168) Operator '&&' must be spaced. (space-infix-ops)
(#168) Operator '!==' must be spaced. (space-infix-ops)
(#168) Operator '&&' must be spaced. (space-infix-ops)
(#168) Operator '=' must be spaced. (space-infix-ops)
(#168) A space is required after ','. (comma-spacing)
(#168) Missing whitespace after semicolon. (semi-spacing)
(#168) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#168) A space is required after ','. (comma-spacing)
(#168) A space is required after ','. (comma-spacing)
(#168) A space is required after ','. (comma-spacing)
(#168) Missing whitespace after semicolon. (semi-spacing)
(#168) Expected space(s) after "if". (keyword-spacing)
(#168) Operator '===' must be spaced. (space-infix-ops)
(#168) Expected { after 'if' condition. (curly)
(#168) Expected space(s) before "return". (keyword-spacing)
(#169) This line has a length of 513. Maximum allowed is 132. (max-len)
(#169) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#169) Operator '=' must be spaced. (space-infix-ops)
(#169) Operator '&&' must be spaced. (space-infix-ops)
(#169) Operator '&&' must be spaced. (space-infix-ops)
(#169) Operator '===' must be spaced. (space-infix-ops)
(#169) Operator '&&' must be spaced. (space-infix-ops)
(#169) Missing whitespace after semicolon. (semi-spacing)
(#169) Operator '=' must be spaced. (space-infix-ops)
(#169) Missing whitespace after semicolon. (semi-spacing)
(#169) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#169) Operator '=' must be spaced. (space-infix-ops)
(#169) Missing whitespace after semicolon. (semi-spacing)
(#169) Operator '=' must be spaced. (space-infix-ops)
(#169) Missing whitespace after semicolon. (semi-spacing)
(#169) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#169) Operator '||' must be spaced. (space-infix-ops)
(#169) Operator '&&' must be spaced. (space-infix-ops)
(#169) Operator '=' must be spaced. (space-infix-ops)
(#169) Operator '+=' must be spaced. (space-infix-ops)
(#169) Operator '?' must be spaced. (space-infix-ops)
(#169) Operator ':' must be spaced. (space-infix-ops)
(#169) Operator '+' must be spaced. (space-infix-ops)
(#169) A space is required after ','. (comma-spacing)
(#169) A space is required after ','. (comma-spacing)
(#169) Operator '===' must be spaced. (space-infix-ops)
(#169) Operator '&&' must be spaced. (space-infix-ops)
(#169) Operator '=' must be spaced. (space-infix-ops)
(#169) Operator '?' must be spaced. (space-infix-ops)
(#169) A space is required after ','. (comma-spacing)
(#169) Operator '+' must be spaced. (space-infix-ops)
(#169) Operator ':' must be spaced. (space-infix-ops)
(#169) Operator '+' must be spaced. (space-infix-ops)
(#169) Operator '?' must be spaced. (space-infix-ops)
(#169) Operator ':' must be spaced. (space-infix-ops)
(#169) Operator '+' must be spaced. (space-infix-ops)
(#169) Operator '+' must be spaced. (space-infix-ops)
(#169) Missing whitespace after semicolon. (semi-spacing)
(#169) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#169) Operator '&&' must be spaced. (space-infix-ops)
(#169) Operator '&&' must be spaced. (space-infix-ops)
(#169) A space is required after ','. (comma-spacing)
(#169) A space is required after ','. (comma-spacing)
(#169) Operator '&&' must be spaced. (space-infix-ops)
(#169) A space is required after ','. (comma-spacing)
(#169) Missing whitespace after semicolon. (semi-spacing)
(#169) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#169) Operator '&&' must be spaced. (space-infix-ops)
(#169) Operator '&&' must be spaced. (space-infix-ops)
(#169) Operator '!==' must be spaced. (space-infix-ops)
(#169) Operator '||' must be spaced. (space-infix-ops)
(#170) This line has a length of 507. Maximum allowed is 132. (max-len)
(#170) Operator '&&' must be spaced. (space-infix-ops)
(#170) A space is required after ','. (comma-spacing)
(#170) Missing whitespace after semicolon. (semi-spacing)
(#170) A space is required after ','. (comma-spacing)
(#170) Operator '&&' must be spaced. (space-infix-ops)
(#170) Operator '?' must be spaced. (space-infix-ops)
(#170) Operator '+' must be spaced. (space-infix-ops)
(#170) Operator '!==' must be spaced. (space-infix-ops)
(#170) Operator '?' must be spaced. (space-infix-ops)
(#170) Operator '+' must be spaced. (space-infix-ops)
(#170) Operator '+' must be spaced. (space-infix-ops)
(#170) Operator ':' must be spaced. (space-infix-ops)
(#170) Operator ':' must be spaced. (space-infix-ops)
(#170) Missing whitespace after semicolon. (semi-spacing)
(#170) Expected space(s) after "for". (keyword-spacing)
(#170) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#170) Expected { after 'for-in'. (curly)
(#170) A space is required after ','. (comma-spacing)
(#170) Missing whitespace after semicolon. (semi-spacing)
(#170) Expected space(s) after "if". (keyword-spacing)
(#170) Operator '&&' must be spaced. (space-infix-ops)
(#170) Operator '===' must be spaced. (space-infix-ops)
(#170) A space is required after ','. (comma-spacing)
(#170) A space is required after ','. (comma-spacing)
(#170) Operator '||' must be spaced. (space-infix-ops)
(#170) Operator '===' must be spaced. (space-infix-ops)
(#170) Expected { after 'if' condition. (curly)
(#170) Expected space(s) before "return". (keyword-spacing)
(#170) Missing whitespace after semicolon. (semi-spacing)
(#170) Operator '=' must be spaced. (space-infix-ops)
(#170) Missing whitespace after semicolon. (semi-spacing)
(#170) Expected space(s) after "for". (keyword-spacing)
(#170) Expected space(s) after "in". (keyword-spacing)
(#170) Missing space before value for key 'success'. (key-spacing)
(#170) A space is required after ','. (comma-spacing)
(#170) Missing space before value for key 'error'. (key-spacing)
(#170) A space is required after ','. (comma-spacing)
(#170) Missing space before value for key 'complete'. (key-spacing)
(#170) Expected { after 'for-in'. (curly)
(#170) Missing whitespace after semicolon. (semi-spacing)
(#170) Expected space(s) after "if". (keyword-spacing)
(#170) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#170) Operator '=' must be spaced. (space-infix-ops)
(#170) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#170) A space is required after ','. (comma-spacing)
(#170) A space is required after ','. (comma-spacing)
(#170) A space is required after ','. (comma-spacing)
(#170) Requires a space after '{'. (block-spacing)
(#170) Statement inside of curly braces should be on next line. (brace-style)
(#170) Missing space before opening brace. (space-before-blocks)
(#170) Operator '=' must be spaced. (space-infix-ops)
(#170) Missing whitespace after semicolon. (semi-spacing)
(#170) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#170) Operator '&&' must be spaced. (space-infix-ops)
(#170) A space is required after ','. (comma-spacing)
(#170) A space is required after ','. (comma-spacing)
(#170) Missing whitespace after semicolon. (semi-spacing)
(#170) Expected space(s) after "if". (keyword-spacing)
(#170) Operator '===' must be spaced. (space-infix-ops)
(#170) Expected { after 'if' condition. (curly)
(#170) Expected space(s) before "return". (keyword-spacing)
(#171) This line has a length of 522. Maximum allowed is 132. (max-len)
(#171) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#171) Operator '&&' must be spaced. (space-infix-ops)
(#171) Operator '<' must be spaced. (space-infix-ops)
(#171) Operator '&&' must be spaced. (space-infix-ops)
(#171) Operator '=' must be spaced. (space-infix-ops)
(#171) Requires a space after '{'. (block-spacing)
(#171) Statement inside of curly braces should be on next line. (brace-style)
(#171) Missing space before opening brace. (space-before-blocks)
(#171) Requires a space before '}'. (block-spacing)
(#171) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#171) Missing semicolon. (semi)
(#171) A space is required after ','. (comma-spacing)
(#171) Missing whitespace after semicolon. (semi-spacing)
(#171) Expected space(s) after "try". (keyword-spacing)
(#171) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#171) Requires a space after '{'. (block-spacing)
(#171) Statement inside of curly braces should be on next line. (brace-style)
(#171) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#171) Operator '=' must be spaced. (space-infix-ops)
(#171) Unexpected use of comma operator. (no-sequences)
(#171) A space is required after ','. (comma-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) Requires a space before '}'. (block-spacing)
(#171) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#171) Missing semicolon. (semi)
(#171) Expected space(s) before "catch". (keyword-spacing)
(#171) Expected space(s) after "catch". (keyword-spacing)
(#171) Requires a space after '{'. (block-spacing)
(#171) Statement inside of curly braces should be on next line. (brace-style)
(#171) Missing space before opening brace. (space-before-blocks)
(#171) Expected space(s) after "if". (keyword-spacing)
(#171) Operator '>' must be spaced. (space-infix-ops)
(#171) Expected { after 'if' condition. (curly)
(#171) A space is required after ','. (comma-spacing)
(#171) Missing whitespace after semicolon. (semi-spacing)
(#171) Expected { after 'else'. (curly)
(#171) Requires a space before '}'. (block-spacing)
(#171) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#171) Requires a space before '}'. (block-spacing)
(#171) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#171) Expected space(s) before "else". (keyword-spacing)
(#171) Expected { after 'else'. (curly)
(#171) A space is required after ','. (comma-spacing)
(#171) Missing whitespace after semicolon. (semi-spacing)
(#171) Requires a space before '}'. (block-spacing)
(#171) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#171) Missing semicolon. (semi)
(#171) A space is required after ','. (comma-spacing)
(#171) Missing space before value for key 'getJSON'. (key-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) Requires a space after '{'. (block-spacing)
(#171) Statement inside of curly braces should be on next line. (brace-style)
(#171) Missing space before opening brace. (space-before-blocks)
(#171) A space is required after ','. (comma-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) Requires a space before '}'. (block-spacing)
(#171) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#171) Missing semicolon. (semi)
(#171) A space is required after ','. (comma-spacing)
(#171) Missing space before value for key 'getScript'. (key-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) Requires a space after '{'. (block-spacing)
(#171) Statement inside of curly braces should be on next line. (brace-style)
(#171) Missing space before opening brace. (space-before-blocks)
(#171) A space is required after ','. (comma-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) Requires a space before '}'. (block-spacing)
(#171) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#171) Missing semicolon. (semi)
(#171) Missing whitespace after semicolon. (semi-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) Requires a space after '{'. (block-spacing)
(#171) Statement inside of curly braces should be on next line. (brace-style)
(#171) Missing space before opening brace. (space-before-blocks)
(#171) Operator '=' must be spaced. (space-infix-ops)
(#171) A space is required after ','. (comma-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) Requires a space after '{'. (block-spacing)
(#171) Statement inside of curly braces should be on next line. (brace-style)
(#171) Missing space before opening brace. (space-before-blocks)
(#171) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#171) Operator '&&' must be spaced. (space-infix-ops)
(#171) Operator '=' must be spaced. (space-infix-ops)
(#171) Operator '||' must be spaced. (space-infix-ops)
(#171) A space is required after ','. (comma-spacing)
(#171) Operator '=' must be spaced. (space-infix-ops)
(#171) A space is required after ','. (comma-spacing)
(#171) Operator '=' must be spaced. (space-infix-ops)
(#171) Missing whitespace after semicolon. (semi-spacing)
(#171) Missing space before value for key 'url'. (key-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) Missing space before value for key 'type'. (key-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) Missing space before value for key 'dataType'. (key-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) Missing space before value for key 'data'. (key-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) Missing space before value for key 'success'. (key-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) Operator '&&' must be spaced. (space-infix-ops)
(#171) Requires a space before '}'. (block-spacing)
(#171) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#171) Missing semicolon. (semi)
(#171) Requires a space before '}'. (block-spacing)
(#171) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#171) Missing semicolon. (semi)
(#171) Missing whitespace after semicolon. (semi-spacing)
(#171) Operator '=' must be spaced. (space-infix-ops)
(#171) Requires a space after '{'. (block-spacing)
(#171) Statement inside of curly braces should be on next line. (brace-style)
(#171) Missing space before opening brace. (space-before-blocks)
(#171) Missing space before value for key 'url'. (key-spacing)
(#172) This line has a length of 525. Maximum allowed is 132. (max-len)
(#172) Missing space before value for key 'type'. (key-spacing)
(#172) A space is required after ','. (comma-spacing)
(#172) Missing space before value for key 'dataType'. (key-spacing)
(#172) A space is required after ','. (comma-spacing)
(#172) Missing space before value for key 'async'. (key-spacing)
(#172) A space is required after ','. (comma-spacing)
(#172) Missing space before value for key 'global'. (key-spacing)
(#172) A space is required after ','. (comma-spacing)
(#172) Missing space before value for key 'throws'. (key-spacing)
(#172) Requires a space before '}'. (block-spacing)
(#172) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#172) Missing semicolon. (semi)
(#172) Missing whitespace after semicolon. (semi-spacing)
(#172) Missing space before value for key 'wrapAll'. (key-spacing)
(#172) Requires a space after '{'. (block-spacing)
(#172) Statement inside of curly braces should be on next line. (brace-style)
(#172) Missing space before opening brace. (space-before-blocks)
(#172) Expected space(s) after "if". (keyword-spacing)
(#172) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#172) Expected { after 'if' condition. (curly)
(#172) Expected space(s) before "return". (keyword-spacing)
(#172) Requires a space after '{'. (block-spacing)
(#172) Statement inside of curly braces should be on next line. (brace-style)
(#172) Missing space before opening brace. (space-before-blocks)
(#172) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#172) A space is required after ','. (comma-spacing)
(#172) Requires a space before '}'. (block-spacing)
(#172) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#172) Missing semicolon. (semi)
(#172) Missing whitespace after semicolon. (semi-spacing)
(#172) Expected space(s) after "if". (keyword-spacing)
(#172) Requires a space after '{'. (block-spacing)
(#172) Statement inside of curly braces should be on next line. (brace-style)
(#172) Missing space before opening brace. (space-before-blocks)
(#172) Operator '=' must be spaced. (space-infix-ops)
(#172) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#172) A space is required after ','. (comma-spacing)
(#172) Missing whitespace after semicolon. (semi-spacing)
(#172) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#172) Operator '&&' must be spaced. (space-infix-ops)
(#172) Missing whitespace after semicolon. (semi-spacing)
(#172) Requires a space after '{'. (block-spacing)
(#172) Statement inside of curly braces should be on next line. (brace-style)
(#172) Missing space before opening brace. (space-before-blocks)
(#172) Expected space(s) after "for". (keyword-spacing)
(#172) Operator '=' must be spaced. (space-infix-ops)
(#172) Missing whitespace after semicolon. (semi-spacing)
(#172) Expected { after 'for' condition. (curly)
(#172) Operator '=' must be spaced. (space-infix-ops)
(#172) Missing whitespace after semicolon. (semi-spacing)
(#172) 'z' used outside of binding context. (block-scoped-var)
(#172) Requires a space before '}'. (block-spacing)
(#172) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#172) Missing semicolon. (semi)
(#172) Requires a space before '}'. (block-spacing)
(#172) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#172) Missing semicolon. (semi)
(#172) Expected space(s) before "return". (keyword-spacing)
(#172) Requires a space before '}'. (block-spacing)
(#172) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#172) Missing semicolon. (semi)
(#172) A space is required after ','. (comma-spacing)
(#172) Missing space before value for key 'wrapInner'. (key-spacing)
(#172) Requires a space after '{'. (block-spacing)
(#172) Statement inside of curly braces should be on next line. (brace-style)
(#172) Missing space before opening brace. (space-before-blocks)
(#172) Operator '?' must be spaced. (space-infix-ops)
(#172) Requires a space after '{'. (block-spacing)
(#172) Statement inside of curly braces should be on next line. (brace-style)
(#172) Missing space before opening brace. (space-before-blocks)
(#172) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#172) A space is required after ','. (comma-spacing)
(#172) Requires a space before '}'. (block-spacing)
(#172) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#172) Missing semicolon. (semi)
(#172) Operator ':' must be spaced. (space-infix-ops)
(#172) Requires a space after '{'. (block-spacing)
(#172) Statement inside of curly braces should be on next line. (brace-style)
(#172) Missing space before opening brace. (space-before-blocks)
(#172) Operator '=' must be spaced. (space-infix-ops)
(#173) This line has a length of 506. Maximum allowed is 132. (max-len)
(#173) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#173) A space is required after ','. (comma-spacing)
(#173) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#173) Operator '=' must be spaced. (space-infix-ops)
(#173) Missing whitespace after semicolon. (semi-spacing)
(#173) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#173) Operator '?' must be spaced. (space-infix-ops)
(#173) Operator ':' must be spaced. (space-infix-ops)
(#173) Requires a space before '}'. (block-spacing)
(#173) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#173) Missing semicolon. (semi)
(#173) Requires a space before '}'. (block-spacing)
(#173) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#173) Missing semicolon. (semi)
(#173) A space is required after ','. (comma-spacing)
(#173) Missing space before value for key 'wrap'. (key-spacing)
(#173) Requires a space after '{'. (block-spacing)
(#173) Statement inside of curly braces should be on next line. (brace-style)
(#173) Missing space before opening brace. (space-before-blocks)
(#173) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#173) Operator '=' must be spaced. (space-infix-ops)
(#173) Missing whitespace after semicolon. (semi-spacing)
(#173) Requires a space after '{'. (block-spacing)
(#173) Statement inside of curly braces should be on next line. (brace-style)
(#173) Missing space before opening brace. (space-before-blocks)
(#173) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#173) Operator '?' must be spaced. (space-infix-ops)
(#173) A space is required after ','. (comma-spacing)
(#173) Operator ':' must be spaced. (space-infix-ops)
(#173) Requires a space before '}'. (block-spacing)
(#173) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#173) Missing semicolon. (semi)
(#173) Requires a space before '}'. (block-spacing)
(#173) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#173) Missing semicolon. (semi)
(#173) A space is required after ','. (comma-spacing)
(#173) Missing space before value for key 'unwrap'. (key-spacing)
(#173) Requires a space after '{'. (block-spacing)
(#173) Statement inside of curly braces should be on next line. (brace-style)
(#173) Missing space before opening brace. (space-before-blocks)
(#173) Requires a space after '{'. (block-spacing)
(#173) Statement inside of curly braces should be on next line. (brace-style)
(#173) Missing space before opening brace. (space-before-blocks)
(#173) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#173) A space is required after ','. (comma-spacing)
(#173) Operator '||' must be spaced. (space-infix-ops)
(#173) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#173) Requires a space before '}'. (block-spacing)
(#173) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#173) Missing semicolon. (semi)
(#173) Requires a space before '}'. (block-spacing)
(#173) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#173) Missing semicolon. (semi)
(#173) Missing whitespace after semicolon. (semi-spacing)
(#173) Operator '=' must be spaced. (space-infix-ops)
(#173) Requires a space after '{'. (block-spacing)
(#173) Statement inside of curly braces should be on next line. (brace-style)
(#173) Missing space before opening brace. (space-before-blocks)
(#173) Expected space(s) after "return". (keyword-spacing)
(#173) Requires a space before '}'. (block-spacing)
(#173) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#173) Missing semicolon. (semi)
(#173) Missing whitespace after semicolon. (semi-spacing)
(#173) Operator '=' must be spaced. (space-infix-ops)
(#173) Requires a space after '{'. (block-spacing)
(#173) Statement inside of curly braces should be on next line. (brace-style)
(#173) Missing space before opening brace. (space-before-blocks)
(#173) Operator '<' must be spaced. (space-infix-ops)
(#173) Operator '||' must be spaced. (space-infix-ops)
(#173) Operator '<' must be spaced. (space-infix-ops)
(#173) Operator '||' must be spaced. (space-infix-ops)
(#173) Operator '<' must be spaced. (space-infix-ops)
(#173) Requires a space before '}'. (block-spacing)
(#173) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#173) Missing semicolon. (semi)
(#173) Missing whitespace after semicolon. (semi-spacing)
(#173) Operator '=' must be spaced. (space-infix-ops)
(#173) A space is required after ','. (comma-spacing)
(#173) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#173) Operator '=' must be spaced. (space-infix-ops)
(#173) A space is required after ','. (comma-spacing)
(#173) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#173) Operator '=' must be spaced. (space-infix-ops)
(#174) This line has a length of 515. Maximum allowed is 132. (max-len)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#174) A space is required after ','. (comma-spacing)
(#174) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#174) Missing whitespace after semicolon. (semi-spacing)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#174) A space is required after ','. (comma-spacing)
(#174) Requires a space after '{'. (block-spacing)
(#174) Statement inside of curly braces should be on next line. (brace-style)
(#174) Missing space before opening brace. (space-before-blocks)
(#174) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#174) A space is required after ','. (comma-spacing)
(#174) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#174) A space is required after ','. (comma-spacing)
(#174) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#174) A space is required after ','. (comma-spacing)
(#174) Requires a space after '{'. (block-spacing)
(#174) Statement inside of curly braces should be on next line. (brace-style)
(#174) Missing space before opening brace. (space-before-blocks)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#174) Do not nest ternary expressions. (no-nested-ternary)
(#174) Operator '?' must be spaced. (space-infix-ops)
(#174) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#174) Operator ':' must be spaced. (space-infix-ops)
(#174) Use '===' to compare with null. (no-eq-null)
(#174) Operator '==' must be spaced. (space-infix-ops)
(#174) Operator '?' must be spaced. (space-infix-ops)
(#174) Operator ':' must be spaced. (space-infix-ops)
(#174) Missing whitespace after semicolon. (semi-spacing)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#174) Operator '+' must be spaced. (space-infix-ops)
(#174) Operator '+' must be spaced. (space-infix-ops)
(#174) Requires a space before '}'. (block-spacing)
(#174) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#174) Missing semicolon. (semi)
(#174) Missing whitespace after semicolon. (semi-spacing)
(#174) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#174) Operator '===' must be spaced. (space-infix-ops)
(#174) Operator '&&' must be spaced. (space-infix-ops)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#174) Operator '&&' must be spaced. (space-infix-ops)
(#174) Missing whitespace after semicolon. (semi-spacing)
(#174) Expected space(s) after "if". (keyword-spacing)
(#174) Operator '||' must be spaced. (space-infix-ops)
(#174) Operator '&&' must be spaced. (space-infix-ops)
(#174) Expected { after 'if' condition. (curly)
(#174) A space is required after ','. (comma-spacing)
(#174) Requires a space after '{'. (block-spacing)
(#174) Statement inside of curly braces should be on next line. (brace-style)
(#174) Missing space before opening brace. (space-before-blocks)
(#174) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#174) A space is required after ','. (comma-spacing)
(#174) Requires a space before '}'. (block-spacing)
(#174) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#174) Missing semicolon. (semi)
(#174) Missing whitespace after semicolon. (semi-spacing)
(#174) Expected { after 'else'. (curly)
(#174) Expected space(s) after "for". (keyword-spacing)
(#174) Expected { after 'for-in'. (curly)
(#174) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#174) A space is required after ','. (comma-spacing)
(#174) A space is required after ','. (comma-spacing)
(#174) A space is required after ','. (comma-spacing)
(#174) Missing whitespace after semicolon. (semi-spacing)
(#174) A space is required after ','. (comma-spacing)
(#174) Requires a space before '}'. (block-spacing)
(#174) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#174) Missing semicolon. (semi)
(#174) Missing whitespace after semicolon. (semi-spacing)
(#174) Missing space before value for key 'serialize'. (key-spacing)
(#174) Requires a space after '{'. (block-spacing)
(#174) Statement inside of curly braces should be on next line. (brace-style)
(#174) Missing space before opening brace. (space-before-blocks)
(#174) Requires a space before '}'. (block-spacing)
(#174) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#174) Missing semicolon. (semi)
(#175) This line has a length of 521. Maximum allowed is 132. (max-len)
(#175) Missing space before value for key 'serializeArray'. (key-spacing)
(#175) Requires a space after '{'. (block-spacing)
(#175) Statement inside of curly braces should be on next line. (brace-style)
(#175) Missing space before opening brace. (space-before-blocks)
(#175) Requires a space after '{'. (block-spacing)
(#175) Statement inside of curly braces should be on next line. (brace-style)
(#175) Missing space before opening brace. (space-before-blocks)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) Missing whitespace after semicolon. (semi-spacing)
(#175) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#175) Operator '?' must be spaced. (space-infix-ops)
(#175) Operator ':' must be spaced. (space-infix-ops)
(#175) Requires a space before '}'. (block-spacing)
(#175) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#175) Missing semicolon. (semi)
(#175) Requires a space after '{'. (block-spacing)
(#175) Statement inside of curly braces should be on next line. (brace-style)
(#175) Missing space before opening brace. (space-before-blocks)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) Missing whitespace after semicolon. (semi-spacing)
(#175) Operator '&&' must be spaced. (space-infix-ops)
(#175) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#175) Operator '&&' must be spaced. (space-infix-ops)
(#175) Operator '&&' must be spaced. (space-infix-ops)
(#175) Operator '&&' must be spaced. (space-infix-ops)
(#175) Operator '||' must be spaced. (space-infix-ops)
(#175) Requires a space before '}'. (block-spacing)
(#175) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#175) Missing semicolon. (semi)
(#175) A space is required after ','. (comma-spacing)
(#175) Requires a space after '{'. (block-spacing)
(#175) Statement inside of curly braces should be on next line. (brace-style)
(#175) Missing space before opening brace. (space-before-blocks)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#175) Missing whitespace after semicolon. (semi-spacing)
(#175) Do not nest ternary expressions. (no-nested-ternary)
(#175) Use '===' to compare with null. (no-eq-null)
(#175) Operator '==' must be spaced. (space-infix-ops)
(#175) Operator '?' must be spaced. (space-infix-ops)
(#175) Operator ':' must be spaced. (space-infix-ops)
(#175) Operator '?' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) Requires a space after '{'. (block-spacing)
(#175) Statement inside of curly braces should be on next line. (brace-style)
(#175) Missing space before opening brace. (space-before-blocks)
(#175) Expected space(s) after "return". (keyword-spacing)
(#175) Missing space before value for key 'name'. (key-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) Missing space before value for key 'value'. (key-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) Requires a space before '}'. (block-spacing)
(#175) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#175) Missing semicolon. (semi)
(#175) Operator ':' must be spaced. (space-infix-ops)
(#175) Missing space before value for key 'name'. (key-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) Missing space before value for key 'value'. (key-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) Requires a space before '}'. (block-spacing)
(#175) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#175) Missing semicolon. (semi)
(#175) Requires a space before '}'. (block-spacing)
(#175) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#175) Missing semicolon. (semi)
(#175) Missing whitespace after semicolon. (semi-spacing)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) Expected to return a value at the end of function. (consistent-return)
(#175) Requires a space after '{'. (block-spacing)
(#175) Statement inside of curly braces should be on next line. (brace-style)
(#175) Missing space before opening brace. (space-before-blocks)
(#175) Expected space(s) after "try". (keyword-spacing)
(#175) Requires a space after '{'. (block-spacing)
(#175) Statement inside of curly braces should be on next line. (brace-style)
(#175) Missing '()' invoking a constructor. (new-parens)
(#175) Requires a space before '}'. (block-spacing)
(#175) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#175) Missing semicolon. (semi)
(#175) Expected space(s) before "catch". (keyword-spacing)
(#175) Expected space(s) after "catch". (keyword-spacing)
(#175) Empty block statement. (no-empty)
(#175) Missing space before opening brace. (space-before-blocks)
(#175) Requires a space before '}'. (block-spacing)
(#175) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#176) This line has a length of 532. Maximum allowed is 132. (max-len)
(#176) Operator '=' must be spaced. (space-infix-ops)
(#176) Unquoted number literal '0' used as key. (quote-props)
(#176) Missing space before value for key '0'. (key-spacing)
(#176) A space is required after ','. (comma-spacing)
(#176) Unquoted number literal '1223' used as key. (quote-props)
(#176) Missing space before value for key '1223'. (key-spacing)
(#176) A space is required after ','. (comma-spacing)
(#176) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#176) Operator '=' must be spaced. (space-infix-ops)
(#176) Missing whitespace after semicolon. (semi-spacing)
(#176) Operator '=' must be spaced. (space-infix-ops)
(#176) Operator '&&' must be spaced. (space-infix-ops)
(#176) Operator 'in' must be spaced. (space-infix-ops)
(#176) Missing whitespace after semicolon. (semi-spacing)
(#176) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#176) Operator '=' must be spaced. (space-infix-ops)
(#176) Operator '=' must be spaced. (space-infix-ops)
(#176) Missing whitespace after semicolon. (semi-spacing)
(#176) Expected to return a value at the end of function. (consistent-return)
(#176) Requires a space after '{'. (block-spacing)
(#176) Statement inside of curly braces should be on next line. (brace-style)
(#176) Missing space before opening brace. (space-before-blocks)
(#176) A space is required after ','. (comma-spacing)
(#176) Missing whitespace after semicolon. (semi-spacing)
(#176) Expected space(s) after "if". (keyword-spacing)
(#176) Operator '||' must be spaced. (space-infix-ops)
(#176) Operator '&&' must be spaced. (space-infix-ops)
(#176) Expected { after 'if' condition. (curly)
(#176) Expected space(s) before "return". (keyword-spacing)
(#176) Expected space(s) after "return". (keyword-spacing)
(#176) Missing space before value for key 'send'. (key-spacing)
(#176) A space is required after ','. (comma-spacing)
(#176) Requires a space after '{'. (block-spacing)
(#176) Statement inside of curly braces should be on next line. (brace-style)
(#176) Missing space before opening brace. (space-before-blocks)
(#176) A space is required after ','. (comma-spacing)
(#176) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#176) Operator '=' must be spaced. (space-infix-ops)
(#176) Missing whitespace after semicolon. (semi-spacing)
(#176) A space is required after ','. (comma-spacing)
(#176) A space is required after ','. (comma-spacing)
(#176) A space is required after ','. (comma-spacing)
(#176) A space is required after ','. (comma-spacing)
(#176) Missing whitespace after semicolon. (semi-spacing)
(#176) Expected space(s) after "if". (keyword-spacing)
(#176) Expected { after 'if' condition. (curly)
(#176) Expected space(s) before "for". (keyword-spacing)
(#176) Expected space(s) after "for". (keyword-spacing)
(#176) Expected { after 'for-in'. (curly)
(#176) Operator '=' must be spaced. (space-infix-ops)
(#176) Missing whitespace after semicolon. (semi-spacing)
(#176) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#176) Operator '&&' must be spaced. (space-infix-ops)
(#176) Operator '&&' must be spaced. (space-infix-ops)
(#176) Missing whitespace after semicolon. (semi-spacing)
(#176) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#176) Operator '||' must be spaced. (space-infix-ops)
(#176) Operator '||' must be spaced. (space-infix-ops)
(#176) Operator '=' must be spaced. (space-infix-ops)
(#176) Missing whitespace after semicolon. (semi-spacing)
(#176) Expected space(s) after "for". (keyword-spacing)
(#176) Expected { after 'for-in'. (curly)
(#176) A space is required after ','. (comma-spacing)
(#176) Missing whitespace after semicolon. (semi-spacing)
(#176) Operator '=' must be spaced. (space-infix-ops)
(#176) Requires a space after '{'. (block-spacing)
(#176) Statement inside of curly braces should be on next line. (brace-style)
(#176) Missing space before opening brace. (space-before-blocks)
(#176) Requires a space after '{'. (block-spacing)
(#176) Statement inside of curly braces should be on next line. (brace-style)
(#176) Missing space before opening brace. (space-before-blocks)
(#176) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#176) Operator '&&' must be spaced. (space-infix-ops)
(#177) This line has a length of 521. Maximum allowed is 132. (max-len)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) A space is required after ','. (comma-spacing)
(#177) Do not nest ternary expressions. (no-nested-ternary)
(#177) Operator '===' must be spaced. (space-infix-ops)
(#177) Operator '?' must be spaced. (space-infix-ops)
(#177) Operator ':' must be spaced. (space-infix-ops)
(#177) Do not nest ternary expressions. (no-nested-ternary)
(#177) Operator '===' must be spaced. (space-infix-ops)
(#177) Operator '?' must be spaced. (space-infix-ops)
(#177) Operator '!==' must be spaced. (space-infix-ops)
(#177) Operator '?' must be spaced. (space-infix-ops)
(#177) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#177) A space is required after ','. (comma-spacing)
(#177) Operator ':' must be spaced. (space-infix-ops)
(#177) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#177) A space is required after ','. (comma-spacing)
(#177) Operator ':' must be spaced. (space-infix-ops)
(#177) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#177) Operator '||' must be spaced. (space-infix-ops)
(#177) A space is required after ','. (comma-spacing)
(#177) A space is required after ','. (comma-spacing)
(#177) Operator '!==' must be spaced. (space-infix-ops)
(#177) Operator '||' must be spaced. (space-infix-ops)
(#177) Operator '||' must be spaced. (space-infix-ops)
(#177) Operator '!==' must be spaced. (space-infix-ops)
(#177) Operator '?' must be spaced. (space-infix-ops)
(#177) Missing space before value for key 'binary'. (key-spacing)
(#177) Operator ':' must be spaced. (space-infix-ops)
(#177) Missing space before value for key 'text'. (key-spacing)
(#177) A space is required after ','. (comma-spacing)
(#177) Requires a space before '}'. (block-spacing)
(#177) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#177) Missing semicolon. (semi)
(#177) Requires a space before '}'. (block-spacing)
(#177) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#177) Missing semicolon. (semi)
(#177) Missing whitespace after semicolon. (semi-spacing)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) Missing whitespace after semicolon. (semi-spacing)
(#177) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) Missing whitespace after semicolon. (semi-spacing)
(#177) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#177) Operator '!==' must be spaced. (space-infix-ops)
(#177) Operator '?' must be spaced. (space-infix-ops)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) Operator ':' must be spaced. (space-infix-ops)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) Requires a space after '{'. (block-spacing)
(#177) Statement inside of curly braces should be on next line. (brace-style)
(#177) Missing space before opening brace. (space-before-blocks)
(#177) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#177) Operator '===' must be spaced. (space-infix-ops)
(#177) Operator '&&' must be spaced. (space-infix-ops)
(#177) Requires a space after '{'. (block-spacing)
(#177) Statement inside of curly braces should be on next line. (brace-style)
(#177) Missing space before opening brace. (space-before-blocks)
(#177) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#177) Operator '&&' must be spaced. (space-infix-ops)
(#177) Requires a space before '}'. (block-spacing)
(#177) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#177) Missing semicolon. (semi)
(#177) Requires a space before '}'. (block-spacing)
(#177) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#177) Missing semicolon. (semi)
(#177) Missing whitespace after semicolon. (semi-spacing)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) Missing whitespace after semicolon. (semi-spacing)
(#177) Expected space(s) after "try". (keyword-spacing)
(#177) Requires a space after '{'. (block-spacing)
(#177) Statement inside of curly braces should be on next line. (brace-style)
(#177) Operator '&&' must be spaced. (space-infix-ops)
(#178) This line has a length of 530. Maximum allowed is 132. (max-len)
(#178) Operator '||' must be spaced. (space-infix-ops)
(#178) Requires a space before '}'. (block-spacing)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Missing semicolon. (semi)
(#178) Expected space(s) before "catch". (keyword-spacing)
(#178) Expected space(s) after "catch". (keyword-spacing)
(#178) Requires a space after '{'. (block-spacing)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Expected space(s) after "if". (keyword-spacing)
(#178) Expected { after 'if' condition. (curly)
(#178) Expected space(s) before "throw". (keyword-spacing)
(#178) Requires a space before '}'. (block-spacing)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Requires a space before '}'. (block-spacing)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) A space is required after ','. (comma-spacing)
(#178) Missing space before value for key 'abort'. (key-spacing)
(#178) Requires a space after '{'. (block-spacing)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#178) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#178) Operator '&&' must be spaced. (space-infix-ops)
(#178) Requires a space before '}'. (block-spacing)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Missing semicolon. (semi)
(#178) Requires a space before '}'. (block-spacing)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Missing semicolon. (semi)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Missing space before value for key 'accepts'. (key-spacing)
(#178) Missing space before value for key 'script'. (key-spacing)
(#178) A space is required after ','. (comma-spacing)
(#178) Missing space before value for key 'contents'. (key-spacing)
(#178) Missing space before value for key 'script'. (key-spacing)
(#178) A space is required after ','. (comma-spacing)
(#178) Missing space before value for key 'converters'. (key-spacing)
(#178) Missing space before value for key 'text script'. (key-spacing)
(#178) Requires a space after '{'. (block-spacing)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Requires a space before '}'. (block-spacing)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Missing semicolon. (semi)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) A space is required after ','. (comma-spacing)
(#178) Requires a space after '{'. (block-spacing)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#178) Operator '===' must be spaced. (space-infix-ops)
(#178) Operator '&&' must be spaced. (space-infix-ops)
(#178) Operator '=' must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#178) Operator '&&' must be spaced. (space-infix-ops)
(#178) Operator '=' must be spaced. (space-infix-ops)
(#178) Requires a space before '}'. (block-spacing)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Missing semicolon. (semi)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) A space is required after ','. (comma-spacing)
(#178) Expected to return a value at the end of function. (consistent-return)
(#178) Requires a space after '{'. (block-spacing)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Expected space(s) after "if". (keyword-spacing)
(#178) Requires a space after '{'. (block-spacing)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) A space is required after ','. (comma-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Expected space(s) after "return". (keyword-spacing)
(#178) Missing space before value for key 'send'. (key-spacing)
(#178) A space is required after ','. (comma-spacing)
(#178) Requires a space after '{'. (block-spacing)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Operator '=' must be spaced. (space-infix-ops)
(#178) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#178) Missing space before value for key 'charset'. (key-spacing)
(#179) This line has a length of 504. Maximum allowed is 132. (max-len)
(#179) Missing space before value for key 'src'. (key-spacing)
(#179) A space is required after ','. (comma-spacing)
(#179) Operator '=' must be spaced. (space-infix-ops)
(#179) Requires a space after '{'. (block-spacing)
(#179) Statement inside of curly braces should be on next line. (brace-style)
(#179) Missing space before opening brace. (space-before-blocks)
(#179) Missing whitespace after semicolon. (semi-spacing)
(#179) Operator '=' must be spaced. (space-infix-ops)
(#179) Missing whitespace after semicolon. (semi-spacing)
(#179) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#179) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#179) Operator '&&' must be spaced. (space-infix-ops)
(#179) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#179) Operator '===' must be spaced. (space-infix-ops)
(#179) Operator '?' must be spaced. (space-infix-ops)
(#179) Operator ':' must be spaced. (space-infix-ops)
(#179) A space is required after ','. (comma-spacing)
(#179) Requires a space before '}'. (block-spacing)
(#179) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#179) Missing semicolon. (semi)
(#179) Missing whitespace after semicolon. (semi-spacing)
(#179) Requires a space before '}'. (block-spacing)
(#179) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#179) Missing semicolon. (semi)
(#179) A space is required after ','. (comma-spacing)
(#179) Missing space before value for key 'abort'. (key-spacing)
(#179) Requires a space after '{'. (block-spacing)
(#179) Statement inside of curly braces should be on next line. (brace-style)
(#179) Missing space before opening brace. (space-before-blocks)
(#179) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#179) Operator '&&' must be spaced. (space-infix-ops)
(#179) Requires a space before '}'. (block-spacing)
(#179) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#179) Missing semicolon. (semi)
(#179) Requires a space before '}'. (block-spacing)
(#179) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#179) Missing semicolon. (semi)
(#179) Requires a space before '}'. (block-spacing)
(#179) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#179) Missing whitespace after semicolon. (semi-spacing)
(#179) Operator '=' must be spaced. (space-infix-ops)
(#179) A space is required after ','. (comma-spacing)
(#179) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#179) Operator '=' must be spaced. (space-infix-ops)
(#179) Missing whitespace after semicolon. (semi-spacing)
(#179) Missing space before value for key 'jsonp'. (key-spacing)
(#179) A space is required after ','. (comma-spacing)
(#179) Missing space before value for key 'jsonpCallback'. (key-spacing)
(#179) Requires a space after '{'. (block-spacing)
(#179) Statement inside of curly braces should be on next line. (brace-style)
(#179) Missing space before opening brace. (space-before-blocks)
(#179) Operator '=' must be spaced. (space-infix-ops)
(#179) Operator '||' must be spaced. (space-infix-ops)
(#179) Operator '+' must be spaced. (space-infix-ops)
(#179) Operator '+' must be spaced. (space-infix-ops)
(#179) Missing whitespace after semicolon. (semi-spacing)
(#179) Operator '=' must be spaced. (space-infix-ops)
(#179) Missing whitespace after semicolon. (semi-spacing)
(#179) Requires a space before '}'. (block-spacing)
(#179) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#179) Missing semicolon. (semi)
(#179) Missing whitespace after semicolon. (semi-spacing)
(#179) A space is required after ','. (comma-spacing)
(#179) Expected to return a value at the end of function. (consistent-return)
(#179) A space is required after ','. (comma-spacing)
(#179) A space is required after ','. (comma-spacing)
(#179) Requires a space after '{'. (block-spacing)
(#179) Statement inside of curly braces should be on next line. (brace-style)
(#179) Missing space before opening brace. (space-before-blocks)
(#179) A space is required after ','. (comma-spacing)
(#179) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#179) Operator '=' must be spaced. (space-infix-ops)
(#179) Operator '!==' must be spaced. (space-infix-ops)
(#179) Operator '&&' must be spaced. (space-infix-ops)
(#179) Operator '?' must be spaced. (space-infix-ops)
(#179) Operator ':' must be spaced. (space-infix-ops)
(#179) Operator '===' must be spaced. (space-infix-ops)
(#179) Operator '&&' must be spaced. (space-infix-ops)
(#179) Operator '===' must be spaced. (space-infix-ops)
(#179) Operator '||' must be spaced. (space-infix-ops)
(#179) Operator '&&' must be spaced. (space-infix-ops)
(#179) Operator '&&' must be spaced. (space-infix-ops)
(#180) This line has a length of 504. Maximum allowed is 132. (max-len)
(#180) Missing whitespace after semicolon. (semi-spacing)
(#180) Expected space(s) after "if". (keyword-spacing)
(#180) Operator '||' must be spaced. (space-infix-ops)
(#180) Operator '===' must be spaced. (space-infix-ops)
(#180) Requires a space after '{'. (block-spacing)
(#180) Statement inside of curly braces should be on next line. (brace-style)
(#180) Missing space before opening brace. (space-before-blocks)
(#180) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#180) Operator '=' must be spaced. (space-infix-ops)
(#180) Operator '=' must be spaced. (space-infix-ops)
(#180) Operator '?' must be spaced. (space-infix-ops)
(#180) Operator ':' must be spaced. (space-infix-ops)
(#180) Missing whitespace after semicolon. (semi-spacing)
(#180) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#180) Operator '?' must be spaced. (space-infix-ops)
(#180) Operator '=' must be spaced. (space-infix-ops)
(#180) A space is required after ','. (comma-spacing)
(#180) Operator '+' must be spaced. (space-infix-ops)
(#180) Operator ':' must be spaced. (space-infix-ops)
(#180) Operator '!==' must be spaced. (space-infix-ops)
(#180) Operator '&&' must be spaced. (space-infix-ops)
(#180) Operator '+=' must be spaced. (space-infix-ops)
(#180) Operator '?' must be spaced. (space-infix-ops)
(#180) Operator ':' must be spaced. (space-infix-ops)
(#180) Operator '+' must be spaced. (space-infix-ops)
(#180) Operator '+' must be spaced. (space-infix-ops)
(#180) Operator '+' must be spaced. (space-infix-ops)
(#180) Missing whitespace after semicolon. (semi-spacing)
(#180) Operator '=' must be spaced. (space-infix-ops)
(#180) Requires a space after '{'. (block-spacing)
(#180) Statement inside of curly braces should be on next line. (brace-style)
(#180) Missing space before opening brace. (space-before-blocks)
(#180) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#180) Operator '||' must be spaced. (space-infix-ops)
(#180) Operator '+' must be spaced. (space-infix-ops)
(#180) Missing whitespace after semicolon. (semi-spacing)
(#180) Requires a space before '}'. (block-spacing)
(#180) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#180) Missing semicolon. (semi)
(#180) Missing whitespace after semicolon. (semi-spacing)
(#180) Operator '=' must be spaced. (space-infix-ops)
(#180) Missing whitespace after semicolon. (semi-spacing)
(#180) Operator '=' must be spaced. (space-infix-ops)
(#180) Missing whitespace after semicolon. (semi-spacing)
(#180) Operator '=' must be spaced. (space-infix-ops)
(#180) Requires a space after '{'. (block-spacing)
(#180) Statement inside of curly braces should be on next line. (brace-style)
(#180) Missing space before opening brace. (space-before-blocks)
(#180) Operator '=' must be spaced. (space-infix-ops)
(#180) Requires a space before '}'. (block-spacing)
(#180) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#180) Missing semicolon. (semi)
(#180) Missing whitespace after semicolon. (semi-spacing)
(#180) Requires a space after '{'. (block-spacing)
(#180) Statement inside of curly braces should be on next line. (brace-style)
(#180) Missing space before opening brace. (space-before-blocks)
(#180) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#180) Operator '===' must be spaced. (space-infix-ops)
(#180) Operator '?' must be spaced. (space-infix-ops)
(#180) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#180) Operator ':' must be spaced. (space-infix-ops)
(#180) Operator '=' must be spaced. (space-infix-ops)
(#180) Missing whitespace after semicolon. (semi-spacing)
(#180) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#180) Operator '&&' must be spaced. (space-infix-ops)
(#180) Operator '=' must be spaced. (space-infix-ops)
(#180) A space is required after ','. (comma-spacing)
(#180) Missing whitespace after semicolon. (semi-spacing)
(#180) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#180) Operator '&&' must be spaced. (space-infix-ops)
(#180) Operator '&&' must be spaced. (space-infix-ops)
(#180) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#180) Missing whitespace after semicolon. (semi-spacing)
(#180) Operator '=' must be spaced. (space-infix-ops)
(#180) Operator '=' must be spaced. (space-infix-ops)
(#180) Requires a space before '}'. (block-spacing)
(#180) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#180) Missing semicolon. (semi)
(#181) This line has a length of 504. Maximum allowed is 132. (max-len)
(#181) Expected space(s) after "return". (keyword-spacing)
(#181) Requires a space before '}'. (block-spacing)
(#181) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#181) Missing semicolon. (semi)
(#181) Requires a space before '}'. (block-spacing)
(#181) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#181) Missing whitespace after semicolon. (semi-spacing)
(#181) Operator '=' must be spaced. (space-infix-ops)
(#181) A space is required after ','. (comma-spacing)
(#181) A space is required after ','. (comma-spacing)
(#181) Requires a space after '{'. (block-spacing)
(#181) Statement inside of curly braces should be on next line. (brace-style)
(#181) Missing space before opening brace. (space-before-blocks)
(#181) Expected space(s) after "if". (keyword-spacing)
(#181) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#181) Operator '||' must be spaced. (space-infix-ops)
(#181) Operator '!==' must be spaced. (space-infix-ops)
(#181) Expected { after 'if' condition. (curly)
(#181) Expected space(s) before "return". (keyword-spacing)
(#181) Missing whitespace after semicolon. (semi-spacing)
(#181) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#181) Operator '===' must be spaced. (space-infix-ops)
(#181) Operator '&&' must be spaced. (space-infix-ops)
(#181) Operator '=' must be spaced. (space-infix-ops)
(#181) A space is required after ','. (comma-spacing)
(#181) Operator '=' must be spaced. (space-infix-ops)
(#181) Missing whitespace after semicolon. (semi-spacing)
(#181) Operator '=' must be spaced. (space-infix-ops)
(#181) Operator '||' must be spaced. (space-infix-ops)
(#181) Missing whitespace after semicolon. (semi-spacing)
(#181) Operator '=' must be spaced. (space-infix-ops)
(#181) Missing whitespace after semicolon. (semi-spacing)
(#181) Operator '=' must be spaced. (space-infix-ops)
(#181) Operator '&&' must be spaced. (space-infix-ops)
(#181) Missing whitespace after semicolon. (semi-spacing)
(#181) Expected space(s) after "if". (keyword-spacing)
(#181) Expected { after 'if' condition. (curly)
(#181) Expected space(s) before "return". (keyword-spacing)
(#181) Expected space(s) after "return". (keyword-spacing)
(#181) Missing whitespace after semicolon. (semi-spacing)
(#181) Operator '=' must be spaced. (space-infix-ops)
(#181) A space is required after ','. (comma-spacing)
(#181) A space is required after ','. (comma-spacing)
(#181) Missing whitespace after semicolon. (semi-spacing)
(#181) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#181) Operator '&&' must be spaced. (space-infix-ops)
(#181) Operator '&&' must be spaced. (space-infix-ops)
(#181) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#181) Missing whitespace after semicolon. (semi-spacing)
(#181) A space is required after ','. (comma-spacing)
(#181) Requires a space before '}'. (block-spacing)
(#181) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#181) Missing semicolon. (semi)
(#181) Missing whitespace after semicolon. (semi-spacing)
(#181) Operator '=' must be spaced. (space-infix-ops)
(#181) Missing whitespace after semicolon. (semi-spacing)
(#181) Operator '=' must be spaced. (space-infix-ops)
(#181) A space is required after ','. (comma-spacing)
(#181) A space is required after ','. (comma-spacing)
(#181) Requires a space after '{'. (block-spacing)
(#181) Statement inside of curly braces should be on next line. (brace-style)
(#181) Missing space before opening brace. (space-before-blocks)
(#181) Expected space(s) after "if". (keyword-spacing)
(#181) Operator '!==' must be spaced. (space-infix-ops)
(#181) Operator '&&' must be spaced. (space-infix-ops)
(#181) Expected { after 'if' condition. (curly)
(#181) Expected space(s) before "return". (keyword-spacing)
(#181) A space is required after ','. (comma-spacing)
(#181) Missing whitespace after semicolon. (semi-spacing)
(#181) A space is required after ','. (comma-spacing)
(#181) A space is required after ','. (comma-spacing)
(#181) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#181) Operator '=' must be spaced. (space-infix-ops)
(#181) A space is required after ','. (comma-spacing)
(#181) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#181) Operator '=' must be spaced. (space-infix-ops)
(#181) Missing whitespace after semicolon. (semi-spacing)
(#181) Expected space(s) after "if". (keyword-spacing)
(#181) Operator '<' must be spaced. (space-infix-ops)
(#181) Requires a space after '{'. (block-spacing)
(#181) Statement inside of curly braces should be on next line. (brace-style)
(#181) Missing space before opening brace. (space-before-blocks)
(#181) Operator '=' must be spaced. (space-infix-ops)
(#181) Missing whitespace after semicolon. (semi-spacing)
(#181) Operator '=' must be spaced. (space-infix-ops)
(#181) A space is required after ','. (comma-spacing)
(#181) Requires a space before '}'. (block-spacing)
(#181) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#181) Missing semicolon. (semi)
(#181) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#181) Operator '?' must be spaced. (space-infix-ops)
(#181) Operator '=' must be spaced. (space-infix-ops)
(#181) A space is required after ','. (comma-spacing)
(#181) Operator '=' must be spaced. (space-infix-ops)
(#181) Operator ':' must be spaced. (space-infix-ops)
(#181) Operator '&&' must be spaced. (space-infix-ops)
(#181) Operator '===' must be spaced. (space-infix-ops)
(#181) Operator '&&' must be spaced. (space-infix-ops)
(#181) Operator '=' must be spaced. (space-infix-ops)
(#182) This line has a length of 517. Maximum allowed is 132. (max-len)
(#182) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#182) Operator '<' must be spaced. (space-infix-ops)
(#182) Operator '&&' must be spaced. (space-infix-ops)
(#182) Missing space before value for key 'url'. (key-spacing)
(#182) A space is required after ','. (comma-spacing)
(#182) Missing space before value for key 'type'. (key-spacing)
(#182) Operator '||' must be spaced. (space-infix-ops)
(#182) A space is required after ','. (comma-spacing)
(#182) Missing space before value for key 'dataType'. (key-spacing)
(#182) A space is required after ','. (comma-spacing)
(#182) Missing space before value for key 'data'. (key-spacing)
(#182) Requires a space after '{'. (block-spacing)
(#182) Statement inside of curly braces should be on next line. (brace-style)
(#182) Missing space before opening brace. (space-before-blocks)
(#182) Operator '=' must be spaced. (space-infix-ops)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#182) 'Q' used outside of binding context. (block-scoped-var)
(#182) Operator '?' must be spaced. (space-infix-ops)
(#182) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#182) 'Q' used outside of binding context. (block-scoped-var)
(#182) Operator ':' must be spaced. (space-infix-ops)
(#182) Requires a space before '}'. (block-spacing)
(#182) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#182) Missing semicolon. (semi)
(#182) Operator '&&' must be spaced. (space-infix-ops)
(#182) A space is required after ','. (comma-spacing)
(#182) Requires a space after '{'. (block-spacing)
(#182) Statement inside of curly braces should be on next line. (brace-style)
(#182) Missing space before opening brace. (space-before-blocks)
(#182) Requires a space after '{'. (block-spacing)
(#182) Statement inside of curly braces should be on next line. (brace-style)
(#182) Missing space before opening brace. (space-before-blocks)
(#182) A space is required after ','. (comma-spacing)
(#182) Operator '||' must be spaced. (space-infix-ops)
(#182) A space is required after ','. (comma-spacing)
(#182) A space is required after ','. (comma-spacing)
(#182) Requires a space before '}'. (block-spacing)
(#182) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#182) Missing semicolon. (semi)
(#182) Requires a space before '}'. (block-spacing)
(#182) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#182) Missing semicolon. (semi)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) Requires a space before '}'. (block-spacing)
(#182) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#182) Missing semicolon. (semi)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) A space is required after ','. (comma-spacing)
(#182) A space is required after ','. (comma-spacing)
(#182) Requires a space after '{'. (block-spacing)
(#182) Statement inside of curly braces should be on next line. (brace-style)
(#182) Missing space before opening brace. (space-before-blocks)
(#182) Operator '=' must be spaced. (space-infix-ops)
(#182) Requires a space after '{'. (block-spacing)
(#182) Statement inside of curly braces should be on next line. (brace-style)
(#182) Missing space before opening brace. (space-before-blocks)
(#182) A space is required after ','. (comma-spacing)
(#182) Requires a space before '}'. (block-spacing)
(#182) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#182) Missing semicolon. (semi)
(#182) Requires a space before '}'. (block-spacing)
(#182) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#182) Missing semicolon. (semi)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) Operator '=' must be spaced. (space-infix-ops)
(#182) Requires a space after '{'. (block-spacing)
(#182) Statement inside of curly braces should be on next line. (brace-style)
(#182) Missing space before opening brace. (space-before-blocks)
(#182) A space is required after ','. (comma-spacing)
(#182) Requires a space after '{'. (block-spacing)
(#182) Statement inside of curly braces should be on next line. (brace-style)
(#182) Missing space before opening brace. (space-before-blocks)
(#182) Operator '===' must be spaced. (space-infix-ops)
(#182) Requires a space before '}'. (block-spacing)
(#182) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#182) Missing semicolon. (semi)
(#182) Requires a space before '}'. (block-spacing)
(#182) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#182) Missing semicolon. (semi)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) Operator '=' must be spaced. (space-infix-ops)
(#182) Missing space before value for key 'setOffset'. (key-spacing)
(#183) This line has a length of 503. Maximum allowed is 132. (max-len)
(#183) A space is required after ','. (comma-spacing)
(#183) Requires a space after '{'. (block-spacing)
(#183) Statement inside of curly braces should be on next line. (brace-style)
(#183) Missing space before opening brace. (space-before-blocks)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#183) A space is required after ','. (comma-spacing)
(#183) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#183) Operator '===' must be spaced. (space-infix-ops)
(#183) Operator '&&' must be spaced. (space-infix-ops)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#183) Operator '===' must be spaced. (space-infix-ops)
(#183) Operator '||' must be spaced. (space-infix-ops)
(#183) Operator '===' must be spaced. (space-infix-ops)
(#183) Operator '&&' must be spaced. (space-infix-ops)
(#183) Operator '<' must be spaced. (space-infix-ops)
(#183) Operator '+' must be spaced. (space-infix-ops)
(#183) Operator '?' must be spaced. (space-infix-ops)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) A space is required after ','. (comma-spacing)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) A space is required after ','. (comma-spacing)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) Operator ':' must be spaced. (space-infix-ops)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) Operator '||' must be spaced. (space-infix-ops)
(#183) A space is required after ','. (comma-spacing)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) Operator '||' must be spaced. (space-infix-ops)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#183) Operator '&&' must be spaced. (space-infix-ops)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#183) Use '===' to compare with null. (no-eq-null)
(#183) Operator '!=' must be spaced. (space-infix-ops)
(#183) Operator '&&' must be spaced. (space-infix-ops)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) Operator '-' must be spaced. (space-infix-ops)
(#183) Operator '+' must be spaced. (space-infix-ops)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#183) Use '===' to compare with null. (no-eq-null)
(#183) Operator '!=' must be spaced. (space-infix-ops)
(#183) Operator '&&' must be spaced. (space-infix-ops)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) Operator '-' must be spaced. (space-infix-ops)
(#183) Operator '+' must be spaced. (space-infix-ops)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#183) Operator 'in' must be spaced. (space-infix-ops)
(#183) Operator '?' must be spaced. (space-infix-ops)
(#183) A space is required after ','. (comma-spacing)
(#183) Operator ':' must be spaced. (space-infix-ops)
(#183) Requires a space before '}'. (block-spacing)
(#183) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#183) Missing semicolon. (semi)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Missing space before value for key 'offset'. (key-spacing)
(#183) Expected to return a value at the end of method 'offset'. (consistent-return)
(#183) Requires a space after '{'. (block-spacing)
(#183) Statement inside of curly braces should be on next line. (brace-style)
(#183) Missing space before opening brace. (space-before-blocks)
(#183) Expected space(s) after "if". (keyword-spacing)
(#183) Expected { after 'if' condition. (curly)
(#183) Expected space(s) before "return". (keyword-spacing)
(#183) Operator '===' must be spaced. (space-infix-ops)
(#184) This line has a length of 511. Maximum allowed is 132. (max-len)
(#184) Operator '?' must be spaced. (space-infix-ops)
(#184) Operator ':' must be spaced. (space-infix-ops)
(#184) Requires a space after '{'. (block-spacing)
(#184) Statement inside of curly braces should be on next line. (brace-style)
(#184) Missing space before opening brace. (space-before-blocks)
(#184) A space is required after ','. (comma-spacing)
(#184) A space is required after ','. (comma-spacing)
(#184) Requires a space before '}'. (block-spacing)
(#184) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#184) Missing semicolon. (semi)
(#184) Missing whitespace after semicolon. (semi-spacing)
(#184) Operator '=' must be spaced. (space-infix-ops)
(#184) Missing whitespace after semicolon. (semi-spacing)
(#184) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#184) Operator '=' must be spaced. (space-infix-ops)
(#184) Missing space before value for key 'top'. (key-spacing)
(#184) A space is required after ','. (comma-spacing)
(#184) Missing space before value for key 'left'. (key-spacing)
(#184) A space is required after ','. (comma-spacing)
(#184) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#184) Operator '=' must be spaced. (space-infix-ops)
(#184) Operator '&&' must be spaced. (space-infix-ops)
(#184) Missing whitespace after semicolon. (semi-spacing)
(#184) Expected space(s) after "if". (keyword-spacing)
(#184) Requires a space after '{'. (block-spacing)
(#184) Statement inside of curly braces should be on next line. (brace-style)
(#184) Missing space before opening brace. (space-before-blocks)
(#184) Operator '=' must be spaced. (space-infix-ops)
(#184) Missing whitespace after semicolon. (semi-spacing)
(#184) Expected space(s) after "if". (keyword-spacing)
(#184) A space is required after ','. (comma-spacing)
(#184) Expected { after 'if' condition. (curly)
(#184) Expected space(s) before "return". (keyword-spacing)
(#184) Missing whitespace after semicolon. (semi-spacing)
(#184) Operator '=' must be spaced. (space-infix-ops)
(#184) Missing whitespace after semicolon. (semi-spacing)
(#184) Operator '=' must be spaced. (space-infix-ops)
(#184) Missing whitespace after semicolon. (semi-spacing)
(#184) Expected space(s) after "return". (keyword-spacing)
(#184) Missing space before value for key 'top'. (key-spacing)
(#184) Operator '+' must be spaced. (space-infix-ops)
(#184) Operator '-' must be spaced. (space-infix-ops)
(#184) A space is required after ','. (comma-spacing)
(#184) Missing space before value for key 'left'. (key-spacing)
(#184) Operator '+' must be spaced. (space-infix-ops)
(#184) Operator '-' must be spaced. (space-infix-ops)
(#184) Requires a space before '}'. (block-spacing)
(#184) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#184) Missing semicolon. (semi)
(#184) Requires a space before '}'. (block-spacing)
(#184) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#184) A space is required after ','. (comma-spacing)
(#184) Missing space before value for key 'position'. (key-spacing)
(#184) Expected to return a value at the end of method 'position'. (consistent-return)
(#184) Requires a space after '{'. (block-spacing)
(#184) Statement inside of curly braces should be on next line. (brace-style)
(#184) Missing space before opening brace. (space-before-blocks)
(#184) Expected space(s) after "if". (keyword-spacing)
(#184) Requires a space after '{'. (block-spacing)
(#184) Statement inside of curly braces should be on next line. (brace-style)
(#184) Missing space before opening brace. (space-before-blocks)
(#184) Operator '=' must be spaced. (space-infix-ops)
(#184) A space is required after ','. (comma-spacing)
(#184) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#184) Operator '=' must be spaced. (space-infix-ops)
(#184) Missing space before value for key 'top'. (key-spacing)
(#184) A space is required after ','. (comma-spacing)
(#184) Missing space before value for key 'left'. (key-spacing)
(#184) Missing whitespace after semicolon. (semi-spacing)
(#184) Expected space(s) after "if". (keyword-spacing)
(#184) Operator '===' must be spaced. (space-infix-ops)
(#184) A space is required after ','. (comma-spacing)
(#184) Expected { after 'if' condition. (curly)
(#184) Expected space(s) before "var". (keyword-spacing)
(#184) Operator '=' must be spaced. (space-infix-ops)
(#184) Missing whitespace after semicolon. (semi-spacing)
(#184) Expected space(s) after "else". (keyword-spacing)
(#184) Requires a space after '{'. (block-spacing)
(#184) Statement inside of curly braces should be on next line. (brace-style)
(#184) Operator '=' must be spaced. (space-infix-ops)
(#184) Missing whitespace after semicolon. (semi-spacing)
(#184) Operator '=' must be spaced. (space-infix-ops)
(#184) Missing whitespace after semicolon. (semi-spacing)
(#184) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#184) A space is required after ','. (comma-spacing)
(#184) Operator '||' must be spaced. (space-infix-ops)
(#184) Operator '=' must be spaced. (space-infix-ops)
(#185) This line has a length of 505. Maximum allowed is 132. (max-len)
(#185) Operator '+=' must be spaced. (space-infix-ops)
(#185) A space is required after ','. (comma-spacing)
(#185) A space is required after ','. (comma-spacing)
(#185) Missing whitespace after semicolon. (semi-spacing)
(#185) Operator '+=' must be spaced. (space-infix-ops)
(#185) A space is required after ','. (comma-spacing)
(#185) A space is required after ','. (comma-spacing)
(#185) Requires a space before '}'. (block-spacing)
(#185) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#185) Missing semicolon. (semi)
(#185) Expected space(s) before "return". (keyword-spacing)
(#185) Expected space(s) after "return". (keyword-spacing)
(#185) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#185) Missing space before value for key 'top'. (key-spacing)
(#185) Operator '-' must be spaced. (space-infix-ops)
(#185) Operator '-' must be spaced. (space-infix-ops)
(#185) A space is required after ','. (comma-spacing)
(#185) A space is required after ','. (comma-spacing)
(#185) A space is required after ','. (comma-spacing)
(#185) Missing space before value for key 'left'. (key-spacing)
(#185) Operator '-' must be spaced. (space-infix-ops)
(#185) Operator '-' must be spaced. (space-infix-ops)
(#185) A space is required after ','. (comma-spacing)
(#185) A space is required after ','. (comma-spacing)
(#185) Requires a space before '}'. (block-spacing)
(#185) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#185) Missing semicolon. (semi)
(#185) Requires a space before '}'. (block-spacing)
(#185) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#185) A space is required after ','. (comma-spacing)
(#185) Missing space before value for key 'offsetParent'. (key-spacing)
(#185) Requires a space after '{'. (block-spacing)
(#185) Statement inside of curly braces should be on next line. (brace-style)
(#185) Missing space before opening brace. (space-before-blocks)
(#185) Requires a space after '{'. (block-spacing)
(#185) Statement inside of curly braces should be on next line. (brace-style)
(#185) Missing space before opening brace. (space-before-blocks)
(#185) Expected space(s) after "for". (keyword-spacing)
(#185) Operator '=' must be spaced. (space-infix-ops)
(#185) Missing whitespace after semicolon. (semi-spacing)
(#185) Operator '&&' must be spaced. (space-infix-ops)
(#185) Operator '===' must be spaced. (space-infix-ops)
(#185) A space is required after ','. (comma-spacing)
(#185) Expected { after 'for' condition. (curly)
(#185) Operator '=' must be spaced. (space-infix-ops)
(#185) Missing whitespace after semicolon. (semi-spacing)
(#185) 'h' used outside of binding context. (block-scoped-var)
(#185) Operator '||' must be spaced. (space-infix-ops)
(#185) Requires a space before '}'. (block-spacing)
(#185) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#185) Missing semicolon. (semi)
(#185) Requires a space before '}'. (block-spacing)
(#185) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#185) Missing semicolon. (semi)
(#185) Missing whitespace after semicolon. (semi-spacing)
(#185) Missing space before value for key 'scrollLeft'. (key-spacing)
(#185) A space is required after ','. (comma-spacing)
(#185) Missing space before value for key 'scrollTop'. (key-spacing)
(#185) A space is required after ','. (comma-spacing)
(#185) A space is required after ','. (comma-spacing)
(#185) Requires a space after '{'. (block-spacing)
(#185) Statement inside of curly braces should be on next line. (brace-style)
(#185) Missing space before opening brace. (space-before-blocks)
(#185) Operator '=' must be spaced. (space-infix-ops)
(#185) Operator '===' must be spaced. (space-infix-ops)
(#185) Missing whitespace after semicolon. (semi-spacing)
(#185) Operator '=' must be spaced. (space-infix-ops)
(#185) Requires a space after '{'. (block-spacing)
(#185) Statement inside of curly braces should be on next line. (brace-style)
(#185) Missing space before opening brace. (space-before-blocks)
(#185) A space is required after ','. (comma-spacing)
(#185) Expected to return a value at the end of function. (consistent-return)
(#185) A space is required after ','. (comma-spacing)
(#185) A space is required after ','. (comma-spacing)
(#185) Requires a space after '{'. (block-spacing)
(#185) Statement inside of curly braces should be on next line. (brace-style)
(#185) Missing space before opening brace. (space-before-blocks)
(#185) Operator '=' must be spaced. (space-infix-ops)
(#185) Missing whitespace after semicolon. (semi-spacing)
(#185) Expected space(s) after "if". (keyword-spacing)
(#185) Operator '===' must be spaced. (space-infix-ops)
(#185) Expected { after 'if' condition. (curly)
(#185) Expected space(s) before "return". (keyword-spacing)
(#185) Operator '?' must be spaced. (space-infix-ops)
(#185) Operator ':' must be spaced. (space-infix-ops)
(#186) This line has a length of 515. Maximum allowed is 132. (max-len)
(#186) Missing whitespace after semicolon. (semi-spacing)
(#186) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#186) Operator '?' must be spaced. (space-infix-ops)
(#186) Operator '?' must be spaced. (space-infix-ops)
(#186) Operator ':' must be spaced. (space-infix-ops)
(#186) A space is required after ','. (comma-spacing)
(#186) Operator '?' must be spaced. (space-infix-ops)
(#186) Operator ':' must be spaced. (space-infix-ops)
(#186) Operator ':' must be spaced. (space-infix-ops)
(#186) Operator '=' must be spaced. (space-infix-ops)
(#186) Requires a space before '}'. (block-spacing)
(#186) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#186) Missing semicolon. (semi)
(#186) A space is required after ','. (comma-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) Requires a space before '}'. (block-spacing)
(#186) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#186) Missing semicolon. (semi)
(#186) Requires a space before '}'. (block-spacing)
(#186) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#186) Missing semicolon. (semi)
(#186) Missing whitespace after semicolon. (semi-spacing)
(#186) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#186) A space is required after ','. (comma-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) Requires a space after '{'. (block-spacing)
(#186) Statement inside of curly braces should be on next line. (brace-style)
(#186) Missing space before opening brace. (space-before-blocks)
(#186) Operator '=' must be spaced. (space-infix-ops)
(#186) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#186) A space is required after ','. (comma-spacing)
(#186) Expected to return a value at the end of function. (consistent-return)
(#186) A space is required after ','. (comma-spacing)
(#186) Requires a space after '{'. (block-spacing)
(#186) Statement inside of curly braces should be on next line. (brace-style)
(#186) Missing space before opening brace. (space-before-blocks)
(#186) Expected space(s) after "if". (keyword-spacing)
(#186) Expected { after 'if' condition. (curly)
(#186) Expected space(s) before "return". (keyword-spacing)
(#186) Return statement should not contain assignment. (no-return-assign)
(#186) Operator '=' must be spaced. (space-infix-ops)
(#186) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#186) A space is required after ','. (comma-spacing)
(#186) Unexpected use of comma operator. (no-sequences)
(#186) A space is required after ','. (comma-spacing)
(#186) Operator '?' must be spaced. (space-infix-ops)
(#186) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#186) Operator '+' must be spaced. (space-infix-ops)
(#186) Operator ':' must be spaced. (space-infix-ops)
(#186) Requires a space before '}'. (block-spacing)
(#186) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#186) Missing semicolon. (semi)
(#186) Requires a space before '}'. (block-spacing)
(#186) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#186) Missing semicolon. (semi)
(#186) Missing whitespace after semicolon. (semi-spacing)
(#186) Missing space before value for key 'Height'. (key-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) Missing space before value for key 'Width'. (key-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) Requires a space after '{'. (block-spacing)
(#186) Statement inside of curly braces should be on next line. (brace-style)
(#186) Missing space before opening brace. (space-before-blocks)
(#186) Missing space before value for key 'padding'. (key-spacing)
(#186) Operator '+' must be spaced. (space-infix-ops)
(#186) A space is required after ','. (comma-spacing)
(#186) Missing space before value for key 'content'. (key-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) Missing space before value for key ''. (key-spacing)
(#186) Operator '+' must be spaced. (space-infix-ops)
(#186) A space is required after ','. (comma-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) Requires a space after '{'. (block-spacing)
(#186) Statement inside of curly braces should be on next line. (brace-style)
(#186) Missing space before opening brace. (space-before-blocks)
(#186) Operator '=' must be spaced. (space-infix-ops)
(#186) A space is required after ','. (comma-spacing)
(#186) Requires a space after '{'. (block-spacing)
(#186) Statement inside of curly braces should be on next line. (brace-style)
(#186) Missing space before opening brace. (space-before-blocks)
(#186) Operator '=' must be spaced. (space-infix-ops)
(#186) Operator '&&' must be spaced. (space-infix-ops)
(#186) Operator '||' must be spaced. (space-infix-ops)
(#186) Operator '!==' must be spaced. (space-infix-ops)
(#186) A space is required after ','. (comma-spacing)
(#186) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#186) Operator '=' must be spaced. (space-infix-ops)
(#186) Operator '||' must be spaced. (space-infix-ops)
(#186) Operator '===' must be spaced. (space-infix-ops)
(#186) Operator '||' must be spaced. (space-infix-ops)
(#186) Operator '===' must be spaced. (space-infix-ops)
(#186) Operator '?' must be spaced. (space-infix-ops)
(#186) Operator ':' must be spaced. (space-infix-ops)
(#186) Missing whitespace after semicolon. (semi-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) A space is required after ','. (comma-spacing)
(#186) Requires a space after '{'. (block-spacing)
(#186) Statement inside of curly braces should be on next line. (brace-style)
(#186) Missing space before opening brace. (space-before-blocks)
(#186) Return statement should not contain assignment. (no-return-assign)
(#186) Do not nest ternary expressions. (no-nested-ternary)
(#186) Operator '?' must be spaced. (space-infix-ops)
(#187) This line has a length of 521. Maximum allowed is 132. (max-len)
(#187) Operator '+' must be spaced. (space-infix-ops)
(#187) Operator ':' must be spaced. (space-infix-ops)
(#187) Do not nest ternary expressions. (no-nested-ternary)
(#187) Operator '===' must be spaced. (space-infix-ops)
(#187) Operator '?' must be spaced. (space-infix-ops)
(#187) Operator '=' must be spaced. (space-infix-ops)
(#187) A space is required after ','. (comma-spacing)
(#187) Operator '+' must be spaced. (space-infix-ops)
(#187) A space is required after ','. (comma-spacing)
(#187) Operator '+' must be spaced. (space-infix-ops)
(#187) A space is required after ','. (comma-spacing)
(#187) Operator '+' must be spaced. (space-infix-ops)
(#187) A space is required after ','. (comma-spacing)
(#187) Operator '+' must be spaced. (space-infix-ops)
(#187) A space is required after ','. (comma-spacing)
(#187) Operator '+' must be spaced. (space-infix-ops)
(#187) Operator ':' must be spaced. (space-infix-ops)
(#187) Operator '===' must be spaced. (space-infix-ops)
(#187) Operator '?' must be spaced. (space-infix-ops)
(#187) A space is required after ','. (comma-spacing)
(#187) A space is required after ','. (comma-spacing)
(#187) Operator ':' must be spaced. (space-infix-ops)
(#187) A space is required after ','. (comma-spacing)
(#187) A space is required after ','. (comma-spacing)
(#187) A space is required after ','. (comma-spacing)
(#187) Requires a space before '}'. (block-spacing)
(#187) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#187) Missing semicolon. (semi)
(#187) A space is required after ','. (comma-spacing)
(#187) A space is required after ','. (comma-spacing)
(#187) Operator '?' must be spaced. (space-infix-ops)
(#187) Operator ':' must be spaced. (space-infix-ops)
(#187) A space is required after ','. (comma-spacing)
(#187) A space is required after ','. (comma-spacing)
(#187) Requires a space before '}'. (block-spacing)
(#187) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#187) Missing semicolon. (semi)
(#187) Requires a space before '}'. (block-spacing)
(#187) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#187) Missing semicolon. (semi)
(#187) Requires a space before '}'. (block-spacing)
(#187) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#187) Missing semicolon. (semi)
(#187) Missing whitespace after semicolon. (semi-spacing)
(#187) Missing space before value for key 'bind'. (key-spacing)
(#187) A space is required after ','. (comma-spacing)
(#187) A space is required after ','. (comma-spacing)
(#187) Requires a space after '{'. (block-spacing)
(#187) Statement inside of curly braces should be on next line. (brace-style)
(#187) Missing space before opening brace. (space-before-blocks)
(#187) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#187) A space is required after ','. (comma-spacing)
(#187) A space is required after ','. (comma-spacing)
(#187) A space is required after ','. (comma-spacing)
(#187) Requires a space before '}'. (block-spacing)
(#187) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#187) Missing semicolon. (semi)
(#187) A space is required after ','. (comma-spacing)
(#187) Missing space before value for key 'unbind'. (key-spacing)
(#187) A space is required after ','. (comma-spacing)
(#187) Requires a space after '{'. (block-spacing)
(#187) Statement inside of curly braces should be on next line. (brace-style)
(#187) Missing space before opening brace. (space-before-blocks)
(#187) A space is required after ','. (comma-spacing)
(#187) A space is required after ','. (comma-spacing)
(#187) Requires a space before '}'. (block-spacing)
(#187) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#187) Missing semicolon. (semi)
(#187) A space is required after ','. (comma-spacing)
(#187) Missing space before value for key 'delegate'. (key-spacing)
(#187) A space is required after ','. (comma-spacing)
(#187) A space is required after ','. (comma-spacing)
(#187) A space is required after ','. (comma-spacing)
(#187) Requires a space after '{'. (block-spacing)
(#187) Statement inside of curly braces should be on next line. (brace-style)
(#187) Missing space before opening brace. (space-before-blocks)
(#187) A space is required after ','. (comma-spacing)
(#187) A space is required after ','. (comma-spacing)
(#187) A space is required after ','. (comma-spacing)
(#187) Requires a space before '}'. (block-spacing)
(#187) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#187) Missing semicolon. (semi)
(#187) A space is required after ','. (comma-spacing)
(#187) Missing space before value for key 'undelegate'. (key-spacing)
(#187) A space is required after ','. (comma-spacing)
(#187) A space is required after ','. (comma-spacing)
(#187) Requires a space after '{'. (block-spacing)
(#187) Statement inside of curly braces should be on next line. (brace-style)
(#187) Missing space before opening brace. (space-before-blocks)
(#187) Operator '===' must be spaced. (space-infix-ops)
(#187) Operator '?' must be spaced. (space-infix-ops)
(#187) A space is required after ','. (comma-spacing)
(#187) Operator ':' must be spaced. (space-infix-ops)
(#187) A space is required after ','. (comma-spacing)
(#187) Operator '||' must be spaced. (space-infix-ops)
(#187) A space is required after ','. (comma-spacing)
(#187) Requires a space before '}'. (block-spacing)
(#187) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#187) Missing semicolon. (semi)
(#187) A space is required after ','. (comma-spacing)
(#187) Missing space before value for key 'size'. (key-spacing)
(#187) Requires a space after '{'. (block-spacing)
(#187) Statement inside of curly braces should be on next line. (brace-style)
(#187) Missing space before opening brace. (space-before-blocks)
(#187) Requires a space before '}'. (block-spacing)
(#187) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#187) Missing semicolon. (semi)
(#188) This line has a length of 308. Maximum allowed is 132. (max-len)
(#188) Operator '=' must be spaced. (space-infix-ops)
(#188) Missing whitespace after semicolon. (semi-spacing)
(#188) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#188) Operator '===' must be spaced. (space-infix-ops)
(#188) Operator '&&' must be spaced. (space-infix-ops)
(#188) Operator '&&' must be spaced. (space-infix-ops)
(#188) A space is required after ','. (comma-spacing)
(#188) A space is required after ','. (comma-spacing)
(#188) Requires a space after '{'. (block-spacing)
(#188) Statement inside of curly braces should be on next line. (brace-style)
(#188) Missing space before opening brace. (space-before-blocks)
(#188) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#188) Requires a space before '}'. (block-spacing)
(#188) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#188) Missing semicolon. (semi)
(#188) Missing whitespace after semicolon. (semi-spacing)
(#188) Operator '=' must be spaced. (space-infix-ops)
(#188) A space is required after ','. (comma-spacing)
(#188) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#188) Operator '=' must be spaced. (space-infix-ops)
(#188) Missing whitespace after semicolon. (semi-spacing)
(#188) Operator '=' must be spaced. (space-infix-ops)
(#188) Requires a space after '{'. (block-spacing)
(#188) Statement inside of curly braces should be on next line. (brace-style)
(#188) Missing space before opening brace. (space-before-blocks)
(#188) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#188) Operator '===' must be spaced. (space-infix-ops)
(#188) Operator '&&' must be spaced. (space-infix-ops)
(#188) Operator '=' must be spaced. (space-infix-ops)
(#188) Missing whitespace after semicolon. (semi-spacing)
(#188) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#188) Operator '&&' must be spaced. (space-infix-ops)
(#188) Operator '===' must be spaced. (space-infix-ops)
(#188) Operator '&&' must be spaced. (space-infix-ops)
(#188) Operator '=' must be spaced. (space-infix-ops)
(#188) Missing whitespace after semicolon. (semi-spacing)
(#188) Requires a space before '}'. (block-spacing)
(#188) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#188) Missing semicolon. (semi)
(#188) Missing whitespace after semicolon. (semi-spacing)
(#188) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#188) Operator '||' must be spaced. (space-infix-ops)
(#188) Operator '=' must be spaced. (space-infix-ops)
(#188) Operator '=' must be spaced. (space-infix-ops)
(#188) Missing whitespace after semicolon. (semi-spacing)
(#188) Requires a space before '}'. (block-spacing)
(#188) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#188) Missing semicolon. (semi)
(#188) Missing whitespace after semicolon. (semi-spacing)
(#188) Operator '=' must be spaced. (space-infix-ops)
(#188) 'jQuery' is not defined. (no-undef)
(#188) Missing whitespace after semicolon. (semi-spacing)
(#188) 'jQuery' is not defined. (no-undef)
(#188) Requires a space before '}'. (block-spacing)
(#188) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#188) Missing semicolon. (semi)
(#188) A space is required after ','. (comma-spacing)
(#189) This line has a length of 509. Maximum allowed is 132. (max-len)
(#189) Requires a space after '{'. (block-spacing)
(#189) Statement inside of curly braces should be on next line. (brace-style)
(#189) Missing space before opening brace. (space-before-blocks)
(#189) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#189) Do not nest ternary expressions. (no-nested-ternary)
(#189) Operator '===' must be spaced. (space-infix-ops)
(#189) Operator '&&' must be spaced. (space-infix-ops)
(#189) Operator '?' must be spaced. (space-infix-ops)
(#189) A space is required after ','. (comma-spacing)
(#189) Operator ':' must be spaced. (space-infix-ops)
(#189) Operator '===' must be spaced. (space-infix-ops)
(#189) Operator '?' must be spaced. (space-infix-ops)
(#189) 'module' is not defined. (no-undef)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) Operator ':' must be spaced. (space-infix-ops)
(#189) Requires a space before '}'. (block-spacing)
(#189) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#189) Missing semicolon. (semi)
(#189) Requires a space after '{'. (block-spacing)
(#189) Statement inside of curly braces should be on next line. (brace-style)
(#189) Missing space before opening brace. (space-before-blocks)
(#189) Missing JSDoc comment. (require-jsdoc)
(#189) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#189) Function 'E' has a complexity of 31. Maximum allowed is 20. (complexity)
(#189) Requires a space after '{'. (block-spacing)
(#189) Statement inside of curly braces should be on next line. (brace-style)
(#189) Missing space before opening brace. (space-before-blocks)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) Operator '||' must be spaced. (space-infix-ops)
(#189) A space is required after ','. (comma-spacing)
(#189) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) A space is required after ','. (comma-spacing)
(#189) A space is required after ','. (comma-spacing)
(#189) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) A space is required after ','. (comma-spacing)
(#189) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) A space is required after ','. (comma-spacing)
(#189) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) A space is required after ','. (comma-spacing)
(#189) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#189) Operator 'in' must be spaced. (space-infix-ops)
(#189) Operator '&&' must be spaced. (space-infix-ops)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) Operator '*' must be spaced. (space-infix-ops)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#189) Operator 'in' must be spaced. (space-infix-ops)
(#189) Operator '&&' must be spaced. (space-infix-ops)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#189) Operator 'in' must be spaced. (space-infix-ops)
(#189) Operator '&&' must be spaced. (space-infix-ops)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#189) Operator 'in' must be spaced. (space-infix-ops)
(#189) Operator '&&' must be spaced. (space-infix-ops)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) Operator '*' must be spaced. (space-infix-ops)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#189) Operator 'in' must be spaced. (space-infix-ops)
(#189) Operator '&&' must be spaced. (space-infix-ops)
(#189) Operator '===' must be spaced. (space-infix-ops)
(#189) Operator '&&' must be spaced. (space-infix-ops)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) Operator '*' must be spaced. (space-infix-ops)
(#189) A space is required after ','. (comma-spacing)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) Operator '===' must be spaced. (space-infix-ops)
(#189) Operator '?' must be spaced. (space-infix-ops)
(#189) Operator ':' must be spaced. (space-infix-ops)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#189) Operator 'in' must be spaced. (space-infix-ops)
(#189) Operator '&&' must be spaced. (space-infix-ops)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) Operator '*' must be spaced. (space-infix-ops)
(#190) This line has a length of 507. Maximum allowed is 132. (max-len)
(#190) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#190) Operator 'in' must be spaced. (space-infix-ops)
(#190) Operator '&&' must be spaced. (space-infix-ops)
(#190) Operator '=' must be spaced. (space-infix-ops)
(#190) A space is required after ','. (comma-spacing)
(#190) Operator '===' must be spaced. (space-infix-ops)
(#190) Operator '&&' must be spaced. (space-infix-ops)
(#190) Operator '=' must be spaced. (space-infix-ops)
(#190) Operator '*' must be spaced. (space-infix-ops)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Expected space(s) after "if". (keyword-spacing)
(#190) Operator '!==' must be spaced. (space-infix-ops)
(#190) Operator '||' must be spaced. (space-infix-ops)
(#190) Operator '!==' must be spaced. (space-infix-ops)
(#190) Requires a space after '{'. (block-spacing)
(#190) Statement inside of curly braces should be on next line. (brace-style)
(#190) Missing space before opening brace. (space-before-blocks)
(#190) Expected space(s) after "if". (keyword-spacing)
(#190) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#190) Operator '===' must be spaced. (space-infix-ops)
(#190) Requires a space after '{'. (block-spacing)
(#190) Statement inside of curly braces should be on next line. (brace-style)
(#190) Missing space before opening brace. (space-before-blocks)
(#190) Operator '=' must be spaced. (space-infix-ops)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Operator '*=' must be spaced. (space-infix-ops)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Operator '*=' must be spaced. (space-infix-ops)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Operator '*=' must be spaced. (space-infix-ops)
(#190) Requires a space before '}'. (block-spacing)
(#190) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#190) Missing semicolon. (semi)
(#190) Expected space(s) before "else". (keyword-spacing)
(#190) Expected { after 'else'. (curly)
(#190) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#190) Operator '===' must be spaced. (space-infix-ops)
(#190) Operator '&&' must be spaced. (space-infix-ops)
(#190) 'H' used outside of binding context. (block-scoped-var)
(#190) Operator '=' must be spaced. (space-infix-ops)
(#190) A space is required after ','. (comma-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) Operator '*=' must be spaced. (space-infix-ops)
(#190) 'H' used outside of binding context. (block-scoped-var)
(#190) A space is required after ','. (comma-spacing)
(#190) Operator '*=' must be spaced. (space-infix-ops)
(#190) 'H' used outside of binding context. (block-scoped-var)
(#190) A space is required after ','. (comma-spacing)
(#190) Operator '*=' must be spaced. (space-infix-ops)
(#190) 'H' used outside of binding context. (block-scoped-var)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) 'H' used outside of binding context. (block-scoped-var)
(#190) Operator '=' must be spaced. (space-infix-ops)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Expected space(s) after "if". (keyword-spacing)
(#190) Operator '||' must be spaced. (space-infix-ops)
(#190) 'H' used outside of binding context. (block-scoped-var)
(#190) Operator '<' must be spaced. (space-infix-ops)
(#190) Expected { after 'if' condition. (curly)
(#190) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#190) Operator '=' must be spaced. (space-infix-ops)
(#190) 'H' used outside of binding context. (block-scoped-var)
(#190) Unexpected use of comma operator. (no-sequences)
(#190) A space is required after ','. (comma-spacing)
(#190) Operator '&&' must be spaced. (space-infix-ops)
(#190) Operator '===' must be spaced. (space-infix-ops)
(#190) Operator '&&' must be spaced. (space-infix-ops)
(#190) Operator '===' must be spaced. (space-infix-ops)
(#190) 'H' used outside of binding context. (block-scoped-var)
(#190) Operator '%' must be spaced. (space-infix-ops)
(#190) Operator '&&' must be spaced. (space-infix-ops)
(#190) Operator '/=' must be spaced. (space-infix-ops)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#190) Operator '&&' must be spaced. (space-infix-ops)
(#190) Operator '===' must be spaced. (space-infix-ops)
(#190) Operator '&&' must be spaced. (space-infix-ops)
(#190) Operator '===' must be spaced. (space-infix-ops)
(#190) 'H' used outside of binding context. (block-scoped-var)
(#190) Operator '%' must be spaced. (space-infix-ops)
(#190) Operator '&&' must be spaced. (space-infix-ops)
(#190) Operator '/=' must be spaced. (space-infix-ops)
(#190) A space is required after ','. (comma-spacing)
(#190) Operator '/=' must be spaced. (space-infix-ops)
(#190) A space is required after ','. (comma-spacing)
(#190) Operator '/=' must be spaced. (space-infix-ops)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Operator '=' must be spaced. (space-infix-ops)
(#190) Operator '<=' must be spaced. (space-infix-ops)
(#190) Operator '?' must be spaced. (space-infix-ops)
(#190) Operator ':' must be spaced. (space-infix-ops)
(#190) Operator '/' must be spaced. (space-infix-ops)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Operator '=' must be spaced. (space-infix-ops)
(#190) Operator '<=' must be spaced. (space-infix-ops)
(#190) Operator '?' must be spaced. (space-infix-ops)
(#190) Operator ':' must be spaced. (space-infix-ops)
(#190) Operator '/' must be spaced. (space-infix-ops)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Operator '=' must be spaced. (space-infix-ops)
(#190) Operator '<=' must be spaced. (space-infix-ops)
(#190) Operator '?' must be spaced. (space-infix-ops)
(#190) Operator ':' must be spaced. (space-infix-ops)
(#191) This line has a length of 507. Maximum allowed is 132. (max-len)
(#191) Operator '/' must be spaced. (space-infix-ops)
(#191) Missing whitespace after semicolon. (semi-spacing)
(#191) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#191) Operator '&&' must be spaced. (space-infix-ops)
(#191) Operator '&&' must be spaced. (space-infix-ops)
(#191) Operator '=' must be spaced. (space-infix-ops)
(#191) A space is required after ','. (comma-spacing)
(#191) Operator '=' must be spaced. (space-infix-ops)
(#191) Operator '-' must be spaced. (space-infix-ops)
(#191) A space is required after ','. (comma-spacing)
(#191) Operator '=' must be spaced. (space-infix-ops)
(#191) Operator '-' must be spaced. (space-infix-ops)
(#191) Missing whitespace after semicolon. (semi-spacing)
(#191) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#191) Operator '=' must be spaced. (space-infix-ops)
(#191) Missing whitespace after semicolon. (semi-spacing)
(#191) Operator '=' must be spaced. (space-infix-ops)
(#191) Missing whitespace after semicolon. (semi-spacing)
(#191) Operator '=' must be spaced. (space-infix-ops)
(#191) Missing whitespace after semicolon. (semi-spacing)
(#191) Operator '=' must be spaced. (space-infix-ops)
(#191) Missing whitespace after semicolon. (semi-spacing)
(#191) Operator '=' must be spaced. (space-infix-ops)
(#191) Missing whitespace after semicolon. (semi-spacing)
(#191) Operator '=' must be spaced. (space-infix-ops)
(#191) Missing whitespace after semicolon. (semi-spacing)
(#191) A space is required after ','. (comma-spacing)
(#191) A space is required after ','. (comma-spacing)
(#191) A space is required after ','. (comma-spacing)
(#191) Missing whitespace after semicolon. (semi-spacing)
(#191) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#191) Operator '&&' must be spaced. (space-infix-ops)
(#191) Missing whitespace after semicolon. (semi-spacing)
(#191) Operator '=' must be spaced. (space-infix-ops)
(#191) A space is required after ','. (comma-spacing)
(#191) Missing whitespace after semicolon. (semi-spacing)
(#191) Expected space(s) after "return". (keyword-spacing)
(#191) Operator '||' must be spaced. (space-infix-ops)
(#191) A space is required after ','. (comma-spacing)
(#191) Requires a space before '}'. (block-spacing)
(#191) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#191) Missing semicolon. (semi)
(#191) Requires a space before '}'. (block-spacing)
(#191) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#191) Expected space(s) before "function". (keyword-spacing)
(#191) Missing JSDoc comment. (require-jsdoc)
(#191) Requires a space after '{'. (block-spacing)
(#191) Statement inside of curly braces should be on next line. (brace-style)
(#191) Missing space before opening brace. (space-before-blocks)
(#191) Operator '=' must be spaced. (space-infix-ops)
(#191) Requires a space before '}'. (block-spacing)
(#191) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#191) Missing semicolon. (semi)
(#191) Expected space(s) before "var". (keyword-spacing)
(#191) Operator '=' must be spaced. (space-infix-ops)
(#191) A space is required after ','. (comma-spacing)
(#191) A space is required after ','. (comma-spacing)
(#191) A space is required after ','. (comma-spacing)
(#191) A space is required after ','. (comma-spacing)
(#191) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#191) Operator '=' must be spaced. (space-infix-ops)
(#191) Operator 'in' must be spaced. (space-infix-ops)
(#191) Operator '||' must be spaced. (space-infix-ops)
(#191) Operator '<=' must be spaced. (space-infix-ops)
(#191) Operator '?' must be spaced. (space-infix-ops)
(#191) Operator ':' must be spaced. (space-infix-ops)
(#191) A space is required after ','. (comma-spacing)
(#192) This line has a length of 535. Maximum allowed is 132. (max-len)
(#192) A space is required after ','. (comma-spacing)
(#192) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#192) Operator '=' must be spaced. (space-infix-ops)
(#192) A space is required after ','. (comma-spacing)
(#192) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#192) A space is required after ','. (comma-spacing)
(#192) Missing whitespace after semicolon. (semi-spacing)
(#192) Expected space(s) after "if". (keyword-spacing)
(#192) Expected { after 'if' condition. (curly)
(#192) Expected space(s) before "for". (keyword-spacing)
(#192) Expected space(s) after "for". (keyword-spacing)
(#192) Operator '=' must be spaced. (space-infix-ops)
(#192) Missing whitespace after semicolon. (semi-spacing)
(#192) Expected { after 'for' condition. (curly)
(#192) Operator '=' must be spaced. (space-infix-ops)
(#192) Missing whitespace after semicolon. (semi-spacing)
(#192) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#192) Operator '=' must be spaced. (space-infix-ops)
(#192) Operator '=' must be spaced. (space-infix-ops)
(#192) Missing space before value for key 'version'. (key-spacing)
(#192) A space is required after ','. (comma-spacing)
(#192) Missing space before value for key 'setup'. (key-spacing)
(#192) Requires a space after '{'. (block-spacing)
(#192) Statement inside of curly braces should be on next line. (brace-style)
(#192) Missing space before opening brace. (space-before-blocks)
(#192) Expected space(s) after "if". (keyword-spacing)
(#192) Expected { after 'if' condition. (curly)
(#192) Expected space(s) before "for". (keyword-spacing)
(#192) Expected space(s) after "for". (keyword-spacing)
(#192) Operator '=' must be spaced. (space-infix-ops)
(#192) Missing whitespace after semicolon. (semi-spacing)
(#192) Expected { after 'for' condition. (curly)
(#192) Expected space(s) before "this". (keyword-spacing)
(#192) A space is required after ','. (comma-spacing)
(#192) A space is required after ','. (comma-spacing)
(#192) Missing whitespace after semicolon. (semi-spacing)
(#192) Expected { after 'else'. (curly)
(#192) Operator '=' must be spaced. (space-infix-ops)
(#192) Missing whitespace after semicolon. (semi-spacing)
(#192) A space is required after ','. (comma-spacing)
(#192) A space is required after ','. (comma-spacing)
(#192) Missing whitespace after semicolon. (semi-spacing)
(#192) A space is required after ','. (comma-spacing)
(#192) A space is required after ','. (comma-spacing)
(#192) Requires a space before '}'. (block-spacing)
(#192) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#192) Missing semicolon. (semi)
(#192) A space is required after ','. (comma-spacing)
(#192) Missing space before value for key 'teardown'. (key-spacing)
(#192) Requires a space after '{'. (block-spacing)
(#192) Statement inside of curly braces should be on next line. (brace-style)
(#192) Missing space before opening brace. (space-before-blocks)
(#192) Expected space(s) after "if". (keyword-spacing)
(#192) Expected { after 'if' condition. (curly)
(#192) Expected space(s) before "for". (keyword-spacing)
(#192) Expected space(s) after "for". (keyword-spacing)
(#192) Operator '=' must be spaced. (space-infix-ops)
(#192) Missing whitespace after semicolon. (semi-spacing)
(#192) Expected { after 'for' condition. (curly)
(#192) Expected space(s) before "this". (keyword-spacing)
(#193) This line has a length of 509. Maximum allowed is 132. (max-len)
(#193) A space is required after ','. (comma-spacing)
(#193) Missing whitespace after semicolon. (semi-spacing)
(#193) Expected { after 'else'. (curly)
(#193) Operator '=' must be spaced. (space-infix-ops)
(#193) Missing whitespace after semicolon. (semi-spacing)
(#193) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#193) A space is required after ','. (comma-spacing)
(#193) Missing whitespace after semicolon. (semi-spacing)
(#193) A space is required after ','. (comma-spacing)
(#193) Requires a space before '}'. (block-spacing)
(#193) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#193) Missing semicolon. (semi)
(#193) A space is required after ','. (comma-spacing)
(#193) Missing space before value for key 'getLineHeight'. (key-spacing)
(#193) Requires a space after '{'. (block-spacing)
(#193) Statement inside of curly braces should be on next line. (brace-style)
(#193) Missing space before opening brace. (space-before-blocks)
(#193) Operator '=' must be spaced. (space-infix-ops)
(#193) Missing whitespace after semicolon. (semi-spacing)
(#193) Operator '=' must be spaced. (space-infix-ops)
(#193) Operator 'in' must be spaced. (space-infix-ops)
(#193) Operator '?' must be spaced. (space-infix-ops)
(#193) Operator ':' must be spaced. (space-infix-ops)
(#193) Missing whitespace after semicolon. (semi-spacing)
(#193) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#193) Operator '||' must be spaced. (space-infix-ops)
(#193) Operator '=' must be spaced. (space-infix-ops)
(#193) Missing whitespace after semicolon. (semi-spacing)
(#193) A space is required after ','. (comma-spacing)
(#193) Operator '||' must be spaced. (space-infix-ops)
(#193) A space is required after ','. (comma-spacing)
(#193) Operator '||' must be spaced. (space-infix-ops)
(#193) Requires a space before '}'. (block-spacing)
(#193) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#193) Missing semicolon. (semi)
(#193) A space is required after ','. (comma-spacing)
(#193) Missing space before value for key 'getPageHeight'. (key-spacing)
(#193) Requires a space after '{'. (block-spacing)
(#193) Statement inside of curly braces should be on next line. (brace-style)
(#193) Missing space before opening brace. (space-before-blocks)
(#193) Requires a space before '}'. (block-spacing)
(#193) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#193) Missing semicolon. (semi)
(#193) A space is required after ','. (comma-spacing)
(#193) Missing space before value for key 'settings'. (key-spacing)
(#193) Missing space before value for key 'adjustOldDeltas'. (key-spacing)
(#193) A space is required after ','. (comma-spacing)
(#193) Missing space before value for key 'normalizeOffset'. (key-spacing)
(#193) Missing whitespace after semicolon. (semi-spacing)
(#193) Missing space before value for key 'mousewheel'. (key-spacing)
(#193) Requires a space after '{'. (block-spacing)
(#193) Statement inside of curly braces should be on next line. (brace-style)
(#193) Missing space before opening brace. (space-before-blocks)
(#193) Operator '?' must be spaced. (space-infix-ops)
(#193) A space is required after ','. (comma-spacing)
(#193) Operator ':' must be spaced. (space-infix-ops)
(#193) Requires a space before '}'. (block-spacing)
(#193) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#193) Missing semicolon. (semi)
(#194) Missing space before value for key 'unmousewheel'. (key-spacing)
(#194) Requires a space after '{'. (block-spacing)
(#194) Statement inside of curly braces should be on next line. (brace-style)
(#194) Missing space before opening brace. (space-before-blocks)
(#194) A space is required after ','. (comma-spacing)
(#194) Requires a space before '}'. (block-spacing)
(#194) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#194) Missing semicolon. (semi)
(#194) Requires a space before '}'. (block-spacing)
(#194) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#194) Missing semicolon. (semi)
(#195) This line has a length of 512. Maximum allowed is 132. (max-len)
(#195) A space is required after ','. (comma-spacing)
(#195) Requires a space after '{'. (block-spacing)
(#195) Statement inside of curly braces should be on next line. (brace-style)
(#195) Missing space before opening brace. (space-before-blocks)
(#195) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#195) Do not nest ternary expressions. (no-nested-ternary)
(#195) Operator '===' must be spaced. (space-infix-ops)
(#195) Operator '?' must be spaced. (space-infix-ops)
(#195) 'module' is not defined. (no-undef)
(#195) Operator '=' must be spaced. (space-infix-ops)
(#195) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#195) 'global' is not defined. (no-undef)
(#195) Operator ':' must be spaced. (space-infix-ops)
(#195) Operator '===' must be spaced. (space-infix-ops)
(#195) Operator '&&' must be spaced. (space-infix-ops)
(#195) Operator '?' must be spaced. (space-infix-ops)
(#195) A space is required after ','. (comma-spacing)
(#195) Requires a space after '{'. (block-spacing)
(#195) Statement inside of curly braces should be on next line. (brace-style)
(#195) Missing space before opening brace. (space-before-blocks)
(#195) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#195) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#195) Requires a space before '}'. (block-spacing)
(#195) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#195) Missing semicolon. (semi)
(#195) Operator ':' must be spaced. (space-infix-ops)
(#195) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#195) Requires a space before '}'. (block-spacing)
(#195) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#195) Missing semicolon. (semi)
(#195) A space is required after ','. (comma-spacing)
(#195) Requires a space after '{'. (block-spacing)
(#195) Statement inside of curly braces should be on next line. (brace-style)
(#195) Missing space before opening brace. (space-before-blocks)
(#195) Missing JSDoc comment. (require-jsdoc)
(#195) Requires a space after '{'. (block-spacing)
(#195) Statement inside of curly braces should be on next line. (brace-style)
(#195) Missing space before opening brace. (space-before-blocks)
(#195) Return statement should not contain assignment. (no-return-assign)
(#195) Operator '=' must be spaced. (space-infix-ops)
(#195) Requires a space before '}'. (block-spacing)
(#195) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#195) Missing semicolon. (semi)
(#195) Expected space(s) before "function". (keyword-spacing)
(#195) Missing JSDoc comment. (require-jsdoc)
(#195) Requires a space after '{'. (block-spacing)
(#195) Statement inside of curly braces should be on next line. (brace-style)
(#195) Missing space before opening brace. (space-before-blocks)
(#195) Return statement should not contain assignment. (no-return-assign)
(#195) Operator '=' must be spaced. (space-infix-ops)
(#195) Operator '!==' must be spaced. (space-infix-ops)
(#195) Operator '?' must be spaced. (space-infix-ops)
(#195) 'Float32Array' is not defined. (no-undef)
(#195) Operator ':' must be spaced. (space-infix-ops)
(#195) Requires a space before '}'. (block-spacing)
(#195) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#195) Missing semicolon. (semi)
(#195) Expected space(s) before "var". (keyword-spacing)
(#195) Operator '=' must be spaced. (space-infix-ops)
(#195) Missing whitespace after semicolon. (semi-spacing)
(#195) Requires a space after '{'. (block-spacing)
(#195) Statement inside of curly braces should be on next line. (brace-style)
(#195) Missing space before opening brace. (space-before-blocks)
(#195) Expected space(s) after "if". (keyword-spacing)
(#195) Operator '!=' must be spaced. (space-infix-ops)
(#195) Requires a space after '{'. (block-spacing)
(#195) Statement inside of curly braces should be on next line. (brace-style)
(#195) Missing space before opening brace. (space-before-blocks)
(#195) Operator '=' must be spaced. (space-infix-ops)
(#195) 'Float32Array' is not defined. (no-undef)
(#195) A space is required after ','. (comma-spacing)
(#195) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#195) Operator '=' must be spaced. (space-infix-ops)
(#195) 'Int32Array' is not defined. (no-undef)
(#195) Missing whitespace after semicolon. (semi-spacing)
(#195) Operator '=' must be spaced. (space-infix-ops)
(#195) Requires a space after '{'. (block-spacing)
(#195) Statement inside of curly braces should be on next line. (brace-style)
(#195) Missing space before opening brace. (space-before-blocks)
(#195) Operator '=' must be spaced. (space-infix-ops)
(#195) Missing whitespace after semicolon. (semi-spacing)
(#195) Operator '=' must be spaced. (space-infix-ops)
(#195) Operator '-' must be spaced. (space-infix-ops)
(#195) Unexpected use of '>>'. (no-bitwise)
(#195) Operator '>>' must be spaced. (space-infix-ops)
(#195) Missing whitespace after semicolon. (semi-spacing)
(#195) Operator '=' must be spaced. (space-infix-ops)
(#195) Missing whitespace after semicolon. (semi-spacing)
(#195) Operator '*' must be spaced. (space-infix-ops)
(#195) Operator '-' must be spaced. (space-infix-ops)
(#195) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#195) Operator '*' must be spaced. (space-infix-ops)
(#195) Operator '*' must be spaced. (space-infix-ops)
(#195) Operator '*' must be spaced. (space-infix-ops)
(#195) Requires a space before '}'. (block-spacing)
(#195) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#195) Missing semicolon. (semi)
(#195) Requires a space before '}'. (block-spacing)
(#195) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#195) Missing semicolon. (semi)
(#195) Expected space(s) before "else". (keyword-spacing)
(#195) Expected { after 'else'. (curly)
(#195) Operator '=' must be spaced. (space-infix-ops)
(#195) Requires a space after '{'. (block-spacing)
(#195) Statement inside of curly braces should be on next line. (brace-style)
(#195) Missing space before opening brace. (space-before-blocks)
(#195) Operator '/' must be spaced. (space-infix-ops)
(#196) This line has a length of 508. Maximum allowed is 132. (max-len)
(#196) Requires a space before '}'. (block-spacing)
(#196) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#196) Missing semicolon. (semi)
(#196) Requires a space before '}'. (block-spacing)
(#196) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#196) Missing semicolon. (semi)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) This line has 22 statements. Maximum allowed is 2. (max-statements-per-line)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) Missing space before value for key 'create'. (key-spacing)
(#196) Requires a space after '{'. (block-spacing)
(#196) Statement inside of curly braces should be on next line. (brace-style)
(#196) Missing space before opening brace. (space-before-blocks)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) A constructor name should not start with a lowercase letter. (new-cap)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#196) Operator '?' must be spaced. (space-infix-ops)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) A space is required after ','. (comma-spacing)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) A space is required after ','. (comma-spacing)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) Operator ':' must be spaced. (space-infix-ops)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Requires a space before '}'. (block-spacing)
(#196) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#196) Missing semicolon. (semi)
(#196) A space is required after ','. (comma-spacing)
(#196) Missing space before value for key 'createFrom'. (key-spacing)
(#196) A space is required after ','. (comma-spacing)
(#196) A space is required after ','. (comma-spacing)
(#196) Requires a space after '{'. (block-spacing)
(#196) Statement inside of curly braces should be on next line. (brace-style)
(#196) Missing space before opening brace. (space-before-blocks)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) A constructor name should not start with a lowercase letter. (new-cap)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Requires a space before '}'. (block-spacing)
(#196) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#196) Missing semicolon. (semi)
(#196) A space is required after ','. (comma-spacing)
(#196) Missing space before value for key 'set'. (key-spacing)
(#196) A space is required after ','. (comma-spacing)
(#196) Requires a space after '{'. (block-spacing)
(#196) Statement inside of curly braces should be on next line. (brace-style)
(#196) Missing space before opening brace. (space-before-blocks)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Requires a space before '}'. (block-spacing)
(#196) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#196) Missing semicolon. (semi)
(#196) A space is required after ','. (comma-spacing)
(#196) Missing space before value for key 'equal'. (key-spacing)
(#196) A space is required after ','. (comma-spacing)
(#196) Requires a space after '{'. (block-spacing)
(#196) Statement inside of curly braces should be on next line. (brace-style)
(#196) Missing space before opening brace. (space-before-blocks)
(#196) Operator '===' must be spaced. (space-infix-ops)
(#196) Operator '||' must be spaced. (space-infix-ops)
(#196) Operator '>' must be spaced. (space-infix-ops)
(#196) Operator '-' must be spaced. (space-infix-ops)
(#196) Operator '&&' must be spaced. (space-infix-ops)
(#196) Operator '>' must be spaced. (space-infix-ops)
(#196) Operator '-' must be spaced. (space-infix-ops)
(#196) Operator '&&' must be spaced. (space-infix-ops)
(#196) Operator '>' must be spaced. (space-infix-ops)
(#196) Operator '-' must be spaced. (space-infix-ops)
(#196) Requires a space before '}'. (block-spacing)
(#196) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#196) Missing semicolon. (semi)
(#196) A space is required after ','. (comma-spacing)
(#196) Missing space before value for key 'add'. (key-spacing)
(#196) A space is required after ','. (comma-spacing)
(#196) A space is required after ','. (comma-spacing)
(#196) Requires a space after '{'. (block-spacing)
(#196) Statement inside of curly braces should be on next line. (brace-style)
(#196) Missing space before opening brace. (space-before-blocks)
(#196) Expected space(s) after "if". (keyword-spacing)
(#196) Operator '||' must be spaced. (space-infix-ops)
(#196) Operator '===' must be spaced. (space-infix-ops)
(#196) Expected { after 'if' condition. (curly)
(#196) Expected space(s) before "return". (keyword-spacing)
(#196) Return statement should not contain assignment. (no-return-assign)
(#196) Return statement should not contain assignment. (no-return-assign)
(#196) Return statement should not contain assignment. (no-return-assign)
(#196) Operator '+=' must be spaced. (space-infix-ops)
(#196) Unexpected use of comma operator. (no-sequences)
(#196) A space is required after ','. (comma-spacing)
(#196) Operator '+=' must be spaced. (space-infix-ops)
(#196) A space is required after ','. (comma-spacing)
(#196) Operator '+=' must be spaced. (space-infix-ops)
(#196) A space is required after ','. (comma-spacing)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) Operator '+' must be spaced. (space-infix-ops)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) Operator '+' must be spaced. (space-infix-ops)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) Operator '+' must be spaced. (space-infix-ops)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Requires a space before '}'. (block-spacing)
(#196) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#196) Missing semicolon. (semi)
(#197) This line has a length of 501. Maximum allowed is 132. (max-len)
(#197) Missing space before value for key 'subtract'. (key-spacing)
(#197) A space is required after ','. (comma-spacing)
(#197) A space is required after ','. (comma-spacing)
(#197) Requires a space after '{'. (block-spacing)
(#197) Statement inside of curly braces should be on next line. (brace-style)
(#197) Missing space before opening brace. (space-before-blocks)
(#197) Expected space(s) after "if". (keyword-spacing)
(#197) Operator '||' must be spaced. (space-infix-ops)
(#197) Operator '===' must be spaced. (space-infix-ops)
(#197) Expected { after 'if' condition. (curly)
(#197) Expected space(s) before "return". (keyword-spacing)
(#197) Return statement should not contain assignment. (no-return-assign)
(#197) Return statement should not contain assignment. (no-return-assign)
(#197) Return statement should not contain assignment. (no-return-assign)
(#197) Operator '-=' must be spaced. (space-infix-ops)
(#197) Unexpected use of comma operator. (no-sequences)
(#197) A space is required after ','. (comma-spacing)
(#197) Operator '-=' must be spaced. (space-infix-ops)
(#197) A space is required after ','. (comma-spacing)
(#197) Operator '-=' must be spaced. (space-infix-ops)
(#197) A space is required after ','. (comma-spacing)
(#197) Missing whitespace after semicolon. (semi-spacing)
(#197) Operator '=' must be spaced. (space-infix-ops)
(#197) Operator '-' must be spaced. (space-infix-ops)
(#197) Missing whitespace after semicolon. (semi-spacing)
(#197) This line has 22 statements. Maximum allowed is 2. (max-statements-per-line)
(#197) Operator '=' must be spaced. (space-infix-ops)
(#197) Operator '-' must be spaced. (space-infix-ops)
(#197) Missing whitespace after semicolon. (semi-spacing)
(#197) Operator '=' must be spaced. (space-infix-ops)
(#197) Operator '-' must be spaced. (space-infix-ops)
(#197) Missing whitespace after semicolon. (semi-spacing)
(#197) Requires a space before '}'. (block-spacing)
(#197) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#197) Missing semicolon. (semi)
(#197) A space is required after ','. (comma-spacing)
(#197) Missing space before value for key 'multiply'. (key-spacing)
(#197) A space is required after ','. (comma-spacing)
(#197) A space is required after ','. (comma-spacing)
(#197) Requires a space after '{'. (block-spacing)
(#197) Statement inside of curly braces should be on next line. (brace-style)
(#197) Missing space before opening brace. (space-before-blocks)
(#197) Expected space(s) after "if". (keyword-spacing)
(#197) Operator '||' must be spaced. (space-infix-ops)
(#197) Operator '===' must be spaced. (space-infix-ops)
(#197) Expected { after 'if' condition. (curly)
(#197) Expected space(s) before "return". (keyword-spacing)
(#197) Return statement should not contain assignment. (no-return-assign)
(#197) Return statement should not contain assignment. (no-return-assign)
(#197) Return statement should not contain assignment. (no-return-assign)
(#197) Operator '*=' must be spaced. (space-infix-ops)
(#197) Unexpected use of comma operator. (no-sequences)
(#197) A space is required after ','. (comma-spacing)
(#197) Operator '*=' must be spaced. (space-infix-ops)
(#197) A space is required after ','. (comma-spacing)
(#197) Operator '*=' must be spaced. (space-infix-ops)
(#197) A space is required after ','. (comma-spacing)
(#197) Missing whitespace after semicolon. (semi-spacing)
(#197) Operator '=' must be spaced. (space-infix-ops)
(#197) Operator '*' must be spaced. (space-infix-ops)
(#197) Missing whitespace after semicolon. (semi-spacing)
(#197) Operator '=' must be spaced. (space-infix-ops)
(#197) Operator '*' must be spaced. (space-infix-ops)
(#197) Missing whitespace after semicolon. (semi-spacing)
(#197) Operator '=' must be spaced. (space-infix-ops)
(#197) Operator '*' must be spaced. (space-infix-ops)
(#197) Missing whitespace after semicolon. (semi-spacing)
(#197) Requires a space before '}'. (block-spacing)
(#197) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#197) Missing semicolon. (semi)
(#197) A space is required after ','. (comma-spacing)
(#197) Missing space before value for key 'negate'. (key-spacing)
(#197) A space is required after ','. (comma-spacing)
(#197) Requires a space after '{'. (block-spacing)
(#197) Statement inside of curly braces should be on next line. (brace-style)
(#197) Missing space before opening brace. (space-before-blocks)
(#197) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#197) Operator '||' must be spaced. (space-infix-ops)
(#197) Operator '=' must be spaced. (space-infix-ops)
(#197) Missing whitespace after semicolon. (semi-spacing)
(#197) Operator '=' must be spaced. (space-infix-ops)
(#197) Missing whitespace after semicolon. (semi-spacing)
(#197) Operator '=' must be spaced. (space-infix-ops)
(#197) Missing whitespace after semicolon. (semi-spacing)
(#197) Operator '=' must be spaced. (space-infix-ops)
(#197) Missing whitespace after semicolon. (semi-spacing)
(#197) Requires a space before '}'. (block-spacing)
(#197) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#197) Missing semicolon. (semi)
(#197) A space is required after ','. (comma-spacing)
(#197) Missing space before value for key 'scale'. (key-spacing)
(#197) A space is required after ','. (comma-spacing)
(#197) A space is required after ','. (comma-spacing)
(#197) Requires a space after '{'. (block-spacing)
(#197) Statement inside of curly braces should be on next line. (brace-style)
(#197) Missing space before opening brace. (space-before-blocks)
(#197) Expected space(s) after "if". (keyword-spacing)
(#197) Operator '||' must be spaced. (space-infix-ops)
(#197) Operator '===' must be spaced. (space-infix-ops)
(#197) Expected { after 'if' condition. (curly)
(#197) Expected space(s) before "return". (keyword-spacing)
(#197) Return statement should not contain assignment. (no-return-assign)
(#197) Return statement should not contain assignment. (no-return-assign)
(#197) Return statement should not contain assignment. (no-return-assign)
(#197) Operator '*=' must be spaced. (space-infix-ops)
(#197) Unexpected use of comma operator. (no-sequences)
(#197) A space is required after ','. (comma-spacing)
(#197) Operator '*=' must be spaced. (space-infix-ops)
(#197) A space is required after ','. (comma-spacing)
(#197) Operator '*=' must be spaced. (space-infix-ops)
(#197) A space is required after ','. (comma-spacing)
(#197) Missing whitespace after semicolon. (semi-spacing)
(#197) Operator '=' must be spaced. (space-infix-ops)
(#197) Operator '*' must be spaced. (space-infix-ops)
(#197) Missing whitespace after semicolon. (semi-spacing)
(#197) Operator '=' must be spaced. (space-infix-ops)
(#197) Operator '*' must be spaced. (space-infix-ops)
(#197) Missing whitespace after semicolon. (semi-spacing)
(#197) Operator '=' must be spaced. (space-infix-ops)
(#197) Operator '*' must be spaced. (space-infix-ops)
(#197) Missing whitespace after semicolon. (semi-spacing)
(#197) Requires a space before '}'. (block-spacing)
(#197) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#197) Missing semicolon. (semi)
(#197) A space is required after ','. (comma-spacing)
(#197) Missing space before value for key 'normalize'. (key-spacing)
(#197) A space is required after ','. (comma-spacing)
(#197) Requires a space after '{'. (block-spacing)
(#197) Statement inside of curly braces should be on next line. (brace-style)
(#197) Missing space before opening brace. (space-before-blocks)
(#197) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#197) Operator '||' must be spaced. (space-infix-ops)
(#197) Operator '=' must be spaced. (space-infix-ops)
(#197) Missing whitespace after semicolon. (semi-spacing)
(#197) Operator '=' must be spaced. (space-infix-ops)
(#198) This line has a length of 514. Maximum allowed is 132. (max-len)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) Missing whitespace after semicolon. (semi-spacing)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) Missing whitespace after semicolon. (semi-spacing)
(#198) This line has 26 statements. Maximum allowed is 2. (max-statements-per-line)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) Operator '*' must be spaced. (space-infix-ops)
(#198) Operator '+' must be spaced. (space-infix-ops)
(#198) Operator '*' must be spaced. (space-infix-ops)
(#198) Operator '+' must be spaced. (space-infix-ops)
(#198) Operator '*' must be spaced. (space-infix-ops)
(#198) Missing whitespace after semicolon. (semi-spacing)
(#198) Expected space(s) after "if". (keyword-spacing)
(#198) Expected { after 'if' condition. (curly)
(#198) Expected space(s) before "return". (keyword-spacing)
(#198) Return statement should not contain assignment. (no-return-assign)
(#198) Return statement should not contain assignment. (no-return-assign)
(#198) Return statement should not contain assignment. (no-return-assign)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) Unexpected use of comma operator. (no-sequences)
(#198) A space is required after ','. (comma-spacing)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) A space is required after ','. (comma-spacing)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) A space is required after ','. (comma-spacing)
(#198) Missing whitespace after semicolon. (semi-spacing)
(#198) Expected space(s) after "if". (keyword-spacing)
(#198) Operator '===' must be spaced. (space-infix-ops)
(#198) Expected { after 'if' condition. (curly)
(#198) Expected space(s) before "return". (keyword-spacing)
(#198) Return statement should not contain assignment. (no-return-assign)
(#198) Return statement should not contain assignment. (no-return-assign)
(#198) Return statement should not contain assignment. (no-return-assign)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) Unexpected use of comma operator. (no-sequences)
(#198) A space is required after ','. (comma-spacing)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) A space is required after ','. (comma-spacing)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) A space is required after ','. (comma-spacing)
(#198) Missing whitespace after semicolon. (semi-spacing)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) Operator '/' must be spaced. (space-infix-ops)
(#198) Missing whitespace after semicolon. (semi-spacing)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) Operator '*' must be spaced. (space-infix-ops)
(#198) Missing whitespace after semicolon. (semi-spacing)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) Operator '*' must be spaced. (space-infix-ops)
(#198) Missing whitespace after semicolon. (semi-spacing)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) Operator '*' must be spaced. (space-infix-ops)
(#198) Missing whitespace after semicolon. (semi-spacing)
(#198) Requires a space before '}'. (block-spacing)
(#198) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#198) Missing semicolon. (semi)
(#198) A space is required after ','. (comma-spacing)
(#198) Missing space before value for key 'cross'. (key-spacing)
(#198) A space is required after ','. (comma-spacing)
(#198) A space is required after ','. (comma-spacing)
(#198) Requires a space after '{'. (block-spacing)
(#198) Statement inside of curly braces should be on next line. (brace-style)
(#198) Missing space before opening brace. (space-before-blocks)
(#198) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#198) Operator '||' must be spaced. (space-infix-ops)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) Missing whitespace after semicolon. (semi-spacing)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) A space is required after ','. (comma-spacing)
(#198) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) Missing whitespace after semicolon. (semi-spacing)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) Missing whitespace after semicolon. (semi-spacing)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) A space is required after ','. (comma-spacing)
(#198) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) Missing whitespace after semicolon. (semi-spacing)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) Missing whitespace after semicolon. (semi-spacing)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) Operator '*' must be spaced. (space-infix-ops)
(#198) Operator '-' must be spaced. (space-infix-ops)
(#198) Operator '*' must be spaced. (space-infix-ops)
(#198) Missing whitespace after semicolon. (semi-spacing)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) Operator '*' must be spaced. (space-infix-ops)
(#198) Operator '-' must be spaced. (space-infix-ops)
(#198) Operator '*' must be spaced. (space-infix-ops)
(#198) Missing whitespace after semicolon. (semi-spacing)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) Operator '*' must be spaced. (space-infix-ops)
(#198) Operator '-' must be spaced. (space-infix-ops)
(#198) Operator '*' must be spaced. (space-infix-ops)
(#198) Missing whitespace after semicolon. (semi-spacing)
(#198) Requires a space before '}'. (block-spacing)
(#198) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#198) Missing semicolon. (semi)
(#198) A space is required after ','. (comma-spacing)
(#198) Missing space before value for key 'length'. (key-spacing)
(#198) Requires a space after '{'. (block-spacing)
(#198) Statement inside of curly braces should be on next line. (brace-style)
(#198) Missing space before opening brace. (space-before-blocks)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) A space is required after ','. (comma-spacing)
(#198) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) Missing whitespace after semicolon. (semi-spacing)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) Missing whitespace after semicolon. (semi-spacing)
(#198) Operator '*' must be spaced. (space-infix-ops)
(#198) Operator '+' must be spaced. (space-infix-ops)
(#198) Operator '*' must be spaced. (space-infix-ops)
(#198) Operator '+' must be spaced. (space-infix-ops)
(#198) Operator '*' must be spaced. (space-infix-ops)
(#198) Requires a space before '}'. (block-spacing)
(#198) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#198) Missing semicolon. (semi)
(#198) A space is required after ','. (comma-spacing)
(#198) Missing space before value for key 'squaredLength'. (key-spacing)
(#198) Requires a space after '{'. (block-spacing)
(#198) Statement inside of curly braces should be on next line. (brace-style)
(#198) Missing space before opening brace. (space-before-blocks)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) A space is required after ','. (comma-spacing)
(#198) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) Missing whitespace after semicolon. (semi-spacing)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) Missing whitespace after semicolon. (semi-spacing)
(#198) Operator '*' must be spaced. (space-infix-ops)
(#198) Operator '+' must be spaced. (space-infix-ops)
(#198) Operator '*' must be spaced. (space-infix-ops)
(#198) Operator '+' must be spaced. (space-infix-ops)
(#198) Operator '*' must be spaced. (space-infix-ops)
(#198) Requires a space before '}'. (block-spacing)
(#198) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#198) Missing semicolon. (semi)
(#198) A space is required after ','. (comma-spacing)
(#198) Missing space before value for key 'dot'. (key-spacing)
(#198) A space is required after ','. (comma-spacing)
(#198) Requires a space after '{'. (block-spacing)
(#198) Statement inside of curly braces should be on next line. (brace-style)
(#198) Missing space before opening brace. (space-before-blocks)
(#198) Operator '*' must be spaced. (space-infix-ops)
(#198) Operator '+' must be spaced. (space-infix-ops)
(#198) Operator '*' must be spaced. (space-infix-ops)
(#198) Operator '+' must be spaced. (space-infix-ops)
(#198) Operator '*' must be spaced. (space-infix-ops)
(#198) Requires a space before '}'. (block-spacing)
(#198) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#198) Missing semicolon. (semi)
(#198) A space is required after ','. (comma-spacing)
(#198) Missing space before value for key 'direction'. (key-spacing)
(#199) This line has a length of 505. Maximum allowed is 132. (max-len)
(#199) A space is required after ','. (comma-spacing)
(#199) Requires a space after '{'. (block-spacing)
(#199) Statement inside of curly braces should be on next line. (brace-style)
(#199) Missing space before opening brace. (space-before-blocks)
(#199) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#199) Operator '||' must be spaced. (space-infix-ops)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) Operator '-' must be spaced. (space-infix-ops)
(#199) A space is required after ','. (comma-spacing)
(#199) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) Operator '-' must be spaced. (space-infix-ops)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) This line has 25 statements. Maximum allowed is 2. (max-statements-per-line)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) Operator '-' must be spaced. (space-infix-ops)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) Operator '*' must be spaced. (space-infix-ops)
(#199) Operator '+' must be spaced. (space-infix-ops)
(#199) Operator '*' must be spaced. (space-infix-ops)
(#199) Operator '+' must be spaced. (space-infix-ops)
(#199) Operator '*' must be spaced. (space-infix-ops)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) Expected space(s) after "if". (keyword-spacing)
(#199) Expected { after 'if' condition. (curly)
(#199) Expected space(s) before "return". (keyword-spacing)
(#199) Return statement should not contain assignment. (no-return-assign)
(#199) Return statement should not contain assignment. (no-return-assign)
(#199) Return statement should not contain assignment. (no-return-assign)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) Unexpected use of comma operator. (no-sequences)
(#199) A space is required after ','. (comma-spacing)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) A space is required after ','. (comma-spacing)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) A space is required after ','. (comma-spacing)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) Operator '/' must be spaced. (space-infix-ops)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) Operator '*' must be spaced. (space-infix-ops)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) Operator '*' must be spaced. (space-infix-ops)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) Operator '*' must be spaced. (space-infix-ops)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) Requires a space before '}'. (block-spacing)
(#199) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#199) Missing semicolon. (semi)
(#199) A space is required after ','. (comma-spacing)
(#199) Missing space before value for key 'lerp'. (key-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) Requires a space after '{'. (block-spacing)
(#199) Statement inside of curly braces should be on next line. (brace-style)
(#199) Missing space before opening brace. (space-before-blocks)
(#199) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#199) Operator '||' must be spaced. (space-infix-ops)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) Operator '+' must be spaced. (space-infix-ops)
(#199) Operator '*' must be spaced. (space-infix-ops)
(#199) Operator '-' must be spaced. (space-infix-ops)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) Operator '+' must be spaced. (space-infix-ops)
(#199) Operator '*' must be spaced. (space-infix-ops)
(#199) Operator '-' must be spaced. (space-infix-ops)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) Operator '+' must be spaced. (space-infix-ops)
(#199) Operator '*' must be spaced. (space-infix-ops)
(#199) Operator '-' must be spaced. (space-infix-ops)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) Requires a space before '}'. (block-spacing)
(#199) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#199) Missing semicolon. (semi)
(#199) A space is required after ','. (comma-spacing)
(#199) Missing space before value for key 'dist'. (key-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) Requires a space after '{'. (block-spacing)
(#199) Statement inside of curly braces should be on next line. (brace-style)
(#199) Missing space before opening brace. (space-before-blocks)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) Operator '-' must be spaced. (space-infix-ops)
(#199) A space is required after ','. (comma-spacing)
(#199) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) Operator '-' must be spaced. (space-infix-ops)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) Operator '-' must be spaced. (space-infix-ops)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) Operator '*' must be spaced. (space-infix-ops)
(#199) Operator '+' must be spaced. (space-infix-ops)
(#199) Operator '*' must be spaced. (space-infix-ops)
(#199) Operator '+' must be spaced. (space-infix-ops)
(#199) Operator '*' must be spaced. (space-infix-ops)
(#199) Requires a space before '}'. (block-spacing)
(#199) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#199) Missing semicolon. (semi)
(#199) A space is required after ','. (comma-spacing)
(#199) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) A space is required after ','. (comma-spacing)
(#199) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) A constructor name should not start with a lowercase letter. (new-cap)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) A space is required after ','. (comma-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) Requires a space after '{'. (block-spacing)
(#199) Statement inside of curly braces should be on next line. (brace-style)
(#199) Missing space before opening brace. (space-before-blocks)
(#199) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#199) Operator '||' must be spaced. (space-infix-ops)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#199) Operator '||' must be spaced. (space-infix-ops)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) Operator '*' must be spaced. (space-infix-ops)
(#199) Operator '-' must be spaced. (space-infix-ops)
(#199) Operator '/' must be spaced. (space-infix-ops)
(#199) Operator '-' must be spaced. (space-infix-ops)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) Operator '*' must be spaced. (space-infix-ops)
(#199) Operator '-' must be spaced. (space-infix-ops)
(#199) Operator '/' must be spaced. (space-infix-ops)
(#199) Operator '-' must be spaced. (space-infix-ops)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#200) This line has a length of 504. Maximum allowed is 132. (max-len)
(#200) Operator '*' must be spaced. (space-infix-ops)
(#200) Operator '-' must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Operator '=' must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) before "return". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Operator '===' must be spaced. (space-infix-ops)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) before "return". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Operator '=' must be spaced. (space-infix-ops)
(#200) Operator '/' must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Operator '=' must be spaced. (space-infix-ops)
(#200) Operator '/' must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Operator '=' must be spaced. (space-infix-ops)
(#200) Operator '/' must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Requires a space before '}'. (block-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Missing semicolon. (semi)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Operator '=' must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Operator '=' must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Operator '=' must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Operator '=' must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Operator '=' must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Operator '||' must be spaced. (space-infix-ops)
(#200) Operator '=' must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Operator '=' must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Operator '<=' must be spaced. (space-infix-ops)
(#200) Expected { after 'if' condition. (curly)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#200) Operator '>' must be spaced. (space-infix-ops)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) Operator '>' must be spaced. (space-infix-ops)
(#200) Operator '&&' must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Operator '>' must be spaced. (space-infix-ops)
(#200) Operator '&&' must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "else". (keyword-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Operator '=' must be spaced. (space-infix-ops)
(#200) Operator '*' must be spaced. (space-infix-ops)
(#200) Operator '+' must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Operator '=' must be spaced. (space-infix-ops)
(#201) This line has a length of 530. Maximum allowed is 132. (max-len)
(#201) Operator '/' must be spaced. (space-infix-ops)
(#201) Missing whitespace after semicolon. (semi-spacing)
(#201) A space is required after ','. (comma-spacing)
(#201) A space is required after ','. (comma-spacing)
(#201) Missing whitespace after semicolon. (semi-spacing)
(#201) This line has 27 statements. Maximum allowed is 2. (max-statements-per-line)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) Operator '*' must be spaced. (space-infix-ops)
(#201) Missing whitespace after semicolon. (semi-spacing)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) Operator '*' must be spaced. (space-infix-ops)
(#201) Missing whitespace after semicolon. (semi-spacing)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) Operator '*' must be spaced. (space-infix-ops)
(#201) Missing whitespace after semicolon. (semi-spacing)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#201) Operator '*' must be spaced. (space-infix-ops)
(#201) Missing whitespace after semicolon. (semi-spacing)
(#201) Requires a space before '}'. (block-spacing)
(#201) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#201) Missing semicolon. (semi)
(#201) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#201) Operator '<' must be spaced. (space-infix-ops)
(#201) Operator '?' must be spaced. (space-infix-ops)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) Operator ':' must be spaced. (space-infix-ops)
(#201) Operator '>' must be spaced. (space-infix-ops)
(#201) Operator '&&' must be spaced. (space-infix-ops)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) Missing whitespace after semicolon. (semi-spacing)
(#201) Requires a space before '}'. (block-spacing)
(#201) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#201) Missing semicolon. (semi)
(#201) Missing whitespace after semicolon. (semi-spacing)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) Requires a space after '{'. (block-spacing)
(#201) Statement inside of curly braces should be on next line. (brace-style)
(#201) Missing space before opening brace. (space-before-blocks)
(#201) Expected space(s) after "return". (keyword-spacing)
(#201) Operator '+' must be spaced. (space-infix-ops)
(#201) Operator '+' must be spaced. (space-infix-ops)
(#201) Operator '+' must be spaced. (space-infix-ops)
(#201) Operator '+' must be spaced. (space-infix-ops)
(#201) Operator '+' must be spaced. (space-infix-ops)
(#201) Operator '+' must be spaced. (space-infix-ops)
(#201) Requires a space before '}'. (block-spacing)
(#201) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#201) Missing semicolon. (semi)
(#201) Missing whitespace after semicolon. (semi-spacing)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) Missing space before value for key 'create'. (key-spacing)
(#201) Requires a space after '{'. (block-spacing)
(#201) Statement inside of curly braces should be on next line. (brace-style)
(#201) Missing space before opening brace. (space-before-blocks)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) A constructor name should not start with a lowercase letter. (new-cap)
(#201) Missing whitespace after semicolon. (semi-spacing)
(#201) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#201) Operator '?' must be spaced. (space-infix-ops)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) A space is required after ','. (comma-spacing)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) A space is required after ','. (comma-spacing)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) A space is required after ','. (comma-spacing)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) A space is required after ','. (comma-spacing)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) A space is required after ','. (comma-spacing)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) A space is required after ','. (comma-spacing)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) A space is required after ','. (comma-spacing)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) A space is required after ','. (comma-spacing)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) Operator ':' must be spaced. (space-infix-ops)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) Missing whitespace after semicolon. (semi-spacing)
(#201) Requires a space before '}'. (block-spacing)
(#201) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#201) Missing semicolon. (semi)
(#201) A space is required after ','. (comma-spacing)
(#201) Missing space before value for key 'createFrom'. (key-spacing)
(#201) A space is required after ','. (comma-spacing)
(#201) A space is required after ','. (comma-spacing)
(#201) A space is required after ','. (comma-spacing)
(#201) A space is required after ','. (comma-spacing)
(#201) A space is required after ','. (comma-spacing)
(#201) A space is required after ','. (comma-spacing)
(#201) A space is required after ','. (comma-spacing)
(#201) A space is required after ','. (comma-spacing)
(#201) Requires a space after '{'. (block-spacing)
(#201) Statement inside of curly braces should be on next line. (brace-style)
(#201) Missing space before opening brace. (space-before-blocks)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) A constructor name should not start with a lowercase letter. (new-cap)
(#201) Missing whitespace after semicolon. (semi-spacing)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) Missing whitespace after semicolon. (semi-spacing)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) Missing whitespace after semicolon. (semi-spacing)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) Missing whitespace after semicolon. (semi-spacing)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) Missing whitespace after semicolon. (semi-spacing)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) Missing whitespace after semicolon. (semi-spacing)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) Missing whitespace after semicolon. (semi-spacing)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) Missing whitespace after semicolon. (semi-spacing)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) Missing whitespace after semicolon. (semi-spacing)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) Missing whitespace after semicolon. (semi-spacing)
(#201) Requires a space before '}'. (block-spacing)
(#201) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#201) Missing semicolon. (semi)
(#201) A space is required after ','. (comma-spacing)
(#201) Missing space before value for key 'determinant'. (key-spacing)
(#201) Requires a space after '{'. (block-spacing)
(#201) Statement inside of curly braces should be on next line. (brace-style)
(#201) Missing space before opening brace. (space-before-blocks)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#202) This line has a length of 501. Maximum allowed is 132. (max-len)
(#202) A space is required after ','. (comma-spacing)
(#202) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Operator '-' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Operator '+' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Operator '+' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Operator '+' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Operator '-' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Requires a space before '}'. (block-spacing)
(#202) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#202) Missing semicolon. (semi)
(#202) A space is required after ','. (comma-spacing)
(#202) Missing space before value for key 'inverse'. (key-spacing)
(#202) A space is required after ','. (comma-spacing)
(#202) Requires a space after '{'. (block-spacing)
(#202) Statement inside of curly braces should be on next line. (brace-style)
(#202) Missing space before opening brace. (space-before-blocks)
(#202) This line has 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Operator '-' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Operator '+' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Operator '-' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Operator '+' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Operator '+' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Expected space(s) after "if". (keyword-spacing)
(#202) Expected { after 'if' condition. (curly)
(#202) Expected space(s) before "return". (keyword-spacing)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) Operator '/' must be spaced. (space-infix-ops)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#202) Operator '||' must be spaced. (space-infix-ops)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Operator '+' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Operator '-' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Operator '-' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Operator '+' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Operator '+' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Operator '-' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Operator '*' must be spaced. (space-infix-ops)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Requires a space before '}'. (block-spacing)
(#202) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#202) Missing semicolon. (semi)
(#202) A space is required after ','. (comma-spacing)
(#202) Missing space before value for key 'multiply'. (key-spacing)
(#202) A space is required after ','. (comma-spacing)
(#202) A space is required after ','. (comma-spacing)
(#202) Requires a space after '{'. (block-spacing)
(#202) Statement inside of curly braces should be on next line. (brace-style)
(#202) Missing space before opening brace. (space-before-blocks)
(#202) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#202) Operator '||' must be spaced. (space-infix-ops)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#203) This line has a length of 503. Maximum allowed is 132. (max-len)
(#203) A space is required after ','. (comma-spacing)
(#203) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) This line has 26 statements. Maximum allowed is 2. (max-statements-per-line)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) A space is required after ','. (comma-spacing)
(#203) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) A space is required after ','. (comma-spacing)
(#203) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) A space is required after ','. (comma-spacing)
(#203) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) A space is required after ','. (comma-spacing)
(#203) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) A space is required after ','. (comma-spacing)
(#203) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) A space is required after ','. (comma-spacing)
(#203) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) A space is required after ','. (comma-spacing)
(#203) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Operator '+' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Operator '+' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Operator '+' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Operator '+' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Operator '+' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Operator '+' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Operator '+' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Operator '+' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Operator '+' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Operator '+' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Operator '+' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Operator '+' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Operator '+' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Operator '+' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Operator '+' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Operator '+' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Operator '+' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Operator '+' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Requires a space before '}'. (block-spacing)
(#203) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#203) Missing semicolon. (semi)
(#203) A space is required after ','. (comma-spacing)
(#203) Missing space before value for key 'multiplyVec2'. (key-spacing)
(#203) A space is required after ','. (comma-spacing)
(#203) A space is required after ','. (comma-spacing)
(#203) Requires a space after '{'. (block-spacing)
(#203) Statement inside of curly braces should be on next line. (brace-style)
(#203) Missing space before opening brace. (space-before-blocks)
(#203) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#203) Operator '||' must be spaced. (space-infix-ops)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Operator '+' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Operator '+' must be spaced. (space-infix-ops)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Operator '+' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Operator '+' must be spaced. (space-infix-ops)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Requires a space before '}'. (block-spacing)
(#203) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#203) Missing semicolon. (semi)
(#203) A space is required after ','. (comma-spacing)
(#203) Missing space before value for key 'multiplyVec3'. (key-spacing)
(#203) A space is required after ','. (comma-spacing)
(#203) A space is required after ','. (comma-spacing)
(#203) Requires a space after '{'. (block-spacing)
(#203) Statement inside of curly braces should be on next line. (brace-style)
(#203) Missing space before opening brace. (space-before-blocks)
(#203) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#203) Operator '||' must be spaced. (space-infix-ops)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) A space is required after ','. (comma-spacing)
(#203) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Operator '+' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Operator '+' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Operator '+' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Operator '+' must be spaced. (space-infix-ops)
(#203) Operator '*' must be spaced. (space-infix-ops)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#204) This line has a length of 503. Maximum allowed is 132. (max-len)
(#204) Operator '*' must be spaced. (space-infix-ops)
(#204) Operator '+' must be spaced. (space-infix-ops)
(#204) Operator '*' must be spaced. (space-infix-ops)
(#204) Operator '+' must be spaced. (space-infix-ops)
(#204) Operator '*' must be spaced. (space-infix-ops)
(#204) Missing whitespace after semicolon. (semi-spacing)
(#204) Requires a space before '}'. (block-spacing)
(#204) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#204) Missing semicolon. (semi)
(#204) A space is required after ','. (comma-spacing)
(#204) Missing space before value for key 'set'. (key-spacing)
(#204) A space is required after ','. (comma-spacing)
(#204) Requires a space after '{'. (block-spacing)
(#204) Statement inside of curly braces should be on next line. (brace-style)
(#204) Missing space before opening brace. (space-before-blocks)
(#204) This line has 21 statements. Maximum allowed is 2. (max-statements-per-line)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) Missing whitespace after semicolon. (semi-spacing)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) Missing whitespace after semicolon. (semi-spacing)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) Missing whitespace after semicolon. (semi-spacing)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) Missing whitespace after semicolon. (semi-spacing)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) Missing whitespace after semicolon. (semi-spacing)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) Missing whitespace after semicolon. (semi-spacing)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) Missing whitespace after semicolon. (semi-spacing)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) Missing whitespace after semicolon. (semi-spacing)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) Missing whitespace after semicolon. (semi-spacing)
(#204) Requires a space before '}'. (block-spacing)
(#204) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#204) Missing semicolon. (semi)
(#204) A space is required after ','. (comma-spacing)
(#204) Missing space before value for key 'equal'. (key-spacing)
(#204) A space is required after ','. (comma-spacing)
(#204) Requires a space after '{'. (block-spacing)
(#204) Statement inside of curly braces should be on next line. (brace-style)
(#204) Missing space before opening brace. (space-before-blocks)
(#204) Operator '===' must be spaced. (space-infix-ops)
(#204) Operator '||' must be spaced. (space-infix-ops)
(#204) Operator '>' must be spaced. (space-infix-ops)
(#204) Operator '-' must be spaced. (space-infix-ops)
(#204) Operator '&&' must be spaced. (space-infix-ops)
(#204) Operator '>' must be spaced. (space-infix-ops)
(#204) Operator '-' must be spaced. (space-infix-ops)
(#204) Operator '&&' must be spaced. (space-infix-ops)
(#204) Operator '>' must be spaced. (space-infix-ops)
(#204) Operator '-' must be spaced. (space-infix-ops)
(#204) Operator '&&' must be spaced. (space-infix-ops)
(#204) Operator '>' must be spaced. (space-infix-ops)
(#204) Operator '-' must be spaced. (space-infix-ops)
(#204) Operator '&&' must be spaced. (space-infix-ops)
(#204) Operator '>' must be spaced. (space-infix-ops)
(#204) Operator '-' must be spaced. (space-infix-ops)
(#204) Operator '&&' must be spaced. (space-infix-ops)
(#204) Operator '>' must be spaced. (space-infix-ops)
(#204) Operator '-' must be spaced. (space-infix-ops)
(#204) Operator '&&' must be spaced. (space-infix-ops)
(#204) Operator '>' must be spaced. (space-infix-ops)
(#204) Operator '-' must be spaced. (space-infix-ops)
(#204) Operator '&&' must be spaced. (space-infix-ops)
(#204) Operator '>' must be spaced. (space-infix-ops)
(#204) Operator '-' must be spaced. (space-infix-ops)
(#204) Operator '&&' must be spaced. (space-infix-ops)
(#204) Operator '>' must be spaced. (space-infix-ops)
(#204) Operator '-' must be spaced. (space-infix-ops)
(#204) Requires a space before '}'. (block-spacing)
(#204) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#204) Missing semicolon. (semi)
(#204) A space is required after ','. (comma-spacing)
(#204) Missing space before value for key 'identity'. (key-spacing)
(#204) Requires a space after '{'. (block-spacing)
(#204) Statement inside of curly braces should be on next line. (brace-style)
(#204) Missing space before opening brace. (space-before-blocks)
(#204) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#204) Operator '||' must be spaced. (space-infix-ops)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) Missing whitespace after semicolon. (semi-spacing)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) Missing whitespace after semicolon. (semi-spacing)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) Missing whitespace after semicolon. (semi-spacing)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) Missing whitespace after semicolon. (semi-spacing)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) Missing whitespace after semicolon. (semi-spacing)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) Missing whitespace after semicolon. (semi-spacing)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) Missing whitespace after semicolon. (semi-spacing)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#205) This line has a length of 504. Maximum allowed is 132. (max-len)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) This line has 43 statements. Maximum allowed is 2. (max-statements-per-line)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Requires a space before '}'. (block-spacing)
(#205) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#205) Missing semicolon. (semi)
(#205) A space is required after ','. (comma-spacing)
(#205) Missing space before value for key 'transpose'. (key-spacing)
(#205) A space is required after ','. (comma-spacing)
(#205) Requires a space after '{'. (block-spacing)
(#205) Statement inside of curly braces should be on next line. (brace-style)
(#205) Missing space before opening brace. (space-before-blocks)
(#205) Expected space(s) after "if". (keyword-spacing)
(#205) Operator '||' must be spaced. (space-infix-ops)
(#205) Operator '===' must be spaced. (space-infix-ops)
(#205) Requires a space after '{'. (block-spacing)
(#205) Statement inside of curly braces should be on next line. (brace-style)
(#205) Missing space before opening brace. (space-before-blocks)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) A space is required after ','. (comma-spacing)
(#205) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Requires a space before '}'. (block-spacing)
(#205) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#205) Missing semicolon. (semi)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Requires a space before '}'. (block-spacing)
(#205) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#205) Missing semicolon. (semi)
(#205) A space is required after ','. (comma-spacing)
(#205) Missing space before value for key 'toMat4'. (key-spacing)
(#205) A space is required after ','. (comma-spacing)
(#205) Requires a space after '{'. (block-spacing)
(#205) Statement inside of curly braces should be on next line. (brace-style)
(#205) Missing space before opening brace. (space-before-blocks)
(#205) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#205) Operator '||' must be spaced. (space-infix-ops)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Requires a space before '}'. (block-spacing)
(#205) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#205) Missing semicolon. (semi)
(#205) A space is required after ','. (comma-spacing)
(#205) Missing space before value for key 'str'. (key-spacing)
(#205) Requires a space after '{'. (block-spacing)
(#205) Statement inside of curly braces should be on next line. (brace-style)
(#205) Missing space before opening brace. (space-before-blocks)
(#205) Expected space(s) after "return". (keyword-spacing)
(#205) Operator '+' must be spaced. (space-infix-ops)
(#205) Operator '+' must be spaced. (space-infix-ops)
(#205) Operator '+' must be spaced. (space-infix-ops)
(#205) Operator '+' must be spaced. (space-infix-ops)
(#205) Operator '+' must be spaced. (space-infix-ops)
(#205) Operator '+' must be spaced. (space-infix-ops)
(#205) Operator '+' must be spaced. (space-infix-ops)
(#205) Operator '+' must be spaced. (space-infix-ops)
(#206) This line has a length of 507. Maximum allowed is 132. (max-len)
(#206) Operator '+' must be spaced. (space-infix-ops)
(#206) Operator '+' must be spaced. (space-infix-ops)
(#206) Operator '+' must be spaced. (space-infix-ops)
(#206) Operator '+' must be spaced. (space-infix-ops)
(#206) Operator '+' must be spaced. (space-infix-ops)
(#206) Operator '+' must be spaced. (space-infix-ops)
(#206) Operator '+' must be spaced. (space-infix-ops)
(#206) Operator '+' must be spaced. (space-infix-ops)
(#206) Operator '+' must be spaced. (space-infix-ops)
(#206) Operator '+' must be spaced. (space-infix-ops)
(#206) Requires a space before '}'. (block-spacing)
(#206) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#206) Missing semicolon. (semi)
(#206) A space is required after ','. (comma-spacing)
(#206) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) Missing space before value for key 'create'. (key-spacing)
(#206) Requires a space after '{'. (block-spacing)
(#206) Statement inside of curly braces should be on next line. (brace-style)
(#206) Missing space before opening brace. (space-before-blocks)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) A constructor name should not start with a lowercase letter. (new-cap)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#206) This line has 23 statements. Maximum allowed is 2. (max-statements-per-line)
(#206) Operator '&&' must be spaced. (space-infix-ops)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) A space is required after ','. (comma-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) A space is required after ','. (comma-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) A space is required after ','. (comma-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) A space is required after ','. (comma-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) A space is required after ','. (comma-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) A space is required after ','. (comma-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) A space is required after ','. (comma-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) A space is required after ','. (comma-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) A space is required after ','. (comma-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) A space is required after ','. (comma-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) A space is required after ','. (comma-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) A space is required after ','. (comma-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) A space is required after ','. (comma-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) A space is required after ','. (comma-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) A space is required after ','. (comma-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) Requires a space before '}'. (block-spacing)
(#206) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#206) Missing semicolon. (semi)
(#206) A space is required after ','. (comma-spacing)
(#206) Missing space before value for key 'createFrom'. (key-spacing)
(#206) A space is required after ','. (comma-spacing)
(#206) A space is required after ','. (comma-spacing)
(#206) A space is required after ','. (comma-spacing)
(#206) A space is required after ','. (comma-spacing)
(#206) A space is required after ','. (comma-spacing)
(#206) A space is required after ','. (comma-spacing)
(#206) A space is required after ','. (comma-spacing)
(#206) A space is required after ','. (comma-spacing)
(#206) A space is required after ','. (comma-spacing)
(#206) A space is required after ','. (comma-spacing)
(#206) A space is required after ','. (comma-spacing)
(#206) A space is required after ','. (comma-spacing)
(#206) A space is required after ','. (comma-spacing)
(#206) A space is required after ','. (comma-spacing)
(#206) A space is required after ','. (comma-spacing)
(#206) Requires a space after '{'. (block-spacing)
(#206) Statement inside of curly braces should be on next line. (brace-style)
(#206) Missing space before opening brace. (space-before-blocks)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) A constructor name should not start with a lowercase letter. (new-cap)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) Requires a space before '}'. (block-spacing)
(#206) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#206) Missing semicolon. (semi)
(#206) A space is required after ','. (comma-spacing)
(#206) Missing space before value for key 'set'. (key-spacing)
(#206) A space is required after ','. (comma-spacing)
(#206) Requires a space after '{'. (block-spacing)
(#206) Statement inside of curly braces should be on next line. (brace-style)
(#206) Missing space before opening brace. (space-before-blocks)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#207) This line has a length of 504. Maximum allowed is 132. (max-len)
(#207) Missing whitespace after semicolon. (semi-spacing)
(#207) Operator '=' must be spaced. (space-infix-ops)
(#207) Missing whitespace after semicolon. (semi-spacing)
(#207) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#207) Operator '=' must be spaced. (space-infix-ops)
(#207) Missing whitespace after semicolon. (semi-spacing)
(#207) Operator '=' must be spaced. (space-infix-ops)
(#207) Missing whitespace after semicolon. (semi-spacing)
(#207) Operator '=' must be spaced. (space-infix-ops)
(#207) Missing whitespace after semicolon. (semi-spacing)
(#207) Operator '=' must be spaced. (space-infix-ops)
(#207) Missing whitespace after semicolon. (semi-spacing)
(#207) Operator '=' must be spaced. (space-infix-ops)
(#207) Missing whitespace after semicolon. (semi-spacing)
(#207) Operator '=' must be spaced. (space-infix-ops)
(#207) Missing whitespace after semicolon. (semi-spacing)
(#207) Operator '=' must be spaced. (space-infix-ops)
(#207) Missing whitespace after semicolon. (semi-spacing)
(#207) Operator '=' must be spaced. (space-infix-ops)
(#207) Missing whitespace after semicolon. (semi-spacing)
(#207) Operator '=' must be spaced. (space-infix-ops)
(#207) Missing whitespace after semicolon. (semi-spacing)
(#207) Operator '=' must be spaced. (space-infix-ops)
(#207) Missing whitespace after semicolon. (semi-spacing)
(#207) Operator '=' must be spaced. (space-infix-ops)
(#207) Missing whitespace after semicolon. (semi-spacing)
(#207) Operator '=' must be spaced. (space-infix-ops)
(#207) Missing whitespace after semicolon. (semi-spacing)
(#207) Operator '=' must be spaced. (space-infix-ops)
(#207) Missing whitespace after semicolon. (semi-spacing)
(#207) Operator '=' must be spaced. (space-infix-ops)
(#207) Missing whitespace after semicolon. (semi-spacing)
(#207) Requires a space before '}'. (block-spacing)
(#207) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#207) Missing semicolon. (semi)
(#207) A space is required after ','. (comma-spacing)
(#207) Missing space before value for key 'equal'. (key-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Requires a space after '{'. (block-spacing)
(#207) Statement inside of curly braces should be on next line. (brace-style)
(#207) Missing space before opening brace. (space-before-blocks)
(#207) Operator '===' must be spaced. (space-infix-ops)
(#207) Operator '||' must be spaced. (space-infix-ops)
(#207) Operator '>' must be spaced. (space-infix-ops)
(#207) Operator '-' must be spaced. (space-infix-ops)
(#207) Operator '&&' must be spaced. (space-infix-ops)
(#207) Operator '>' must be spaced. (space-infix-ops)
(#207) Operator '-' must be spaced. (space-infix-ops)
(#207) Operator '&&' must be spaced. (space-infix-ops)
(#207) Operator '>' must be spaced. (space-infix-ops)
(#207) Operator '-' must be spaced. (space-infix-ops)
(#207) Operator '&&' must be spaced. (space-infix-ops)
(#207) Operator '>' must be spaced. (space-infix-ops)
(#207) Operator '-' must be spaced. (space-infix-ops)
(#207) Operator '&&' must be spaced. (space-infix-ops)
(#207) Operator '>' must be spaced. (space-infix-ops)
(#207) Operator '-' must be spaced. (space-infix-ops)
(#207) Operator '&&' must be spaced. (space-infix-ops)
(#207) Operator '>' must be spaced. (space-infix-ops)
(#207) Operator '-' must be spaced. (space-infix-ops)
(#207) Operator '&&' must be spaced. (space-infix-ops)
(#207) Operator '>' must be spaced. (space-infix-ops)
(#207) Operator '-' must be spaced. (space-infix-ops)
(#207) Operator '&&' must be spaced. (space-infix-ops)
(#207) Operator '>' must be spaced. (space-infix-ops)
(#207) Operator '-' must be spaced. (space-infix-ops)
(#207) Operator '&&' must be spaced. (space-infix-ops)
(#207) Operator '>' must be spaced. (space-infix-ops)
(#207) Operator '-' must be spaced. (space-infix-ops)
(#207) Operator '&&' must be spaced. (space-infix-ops)
(#207) Operator '>' must be spaced. (space-infix-ops)
(#207) Operator '-' must be spaced. (space-infix-ops)
(#207) Operator '&&' must be spaced. (space-infix-ops)
(#207) Operator '>' must be spaced. (space-infix-ops)
(#207) Operator '-' must be spaced. (space-infix-ops)
(#207) Operator '&&' must be spaced. (space-infix-ops)
(#207) Operator '>' must be spaced. (space-infix-ops)
(#208) This line has a length of 510. Maximum allowed is 132. (max-len)
(#208) Operator '-' must be spaced. (space-infix-ops)
(#208) Operator '&&' must be spaced. (space-infix-ops)
(#208) Operator '>' must be spaced. (space-infix-ops)
(#208) Operator '-' must be spaced. (space-infix-ops)
(#208) Operator '&&' must be spaced. (space-infix-ops)
(#208) Operator '>' must be spaced. (space-infix-ops)
(#208) Operator '-' must be spaced. (space-infix-ops)
(#208) Operator '&&' must be spaced. (space-infix-ops)
(#208) Operator '>' must be spaced. (space-infix-ops)
(#208) Operator '-' must be spaced. (space-infix-ops)
(#208) Operator '&&' must be spaced. (space-infix-ops)
(#208) Operator '>' must be spaced. (space-infix-ops)
(#208) Operator '-' must be spaced. (space-infix-ops)
(#208) Requires a space before '}'. (block-spacing)
(#208) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#208) Missing semicolon. (semi)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key 'identity'. (key-spacing)
(#208) Requires a space after '{'. (block-spacing)
(#208) Statement inside of curly braces should be on next line. (brace-style)
(#208) Missing space before opening brace. (space-before-blocks)
(#208) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#208) Operator '||' must be spaced. (space-infix-ops)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) This line has 36 statements. Maximum allowed is 2. (max-statements-per-line)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) Requires a space before '}'. (block-spacing)
(#208) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#208) Missing semicolon. (semi)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key 'transpose'. (key-spacing)
(#208) A space is required after ','. (comma-spacing)
(#208) Requires a space after '{'. (block-spacing)
(#208) Statement inside of curly braces should be on next line. (brace-style)
(#208) Missing space before opening brace. (space-before-blocks)
(#208) Expected space(s) after "if". (keyword-spacing)
(#208) Operator '||' must be spaced. (space-infix-ops)
(#208) Operator '===' must be spaced. (space-infix-ops)
(#208) Requires a space after '{'. (block-spacing)
(#208) Statement inside of curly braces should be on next line. (brace-style)
(#208) Missing space before opening brace. (space-before-blocks)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) A space is required after ','. (comma-spacing)
(#208) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) A space is required after ','. (comma-spacing)
(#208) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) A space is required after ','. (comma-spacing)
(#208) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) A space is required after ','. (comma-spacing)
(#208) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) Requires a space before '}'. (block-spacing)
(#208) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#208) Missing semicolon. (semi)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#209) This line has a length of 501. Maximum allowed is 132. (max-len)
(#209) Missing whitespace after semicolon. (semi-spacing)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) Missing whitespace after semicolon. (semi-spacing)
(#209) This line has 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) Missing whitespace after semicolon. (semi-spacing)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) Missing whitespace after semicolon. (semi-spacing)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) Missing whitespace after semicolon. (semi-spacing)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) Missing whitespace after semicolon. (semi-spacing)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) Missing whitespace after semicolon. (semi-spacing)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) Missing whitespace after semicolon. (semi-spacing)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) Missing whitespace after semicolon. (semi-spacing)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) Missing whitespace after semicolon. (semi-spacing)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) Missing whitespace after semicolon. (semi-spacing)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) Missing whitespace after semicolon. (semi-spacing)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) Missing whitespace after semicolon. (semi-spacing)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) Missing whitespace after semicolon. (semi-spacing)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) Missing whitespace after semicolon. (semi-spacing)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) Missing whitespace after semicolon. (semi-spacing)
(#209) Requires a space before '}'. (block-spacing)
(#209) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#209) Missing semicolon. (semi)
(#209) A space is required after ','. (comma-spacing)
(#209) Missing space before value for key 'determinant'. (key-spacing)
(#209) Requires a space after '{'. (block-spacing)
(#209) Statement inside of curly braces should be on next line. (brace-style)
(#209) Missing space before opening brace. (space-before-blocks)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) A space is required after ','. (comma-spacing)
(#209) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) A space is required after ','. (comma-spacing)
(#209) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) A space is required after ','. (comma-spacing)
(#209) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) A space is required after ','. (comma-spacing)
(#209) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) A space is required after ','. (comma-spacing)
(#209) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) A space is required after ','. (comma-spacing)
(#209) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) A space is required after ','. (comma-spacing)
(#209) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) A space is required after ','. (comma-spacing)
(#209) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) A space is required after ','. (comma-spacing)
(#209) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) A space is required after ','. (comma-spacing)
(#209) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) A space is required after ','. (comma-spacing)
(#209) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) A space is required after ','. (comma-spacing)
(#209) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) A space is required after ','. (comma-spacing)
(#209) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) A space is required after ','. (comma-spacing)
(#209) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) Missing whitespace after semicolon. (semi-spacing)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) Missing whitespace after semicolon. (semi-spacing)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '-' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '-' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '+' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '+' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '-' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '-' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '+' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '+' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '-' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '-' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '+' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '+' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '-' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '-' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '+' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '+' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '-' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '-' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#209) Operator '*' must be spaced. (space-infix-ops)
(#210) This line has a length of 502. Maximum allowed is 132. (max-len)
(#210) Operator '+' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '+' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '-' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '-' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '+' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Requires a space before '}'. (block-spacing)
(#210) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#210) Missing semicolon. (semi)
(#210) A space is required after ','. (comma-spacing)
(#210) Missing space before value for key 'inverse'. (key-spacing)
(#210) A space is required after ','. (comma-spacing)
(#210) Requires a space after '{'. (block-spacing)
(#210) Statement inside of curly braces should be on next line. (brace-style)
(#210) Missing space before opening brace. (space-before-blocks)
(#210) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#210) Operator '||' must be spaced. (space-infix-ops)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) Missing whitespace after semicolon. (semi-spacing)
(#210) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) A space is required after ','. (comma-spacing)
(#210) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) A space is required after ','. (comma-spacing)
(#210) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) A space is required after ','. (comma-spacing)
(#210) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) A space is required after ','. (comma-spacing)
(#210) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) A space is required after ','. (comma-spacing)
(#210) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) A space is required after ','. (comma-spacing)
(#210) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) A space is required after ','. (comma-spacing)
(#210) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) A space is required after ','. (comma-spacing)
(#210) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) A space is required after ','. (comma-spacing)
(#210) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) A space is required after ','. (comma-spacing)
(#210) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) A space is required after ','. (comma-spacing)
(#210) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) A space is required after ','. (comma-spacing)
(#210) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) A space is required after ','. (comma-spacing)
(#210) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) A space is required after ','. (comma-spacing)
(#210) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) Missing whitespace after semicolon. (semi-spacing)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) Missing whitespace after semicolon. (semi-spacing)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '-' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) A space is required after ','. (comma-spacing)
(#210) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '-' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) A space is required after ','. (comma-spacing)
(#210) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '-' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) A space is required after ','. (comma-spacing)
(#210) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '-' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) A space is required after ','. (comma-spacing)
(#210) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '-' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) A space is required after ','. (comma-spacing)
(#210) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '-' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) A space is required after ','. (comma-spacing)
(#210) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '-' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) A space is required after ','. (comma-spacing)
(#210) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '-' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) A space is required after ','. (comma-spacing)
(#210) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '-' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) A space is required after ','. (comma-spacing)
(#210) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '-' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) A space is required after ','. (comma-spacing)
(#210) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '-' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) A space is required after ','. (comma-spacing)
(#210) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '-' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) A space is required after ','. (comma-spacing)
(#210) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '-' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '+' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '+' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '-' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '+' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Missing whitespace after semicolon. (semi-spacing)
(#210) Expected space(s) after "if". (keyword-spacing)
(#210) Expected { after 'if' condition. (curly)
(#210) Expected space(s) before "return". (keyword-spacing)
(#210) Missing whitespace after semicolon. (semi-spacing)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) Operator '/' must be spaced. (space-infix-ops)
(#210) Missing whitespace after semicolon. (semi-spacing)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '-' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '+' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Missing whitespace after semicolon. (semi-spacing)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '+' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '-' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Missing whitespace after semicolon. (semi-spacing)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '-' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '+' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Missing whitespace after semicolon. (semi-spacing)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#210) Operator '+' must be spaced. (space-infix-ops)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#211) This line has a length of 505. Maximum allowed is 132. (max-len)
(#211) Operator '-' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Missing whitespace after semicolon. (semi-spacing)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '+' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '-' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Missing whitespace after semicolon. (semi-spacing)
(#211) This line has 27 statements. Maximum allowed is 2. (max-statements-per-line)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '-' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '+' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Missing whitespace after semicolon. (semi-spacing)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '+' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '-' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Missing whitespace after semicolon. (semi-spacing)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '-' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '+' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Missing whitespace after semicolon. (semi-spacing)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '-' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '+' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Missing whitespace after semicolon. (semi-spacing)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '+' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '-' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Missing whitespace after semicolon. (semi-spacing)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '-' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '+' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Missing whitespace after semicolon. (semi-spacing)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '+' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '-' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Missing whitespace after semicolon. (semi-spacing)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '+' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '-' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Missing whitespace after semicolon. (semi-spacing)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '-' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '+' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Missing whitespace after semicolon. (semi-spacing)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '+' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '-' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Missing whitespace after semicolon. (semi-spacing)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '-' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '+' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Operator '*' must be spaced. (space-infix-ops)
(#211) Missing whitespace after semicolon. (semi-spacing)
(#211) Requires a space before '}'. (block-spacing)
(#211) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#211) Missing semicolon. (semi)
(#211) A space is required after ','. (comma-spacing)
(#211) Missing space before value for key 'toRotationMat'. (key-spacing)
(#211) A space is required after ','. (comma-spacing)
(#211) Requires a space after '{'. (block-spacing)
(#211) Statement inside of curly braces should be on next line. (brace-style)
(#211) Missing space before opening brace. (space-before-blocks)
(#211) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#211) Operator '||' must be spaced. (space-infix-ops)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) Missing whitespace after semicolon. (semi-spacing)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) Missing whitespace after semicolon. (semi-spacing)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) Missing whitespace after semicolon. (semi-spacing)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) Missing whitespace after semicolon. (semi-spacing)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) Missing whitespace after semicolon. (semi-spacing)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) Missing whitespace after semicolon. (semi-spacing)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) Missing whitespace after semicolon. (semi-spacing)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) Missing whitespace after semicolon. (semi-spacing)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) Missing whitespace after semicolon. (semi-spacing)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) Missing whitespace after semicolon. (semi-spacing)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) Missing whitespace after semicolon. (semi-spacing)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) Missing whitespace after semicolon. (semi-spacing)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#212) This line has a length of 501. Maximum allowed is 132. (max-len)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) This line has 32 statements. Maximum allowed is 2. (max-statements-per-line)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Requires a space before '}'. (block-spacing)
(#212) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#212) Missing semicolon. (semi)
(#212) A space is required after ','. (comma-spacing)
(#212) Missing space before value for key 'toMat3'. (key-spacing)
(#212) A space is required after ','. (comma-spacing)
(#212) Requires a space after '{'. (block-spacing)
(#212) Statement inside of curly braces should be on next line. (brace-style)
(#212) Missing space before opening brace. (space-before-blocks)
(#212) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#212) Operator '||' must be spaced. (space-infix-ops)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Requires a space before '}'. (block-spacing)
(#212) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#212) Missing semicolon. (semi)
(#212) A space is required after ','. (comma-spacing)
(#212) Missing space before value for key 'toInverseMat3'. (key-spacing)
(#212) A space is required after ','. (comma-spacing)
(#212) Requires a space after '{'. (block-spacing)
(#212) Statement inside of curly braces should be on next line. (brace-style)
(#212) Missing space before opening brace. (space-before-blocks)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) A space is required after ','. (comma-spacing)
(#212) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) A space is required after ','. (comma-spacing)
(#212) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) A space is required after ','. (comma-spacing)
(#212) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) A space is required after ','. (comma-spacing)
(#212) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) A space is required after ','. (comma-spacing)
(#212) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) A space is required after ','. (comma-spacing)
(#212) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) A space is required after ','. (comma-spacing)
(#212) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Operator '*' must be spaced. (space-infix-ops)
(#212) Operator '-' must be spaced. (space-infix-ops)
(#212) Operator '*' must be spaced. (space-infix-ops)
(#212) A space is required after ','. (comma-spacing)
(#212) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Operator '*' must be spaced. (space-infix-ops)
(#212) Operator '+' must be spaced. (space-infix-ops)
(#212) Operator '*' must be spaced. (space-infix-ops)
(#212) A space is required after ','. (comma-spacing)
(#212) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Operator '*' must be spaced. (space-infix-ops)
(#212) Operator '-' must be spaced. (space-infix-ops)
(#212) Operator '*' must be spaced. (space-infix-ops)
(#212) A space is required after ','. (comma-spacing)
(#212) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Operator '*' must be spaced. (space-infix-ops)
(#212) Operator '+' must be spaced. (space-infix-ops)
(#212) Operator '*' must be spaced. (space-infix-ops)
(#212) Operator '+' must be spaced. (space-infix-ops)
(#212) Operator '*' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Expected space(s) after "if". (keyword-spacing)
(#212) Expected { after 'if' condition. (curly)
(#212) Expected space(s) before "return". (keyword-spacing)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Operator '/' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#212) Operator '||' must be spaced. (space-infix-ops)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Operator '*' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Operator '*' must be spaced. (space-infix-ops)
(#212) Operator '+' must be spaced. (space-infix-ops)
(#212) Operator '*' must be spaced. (space-infix-ops)
(#212) Operator '*' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Operator '*' must be spaced. (space-infix-ops)
(#212) Operator '-' must be spaced. (space-infix-ops)
(#212) Operator '*' must be spaced. (space-infix-ops)
(#212) Operator '*' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Operator '*' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Operator '*' must be spaced. (space-infix-ops)
(#212) Operator '-' must be spaced. (space-infix-ops)
(#212) Operator '*' must be spaced. (space-infix-ops)
(#212) Operator '*' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Operator '*' must be spaced. (space-infix-ops)
(#212) Operator '+' must be spaced. (space-infix-ops)
(#212) Operator '*' must be spaced. (space-infix-ops)
(#212) Operator '*' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Operator '*' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Operator '*' must be spaced. (space-infix-ops)
(#212) Operator '+' must be spaced. (space-infix-ops)
(#212) Operator '*' must be spaced. (space-infix-ops)
(#212) Operator '*' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Operator '*' must be spaced. (space-infix-ops)
(#213) This line has a length of 502. Maximum allowed is 132. (max-len)
(#213) Operator '-' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) Requires a space before '}'. (block-spacing)
(#213) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#213) Missing semicolon. (semi)
(#213) A space is required after ','. (comma-spacing)
(#213) Missing space before value for key 'multiply'. (key-spacing)
(#213) A space is required after ','. (comma-spacing)
(#213) A space is required after ','. (comma-spacing)
(#213) Requires a space after '{'. (block-spacing)
(#213) Statement inside of curly braces should be on next line. (brace-style)
(#213) Missing space before opening brace. (space-before-blocks)
(#213) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#213) This line has 23 statements. Maximum allowed is 2. (max-statements-per-line)
(#213) Operator '||' must be spaced. (space-infix-ops)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) A space is required after ','. (comma-spacing)
(#213) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) A space is required after ','. (comma-spacing)
(#213) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) A space is required after ','. (comma-spacing)
(#213) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) A space is required after ','. (comma-spacing)
(#213) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) A space is required after ','. (comma-spacing)
(#213) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) A space is required after ','. (comma-spacing)
(#213) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) A space is required after ','. (comma-spacing)
(#213) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) A space is required after ','. (comma-spacing)
(#213) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) A space is required after ','. (comma-spacing)
(#213) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) A space is required after ','. (comma-spacing)
(#213) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) A space is required after ','. (comma-spacing)
(#213) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) A space is required after ','. (comma-spacing)
(#213) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) A space is required after ','. (comma-spacing)
(#213) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) A space is required after ','. (comma-spacing)
(#213) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) A space is required after ','. (comma-spacing)
(#213) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) A space is required after ','. (comma-spacing)
(#213) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) A space is required after ','. (comma-spacing)
(#213) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Operator '+' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Operator '+' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Operator '+' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Operator '+' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Operator '+' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Operator '+' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Operator '+' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Operator '+' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Operator '+' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Operator '+' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Operator '+' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Operator '+' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Operator '+' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Operator '+' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Operator '+' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Operator '+' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Operator '+' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Operator '+' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Operator '+' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Operator '+' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Operator '+' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Operator '+' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Operator '+' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Operator '+' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#213) Operator '+' must be spaced. (space-infix-ops)
(#213) Operator '*' must be spaced. (space-infix-ops)
(#214) This line has a length of 504. Maximum allowed is 132. (max-len)
(#214) Operator '+' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Operator '+' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Operator '=' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Operator '+' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Operator '+' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Operator '+' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) This line has 24 statements. Maximum allowed is 2. (max-statements-per-line)
(#214) Operator '=' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Operator '+' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Operator '+' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Operator '+' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Operator '=' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Operator '+' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Operator '+' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Operator '+' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Operator '=' must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Operator '=' must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Operator '=' must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Operator '=' must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Operator '=' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Operator '+' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Operator '+' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Operator '+' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Operator '=' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Operator '+' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Operator '+' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Operator '+' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Operator '=' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Operator '+' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Operator '+' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Operator '+' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Operator '=' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Operator '+' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Operator '+' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Operator '+' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Requires a space before '}'. (block-spacing)
(#214) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#214) Missing semicolon. (semi)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key 'multiplyVec3'. (key-spacing)
(#214) A space is required after ','. (comma-spacing)
(#214) A space is required after ','. (comma-spacing)
(#214) Requires a space after '{'. (block-spacing)
(#214) Statement inside of curly braces should be on next line. (brace-style)
(#214) Missing space before opening brace. (space-before-blocks)
(#214) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#214) Operator '||' must be spaced. (space-infix-ops)
(#214) Operator '=' must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Operator '=' must be spaced. (space-infix-ops)
(#214) A space is required after ','. (comma-spacing)
(#214) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#214) Operator '=' must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Operator '=' must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Operator '=' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Operator '+' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Operator '+' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Operator '+' must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Operator '=' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Operator '+' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Operator '+' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Operator '+' must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Operator '=' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Operator '+' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Operator '+' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Operator '+' must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Requires a space before '}'. (block-spacing)
(#214) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#214) Missing semicolon. (semi)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key 'multiplyVec4'. (key-spacing)
(#214) A space is required after ','. (comma-spacing)
(#214) A space is required after ','. (comma-spacing)
(#214) Requires a space after '{'. (block-spacing)
(#214) Statement inside of curly braces should be on next line. (brace-style)
(#214) Missing space before opening brace. (space-before-blocks)
(#214) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#214) Operator '||' must be spaced. (space-infix-ops)
(#214) Operator '=' must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Operator '=' must be spaced. (space-infix-ops)
(#214) A space is required after ','. (comma-spacing)
(#214) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#214) Operator '=' must be spaced. (space-infix-ops)
(#214) A space is required after ','. (comma-spacing)
(#214) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#214) Operator '=' must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Operator '=' must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Operator '=' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#214) Operator '+' must be spaced. (space-infix-ops)
(#214) Operator '*' must be spaced. (space-infix-ops)
(#215) This line has a length of 501. Maximum allowed is 132. (max-len)
(#215) Operator '+' must be spaced. (space-infix-ops)
(#215) Operator '*' must be spaced. (space-infix-ops)
(#215) Operator '+' must be spaced. (space-infix-ops)
(#215) Operator '*' must be spaced. (space-infix-ops)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Operator '*' must be spaced. (space-infix-ops)
(#215) Operator '+' must be spaced. (space-infix-ops)
(#215) Operator '*' must be spaced. (space-infix-ops)
(#215) Operator '+' must be spaced. (space-infix-ops)
(#215) Operator '*' must be spaced. (space-infix-ops)
(#215) Operator '+' must be spaced. (space-infix-ops)
(#215) Operator '*' must be spaced. (space-infix-ops)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) This line has 24 statements. Maximum allowed is 2. (max-statements-per-line)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Operator '*' must be spaced. (space-infix-ops)
(#215) Operator '+' must be spaced. (space-infix-ops)
(#215) Operator '*' must be spaced. (space-infix-ops)
(#215) Operator '+' must be spaced. (space-infix-ops)
(#215) Operator '*' must be spaced. (space-infix-ops)
(#215) Operator '+' must be spaced. (space-infix-ops)
(#215) Operator '*' must be spaced. (space-infix-ops)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Operator '*' must be spaced. (space-infix-ops)
(#215) Operator '+' must be spaced. (space-infix-ops)
(#215) Operator '*' must be spaced. (space-infix-ops)
(#215) Operator '+' must be spaced. (space-infix-ops)
(#215) Operator '*' must be spaced. (space-infix-ops)
(#215) Operator '+' must be spaced. (space-infix-ops)
(#215) Operator '*' must be spaced. (space-infix-ops)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) Requires a space before '}'. (block-spacing)
(#215) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#215) Missing semicolon. (semi)
(#215) A space is required after ','. (comma-spacing)
(#215) Missing space before value for key 'translate'. (key-spacing)
(#215) A space is required after ','. (comma-spacing)
(#215) A space is required after ','. (comma-spacing)
(#215) Requires a space after '{'. (block-spacing)
(#215) Statement inside of curly braces should be on next line. (brace-style)
(#215) Missing space before opening brace. (space-before-blocks)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) A space is required after ','. (comma-spacing)
(#215) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) Expected space(s) after "if". (keyword-spacing)
(#215) Operator '||' must be spaced. (space-infix-ops)
(#215) Operator '===' must be spaced. (space-infix-ops)
(#215) Expected { after 'if' condition. (curly)
(#215) Expected space(s) before "return". (keyword-spacing)
(#215) Return statement should not contain assignment. (no-return-assign)
(#215) Return statement should not contain assignment. (no-return-assign)
(#215) Return statement should not contain assignment. (no-return-assign)
(#215) Return statement should not contain assignment. (no-return-assign)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Operator '*' must be spaced. (space-infix-ops)
(#215) Operator '+' must be spaced. (space-infix-ops)
(#215) Operator '*' must be spaced. (space-infix-ops)
(#215) Operator '+' must be spaced. (space-infix-ops)
(#215) Operator '*' must be spaced. (space-infix-ops)
(#215) Operator '+' must be spaced. (space-infix-ops)
(#215) Unexpected use of comma operator. (no-sequences)
(#215) A space is required after ','. (comma-spacing)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Operator '*' must be spaced. (space-infix-ops)
(#215) Operator '+' must be spaced. (space-infix-ops)
(#215) Operator '*' must be spaced. (space-infix-ops)
(#215) Operator '+' must be spaced. (space-infix-ops)
(#215) Operator '*' must be spaced. (space-infix-ops)
(#215) Operator '+' must be spaced. (space-infix-ops)
(#215) A space is required after ','. (comma-spacing)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Operator '*' must be spaced. (space-infix-ops)
(#215) Operator '+' must be spaced. (space-infix-ops)
(#215) Operator '*' must be spaced. (space-infix-ops)
(#215) Operator '+' must be spaced. (space-infix-ops)
(#215) Operator '*' must be spaced. (space-infix-ops)
(#215) Operator '+' must be spaced. (space-infix-ops)
(#215) A space is required after ','. (comma-spacing)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Operator '*' must be spaced. (space-infix-ops)
(#215) Operator '+' must be spaced. (space-infix-ops)
(#215) Operator '*' must be spaced. (space-infix-ops)
(#215) Operator '+' must be spaced. (space-infix-ops)
(#215) Operator '*' must be spaced. (space-infix-ops)
(#215) Operator '+' must be spaced. (space-infix-ops)
(#215) A space is required after ','. (comma-spacing)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#216) This line has a length of 505. Maximum allowed is 132. (max-len)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) This line has 31 statements. Maximum allowed is 2. (max-statements-per-line)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) Operator '*' must be spaced. (space-infix-ops)
(#216) Operator '+' must be spaced. (space-infix-ops)
(#216) Operator '*' must be spaced. (space-infix-ops)
(#216) Operator '+' must be spaced. (space-infix-ops)
(#216) Operator '*' must be spaced. (space-infix-ops)
(#216) Operator '+' must be spaced. (space-infix-ops)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) Operator '*' must be spaced. (space-infix-ops)
(#216) Operator '+' must be spaced. (space-infix-ops)
(#216) Operator '*' must be spaced. (space-infix-ops)
(#216) Operator '+' must be spaced. (space-infix-ops)
(#216) Operator '*' must be spaced. (space-infix-ops)
(#216) Operator '+' must be spaced. (space-infix-ops)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) Operator '*' must be spaced. (space-infix-ops)
(#216) Operator '+' must be spaced. (space-infix-ops)
(#216) Operator '*' must be spaced. (space-infix-ops)
(#216) Operator '+' must be spaced. (space-infix-ops)
(#216) Operator '*' must be spaced. (space-infix-ops)
(#216) Operator '+' must be spaced. (space-infix-ops)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) Operator '*' must be spaced. (space-infix-ops)
(#216) Operator '+' must be spaced. (space-infix-ops)
(#216) Operator '*' must be spaced. (space-infix-ops)
(#216) Operator '+' must be spaced. (space-infix-ops)
(#216) Operator '*' must be spaced. (space-infix-ops)
(#216) Operator '+' must be spaced. (space-infix-ops)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Requires a space before '}'. (block-spacing)
(#216) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#216) Missing semicolon. (semi)
(#216) A space is required after ','. (comma-spacing)
(#216) Missing space before value for key 'scale'. (key-spacing)
(#216) A space is required after ','. (comma-spacing)
(#216) A space is required after ','. (comma-spacing)
(#216) Requires a space after '{'. (block-spacing)
(#216) Statement inside of curly braces should be on next line. (brace-style)
(#216) Missing space before opening brace. (space-before-blocks)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) A space is required after ','. (comma-spacing)
(#216) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Expected space(s) after "if". (keyword-spacing)
(#216) Operator '||' must be spaced. (space-infix-ops)
(#216) Operator '===' must be spaced. (space-infix-ops)
(#216) Expected { after 'if' condition. (curly)
(#216) Expected space(s) before "return". (keyword-spacing)
(#216) Return statement should not contain assignment. (no-return-assign)
(#216) Return statement should not contain assignment. (no-return-assign)
(#216) Return statement should not contain assignment. (no-return-assign)
(#216) Return statement should not contain assignment. (no-return-assign)
(#216) Return statement should not contain assignment. (no-return-assign)
(#216) Return statement should not contain assignment. (no-return-assign)
(#216) Return statement should not contain assignment. (no-return-assign)
(#216) Return statement should not contain assignment. (no-return-assign)
(#216) Return statement should not contain assignment. (no-return-assign)
(#216) Return statement should not contain assignment. (no-return-assign)
(#216) Return statement should not contain assignment. (no-return-assign)
(#216) Return statement should not contain assignment. (no-return-assign)
(#216) Operator '*=' must be spaced. (space-infix-ops)
(#216) Unexpected use of comma operator. (no-sequences)
(#216) A space is required after ','. (comma-spacing)
(#216) Operator '*=' must be spaced. (space-infix-ops)
(#216) A space is required after ','. (comma-spacing)
(#216) Operator '*=' must be spaced. (space-infix-ops)
(#216) A space is required after ','. (comma-spacing)
(#216) Operator '*=' must be spaced. (space-infix-ops)
(#216) A space is required after ','. (comma-spacing)
(#216) Operator '*=' must be spaced. (space-infix-ops)
(#216) A space is required after ','. (comma-spacing)
(#216) Operator '*=' must be spaced. (space-infix-ops)
(#216) A space is required after ','. (comma-spacing)
(#216) Operator '*=' must be spaced. (space-infix-ops)
(#216) A space is required after ','. (comma-spacing)
(#216) Operator '*=' must be spaced. (space-infix-ops)
(#216) A space is required after ','. (comma-spacing)
(#216) Operator '*=' must be spaced. (space-infix-ops)
(#216) A space is required after ','. (comma-spacing)
(#216) Operator '*=' must be spaced. (space-infix-ops)
(#216) A space is required after ','. (comma-spacing)
(#216) Operator '*=' must be spaced. (space-infix-ops)
(#216) A space is required after ','. (comma-spacing)
(#216) Operator '*=' must be spaced. (space-infix-ops)
(#216) A space is required after ','. (comma-spacing)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) Operator '*' must be spaced. (space-infix-ops)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) Operator '*' must be spaced. (space-infix-ops)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) Operator '*' must be spaced. (space-infix-ops)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) Operator '*' must be spaced. (space-infix-ops)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) Operator '*' must be spaced. (space-infix-ops)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) Operator '*' must be spaced. (space-infix-ops)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) Operator '*' must be spaced. (space-infix-ops)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) Operator '*' must be spaced. (space-infix-ops)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) Operator '*' must be spaced. (space-infix-ops)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) Operator '*' must be spaced. (space-infix-ops)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) Operator '*' must be spaced. (space-infix-ops)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) Operator '*' must be spaced. (space-infix-ops)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#217) This line has a length of 504. Maximum allowed is 132. (max-len)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) This line has 34 statements. Maximum allowed is 2. (max-statements-per-line)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Requires a space before '}'. (block-spacing)
(#217) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#217) Missing semicolon. (semi)
(#217) A space is required after ','. (comma-spacing)
(#217) Missing space before value for key 'rotate'. (key-spacing)
(#217) A space is required after ','. (comma-spacing)
(#217) A space is required after ','. (comma-spacing)
(#217) A space is required after ','. (comma-spacing)
(#217) Requires a space after '{'. (block-spacing)
(#217) Statement inside of curly braces should be on next line. (brace-style)
(#217) Missing space before opening brace. (space-before-blocks)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) A space is required after ','. (comma-spacing)
(#217) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Operator '*' must be spaced. (space-infix-ops)
(#217) Operator '+' must be spaced. (space-infix-ops)
(#217) Operator '*' must be spaced. (space-infix-ops)
(#217) Operator '+' must be spaced. (space-infix-ops)
(#217) Operator '*' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Expected space(s) after "if". (keyword-spacing)
(#217) Expected { after 'if' condition. (curly)
(#217) Expected space(s) before "return". (keyword-spacing)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#217) Operator '!==' must be spaced. (space-infix-ops)
(#217) Operator '&&' must be spaced. (space-infix-ops)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Operator '/' must be spaced. (space-infix-ops)
(#217) A space is required after ','. (comma-spacing)
(#217) Operator '*=' must be spaced. (space-infix-ops)
(#217) A space is required after ','. (comma-spacing)
(#217) Operator '*=' must be spaced. (space-infix-ops)
(#217) A space is required after ','. (comma-spacing)
(#217) Operator '*=' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Operator '-' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Operator '*' must be spaced. (space-infix-ops)
(#217) Operator '*' must be spaced. (space-infix-ops)
(#217) Operator '+' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Operator '*' must be spaced. (space-infix-ops)
(#217) Operator '*' must be spaced. (space-infix-ops)
(#217) Operator '+' must be spaced. (space-infix-ops)
(#217) Operator '*' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Operator '*' must be spaced. (space-infix-ops)
(#217) Operator '*' must be spaced. (space-infix-ops)
(#217) Operator '-' must be spaced. (space-infix-ops)
(#217) Operator '*' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Operator '*' must be spaced. (space-infix-ops)
(#217) Operator '*' must be spaced. (space-infix-ops)
(#217) Operator '-' must be spaced. (space-infix-ops)
(#217) Operator '*' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Operator '*' must be spaced. (space-infix-ops)
(#217) Operator '*' must be spaced. (space-infix-ops)
(#217) Operator '+' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Operator '*' must be spaced. (space-infix-ops)
(#217) Operator '*' must be spaced. (space-infix-ops)
(#217) Operator '+' must be spaced. (space-infix-ops)
(#217) Operator '*' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Operator '*' must be spaced. (space-infix-ops)
(#217) Operator '*' must be spaced. (space-infix-ops)
(#217) Operator '+' must be spaced. (space-infix-ops)
(#217) Operator '*' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Operator '*' must be spaced. (space-infix-ops)
(#217) Operator '*' must be spaced. (space-infix-ops)
(#217) Operator '-' must be spaced. (space-infix-ops)
(#217) Operator '*' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Operator '*' must be spaced. (space-infix-ops)
(#217) Operator '*' must be spaced. (space-infix-ops)
(#217) Operator '+' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#217) Operator '?' must be spaced. (space-infix-ops)
(#217) Operator '!==' must be spaced. (space-infix-ops)
(#217) Operator '&&' must be spaced. (space-infix-ops)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#218) This line has a length of 501. Maximum allowed is 132. (max-len)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) A space is required after ','. (comma-spacing)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) A space is required after ','. (comma-spacing)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) Operator ':' must be spaced. (space-infix-ops)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Operator '+' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Operator '+' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Operator '+' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Operator '+' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Operator '+' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Operator '+' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Operator '+' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Operator '+' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Operator '+' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Operator '+' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Operator '+' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Operator '+' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Operator '+' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Operator '+' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Operator '+' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Operator '+' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Operator '+' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Operator '+' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Operator '+' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Operator '+' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Operator '+' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Operator '+' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Operator '+' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Operator '+' must be spaced. (space-infix-ops)
(#218) Operator '*' must be spaced. (space-infix-ops)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) Requires a space before '}'. (block-spacing)
(#218) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#218) Missing semicolon. (semi)
(#218) A space is required after ','. (comma-spacing)
(#218) Missing space before value for key 'rotateX'. (key-spacing)
(#218) A space is required after ','. (comma-spacing)
(#218) A space is required after ','. (comma-spacing)
(#218) Requires a space after '{'. (block-spacing)
(#218) Statement inside of curly braces should be on next line. (brace-style)
(#218) Missing space before opening brace. (space-before-blocks)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) A space is required after ','. (comma-spacing)
(#218) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) A space is required after ','. (comma-spacing)
(#218) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) A space is required after ','. (comma-spacing)
(#218) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) A space is required after ','. (comma-spacing)
(#218) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) A space is required after ','. (comma-spacing)
(#218) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) A space is required after ','. (comma-spacing)
(#218) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) A space is required after ','. (comma-spacing)
(#218) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#218) Operator '?' must be spaced. (space-infix-ops)
(#218) Operator '!==' must be spaced. (space-infix-ops)
(#218) Operator '&&' must be spaced. (space-infix-ops)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) A space is required after ','. (comma-spacing)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) A space is required after ','. (comma-spacing)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) A space is required after ','. (comma-spacing)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) A space is required after ','. (comma-spacing)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) A space is required after ','. (comma-spacing)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#218) A space is required after ','. (comma-spacing)
(#218) Operator '=' must be spaced. (space-infix-ops)
(#219) This line has a length of 503. Maximum allowed is 132. (max-len)
(#219) A space is required after ','. (comma-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Operator ':' must be spaced. (space-infix-ops)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Operator '+' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) This line has 23 statements. Maximum allowed is 2. (max-statements-per-line)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Operator '+' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Operator '+' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Operator '+' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Operator '+' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Operator '+' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Operator '+' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Operator '+' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) Requires a space before '}'. (block-spacing)
(#219) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#219) Missing semicolon. (semi)
(#219) A space is required after ','. (comma-spacing)
(#219) Missing space before value for key 'rotateY'. (key-spacing)
(#219) A space is required after ','. (comma-spacing)
(#219) A space is required after ','. (comma-spacing)
(#219) Requires a space after '{'. (block-spacing)
(#219) Statement inside of curly braces should be on next line. (brace-style)
(#219) Missing space before opening brace. (space-before-blocks)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) A space is required after ','. (comma-spacing)
(#219) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) A space is required after ','. (comma-spacing)
(#219) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) A space is required after ','. (comma-spacing)
(#219) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) A space is required after ','. (comma-spacing)
(#219) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) A space is required after ','. (comma-spacing)
(#219) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) A space is required after ','. (comma-spacing)
(#219) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) A space is required after ','. (comma-spacing)
(#219) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#219) Operator '?' must be spaced. (space-infix-ops)
(#219) Operator '!==' must be spaced. (space-infix-ops)
(#219) Operator '&&' must be spaced. (space-infix-ops)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) A space is required after ','. (comma-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) A space is required after ','. (comma-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) A space is required after ','. (comma-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) A space is required after ','. (comma-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) A space is required after ','. (comma-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) A space is required after ','. (comma-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) A space is required after ','. (comma-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Operator ':' must be spaced. (space-infix-ops)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Operator '+' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Operator '+' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Operator '+' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Operator '+' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Operator '+' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Operator '+' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Operator '+' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Operator '+' must be spaced. (space-infix-ops)
(#219) Operator '*' must be spaced. (space-infix-ops)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) Requires a space before '}'. (block-spacing)
(#219) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#219) Missing semicolon. (semi)
(#219) A space is required after ','. (comma-spacing)
(#219) Missing space before value for key 'rotateZ'. (key-spacing)
(#220) This line has a length of 505. Maximum allowed is 132. (max-len)
(#220) A space is required after ','. (comma-spacing)
(#220) Requires a space after '{'. (block-spacing)
(#220) Statement inside of curly braces should be on next line. (brace-style)
(#220) Missing space before opening brace. (space-before-blocks)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) This line has 27 statements. Maximum allowed is 2. (max-statements-per-line)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) A space is required after ','. (comma-spacing)
(#220) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) A space is required after ','. (comma-spacing)
(#220) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) A space is required after ','. (comma-spacing)
(#220) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) A space is required after ','. (comma-spacing)
(#220) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) A space is required after ','. (comma-spacing)
(#220) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) A space is required after ','. (comma-spacing)
(#220) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) A space is required after ','. (comma-spacing)
(#220) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#220) Operator '?' must be spaced. (space-infix-ops)
(#220) Operator '!==' must be spaced. (space-infix-ops)
(#220) Operator '&&' must be spaced. (space-infix-ops)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) A space is required after ','. (comma-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) A space is required after ','. (comma-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) A space is required after ','. (comma-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) A space is required after ','. (comma-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) A space is required after ','. (comma-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) A space is required after ','. (comma-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) A space is required after ','. (comma-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Operator ':' must be spaced. (space-infix-ops)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Operator '*' must be spaced. (space-infix-ops)
(#220) Operator '+' must be spaced. (space-infix-ops)
(#220) Operator '*' must be spaced. (space-infix-ops)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Operator '*' must be spaced. (space-infix-ops)
(#220) Operator '+' must be spaced. (space-infix-ops)
(#220) Operator '*' must be spaced. (space-infix-ops)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Operator '*' must be spaced. (space-infix-ops)
(#220) Operator '+' must be spaced. (space-infix-ops)
(#220) Operator '*' must be spaced. (space-infix-ops)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Operator '*' must be spaced. (space-infix-ops)
(#220) Operator '+' must be spaced. (space-infix-ops)
(#220) Operator '*' must be spaced. (space-infix-ops)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Operator '*' must be spaced. (space-infix-ops)
(#220) Operator '+' must be spaced. (space-infix-ops)
(#220) Operator '*' must be spaced. (space-infix-ops)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Operator '*' must be spaced. (space-infix-ops)
(#220) Operator '+' must be spaced. (space-infix-ops)
(#220) Operator '*' must be spaced. (space-infix-ops)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Operator '*' must be spaced. (space-infix-ops)
(#220) Operator '+' must be spaced. (space-infix-ops)
(#220) Operator '*' must be spaced. (space-infix-ops)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Operator '*' must be spaced. (space-infix-ops)
(#220) Operator '+' must be spaced. (space-infix-ops)
(#220) Operator '*' must be spaced. (space-infix-ops)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) Requires a space before '}'. (block-spacing)
(#220) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#220) Missing semicolon. (semi)
(#220) A space is required after ','. (comma-spacing)
(#220) Missing space before value for key 'frustum'. (key-spacing)
(#220) A space is required after ','. (comma-spacing)
(#220) A space is required after ','. (comma-spacing)
(#220) A space is required after ','. (comma-spacing)
(#220) A space is required after ','. (comma-spacing)
(#220) A space is required after ','. (comma-spacing)
(#220) A space is required after ','. (comma-spacing)
(#220) Requires a space after '{'. (block-spacing)
(#220) Statement inside of curly braces should be on next line. (brace-style)
(#220) Missing space before opening brace. (space-before-blocks)
(#220) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#220) Operator '||' must be spaced. (space-infix-ops)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Operator '-' must be spaced. (space-infix-ops)
(#220) A space is required after ','. (comma-spacing)
(#220) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Operator '-' must be spaced. (space-infix-ops)
(#220) A space is required after ','. (comma-spacing)
(#220) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Operator '-' must be spaced. (space-infix-ops)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Operator '*' must be spaced. (space-infix-ops)
(#220) Operator '/' must be spaced. (space-infix-ops)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Operator '*' must be spaced. (space-infix-ops)
(#220) Operator '/' must be spaced. (space-infix-ops)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Operator '+' must be spaced. (space-infix-ops)
(#220) Operator '/' must be spaced. (space-infix-ops)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Operator '+' must be spaced. (space-infix-ops)
(#220) Operator '/' must be spaced. (space-infix-ops)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Operator '+' must be spaced. (space-infix-ops)
(#220) Operator '/' must be spaced. (space-infix-ops)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#221) This line has a length of 505. Maximum allowed is 132. (max-len)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) This line has 37 statements. Maximum allowed is 2. (max-statements-per-line)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Operator '*' must be spaced. (space-infix-ops)
(#221) Operator '*' must be spaced. (space-infix-ops)
(#221) Operator '/' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Requires a space before '}'. (block-spacing)
(#221) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#221) Missing semicolon. (semi)
(#221) A space is required after ','. (comma-spacing)
(#221) Missing space before value for key 'perspective'. (key-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) Requires a space after '{'. (block-spacing)
(#221) Statement inside of curly braces should be on next line. (brace-style)
(#221) Missing space before opening brace. (space-before-blocks)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Operator '*' must be spaced. (space-infix-ops)
(#221) Operator '*' must be spaced. (space-infix-ops)
(#221) Operator '/' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '*=' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) Requires a space before '}'. (block-spacing)
(#221) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#221) Missing semicolon. (semi)
(#221) A space is required after ','. (comma-spacing)
(#221) Missing space before value for key 'ortho'. (key-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) Requires a space after '{'. (block-spacing)
(#221) Statement inside of curly braces should be on next line. (brace-style)
(#221) Missing space before opening brace. (space-before-blocks)
(#221) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#221) Operator '||' must be spaced. (space-infix-ops)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Operator '-' must be spaced. (space-infix-ops)
(#221) A space is required after ','. (comma-spacing)
(#221) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Operator '-' must be spaced. (space-infix-ops)
(#221) A space is required after ','. (comma-spacing)
(#221) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Operator '-' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Operator '/' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Operator '/' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Operator '/' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Operator '+' must be spaced. (space-infix-ops)
(#221) Operator '/' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Operator '+' must be spaced. (space-infix-ops)
(#221) Operator '/' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Operator '+' must be spaced. (space-infix-ops)
(#221) Operator '/' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Requires a space before '}'. (block-spacing)
(#221) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#221) Missing semicolon. (semi)
(#221) A space is required after ','. (comma-spacing)
(#221) Missing space before value for key 'lookAt'. (key-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) Requires a space after '{'. (block-spacing)
(#221) Statement inside of curly braces should be on next line. (brace-style)
(#221) Missing space before opening brace. (space-before-blocks)
(#221) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#221) Operator '||' must be spaced. (space-infix-ops)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) A space is required after ','. (comma-spacing)
(#221) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#222) This line has a length of 506. Maximum allowed is 132. (max-len)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Expected space(s) after "if". (keyword-spacing)
(#222) Operator '===' must be spaced. (space-infix-ops)
(#222) Operator '&&' must be spaced. (space-infix-ops)
(#222) Operator '===' must be spaced. (space-infix-ops)
(#222) Operator '&&' must be spaced. (space-infix-ops)
(#222) Operator '===' must be spaced. (space-infix-ops)
(#222) Expected { after 'if' condition. (curly)
(#222) Expected space(s) before "return". (keyword-spacing)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) This line has 34 statements. Maximum allowed is 2. (max-statements-per-line)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Operator '-' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Operator '-' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Operator '-' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Operator '/' must be spaced. (space-infix-ops)
(#222) Operator '*' must be spaced. (space-infix-ops)
(#222) Operator '+' must be spaced. (space-infix-ops)
(#222) Operator '*' must be spaced. (space-infix-ops)
(#222) Operator '+' must be spaced. (space-infix-ops)
(#222) Operator '*' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Operator '*=' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Operator '*=' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Operator '*=' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Operator '*' must be spaced. (space-infix-ops)
(#222) Operator '-' must be spaced. (space-infix-ops)
(#222) Operator '*' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Operator '*' must be spaced. (space-infix-ops)
(#222) Operator '-' must be spaced. (space-infix-ops)
(#222) Operator '*' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Operator '*' must be spaced. (space-infix-ops)
(#222) Operator '-' must be spaced. (space-infix-ops)
(#222) Operator '*' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#222) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Operator '*' must be spaced. (space-infix-ops)
(#222) Operator '+' must be spaced. (space-infix-ops)
(#222) Operator '*' must be spaced. (space-infix-ops)
(#222) Operator '+' must be spaced. (space-infix-ops)
(#222) Operator '*' must be spaced. (space-infix-ops)
(#222) Operator '?' must be spaced. (space-infix-ops)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Operator '/' must be spaced. (space-infix-ops)
(#222) A space is required after ','. (comma-spacing)
(#222) Operator '*=' must be spaced. (space-infix-ops)
(#222) A space is required after ','. (comma-spacing)
(#222) Operator '*=' must be spaced. (space-infix-ops)
(#222) A space is required after ','. (comma-spacing)
(#222) Operator '*=' must be spaced. (space-infix-ops)
(#222) Operator ':' must be spaced. (space-infix-ops)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Operator '*' must be spaced. (space-infix-ops)
(#222) Operator '-' must be spaced. (space-infix-ops)
(#222) Operator '*' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Operator '*' must be spaced. (space-infix-ops)
(#222) Operator '-' must be spaced. (space-infix-ops)
(#222) Operator '*' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Operator '*' must be spaced. (space-infix-ops)
(#222) Operator '-' must be spaced. (space-infix-ops)
(#222) Operator '*' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#222) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Operator '*' must be spaced. (space-infix-ops)
(#222) Operator '+' must be spaced. (space-infix-ops)
(#222) Operator '*' must be spaced. (space-infix-ops)
(#222) Operator '+' must be spaced. (space-infix-ops)
(#222) Operator '*' must be spaced. (space-infix-ops)
(#222) Operator '?' must be spaced. (space-infix-ops)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Operator '/' must be spaced. (space-infix-ops)
(#222) A space is required after ','. (comma-spacing)
(#222) Operator '*=' must be spaced. (space-infix-ops)
(#222) A space is required after ','. (comma-spacing)
(#222) Operator '*=' must be spaced. (space-infix-ops)
(#222) A space is required after ','. (comma-spacing)
(#222) Operator '*=' must be spaced. (space-infix-ops)
(#222) Operator ':' must be spaced. (space-infix-ops)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Operator '*' must be spaced. (space-infix-ops)
(#222) Operator '+' must be spaced. (space-infix-ops)
(#222) Operator '*' must be spaced. (space-infix-ops)
(#222) Operator '+' must be spaced. (space-infix-ops)
(#222) Operator '*' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Operator '*' must be spaced. (space-infix-ops)
(#222) Operator '+' must be spaced. (space-infix-ops)
(#222) Operator '*' must be spaced. (space-infix-ops)
(#222) Operator '+' must be spaced. (space-infix-ops)
(#222) Operator '*' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Operator '*' must be spaced. (space-infix-ops)
(#222) Operator '+' must be spaced. (space-infix-ops)
(#222) Operator '*' must be spaced. (space-infix-ops)
(#222) Operator '+' must be spaced. (space-infix-ops)
(#222) Operator '*' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Requires a space before '}'. (block-spacing)
(#222) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#222) Missing semicolon. (semi)
(#222) A space is required after ','. (comma-spacing)
(#222) Missing space before value for key 'fromRotationTranslation'. (key-spacing)
(#223) This line has a length of 517. Maximum allowed is 132. (max-len)
(#223) A space is required after ','. (comma-spacing)
(#223) Requires a space after '{'. (block-spacing)
(#223) Statement inside of curly braces should be on next line. (brace-style)
(#223) Missing space before opening brace. (space-before-blocks)
(#223) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#223) Operator '||' must be spaced. (space-infix-ops)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) A space is required after ','. (comma-spacing)
(#223) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) A space is required after ','. (comma-spacing)
(#223) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) A space is required after ','. (comma-spacing)
(#223) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) A space is required after ','. (comma-spacing)
(#223) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) A space is required after ','. (comma-spacing)
(#223) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) A space is required after ','. (comma-spacing)
(#223) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) This line has 30 statements. Maximum allowed is 2. (max-statements-per-line)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Operator '*' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Operator '*' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '*=' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Operator '*' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '*=' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '*=' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '*=' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '*=' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '*=' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Operator '-' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Operator '-' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Operator '-' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Operator '-' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Operator '-' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Operator '-' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Requires a space before '}'. (block-spacing)
(#223) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#223) Missing semicolon. (semi)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key 'str'. (key-spacing)
(#223) Requires a space after '{'. (block-spacing)
(#223) Statement inside of curly braces should be on next line. (brace-style)
(#223) Missing space before opening brace. (space-before-blocks)
(#223) Expected space(s) after "return". (keyword-spacing)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#223) Requires a space before '}'. (block-spacing)
(#223) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#223) Missing semicolon. (semi)
(#223) A space is required after ','. (comma-spacing)
(#223) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Missing space before value for key 'create'. (key-spacing)
(#223) Requires a space after '{'. (block-spacing)
(#223) Statement inside of curly braces should be on next line. (brace-style)
(#223) Missing space before opening brace. (space-before-blocks)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#224) This line has a length of 504. Maximum allowed is 132. (max-len)
(#224) A constructor name should not start with a lowercase letter. (new-cap)
(#224) Missing whitespace after semicolon. (semi-spacing)
(#224) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#224) Operator '?' must be spaced. (space-infix-ops)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) A space is required after ','. (comma-spacing)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) A space is required after ','. (comma-spacing)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) A space is required after ','. (comma-spacing)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) Operator ':' must be spaced. (space-infix-ops)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) Missing whitespace after semicolon. (semi-spacing)
(#224) This line has 23 statements. Maximum allowed is 2. (max-statements-per-line)
(#224) Requires a space before '}'. (block-spacing)
(#224) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#224) Missing semicolon. (semi)
(#224) A space is required after ','. (comma-spacing)
(#224) Missing space before value for key 'createFrom'. (key-spacing)
(#224) A space is required after ','. (comma-spacing)
(#224) A space is required after ','. (comma-spacing)
(#224) A space is required after ','. (comma-spacing)
(#224) Requires a space after '{'. (block-spacing)
(#224) Statement inside of curly braces should be on next line. (brace-style)
(#224) Missing space before opening brace. (space-before-blocks)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) A constructor name should not start with a lowercase letter. (new-cap)
(#224) Missing whitespace after semicolon. (semi-spacing)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) Missing whitespace after semicolon. (semi-spacing)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) Missing whitespace after semicolon. (semi-spacing)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) Missing whitespace after semicolon. (semi-spacing)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) Missing whitespace after semicolon. (semi-spacing)
(#224) Requires a space before '}'. (block-spacing)
(#224) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#224) Missing semicolon. (semi)
(#224) A space is required after ','. (comma-spacing)
(#224) Missing space before value for key 'set'. (key-spacing)
(#224) A space is required after ','. (comma-spacing)
(#224) Requires a space after '{'. (block-spacing)
(#224) Statement inside of curly braces should be on next line. (brace-style)
(#224) Missing space before opening brace. (space-before-blocks)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) Missing whitespace after semicolon. (semi-spacing)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) Missing whitespace after semicolon. (semi-spacing)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) Missing whitespace after semicolon. (semi-spacing)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) Missing whitespace after semicolon. (semi-spacing)
(#224) Requires a space before '}'. (block-spacing)
(#224) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#224) Missing semicolon. (semi)
(#224) A space is required after ','. (comma-spacing)
(#224) Missing space before value for key 'equal'. (key-spacing)
(#224) A space is required after ','. (comma-spacing)
(#224) Requires a space after '{'. (block-spacing)
(#224) Statement inside of curly braces should be on next line. (brace-style)
(#224) Missing space before opening brace. (space-before-blocks)
(#224) Operator '===' must be spaced. (space-infix-ops)
(#224) Operator '||' must be spaced. (space-infix-ops)
(#224) Operator '>' must be spaced. (space-infix-ops)
(#224) Operator '-' must be spaced. (space-infix-ops)
(#224) Operator '&&' must be spaced. (space-infix-ops)
(#224) Operator '>' must be spaced. (space-infix-ops)
(#224) Operator '-' must be spaced. (space-infix-ops)
(#224) Operator '&&' must be spaced. (space-infix-ops)
(#224) Operator '>' must be spaced. (space-infix-ops)
(#224) Operator '-' must be spaced. (space-infix-ops)
(#224) Operator '&&' must be spaced. (space-infix-ops)
(#224) Operator '>' must be spaced. (space-infix-ops)
(#224) Operator '-' must be spaced. (space-infix-ops)
(#224) Requires a space before '}'. (block-spacing)
(#224) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#224) Missing semicolon. (semi)
(#224) A space is required after ','. (comma-spacing)
(#224) Missing space before value for key 'identity'. (key-spacing)
(#224) Requires a space after '{'. (block-spacing)
(#224) Statement inside of curly braces should be on next line. (brace-style)
(#224) Missing space before opening brace. (space-before-blocks)
(#224) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#224) Operator '||' must be spaced. (space-infix-ops)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) Missing whitespace after semicolon. (semi-spacing)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) Missing whitespace after semicolon. (semi-spacing)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) Missing whitespace after semicolon. (semi-spacing)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) Missing whitespace after semicolon. (semi-spacing)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) Missing whitespace after semicolon. (semi-spacing)
(#224) Requires a space before '}'. (block-spacing)
(#224) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#224) Missing semicolon. (semi)
(#224) A space is required after ','. (comma-spacing)
(#224) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) Missing whitespace after semicolon. (semi-spacing)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) A space is required after ','. (comma-spacing)
(#224) Requires a space after '{'. (block-spacing)
(#224) Statement inside of curly braces should be on next line. (brace-style)
(#224) Missing space before opening brace. (space-before-blocks)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#225) This line has a length of 505. Maximum allowed is 132. (max-len)
(#225) Operator '=' must be spaced. (space-infix-ops)
(#225) A space is required after ','. (comma-spacing)
(#225) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#225) Operator '=' must be spaced. (space-infix-ops)
(#225) Missing whitespace after semicolon. (semi-spacing)
(#225) Expected space(s) after "if". (keyword-spacing)
(#225) Operator '||' must be spaced. (space-infix-ops)
(#225) Operator '===' must be spaced. (space-infix-ops)
(#225) Expected { after 'if' condition. (curly)
(#225) Expected space(s) before "return". (keyword-spacing)
(#225) Return statement should not contain assignment. (no-return-assign)
(#225) Operator '=' must be spaced. (space-infix-ops)
(#225) Operator '-' must be spaced. (space-infix-ops)
(#225) Operator '*' must be spaced. (space-infix-ops)
(#225) Operator '-' must be spaced. (space-infix-ops)
(#225) Operator '*' must be spaced. (space-infix-ops)
(#225) Operator '-' must be spaced. (space-infix-ops)
(#225) Operator '*' must be spaced. (space-infix-ops)
(#225) Unexpected use of comma operator. (no-sequences)
(#225) A space is required after ','. (comma-spacing)
(#225) Missing whitespace after semicolon. (semi-spacing)
(#225) This line has 21 statements. Maximum allowed is 2. (max-statements-per-line)
(#225) Operator '=' must be spaced. (space-infix-ops)
(#225) Missing whitespace after semicolon. (semi-spacing)
(#225) Operator '=' must be spaced. (space-infix-ops)
(#225) Missing whitespace after semicolon. (semi-spacing)
(#225) Operator '=' must be spaced. (space-infix-ops)
(#225) Missing whitespace after semicolon. (semi-spacing)
(#225) Operator '=' must be spaced. (space-infix-ops)
(#225) Operator '-' must be spaced. (space-infix-ops)
(#225) Operator '*' must be spaced. (space-infix-ops)
(#225) Operator '-' must be spaced. (space-infix-ops)
(#225) Operator '*' must be spaced. (space-infix-ops)
(#225) Operator '-' must be spaced. (space-infix-ops)
(#225) Operator '*' must be spaced. (space-infix-ops)
(#225) Missing whitespace after semicolon. (semi-spacing)
(#225) Requires a space before '}'. (block-spacing)
(#225) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#225) Missing semicolon. (semi)
(#225) Missing whitespace after semicolon. (semi-spacing)
(#225) Operator '=' must be spaced. (space-infix-ops)
(#225) A space is required after ','. (comma-spacing)
(#225) Requires a space after '{'. (block-spacing)
(#225) Statement inside of curly braces should be on next line. (brace-style)
(#225) Missing space before opening brace. (space-before-blocks)
(#225) Operator '*' must be spaced. (space-infix-ops)
(#225) Operator '+' must be spaced. (space-infix-ops)
(#225) Operator '*' must be spaced. (space-infix-ops)
(#225) Operator '+' must be spaced. (space-infix-ops)
(#225) Operator '*' must be spaced. (space-infix-ops)
(#225) Operator '+' must be spaced. (space-infix-ops)
(#225) Operator '*' must be spaced. (space-infix-ops)
(#225) Requires a space before '}'. (block-spacing)
(#225) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#225) Missing semicolon. (semi)
(#225) Missing whitespace after semicolon. (semi-spacing)
(#225) Operator '=' must be spaced. (space-infix-ops)
(#225) A space is required after ','. (comma-spacing)
(#225) Requires a space after '{'. (block-spacing)
(#225) Statement inside of curly braces should be on next line. (brace-style)
(#225) Missing space before opening brace. (space-before-blocks)
(#225) Operator '=' must be spaced. (space-infix-ops)
(#225) A space is required after ','. (comma-spacing)
(#225) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#225) Operator '=' must be spaced. (space-infix-ops)
(#225) A space is required after ','. (comma-spacing)
(#225) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#225) Operator '=' must be spaced. (space-infix-ops)
(#225) A space is required after ','. (comma-spacing)
(#225) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#225) Operator '=' must be spaced. (space-infix-ops)
(#225) Missing whitespace after semicolon. (semi-spacing)
(#225) Operator '=' must be spaced. (space-infix-ops)
(#225) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#225) Operator '=' must be spaced. (space-infix-ops)
(#225) Operator '*' must be spaced. (space-infix-ops)
(#225) Operator '+' must be spaced. (space-infix-ops)
(#225) Operator '*' must be spaced. (space-infix-ops)
(#225) Operator '+' must be spaced. (space-infix-ops)
(#225) Operator '*' must be spaced. (space-infix-ops)
(#225) Operator '+' must be spaced. (space-infix-ops)
(#225) Operator '*' must be spaced. (space-infix-ops)
(#225) Operator '?' must be spaced. (space-infix-ops)
(#225) Operator '/' must be spaced. (space-infix-ops)
(#225) Operator ':' must be spaced. (space-infix-ops)
(#225) Missing whitespace after semicolon. (semi-spacing)
(#225) Expected space(s) after "if". (keyword-spacing)
(#225) Operator '||' must be spaced. (space-infix-ops)
(#225) Operator '===' must be spaced. (space-infix-ops)
(#225) Expected { after 'if' condition. (curly)
(#225) Expected space(s) before "return". (keyword-spacing)
(#225) Return statement should not contain assignment. (no-return-assign)
(#225) Return statement should not contain assignment. (no-return-assign)
(#225) Return statement should not contain assignment. (no-return-assign)
(#225) Return statement should not contain assignment. (no-return-assign)
(#225) Operator '*=' must be spaced. (space-infix-ops)
(#225) Unexpected use of comma operator. (no-sequences)
(#225) A space is required after ','. (comma-spacing)
(#225) Operator '*=' must be spaced. (space-infix-ops)
(#225) A space is required after ','. (comma-spacing)
(#225) Operator '*=' must be spaced. (space-infix-ops)
(#225) A space is required after ','. (comma-spacing)
(#225) Operator '*=' must be spaced. (space-infix-ops)
(#225) A space is required after ','. (comma-spacing)
(#225) Missing whitespace after semicolon. (semi-spacing)
(#225) Operator '=' must be spaced. (space-infix-ops)
(#225) Operator '*' must be spaced. (space-infix-ops)
(#225) Missing whitespace after semicolon. (semi-spacing)
(#225) Operator '=' must be spaced. (space-infix-ops)
(#225) Operator '*' must be spaced. (space-infix-ops)
(#225) Missing whitespace after semicolon. (semi-spacing)
(#225) Operator '=' must be spaced. (space-infix-ops)
(#225) Operator '*' must be spaced. (space-infix-ops)
(#225) Missing whitespace after semicolon. (semi-spacing)
(#225) Operator '=' must be spaced. (space-infix-ops)
(#225) Operator '*' must be spaced. (space-infix-ops)
(#225) Missing whitespace after semicolon. (semi-spacing)
(#225) Requires a space before '}'. (block-spacing)
(#225) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#225) Missing semicolon. (semi)
(#225) Missing whitespace after semicolon. (semi-spacing)
(#225) Operator '=' must be spaced. (space-infix-ops)
(#225) A space is required after ','. (comma-spacing)
(#225) Requires a space after '{'. (block-spacing)
(#225) Statement inside of curly braces should be on next line. (brace-style)
(#225) Missing space before opening brace. (space-before-blocks)
(#225) Expected space(s) after "if". (keyword-spacing)
(#225) Operator '||' must be spaced. (space-infix-ops)
(#225) Operator '===' must be spaced. (space-infix-ops)
(#225) Expected { after 'if' condition. (curly)
(#225) Expected space(s) before "return". (keyword-spacing)
(#225) Return statement should not contain assignment. (no-return-assign)
(#225) Return statement should not contain assignment. (no-return-assign)
(#225) Return statement should not contain assignment. (no-return-assign)
(#225) Operator '*=' must be spaced. (space-infix-ops)
(#225) Unexpected use of comma operator. (no-sequences)
(#225) A space is required after ','. (comma-spacing)
(#225) Operator '*=' must be spaced. (space-infix-ops)
(#225) A space is required after ','. (comma-spacing)
(#225) Operator '*=' must be spaced. (space-infix-ops)
(#225) A space is required after ','. (comma-spacing)
(#225) Missing whitespace after semicolon. (semi-spacing)
(#225) Operator '=' must be spaced. (space-infix-ops)
(#226) This line has a length of 508. Maximum allowed is 132. (max-len)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) This line has 28 statements. Maximum allowed is 2. (max-statements-per-line)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Requires a space before '}'. (block-spacing)
(#226) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#226) Missing semicolon. (semi)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) Requires a space after '{'. (block-spacing)
(#226) Statement inside of curly braces should be on next line. (brace-style)
(#226) Missing space before opening brace. (space-before-blocks)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Operator '*' must be spaced. (space-infix-ops)
(#226) Operator '+' must be spaced. (space-infix-ops)
(#226) Operator '*' must be spaced. (space-infix-ops)
(#226) Operator '+' must be spaced. (space-infix-ops)
(#226) Operator '*' must be spaced. (space-infix-ops)
(#226) Operator '+' must be spaced. (space-infix-ops)
(#226) Operator '*' must be spaced. (space-infix-ops)
(#226) Requires a space before '}'. (block-spacing)
(#226) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#226) Missing semicolon. (semi)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Requires a space after '{'. (block-spacing)
(#226) Statement inside of curly braces should be on next line. (brace-style)
(#226) Missing space before opening brace. (space-before-blocks)
(#226) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#226) Operator '||' must be spaced. (space-infix-ops)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) Operator '*' must be spaced. (space-infix-ops)
(#226) Operator '+' must be spaced. (space-infix-ops)
(#226) Operator '*' must be spaced. (space-infix-ops)
(#226) Operator '+' must be spaced. (space-infix-ops)
(#226) Operator '*' must be spaced. (space-infix-ops)
(#226) Operator '+' must be spaced. (space-infix-ops)
(#226) Operator '*' must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Expected space(s) after "if". (keyword-spacing)
(#226) Operator '===' must be spaced. (space-infix-ops)
(#226) Expected { after 'if' condition. (curly)
(#226) Expected space(s) before "return". (keyword-spacing)
(#226) Return statement should not contain assignment. (no-return-assign)
(#226) Return statement should not contain assignment. (no-return-assign)
(#226) Return statement should not contain assignment. (no-return-assign)
(#226) Return statement should not contain assignment. (no-return-assign)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) Unexpected use of comma operator. (no-sequences)
(#226) A space is required after ','. (comma-spacing)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) Operator '/' must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) Operator '*' must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) Operator '*' must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) Operator '*' must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) Operator '*' must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Requires a space before '}'. (block-spacing)
(#226) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#226) Missing semicolon. (semi)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) Requires a space after '{'. (block-spacing)
(#226) Statement inside of curly braces should be on next line. (brace-style)
(#226) Missing space before opening brace. (space-before-blocks)
(#226) Expected space(s) after "if". (keyword-spacing)
(#226) Operator '||' must be spaced. (space-infix-ops)
(#226) Operator '===' must be spaced. (space-infix-ops)
(#226) Expected { after 'if' condition. (curly)
(#226) Expected space(s) before "return". (keyword-spacing)
(#226) Return statement should not contain assignment. (no-return-assign)
(#226) Return statement should not contain assignment. (no-return-assign)
(#226) Return statement should not contain assignment. (no-return-assign)
(#226) Return statement should not contain assignment. (no-return-assign)
(#226) Operator '+=' must be spaced. (space-infix-ops)
(#226) Unexpected use of comma operator. (no-sequences)
(#226) A space is required after ','. (comma-spacing)
(#226) Operator '+=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Operator '+=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Operator '+=' must be spaced. (space-infix-ops)
(#226) A space is required after ','. (comma-spacing)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) Operator '+' must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) Operator '+' must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) Operator '+' must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) Operator '+' must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Requires a space before '}'. (block-spacing)
(#226) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#226) Missing semicolon. (semi)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#227) This line has a length of 502. Maximum allowed is 132. (max-len)
(#227) A space is required after ','. (comma-spacing)
(#227) Requires a space after '{'. (block-spacing)
(#227) Statement inside of curly braces should be on next line. (brace-style)
(#227) Missing space before opening brace. (space-before-blocks)
(#227) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#227) Operator '||' must be spaced. (space-infix-ops)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Missing whitespace after semicolon. (semi-spacing)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) A space is required after ','. (comma-spacing)
(#227) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) A space is required after ','. (comma-spacing)
(#227) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Missing whitespace after semicolon. (semi-spacing)
(#227) This line has 25 statements. Maximum allowed is 2. (max-statements-per-line)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Missing whitespace after semicolon. (semi-spacing)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) A space is required after ','. (comma-spacing)
(#227) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) A space is required after ','. (comma-spacing)
(#227) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Missing whitespace after semicolon. (semi-spacing)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Missing whitespace after semicolon. (semi-spacing)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Operator '+' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Operator '+' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Operator '-' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Missing whitespace after semicolon. (semi-spacing)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Operator '+' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Operator '+' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Operator '-' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Missing whitespace after semicolon. (semi-spacing)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Operator '+' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Operator '+' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Operator '-' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Missing whitespace after semicolon. (semi-spacing)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Operator '-' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Operator '-' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Operator '-' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Missing whitespace after semicolon. (semi-spacing)
(#227) Requires a space before '}'. (block-spacing)
(#227) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#227) Missing semicolon. (semi)
(#227) Missing whitespace after semicolon. (semi-spacing)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) A space is required after ','. (comma-spacing)
(#227) A space is required after ','. (comma-spacing)
(#227) Requires a space after '{'. (block-spacing)
(#227) Statement inside of curly braces should be on next line. (brace-style)
(#227) Missing space before opening brace. (space-before-blocks)
(#227) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#227) Operator '||' must be spaced. (space-infix-ops)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Missing whitespace after semicolon. (semi-spacing)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) A space is required after ','. (comma-spacing)
(#227) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) A space is required after ','. (comma-spacing)
(#227) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Missing whitespace after semicolon. (semi-spacing)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Missing whitespace after semicolon. (semi-spacing)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) A space is required after ','. (comma-spacing)
(#227) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Missing whitespace after semicolon. (semi-spacing)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Missing whitespace after semicolon. (semi-spacing)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Operator '+' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Operator '-' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) A space is required after ','. (comma-spacing)
(#227) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Operator '+' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Operator '-' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) A space is required after ','. (comma-spacing)
(#227) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Operator '+' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Operator '-' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Missing whitespace after semicolon. (semi-spacing)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Operator '-' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Operator '-' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Missing whitespace after semicolon. (semi-spacing)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Operator '+' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Operator '+' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Operator '-' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Missing whitespace after semicolon. (semi-spacing)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Operator '+' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Operator '+' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Operator '-' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Missing whitespace after semicolon. (semi-spacing)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Operator '+' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Operator '+' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Operator '-' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#227) Missing whitespace after semicolon. (semi-spacing)
(#227) Requires a space before '}'. (block-spacing)
(#227) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#227) Missing semicolon. (semi)
(#227) Missing whitespace after semicolon. (semi-spacing)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) A space is required after ','. (comma-spacing)
(#227) A space is required after ','. (comma-spacing)
(#227) Requires a space after '{'. (block-spacing)
(#227) Statement inside of curly braces should be on next line. (brace-style)
(#227) Missing space before opening brace. (space-before-blocks)
(#227) Expected space(s) after "if". (keyword-spacing)
(#227) Operator '||' must be spaced. (space-infix-ops)
(#227) Operator '===' must be spaced. (space-infix-ops)
(#227) Expected { after 'if' condition. (curly)
(#227) Expected space(s) before "return". (keyword-spacing)
(#227) Return statement should not contain assignment. (no-return-assign)
(#227) Return statement should not contain assignment. (no-return-assign)
(#227) Return statement should not contain assignment. (no-return-assign)
(#227) Return statement should not contain assignment. (no-return-assign)
(#227) Operator '*=' must be spaced. (space-infix-ops)
(#227) Unexpected use of comma operator. (no-sequences)
(#227) A space is required after ','. (comma-spacing)
(#227) Operator '*=' must be spaced. (space-infix-ops)
(#227) A space is required after ','. (comma-spacing)
(#227) Operator '*=' must be spaced. (space-infix-ops)
(#227) A space is required after ','. (comma-spacing)
(#227) Operator '*=' must be spaced. (space-infix-ops)
(#227) A space is required after ','. (comma-spacing)
(#227) Missing whitespace after semicolon. (semi-spacing)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '*' must be spaced. (space-infix-ops)
(#228) This line has a length of 503. Maximum allowed is 132. (max-len)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '*' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '*' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) This line has 44 statements. Maximum allowed is 2. (max-statements-per-line)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '*' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Requires a space before '}'. (block-spacing)
(#228) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#228) Missing semicolon. (semi)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) A space is required after ','. (comma-spacing)
(#228) Requires a space after '{'. (block-spacing)
(#228) Statement inside of curly braces should be on next line. (brace-style)
(#228) Missing space before opening brace. (space-before-blocks)
(#228) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#228) Operator '||' must be spaced. (space-infix-ops)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) A space is required after ','. (comma-spacing)
(#228) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) A space is required after ','. (comma-spacing)
(#228) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) A space is required after ','. (comma-spacing)
(#228) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) A space is required after ','. (comma-spacing)
(#228) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '+' must be spaced. (space-infix-ops)
(#228) A space is required after ','. (comma-spacing)
(#228) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '+' must be spaced. (space-infix-ops)
(#228) A space is required after ','. (comma-spacing)
(#228) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '+' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '*' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '*' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '*=' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '*' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '*=' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '*=' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '*=' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '*=' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '*=' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '-' must be spaced. (space-infix-ops)
(#228) Operator '+' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '+' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '-' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '-' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '-' must be spaced. (space-infix-ops)
(#228) Operator '+' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '+' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '+' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '-' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '-' must be spaced. (space-infix-ops)
(#228) Operator '+' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Requires a space before '}'. (block-spacing)
(#228) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#228) Missing semicolon. (semi)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) A space is required after ','. (comma-spacing)
(#228) Requires a space after '{'. (block-spacing)
(#228) Statement inside of curly braces should be on next line. (brace-style)
(#228) Missing space before opening brace. (space-before-blocks)
(#228) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#228) Operator '||' must be spaced. (space-infix-ops)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) A space is required after ','. (comma-spacing)
(#228) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) A space is required after ','. (comma-spacing)
(#228) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) A space is required after ','. (comma-spacing)
(#228) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) A space is required after ','. (comma-spacing)
(#228) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '+' must be spaced. (space-infix-ops)
(#228) A space is required after ','. (comma-spacing)
(#228) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '+' must be spaced. (space-infix-ops)
(#228) A space is required after ','. (comma-spacing)
(#228) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '+' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '*' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '*' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '*=' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '*' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '*=' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '*=' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '*=' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '*=' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '*=' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '-' must be spaced. (space-infix-ops)
(#228) Operator '+' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '+' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '-' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '-' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '-' must be spaced. (space-infix-ops)
(#228) Operator '+' must be spaced. (space-infix-ops)
(#229) This line has a length of 505. Maximum allowed is 132. (max-len)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) Operator '+' must be spaced. (space-infix-ops)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) This line has 23 statements. Maximum allowed is 2. (max-statements-per-line)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) Operator '+' must be spaced. (space-infix-ops)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) Operator '-' must be spaced. (space-infix-ops)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) Operator '-' must be spaced. (space-infix-ops)
(#229) Operator '+' must be spaced. (space-infix-ops)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Requires a space before '}'. (block-spacing)
(#229) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#229) Missing semicolon. (semi)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) A space is required after ','. (comma-spacing)
(#229) A space is required after ','. (comma-spacing)
(#229) A space is required after ','. (comma-spacing)
(#229) Requires a space after '{'. (block-spacing)
(#229) Statement inside of curly braces should be on next line. (brace-style)
(#229) Missing space before opening brace. (space-before-blocks)
(#229) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#229) Operator '||' must be spaced. (space-infix-ops)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) Operator '*' must be spaced. (space-infix-ops)
(#229) Operator '+' must be spaced. (space-infix-ops)
(#229) Operator '*' must be spaced. (space-infix-ops)
(#229) Operator '+' must be spaced. (space-infix-ops)
(#229) Operator '*' must be spaced. (space-infix-ops)
(#229) Operator '+' must be spaced. (space-infix-ops)
(#229) Operator '*' must be spaced. (space-infix-ops)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Expected space(s) after "if". (keyword-spacing)
(#229) Operator '<=' must be spaced. (space-infix-ops)
(#229) Expected { after 'if' condition. (curly)
(#229) Expected space(s) before "return". (keyword-spacing)
(#229) Return statement should not contain assignment. (no-return-assign)
(#229) Return statement should not contain assignment. (no-return-assign)
(#229) Return statement should not contain assignment. (no-return-assign)
(#229) Return statement should not contain assignment. (no-return-assign)
(#229) Operator '!==' must be spaced. (space-infix-ops)
(#229) Operator '&&' must be spaced. (space-infix-ops)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) A space is required after ','. (comma-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) A space is required after ','. (comma-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) A space is required after ','. (comma-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) Unexpected use of comma operator. (no-sequences)
(#229) A space is required after ','. (comma-spacing)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) Operator '-' must be spaced. (space-infix-ops)
(#229) Operator '*' must be spaced. (space-infix-ops)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Expected space(s) after "if". (keyword-spacing)
(#229) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#229) Operator '>' must be spaced. (space-infix-ops)
(#229) Expected { after 'if' condition. (curly)
(#229) Expected space(s) before "return". (keyword-spacing)
(#229) Return statement should not contain assignment. (no-return-assign)
(#229) Return statement should not contain assignment. (no-return-assign)
(#229) Return statement should not contain assignment. (no-return-assign)
(#229) Return statement should not contain assignment. (no-return-assign)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#229) Operator '*' must be spaced. (space-infix-ops)
(#229) Operator '+' must be spaced. (space-infix-ops)
(#229) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#229) Operator '*' must be spaced. (space-infix-ops)
(#229) Unexpected use of comma operator. (no-sequences)
(#229) A space is required after ','. (comma-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#229) Operator '*' must be spaced. (space-infix-ops)
(#229) Operator '+' must be spaced. (space-infix-ops)
(#229) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#229) Operator '*' must be spaced. (space-infix-ops)
(#229) A space is required after ','. (comma-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#229) Operator '*' must be spaced. (space-infix-ops)
(#229) Operator '+' must be spaced. (space-infix-ops)
(#229) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#229) Operator '*' must be spaced. (space-infix-ops)
(#229) A space is required after ','. (comma-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#229) Operator '*' must be spaced. (space-infix-ops)
(#229) Operator '+' must be spaced. (space-infix-ops)
(#229) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#229) Operator '*' must be spaced. (space-infix-ops)
(#229) A space is required after ','. (comma-spacing)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) Operator '-' must be spaced. (space-infix-ops)
(#229) Operator '*' must be spaced. (space-infix-ops)
(#229) Operator '/' must be spaced. (space-infix-ops)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) Operator '*' must be spaced. (space-infix-ops)
(#229) Operator '/' must be spaced. (space-infix-ops)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) Operator '*' must be spaced. (space-infix-ops)
(#229) Operator '+' must be spaced. (space-infix-ops)
(#229) Operator '*' must be spaced. (space-infix-ops)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) Operator '*' must be spaced. (space-infix-ops)
(#229) Operator '+' must be spaced. (space-infix-ops)
(#229) Operator '*' must be spaced. (space-infix-ops)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) Operator '*' must be spaced. (space-infix-ops)
(#229) Operator '+' must be spaced. (space-infix-ops)
(#229) Operator '*' must be spaced. (space-infix-ops)
(#230) This line has a length of 502. Maximum allowed is 132. (max-len)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Operator '*' must be spaced. (space-infix-ops)
(#230) Operator '+' must be spaced. (space-infix-ops)
(#230) Operator '*' must be spaced. (space-infix-ops)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) This line has 26 statements. Maximum allowed is 2. (max-statements-per-line)
(#230) Requires a space before '}'. (block-spacing)
(#230) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#230) Missing semicolon. (semi)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) A space is required after ','. (comma-spacing)
(#230) Requires a space after '{'. (block-spacing)
(#230) Statement inside of curly braces should be on next line. (brace-style)
(#230) Missing space before opening brace. (space-before-blocks)
(#230) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#230) Operator '||' must be spaced. (space-infix-ops)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Operator '+' must be spaced. (space-infix-ops)
(#230) Operator '+' must be spaced. (space-infix-ops)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Expected space(s) after "if". (keyword-spacing)
(#230) Operator '<' must be spaced. (space-infix-ops)
(#230) Requires a space after '{'. (block-spacing)
(#230) Statement inside of curly braces should be on next line. (brace-style)
(#230) Missing space before opening brace. (space-before-blocks)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Operator '+' must be spaced. (space-infix-ops)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#230) Operator '*' must be spaced. (space-infix-ops)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#230) Operator '/' must be spaced. (space-infix-ops)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Operator '-' must be spaced. (space-infix-ops)
(#230) Operator '*' must be spaced. (space-infix-ops)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Operator '-' must be spaced. (space-infix-ops)
(#230) Operator '*' must be spaced. (space-infix-ops)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Operator '-' must be spaced. (space-infix-ops)
(#230) Operator '*' must be spaced. (space-infix-ops)
(#230) Requires a space before '}'. (block-spacing)
(#230) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#230) Missing semicolon. (semi)
(#230) Expected space(s) before "else". (keyword-spacing)
(#230) Expected space(s) after "else". (keyword-spacing)
(#230) Requires a space after '{'. (block-spacing)
(#230) Statement inside of curly braces should be on next line. (brace-style)
(#230) 'C' used outside of binding context. (block-scoped-var)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Identifier 's_iNext' is not in camel case. (camelcase)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Operator '||' must be spaced. (space-infix-ops)
(#230) A space is required after ','. (comma-spacing)
(#230) A space is required after ','. (comma-spacing)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#230) Operator '>' must be spaced. (space-infix-ops)
(#230) Operator '&&' must be spaced. (space-infix-ops)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#230) Operator '>' must be spaced. (space-infix-ops)
(#230) Operator '*' must be spaced. (space-infix-ops)
(#230) Operator '+' must be spaced. (space-infix-ops)
(#230) Operator '&&' must be spaced. (space-infix-ops)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) 'C' used outside of binding context. (block-scoped-var)
(#230) A space is required after ','. (comma-spacing)
(#230) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) 'C' used outside of binding context. (block-scoped-var)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) 'C' used outside of binding context. (block-scoped-var)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Operator '*' must be spaced. (space-infix-ops)
(#230) Operator '+' must be spaced. (space-infix-ops)
(#230) Operator '-' must be spaced. (space-infix-ops)
(#230) Operator '*' must be spaced. (space-infix-ops)
(#230) Operator '+' must be spaced. (space-infix-ops)
(#230) Operator '-' must be spaced. (space-infix-ops)
(#230) Operator '*' must be spaced. (space-infix-ops)
(#230) Operator '+' must be spaced. (space-infix-ops)
(#230) Operator '+' must be spaced. (space-infix-ops)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#230) Operator '*' must be spaced. (space-infix-ops)
(#230) 'C' used outside of binding context. (block-scoped-var)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) 'C' used outside of binding context. (block-scoped-var)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#230) Operator '/' must be spaced. (space-infix-ops)
(#230) 'C' used outside of binding context. (block-scoped-var)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Operator '*' must be spaced. (space-infix-ops)
(#230) Operator '+' must be spaced. (space-infix-ops)
(#230) Operator '-' must be spaced. (space-infix-ops)
(#230) Operator '*' must be spaced. (space-infix-ops)
(#230) Operator '+' must be spaced. (space-infix-ops)
(#230) Operator '*' must be spaced. (space-infix-ops)
(#230) 'C' used outside of binding context. (block-scoped-var)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Operator '*' must be spaced. (space-infix-ops)
(#230) Operator '+' must be spaced. (space-infix-ops)
(#230) Operator '+' must be spaced. (space-infix-ops)
(#230) Operator '*' must be spaced. (space-infix-ops)
(#230) Operator '+' must be spaced. (space-infix-ops)
(#230) Operator '*' must be spaced. (space-infix-ops)
(#230) 'C' used outside of binding context. (block-scoped-var)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Operator '*' must be spaced. (space-infix-ops)
(#230) Operator '+' must be spaced. (space-infix-ops)
(#230) Operator '+' must be spaced. (space-infix-ops)
(#230) Operator '*' must be spaced. (space-infix-ops)
(#230) Operator '+' must be spaced. (space-infix-ops)
(#230) Operator '*' must be spaced. (space-infix-ops)
(#230) 'C' used outside of binding context. (block-scoped-var)
(#230) Requires a space before '}'. (block-spacing)
(#230) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#230) Missing semicolon. (semi)
(#230) Expected space(s) before "return". (keyword-spacing)
(#230) Requires a space before '}'. (block-spacing)
(#230) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#230) Missing semicolon. (semi)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#231) This line has a length of 506. Maximum allowed is 132. (max-len)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Requires a space after '{'. (block-spacing)
(#231) Statement inside of curly braces should be on next line. (brace-style)
(#231) Missing space before opening brace. (space-before-blocks)
(#231) This line has 34 statements. Maximum allowed is 2. (max-statements-per-line)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) A space is required after ','. (comma-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) Requires a space after '{'. (block-spacing)
(#231) Statement inside of curly braces should be on next line. (brace-style)
(#231) Missing space before opening brace. (space-before-blocks)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) Requires a space before '}'. (block-spacing)
(#231) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#231) Missing semicolon. (semi)
(#231) Requires a space before '}'. (block-spacing)
(#231) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#231) Missing semicolon. (semi)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) Requires a space after '{'. (block-spacing)
(#231) Statement inside of curly braces should be on next line. (brace-style)
(#231) Missing space before opening brace. (space-before-blocks)
(#231) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#231) Operator '||' must be spaced. (space-infix-ops)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Requires a space before '}'. (block-spacing)
(#231) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#231) Missing semicolon. (semi)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) A space is required after ','. (comma-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) Requires a space after '{'. (block-spacing)
(#231) Statement inside of curly braces should be on next line. (brace-style)
(#231) Missing space before opening brace. (space-before-blocks)
(#231) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#231) Operator '||' must be spaced. (space-infix-ops)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Operator '*=' must be spaced. (space-infix-ops)
(#231) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) Operator '*' must be spaced. (space-infix-ops)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) Operator '*' must be spaced. (space-infix-ops)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) Operator '*' must be spaced. (space-infix-ops)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Requires a space before '}'. (block-spacing)
(#231) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#231) Missing semicolon. (semi)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) A space is required after ','. (comma-spacing)
(#231) Requires a space after '{'. (block-spacing)
(#231) Statement inside of curly braces should be on next line. (brace-style)
(#231) Missing space before opening brace. (space-before-blocks)
(#231) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#231) Operator '||' must be spaced. (space-infix-ops)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) Operator '*' must be spaced. (space-infix-ops)
(#231) Operator '+' must be spaced. (space-infix-ops)
(#231) Operator '*' must be spaced. (space-infix-ops)
(#231) Operator '+' must be spaced. (space-infix-ops)
(#231) Operator '*' must be spaced. (space-infix-ops)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#231) Operator '<' must be spaced. (space-infix-ops)
(#231) Operator '?' must be spaced. (space-infix-ops)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#232) This line has a length of 504. Maximum allowed is 132. (max-len)
(#232) Operator '*' must be spaced. (space-infix-ops)
(#232) A space is required after ','. (comma-spacing)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) A space is required after ','. (comma-spacing)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Operator '*' must be spaced. (space-infix-ops)
(#232) A space is required after ','. (comma-spacing)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Operator '*' must be spaced. (space-infix-ops)
(#232) A space is required after ','. (comma-spacing)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Operator '*' must be spaced. (space-infix-ops)
(#232) Operator ':' must be spaced. (space-infix-ops)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) A space is required after ','. (comma-spacing)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) A space is required after ','. (comma-spacing)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) A space is required after ','. (comma-spacing)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Requires a space before '}'. (block-spacing)
(#232) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#232) Missing semicolon. (semi)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) This line has 21 statements. Maximum allowed is 2. (max-statements-per-line)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Requires a space after '{'. (block-spacing)
(#232) Statement inside of curly braces should be on next line. (brace-style)
(#232) Missing space before opening brace. (space-before-blocks)
(#232) Expected space(s) after "return". (keyword-spacing)
(#232) Operator '+' must be spaced. (space-infix-ops)
(#232) Operator '+' must be spaced. (space-infix-ops)
(#232) Operator '+' must be spaced. (space-infix-ops)
(#232) Operator '+' must be spaced. (space-infix-ops)
(#232) Operator '+' must be spaced. (space-infix-ops)
(#232) Operator '+' must be spaced. (space-infix-ops)
(#232) Operator '+' must be spaced. (space-infix-ops)
(#232) Operator '+' must be spaced. (space-infix-ops)
(#232) Requires a space before '}'. (block-spacing)
(#232) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#232) Missing semicolon. (semi)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Missing space before value for key 'create'. (key-spacing)
(#232) Requires a space after '{'. (block-spacing)
(#232) Statement inside of curly braces should be on next line. (brace-style)
(#232) Missing space before opening brace. (space-before-blocks)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) A constructor name should not start with a lowercase letter. (new-cap)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#232) Operator '?' must be spaced. (space-infix-ops)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) A space is required after ','. (comma-spacing)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Operator ':' must be spaced. (space-infix-ops)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) A space is required after ','. (comma-spacing)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Requires a space before '}'. (block-spacing)
(#232) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#232) Missing semicolon. (semi)
(#232) A space is required after ','. (comma-spacing)
(#232) Missing space before value for key 'createFrom'. (key-spacing)
(#232) A space is required after ','. (comma-spacing)
(#232) Requires a space after '{'. (block-spacing)
(#232) Statement inside of curly braces should be on next line. (brace-style)
(#232) Missing space before opening brace. (space-before-blocks)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) A constructor name should not start with a lowercase letter. (new-cap)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Requires a space before '}'. (block-spacing)
(#232) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#232) Missing semicolon. (semi)
(#232) A space is required after ','. (comma-spacing)
(#232) Missing space before value for key 'add'. (key-spacing)
(#232) A space is required after ','. (comma-spacing)
(#232) A space is required after ','. (comma-spacing)
(#232) Requires a space after '{'. (block-spacing)
(#232) Statement inside of curly braces should be on next line. (brace-style)
(#232) Missing space before opening brace. (space-before-blocks)
(#232) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#232) Operator '||' must be spaced. (space-infix-ops)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Operator '+' must be spaced. (space-infix-ops)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Operator '+' must be spaced. (space-infix-ops)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Requires a space before '}'. (block-spacing)
(#232) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#232) Missing semicolon. (semi)
(#232) A space is required after ','. (comma-spacing)
(#232) Missing space before value for key 'subtract'. (key-spacing)
(#232) A space is required after ','. (comma-spacing)
(#232) A space is required after ','. (comma-spacing)
(#232) Requires a space after '{'. (block-spacing)
(#232) Statement inside of curly braces should be on next line. (brace-style)
(#232) Missing space before opening brace. (space-before-blocks)
(#232) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#232) Operator '||' must be spaced. (space-infix-ops)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Operator '-' must be spaced. (space-infix-ops)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Operator '-' must be spaced. (space-infix-ops)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Requires a space before '}'. (block-spacing)
(#232) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#232) Missing semicolon. (semi)
(#232) A space is required after ','. (comma-spacing)
(#232) Missing space before value for key 'multiply'. (key-spacing)
(#232) A space is required after ','. (comma-spacing)
(#232) A space is required after ','. (comma-spacing)
(#232) Requires a space after '{'. (block-spacing)
(#232) Statement inside of curly braces should be on next line. (brace-style)
(#232) Missing space before opening brace. (space-before-blocks)
(#232) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#232) Operator '||' must be spaced. (space-infix-ops)
(#233) This line has a length of 502. Maximum allowed is 132. (max-len)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) Operator '*' must be spaced. (space-infix-ops)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) This line has 25 statements. Maximum allowed is 2. (max-statements-per-line)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) Operator '*' must be spaced. (space-infix-ops)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) Requires a space before '}'. (block-spacing)
(#233) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#233) Missing semicolon. (semi)
(#233) A space is required after ','. (comma-spacing)
(#233) Missing space before value for key 'divide'. (key-spacing)
(#233) A space is required after ','. (comma-spacing)
(#233) A space is required after ','. (comma-spacing)
(#233) Requires a space after '{'. (block-spacing)
(#233) Statement inside of curly braces should be on next line. (brace-style)
(#233) Missing space before opening brace. (space-before-blocks)
(#233) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#233) Operator '||' must be spaced. (space-infix-ops)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) Operator '/' must be spaced. (space-infix-ops)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) Operator '/' must be spaced. (space-infix-ops)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) Requires a space before '}'. (block-spacing)
(#233) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#233) Missing semicolon. (semi)
(#233) A space is required after ','. (comma-spacing)
(#233) Missing space before value for key 'scale'. (key-spacing)
(#233) A space is required after ','. (comma-spacing)
(#233) A space is required after ','. (comma-spacing)
(#233) Requires a space after '{'. (block-spacing)
(#233) Statement inside of curly braces should be on next line. (brace-style)
(#233) Missing space before opening brace. (space-before-blocks)
(#233) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#233) Operator '||' must be spaced. (space-infix-ops)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) Operator '*' must be spaced. (space-infix-ops)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) Operator '*' must be spaced. (space-infix-ops)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) Requires a space before '}'. (block-spacing)
(#233) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#233) Missing semicolon. (semi)
(#233) A space is required after ','. (comma-spacing)
(#233) Missing space before value for key 'dist'. (key-spacing)
(#233) A space is required after ','. (comma-spacing)
(#233) Requires a space after '{'. (block-spacing)
(#233) Statement inside of curly braces should be on next line. (brace-style)
(#233) Missing space before opening brace. (space-before-blocks)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) Operator '-' must be spaced. (space-infix-ops)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) Operator '-' must be spaced. (space-infix-ops)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) Operator '*' must be spaced. (space-infix-ops)
(#233) Operator '+' must be spaced. (space-infix-ops)
(#233) Operator '*' must be spaced. (space-infix-ops)
(#233) Requires a space before '}'. (block-spacing)
(#233) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#233) Missing semicolon. (semi)
(#233) A space is required after ','. (comma-spacing)
(#233) Missing space before value for key 'set'. (key-spacing)
(#233) A space is required after ','. (comma-spacing)
(#233) Requires a space after '{'. (block-spacing)
(#233) Statement inside of curly braces should be on next line. (brace-style)
(#233) Missing space before opening brace. (space-before-blocks)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) Requires a space before '}'. (block-spacing)
(#233) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#233) Missing semicolon. (semi)
(#233) A space is required after ','. (comma-spacing)
(#233) Missing space before value for key 'equal'. (key-spacing)
(#233) A space is required after ','. (comma-spacing)
(#233) Requires a space after '{'. (block-spacing)
(#233) Statement inside of curly braces should be on next line. (brace-style)
(#233) Missing space before opening brace. (space-before-blocks)
(#233) Operator '===' must be spaced. (space-infix-ops)
(#233) Operator '||' must be spaced. (space-infix-ops)
(#233) Operator '>' must be spaced. (space-infix-ops)
(#233) Operator '-' must be spaced. (space-infix-ops)
(#233) Operator '&&' must be spaced. (space-infix-ops)
(#233) Operator '>' must be spaced. (space-infix-ops)
(#233) Operator '-' must be spaced. (space-infix-ops)
(#233) Requires a space before '}'. (block-spacing)
(#233) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#233) Missing semicolon. (semi)
(#233) A space is required after ','. (comma-spacing)
(#233) Missing space before value for key 'negate'. (key-spacing)
(#233) A space is required after ','. (comma-spacing)
(#233) Requires a space after '{'. (block-spacing)
(#233) Statement inside of curly braces should be on next line. (brace-style)
(#233) Missing space before opening brace. (space-before-blocks)
(#233) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#233) Operator '||' must be spaced. (space-infix-ops)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) Requires a space before '}'. (block-spacing)
(#233) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#233) Missing semicolon. (semi)
(#233) A space is required after ','. (comma-spacing)
(#233) Missing space before value for key 'normalize'. (key-spacing)
(#233) A space is required after ','. (comma-spacing)
(#233) Requires a space after '{'. (block-spacing)
(#233) Statement inside of curly braces should be on next line. (brace-style)
(#233) Missing space before opening brace. (space-before-blocks)
(#233) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#233) Operator '||' must be spaced. (space-infix-ops)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) Operator '*' must be spaced. (space-infix-ops)
(#233) Operator '+' must be spaced. (space-infix-ops)
(#234) This line has a length of 505. Maximum allowed is 132. (max-len)
(#234) Operator '*' must be spaced. (space-infix-ops)
(#234) Missing whitespace after semicolon. (semi-spacing)
(#234) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#234) Operator '<' must be spaced. (space-infix-ops)
(#234) Operator '?' must be spaced. (space-infix-ops)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) A space is required after ','. (comma-spacing)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) Operator '/' must be spaced. (space-infix-ops)
(#234) A space is required after ','. (comma-spacing)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) Operator '/' must be spaced. (space-infix-ops)
(#234) Operator ':' must be spaced. (space-infix-ops)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) Missing whitespace after semicolon. (semi-spacing)
(#234) This line has 24 statements. Maximum allowed is 2. (max-statements-per-line)
(#234) Requires a space before '}'. (block-spacing)
(#234) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#234) Missing semicolon. (semi)
(#234) A space is required after ','. (comma-spacing)
(#234) Missing space before value for key 'cross'. (key-spacing)
(#234) A space is required after ','. (comma-spacing)
(#234) A space is required after ','. (comma-spacing)
(#234) Requires a space after '{'. (block-spacing)
(#234) Statement inside of curly braces should be on next line. (brace-style)
(#234) Missing space before opening brace. (space-before-blocks)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) Operator '*' must be spaced. (space-infix-ops)
(#234) Operator '-' must be spaced. (space-infix-ops)
(#234) Operator '*' must be spaced. (space-infix-ops)
(#234) Missing whitespace after semicolon. (semi-spacing)
(#234) Expected space(s) after "if". (keyword-spacing)
(#234) Expected { after 'if' condition. (curly)
(#234) Expected space(s) before "return". (keyword-spacing)
(#234) Missing whitespace after semicolon. (semi-spacing)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) Missing whitespace after semicolon. (semi-spacing)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) Missing whitespace after semicolon. (semi-spacing)
(#234) Requires a space before '}'. (block-spacing)
(#234) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#234) Missing semicolon. (semi)
(#234) A space is required after ','. (comma-spacing)
(#234) Missing space before value for key 'length'. (key-spacing)
(#234) Requires a space after '{'. (block-spacing)
(#234) Statement inside of curly braces should be on next line. (brace-style)
(#234) Missing space before opening brace. (space-before-blocks)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) Missing whitespace after semicolon. (semi-spacing)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) Missing whitespace after semicolon. (semi-spacing)
(#234) Operator '*' must be spaced. (space-infix-ops)
(#234) Operator '+' must be spaced. (space-infix-ops)
(#234) Operator '*' must be spaced. (space-infix-ops)
(#234) Requires a space before '}'. (block-spacing)
(#234) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#234) Missing semicolon. (semi)
(#234) A space is required after ','. (comma-spacing)
(#234) Missing space before value for key 'squaredLength'. (key-spacing)
(#234) Requires a space after '{'. (block-spacing)
(#234) Statement inside of curly braces should be on next line. (brace-style)
(#234) Missing space before opening brace. (space-before-blocks)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) Missing whitespace after semicolon. (semi-spacing)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) Missing whitespace after semicolon. (semi-spacing)
(#234) Operator '*' must be spaced. (space-infix-ops)
(#234) Operator '+' must be spaced. (space-infix-ops)
(#234) Operator '*' must be spaced. (space-infix-ops)
(#234) Requires a space before '}'. (block-spacing)
(#234) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#234) Missing semicolon. (semi)
(#234) A space is required after ','. (comma-spacing)
(#234) Missing space before value for key 'dot'. (key-spacing)
(#234) A space is required after ','. (comma-spacing)
(#234) Requires a space after '{'. (block-spacing)
(#234) Statement inside of curly braces should be on next line. (brace-style)
(#234) Missing space before opening brace. (space-before-blocks)
(#234) Operator '*' must be spaced. (space-infix-ops)
(#234) Operator '+' must be spaced. (space-infix-ops)
(#234) Operator '*' must be spaced. (space-infix-ops)
(#234) Requires a space before '}'. (block-spacing)
(#234) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#234) Missing semicolon. (semi)
(#234) A space is required after ','. (comma-spacing)
(#234) Missing space before value for key 'direction'. (key-spacing)
(#234) A space is required after ','. (comma-spacing)
(#234) A space is required after ','. (comma-spacing)
(#234) Requires a space after '{'. (block-spacing)
(#234) Statement inside of curly braces should be on next line. (brace-style)
(#234) Missing space before opening brace. (space-before-blocks)
(#234) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#234) Operator '||' must be spaced. (space-infix-ops)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) Missing whitespace after semicolon. (semi-spacing)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) Operator '-' must be spaced. (space-infix-ops)
(#234) Missing whitespace after semicolon. (semi-spacing)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) Operator '-' must be spaced. (space-infix-ops)
(#234) Missing whitespace after semicolon. (semi-spacing)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) Operator '*' must be spaced. (space-infix-ops)
(#234) Operator '+' must be spaced. (space-infix-ops)
(#234) Operator '*' must be spaced. (space-infix-ops)
(#234) Missing whitespace after semicolon. (semi-spacing)
(#234) Expected space(s) after "if". (keyword-spacing)
(#234) Expected { after 'if' condition. (curly)
(#234) Expected space(s) before "return". (keyword-spacing)
(#234) Return statement should not contain assignment. (no-return-assign)
(#234) Return statement should not contain assignment. (no-return-assign)
(#234) Return statement should not contain assignment. (no-return-assign)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) Unexpected use of comma operator. (no-sequences)
(#234) A space is required after ','. (comma-spacing)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) A space is required after ','. (comma-spacing)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) A space is required after ','. (comma-spacing)
(#234) Missing whitespace after semicolon. (semi-spacing)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) Operator '/' must be spaced. (space-infix-ops)
(#234) Missing whitespace after semicolon. (semi-spacing)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) Operator '*' must be spaced. (space-infix-ops)
(#234) Missing whitespace after semicolon. (semi-spacing)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) Operator '*' must be spaced. (space-infix-ops)
(#234) Missing whitespace after semicolon. (semi-spacing)
(#234) Requires a space before '}'. (block-spacing)
(#234) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#234) Missing semicolon. (semi)
(#234) A space is required after ','. (comma-spacing)
(#234) Missing space before value for key 'lerp'. (key-spacing)
(#235) This line has a length of 501. Maximum allowed is 132. (max-len)
(#235) A space is required after ','. (comma-spacing)
(#235) A space is required after ','. (comma-spacing)
(#235) Requires a space after '{'. (block-spacing)
(#235) Statement inside of curly braces should be on next line. (brace-style)
(#235) Missing space before opening brace. (space-before-blocks)
(#235) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#235) Operator '||' must be spaced. (space-infix-ops)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) Missing whitespace after semicolon. (semi-spacing)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) Operator '+' must be spaced. (space-infix-ops)
(#235) Operator '*' must be spaced. (space-infix-ops)
(#235) Operator '-' must be spaced. (space-infix-ops)
(#235) Missing whitespace after semicolon. (semi-spacing)
(#235) This line has 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) Operator '+' must be spaced. (space-infix-ops)
(#235) Operator '*' must be spaced. (space-infix-ops)
(#235) Operator '-' must be spaced. (space-infix-ops)
(#235) Missing whitespace after semicolon. (semi-spacing)
(#235) Requires a space before '}'. (block-spacing)
(#235) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#235) Missing semicolon. (semi)
(#235) A space is required after ','. (comma-spacing)
(#235) Missing space before value for key 'str'. (key-spacing)
(#235) Requires a space after '{'. (block-spacing)
(#235) Statement inside of curly braces should be on next line. (brace-style)
(#235) Missing space before opening brace. (space-before-blocks)
(#235) Expected space(s) after "return". (keyword-spacing)
(#235) Operator '+' must be spaced. (space-infix-ops)
(#235) Operator '+' must be spaced. (space-infix-ops)
(#235) Operator '+' must be spaced. (space-infix-ops)
(#235) Operator '+' must be spaced. (space-infix-ops)
(#235) Requires a space before '}'. (block-spacing)
(#235) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#235) Missing semicolon. (semi)
(#235) A space is required after ','. (comma-spacing)
(#235) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) Missing space before value for key 'create'. (key-spacing)
(#235) Requires a space after '{'. (block-spacing)
(#235) Statement inside of curly braces should be on next line. (brace-style)
(#235) Missing space before opening brace. (space-before-blocks)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) A constructor name should not start with a lowercase letter. (new-cap)
(#235) Missing whitespace after semicolon. (semi-spacing)
(#235) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#235) Operator '?' must be spaced. (space-infix-ops)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) A space is required after ','. (comma-spacing)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) A space is required after ','. (comma-spacing)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) A space is required after ','. (comma-spacing)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) Operator ':' must be spaced. (space-infix-ops)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) Missing whitespace after semicolon. (semi-spacing)
(#235) Requires a space before '}'. (block-spacing)
(#235) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#235) Missing semicolon. (semi)
(#235) A space is required after ','. (comma-spacing)
(#235) Missing space before value for key 'createFrom'. (key-spacing)
(#235) A space is required after ','. (comma-spacing)
(#235) A space is required after ','. (comma-spacing)
(#235) A space is required after ','. (comma-spacing)
(#235) Requires a space after '{'. (block-spacing)
(#235) Statement inside of curly braces should be on next line. (brace-style)
(#235) Missing space before opening brace. (space-before-blocks)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) A constructor name should not start with a lowercase letter. (new-cap)
(#235) Missing whitespace after semicolon. (semi-spacing)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) Missing whitespace after semicolon. (semi-spacing)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) Missing whitespace after semicolon. (semi-spacing)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) Missing whitespace after semicolon. (semi-spacing)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) Missing whitespace after semicolon. (semi-spacing)
(#235) Requires a space before '}'. (block-spacing)
(#235) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#235) Missing semicolon. (semi)
(#235) A space is required after ','. (comma-spacing)
(#235) Missing space before value for key 'set'. (key-spacing)
(#235) A space is required after ','. (comma-spacing)
(#235) Requires a space after '{'. (block-spacing)
(#235) Statement inside of curly braces should be on next line. (brace-style)
(#235) Missing space before opening brace. (space-before-blocks)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) Missing whitespace after semicolon. (semi-spacing)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) Missing whitespace after semicolon. (semi-spacing)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) Missing whitespace after semicolon. (semi-spacing)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) Missing whitespace after semicolon. (semi-spacing)
(#235) Requires a space before '}'. (block-spacing)
(#235) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#235) Missing semicolon. (semi)
(#235) A space is required after ','. (comma-spacing)
(#235) Missing space before value for key 'equal'. (key-spacing)
(#235) A space is required after ','. (comma-spacing)
(#235) Requires a space after '{'. (block-spacing)
(#235) Statement inside of curly braces should be on next line. (brace-style)
(#235) Missing space before opening brace. (space-before-blocks)
(#235) Operator '===' must be spaced. (space-infix-ops)
(#235) Operator '||' must be spaced. (space-infix-ops)
(#235) Operator '>' must be spaced. (space-infix-ops)
(#235) Operator '-' must be spaced. (space-infix-ops)
(#235) Operator '&&' must be spaced. (space-infix-ops)
(#235) Operator '>' must be spaced. (space-infix-ops)
(#235) Operator '-' must be spaced. (space-infix-ops)
(#235) Operator '&&' must be spaced. (space-infix-ops)
(#235) Operator '>' must be spaced. (space-infix-ops)
(#235) Operator '-' must be spaced. (space-infix-ops)
(#235) Operator '&&' must be spaced. (space-infix-ops)
(#235) Operator '>' must be spaced. (space-infix-ops)
(#236) This line has a length of 504. Maximum allowed is 132. (max-len)
(#236) Operator '-' must be spaced. (space-infix-ops)
(#236) Requires a space before '}'. (block-spacing)
(#236) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#236) Missing semicolon. (semi)
(#236) A space is required after ','. (comma-spacing)
(#236) Missing space before value for key 'identity'. (key-spacing)
(#236) Requires a space after '{'. (block-spacing)
(#236) Statement inside of curly braces should be on next line. (brace-style)
(#236) Missing space before opening brace. (space-before-blocks)
(#236) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#236) Operator '||' must be spaced. (space-infix-ops)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) Missing whitespace after semicolon. (semi-spacing)
(#236) This line has 29 statements. Maximum allowed is 2. (max-statements-per-line)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) Missing whitespace after semicolon. (semi-spacing)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) Missing whitespace after semicolon. (semi-spacing)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) Missing whitespace after semicolon. (semi-spacing)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) Missing whitespace after semicolon. (semi-spacing)
(#236) Requires a space before '}'. (block-spacing)
(#236) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#236) Missing semicolon. (semi)
(#236) A space is required after ','. (comma-spacing)
(#236) Missing space before value for key 'transpose'. (key-spacing)
(#236) A space is required after ','. (comma-spacing)
(#236) Requires a space after '{'. (block-spacing)
(#236) Statement inside of curly braces should be on next line. (brace-style)
(#236) Missing space before opening brace. (space-before-blocks)
(#236) Expected space(s) after "if". (keyword-spacing)
(#236) Operator '||' must be spaced. (space-infix-ops)
(#236) Operator '===' must be spaced. (space-infix-ops)
(#236) Expected { after 'if' condition. (curly)
(#236) Expected space(s) before "return". (keyword-spacing)
(#236) Return statement should not contain assignment. (no-return-assign)
(#236) Return statement should not contain assignment. (no-return-assign)
(#236) Return statement should not contain assignment. (no-return-assign)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) Unexpected use of comma operator. (no-sequences)
(#236) A space is required after ','. (comma-spacing)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) A space is required after ','. (comma-spacing)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) A space is required after ','. (comma-spacing)
(#236) Missing whitespace after semicolon. (semi-spacing)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) Missing whitespace after semicolon. (semi-spacing)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) Missing whitespace after semicolon. (semi-spacing)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) Missing whitespace after semicolon. (semi-spacing)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) Missing whitespace after semicolon. (semi-spacing)
(#236) Requires a space before '}'. (block-spacing)
(#236) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#236) Missing semicolon. (semi)
(#236) A space is required after ','. (comma-spacing)
(#236) Missing space before value for key 'determinant'. (key-spacing)
(#236) Requires a space after '{'. (block-spacing)
(#236) Statement inside of curly braces should be on next line. (brace-style)
(#236) Missing space before opening brace. (space-before-blocks)
(#236) Operator '*' must be spaced. (space-infix-ops)
(#236) Operator '-' must be spaced. (space-infix-ops)
(#236) Operator '*' must be spaced. (space-infix-ops)
(#236) Requires a space before '}'. (block-spacing)
(#236) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#236) Missing semicolon. (semi)
(#236) A space is required after ','. (comma-spacing)
(#236) Missing space before value for key 'inverse'. (key-spacing)
(#236) A space is required after ','. (comma-spacing)
(#236) Requires a space after '{'. (block-spacing)
(#236) Statement inside of curly braces should be on next line. (brace-style)
(#236) Missing space before opening brace. (space-before-blocks)
(#236) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#236) Operator '||' must be spaced. (space-infix-ops)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) Missing whitespace after semicolon. (semi-spacing)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) A space is required after ','. (comma-spacing)
(#236) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) A space is required after ','. (comma-spacing)
(#236) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) Missing whitespace after semicolon. (semi-spacing)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) Missing whitespace after semicolon. (semi-spacing)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) Operator '*' must be spaced. (space-infix-ops)
(#236) Operator '-' must be spaced. (space-infix-ops)
(#236) Operator '*' must be spaced. (space-infix-ops)
(#236) Missing whitespace after semicolon. (semi-spacing)
(#236) Expected space(s) after "if". (keyword-spacing)
(#236) Expected { after 'if' condition. (curly)
(#236) Expected space(s) before "return". (keyword-spacing)
(#236) Missing whitespace after semicolon. (semi-spacing)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) Operator '/' must be spaced. (space-infix-ops)
(#236) Missing whitespace after semicolon. (semi-spacing)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) Operator '*' must be spaced. (space-infix-ops)
(#236) Missing whitespace after semicolon. (semi-spacing)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) Operator '*' must be spaced. (space-infix-ops)
(#236) Missing whitespace after semicolon. (semi-spacing)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) Operator '*' must be spaced. (space-infix-ops)
(#236) Missing whitespace after semicolon. (semi-spacing)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) Operator '*' must be spaced. (space-infix-ops)
(#236) Missing whitespace after semicolon. (semi-spacing)
(#236) Requires a space before '}'. (block-spacing)
(#236) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#236) Missing semicolon. (semi)
(#236) A space is required after ','. (comma-spacing)
(#236) Missing space before value for key 'multiply'. (key-spacing)
(#236) A space is required after ','. (comma-spacing)
(#236) A space is required after ','. (comma-spacing)
(#236) Requires a space after '{'. (block-spacing)
(#236) Statement inside of curly braces should be on next line. (brace-style)
(#236) Missing space before opening brace. (space-before-blocks)
(#236) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#236) Operator '||' must be spaced. (space-infix-ops)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) Missing whitespace after semicolon. (semi-spacing)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) A space is required after ','. (comma-spacing)
(#236) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) A space is required after ','. (comma-spacing)
(#236) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) Missing whitespace after semicolon. (semi-spacing)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) Missing whitespace after semicolon. (semi-spacing)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) Operator '*' must be spaced. (space-infix-ops)
(#236) Operator '+' must be spaced. (space-infix-ops)
(#236) Operator '*' must be spaced. (space-infix-ops)
(#237) This line has a length of 501. Maximum allowed is 132. (max-len)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Operator '*' must be spaced. (space-infix-ops)
(#237) Operator '+' must be spaced. (space-infix-ops)
(#237) Operator '*' must be spaced. (space-infix-ops)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Operator '*' must be spaced. (space-infix-ops)
(#237) Operator '+' must be spaced. (space-infix-ops)
(#237) Operator '*' must be spaced. (space-infix-ops)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) This line has 29 statements. Maximum allowed is 2. (max-statements-per-line)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Operator '*' must be spaced. (space-infix-ops)
(#237) Operator '+' must be spaced. (space-infix-ops)
(#237) Operator '*' must be spaced. (space-infix-ops)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Requires a space before '}'. (block-spacing)
(#237) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#237) Missing semicolon. (semi)
(#237) A space is required after ','. (comma-spacing)
(#237) Missing space before value for key 'rotate'. (key-spacing)
(#237) A space is required after ','. (comma-spacing)
(#237) A space is required after ','. (comma-spacing)
(#237) Requires a space after '{'. (block-spacing)
(#237) Statement inside of curly braces should be on next line. (brace-style)
(#237) Missing space before opening brace. (space-before-blocks)
(#237) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#237) Operator '||' must be spaced. (space-infix-ops)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) A space is required after ','. (comma-spacing)
(#237) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) A space is required after ','. (comma-spacing)
(#237) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Operator '*' must be spaced. (space-infix-ops)
(#237) Operator '+' must be spaced. (space-infix-ops)
(#237) Operator '*' must be spaced. (space-infix-ops)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Operator '*' must be spaced. (space-infix-ops)
(#237) Operator '+' must be spaced. (space-infix-ops)
(#237) Operator '*' must be spaced. (space-infix-ops)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Operator '*' must be spaced. (space-infix-ops)
(#237) Operator '+' must be spaced. (space-infix-ops)
(#237) Operator '*' must be spaced. (space-infix-ops)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Operator '*' must be spaced. (space-infix-ops)
(#237) Operator '+' must be spaced. (space-infix-ops)
(#237) Operator '*' must be spaced. (space-infix-ops)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Requires a space before '}'. (block-spacing)
(#237) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#237) Missing semicolon. (semi)
(#237) A space is required after ','. (comma-spacing)
(#237) Missing space before value for key 'multiplyVec2'. (key-spacing)
(#237) A space is required after ','. (comma-spacing)
(#237) A space is required after ','. (comma-spacing)
(#237) Requires a space after '{'. (block-spacing)
(#237) Statement inside of curly braces should be on next line. (brace-style)
(#237) Missing space before opening brace. (space-before-blocks)
(#237) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#237) Operator '||' must be spaced. (space-infix-ops)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Operator '*' must be spaced. (space-infix-ops)
(#237) Operator '+' must be spaced. (space-infix-ops)
(#237) Operator '*' must be spaced. (space-infix-ops)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Operator '*' must be spaced. (space-infix-ops)
(#237) Operator '+' must be spaced. (space-infix-ops)
(#237) Operator '*' must be spaced. (space-infix-ops)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Requires a space before '}'. (block-spacing)
(#237) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#237) Missing semicolon. (semi)
(#237) A space is required after ','. (comma-spacing)
(#237) Missing space before value for key 'scale'. (key-spacing)
(#237) A space is required after ','. (comma-spacing)
(#237) A space is required after ','. (comma-spacing)
(#237) Requires a space after '{'. (block-spacing)
(#237) Statement inside of curly braces should be on next line. (brace-style)
(#237) Missing space before opening brace. (space-before-blocks)
(#237) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#237) Operator '||' must be spaced. (space-infix-ops)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) A space is required after ','. (comma-spacing)
(#237) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) A space is required after ','. (comma-spacing)
(#237) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) A space is required after ','. (comma-spacing)
(#237) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Operator '*' must be spaced. (space-infix-ops)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Operator '*' must be spaced. (space-infix-ops)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Operator '*' must be spaced. (space-infix-ops)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Operator '*' must be spaced. (space-infix-ops)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Requires a space before '}'. (block-spacing)
(#237) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#237) Missing semicolon. (semi)
(#237) A space is required after ','. (comma-spacing)
(#237) Missing space before value for key 'str'. (key-spacing)
(#237) Requires a space after '{'. (block-spacing)
(#237) Statement inside of curly braces should be on next line. (brace-style)
(#237) Missing space before opening brace. (space-before-blocks)
(#237) Expected space(s) after "return". (keyword-spacing)
(#237) Operator '+' must be spaced. (space-infix-ops)
(#237) Operator '+' must be spaced. (space-infix-ops)
(#237) Operator '+' must be spaced. (space-infix-ops)
(#237) Operator '+' must be spaced. (space-infix-ops)
(#237) Operator '+' must be spaced. (space-infix-ops)
(#237) Operator '+' must be spaced. (space-infix-ops)
(#238) This line has a length of 501. Maximum allowed is 132. (max-len)
(#238) Operator '+' must be spaced. (space-infix-ops)
(#238) Operator '+' must be spaced. (space-infix-ops)
(#238) Requires a space before '}'. (block-spacing)
(#238) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#238) Missing semicolon. (semi)
(#238) A space is required after ','. (comma-spacing)
(#238) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Missing space before value for key 'create'. (key-spacing)
(#238) Requires a space after '{'. (block-spacing)
(#238) Statement inside of curly braces should be on next line. (brace-style)
(#238) Missing space before opening brace. (space-before-blocks)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) A constructor name should not start with a lowercase letter. (new-cap)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#238) This line has 26 statements. Maximum allowed is 2. (max-statements-per-line)
(#238) Operator '?' must be spaced. (space-infix-ops)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) A space is required after ','. (comma-spacing)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) A space is required after ','. (comma-spacing)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) A space is required after ','. (comma-spacing)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Operator ':' must be spaced. (space-infix-ops)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) A space is required after ','. (comma-spacing)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) A space is required after ','. (comma-spacing)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) A space is required after ','. (comma-spacing)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Requires a space before '}'. (block-spacing)
(#238) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#238) Missing semicolon. (semi)
(#238) A space is required after ','. (comma-spacing)
(#238) Missing space before value for key 'createFrom'. (key-spacing)
(#238) A space is required after ','. (comma-spacing)
(#238) A space is required after ','. (comma-spacing)
(#238) A space is required after ','. (comma-spacing)
(#238) Requires a space after '{'. (block-spacing)
(#238) Statement inside of curly braces should be on next line. (brace-style)
(#238) Missing space before opening brace. (space-before-blocks)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) A constructor name should not start with a lowercase letter. (new-cap)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Requires a space before '}'. (block-spacing)
(#238) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#238) Missing semicolon. (semi)
(#238) A space is required after ','. (comma-spacing)
(#238) Missing space before value for key 'add'. (key-spacing)
(#238) A space is required after ','. (comma-spacing)
(#238) A space is required after ','. (comma-spacing)
(#238) Requires a space after '{'. (block-spacing)
(#238) Statement inside of curly braces should be on next line. (brace-style)
(#238) Missing space before opening brace. (space-before-blocks)
(#238) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#238) Operator '||' must be spaced. (space-infix-ops)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Operator '+' must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Operator '+' must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Operator '+' must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Operator '+' must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Requires a space before '}'. (block-spacing)
(#238) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#238) Missing semicolon. (semi)
(#238) A space is required after ','. (comma-spacing)
(#238) Missing space before value for key 'subtract'. (key-spacing)
(#238) A space is required after ','. (comma-spacing)
(#238) A space is required after ','. (comma-spacing)
(#238) Requires a space after '{'. (block-spacing)
(#238) Statement inside of curly braces should be on next line. (brace-style)
(#238) Missing space before opening brace. (space-before-blocks)
(#238) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#238) Operator '||' must be spaced. (space-infix-ops)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Operator '-' must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Operator '-' must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Operator '-' must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Operator '-' must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Requires a space before '}'. (block-spacing)
(#238) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#238) Missing semicolon. (semi)
(#238) A space is required after ','. (comma-spacing)
(#238) Missing space before value for key 'multiply'. (key-spacing)
(#238) A space is required after ','. (comma-spacing)
(#238) A space is required after ','. (comma-spacing)
(#238) Requires a space after '{'. (block-spacing)
(#238) Statement inside of curly braces should be on next line. (brace-style)
(#238) Missing space before opening brace. (space-before-blocks)
(#238) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#238) Operator '||' must be spaced. (space-infix-ops)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Operator '*' must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Operator '*' must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Operator '*' must be spaced. (space-infix-ops)
(#239) This line has a length of 506. Maximum allowed is 132. (max-len)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) Operator '*' must be spaced. (space-infix-ops)
(#239) Missing whitespace after semicolon. (semi-spacing)
(#239) Requires a space before '}'. (block-spacing)
(#239) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#239) Missing semicolon. (semi)
(#239) A space is required after ','. (comma-spacing)
(#239) Missing space before value for key 'divide'. (key-spacing)
(#239) A space is required after ','. (comma-spacing)
(#239) A space is required after ','. (comma-spacing)
(#239) Requires a space after '{'. (block-spacing)
(#239) Statement inside of curly braces should be on next line. (brace-style)
(#239) Missing space before opening brace. (space-before-blocks)
(#239) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#239) This line has 26 statements. Maximum allowed is 2. (max-statements-per-line)
(#239) Operator '||' must be spaced. (space-infix-ops)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) Missing whitespace after semicolon. (semi-spacing)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) Operator '/' must be spaced. (space-infix-ops)
(#239) Missing whitespace after semicolon. (semi-spacing)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) Operator '/' must be spaced. (space-infix-ops)
(#239) Missing whitespace after semicolon. (semi-spacing)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) Operator '/' must be spaced. (space-infix-ops)
(#239) Missing whitespace after semicolon. (semi-spacing)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) Operator '/' must be spaced. (space-infix-ops)
(#239) Missing whitespace after semicolon. (semi-spacing)
(#239) Requires a space before '}'. (block-spacing)
(#239) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#239) Missing semicolon. (semi)
(#239) A space is required after ','. (comma-spacing)
(#239) Missing space before value for key 'scale'. (key-spacing)
(#239) A space is required after ','. (comma-spacing)
(#239) A space is required after ','. (comma-spacing)
(#239) Requires a space after '{'. (block-spacing)
(#239) Statement inside of curly braces should be on next line. (brace-style)
(#239) Missing space before opening brace. (space-before-blocks)
(#239) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#239) Operator '||' must be spaced. (space-infix-ops)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) Missing whitespace after semicolon. (semi-spacing)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) Operator '*' must be spaced. (space-infix-ops)
(#239) Missing whitespace after semicolon. (semi-spacing)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) Operator '*' must be spaced. (space-infix-ops)
(#239) Missing whitespace after semicolon. (semi-spacing)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) Operator '*' must be spaced. (space-infix-ops)
(#239) Missing whitespace after semicolon. (semi-spacing)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) Operator '*' must be spaced. (space-infix-ops)
(#239) Missing whitespace after semicolon. (semi-spacing)
(#239) Requires a space before '}'. (block-spacing)
(#239) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#239) Missing semicolon. (semi)
(#239) A space is required after ','. (comma-spacing)
(#239) Missing space before value for key 'set'. (key-spacing)
(#239) A space is required after ','. (comma-spacing)
(#239) Requires a space after '{'. (block-spacing)
(#239) Statement inside of curly braces should be on next line. (brace-style)
(#239) Missing space before opening brace. (space-before-blocks)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) Missing whitespace after semicolon. (semi-spacing)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) Missing whitespace after semicolon. (semi-spacing)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) Missing whitespace after semicolon. (semi-spacing)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) Missing whitespace after semicolon. (semi-spacing)
(#239) Requires a space before '}'. (block-spacing)
(#239) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#239) Missing semicolon. (semi)
(#239) A space is required after ','. (comma-spacing)
(#239) Missing space before value for key 'equal'. (key-spacing)
(#239) A space is required after ','. (comma-spacing)
(#239) Requires a space after '{'. (block-spacing)
(#239) Statement inside of curly braces should be on next line. (brace-style)
(#239) Missing space before opening brace. (space-before-blocks)
(#239) Operator '===' must be spaced. (space-infix-ops)
(#239) Operator '||' must be spaced. (space-infix-ops)
(#239) Operator '>' must be spaced. (space-infix-ops)
(#239) Operator '-' must be spaced. (space-infix-ops)
(#239) Operator '&&' must be spaced. (space-infix-ops)
(#239) Operator '>' must be spaced. (space-infix-ops)
(#239) Operator '-' must be spaced. (space-infix-ops)
(#239) Operator '&&' must be spaced. (space-infix-ops)
(#239) Operator '>' must be spaced. (space-infix-ops)
(#239) Operator '-' must be spaced. (space-infix-ops)
(#239) Operator '&&' must be spaced. (space-infix-ops)
(#239) Operator '>' must be spaced. (space-infix-ops)
(#239) Operator '-' must be spaced. (space-infix-ops)
(#239) Requires a space before '}'. (block-spacing)
(#239) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#239) Missing semicolon. (semi)
(#239) A space is required after ','. (comma-spacing)
(#239) Missing space before value for key 'negate'. (key-spacing)
(#239) A space is required after ','. (comma-spacing)
(#239) Requires a space after '{'. (block-spacing)
(#239) Statement inside of curly braces should be on next line. (brace-style)
(#239) Missing space before opening brace. (space-before-blocks)
(#239) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#239) Operator '||' must be spaced. (space-infix-ops)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) Missing whitespace after semicolon. (semi-spacing)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) Missing whitespace after semicolon. (semi-spacing)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) Missing whitespace after semicolon. (semi-spacing)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) Missing whitespace after semicolon. (semi-spacing)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) Missing whitespace after semicolon. (semi-spacing)
(#239) Requires a space before '}'. (block-spacing)
(#239) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#239) Missing semicolon. (semi)
(#240) This line has a length of 503. Maximum allowed is 132. (max-len)
(#240) Missing space before value for key 'length'. (key-spacing)
(#240) Requires a space after '{'. (block-spacing)
(#240) Statement inside of curly braces should be on next line. (brace-style)
(#240) Missing space before opening brace. (space-before-blocks)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) A space is required after ','. (comma-spacing)
(#240) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) A space is required after ','. (comma-spacing)
(#240) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) Missing whitespace after semicolon. (semi-spacing)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) Missing whitespace after semicolon. (semi-spacing)
(#240) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#240) Operator '*' must be spaced. (space-infix-ops)
(#240) Operator '+' must be spaced. (space-infix-ops)
(#240) Operator '*' must be spaced. (space-infix-ops)
(#240) Operator '+' must be spaced. (space-infix-ops)
(#240) Operator '*' must be spaced. (space-infix-ops)
(#240) Operator '+' must be spaced. (space-infix-ops)
(#240) Operator '*' must be spaced. (space-infix-ops)
(#240) Requires a space before '}'. (block-spacing)
(#240) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#240) Missing semicolon. (semi)
(#240) A space is required after ','. (comma-spacing)
(#240) Missing space before value for key 'squaredLength'. (key-spacing)
(#240) Requires a space after '{'. (block-spacing)
(#240) Statement inside of curly braces should be on next line. (brace-style)
(#240) Missing space before opening brace. (space-before-blocks)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) A space is required after ','. (comma-spacing)
(#240) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) A space is required after ','. (comma-spacing)
(#240) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) Missing whitespace after semicolon. (semi-spacing)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) Missing whitespace after semicolon. (semi-spacing)
(#240) Operator '*' must be spaced. (space-infix-ops)
(#240) Operator '+' must be spaced. (space-infix-ops)
(#240) Operator '*' must be spaced. (space-infix-ops)
(#240) Operator '+' must be spaced. (space-infix-ops)
(#240) Operator '*' must be spaced. (space-infix-ops)
(#240) Operator '+' must be spaced. (space-infix-ops)
(#240) Operator '*' must be spaced. (space-infix-ops)
(#240) Requires a space before '}'. (block-spacing)
(#240) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#240) Missing semicolon. (semi)
(#240) A space is required after ','. (comma-spacing)
(#240) Missing space before value for key 'lerp'. (key-spacing)
(#240) A space is required after ','. (comma-spacing)
(#240) A space is required after ','. (comma-spacing)
(#240) A space is required after ','. (comma-spacing)
(#240) Requires a space after '{'. (block-spacing)
(#240) Statement inside of curly braces should be on next line. (brace-style)
(#240) Missing space before opening brace. (space-before-blocks)
(#240) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#240) Operator '||' must be spaced. (space-infix-ops)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) Missing whitespace after semicolon. (semi-spacing)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) Operator '+' must be spaced. (space-infix-ops)
(#240) Operator '*' must be spaced. (space-infix-ops)
(#240) Operator '-' must be spaced. (space-infix-ops)
(#240) Missing whitespace after semicolon. (semi-spacing)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) Operator '+' must be spaced. (space-infix-ops)
(#240) Operator '*' must be spaced. (space-infix-ops)
(#240) Operator '-' must be spaced. (space-infix-ops)
(#240) Missing whitespace after semicolon. (semi-spacing)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) Operator '+' must be spaced. (space-infix-ops)
(#240) Operator '*' must be spaced. (space-infix-ops)
(#240) Operator '-' must be spaced. (space-infix-ops)
(#240) Missing whitespace after semicolon. (semi-spacing)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) Operator '+' must be spaced. (space-infix-ops)
(#240) Operator '*' must be spaced. (space-infix-ops)
(#240) Operator '-' must be spaced. (space-infix-ops)
(#240) Missing whitespace after semicolon. (semi-spacing)
(#240) Requires a space before '}'. (block-spacing)
(#240) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#240) Missing semicolon. (semi)
(#240) A space is required after ','. (comma-spacing)
(#240) Missing space before value for key 'str'. (key-spacing)
(#240) Requires a space after '{'. (block-spacing)
(#240) Statement inside of curly braces should be on next line. (brace-style)
(#240) Missing space before opening brace. (space-before-blocks)
(#240) Expected space(s) after "return". (keyword-spacing)
(#240) Operator '+' must be spaced. (space-infix-ops)
(#240) Operator '+' must be spaced. (space-infix-ops)
(#240) Operator '+' must be spaced. (space-infix-ops)
(#240) Operator '+' must be spaced. (space-infix-ops)
(#240) Operator '+' must be spaced. (space-infix-ops)
(#240) Operator '+' must be spaced. (space-infix-ops)
(#240) Operator '+' must be spaced. (space-infix-ops)
(#240) Operator '+' must be spaced. (space-infix-ops)
(#240) Requires a space before '}'. (block-spacing)
(#240) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#240) Missing semicolon. (semi)
(#240) Missing whitespace after semicolon. (semi-spacing)
(#240) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#240) Operator '&&' must be spaced. (space-infix-ops)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) A space is required after ','. (comma-spacing)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) A space is required after ','. (comma-spacing)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) A space is required after ','. (comma-spacing)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) A space is required after ','. (comma-spacing)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) A space is required after ','. (comma-spacing)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) A space is required after ','. (comma-spacing)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) A space is required after ','. (comma-spacing)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#241) This line has a length of 191. Maximum allowed is 132. (max-len)
(#241) A space is required after ','. (comma-spacing)
(#241) Operator '=' must be spaced. (space-infix-ops)
(#241) A space is required after ','. (comma-spacing)
(#241) Operator '=' must be spaced. (space-infix-ops)
(#241) A space is required after ','. (comma-spacing)
(#241) Operator '=' must be spaced. (space-infix-ops)
(#241) A space is required after ','. (comma-spacing)
(#241) Operator '=' must be spaced. (space-infix-ops)
(#241) Missing whitespace after semicolon. (semi-spacing)
(#241) Expected space(s) after "return". (keyword-spacing)
(#241) Missing space before value for key 'glMatrixArrayType'. (key-spacing)
(#241) A space is required after ','. (comma-spacing)
(#241) Missing space before value for key 'MatrixArray'. (key-spacing)
(#241) A space is required after ','. (comma-spacing)
(#241) Missing space before value for key 'setMatrixArrayType'. (key-spacing)
(#241) A space is required after ','. (comma-spacing)
(#241) Missing space before value for key 'determineMatrixArrayType'. (key-spacing)
(#241) A space is required after ','. (comma-spacing)
(#241) Missing space before value for key 'glMath'. (key-spacing)
(#241) A space is required after ','. (comma-spacing)
(#241) Missing space before value for key 'vec2'. (key-spacing)
(#241) A space is required after ','. (comma-spacing)
(#241) Missing space before value for key 'vec3'. (key-spacing)
(#241) A space is required after ','. (comma-spacing)
(#241) Missing space before value for key 'vec4'. (key-spacing)
(#241) A space is required after ','. (comma-spacing)
(#241) Missing space before value for key 'mat2'. (key-spacing)
(#241) A space is required after ','. (comma-spacing)
(#241) Missing space before value for key 'mat3'. (key-spacing)
(#241) A space is required after ','. (comma-spacing)
(#241) Missing space before value for key 'mat4'. (key-spacing)
(#241) A space is required after ','. (comma-spacing)
(#241) Missing space before value for key 'quat4'. (key-spacing)
(#241) Requires a space before '}'. (block-spacing)
(#241) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#241) Missing semicolon. (semi)
(#242) This line has a length of 502. Maximum allowed is 132. (max-len)
(#242) 'n' is defined but never used. (no-unused-vars)
(#242) Requires a space after '{'. (block-spacing)
(#242) Statement inside of curly braces should be on next line. (brace-style)
(#242) Missing space before opening brace. (space-before-blocks)
(#242) Missing JSDoc comment. (require-jsdoc)
(#242) Requires a space after '{'. (block-spacing)
(#242) Statement inside of curly braces should be on next line. (brace-style)
(#242) Missing space before opening brace. (space-before-blocks)
(#242) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#242) Do not nest ternary expressions. (no-nested-ternary)
(#242) Operator '==' must be spaced. (space-infix-ops)
(#242) Operator '?' must be spaced. (space-infix-ops)
(#242) Operator ':' must be spaced. (space-infix-ops)
(#242) Operator '<' must be spaced. (space-infix-ops)
(#242) Operator '?' must be spaced. (space-infix-ops)
(#242) Operator ':' must be spaced. (space-infix-ops)
(#242) Requires a space before '}'. (block-spacing)
(#242) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#242) Missing semicolon. (semi)
(#242) Expected space(s) before "var". (keyword-spacing)
(#242) Operator '=' must be spaced. (space-infix-ops)
(#242) Missing space before value for key 'subtract'. (key-spacing)
(#242) A space is required after ','. (comma-spacing)
(#242) Requires a space after '{'. (block-spacing)
(#242) Statement inside of curly braces should be on next line. (brace-style)
(#242) Missing space before opening brace. (space-before-blocks)
(#242) Expected space(s) after "return". (keyword-spacing)
(#242) Missing space before value for key 'x'. (key-spacing)
(#242) Operator '-' must be spaced. (space-infix-ops)
(#242) A space is required after ','. (comma-spacing)
(#242) Missing space before value for key 'y'. (key-spacing)
(#242) Operator '-' must be spaced. (space-infix-ops)
(#242) Requires a space before '}'. (block-spacing)
(#242) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#242) Missing semicolon. (semi)
(#242) A space is required after ','. (comma-spacing)
(#242) Missing space before value for key 'dotProduct'. (key-spacing)
(#242) A space is required after ','. (comma-spacing)
(#242) Requires a space after '{'. (block-spacing)
(#242) Statement inside of curly braces should be on next line. (brace-style)
(#242) Missing space before opening brace. (space-before-blocks)
(#242) Operator '*' must be spaced. (space-infix-ops)
(#242) Operator '+' must be spaced. (space-infix-ops)
(#242) Operator '*' must be spaced. (space-infix-ops)
(#242) Requires a space before '}'. (block-spacing)
(#242) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#242) Missing semicolon. (semi)
(#242) A space is required after ','. (comma-spacing)
(#242) Missing space before value for key 'square'. (key-spacing)
(#242) Requires a space after '{'. (block-spacing)
(#242) Statement inside of curly braces should be on next line. (brace-style)
(#242) Missing space before opening brace. (space-before-blocks)
(#242) Operator '*' must be spaced. (space-infix-ops)
(#242) Operator '+' must be spaced. (space-infix-ops)
(#242) Operator '*' must be spaced. (space-infix-ops)
(#242) Requires a space before '}'. (block-spacing)
(#242) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#242) Missing semicolon. (semi)
(#242) A space is required after ','. (comma-spacing)
(#242) Missing space before value for key 'scale'. (key-spacing)
(#242) A space is required after ','. (comma-spacing)
(#242) Requires a space after '{'. (block-spacing)
(#242) Statement inside of curly braces should be on next line. (brace-style)
(#242) Missing space before opening brace. (space-before-blocks)
(#242) Expected space(s) after "return". (keyword-spacing)
(#242) Missing space before value for key 'x'. (key-spacing)
(#242) Operator '*' must be spaced. (space-infix-ops)
(#242) A space is required after ','. (comma-spacing)
(#242) Missing space before value for key 'y'. (key-spacing)
(#242) Operator '*' must be spaced. (space-infix-ops)
(#242) Requires a space before '}'. (block-spacing)
(#242) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#242) Missing semicolon. (semi)
(#242) A space is required after ','. (comma-spacing)
(#242) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#242) Operator '=' must be spaced. (space-infix-ops)
(#242) A space is required after ','. (comma-spacing)
(#242) A space is required after ','. (comma-spacing)
(#242) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#242) Operator '=' must be spaced. (space-infix-ops)
(#242) A space is required after ','. (comma-spacing)
(#242) Requires a space after '{'. (block-spacing)
(#242) Statement inside of curly braces should be on next line. (brace-style)
(#242) Missing space before opening brace. (space-before-blocks)
(#242) Expected space(s) after "for". (keyword-spacing)
(#242) Operator '=' must be spaced. (space-infix-ops)
(#242) A space is required after ','. (comma-spacing)
(#242) Operator '=' must be spaced. (space-infix-ops)
(#242) Operator '-' must be spaced. (space-infix-ops)
(#242) A space is required after ','. (comma-spacing)
(#242) Operator '=' must be spaced. (space-infix-ops)
(#242) Operator '*' must be spaced. (space-infix-ops)
(#242) Operator '-' must be spaced. (space-infix-ops)
(#242) A space is required after ','. (comma-spacing)
(#242) Operator '=' must be spaced. (space-infix-ops)
(#242) A space is required after ','. (comma-spacing)
(#242) Operator '=' must be spaced. (space-infix-ops)
(#242) A space is required after ','. (comma-spacing)
(#242) Operator '=' must be spaced. (space-infix-ops)
(#242) A space is required after ','. (comma-spacing)
(#242) Operator '=' must be spaced. (space-infix-ops)
(#242) A space is required after ','. (comma-spacing)
(#242) Operator '=' must be spaced. (space-infix-ops)
(#242) A space is required after ','. (comma-spacing)
(#242) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#242) A space is required after ','. (comma-spacing)
(#242) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#242) A space is required after ','. (comma-spacing)
(#242) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#242) A space is required after ','. (comma-spacing)
(#242) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#242) A space is required after ','. (comma-spacing)
(#242) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#242) A space is required after ','. (comma-spacing)
(#242) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#242) A space is required after ','. (comma-spacing)
(#242) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#242) A space is required after ','. (comma-spacing)
(#242) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#242) A space is required after ','. (comma-spacing)
(#242) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#242) A space is required after ','. (comma-spacing)
(#242) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#242) A space is required after ','. (comma-spacing)
(#242) A space is required after ','. (comma-spacing)
(#242) Operator '=' must be spaced. (space-infix-ops)
(#242) Missing whitespace after semicolon. (semi-spacing)
(#242) Operator '<=' must be spaced. (space-infix-ops)
(#242) Missing whitespace after semicolon. (semi-spacing)
(#242) Expected { after 'for' condition. (curly)
(#242) Operator '=' must be spaced. (space-infix-ops)
(#242) A space is required after ','. (comma-spacing)
(#242) Missing whitespace after semicolon. (semi-spacing)
(#242) Expected space(s) after "for". (keyword-spacing)
(#242) 'F' used outside of binding context. (block-scoped-var)
(#242) Operator '=' must be spaced. (space-infix-ops)
(#242) Missing whitespace after semicolon. (semi-spacing)
(#242) 'F' used outside of binding context. (block-scoped-var)
(#242) Operator '<=' must be spaced. (space-infix-ops)
(#242) 'x' used outside of binding context. (block-scoped-var)
(#242) Operator '-' must be spaced. (space-infix-ops)
(#242) Missing whitespace after semicolon. (semi-spacing)
(#242) 'F' used outside of binding context. (block-scoped-var)
(#242) 'a' used outside of binding context. (block-scoped-var)
(#242) Expected { after 'for' condition. (curly)
(#242) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#242) 'F' used outside of binding context. (block-scoped-var)
(#242) Operator '=' must be spaced. (space-infix-ops)
(#242) 'F' used outside of binding context. (block-scoped-var)
(#242) Operator '+' must be spaced. (space-infix-ops)
(#242) A space is required after ','. (comma-spacing)
(#242) 'F' used outside of binding context. (block-scoped-var)
(#242) Unexpected use of comma operator. (no-sequences)
(#242) A space is required after ','. (comma-spacing)
(#242) 'a' used outside of binding context. (block-scoped-var)
(#242) 'F' used outside of binding context. (block-scoped-var)
(#242) Operator '=' must be spaced. (space-infix-ops)
(#242) 'a' used outside of binding context. (block-scoped-var)
(#242) 'F' used outside of binding context. (block-scoped-var)
(#242) A space is required after ','. (comma-spacing)
(#242) Missing whitespace after semicolon. (semi-spacing)
(#242) Expected space(s) after "for". (keyword-spacing)
(#242) 'F' used outside of binding context. (block-scoped-var)
(#242) Operator '=' must be spaced. (space-infix-ops)
(#243) This line has a length of 502. Maximum allowed is 132. (max-len)
(#243) Missing whitespace after semicolon. (semi-spacing)
(#243) 'F' used outside of binding context. (block-scoped-var)
(#243) Operator '<=' must be spaced. (space-infix-ops)
(#243) 'x' used outside of binding context. (block-scoped-var)
(#243) Operator '-' must be spaced. (space-infix-ops)
(#243) Missing whitespace after semicolon. (semi-spacing)
(#243) 'F' used outside of binding context. (block-scoped-var)
(#243) Expected { after 'for' condition. (curly)
(#243) Expected space(s) before "for". (keyword-spacing)
(#243) Expected space(s) after "for". (keyword-spacing)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) Missing whitespace after semicolon. (semi-spacing)
(#243) Operator '<=' must be spaced. (space-infix-ops)
(#243) 'x' used outside of binding context. (block-scoped-var)
(#243) Missing whitespace after semicolon. (semi-spacing)
(#243) 'f' used outside of binding context. (block-scoped-var)
(#243) Expected { after 'for' condition. (curly)
(#243) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#243) 'F' used outside of binding context. (block-scoped-var)
(#243) Operator '||' must be spaced. (space-infix-ops)
(#243) 'f' used outside of binding context. (block-scoped-var)
(#243) 'F' used outside of binding context. (block-scoped-var)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) Unexpected use of comma operator. (no-sequences)
(#243) A space is required after ','. (comma-spacing)
(#243) 'f' used outside of binding context. (block-scoped-var)
(#243) 'F' used outside of binding context. (block-scoped-var)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) 'a' used outside of binding context. (block-scoped-var)
(#243) 'F' used outside of binding context. (block-scoped-var)
(#243) A space is required after ','. (comma-spacing)
(#243) 'H' used outside of binding context. (block-scoped-var)
(#243) Missing whitespace after semicolon. (semi-spacing)
(#243) Expected space(s) after "for". (keyword-spacing)
(#243) 'F' used outside of binding context. (block-scoped-var)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) Missing whitespace after semicolon. (semi-spacing)
(#243) 'F' used outside of binding context. (block-scoped-var)
(#243) Operator '<=' must be spaced. (space-infix-ops)
(#243) 'A' used outside of binding context. (block-scoped-var)
(#243) Missing whitespace after semicolon. (semi-spacing)
(#243) 'F' used outside of binding context. (block-scoped-var)
(#243) 't' used outside of binding context. (block-scoped-var)
(#243) Expected { after 'for' condition. (curly)
(#243) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#243) 'F' used outside of binding context. (block-scoped-var)
(#243) Operator '||' must be spaced. (space-infix-ops)
(#243) 't' used outside of binding context. (block-scoped-var)
(#243) 'F' used outside of binding context. (block-scoped-var)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) Unexpected use of comma operator. (no-sequences)
(#243) A space is required after ','. (comma-spacing)
(#243) 't' used outside of binding context. (block-scoped-var)
(#243) 'F' used outside of binding context. (block-scoped-var)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) A space is required after ','. (comma-spacing)
(#243) 't' used outside of binding context. (block-scoped-var)
(#243) 'F' used outside of binding context. (block-scoped-var)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) 'F' used outside of binding context. (block-scoped-var)
(#243) Operator '/' must be spaced. (space-infix-ops)
(#243) 'A' used outside of binding context. (block-scoped-var)
(#243) Missing whitespace after semicolon. (semi-spacing)
(#243) 'A' used outside of binding context. (block-scoped-var)
(#243) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) 'x' used outside of binding context. (block-scoped-var)
(#243) Operator '-' must be spaced. (space-infix-ops)
(#243) Missing whitespace after semicolon. (semi-spacing)
(#243) Expected space(s) after "for". (keyword-spacing)
(#243) 'H' used outside of binding context. (block-scoped-var)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) Missing whitespace after semicolon. (semi-spacing)
(#243) 'H' used outside of binding context. (block-scoped-var)
(#243) Operator '<=' must be spaced. (space-infix-ops)
(#243) 'x' used outside of binding context. (block-scoped-var)
(#243) Operator '+' must be spaced. (space-infix-ops)
(#243) 'A' used outside of binding context. (block-scoped-var)
(#243) Missing whitespace after semicolon. (semi-spacing)
(#243) 'H' used outside of binding context. (block-scoped-var)
(#243) Expected { after 'for' condition. (curly)
(#243) Expected space(s) before "for". (keyword-spacing)
(#243) Expected space(s) after "for". (keyword-spacing)
(#243) 'a' used outside of binding context. (block-scoped-var)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) 'H' used outside of binding context. (block-scoped-var)
(#243) A space is required after ','. (comma-spacing)
(#243) 'x' used outside of binding context. (block-scoped-var)
(#243) A space is required after ','. (comma-spacing)
(#243) 'F' used outside of binding context. (block-scoped-var)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) A space is required after ','. (comma-spacing)
(#243) 'H' used outside of binding context. (block-scoped-var)
(#243) Operator '-' must be spaced. (space-infix-ops)
(#243) 'A' used outside of binding context. (block-scoped-var)
(#243) Missing whitespace after semicolon. (semi-spacing)
(#243) 'F' used outside of binding context. (block-scoped-var)
(#243) Operator '<=' must be spaced. (space-infix-ops)
(#243) 'a' used outside of binding context. (block-scoped-var)
(#243) Missing whitespace after semicolon. (semi-spacing)
(#243) 'F' used outside of binding context. (block-scoped-var)
(#243) 'I' used outside of binding context. (block-scoped-var)
(#243) Expected { after 'for' condition. (curly)
(#243) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) 'H' used outside of binding context. (block-scoped-var)
(#243) Operator '-' must be spaced. (space-infix-ops)
(#243) 'F' used outside of binding context. (block-scoped-var)
(#243) Unexpected use of comma operator. (no-sequences)
(#243) A space is required after ','. (comma-spacing)
(#243) 't' used outside of binding context. (block-scoped-var)
(#243) 'F' used outside of binding context. (block-scoped-var)
(#243) Operator '+' must be spaced. (space-infix-ops)
(#243) 'I' used outside of binding context. (block-scoped-var)
(#243) Operator '+=' must be spaced. (space-infix-ops)
(#243) 'f' used outside of binding context. (block-scoped-var)
(#243) 'I' used outside of binding context. (block-scoped-var)
(#243) 'F' used outside of binding context. (block-scoped-var)
(#243) Operator '*' must be spaced. (space-infix-ops)
(#243) 'C' used outside of binding context. (block-scoped-var)
(#243) 'I' used outside of binding context. (block-scoped-var)
(#243) 'F' used outside of binding context. (block-scoped-var)
(#243) Missing whitespace after semicolon. (semi-spacing)
(#243) 'x' used outside of binding context. (block-scoped-var)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) Operator '-' must be spaced. (space-infix-ops)
(#243) Missing whitespace after semicolon. (semi-spacing)
(#243) 't' used outside of binding context. (block-scoped-var)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) 't' used outside of binding context. (block-scoped-var)
(#243) A space is required after ','. (comma-spacing)
(#243) Operator '*' must be spaced. (space-infix-ops)
(#243) 'x' used outside of binding context. (block-scoped-var)
(#243) Operator '-' must be spaced. (space-infix-ops)
(#243) A space is required after ','. (comma-spacing)
(#243) 'y' used outside of binding context. (block-scoped-var)
(#243) A space is required after ','. (comma-spacing)
(#243) Missing whitespace after semicolon. (semi-spacing)
(#243) 'A' used outside of binding context. (block-scoped-var)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) A space is required after ','. (comma-spacing)
(#243) Missing whitespace after semicolon. (semi-spacing)
(#243) 'f' used outside of binding context. (block-scoped-var)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) 'A' used outside of binding context. (block-scoped-var)
(#243) Missing whitespace after semicolon. (semi-spacing)
(#243) Expected space(s) after "for". (keyword-spacing)
(#243) 'F' used outside of binding context. (block-scoped-var)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) 'C' used outside of binding context. (block-scoped-var)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) Missing whitespace after semicolon. (semi-spacing)
(#243) 'F' used outside of binding context. (block-scoped-var)
(#243) Operator '<' must be spaced. (space-infix-ops)
(#243) 't' used outside of binding context. (block-scoped-var)
(#243) Missing whitespace after semicolon. (semi-spacing)
(#243) 'F' used outside of binding context. (block-scoped-var)
(#243) 'A' used outside of binding context. (block-scoped-var)
(#243) Expected { after 'for' condition. (curly)
(#243) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) A space is required after ','. (comma-spacing)
(#243) A space is required after ','. (comma-spacing)
(#243) 'x' used outside of binding context. (block-scoped-var)
(#243) A space is required after ','. (comma-spacing)
(#243) 'y' used outside of binding context. (block-scoped-var)
(#243) 'F' used outside of binding context. (block-scoped-var)
(#243) A space is required after ','. (comma-spacing)
(#243) A space is required after ','. (comma-spacing)
(#243) Unexpected use of comma operator. (no-sequences)
(#243) A space is required after ','. (comma-spacing)
(#243) 'A' used outside of binding context. (block-scoped-var)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) 'A' used outside of binding context. (block-scoped-var)
(#243) A space is required after ','. (comma-spacing)
(#243) 'A' used outside of binding context. (block-scoped-var)
(#243) Operator '<' must be spaced. (space-infix-ops)
(#243) 'f' used outside of binding context. (block-scoped-var)
(#243) Operator '&&' must be spaced. (space-infix-ops)
(#243) 'f' used outside of binding context. (block-scoped-var)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) 'A' used outside of binding context. (block-scoped-var)
(#243) A space is required after ','. (comma-spacing)
(#243) 'C' used outside of binding context. (block-scoped-var)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) 'y' used outside of binding context. (block-scoped-var)
(#243) 'F' used outside of binding context. (block-scoped-var)
(#243) Missing whitespace after semicolon. (semi-spacing)
(#243) 'A' used outside of binding context. (block-scoped-var)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) A space is required after ','. (comma-spacing)
(#243) 'x' used outside of binding context. (block-scoped-var)
(#243) Missing whitespace after semicolon. (semi-spacing)
(#243) 'A' used outside of binding context. (block-scoped-var)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) 'A' used outside of binding context. (block-scoped-var)
(#243) Missing whitespace after semicolon. (semi-spacing)
(#243) 'A' used outside of binding context. (block-scoped-var)
(#243) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#243) Operator '<' must be spaced. (space-infix-ops)
(#243) 'f' used outside of binding context. (block-scoped-var)
(#243) Operator '&&' must be spaced. (space-infix-ops)
(#243) 'f' used outside of binding context. (block-scoped-var)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) 'A' used outside of binding context. (block-scoped-var)
(#243) A space is required after ','. (comma-spacing)
(#243) 'C' used outside of binding context. (block-scoped-var)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) Missing whitespace after semicolon. (semi-spacing)
(#243) Expected space(s) after "return". (keyword-spacing)
(#243) 'C' used outside of binding context. (block-scoped-var)
(#243) Missing space before value for key 'location'. (key-spacing)
(#243) A space is required after ','. (comma-spacing)
(#243) 'f' used outside of binding context. (block-scoped-var)
(#243) Missing space before value for key 'distance'. (key-spacing)
(#243) Requires a space before '}'. (block-spacing)
(#243) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#243) Missing semicolon. (semi)
(#243) A space is required after ','. (comma-spacing)
(#243) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) A space is required after ','. (comma-spacing)
(#243) A space is required after ','. (comma-spacing)
(#244) This line has a length of 502. Maximum allowed is 132. (max-len)
(#244) Requires a space after '{'. (block-spacing)
(#244) Statement inside of curly braces should be on next line. (brace-style)
(#244) Missing space before opening brace. (space-before-blocks)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) A space is required after ','. (comma-spacing)
(#244) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) A space is required after ','. (comma-spacing)
(#244) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) A space is required after ','. (comma-spacing)
(#244) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) A space is required after ','. (comma-spacing)
(#244) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) Missing whitespace after semicolon. (semi-spacing)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#244) Missing whitespace after semicolon. (semi-spacing)
(#244) Expected space(s) after "for". (keyword-spacing)
(#244) This line has 24 statements. Maximum allowed is 2. (max-statements-per-line)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) Missing whitespace after semicolon. (semi-spacing)
(#244) Operator '<=' must be spaced. (space-infix-ops)
(#244) Missing whitespace after semicolon. (semi-spacing)
(#244) Requires a space after '{'. (block-spacing)
(#244) Statement inside of curly braces should be on next line. (brace-style)
(#244) Missing space before opening brace. (space-before-blocks)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#244) Missing whitespace after semicolon. (semi-spacing)
(#244) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#244) Operator '!=' must be spaced. (space-infix-ops)
(#244) Operator '&&' must be spaced. (space-infix-ops)
(#244) Missing whitespace after semicolon. (semi-spacing)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) Requires a space before '}'. (block-spacing)
(#244) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#244) Missing semicolon. (semi)
(#244) Expected space(s) before "switch". (keyword-spacing)
(#244) Expected space(s) after "switch". (keyword-spacing)
(#244) Requires a space after '{'. (block-spacing)
(#244) Statement inside of curly braces should be on next line. (brace-style)
(#244) Missing space before opening brace. (space-before-blocks)
(#244) Missing whitespace after semicolon. (semi-spacing)
(#244) Expected space(s) after "if". (keyword-spacing)
(#244) Operator '<=' must be spaced. (space-infix-ops)
(#244) Expected { after 'if' condition. (curly)
(#244) Expected space(s) before "return". (keyword-spacing)
(#244) Return statement should not contain assignment. (no-return-assign)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) Operator '+' must be spaced. (space-infix-ops)
(#244) Operator '/' must be spaced. (space-infix-ops)
(#244) Unexpected use of comma operator. (no-sequences)
(#244) A space is required after ','. (comma-spacing)
(#244) Missing whitespace after semicolon. (semi-spacing)
(#244) A space is required after ','. (comma-spacing)
(#244) Missing whitespace after semicolon. (semi-spacing)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) Operator '-' must be spaced. (space-infix-ops)
(#244) Missing whitespace after semicolon. (semi-spacing)
(#244) 'I' used outside of binding context. (block-scoped-var)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) Operator '-' must be spaced. (space-infix-ops)
(#244) Missing whitespace after semicolon. (semi-spacing)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) Operator '*' must be spaced. (space-infix-ops)
(#244) Operator '-' must be spaced. (space-infix-ops)
(#244) Operator '*' must be spaced. (space-infix-ops)
(#244) Missing whitespace after semicolon. (semi-spacing)
(#244) 'F' used outside of binding context. (block-scoped-var)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) Missing whitespace after semicolon. (semi-spacing)
(#244) Expected space(s) after "for". (keyword-spacing)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) Missing whitespace after semicolon. (semi-spacing)
(#244) Operator '<' must be spaced. (space-infix-ops)
(#244) Missing whitespace after semicolon. (semi-spacing)
(#244) Requires a space after '{'. (block-spacing)
(#244) Statement inside of curly braces should be on next line. (brace-style)
(#244) Missing space before opening brace. (space-before-blocks)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) Operator '*' must be spaced. (space-infix-ops)
(#244) Operator '+' must be spaced. (space-infix-ops)
(#244) 'I' used outside of binding context. (block-scoped-var)
(#244) Operator '*' must be spaced. (space-infix-ops)
(#244) Operator '+' must be spaced. (space-infix-ops)
(#244) Missing whitespace after semicolon. (semi-spacing)
(#244) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#244) Operator '>' must be spaced. (space-infix-ops)
(#244) Operator '?' must be spaced. (space-infix-ops)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) Operator ':' must be spaced. (space-infix-ops)
(#244) Operator '<' must be spaced. (space-infix-ops)
(#244) 'F' used outside of binding context. (block-scoped-var)
(#244) Operator '&&' must be spaced. (space-infix-ops)
(#244) 'F' used outside of binding context. (block-scoped-var)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) Requires a space before '}'. (block-spacing)
(#244) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#244) Missing semicolon. (semi)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) 'I' used outside of binding context. (block-scoped-var)
(#244) Missing whitespace after semicolon. (semi-spacing)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) Operator '/' must be spaced. (space-infix-ops)
(#244) Operator '*' must be spaced. (space-infix-ops)
(#244) Operator '-' must be spaced. (space-infix-ops)
(#244) Operator '*' must be spaced. (space-infix-ops)
(#244) Operator '*' must be spaced. (space-infix-ops)
(#244) Operator '-' must be spaced. (space-infix-ops)
(#244) Operator '-' must be spaced. (space-infix-ops)
(#244) Operator '*' must be spaced. (space-infix-ops)
(#244) Missing whitespace after semicolon. (semi-spacing)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) 'I' used outside of binding context. (block-scoped-var)
(#244) Missing whitespace after semicolon. (semi-spacing)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) Operator '/' must be spaced. (space-infix-ops)
(#244) Operator '*' must be spaced. (space-infix-ops)
(#244) Operator '-' must be spaced. (space-infix-ops)
(#244) Operator '*' must be spaced. (space-infix-ops)
(#244) Operator '*' must be spaced. (space-infix-ops)
(#244) Operator '-' must be spaced. (space-infix-ops)
(#244) 'F' used outside of binding context. (block-scoped-var)
(#244) Operator '-' must be spaced. (space-infix-ops)
(#244) Operator '*' must be spaced. (space-infix-ops)
(#244) Missing whitespace after semicolon. (semi-spacing)
(#244) Expected space(s) after "if". (keyword-spacing)
(#244) A space is required after ','. (comma-spacing)
(#244) Operator '-' must be spaced. (space-infix-ops)
(#244) A space is required after ','. (comma-spacing)
(#244) Operator '<' must be spaced. (space-infix-ops)
(#244) Expected { after 'if' condition. (curly)
(#244) Expected space(s) before "return". (keyword-spacing)
(#244) Return statement should not contain assignment. (no-return-assign)
(#244) Return statement should not contain assignment. (no-return-assign)
(#244) Return statement should not contain assignment. (no-return-assign)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) Operator '-' must be spaced. (space-infix-ops)
(#244) Unexpected use of comma operator. (no-sequences)
(#244) A space is required after ','. (comma-spacing)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) Operator '-' must be spaced. (space-infix-ops)
(#244) A space is required after ','. (comma-spacing)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) Operator '/' must be spaced. (space-infix-ops)
(#244) Operator '*' must be spaced. (space-infix-ops)
(#244) Operator '-' must be spaced. (space-infix-ops)
(#244) Operator '*' must be spaced. (space-infix-ops)
(#244) Operator '*' must be spaced. (space-infix-ops)
(#244) Operator '*' must be spaced. (space-infix-ops)
(#244) Operator '-' must be spaced. (space-infix-ops)
(#244) Operator '-' must be spaced. (space-infix-ops)
(#244) Operator '*' must be spaced. (space-infix-ops)
(#244) Operator '-' must be spaced. (space-infix-ops)
(#244) A space is required after ','. (comma-spacing)
(#244) Requires a space before '}'. (block-spacing)
(#244) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#244) Missing semicolon. (semi)
(#244) A space is required after ','. (comma-spacing)
(#244) A space is required after ','. (comma-spacing)
(#244) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#244) A space is required after ','. (comma-spacing)
(#244) A space is required after ','. (comma-spacing)
(#244) Missing whitespace after semicolon. (semi-spacing)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#245) This line has a length of 509. Maximum allowed is 132. (max-len)
(#245) A space is required after ','. (comma-spacing)
(#245) A space is required after ','. (comma-spacing)
(#245) A space is required after ','. (comma-spacing)
(#245) Operator '+' must be spaced. (space-infix-ops)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) A space is required after ','. (comma-spacing)
(#245) A space is required after ','. (comma-spacing)
(#245) A space is required after ','. (comma-spacing)
(#245) Operator '+' must be spaced. (space-infix-ops)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#245) Expected space(s) after "for". (keyword-spacing)
(#245) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#245) Operator '<' must be spaced. (space-infix-ops)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#245) Expected { after 'for' condition. (curly)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#245) Expected space(s) after "for". (keyword-spacing)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#245) Operator '<' must be spaced. (space-infix-ops)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#245) Expected { after 'for' condition. (curly)
(#245) Operator '+' must be spaced. (space-infix-ops)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#245) Operator '+' must be spaced. (space-infix-ops)
(#245) Requires a space before '}'. (block-spacing)
(#245) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#245) Missing semicolon. (semi)
(#245) A space is required after ','. (comma-spacing)
(#245) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) A space is required after ','. (comma-spacing)
(#245) A space is required after ','. (comma-spacing)
(#245) A space is required after ','. (comma-spacing)
(#245) A space is required after ','. (comma-spacing)
(#245) Requires a space after '{'. (block-spacing)
(#245) Statement inside of curly braces should be on next line. (brace-style)
(#245) Missing space before opening brace. (space-before-blocks)
(#245) Expected space(s) after "for". (keyword-spacing)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) A space is required after ','. (comma-spacing)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#245) Operator '<=' must be spaced. (space-infix-ops)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#245) Expected { after 'for' condition. (curly)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#245) Expected space(s) after "for". (keyword-spacing)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#245) Operator '<=' must be spaced. (space-infix-ops)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#245) Expected { after 'for' condition. (curly)
(#245) Expected space(s) before "for". (keyword-spacing)
(#245) Expected space(s) after "for". (keyword-spacing)
(#245) 'a' used outside of binding context. (block-scoped-var)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#245) 'a' used outside of binding context. (block-scoped-var)
(#245) Operator '<=' must be spaced. (space-infix-ops)
(#245) Operator '-' must be spaced. (space-infix-ops)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#245) 'a' used outside of binding context. (block-scoped-var)
(#245) 'H' used outside of binding context. (block-scoped-var)
(#245) Expected { after 'for' condition. (curly)
(#245) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#245) Operator '||' must be spaced. (space-infix-ops)
(#245) 'H' used outside of binding context. (block-scoped-var)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) Unexpected use of comma operator. (no-sequences)
(#245) A space is required after ','. (comma-spacing)
(#245) 'H' used outside of binding context. (block-scoped-var)
(#245) 'a' used outside of binding context. (block-scoped-var)
(#245) Operator '||' must be spaced. (space-infix-ops)
(#245) 'H' used outside of binding context. (block-scoped-var)
(#245) 'a' used outside of binding context. (block-scoped-var)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) A space is required after ','. (comma-spacing)
(#245) 'H' used outside of binding context. (block-scoped-var)
(#245) 'a' used outside of binding context. (block-scoped-var)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) Operator '-' must be spaced. (space-infix-ops)
(#245) Operator '*' must be spaced. (space-infix-ops)
(#245) 'H' used outside of binding context. (block-scoped-var)
(#245) Operator '-' must be spaced. (space-infix-ops)
(#245) 'a' used outside of binding context. (block-scoped-var)
(#245) Operator '+' must be spaced. (space-infix-ops)
(#245) Operator '*' must be spaced. (space-infix-ops)
(#245) 'H' used outside of binding context. (block-scoped-var)
(#245) Operator '-' must be spaced. (space-infix-ops)
(#245) 'a' used outside of binding context. (block-scoped-var)
(#245) Operator '+' must be spaced. (space-infix-ops)
(#245) A space is required after ','. (comma-spacing)
(#245) 'H' used outside of binding context. (block-scoped-var)
(#245) 'a' used outside of binding context. (block-scoped-var)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) Operator '-' must be spaced. (space-infix-ops)
(#245) Operator '*' must be spaced. (space-infix-ops)
(#245) 'H' used outside of binding context. (block-scoped-var)
(#245) Operator '-' must be spaced. (space-infix-ops)
(#245) 'a' used outside of binding context. (block-scoped-var)
(#245) Operator '+' must be spaced. (space-infix-ops)
(#245) Operator '*' must be spaced. (space-infix-ops)
(#245) 'H' used outside of binding context. (block-scoped-var)
(#245) Operator '-' must be spaced. (space-infix-ops)
(#245) 'a' used outside of binding context. (block-scoped-var)
(#245) Operator '+' must be spaced. (space-infix-ops)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#245) Expected space(s) after "if". (keyword-spacing)
(#245) Use '===' to compare with null. (no-eq-null)
(#245) Operator '!=' must be spaced. (space-infix-ops)
(#245) Expected { after 'if' condition. (curly)
(#245) Expected space(s) before "for". (keyword-spacing)
(#245) Expected space(s) after "for". (keyword-spacing)
(#245) 'a' used outside of binding context. (block-scoped-var)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#245) 'a' used outside of binding context. (block-scoped-var)
(#245) Operator '<=' must be spaced. (space-infix-ops)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#245) 'a' used outside of binding context. (block-scoped-var)
(#245) Expected { after 'for' condition. (curly)
(#245) 'a' used outside of binding context. (block-scoped-var)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) 'H' used outside of binding context. (block-scoped-var)
(#245) 'a' used outside of binding context. (block-scoped-var)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#245) Expected space(s) after "if". (keyword-spacing)
(#245) Use '===' to compare with null. (no-eq-null)
(#245) Operator '!=' must be spaced. (space-infix-ops)
(#245) Expected { after 'if' condition. (curly)
(#245) Expected space(s) before "for". (keyword-spacing)
(#245) Expected space(s) after "for". (keyword-spacing)
(#245) 'a' used outside of binding context. (block-scoped-var)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#245) 'a' used outside of binding context. (block-scoped-var)
(#245) Operator '<=' must be spaced. (space-infix-ops)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#245) 'a' used outside of binding context. (block-scoped-var)
(#245) Expected { after 'for' condition. (curly)
(#245) 'a' used outside of binding context. (block-scoped-var)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) 'H' used outside of binding context. (block-scoped-var)
(#245) Operator '-' must be spaced. (space-infix-ops)
(#245) 'a' used outside of binding context. (block-scoped-var)
(#245) 'a' used outside of binding context. (block-scoped-var)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#245) 'H' used outside of binding context. (block-scoped-var)
(#245) Requires a space before '}'. (block-spacing)
(#245) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#245) Missing semicolon. (semi)
(#245) A space is required after ','. (comma-spacing)
(#245) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) A space is required after ','. (comma-spacing)
(#245) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) Requires a space after '{'. (block-spacing)
(#245) Statement inside of curly braces should be on next line. (brace-style)
(#245) Missing space before opening brace. (space-before-blocks)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#245) Expected space(s) after "if". (keyword-spacing)
(#245) Requires a space after '{'. (block-spacing)
(#245) Statement inside of curly braces should be on next line. (brace-style)
(#245) Missing space before opening brace. (space-before-blocks)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) Requires a space after '{'. (block-spacing)
(#245) Statement inside of curly braces should be on next line. (brace-style)
(#245) Missing space before opening brace. (space-before-blocks)
(#245) 'F' is defined but never used. (no-unused-vars)
(#245) Requires a space after '{'. (block-spacing)
(#245) Statement inside of curly braces should be on next line. (brace-style)
(#245) Missing space before opening brace. (space-before-blocks)
(#245) Requires a space before '}'. (block-spacing)
(#245) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#245) Missing semicolon. (semi)
(#245) Requires a space before '}'. (block-spacing)
(#245) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#245) Missing semicolon. (semi)
(#246) This line has a length of 510. Maximum allowed is 132. (max-len)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) Requires a space after '{'. (block-spacing)
(#246) Statement inside of curly braces should be on next line. (brace-style)
(#246) Missing space before opening brace. (space-before-blocks)
(#246) Requires a space after '{'. (block-spacing)
(#246) Statement inside of curly braces should be on next line. (brace-style)
(#246) Missing space before opening brace. (space-before-blocks)
(#246) Requires a space before '}'. (block-spacing)
(#246) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#246) Missing semicolon. (semi)
(#246) Requires a space before '}'. (block-spacing)
(#246) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#246) Missing semicolon. (semi)
(#246) A space is required after ','. (comma-spacing)
(#246) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) Requires a space after '{'. (block-spacing)
(#246) Statement inside of curly braces should be on next line. (brace-style)
(#246) Missing space before opening brace. (space-before-blocks)
(#246) This line has 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#246) Requires a space after '{'. (block-spacing)
(#246) Statement inside of curly braces should be on next line. (brace-style)
(#246) Missing space before opening brace. (space-before-blocks)
(#246) Operator '-' must be spaced. (space-infix-ops)
(#246) Requires a space before '}'. (block-spacing)
(#246) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#246) Missing semicolon. (semi)
(#246) Requires a space before '}'. (block-spacing)
(#246) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#246) Missing semicolon. (semi)
(#246) A space is required after ','. (comma-spacing)
(#246) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) Requires a space after '{'. (block-spacing)
(#246) Statement inside of curly braces should be on next line. (brace-style)
(#246) Missing space before opening brace. (space-before-blocks)
(#246) Requires a space after '{'. (block-spacing)
(#246) Statement inside of curly braces should be on next line. (brace-style)
(#246) Missing space before opening brace. (space-before-blocks)
(#246) Expected space(s) after "for". (keyword-spacing)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) A space is required after ','. (comma-spacing)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) Missing whitespace after semicolon. (semi-spacing)
(#246) Operator '<' must be spaced. (space-infix-ops)
(#246) Missing whitespace after semicolon. (semi-spacing)
(#246) Expected { after 'for' condition. (curly)
(#246) Operator '*=' must be spaced. (space-infix-ops)
(#246) Missing whitespace after semicolon. (semi-spacing)
(#246) 'I' used outside of binding context. (block-scoped-var)
(#246) Requires a space before '}'. (block-spacing)
(#246) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#246) Missing semicolon. (semi)
(#246) Requires a space before '}'. (block-spacing)
(#246) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#246) Missing semicolon. (semi)
(#246) Missing whitespace after semicolon. (semi-spacing)
(#246) Missing '()' invoking a constructor. (new-parens)
(#246) Requires a space after '{'. (block-spacing)
(#246) Statement inside of curly braces should be on next line. (brace-style)
(#246) Missing space before opening brace. (space-before-blocks)
(#246) Requires a space after '{'. (block-spacing)
(#246) Statement inside of curly braces should be on next line. (brace-style)
(#246) Missing space before opening brace. (space-before-blocks)
(#246) A space is required after ','. (comma-spacing)
(#246) Requires a space before '}'. (block-spacing)
(#246) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#246) Missing semicolon. (semi)
(#246) Requires a space before '}'. (block-spacing)
(#246) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#246) Missing semicolon. (semi)
(#246) Missing whitespace after semicolon. (semi-spacing)
(#246) Expected space(s) after "for". (keyword-spacing)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) Missing whitespace after semicolon. (semi-spacing)
(#246) Operator '<' must be spaced. (space-infix-ops)
(#246) Missing whitespace after semicolon. (semi-spacing)
(#246) Requires a space after '{'. (block-spacing)
(#246) Statement inside of curly braces should be on next line. (brace-style)
(#246) Missing space before opening brace. (space-before-blocks)
(#246) Expected space(s) after "for". (keyword-spacing)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) A constructor name should not start with a lowercase letter. (new-cap)
(#246) A space is required after ','. (comma-spacing)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) Missing whitespace after semicolon. (semi-spacing)
(#246) Operator '<' must be spaced. (space-infix-ops)
(#246) Operator '-' must be spaced. (space-infix-ops)
(#246) Missing whitespace after semicolon. (semi-spacing)
(#246) Expected { after 'for' condition. (curly)
(#246) Missing '()' invoking a constructor. (new-parens)
(#246) A constructor name should not start with a lowercase letter. (new-cap)
(#246) Missing whitespace after semicolon. (semi-spacing)
(#246) Expected space(s) after "for". (keyword-spacing)
(#246) 't' used outside of binding context. (block-scoped-var)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) Missing whitespace after semicolon. (semi-spacing)
(#246) 't' used outside of binding context. (block-scoped-var)
(#246) Operator '<' must be spaced. (space-infix-ops)
(#246) Missing whitespace after semicolon. (semi-spacing)
(#246) 't' used outside of binding context. (block-scoped-var)
(#246) 'f' used outside of binding context. (block-scoped-var)
(#246) Expected { after 'for' condition. (curly)
(#246) Missing '()' invoking a constructor. (new-parens)
(#246) Missing whitespace after semicolon. (semi-spacing)
(#246) 'f' used outside of binding context. (block-scoped-var)
(#246) Requires a space before '}'. (block-spacing)
(#246) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#246) Missing semicolon. (semi)
(#246) Missing '()' invoking a constructor. (new-parens)
(#246) Requires a space after '{'. (block-spacing)
(#246) Statement inside of curly braces should be on next line. (brace-style)
(#246) Missing space before opening brace. (space-before-blocks)
(#246) Requires a space after '{'. (block-spacing)
(#246) Statement inside of curly braces should be on next line. (brace-style)
(#246) Missing space before opening brace. (space-before-blocks)
(#246) Operator '-' must be spaced. (space-infix-ops)
(#246) A space is required after ','. (comma-spacing)
(#246) Requires a space before '}'. (block-spacing)
(#246) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#246) Missing semicolon. (semi)
(#246) Requires a space before '}'. (block-spacing)
(#246) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#246) Missing semicolon. (semi)
(#246) Missing whitespace after semicolon. (semi-spacing)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) Requires a space before '}'. (block-spacing)
(#246) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#246) Missing semicolon. (semi)
(#246) Expected space(s) before "return". (keyword-spacing)
(#246) Requires a space before '}'. (block-spacing)
(#246) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#246) Missing semicolon. (semi)
(#246) A space is required after ','. (comma-spacing)
(#246) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) A space is required after ','. (comma-spacing)
(#246) Requires a space after '{'. (block-spacing)
(#246) Statement inside of curly braces should be on next line. (brace-style)
(#246) Missing space before opening brace. (space-before-blocks)
(#246) Expected space(s) after "for". (keyword-spacing)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) Operator '-' must be spaced. (space-infix-ops)
(#246) A space is required after ','. (comma-spacing)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) A space is required after ','. (comma-spacing)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) A space is required after ','. (comma-spacing)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) Missing whitespace after semicolon. (semi-spacing)
(#246) Operator '<' must be spaced. (space-infix-ops)
(#246) Missing whitespace after semicolon. (semi-spacing)
(#246) Expected { after 'for' condition. (curly)
(#246) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#246) Operator '+=' must be spaced. (space-infix-ops)
(#247) This line has a length of 507. Maximum allowed is 132. (max-len)
(#247) Operator '*' must be spaced. (space-infix-ops)
(#247) Unexpected use of comma operator. (no-sequences)
(#247) A space is required after ','. (comma-spacing)
(#247) Operator '+=' must be spaced. (space-infix-ops)
(#247) Operator '*' must be spaced. (space-infix-ops)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Expected space(s) after "return". (keyword-spacing)
(#247) 'x' used outside of binding context. (block-scoped-var)
(#247) Missing space before value for key 'x'. (key-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) 'A' used outside of binding context. (block-scoped-var)
(#247) Missing space before value for key 'y'. (key-spacing)
(#247) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Missing semicolon. (semi)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#247) Operator '-' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Operator '+' must be spaced. (space-infix-ops)
(#247) Operator '-' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Missing semicolon. (semi)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) Expected space(s) after "for". (keyword-spacing)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Operator '<' must be spaced. (space-infix-ops)
(#247) Operator '?' must be spaced. (space-infix-ops)
(#247) Operator ':' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Operator '<' must be spaced. (space-infix-ops)
(#247) Expected { after 'for' condition. (curly)
(#247) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#247) Operator '+=' must be spaced. (space-infix-ops)
(#247) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#247) Operator '*' must be spaced. (space-infix-ops)
(#247) Unexpected use of comma operator. (no-sequences)
(#247) A space is required after ','. (comma-spacing)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Operator '+=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Expected space(s) after "return". (keyword-spacing)
(#247) 'a' used outside of binding context. (block-scoped-var)
(#247) Missing space before value for key 'point'. (key-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key 'location'. (key-spacing)
(#247) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Missing semicolon. (semi)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Operator '-' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Operator '-' must be spaced. (space-infix-ops)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Operator '-' must be spaced. (space-infix-ops)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Operator '==' must be spaced. (space-infix-ops)
(#247) Operator '?' must be spaced. (space-infix-ops)
(#247) Operator ':' must be spaced. (space-infix-ops)
(#247) Operator '/' must be spaced. (space-infix-ops)
(#247) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Missing semicolon. (semi)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Missing space before value for key 'distanceFromCurve'. (key-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key 'gradientAtPoint'. (key-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key 'gradientAtPointAlongCurveFrom'. (key-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#247) Operator '<' must be spaced. (space-infix-ops)
(#247) Operator '&&' must be spaced. (space-infix-ops)
(#248) This line has a length of 510. Maximum allowed is 132. (max-len)
(#248) Operator '=' must be spaced. (space-infix-ops)
(#248) Missing whitespace after semicolon. (semi-spacing)
(#248) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#248) Operator '>' must be spaced. (space-infix-ops)
(#248) Operator '&&' must be spaced. (space-infix-ops)
(#248) Operator '=' must be spaced. (space-infix-ops)
(#248) Missing whitespace after semicolon. (semi-spacing)
(#248) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#248) A space is required after ','. (comma-spacing)
(#248) Requires a space before '}'. (block-spacing)
(#248) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#248) Missing semicolon. (semi)
(#248) A space is required after ','. (comma-spacing)
(#248) Missing space before value for key 'nearestPointOnCurve'. (key-spacing)
(#248) A space is required after ','. (comma-spacing)
(#248) Requires a space after '{'. (block-spacing)
(#248) Statement inside of curly braces should be on next line. (brace-style)
(#248) Missing space before opening brace. (space-before-blocks)
(#248) Operator '=' must be spaced. (space-infix-ops)
(#248) A space is required after ','. (comma-spacing)
(#248) Missing whitespace after semicolon. (semi-spacing)
(#248) Expected space(s) after "return". (keyword-spacing)
(#248) Missing space before value for key 'point'. (key-spacing)
(#248) A space is required after ','. (comma-spacing)
(#248) Operator '-' must be spaced. (space-infix-ops)
(#248) A space is required after ','. (comma-spacing)
(#248) A space is required after ','. (comma-spacing)
(#248) A space is required after ','. (comma-spacing)
(#248) A space is required after ','. (comma-spacing)
(#248) Missing space before value for key 'location'. (key-spacing)
(#248) Requires a space before '}'. (block-spacing)
(#248) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#248) Missing semicolon. (semi)
(#248) A space is required after ','. (comma-spacing)
(#248) Missing space before value for key 'pointOnCurve'. (key-spacing)
(#248) A space is required after ','. (comma-spacing)
(#248) Missing space before value for key 'pointAlongCurveFrom'. (key-spacing)
(#248) A space is required after ','. (comma-spacing)
(#248) A space is required after ','. (comma-spacing)
(#248) Requires a space after '{'. (block-spacing)
(#248) Statement inside of curly braces should be on next line. (brace-style)
(#248) Missing space before opening brace. (space-before-blocks)
(#248) A space is required after ','. (comma-spacing)
(#248) A space is required after ','. (comma-spacing)
(#248) Requires a space before '}'. (block-spacing)
(#248) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#248) Missing semicolon. (semi)
(#248) A space is required after ','. (comma-spacing)
(#248) Missing space before value for key 'perpendicularToCurveAt'. (key-spacing)
(#248) A space is required after ','. (comma-spacing)
(#248) A space is required after ','. (comma-spacing)
(#248) A space is required after ','. (comma-spacing)
(#248) Requires a space after '{'. (block-spacing)
(#248) Statement inside of curly braces should be on next line. (brace-style)
(#248) Missing space before opening brace. (space-before-blocks)
(#248) Operator '=' must be spaced. (space-infix-ops)
(#248) A space is required after ','. (comma-spacing)
(#248) A space is required after ','. (comma-spacing)
(#248) Use '===' to compare with null. (no-eq-null)
(#248) Operator '==' must be spaced. (space-infix-ops)
(#248) Operator '?' must be spaced. (space-infix-ops)
(#248) Operator ':' must be spaced. (space-infix-ops)
(#248) Missing whitespace after semicolon. (semi-spacing)
(#248) Operator '=' must be spaced. (space-infix-ops)
(#248) A space is required after ','. (comma-spacing)
(#248) Missing whitespace after semicolon. (semi-spacing)
(#248) Operator '=' must be spaced. (space-infix-ops)
(#248) Operator '/' must be spaced. (space-infix-ops)
(#248) Missing whitespace after semicolon. (semi-spacing)
(#248) Operator '=' must be spaced. (space-infix-ops)
(#248) Operator '/' must be spaced. (space-infix-ops)
(#248) Operator '*' must be spaced. (space-infix-ops)
(#248) Missing whitespace after semicolon. (semi-spacing)
(#248) Operator '=' must be spaced. (space-infix-ops)
(#248) Operator '/' must be spaced. (space-infix-ops)
(#248) Operator '*' must be spaced. (space-infix-ops)
(#248) Missing whitespace after semicolon. (semi-spacing)
(#248) Expected space(s) after "return". (keyword-spacing)
(#248) Missing space before value for key 'x'. (key-spacing)
(#248) Operator '+' must be spaced. (space-infix-ops)
(#248) A space is required after ','. (comma-spacing)
(#248) Missing space before value for key 'y'. (key-spacing)
(#248) Operator '+' must be spaced. (space-infix-ops)
(#248) A space is required after ','. (comma-spacing)
(#248) Missing space before value for key 'x'. (key-spacing)
(#248) Operator '-' must be spaced. (space-infix-ops)
(#248) A space is required after ','. (comma-spacing)
(#248) Missing space before value for key 'y'. (key-spacing)
(#248) Operator '-' must be spaced. (space-infix-ops)
(#248) Requires a space before '}'. (block-spacing)
(#248) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#248) Missing semicolon. (semi)
(#248) A space is required after ','. (comma-spacing)
(#248) Missing space before value for key 'locationAlongCurveFrom'. (key-spacing)
(#248) A space is required after ','. (comma-spacing)
(#248) A space is required after ','. (comma-spacing)
(#248) Requires a space after '{'. (block-spacing)
(#248) Statement inside of curly braces should be on next line. (brace-style)
(#248) Missing space before opening brace. (space-before-blocks)
(#249) A space is required after ','. (comma-spacing)
(#249) Requires a space before '}'. (block-spacing)
(#249) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#249) Missing semicolon. (semi)
(#249) A space is required after ','. (comma-spacing)
(#249) Missing space before value for key 'getLength'. (key-spacing)
(#249) Requires a space after '{'. (block-spacing)
(#249) Statement inside of curly braces should be on next line. (brace-style)
(#249) Missing space before opening brace. (space-before-blocks)
(#249) Expected space(s) after "for". (keyword-spacing)
(#249) Operator '=' must be spaced. (space-infix-ops)
(#249) A space is required after ','. (comma-spacing)
(#249) A space is required after ','. (comma-spacing)
(#249) Operator '=' must be spaced. (space-infix-ops)
(#249) A space is required after ','. (comma-spacing)
(#249) Operator '=' must be spaced. (space-infix-ops)
(#249) A space is required after ','. (comma-spacing)
(#249) Missing whitespace after semicolon. (semi-spacing)
(#249) Operator '>' must be spaced. (space-infix-ops)
(#249) Expected { after 'for' condition. (curly)
(#249) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#249) Operator '+=' must be spaced. (space-infix-ops)
(#249) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#249) Unexpected use of comma operator. (no-sequences)
(#249) A space is required after ','. (comma-spacing)
(#249) Operator '=' must be spaced. (space-infix-ops)
(#249) A space is required after ','. (comma-spacing)
(#249) A space is required after ','. (comma-spacing)
(#249) Operator '+=' must be spaced. (space-infix-ops)
(#249) A space is required after ','. (comma-spacing)
(#249) A space is required after ','. (comma-spacing)
(#249) Operator '=' must be spaced. (space-infix-ops)
(#249) Missing whitespace after semicolon. (semi-spacing)
(#249) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#249) 'y' used outside of binding context. (block-scoped-var)
(#249) Requires a space before '}'. (block-spacing)
(#249) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#249) Missing semicolon. (semi)
(#249) Requires a space before '}'. (block-spacing)
(#249) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#249) Missing semicolon. (semi)
(#250) This line has a length of 502. Maximum allowed is 132. (max-len)
(#250) Operator '=' must be spaced. (space-infix-ops)
(#250) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#250) Requires a space after '{'. (block-spacing)
(#250) Statement inside of curly braces should be on next line. (brace-style)
(#250) Missing space before opening brace. (space-before-blocks)
(#250) Operator '=' must be spaced. (space-infix-ops)
(#250) 'Uint32Array' is not defined. (no-undef)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#251) This line has a length of 505. Maximum allowed is 132. (max-len)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#251) A space is required after ','. (comma-spacing)
(#252) This line has a length of 503. Maximum allowed is 132. (max-len)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#252) Operator '=' must be spaced. (space-infix-ops)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#253) This line has a length of 501. Maximum allowed is 132. (max-len)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) A space is required after ','. (comma-spacing)
(#254) This line has a length of 502. Maximum allowed is 132. (max-len)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#255) This line has a length of 502. Maximum allowed is 132. (max-len)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#256) This line has a length of 502. Maximum allowed is 132. (max-len)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#257) This line has a length of 503. Maximum allowed is 132. (max-len)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#258) This line has a length of 501. Maximum allowed is 132. (max-len)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#259) This line has a length of 501. Maximum allowed is 132. (max-len)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#260) This line has a length of 501. Maximum allowed is 132. (max-len)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#261) This line has a length of 503. Maximum allowed is 132. (max-len)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#262) This line has a length of 502. Maximum allowed is 132. (max-len)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#263) This line has a length of 503. Maximum allowed is 132. (max-len)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#264) This line has a length of 503. Maximum allowed is 132. (max-len)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#264) Operator '=' must be spaced. (space-infix-ops)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#264) Operator '=' must be spaced. (space-infix-ops)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) Missing whitespace after semicolon. (semi-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) Requires a space after '{'. (block-spacing)
(#264) Statement inside of curly braces should be on next line. (brace-style)
(#264) Missing space before opening brace. (space-before-blocks)
(#264) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#264) Operator '=' must be spaced. (space-infix-ops)
(#264) A space is required after ','. (comma-spacing)
(#264) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#264) Operator '=' must be spaced. (space-infix-ops)
(#264) A space is required after ','. (comma-spacing)
(#264) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#264) Operator '=' must be spaced. (space-infix-ops)
(#264) A space is required after ','. (comma-spacing)
(#264) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#264) Operator '=' must be spaced. (space-infix-ops)
(#264) 'Float32Array' is not defined. (no-undef)
(#264) A space is required after ','. (comma-spacing)
(#264) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#264) Operator '=' must be spaced. (space-infix-ops)
(#264) 'Int32Array' is not defined. (no-undef)
(#264) A space is required after ','. (comma-spacing)
(#264) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#264) Operator '=' must be spaced. (space-infix-ops)
(#264) 'Int32Array' is not defined. (no-undef)
(#264) Missing whitespace after semicolon. (semi-spacing)
(#264) Expected space(s) after "for". (keyword-spacing)
(#264) Operator '=' must be spaced. (space-infix-ops)
(#264) Missing whitespace after semicolon. (semi-spacing)
(#264) Operator '<' must be spaced. (space-infix-ops)
(#264) Operator '-' must be spaced. (space-infix-ops)
(#264) Missing whitespace after semicolon. (semi-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) Operator '+=' must be spaced. (space-infix-ops)
(#264) Expected { after 'for' condition. (curly)
(#264) Expected space(s) before "for". (keyword-spacing)
(#264) Expected space(s) after "for". (keyword-spacing)
(#264) Operator '=' must be spaced. (space-infix-ops)
(#264) Missing whitespace after semicolon. (semi-spacing)
(#264) Operator '<' must be spaced. (space-infix-ops)
(#264) Operator '-' must be spaced. (space-infix-ops)
(#264) Missing whitespace after semicolon. (semi-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) Expected { after 'for' condition. (curly)
(#264) Expected space(s) before "for". (keyword-spacing)
(#264) Expected space(s) after "for". (keyword-spacing)
(#264) Operator '=' must be spaced. (space-infix-ops)
(#264) Missing whitespace after semicolon. (semi-spacing)
(#264) Operator '<' must be spaced. (space-infix-ops)
(#264) Operator '-' must be spaced. (space-infix-ops)
(#264) Missing whitespace after semicolon. (semi-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) Requires a space after '{'. (block-spacing)
(#264) Statement inside of curly braces should be on next line. (brace-style)
(#264) Missing space before opening brace. (space-before-blocks)
(#264) Expected space(s) after "for". (keyword-spacing)
(#264) Operator '=' must be spaced. (space-infix-ops)
(#264) A space is required after ','. (comma-spacing)
(#264) Operator '=' must be spaced. (space-infix-ops)
(#264) Missing whitespace after semicolon. (semi-spacing)
(#264) Operator '>' must be spaced. (space-infix-ops)
(#264) Missing whitespace after semicolon. (semi-spacing)
(#264) Requires a space after '{'. (block-spacing)
(#264) Statement inside of curly braces should be on next line. (brace-style)
(#264) Missing space before opening brace. (space-before-blocks)
(#264) Operator '=' must be spaced. (space-infix-ops)
(#264) Missing whitespace after semicolon. (semi-spacing)
(#264) Operator '=' must be spaced. (space-infix-ops)
(#264) Operator '+' must be spaced. (space-infix-ops)
(#264) Operator '+' must be spaced. (space-infix-ops)
(#264) Operator '*' must be spaced. (space-infix-ops)
(#264) Operator '+' must be spaced. (space-infix-ops)
(#264) Operator '*' must be spaced. (space-infix-ops)
(#265) This line has a length of 335. Maximum allowed is 132. (max-len)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) Missing whitespace after semicolon. (semi-spacing)
(#265) Unexpected use of '|='. (no-bitwise)
(#265) Operator '|=' must be spaced. (space-infix-ops)
(#265) Operator '<' must be spaced. (space-infix-ops)
(#265) Operator '?' must be spaced. (space-infix-ops)
(#265) Unexpected use of '<<'. (no-bitwise)
(#265) Operator '<<' must be spaced. (space-infix-ops)
(#265) Operator ':' must be spaced. (space-infix-ops)
(#265) Requires a space before '}'. (block-spacing)
(#265) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#265) Missing semicolon. (semi)
(#265) 'r' used outside of binding context. (block-scoped-var)
(#265) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) 'p' used outside of binding context. (block-scoped-var)
(#265) Missing whitespace after semicolon. (semi-spacing)
(#265) Expected space(s) after "if". (keyword-spacing)
(#265) Operator '!==' must be spaced. (space-infix-ops)
(#265) 'r' used outside of binding context. (block-scoped-var)
(#265) Requires a space after '{'. (block-spacing)
(#265) Statement inside of curly braces should be on next line. (brace-style)
(#265) Missing space before opening brace. (space-before-blocks)
(#265) Expected space(s) after "for". (keyword-spacing)
(#265) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#265) 'l' used outside of binding context. (block-scoped-var)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) Missing whitespace after semicolon. (semi-spacing)
(#265) Operator '>' must be spaced. (space-infix-ops)
(#265) 'l' used outside of binding context. (block-scoped-var)
(#265) Missing whitespace after semicolon. (semi-spacing)
(#265) 'l' used outside of binding context. (block-scoped-var)
(#265) Expected { after 'for' condition. (curly)
(#265) Expected space(s) before "if". (keyword-spacing)
(#265) Expected space(s) after "if". (keyword-spacing)
(#265) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#265) Operator '!==' must be spaced. (space-infix-ops)
(#265) 'r' used outside of binding context. (block-scoped-var)
(#265) Unexpected use of '&'. (no-bitwise)
(#265) Operator '&' must be spaced. (space-infix-ops)
(#265) Unexpected use of '<<'. (no-bitwise)
(#265) Operator '<<' must be spaced. (space-infix-ops)
(#265) 'l' used outside of binding context. (block-scoped-var)
(#265) Requires a space after '{'. (block-spacing)
(#265) Statement inside of curly braces should be on next line. (brace-style)
(#265) Missing space before opening brace. (space-before-blocks)
(#265) 'l' used outside of binding context. (block-scoped-var)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) Missing whitespace after semicolon. (semi-spacing)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) A space is required after ','. (comma-spacing)
(#265) A space is required after ','. (comma-spacing)
(#265) A space is required after ','. (comma-spacing)
(#265) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) 'l' used outside of binding context. (block-scoped-var)
(#265) A space is required after ','. (comma-spacing)
(#265) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) A space is required after ','. (comma-spacing)
(#265) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) A space is required after ','. (comma-spacing)
(#265) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) A space is required after ','. (comma-spacing)
(#265) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) Operator '-' must be spaced. (space-infix-ops)
(#265) Missing whitespace after semicolon. (semi-spacing)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) Missing whitespace after semicolon. (semi-spacing)
(#265) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#265) Operator '<' must be spaced. (space-infix-ops)
(#265) Operator '&&' must be spaced. (space-infix-ops)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) Operator '/' must be spaced. (space-infix-ops)
(#265) Missing whitespace after semicolon. (semi-spacing)
(#265) Expected space(s) after "for". (keyword-spacing)
(#265) Blocks are nested too deeply (7). Maximum allowed is 4. (max-depth)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) Missing whitespace after semicolon. (semi-spacing)
(#265) Operator '>' must be spaced. (space-infix-ops)
(#265) Missing whitespace after semicolon. (semi-spacing)
(#265) Expected { after 'for' condition. (curly)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) Operator '+' must be spaced. (space-infix-ops)
(#265) Operator '+' must be spaced. (space-infix-ops)
(#265) Operator '*' must be spaced. (space-infix-ops)
(#265) Operator '-' must be spaced. (space-infix-ops)
(#265) Missing whitespace after semicolon. (semi-spacing)
(#265) Requires a space before '}'. (block-spacing)
(#265) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#265) Missing semicolon. (semi)
(#265) 'p' used outside of binding context. (block-scoped-var)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) 'p' used outside of binding context. (block-scoped-var)
(#265) Missing whitespace after semicolon. (semi-spacing)
(#265) Expected space(s) after "for". (keyword-spacing)
(#265) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#265) 'l' used outside of binding context. (block-scoped-var)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) Missing whitespace after semicolon. (semi-spacing)
(#265) 'l' used outside of binding context. (block-scoped-var)
(#265) Operator '<' must be spaced. (space-infix-ops)
(#265) 'p' used outside of binding context. (block-scoped-var)
(#265) Missing whitespace after semicolon. (semi-spacing)
(#265) 'l' used outside of binding context. (block-scoped-var)
(#265) Operator '+=' must be spaced. (space-infix-ops)
(#265) Expected { after 'for' condition. (curly)
(#265) 'p' used outside of binding context. (block-scoped-var)
(#265) 'l' used outside of binding context. (block-scoped-var)
(#265) A space is required after ','. (comma-spacing)
(#265) 'p' used outside of binding context. (block-scoped-var)
(#265) 'l' used outside of binding context. (block-scoped-var)
(#265) Operator '+' must be spaced. (space-infix-ops)
(#265) A space is required after ','. (comma-spacing)
(#265) 'p' used outside of binding context. (block-scoped-var)
(#265) 'l' used outside of binding context. (block-scoped-var)
(#265) Operator '+' must be spaced. (space-infix-ops)
(#265) Requires a space before '}'. (block-spacing)
(#265) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#265) Missing semicolon. (semi)
(#265) Requires a space before '}'. (block-spacing)
(#265) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#265) Expected space(s) before "return". (keyword-spacing)
(#265) Expected space(s) after "return". (keyword-spacing)
(#265) Missing space before value for key 'vertices'. (key-spacing)
(#265) A space is required after ','. (comma-spacing)
(#265) Missing space before value for key 'faces'. (key-spacing)
(#265) Requires a space before '}'. (block-spacing)
(#265) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#265) Missing semicolon. (semi)
(#265) Requires a space before '}'. (block-spacing)
(#265) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#265) Missing semicolon. (semi)
(#266) This line has a length of 515. Maximum allowed is 132. (max-len)
(#266) Operator '=' must be spaced. (space-infix-ops)
(#266) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#266) A space is required after ','. (comma-spacing)
(#266) Requires a space after '{'. (block-spacing)
(#266) Statement inside of curly braces should be on next line. (brace-style)
(#266) Missing space before opening brace. (space-before-blocks)
(#266) Operator '=' must be spaced. (space-infix-ops)
(#266) Missing whitespace after semicolon. (semi-spacing)
(#266) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#266) Operator '=' must be spaced. (space-infix-ops)
(#266) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#266) Requires a space after '{'. (block-spacing)
(#266) Statement inside of curly braces should be on next line. (brace-style)
(#266) Missing space before opening brace. (space-before-blocks)
(#266) Operator '||' must be spaced. (space-infix-ops)
(#266) Operator '||' must be spaced. (space-infix-ops)
(#266) Operator '||' must be spaced. (space-infix-ops)
(#266) Operator '||' must be spaced. (space-infix-ops)
(#266) Operator '||' must be spaced. (space-infix-ops)
(#266) A space is required after ','. (comma-spacing)
(#266) 'v' is defined but never used. (no-unused-vars)
(#266) Requires a space after '{'. (block-spacing)
(#266) Statement inside of curly braces should be on next line. (brace-style)
(#266) Missing space before opening brace. (space-before-blocks)
(#266) A space is required after ','. (comma-spacing)
(#266) Operator '/' must be spaced. (space-infix-ops)
(#266) Requires a space before '}'. (block-spacing)
(#266) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#266) Missing semicolon. (semi)
(#266) Requires a space before '}'. (block-spacing)
(#266) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#266) Missing semicolon. (semi)
(#266) Missing whitespace after semicolon. (semi-spacing)
(#266) Operator '=' must be spaced. (space-infix-ops)
(#266) A space is required after ','. (comma-spacing)
(#266) Requires a space after '{'. (block-spacing)
(#266) Statement inside of curly braces should be on next line. (brace-style)
(#266) Missing space before opening brace. (space-before-blocks)
(#266) Missing JSDoc comment. (require-jsdoc)
(#266) Requires a space after '{'. (block-spacing)
(#266) Statement inside of curly braces should be on next line. (brace-style)
(#266) Missing space before opening brace. (space-before-blocks)
(#266) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#266) Missing '()' invoking a constructor. (new-parens)
(#266) Operator '-' must be spaced. (space-infix-ops)
(#266) Operator '>=' must be spaced. (space-infix-ops)
(#266) Operator '&&' must be spaced. (space-infix-ops)
(#266) A space is required after ','. (comma-spacing)
(#266) Operator '=' must be spaced. (space-infix-ops)
(#266) Missing '()' invoking a constructor. (new-parens)
(#266) Missing whitespace after semicolon. (semi-spacing)
(#266) Operator '=' must be spaced. (space-infix-ops)
(#266) Requires a space before '}'. (block-spacing)
(#266) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#266) Missing semicolon. (semi)
(#266) Expected space(s) before "if". (keyword-spacing)
(#266) Expected space(s) after "if". (keyword-spacing)
(#266) Operator '||' must be spaced. (space-infix-ops)
(#266) Operator '||' must be spaced. (space-infix-ops)
(#266) Operator '&&' must be spaced. (space-infix-ops)
(#266) Operator '||' must be spaced. (space-infix-ops)
(#267) This line has a length of 535. Maximum allowed is 132. (max-len)
(#267) Operator '||' must be spaced. (space-infix-ops)
(#267) Expected { after 'if' condition. (curly)
(#267) Expected space(s) before "return". (keyword-spacing)
(#267) A space is required after ','. (comma-spacing)
(#267) Missing whitespace after semicolon. (semi-spacing)
(#267) Operator '=' must be spaced. (space-infix-ops)
(#267) Missing '()' invoking a constructor. (new-parens)
(#267) A space is required after ','. (comma-spacing)
(#267) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#267) Operator '=' must be spaced. (space-infix-ops)
(#267) Missing whitespace after semicolon. (semi-spacing)
(#267) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#267) Operator '=' must be spaced. (space-infix-ops)
(#267) Missing whitespace after semicolon. (semi-spacing)
(#267) Requires a space before '}'. (block-spacing)
(#267) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#267) Missing semicolon. (semi)
(#267) Missing whitespace after semicolon. (semi-spacing)
(#267) Operator '=' must be spaced. (space-infix-ops)
(#267) Requires a space after '{'. (block-spacing)
(#267) Statement inside of curly braces should be on next line. (brace-style)
(#267) Missing space before opening brace. (space-before-blocks)
(#267) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#267) Do not nest ternary expressions. (no-nested-ternary)
(#267) Operator '?' must be spaced. (space-infix-ops)
(#267) Operator ':' must be spaced. (space-infix-ops)
(#267) Do not nest ternary expressions. (no-nested-ternary)
(#267) Operator '?' must be spaced. (space-infix-ops)
(#267) Operator ':' must be spaced. (space-infix-ops)
(#267) Do not nest ternary expressions. (no-nested-ternary)
(#267) Operator '?' must be spaced. (space-infix-ops)
(#267) Operator ':' must be spaced. (space-infix-ops)
(#267) Do not nest ternary expressions. (no-nested-ternary)
(#267) Operator '?' must be spaced. (space-infix-ops)
(#267) Operator ':' must be spaced. (space-infix-ops)
(#267) Do not nest ternary expressions. (no-nested-ternary)
(#267) Operator '?' must be spaced. (space-infix-ops)
(#267) Operator ':' must be spaced. (space-infix-ops)
(#268) This line has a length of 530. Maximum allowed is 132. (max-len)
(#268) Operator '?' must be spaced. (space-infix-ops)
(#268) Operator ':' must be spaced. (space-infix-ops)
(#268) Requires a space before '}'. (block-spacing)
(#268) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#268) Missing semicolon. (semi)
(#268) Missing whitespace after semicolon. (semi-spacing)
(#268) Operator '=' must be spaced. (space-infix-ops)
(#268) A space is required after ','. (comma-spacing)
(#268) Requires a space after '{'. (block-spacing)
(#268) Statement inside of curly braces should be on next line. (brace-style)
(#268) Missing space before opening brace. (space-before-blocks)
(#268) Missing JSDoc comment. (require-jsdoc)
(#268) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#268) Requires a space after '{'. (block-spacing)
(#268) Statement inside of curly braces should be on next line. (brace-style)
(#268) Missing space before opening brace. (space-before-blocks)
(#268) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#268) Missing '()' invoking a constructor. (new-parens)
(#268) Operator '-' must be spaced. (space-infix-ops)
(#268) Operator '>=' must be spaced. (space-infix-ops)
(#268) Operator '?' must be spaced. (space-infix-ops)
(#268) Operator ':' must be spaced. (space-infix-ops)
(#268) Operator '=' must be spaced. (space-infix-ops)
(#268) Requires a space before '}'. (block-spacing)
(#268) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#268) Missing semicolon. (semi)
(#268) Expected space(s) before "if". (keyword-spacing)
(#268) Expected space(s) after "if". (keyword-spacing)
(#268) Operator '||' must be spaced. (space-infix-ops)
(#268) Operator '||' must be spaced. (space-infix-ops)
(#268) Operator '&&' must be spaced. (space-infix-ops)
(#268) Operator '||' must be spaced. (space-infix-ops)
(#268) Operator '||' must be spaced. (space-infix-ops)
(#268) Expected { after 'if' condition. (curly)
(#268) Expected space(s) before "return". (keyword-spacing)
(#268) A space is required after ','. (comma-spacing)
(#268) Missing whitespace after semicolon. (semi-spacing)
(#268) Operator '=' must be spaced. (space-infix-ops)
(#268) Missing '()' invoking a constructor. (new-parens)
(#268) A space is required after ','. (comma-spacing)
(#268) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#268) Operator '=' must be spaced. (space-infix-ops)
(#268) Missing whitespace after semicolon. (semi-spacing)
(#268) Operator '=' must be spaced. (space-infix-ops)
(#268) Missing whitespace after semicolon. (semi-spacing)
(#268) Requires a space before '}'. (block-spacing)
(#268) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#268) Missing semicolon. (semi)
(#268) Missing whitespace after semicolon. (semi-spacing)
(#268) Operator '=' must be spaced. (space-infix-ops)
(#268) Requires a space after '{'. (block-spacing)
(#268) Statement inside of curly braces should be on next line. (brace-style)
(#268) Missing space before opening brace. (space-before-blocks)
(#268) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#268) Do not nest ternary expressions. (no-nested-ternary)
(#268) Operator '?' must be spaced. (space-infix-ops)
(#269) This line has a length of 434. Maximum allowed is 132. (max-len)
(#269) Operator ':' must be spaced. (space-infix-ops)
(#269) Do not nest ternary expressions. (no-nested-ternary)
(#269) Operator '?' must be spaced. (space-infix-ops)
(#269) Operator ':' must be spaced. (space-infix-ops)
(#269) Do not nest ternary expressions. (no-nested-ternary)
(#269) Operator '?' must be spaced. (space-infix-ops)
(#269) Operator ':' must be spaced. (space-infix-ops)
(#269) Do not nest ternary expressions. (no-nested-ternary)
(#269) Operator '?' must be spaced. (space-infix-ops)
(#269) Operator ':' must be spaced. (space-infix-ops)
(#269) Do not nest ternary expressions. (no-nested-ternary)
(#269) Operator '?' must be spaced. (space-infix-ops)
(#269) Operator ':' must be spaced. (space-infix-ops)
(#269) Operator '?' must be spaced. (space-infix-ops)
(#269) Operator ':' must be spaced. (space-infix-ops)
(#269) Requires a space before '}'. (block-spacing)
(#269) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#269) Missing semicolon. (semi)
(#269) Missing whitespace after semicolon. (semi-spacing)
(#269) Requires a space before '}'. (block-spacing)
(#269) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#269) Missing semicolon. (semi)
(#270) This line has a length of 503. Maximum allowed is 132. (max-len)
(#270) Operator '=' must be spaced. (space-infix-ops)
(#270) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#270) A space is required after ','. (comma-spacing)
(#270) A space is required after ','. (comma-spacing)
(#270) A space is required after ','. (comma-spacing)
(#270) 'v' is defined but never used. (no-unused-vars)
(#270) Requires a space after '{'. (block-spacing)
(#270) Statement inside of curly braces should be on next line. (brace-style)
(#270) Missing space before opening brace. (space-before-blocks)
(#270) Expected space(s) after "return". (keyword-spacing)
(#270) Missing space before value for key 'vec3AngleFrom'. (key-spacing)
(#270) A space is required after ','. (comma-spacing)
(#270) Requires a space after '{'. (block-spacing)
(#270) Statement inside of curly braces should be on next line. (brace-style)
(#270) Missing space before opening brace. (space-before-blocks)
(#270) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#270) Operator '=' must be spaced. (space-infix-ops)
(#270) A space is required after ','. (comma-spacing)
(#270) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#270) Operator '=' must be spaced. (space-infix-ops)
(#270) Missing whitespace after semicolon. (semi-spacing)
(#270) Operator '=' must be spaced. (space-infix-ops)
(#270) A space is required after ','. (comma-spacing)
(#270) Missing whitespace after semicolon. (semi-spacing)
(#270) Operator '/' must be spaced. (space-infix-ops)
(#270) Operator '/' must be spaced. (space-infix-ops)
(#270) Requires a space before '}'. (block-spacing)
(#270) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#270) Missing semicolon. (semi)
(#270) A space is required after ','. (comma-spacing)
(#270) Missing space before value for key 'contextRoundRect'. (key-spacing)
(#270) A space is required after ','. (comma-spacing)
(#270) A space is required after ','. (comma-spacing)
(#270) A space is required after ','. (comma-spacing)
(#270) A space is required after ','. (comma-spacing)
(#270) A space is required after ','. (comma-spacing)
(#270) Requires a space after '{'. (block-spacing)
(#270) Statement inside of curly braces should be on next line. (brace-style)
(#270) Missing space before opening brace. (space-before-blocks)
(#270) Missing whitespace after semicolon. (semi-spacing)
(#270) Operator '+' must be spaced. (space-infix-ops)
(#270) A space is required after ','. (comma-spacing)
(#270) Missing whitespace after semicolon. (semi-spacing)
(#270) Operator '+' must be spaced. (space-infix-ops)
(#270) Operator '-' must be spaced. (space-infix-ops)
(#270) A space is required after ','. (comma-spacing)
(#270) Missing whitespace after semicolon. (semi-spacing)
(#270) Operator '+' must be spaced. (space-infix-ops)
(#270) A space is required after ','. (comma-spacing)
(#270) A space is required after ','. (comma-spacing)
(#270) Operator '+' must be spaced. (space-infix-ops)
(#270) A space is required after ','. (comma-spacing)
(#270) Operator '+' must be spaced. (space-infix-ops)
(#270) Missing whitespace after semicolon. (semi-spacing)
(#270) Operator '+' must be spaced. (space-infix-ops)
(#270) A space is required after ','. (comma-spacing)
(#270) Operator '+' must be spaced. (space-infix-ops)
(#270) Operator '-' must be spaced. (space-infix-ops)
(#270) Missing whitespace after semicolon. (semi-spacing)
(#270) Operator '+' must be spaced. (space-infix-ops)
(#270) A space is required after ','. (comma-spacing)
(#270) Operator '+' must be spaced. (space-infix-ops)
(#270) A space is required after ','. (comma-spacing)
(#270) Operator '+' must be spaced. (space-infix-ops)
(#270) Operator '-' must be spaced. (space-infix-ops)
(#270) A space is required after ','. (comma-spacing)
(#270) Operator '+' must be spaced. (space-infix-ops)
(#270) Missing whitespace after semicolon. (semi-spacing)
(#270) Operator '+' must be spaced. (space-infix-ops)
(#270) A space is required after ','. (comma-spacing)
(#270) Operator '+' must be spaced. (space-infix-ops)
(#270) Missing whitespace after semicolon. (semi-spacing)
(#270) A space is required after ','. (comma-spacing)
(#270) Operator '+' must be spaced. (space-infix-ops)
(#270) A space is required after ','. (comma-spacing)
(#270) A space is required after ','. (comma-spacing)
(#270) Operator '+' must be spaced. (space-infix-ops)
(#270) Operator '-' must be spaced. (space-infix-ops)
(#270) Missing whitespace after semicolon. (semi-spacing)
(#270) A space is required after ','. (comma-spacing)
(#270) Operator '+' must be spaced. (space-infix-ops)
(#270) Missing whitespace after semicolon. (semi-spacing)
(#270) A space is required after ','. (comma-spacing)
(#270) A space is required after ','. (comma-spacing)
(#270) Operator '+' must be spaced. (space-infix-ops)
(#270) A space is required after ','. (comma-spacing)
(#270) Missing whitespace after semicolon. (semi-spacing)
(#270) Requires a space before '}'. (block-spacing)
(#270) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#270) Missing semicolon. (semi)
(#270) A space is required after ','. (comma-spacing)
(#270) Missing space before value for key 'contextEllipse'. (key-spacing)
(#270) A space is required after ','. (comma-spacing)
(#270) A space is required after ','. (comma-spacing)
(#270) A space is required after ','. (comma-spacing)
(#270) A space is required after ','. (comma-spacing)
(#270) Requires a space after '{'. (block-spacing)
(#270) Statement inside of curly braces should be on next line. (brace-style)
(#270) Missing space before opening brace. (space-before-blocks)
(#270) Operator '=' must be spaced. (space-infix-ops)
(#270) Operator '/' must be spaced. (space-infix-ops)
(#270) Operator '*' must be spaced. (space-infix-ops)
(#270) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#270) A space is required after ','. (comma-spacing)
(#270) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#270) Operator '=' must be spaced. (space-infix-ops)
(#270) Operator '/' must be spaced. (space-infix-ops)
(#270) Operator '*' must be spaced. (space-infix-ops)
(#270) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#271) This line has a length of 463. Maximum allowed is 132. (max-len)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) Operator '+' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#271) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) Operator '+' must be spaced. (space-infix-ops)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) Operator '+' must be spaced. (space-infix-ops)
(#271) Operator '/' must be spaced. (space-infix-ops)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) Operator '+' must be spaced. (space-infix-ops)
(#271) Operator '/' must be spaced. (space-infix-ops)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Operator '-' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#271) Operator '-' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Operator '+' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Operator '-' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Operator '+' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#271) Operator '+' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Operator '-' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Operator '+' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Requires a space before '}'. (block-spacing)
(#271) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#271) Missing semicolon. (semi)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key 'getFontString'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Requires a space after '{'. (block-spacing)
(#271) Statement inside of curly braces should be on next line. (brace-style)
(#271) Missing space before opening brace. (space-before-blocks)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#271) Operator '&&' must be spaced. (space-infix-ops)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#271) Operator '&&' must be spaced. (space-infix-ops)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Operator '+' must be spaced. (space-infix-ops)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Expected space(s) after "for". (keyword-spacing)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Operator '<' must be spaced. (space-infix-ops)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Expected { after 'for' condition. (curly)
(#271) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) Unexpected use of comma operator. (no-sequences)
(#271) A space is required after ','. (comma-spacing)
(#271) Operator '!==' must be spaced. (space-infix-ops)
(#271) Operator '&&' must be spaced. (space-infix-ops)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) Operator '+' must be spaced. (space-infix-ops)
(#271) Operator '+' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#271) Operator '!==' must be spaced. (space-infix-ops)
(#271) Operator '?' must be spaced. (space-infix-ops)
(#271) Operator ':' must be spaced. (space-infix-ops)
(#271) Operator '+' must be spaced. (space-infix-ops)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Requires a space before '}'. (block-spacing)
(#271) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#271) Missing semicolon. (semi)
(#271) Requires a space before '}'. (block-spacing)
(#271) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#271) Missing semicolon. (semi)
(#271) A space is required after ','. (comma-spacing)
(#271) A space is required after ','. (comma-spacing)
(#272) This line has a length of 475. Maximum allowed is 132. (max-len)
(#272) A space is required after ','. (comma-spacing)
(#272) A space is required after ','. (comma-spacing)
(#272) 'w' is defined but never used. (no-unused-vars)
(#272) Requires a space after '{'. (block-spacing)
(#272) Statement inside of curly braces should be on next line. (brace-style)
(#272) Missing space before opening brace. (space-before-blocks)
(#272) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#272) Operator '||' must be spaced. (space-infix-ops)
(#272) Operator '=' must be spaced. (space-infix-ops)
(#272) Requires a space after '{'. (block-spacing)
(#272) Statement inside of curly braces should be on next line. (brace-style)
(#272) Missing space before opening brace. (space-before-blocks)
(#272) Expected space(s) after "return". (keyword-spacing)
(#272) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#272) Operator '<' must be spaced. (space-infix-ops)
(#272) Operator '-' must be spaced. (space-infix-ops)
(#272) Operator '>' must be spaced. (space-infix-ops)
(#272) Operator '||' must be spaced. (space-infix-ops)
(#272) Requires a space before '}'. (block-spacing)
(#272) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#272) Missing semicolon. (semi)
(#272) Missing whitespace after semicolon. (semi-spacing)
(#272) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#272) Operator '!=' must be spaced. (space-infix-ops)
(#272) Operator '&&' must be spaced. (space-infix-ops)
(#272) Operator '=' must be spaced. (space-infix-ops)
(#272) A space is required after ','. (comma-spacing)
(#272) 'k' is defined but never used. (no-unused-vars)
(#272) Requires a space after '{'. (block-spacing)
(#272) Statement inside of curly braces should be on next line. (brace-style)
(#272) Missing space before opening brace. (space-before-blocks)
(#272) Expected space(s) after "if". (keyword-spacing)
(#272) Use '===' to compare with null. (no-eq-null)
(#272) Operator '==' must be spaced. (space-infix-ops)
(#272) Expected { after 'if' condition. (curly)
(#272) Expected space(s) before "throw". (keyword-spacing)
(#272) Missing whitespace after semicolon. (semi-spacing)
(#272) Expected space(s) after "for". (keyword-spacing)
(#272) Operator '=' must be spaced. (space-infix-ops)
(#272) A space is required after ','. (comma-spacing)
(#272) Operator '=' must be spaced. (space-infix-ops)
(#272) Missing whitespace after semicolon. (semi-spacing)
(#272) Operator '<' must be spaced. (space-infix-ops)
(#272) Missing whitespace after semicolon. (semi-spacing)
(#272) Requires a space after '{'. (block-spacing)
(#272) Statement inside of curly braces should be on next line. (brace-style)
(#272) Missing space before opening brace. (space-before-blocks)
(#272) Operator '=' must be spaced. (space-infix-ops)
(#272) Missing whitespace after semicolon. (semi-spacing)
(#272) Expected space(s) after "if". (keyword-spacing)
(#272) Use '===' to compare with null. (no-eq-null)
(#272) Operator '!=' must be spaced. (space-infix-ops)
(#272) Expected { after 'if' condition. (curly)
(#272) Expected space(s) before "for". (keyword-spacing)
(#272) Expected space(s) after "for". (keyword-spacing)
(#272) Expected { after 'for-in'. (curly)
(#272) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#272) A space is required after ','. (comma-spacing)
(#272) Operator '&&' must be spaced. (space-infix-ops)
(#272) Operator '=' must be spaced. (space-infix-ops)
(#272) Requires a space before '}'. (block-spacing)
(#272) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#272) Missing semicolon. (semi)
(#272) Expected space(s) before "return". (keyword-spacing)
(#272) 'q' used outside of binding context. (block-scoped-var)
(#272) Requires a space before '}'. (block-spacing)
(#272) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#272) Missing semicolon. (semi)
(#272) Missing whitespace after semicolon. (semi-spacing)
(#272) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#272) Operator '||' must be spaced. (space-infix-ops)
(#272) String prototype is read only, properties should not be added. (no-extend-native)
(#272) Operator '=' must be spaced. (space-infix-ops)
(#272) A space is required after ','. (comma-spacing)
(#272) Requires a space after '{'. (block-spacing)
(#272) Statement inside of curly braces should be on next line. (brace-style)
(#272) Missing space before opening brace. (space-before-blocks)
(#272) Operator '||' must be spaced. (space-infix-ops)
(#272) A space is required after ','. (comma-spacing)
(#272) Operator '===' must be spaced. (space-infix-ops)
(#272) Requires a space before '}'. (block-spacing)
(#272) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#272) Missing semicolon. (semi)
(#272) Requires a space before '}'. (block-spacing)
(#272) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#272) Missing semicolon. (semi)
(#272) A space is required after ','. (comma-spacing)
(#273) This line has a length of 505. Maximum allowed is 132. (max-len)
(#273) Operator '=' must be spaced. (space-infix-ops)
(#273) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#273) A space is required after ','. (comma-spacing)
(#273) A space is required after ','. (comma-spacing)
(#273) A space is required after ','. (comma-spacing)
(#273) A space is required after ','. (comma-spacing)
(#273) 'k' is defined but never used. (no-unused-vars)
(#273) Requires a space after '{'. (block-spacing)
(#273) Statement inside of curly braces should be on next line. (brace-style)
(#273) Missing space before opening brace. (space-before-blocks)
(#273) Operator '=' must be spaced. (space-infix-ops)
(#273) A space is required after ','. (comma-spacing)
(#273) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#273) Operator '=' must be spaced. (space-infix-ops)
(#273) Missing space before value for key 'aliceblue'. (key-spacing)
(#273) A space is required after ','. (comma-spacing)
(#273) Missing space before value for key 'antiquewhite'. (key-spacing)
(#273) A space is required after ','. (comma-spacing)
(#273) Missing space before value for key 'aqua'. (key-spacing)
(#273) A space is required after ','. (comma-spacing)
(#273) Missing space before value for key 'aquamarine'. (key-spacing)
(#273) A space is required after ','. (comma-spacing)
(#273) Missing space before value for key 'azure'. (key-spacing)
(#273) A space is required after ','. (comma-spacing)
(#273) Missing space before value for key 'beige'. (key-spacing)
(#273) A space is required after ','. (comma-spacing)
(#273) Missing space before value for key 'bisque'. (key-spacing)
(#273) A space is required after ','. (comma-spacing)
(#273) Missing space before value for key 'black'. (key-spacing)
(#273) A space is required after ','. (comma-spacing)
(#273) Missing space before value for key 'blanchedalmond'. (key-spacing)
(#273) A space is required after ','. (comma-spacing)
(#273) Missing space before value for key 'blue'. (key-spacing)
(#273) A space is required after ','. (comma-spacing)
(#273) Missing space before value for key 'blueviolet'. (key-spacing)
(#273) A space is required after ','. (comma-spacing)
(#273) Missing space before value for key 'brown'. (key-spacing)
(#273) A space is required after ','. (comma-spacing)
(#273) Missing space before value for key 'burlywood'. (key-spacing)
(#273) A space is required after ','. (comma-spacing)
(#273) Missing space before value for key 'cadetblue'. (key-spacing)
(#273) A space is required after ','. (comma-spacing)
(#273) Missing space before value for key 'chartreuse'. (key-spacing)
(#273) A space is required after ','. (comma-spacing)
(#273) Missing space before value for key 'chocolate'. (key-spacing)
(#273) A space is required after ','. (comma-spacing)
(#273) Missing space before value for key 'coral'. (key-spacing)
(#273) A space is required after ','. (comma-spacing)
(#273) Missing space before value for key 'cornflowerblue'. (key-spacing)
(#273) A space is required after ','. (comma-spacing)
(#273) Missing space before value for key 'cornsilk'. (key-spacing)
(#273) A space is required after ','. (comma-spacing)
(#273) Missing space before value for key 'crimson'. (key-spacing)
(#273) A space is required after ','. (comma-spacing)
(#273) Missing space before value for key 'cyan'. (key-spacing)
(#273) A space is required after ','. (comma-spacing)
(#273) Missing space before value for key 'darkblue'. (key-spacing)
(#273) A space is required after ','. (comma-spacing)
(#273) Missing space before value for key 'darkcyan'. (key-spacing)
(#273) A space is required after ','. (comma-spacing)
(#273) Missing space before value for key 'darkgoldenrod'. (key-spacing)
(#274) This line has a length of 506. Maximum allowed is 132. (max-len)
(#274) Missing space before value for key 'darkgray'. (key-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing space before value for key 'darkgreen'. (key-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing space before value for key 'darkkhaki'. (key-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing space before value for key 'darkmagenta'. (key-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing space before value for key 'darkolivegreen'. (key-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing space before value for key 'darkorange'. (key-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing space before value for key 'darkorchid'. (key-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing space before value for key 'darkred'. (key-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing space before value for key 'darksalmon'. (key-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing space before value for key 'darkseagreen'. (key-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing space before value for key 'darkslateblue'. (key-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing space before value for key 'darkslategray'. (key-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing space before value for key 'darkturquoise'. (key-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing space before value for key 'darkviolet'. (key-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing space before value for key 'deeppink'. (key-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing space before value for key 'deepskyblue'. (key-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing space before value for key 'dimgray'. (key-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing space before value for key 'dodgerblue'. (key-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing space before value for key 'firebrick'. (key-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing space before value for key 'floralwhite'. (key-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing space before value for key 'forestgreen'. (key-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing space before value for key 'fuchsia'. (key-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing space before value for key 'gainsboro'. (key-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing space before value for key 'ghostwhite'. (key-spacing)
(#275) This line has a length of 508. Maximum allowed is 132. (max-len)
(#275) Missing space before value for key 'gold'. (key-spacing)
(#275) A space is required after ','. (comma-spacing)
(#275) Missing space before value for key 'goldenrod'. (key-spacing)
(#275) A space is required after ','. (comma-spacing)
(#275) Missing space before value for key 'gray'. (key-spacing)
(#275) A space is required after ','. (comma-spacing)
(#275) Missing space before value for key 'green'. (key-spacing)
(#275) A space is required after ','. (comma-spacing)
(#275) Missing space before value for key 'greenyellow'. (key-spacing)
(#275) A space is required after ','. (comma-spacing)
(#275) Missing space before value for key 'honeydew'. (key-spacing)
(#275) A space is required after ','. (comma-spacing)
(#275) Missing space before value for key 'hotpink'. (key-spacing)
(#275) A space is required after ','. (comma-spacing)
(#275) Missing space before value for key 'indianred '. (key-spacing)
(#275) A space is required after ','. (comma-spacing)
(#275) Missing space before value for key 'indigo '. (key-spacing)
(#275) A space is required after ','. (comma-spacing)
(#275) Missing space before value for key 'ivory'. (key-spacing)
(#275) A space is required after ','. (comma-spacing)
(#275) Missing space before value for key 'khaki'. (key-spacing)
(#275) A space is required after ','. (comma-spacing)
(#275) Missing space before value for key 'lavender'. (key-spacing)
(#275) A space is required after ','. (comma-spacing)
(#275) Missing space before value for key 'lavenderblush'. (key-spacing)
(#275) A space is required after ','. (comma-spacing)
(#275) Missing space before value for key 'lawngreen'. (key-spacing)
(#275) A space is required after ','. (comma-spacing)
(#275) Missing space before value for key 'lemonchiffon'. (key-spacing)
(#275) A space is required after ','. (comma-spacing)
(#275) Missing space before value for key 'lightblue'. (key-spacing)
(#275) A space is required after ','. (comma-spacing)
(#275) Missing space before value for key 'lightcoral'. (key-spacing)
(#275) A space is required after ','. (comma-spacing)
(#275) Missing space before value for key 'lightcyan'. (key-spacing)
(#275) A space is required after ','. (comma-spacing)
(#275) Missing space before value for key 'lightgoldenrodyellow'. (key-spacing)
(#275) A space is required after ','. (comma-spacing)
(#275) Missing space before value for key 'lightgrey'. (key-spacing)
(#275) A space is required after ','. (comma-spacing)
(#275) Missing space before value for key 'lightgreen'. (key-spacing)
(#275) A space is required after ','. (comma-spacing)
(#275) Missing space before value for key 'lightpink'. (key-spacing)
(#275) A space is required after ','. (comma-spacing)
(#275) Missing space before value for key 'lightsalmon'. (key-spacing)
(#275) A space is required after ','. (comma-spacing)
(#275) Missing space before value for key 'lightseagreen'. (key-spacing)
(#275) A space is required after ','. (comma-spacing)
(#275) Missing space before value for key 'lightskyblue'. (key-spacing)
(#276) This line has a length of 502. Maximum allowed is 132. (max-len)
(#276) Missing space before value for key 'lightslategray'. (key-spacing)
(#276) A space is required after ','. (comma-spacing)
(#276) Missing space before value for key 'lightsteelblue'. (key-spacing)
(#276) A space is required after ','. (comma-spacing)
(#276) Missing space before value for key 'lightyellow'. (key-spacing)
(#276) A space is required after ','. (comma-spacing)
(#276) Missing space before value for key 'lime'. (key-spacing)
(#276) A space is required after ','. (comma-spacing)
(#276) Missing space before value for key 'limegreen'. (key-spacing)
(#276) A space is required after ','. (comma-spacing)
(#276) Missing space before value for key 'linen'. (key-spacing)
(#276) A space is required after ','. (comma-spacing)
(#276) Missing space before value for key 'magenta'. (key-spacing)
(#276) A space is required after ','. (comma-spacing)
(#276) Missing space before value for key 'maroon'. (key-spacing)
(#276) A space is required after ','. (comma-spacing)
(#276) Missing space before value for key 'mediumaquamarine'. (key-spacing)
(#276) A space is required after ','. (comma-spacing)
(#276) Missing space before value for key 'mediumblue'. (key-spacing)
(#276) A space is required after ','. (comma-spacing)
(#276) Missing space before value for key 'mediumorchid'. (key-spacing)
(#276) A space is required after ','. (comma-spacing)
(#276) Missing space before value for key 'mediumpurple'. (key-spacing)
(#276) A space is required after ','. (comma-spacing)
(#276) Missing space before value for key 'mediumseagreen'. (key-spacing)
(#276) A space is required after ','. (comma-spacing)
(#276) Missing space before value for key 'mediumslateblue'. (key-spacing)
(#276) A space is required after ','. (comma-spacing)
(#276) Missing space before value for key 'mediumspringgreen'. (key-spacing)
(#276) A space is required after ','. (comma-spacing)
(#276) Missing space before value for key 'mediumturquoise'. (key-spacing)
(#276) A space is required after ','. (comma-spacing)
(#276) Missing space before value for key 'mediumvioletred'. (key-spacing)
(#276) A space is required after ','. (comma-spacing)
(#276) Missing space before value for key 'midnightblue'. (key-spacing)
(#276) A space is required after ','. (comma-spacing)
(#276) Missing space before value for key 'mintcream'. (key-spacing)
(#276) A space is required after ','. (comma-spacing)
(#276) Missing space before value for key 'mistyrose'. (key-spacing)
(#276) A space is required after ','. (comma-spacing)
(#276) Missing space before value for key 'moccasin'. (key-spacing)
(#276) A space is required after ','. (comma-spacing)
(#276) Missing space before value for key 'navajowhite'. (key-spacing)
(#276) A space is required after ','. (comma-spacing)
(#276) Missing space before value for key 'navy'. (key-spacing)
(#277) This line has a length of 510. Maximum allowed is 132. (max-len)
(#277) Missing space before value for key 'oldlace'. (key-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) Missing space before value for key 'olive'. (key-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) Missing space before value for key 'olivedrab'. (key-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) Missing space before value for key 'orange'. (key-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) Missing space before value for key 'orangered'. (key-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) Missing space before value for key 'orchid'. (key-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) Missing space before value for key 'palegoldenrod'. (key-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) Missing space before value for key 'palegreen'. (key-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) Missing space before value for key 'paleturquoise'. (key-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) Missing space before value for key 'palevioletred'. (key-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) Missing space before value for key 'papayawhip'. (key-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) Missing space before value for key 'peachpuff'. (key-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) Missing space before value for key 'peru'. (key-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) Missing space before value for key 'pink'. (key-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) Missing space before value for key 'plum'. (key-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) Missing space before value for key 'powderblue'. (key-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) Missing space before value for key 'purple'. (key-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) Missing space before value for key 'red'. (key-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) Missing space before value for key 'rosybrown'. (key-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) Missing space before value for key 'royalblue'. (key-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) Missing space before value for key 'saddlebrown'. (key-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) Missing space before value for key 'salmon'. (key-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) Missing space before value for key 'sandybrown'. (key-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) Missing space before value for key 'seagreen'. (key-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) Missing space before value for key 'seashell'. (key-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) Missing space before value for key 'sienna'. (key-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) Missing space before value for key 'silver'. (key-spacing)
(#278) This line has a length of 505. Maximum allowed is 132. (max-len)
(#278) Missing space before value for key 'skyblue'. (key-spacing)
(#278) A space is required after ','. (comma-spacing)
(#278) Missing space before value for key 'slateblue'. (key-spacing)
(#278) A space is required after ','. (comma-spacing)
(#278) Missing space before value for key 'slategray'. (key-spacing)
(#278) A space is required after ','. (comma-spacing)
(#278) Missing space before value for key 'snow'. (key-spacing)
(#278) A space is required after ','. (comma-spacing)
(#278) Missing space before value for key 'springgreen'. (key-spacing)
(#278) A space is required after ','. (comma-spacing)
(#278) Missing space before value for key 'steelblue'. (key-spacing)
(#278) A space is required after ','. (comma-spacing)
(#278) Missing space before value for key 'tan'. (key-spacing)
(#278) A space is required after ','. (comma-spacing)
(#278) Missing space before value for key 'teal'. (key-spacing)
(#278) A space is required after ','. (comma-spacing)
(#278) Missing space before value for key 'thistle'. (key-spacing)
(#278) A space is required after ','. (comma-spacing)
(#278) Missing space before value for key 'tomato'. (key-spacing)
(#278) A space is required after ','. (comma-spacing)
(#278) Missing space before value for key 'turquoise'. (key-spacing)
(#278) A space is required after ','. (comma-spacing)
(#278) Missing space before value for key 'violet'. (key-spacing)
(#278) A space is required after ','. (comma-spacing)
(#278) Missing space before value for key 'wheat'. (key-spacing)
(#278) A space is required after ','. (comma-spacing)
(#278) Missing space before value for key 'white'. (key-spacing)
(#278) A space is required after ','. (comma-spacing)
(#278) Missing space before value for key 'whitesmoke'. (key-spacing)
(#278) A space is required after ','. (comma-spacing)
(#278) Missing space before value for key 'yellow'. (key-spacing)
(#278) A space is required after ','. (comma-spacing)
(#278) Missing space before value for key 'yellowgreen'. (key-spacing)
(#278) Missing whitespace after semicolon. (semi-spacing)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) Requires a space after '{'. (block-spacing)
(#278) Statement inside of curly braces should be on next line. (brace-style)
(#278) Missing space before opening brace. (space-before-blocks)
(#278) Expected space(s) after "if". (keyword-spacing)
(#278) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#278) Operator '===' must be spaced. (space-infix-ops)
(#278) Expected { after 'if' condition. (curly)
(#278) Expected space(s) before "return". (keyword-spacing)
(#278) Expected space(s) after "return". (keyword-spacing)
(#278) Missing space before value for key 'angle'. (key-spacing)
(#278) A space is required after ','. (comma-spacing)
(#278) Missing space before value for key 'largest'. (key-spacing)
(#278) Operator '*' must be spaced. (space-infix-ops)
(#278) Missing whitespace after semicolon. (semi-spacing)
(#278) Expected space(s) after "if". (keyword-spacing)
(#278) Operator '===' must be spaced. (space-infix-ops)
(#278) Expected { after 'if' condition. (curly)
(#278) Expected space(s) before "return". (keyword-spacing)
(#278) Expected space(s) after "return". (keyword-spacing)
(#278) Missing space before value for key 'angle'. (key-spacing)
(#278) Operator '+' must be spaced. (space-infix-ops)
(#278) A space is required after ','. (comma-spacing)
(#278) Missing space before value for key 'largest'. (key-spacing)
(#278) Operator '*' must be spaced. (space-infix-ops)
(#278) Missing whitespace after semicolon. (semi-spacing)
(#278) Expected space(s) after "for". (keyword-spacing)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) A space is required after ','. (comma-spacing)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) A space is required after ','. (comma-spacing)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) A space is required after ','. (comma-spacing)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) Operator '-' must be spaced. (space-infix-ops)
(#278) Missing whitespace after semicolon. (semi-spacing)
(#278) Operator '<' must be spaced. (space-infix-ops)
(#278) Missing whitespace after semicolon. (semi-spacing)
(#278) Requires a space after '{'. (block-spacing)
(#278) Statement inside of curly braces should be on next line. (brace-style)
(#278) Missing space before opening brace. (space-before-blocks)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) Operator '+' must be spaced. (space-infix-ops)
(#278) Operator '-' must be spaced. (space-infix-ops)
(#279) This line has a length of 504. Maximum allowed is 132. (max-len)
(#279) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#279) Operator '>' must be spaced. (space-infix-ops)
(#279) Operator '&&' must be spaced. (space-infix-ops)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) A space is required after ','. (comma-spacing)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) Operator '+' must be spaced. (space-infix-ops)
(#279) Operator '+' must be spaced. (space-infix-ops)
(#279) Operator '/' must be spaced. (space-infix-ops)
(#279) Requires a space before '}'. (block-spacing)
(#279) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#279) Missing semicolon. (semi)
(#279) 'g' used outside of binding context. (block-scoped-var)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) Operator '+' must be spaced. (space-infix-ops)
(#279) Operator '*' must be spaced. (space-infix-ops)
(#279) Operator '-' must be spaced. (space-infix-ops)
(#279) Operator '-' must be spaced. (space-infix-ops)
(#279) Missing whitespace after semicolon. (semi-spacing)
(#279) 'g' used outside of binding context. (block-scoped-var)
(#279) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#279) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#279) Operator '>' must be spaced. (space-infix-ops)
(#279) 'e' used outside of binding context. (block-scoped-var)
(#279) Operator '&&' must be spaced. (space-infix-ops)
(#279) 'b' used outside of binding context. (block-scoped-var)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) Operator '-' must be spaced. (space-infix-ops)
(#279) 'g' used outside of binding context. (block-scoped-var)
(#279) Operator '/' must be spaced. (space-infix-ops)
(#279) A space is required after ','. (comma-spacing)
(#279) 'e' used outside of binding context. (block-scoped-var)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) 'g' used outside of binding context. (block-scoped-var)
(#279) A space is required after ','. (comma-spacing)
(#279) Operator '>' must be spaced. (space-infix-ops)
(#279) 'b' used outside of binding context. (block-scoped-var)
(#279) Operator '&&' must be spaced. (space-infix-ops)
(#279) 'b' used outside of binding context. (block-scoped-var)
(#279) Operator '+=' must be spaced. (space-infix-ops)
(#279) Operator '*' must be spaced. (space-infix-ops)
(#279) Missing whitespace after semicolon. (semi-spacing)
(#279) Expected space(s) after "return". (keyword-spacing)
(#279) 'b' used outside of binding context. (block-scoped-var)
(#279) Missing space before value for key 'angle'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) 'e' used outside of binding context. (block-scoped-var)
(#279) Missing space before value for key 'largest'. (key-spacing)
(#279) Requires a space before '}'. (block-spacing)
(#279) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#279) Missing semicolon. (semi)
(#279) Missing whitespace after semicolon. (semi-spacing)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) A space is required after ','. (comma-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Requires a space after '{'. (block-spacing)
(#279) Statement inside of curly braces should be on next line. (brace-style)
(#279) Missing space before opening brace. (space-before-blocks)
(#279) Expected space(s) after "if". (keyword-spacing)
(#279) Operator '>' must be spaced. (space-infix-ops)
(#279) Requires a space after '{'. (block-spacing)
(#279) Statement inside of curly braces should be on next line. (brace-style)
(#279) Missing space before opening brace. (space-before-blocks)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) Missing whitespace after semicolon. (semi-spacing)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) Missing whitespace after semicolon. (semi-spacing)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) Requires a space before '}'. (block-spacing)
(#279) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#279) Missing semicolon. (semi)
(#279) Expected space(s) before "return". (keyword-spacing)
(#279) Operator '>=' must be spaced. (space-infix-ops)
(#279) Operator '&&' must be spaced. (space-infix-ops)
(#279) Operator '<=' must be spaced. (space-infix-ops)
(#279) Requires a space before '}'. (block-spacing)
(#279) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#279) Missing semicolon. (semi)
(#279) Missing whitespace after semicolon. (semi-spacing)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) A space is required after ','. (comma-spacing)
(#279) Requires a space after '{'. (block-spacing)
(#279) Statement inside of curly braces should be on next line. (brace-style)
(#279) Missing space before opening brace. (space-before-blocks)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) A space is required after ','. (comma-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing whitespace after semicolon. (semi-spacing)
(#279) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#279) Operator '&&' must be spaced. (space-infix-ops)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) Missing whitespace after semicolon. (semi-spacing)
(#279) Expected space(s) after "return". (keyword-spacing)
(#279) Return statement should not contain assignment. (no-return-assign)
(#279) Return statement should not contain assignment. (no-return-assign)
(#279) Do not nest ternary expressions. (no-nested-ternary)
(#279) Operator '===' must be spaced. (space-infix-ops)
(#279) Operator '?' must be spaced. (space-infix-ops)
(#279) Operator '===' must be spaced. (space-infix-ops)
(#279) Operator '&&' must be spaced. (space-infix-ops)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) Operator '+' must be spaced. (space-infix-ops)
(#279) Operator '+' must be spaced. (space-infix-ops)
(#279) Operator '+' must be spaced. (space-infix-ops)
(#279) Operator '+' must be spaced. (space-infix-ops)
(#279) Operator '+' must be spaced. (space-infix-ops)
(#279) Operator '+' must be spaced. (space-infix-ops)
(#279) A space is required after ','. (comma-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Operator '/' must be spaced. (space-infix-ops)
(#279) Operator '*' must be spaced. (space-infix-ops)
(#279) A space is required after ','. (comma-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Operator '/' must be spaced. (space-infix-ops)
(#279) Operator '*' must be spaced. (space-infix-ops)
(#279) A space is required after ','. (comma-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Operator '/' must be spaced. (space-infix-ops)
(#279) Operator '*' must be spaced. (space-infix-ops)
(#279) Operator ':' must be spaced. (space-infix-ops)
(#280) This line has a length of 502. Maximum allowed is 132. (max-len)
(#280) Do not nest ternary expressions. (no-nested-ternary)
(#280) Operator '?' must be spaced. (space-infix-ops)
(#280) Operator '=' must be spaced. (space-infix-ops)
(#280) A space is required after ','. (comma-spacing)
(#280) A space is required after ','. (comma-spacing)
(#280) Operator '!==' must be spaced. (space-infix-ops)
(#280) Operator '?' must be spaced. (space-infix-ops)
(#280) Operator ':' must be spaced. (space-infix-ops)
(#280) Operator '/' must be spaced. (space-infix-ops)
(#280) Operator '*' must be spaced. (space-infix-ops)
(#280) A space is required after ','. (comma-spacing)
(#280) Operator '/' must be spaced. (space-infix-ops)
(#280) Operator '*' must be spaced. (space-infix-ops)
(#280) A space is required after ','. (comma-spacing)
(#280) Operator '/' must be spaced. (space-infix-ops)
(#280) Operator '*' must be spaced. (space-infix-ops)
(#280) A space is required after ','. (comma-spacing)
(#280) Operator '/' must be spaced. (space-infix-ops)
(#280) Operator '*' must be spaced. (space-infix-ops)
(#280) Operator ':' must be spaced. (space-infix-ops)
(#280) Operator '?' must be spaced. (space-infix-ops)
(#280) Operator '=' must be spaced. (space-infix-ops)
(#280) A space is required after ','. (comma-spacing)
(#280) A space is required after ','. (comma-spacing)
(#280) Operator '!==' must be spaced. (space-infix-ops)
(#280) Operator '?' must be spaced. (space-infix-ops)
(#280) Operator ':' must be spaced. (space-infix-ops)
(#280) Operator '/' must be spaced. (space-infix-ops)
(#280) Operator '*' must be spaced. (space-infix-ops)
(#280) A space is required after ','. (comma-spacing)
(#280) Operator '/' must be spaced. (space-infix-ops)
(#280) Operator '*' must be spaced. (space-infix-ops)
(#280) A space is required after ','. (comma-spacing)
(#280) Operator '/' must be spaced. (space-infix-ops)
(#280) Operator '*' must be spaced. (space-infix-ops)
(#280) Operator ':' must be spaced. (space-infix-ops)
(#280) Requires a space before '}'. (block-spacing)
(#280) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#280) Missing semicolon. (semi)
(#280) Missing whitespace after semicolon. (semi-spacing)
(#280) Operator '=' must be spaced. (space-infix-ops)
(#280) A space is required after ','. (comma-spacing)
(#280) A space is required after ','. (comma-spacing)
(#280) Requires a space after '{'. (block-spacing)
(#280) Statement inside of curly braces should be on next line. (brace-style)
(#280) Missing space before opening brace. (space-before-blocks)
(#280) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#280) Operator '=' must be spaced. (space-infix-ops)
(#280) A space is required after ','. (comma-spacing)
(#280) A space is required after ','. (comma-spacing)
(#280) Requires a space after '{'. (block-spacing)
(#280) Statement inside of curly braces should be on next line. (brace-style)
(#280) Missing space before opening brace. (space-before-blocks)
(#280) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#280) Operator '>' must be spaced. (space-infix-ops)
(#280) Operator '?' must be spaced. (space-infix-ops)
(#280) Operator '+=' must be spaced. (space-infix-ops)
(#280) Operator ':' must be spaced. (space-infix-ops)
(#280) Operator '<' must be spaced. (space-infix-ops)
(#280) Operator '&&' must be spaced. (space-infix-ops)
(#280) Missing whitespace after semicolon. (semi-spacing)
(#280) Do not nest ternary expressions. (no-nested-ternary)
(#280) Operator '<' must be spaced. (space-infix-ops)
(#280) Operator '/' must be spaced. (space-infix-ops)
(#280) Operator '?' must be spaced. (space-infix-ops)
(#280) Operator '+' must be spaced. (space-infix-ops)
(#280) Operator '*' must be spaced. (space-infix-ops)
(#280) Operator '-' must be spaced. (space-infix-ops)
(#280) Operator '*' must be spaced. (space-infix-ops)
(#280) Operator ':' must be spaced. (space-infix-ops)
(#280) Do not nest ternary expressions. (no-nested-ternary)
(#280) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#280) Operator '>' must be spaced. (space-infix-ops)
(#280) Operator '?' must be spaced. (space-infix-ops)
(#280) Operator ':' must be spaced. (space-infix-ops)
(#280) Operator '<' must be spaced. (space-infix-ops)
(#280) Operator '/' must be spaced. (space-infix-ops)
(#280) Operator '?' must be spaced. (space-infix-ops)
(#280) Operator '+' must be spaced. (space-infix-ops)
(#280) Operator '-' must be spaced. (space-infix-ops)
(#280) Operator '*' must be spaced. (space-infix-ops)
(#280) Operator '/' must be spaced. (space-infix-ops)
(#280) Operator '-' must be spaced. (space-infix-ops)
(#280) Operator '*' must be spaced. (space-infix-ops)
(#280) Operator ':' must be spaced. (space-infix-ops)
(#280) Requires a space before '}'. (block-spacing)
(#280) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#280) Missing semicolon. (semi)
(#280) Missing whitespace after semicolon. (semi-spacing)
(#280) Expected space(s) after "if". (keyword-spacing)
(#280) Operator '===' must be spaced. (space-infix-ops)
(#280) Expected { after 'if' condition. (curly)
(#280) Operator '=' must be spaced. (space-infix-ops)
(#280) Operator '=' must be spaced. (space-infix-ops)
(#280) Operator '=' must be spaced. (space-infix-ops)
(#280) Missing whitespace after semicolon. (semi-spacing)
(#280) Expected space(s) after "else". (keyword-spacing)
(#280) Requires a space after '{'. (block-spacing)
(#280) Statement inside of curly braces should be on next line. (brace-style)
(#280) Operator '=' must be spaced. (space-infix-ops)
(#280) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#280) Operator '>' must be spaced. (space-infix-ops)
(#280) Operator '?' must be spaced. (space-infix-ops)
(#280) Operator '*' must be spaced. (space-infix-ops)
(#280) Operator '+' must be spaced. (space-infix-ops)
(#280) Operator ':' must be spaced. (space-infix-ops)
(#280) Operator '+' must be spaced. (space-infix-ops)
(#280) Operator '-' must be spaced. (space-infix-ops)
(#280) Operator '*' must be spaced. (space-infix-ops)
(#280) A space is required after ','. (comma-spacing)
(#280) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#280) Operator '=' must be spaced. (space-infix-ops)
(#280) Operator '*' must be spaced. (space-infix-ops)
(#280) Operator '-' must be spaced. (space-infix-ops)
(#280) Missing whitespace after semicolon. (semi-spacing)
(#280) Operator '=' must be spaced. (space-infix-ops)
(#280) A space is required after ','. (comma-spacing)
(#280) A space is required after ','. (comma-spacing)
(#280) Operator '+' must be spaced. (space-infix-ops)
(#280) Operator '/' must be spaced. (space-infix-ops)
(#281) This line has a length of 504. Maximum allowed is 132. (max-len)
(#281) Missing whitespace after semicolon. (semi-spacing)
(#281) Operator '=' must be spaced. (space-infix-ops)
(#281) A space is required after ','. (comma-spacing)
(#281) A space is required after ','. (comma-spacing)
(#281) Missing whitespace after semicolon. (semi-spacing)
(#281) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#281) Operator '=' must be spaced. (space-infix-ops)
(#281) A space is required after ','. (comma-spacing)
(#281) A space is required after ','. (comma-spacing)
(#281) Operator '-' must be spaced. (space-infix-ops)
(#281) Operator '/' must be spaced. (space-infix-ops)
(#281) Requires a space before '}'. (block-spacing)
(#281) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#281) Missing semicolon. (semi)
(#281) Expected space(s) before "return". (keyword-spacing)
(#281) Expected space(s) after "return". (keyword-spacing)
(#281) Operator '*' must be spaced. (space-infix-ops)
(#281) A space is required after ','. (comma-spacing)
(#281) Operator '*' must be spaced. (space-infix-ops)
(#281) A space is required after ','. (comma-spacing)
(#281) Operator '*' must be spaced. (space-infix-ops)
(#281) Requires a space before '}'. (block-spacing)
(#281) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#281) Missing semicolon. (semi)
(#281) Missing whitespace after semicolon. (semi-spacing)
(#281) Operator '=' must be spaced. (space-infix-ops)
(#281) Requires a space after '{'. (block-spacing)
(#281) Statement inside of curly braces should be on next line. (brace-style)
(#281) Missing space before opening brace. (space-before-blocks)
(#281) Operator '=' must be spaced. (space-infix-ops)
(#281) Missing whitespace after semicolon. (semi-spacing)
(#281) Expected space(s) after "for". (keyword-spacing)
(#281) Operator '=' must be spaced. (space-infix-ops)
(#281) A space is required after ','. (comma-spacing)
(#281) Operator '=' must be spaced. (space-infix-ops)
(#281) Operator '-' must be spaced. (space-infix-ops)
(#281) Missing whitespace after semicolon. (semi-spacing)
(#281) Operator '<' must be spaced. (space-infix-ops)
(#281) Missing whitespace after semicolon. (semi-spacing)
(#281) Expected { after 'for' condition. (curly)
(#281) Operator '=' must be spaced. (space-infix-ops)
(#281) Operator '+' must be spaced. (space-infix-ops)
(#281) Missing whitespace after semicolon. (semi-spacing)
(#281) Expected space(s) after "return". (keyword-spacing)
(#281) Operator '+' must be spaced. (space-infix-ops)
(#281) Requires a space before '}'. (block-spacing)
(#281) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#281) Missing semicolon. (semi)
(#281) Missing whitespace after semicolon. (semi-spacing)
(#281) Operator '=' must be spaced. (space-infix-ops)
(#281) A space is required after ','. (comma-spacing)
(#281) A space is required after ','. (comma-spacing)
(#281) A space is required after ','. (comma-spacing)
(#281) Requires a space after '{'. (block-spacing)
(#281) Statement inside of curly braces should be on next line. (brace-style)
(#281) Missing space before opening brace. (space-before-blocks)
(#281) Operator '=' must be spaced. (space-infix-ops)
(#281) Missing whitespace after semicolon. (semi-spacing)
(#281) Operator '=' must be spaced. (space-infix-ops)
(#281) Missing whitespace after semicolon. (semi-spacing)
(#281) Operator '=' must be spaced. (space-infix-ops)
(#281) Operator '/' must be spaced. (space-infix-ops)
(#281) Operator '-' must be spaced. (space-infix-ops)
(#281) Missing whitespace after semicolon. (semi-spacing)
(#281) Operator '=' must be spaced. (space-infix-ops)
(#281) Operator '+' must be spaced. (space-infix-ops)
(#281) Missing whitespace after semicolon. (semi-spacing)
(#281) Operator '=' must be spaced. (space-infix-ops)
(#281) Missing whitespace after semicolon. (semi-spacing)
(#281) Operator '=' must be spaced. (space-infix-ops)
(#281) Operator '*' must be spaced. (space-infix-ops)
(#281) A space is required after ','. (comma-spacing)
(#281) Operator '*' must be spaced. (space-infix-ops)
(#281) Missing whitespace after semicolon. (semi-spacing)
(#281) Operator '=' must be spaced. (space-infix-ops)
(#281) Operator '?' must be spaced. (space-infix-ops)
(#281) Operator ':' must be spaced. (space-infix-ops)
(#281) Missing whitespace after semicolon. (semi-spacing)
(#281) A space is required after ','. (comma-spacing)
(#281) A space is required after ','. (comma-spacing)
(#281) Operator '-' must be spaced. (space-infix-ops)
(#281) Operator '?' must be spaced. (space-infix-ops)
(#281) Operator ':' must be spaced. (space-infix-ops)
(#281) Requires a space before '}'. (block-spacing)
(#281) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#281) Missing semicolon. (semi)
(#281) Missing whitespace after semicolon. (semi-spacing)
(#281) Operator '=' must be spaced. (space-infix-ops)
(#281) A space is required after ','. (comma-spacing)
(#281) A space is required after ','. (comma-spacing)
(#281) Requires a space after '{'. (block-spacing)
(#281) Statement inside of curly braces should be on next line. (brace-style)
(#281) Missing space before opening brace. (space-before-blocks)
(#281) Expected space(s) after "if". (keyword-spacing)
(#281) A space is required after ','. (comma-spacing)
(#281) A space is required after ','. (comma-spacing)
(#281) Operator '+' must be spaced. (space-infix-ops)
(#281) Operator '&&' must be spaced. (space-infix-ops)
(#281) A space is required after ','. (comma-spacing)
(#281) A space is required after ','. (comma-spacing)
(#281) Operator '+' must be spaced. (space-infix-ops)
(#281) Expected { after 'if' condition. (curly)
(#281) Expected space(s) before "return". (keyword-spacing)
(#282) This line has a length of 502. Maximum allowed is 132. (max-len)
(#282) Operator '=' must be spaced. (space-infix-ops)
(#282) Missing whitespace after semicolon. (semi-spacing)
(#282) Missing space before value for key 'x1'. (key-spacing)
(#282) A space is required after ','. (comma-spacing)
(#282) Missing space before value for key 'y1'. (key-spacing)
(#282) A space is required after ','. (comma-spacing)
(#282) Missing space before value for key 'x2'. (key-spacing)
(#282) Operator '+' must be spaced. (space-infix-ops)
(#282) A space is required after ','. (comma-spacing)
(#282) Missing space before value for key 'y2'. (key-spacing)
(#282) Missing whitespace after semicolon. (semi-spacing)
(#282) This line has 23 statements. Maximum allowed is 2. (max-statements-per-line)
(#282) Missing space before value for key 'x1'. (key-spacing)
(#282) A space is required after ','. (comma-spacing)
(#282) Missing space before value for key 'y1'. (key-spacing)
(#282) Operator '+' must be spaced. (space-infix-ops)
(#282) A space is required after ','. (comma-spacing)
(#282) Missing space before value for key 'x2'. (key-spacing)
(#282) Operator '+' must be spaced. (space-infix-ops)
(#282) A space is required after ','. (comma-spacing)
(#282) Missing space before value for key 'y2'. (key-spacing)
(#282) Operator '+' must be spaced. (space-infix-ops)
(#282) Missing whitespace after semicolon. (semi-spacing)
(#282) Missing space before value for key 'x1'. (key-spacing)
(#282) A space is required after ','. (comma-spacing)
(#282) Missing space before value for key 'y1'. (key-spacing)
(#282) A space is required after ','. (comma-spacing)
(#282) Missing space before value for key 'x2'. (key-spacing)
(#282) A space is required after ','. (comma-spacing)
(#282) Missing space before value for key 'y2'. (key-spacing)
(#282) Operator '+' must be spaced. (space-infix-ops)
(#282) Missing whitespace after semicolon. (semi-spacing)
(#282) Missing space before value for key 'x1'. (key-spacing)
(#282) Operator '+' must be spaced. (space-infix-ops)
(#282) A space is required after ','. (comma-spacing)
(#282) Missing space before value for key 'y1'. (key-spacing)
(#282) A space is required after ','. (comma-spacing)
(#282) Missing space before value for key 'x2'. (key-spacing)
(#282) Operator '+' must be spaced. (space-infix-ops)
(#282) A space is required after ','. (comma-spacing)
(#282) Missing space before value for key 'y2'. (key-spacing)
(#282) Operator '+' must be spaced. (space-infix-ops)
(#282) Missing whitespace after semicolon. (semi-spacing)
(#282) Operator '=' must be spaced. (space-infix-ops)
(#282) Missing whitespace after semicolon. (semi-spacing)
(#282) Expected space(s) after "for". (keyword-spacing)
(#282) Operator '=' must be spaced. (space-infix-ops)
(#282) Missing whitespace after semicolon. (semi-spacing)
(#282) Operator '>' must be spaced. (space-infix-ops)
(#282) Missing whitespace after semicolon. (semi-spacing)
(#282) Requires a space after '{'. (block-spacing)
(#282) Statement inside of curly braces should be on next line. (brace-style)
(#282) Missing space before opening brace. (space-before-blocks)
(#282) Operator '=' must be spaced. (space-infix-ops)
(#282) Missing whitespace after semicolon. (semi-spacing)
(#282) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#282) Operator '=' must be spaced. (space-infix-ops)
(#282) A space is required after ','. (comma-spacing)
(#282) A space is required after ','. (comma-spacing)
(#282) A space is required after ','. (comma-spacing)
(#282) A space is required after ','. (comma-spacing)
(#282) A space is required after ','. (comma-spacing)
(#282) A space is required after ','. (comma-spacing)
(#282) A space is required after ','. (comma-spacing)
(#282) Operator '&&' must be spaced. (space-infix-ops)
(#282) Requires a space before '}'. (block-spacing)
(#282) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#282) Missing semicolon. (semi)
(#282) Expected space(s) before "if". (keyword-spacing)
(#282) Expected space(s) after "if". (keyword-spacing)
(#282) Operator '===' must be spaced. (space-infix-ops)
(#282) Expected { after 'if' condition. (curly)
(#282) Expected space(s) before "return". (keyword-spacing)
(#282) Missing whitespace after semicolon. (semi-spacing)
(#282) Operator '=' must be spaced. (space-infix-ops)
(#282) Operator '=' must be spaced. (space-infix-ops)
(#282) Missing whitespace after semicolon. (semi-spacing)
(#282) Expected space(s) after "for". (keyword-spacing)
(#282) 'm' used outside of binding context. (block-scoped-var)
(#282) Operator '=' must be spaced. (space-infix-ops)
(#282) Missing whitespace after semicolon. (semi-spacing)
(#282) Operator '<' must be spaced. (space-infix-ops)
(#282) 'm' used outside of binding context. (block-scoped-var)
(#282) Missing whitespace after semicolon. (semi-spacing)
(#282) Requires a space after '{'. (block-spacing)
(#282) Statement inside of curly braces should be on next line. (brace-style)
(#282) Missing space before opening brace. (space-before-blocks)
(#282) Operator '=' must be spaced. (space-infix-ops)
(#282) Missing whitespace after semicolon. (semi-spacing)
(#282) 'p' used outside of binding context. (block-scoped-var)
(#282) Operator '=' must be spaced. (space-infix-ops)
(#282) Operator '-' must be spaced. (space-infix-ops)
(#282) Missing whitespace after semicolon. (semi-spacing)
(#282) Operator '=' must be spaced. (space-infix-ops)
(#282) Operator '-' must be spaced. (space-infix-ops)
(#282) Missing whitespace after semicolon. (semi-spacing)
(#282) Operator '=' must be spaced. (space-infix-ops)
(#282) A space is required after ','. (comma-spacing)
(#282) 'p' used outside of binding context. (block-scoped-var)
(#282) Operator '*' must be spaced. (space-infix-ops)
(#282) 'p' used outside of binding context. (block-scoped-var)
(#282) Operator '+' must be spaced. (space-infix-ops)
(#282) Operator '*' must be spaced. (space-infix-ops)
(#282) Requires a space before '}'. (block-spacing)
(#282) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#282) Missing semicolon. (semi)
(#282) Expected space(s) before "return". (keyword-spacing)
(#282) Requires a space before '}'. (block-spacing)
(#282) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#282) Missing semicolon. (semi)
(#282) Missing whitespace after semicolon. (semi-spacing)
(#282) Operator '=' must be spaced. (space-infix-ops)
(#282) A space is required after ','. (comma-spacing)
(#282) A space is required after ','. (comma-spacing)
(#282) A space is required after ','. (comma-spacing)
(#282) A space is required after ','. (comma-spacing)
(#282) A space is required after ','. (comma-spacing)
(#282) A space is required after ','. (comma-spacing)
(#282) A space is required after ','. (comma-spacing)
(#282) Requires a space after '{'. (block-spacing)
(#282) Statement inside of curly braces should be on next line. (brace-style)
(#282) Missing space before opening brace. (space-before-blocks)
(#282) Operator '-=' must be spaced. (space-infix-ops)
(#282) Missing whitespace after semicolon. (semi-spacing)
(#282) Operator '-=' must be spaced. (space-infix-ops)
(#282) Missing whitespace after semicolon. (semi-spacing)
(#282) Operator '-=' must be spaced. (space-infix-ops)
(#282) Missing whitespace after semicolon. (semi-spacing)
(#282) Operator '-=' must be spaced. (space-infix-ops)
(#282) Missing whitespace after semicolon. (semi-spacing)
(#282) Operator '=' must be spaced. (space-infix-ops)
(#282) Operator '*' must be spaced. (space-infix-ops)
(#282) Operator '-' must be spaced. (space-infix-ops)
(#282) Operator '*' must be spaced. (space-infix-ops)
(#283) This line has a length of 502. Maximum allowed is 132. (max-len)
(#283) Expected space(s) after "if". (keyword-spacing)
(#283) Operator '===' must be spaced. (space-infix-ops)
(#283) Expected { after 'if' condition. (curly)
(#283) Expected space(s) before "return". (keyword-spacing)
(#283) Expected space(s) after "return". (keyword-spacing)
(#283) Missing whitespace after semicolon. (semi-spacing)
(#283) Operator '=' must be spaced. (space-infix-ops)
(#283) Operator '*' must be spaced. (space-infix-ops)
(#283) Operator '-' must be spaced. (space-infix-ops)
(#283) Operator '-' must be spaced. (space-infix-ops)
(#283) Operator '*' must be spaced. (space-infix-ops)
(#283) Operator '-' must be spaced. (space-infix-ops)
(#283) Operator '/' must be spaced. (space-infix-ops)
(#283) Missing whitespace after semicolon. (semi-spacing)
(#283) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#283) Operator '=' must be spaced. (space-infix-ops)
(#283) Operator '*' must be spaced. (space-infix-ops)
(#283) Operator '-' must be spaced. (space-infix-ops)
(#283) Operator '-' must be spaced. (space-infix-ops)
(#283) Operator '*' must be spaced. (space-infix-ops)
(#283) Operator '-' must be spaced. (space-infix-ops)
(#283) Operator '/' must be spaced. (space-infix-ops)
(#283) Missing whitespace after semicolon. (semi-spacing)
(#283) Operator '<=' must be spaced. (space-infix-ops)
(#283) Operator '&&' must be spaced. (space-infix-ops)
(#283) Operator '>=' must be spaced. (space-infix-ops)
(#283) Operator '&&' must be spaced. (space-infix-ops)
(#283) Operator '<=' must be spaced. (space-infix-ops)
(#283) Operator '&&' must be spaced. (space-infix-ops)
(#283) Operator '>=' must be spaced. (space-infix-ops)
(#283) Operator '?' must be spaced. (space-infix-ops)
(#283) Missing space before value for key 'x'. (key-spacing)
(#283) Operator '+' must be spaced. (space-infix-ops)
(#283) Operator '*' must be spaced. (space-infix-ops)
(#283) A space is required after ','. (comma-spacing)
(#283) Missing space before value for key 'y'. (key-spacing)
(#283) Operator '+' must be spaced. (space-infix-ops)
(#283) Operator '*' must be spaced. (space-infix-ops)
(#283) Operator ':' must be spaced. (space-infix-ops)
(#283) Requires a space before '}'. (block-spacing)
(#283) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#283) Missing semicolon. (semi)
(#283) Missing whitespace after semicolon. (semi-spacing)
(#283) Operator '=' must be spaced. (space-infix-ops)
(#283) A space is required after ','. (comma-spacing)
(#283) A space is required after ','. (comma-spacing)
(#283) Requires a space after '{'. (block-spacing)
(#283) Statement inside of curly braces should be on next line. (brace-style)
(#283) Missing space before opening brace. (space-before-blocks)
(#283) Do not nest ternary expressions. (no-nested-ternary)
(#283) Operator '<' must be spaced. (space-infix-ops)
(#283) Operator '?' must be spaced. (space-infix-ops)
(#283) Operator ':' must be spaced. (space-infix-ops)
(#283) Operator '>' must be spaced. (space-infix-ops)
(#283) Operator '?' must be spaced. (space-infix-ops)
(#283) Operator ':' must be spaced. (space-infix-ops)
(#283) Requires a space before '}'. (block-spacing)
(#283) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#283) Missing semicolon. (semi)
(#283) Missing whitespace after semicolon. (semi-spacing)
(#283) Operator '=' must be spaced. (space-infix-ops)
(#283) A space is required after ','. (comma-spacing)
(#283) A space is required after ','. (comma-spacing)
(#283) Requires a space after '{'. (block-spacing)
(#283) Statement inside of curly braces should be on next line. (brace-style)
(#283) Missing space before opening brace. (space-before-blocks)
(#283) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#283) Operator '>' must be spaced. (space-infix-ops)
(#283) Operator '?' must be spaced. (space-infix-ops)
(#283) A space is required after ','. (comma-spacing)
(#283) Operator ':' must be spaced. (space-infix-ops)
(#283) Operator '>' must be spaced. (space-infix-ops)
(#283) Operator '&&' must be spaced. (space-infix-ops)
(#283) Missing whitespace after semicolon. (semi-spacing)
(#283) Operator '=' must be spaced. (space-infix-ops)
(#283) Operator '/' must be spaced. (space-infix-ops)
(#283) Operator '-' must be spaced. (space-infix-ops)
(#283) Missing whitespace after semicolon. (semi-spacing)
(#283) Operator '=' must be spaced. (space-infix-ops)
(#283) Operator '/' must be spaced. (space-infix-ops)
(#283) Missing whitespace after semicolon. (semi-spacing)
(#283) Operator '=' must be spaced. (space-infix-ops)
(#283) Operator '-' must be spaced. (space-infix-ops)
(#283) Operator '*' must be spaced. (space-infix-ops)
(#283) Operator '/' must be spaced. (space-infix-ops)
(#283) Missing whitespace after semicolon. (semi-spacing)
(#283) Operator '=' must be spaced. (space-infix-ops)
(#283) A space is required after ','. (comma-spacing)
(#283) Missing whitespace after semicolon. (semi-spacing)
(#283) Operator '=' must be spaced. (space-infix-ops)
(#283) Operator '+' must be spaced. (space-infix-ops)
(#283) A space is required after ','. (comma-spacing)
(#283) Missing whitespace after semicolon. (semi-spacing)
(#283) Expected space(s) after "return". (keyword-spacing)
(#283) Operator '+' must be spaced. (space-infix-ops)
(#283) Operator '*' must be spaced. (space-infix-ops)
(#283) Operator '+' must be spaced. (space-infix-ops)
(#283) Operator '-' must be spaced. (space-infix-ops)
(#283) Operator '*' must be spaced. (space-infix-ops)
(#283) A space is required after ','. (comma-spacing)
(#283) Operator '*' must be spaced. (space-infix-ops)
(#283) Operator '+' must be spaced. (space-infix-ops)
(#283) Operator '-' must be spaced. (space-infix-ops)
(#283) Operator '*' must be spaced. (space-infix-ops)
(#283) A space is required after ','. (comma-spacing)
(#283) Operator '*' must be spaced. (space-infix-ops)
(#283) Operator '+' must be spaced. (space-infix-ops)
(#283) Operator '-' must be spaced. (space-infix-ops)
(#283) Operator '*' must be spaced. (space-infix-ops)
(#283) Operator '+' must be spaced. (space-infix-ops)
(#283) Requires a space before '}'. (block-spacing)
(#283) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#283) Missing semicolon. (semi)
(#283) Missing whitespace after semicolon. (semi-spacing)
(#283) Operator '=' must be spaced. (space-infix-ops)
(#283) A space is required after ','. (comma-spacing)
(#283) A space is required after ','. (comma-spacing)
(#283) Requires a space after '{'. (block-spacing)
(#283) Statement inside of curly braces should be on next line. (brace-style)
(#283) Missing space before opening brace. (space-before-blocks)
(#283) Expected space(s) after "for". (keyword-spacing)
(#283) Operator '=' must be spaced. (space-infix-ops)
(#283) Operator '*' must be spaced. (space-infix-ops)
(#283) Missing whitespace after semicolon. (semi-spacing)
(#283) Operator '>' must be spaced. (space-infix-ops)
(#283) Expected { after 'for' condition. (curly)
(#283) Operator '+=' must be spaced. (space-infix-ops)
(#284) This line has a length of 341. Maximum allowed is 132. (max-len)
(#284) Missing whitespace after semicolon. (semi-spacing)
(#284) Expected space(s) after "for". (keyword-spacing)
(#284) Operator '>' must be spaced. (space-infix-ops)
(#284) 'g' used outside of binding context. (block-scoped-var)
(#284) Expected { after 'for' condition. (curly)
(#284) Operator '-=' must be spaced. (space-infix-ops)
(#284) 'g' used outside of binding context. (block-scoped-var)
(#284) Missing whitespace after semicolon. (semi-spacing)
(#284) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#284) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#284) Operator '&&' must be spaced. (space-infix-ops)
(#284) Operator '>' must be spaced. (space-infix-ops)
(#284) Operator '&&' must be spaced. (space-infix-ops)
(#284) Operator '=' must be spaced. (space-infix-ops)
(#284) Operator '*' must be spaced. (space-infix-ops)
(#284) Operator '-' must be spaced. (space-infix-ops)
(#284) Missing whitespace after semicolon. (semi-spacing)
(#284) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#284) Operator '&&' must be spaced. (space-infix-ops)
(#284) Operator '=' must be spaced. (space-infix-ops)
(#284) Operator '*' must be spaced. (space-infix-ops)
(#284) Operator '/' must be spaced. (space-infix-ops)
(#284) Missing whitespace after semicolon. (semi-spacing)
(#284) Requires a space before '}'. (block-spacing)
(#284) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#284) Missing semicolon. (semi)
(#284) Missing whitespace after semicolon. (semi-spacing)
(#284) Operator '=' must be spaced. (space-infix-ops)
(#284) A space is required after ','. (comma-spacing)
(#284) Requires a space after '{'. (block-spacing)
(#284) Statement inside of curly braces should be on next line. (brace-style)
(#284) Missing space before opening brace. (space-before-blocks)
(#284) Expected space(s) after "for". (keyword-spacing)
(#284) Operator '=' must be spaced. (space-infix-ops)
(#284) A space is required after ','. (comma-spacing)
(#284) Operator '=' must be spaced. (space-infix-ops)
(#284) A space is required after ','. (comma-spacing)
(#284) Operator '=' must be spaced. (space-infix-ops)
(#284) A space is required after ','. (comma-spacing)
(#284) Operator '=' must be spaced. (space-infix-ops)
(#284) Operator '-' must be spaced. (space-infix-ops)
(#284) Missing whitespace after semicolon. (semi-spacing)
(#284) Operator '<' must be spaced. (space-infix-ops)
(#284) Missing whitespace after semicolon. (semi-spacing)
(#284) Operator '=' must be spaced. (space-infix-ops)
(#284) Expected { after 'for' condition. (curly)
(#284) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#284) Operator '<=' must be spaced. (space-infix-ops)
(#284) Operator '&&' must be spaced. (space-infix-ops)
(#284) Operator '<' must be spaced. (space-infix-ops)
(#284) Operator '||' must be spaced. (space-infix-ops)
(#284) Operator '<=' must be spaced. (space-infix-ops)
(#284) Operator '&&' must be spaced. (space-infix-ops)
(#284) Operator '<' must be spaced. (space-infix-ops)
(#284) Operator '&&' must be spaced. (space-infix-ops)
(#284) Operator '<' must be spaced. (space-infix-ops)
(#284) Operator '-' must be spaced. (space-infix-ops)
(#284) Operator '*' must be spaced. (space-infix-ops)
(#284) Operator '-' must be spaced. (space-infix-ops)
(#284) Operator '/' must be spaced. (space-infix-ops)
(#284) Operator '-' must be spaced. (space-infix-ops)
(#284) Operator '+' must be spaced. (space-infix-ops)
(#284) Operator '&&' must be spaced. (space-infix-ops)
(#284) Operator '=' must be spaced. (space-infix-ops)
(#284) Missing whitespace after semicolon. (semi-spacing)
(#284) 'b' used outside of binding context. (block-scoped-var)
(#284) Requires a space before '}'. (block-spacing)
(#284) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#284) Missing semicolon. (semi)
(#284) Missing whitespace after semicolon. (semi-spacing)
(#284) Requires a space before '}'. (block-spacing)
(#284) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#284) Missing semicolon. (semi)
(#284) A space is required after ','. (comma-spacing)
(#284) A space is required after ','. (comma-spacing)
(#284) A space is required after ','. (comma-spacing)
(#285) This line has a length of 515. Maximum allowed is 132. (max-len)
(#285) A space is required after ','. (comma-spacing)
(#285) A space is required after ','. (comma-spacing)
(#285) Requires a space after '{'. (block-spacing)
(#285) Statement inside of curly braces should be on next line. (brace-style)
(#285) Missing space before opening brace. (space-before-blocks)
(#285) Operator '=' must be spaced. (space-infix-ops)
(#285) Unexpected empty function. (no-empty-function)
(#285) Missing space before opening brace. (space-before-blocks)
(#285) Missing whitespace after semicolon. (semi-spacing)
(#285) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#285) Operator '=' must be spaced. (space-infix-ops)
(#285) Missing whitespace after semicolon. (semi-spacing)
(#285) Operator '=' must be spaced. (space-infix-ops)
(#285) Operator '=' must be spaced. (space-infix-ops)
(#285) Operator '=' must be spaced. (space-infix-ops)
(#285) Missing whitespace after semicolon. (semi-spacing)
(#285) Operator '=' must be spaced. (space-infix-ops)
(#285) Operator '=' must be spaced. (space-infix-ops)
(#285) Operator '=' must be spaced. (space-infix-ops)
(#285) Missing whitespace after semicolon. (semi-spacing)
(#285) Operator '=' must be spaced. (space-infix-ops)
(#285) A space is required after ','. (comma-spacing)
(#285) A space is required after ','. (comma-spacing)
(#285) A space is required after ','. (comma-spacing)
(#285) Requires a space after '{'. (block-spacing)
(#285) Statement inside of curly braces should be on next line. (brace-style)
(#285) Missing space before opening brace. (space-before-blocks)
(#285) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#285) Operator '?' must be spaced. (space-infix-ops)
(#285) Operator '=' must be spaced. (space-infix-ops)
(#285) A space is required after ','. (comma-spacing)
(#285) A space is required after ','. (comma-spacing)
(#285) Operator '=' must be spaced. (space-infix-ops)
(#285) A space is required after ','. (comma-spacing)
(#285) A space is required after ','. (comma-spacing)
(#285) Operator '=' must be spaced. (space-infix-ops)
(#285) A space is required after ','. (comma-spacing)
(#285) A space is required after ','. (comma-spacing)
(#285) Operator '=' must be spaced. (space-infix-ops)
(#285) A space is required after ','. (comma-spacing)
(#285) A space is required after ','. (comma-spacing)
(#285) Operator '!==' must be spaced. (space-infix-ops)
(#285) Operator '&&' must be spaced. (space-infix-ops)
(#285) Operator '=' must be spaced. (space-infix-ops)
(#285) A space is required after ','. (comma-spacing)
(#285) A space is required after ','. (comma-spacing)
(#285) Operator '=' must be spaced. (space-infix-ops)
(#285) A space is required after ','. (comma-spacing)
(#285) Operator ':' must be spaced. (space-infix-ops)
(#285) Operator '=' must be spaced. (space-infix-ops)
(#285) A space is required after ','. (comma-spacing)
(#285) A space is required after ','. (comma-spacing)
(#285) Operator '=' must be spaced. (space-infix-ops)
(#285) A space is required after ','. (comma-spacing)
(#285) A space is required after ','. (comma-spacing)
(#285) Operator '=' must be spaced. (space-infix-ops)
(#285) A space is required after ','. (comma-spacing)
(#285) A space is required after ','. (comma-spacing)
(#285) Operator '=' must be spaced. (space-infix-ops)
(#286) This line has a length of 508. Maximum allowed is 132. (max-len)
(#286) A space is required after ','. (comma-spacing)
(#286) Operator '!==' must be spaced. (space-infix-ops)
(#286) Operator '&&' must be spaced. (space-infix-ops)
(#286) Operator '!==' must be spaced. (space-infix-ops)
(#286) Operator '&&' must be spaced. (space-infix-ops)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#286) A space is required after ','. (comma-spacing)
(#286) A space is required after ','. (comma-spacing)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#286) A space is required after ','. (comma-spacing)
(#286) A space is required after ','. (comma-spacing)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#286) A space is required after ','. (comma-spacing)
(#286) A space is required after ','. (comma-spacing)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#286) A space is required after ','. (comma-spacing)
(#286) Requires a space before '}'. (block-spacing)
(#286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#286) Missing semicolon. (semi)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#286) A space is required after ','. (comma-spacing)
(#286) A space is required after ','. (comma-spacing)
(#286) A space is required after ','. (comma-spacing)
(#286) A space is required after ','. (comma-spacing)
(#286) A space is required after ','. (comma-spacing)
(#286) Requires a space after '{'. (block-spacing)
(#286) Statement inside of curly braces should be on next line. (brace-style)
(#286) Missing space before opening brace. (space-before-blocks)
(#286) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#286) A space is required after ','. (comma-spacing)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#286) A space is required after ','. (comma-spacing)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#286) A space is required after ','. (comma-spacing)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#286) A space is required after ','. (comma-spacing)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#286) A space is required after ','. (comma-spacing)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#286) A space is required after ','. (comma-spacing)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#286) Operator '!==' must be spaced. (space-infix-ops)
(#286) Operator '&&' must be spaced. (space-infix-ops)
(#286) Operator '!==' must be spaced. (space-infix-ops)
(#286) Operator '&&' must be spaced. (space-infix-ops)
(#286) Operator '!==' must be spaced. (space-infix-ops)
(#286) Operator '&&' must be spaced. (space-infix-ops)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#286) A space is required after ','. (comma-spacing)
(#286) A space is required after ','. (comma-spacing)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#286) A space is required after ','. (comma-spacing)
(#286) A space is required after ','. (comma-spacing)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#286) A space is required after ','. (comma-spacing)
(#286) A space is required after ','. (comma-spacing)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#286) A space is required after ','. (comma-spacing)
(#286) A space is required after ','. (comma-spacing)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#287) Requires a space before '}'. (block-spacing)
(#287) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#287) Missing semicolon. (semi)
(#287) Requires a space before '}'. (block-spacing)
(#287) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#287) Missing semicolon. (semi)
(#287) A space is required after ','. (comma-spacing)
(#288) This line has a length of 567. Maximum allowed is 132. (max-len)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) 'k' is defined but never used. (no-unused-vars)
(#288) Requires a space after '{'. (block-spacing)
(#288) Statement inside of curly braces should be on next line. (brace-style)
(#288) Missing space before opening brace. (space-before-blocks)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) Identifier 'supports_canvas' is not in camel case. (camelcase)
(#288) Missing space before value for key 'supports_canvas'. (key-spacing)
(#288) Requires a space after '{'. (block-spacing)
(#288) Statement inside of curly braces should be on next line. (brace-style)
(#288) Missing space before opening brace. (space-before-blocks)
(#288) Expected space(s) after "return". (keyword-spacing)
(#288) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#288) Requires a space before '}'. (block-spacing)
(#288) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#288) Missing semicolon. (semi)
(#288) A space is required after ','. (comma-spacing)
(#288) Identifier 'supports_canvas_text' is not in camel case. (camelcase)
(#288) Missing space before value for key 'supports_canvas_text'. (key-spacing)
(#288) Requires a space after '{'. (block-spacing)
(#288) Statement inside of curly braces should be on next line. (brace-style)
(#288) Missing space before opening brace. (space-before-blocks)
(#288) Operator '?' must be spaced. (space-infix-ops)
(#288) Operator '===' must be spaced. (space-infix-ops)
(#288) Operator ':' must be spaced. (space-infix-ops)
(#288) Requires a space before '}'. (block-spacing)
(#288) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#288) Missing semicolon. (semi)
(#288) A space is required after ','. (comma-spacing)
(#288) Identifier 'supports_webgl' is not in camel case. (camelcase)
(#288) Missing space before value for key 'supports_webgl'. (key-spacing)
(#288) Requires a space after '{'. (block-spacing)
(#288) Statement inside of curly braces should be on next line. (brace-style)
(#288) Missing space before opening brace. (space-before-blocks)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) Missing whitespace after semicolon. (semi-spacing)
(#288) Expected space(s) after "try". (keyword-spacing)
(#288) Requires a space after '{'. (block-spacing)
(#288) Statement inside of curly braces should be on next line. (brace-style)
(#288) Expected space(s) after "if". (keyword-spacing)
(#288) Operator '||' must be spaced. (space-infix-ops)
(#288) Expected { after 'if' condition. (curly)
(#288) Expected space(s) before "return". (keyword-spacing)
(#288) Expected space(s) after "return". (keyword-spacing)
(#288) Requires a space before '}'. (block-spacing)
(#288) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#288) Missing semicolon. (semi)
(#288) Expected space(s) before "catch". (keyword-spacing)
(#288) Expected space(s) after "catch". (keyword-spacing)
(#288) Empty block statement. (no-empty)
(#288) Missing space before opening brace. (space-before-blocks)
(#288) Expected space(s) before "return". (keyword-spacing)
(#288) Expected space(s) after "return". (keyword-spacing)
(#288) Requires a space before '}'. (block-spacing)
(#288) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#288) Missing semicolon. (semi)
(#288) A space is required after ','. (comma-spacing)
(#288) Identifier 'supports_xhr2' is not in camel case. (camelcase)
(#288) Missing space before value for key 'supports_xhr2'. (key-spacing)
(#288) Requires a space after '{'. (block-spacing)
(#288) Statement inside of curly braces should be on next line. (brace-style)
(#288) Missing space before opening brace. (space-before-blocks)
(#288) Requires a space before '}'. (block-spacing)
(#288) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#288) Missing semicolon. (semi)
(#288) A space is required after ','. (comma-spacing)
(#288) Identifier 'supports_touch' is not in camel case. (camelcase)
(#288) Missing space before value for key 'supports_touch'. (key-spacing)
(#288) Requires a space after '{'. (block-spacing)
(#288) Statement inside of curly braces should be on next line. (brace-style)
(#288) Missing space before opening brace. (space-before-blocks)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) Operator '||' must be spaced. (space-infix-ops)
(#289) This line has a length of 602. Maximum allowed is 132. (max-len)
(#289) Operator '===' must be spaced. (space-infix-ops)
(#289) Operator '&&' must be spaced. (space-infix-ops)
(#289) Operator '<' must be spaced. (space-infix-ops)
(#289) Operator '&&' must be spaced. (space-infix-ops)
(#289) Missing whitespace after semicolon. (semi-spacing)
(#289) Expected space(s) after "return". (keyword-spacing)
(#289) Operator 'in' must be spaced. (space-infix-ops)
(#289) Operator '&&' must be spaced. (space-infix-ops)
(#289) Requires a space before '}'. (block-spacing)
(#289) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#289) Missing semicolon. (semi)
(#289) A space is required after ','. (comma-spacing)
(#289) Identifier 'supports_gesture' is not in camel case. (camelcase)
(#289) Missing space before value for key 'supports_gesture'. (key-spacing)
(#289) Requires a space after '{'. (block-spacing)
(#289) Statement inside of curly braces should be on next line. (brace-style)
(#289) Missing space before opening brace. (space-before-blocks)
(#289) Expected space(s) after "return". (keyword-spacing)
(#289) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#289) Operator 'in' must be spaced. (space-infix-ops)
(#289) Requires a space before '}'. (block-spacing)
(#289) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#289) Missing semicolon. (semi)
(#289) Missing whitespace after semicolon. (semi-spacing)
(#289) Requires a space before '}'. (block-spacing)
(#289) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#289) Missing semicolon. (semi)
(#289) A space is required after ','. (comma-spacing)
(#289) A space is required after ','. (comma-spacing)
(#289) A space is required after ','. (comma-spacing)
(#289) Missing whitespace after semicolon. (semi-spacing)
(#289) Operator '=' must be spaced. (space-infix-ops)
(#290) This line has a length of 510. Maximum allowed is 132. (max-len)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#290) A space is required after ','. (comma-spacing)
(#290) 'E' is defined but never used. (no-unused-vars)
(#290) Requires a space after '{'. (block-spacing)
(#290) Statement inside of curly braces should be on next line. (brace-style)
(#290) Missing space before opening brace. (space-before-blocks)
(#290) Missing JSDoc comment. (require-jsdoc)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) Requires a space after '{'. (block-spacing)
(#290) Statement inside of curly braces should be on next line. (brace-style)
(#290) Missing space before opening brace. (space-before-blocks)
(#290) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) Missing whitespace after semicolon. (semi-spacing)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) Missing whitespace after semicolon. (semi-spacing)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) Missing whitespace after semicolon. (semi-spacing)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) Missing whitespace after semicolon. (semi-spacing)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) Missing whitespace after semicolon. (semi-spacing)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) Missing whitespace after semicolon. (semi-spacing)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) Missing whitespace after semicolon. (semi-spacing)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) Missing whitespace after semicolon. (semi-spacing)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) Requires a space before '}'. (block-spacing)
(#290) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#290) Missing semicolon. (semi)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) Missing whitespace after semicolon. (semi-spacing)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) A constructor name should not start with a lowercase letter. (new-cap)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) Missing whitespace after semicolon. (semi-spacing)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) A constructor name should not start with a lowercase letter. (new-cap)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) Missing whitespace after semicolon. (semi-spacing)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) A constructor name should not start with a lowercase letter. (new-cap)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) Missing whitespace after semicolon. (semi-spacing)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) A constructor name should not start with a lowercase letter. (new-cap)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) Missing whitespace after semicolon. (semi-spacing)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) A constructor name should not start with a lowercase letter. (new-cap)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) Missing whitespace after semicolon. (semi-spacing)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) A constructor name should not start with a lowercase letter. (new-cap)
(#291) This line has a length of 502. Maximum allowed is 132. (max-len)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) Missing whitespace after semicolon. (semi-spacing)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) A constructor name should not start with a lowercase letter. (new-cap)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) Missing whitespace after semicolon. (semi-spacing)
(#291) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) A constructor name should not start with a lowercase letter. (new-cap)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) Missing whitespace after semicolon. (semi-spacing)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) A constructor name should not start with a lowercase letter. (new-cap)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) Missing whitespace after semicolon. (semi-spacing)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) A constructor name should not start with a lowercase letter. (new-cap)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) Missing whitespace after semicolon. (semi-spacing)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) A constructor name should not start with a lowercase letter. (new-cap)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) Missing whitespace after semicolon. (semi-spacing)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) A constructor name should not start with a lowercase letter. (new-cap)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) Missing whitespace after semicolon. (semi-spacing)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) A constructor name should not start with a lowercase letter. (new-cap)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) Missing whitespace after semicolon. (semi-spacing)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) A constructor name should not start with a lowercase letter. (new-cap)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) Missing whitespace after semicolon. (semi-spacing)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) A constructor name should not start with a lowercase letter. (new-cap)
(#292) This line has a length of 509. Maximum allowed is 132. (max-len)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) Missing whitespace after semicolon. (semi-spacing)
(#292) Operator '=' must be spaced. (space-infix-ops)
(#292) A constructor name should not start with a lowercase letter. (new-cap)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) Missing whitespace after semicolon. (semi-spacing)
(#292) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#292) Operator '=' must be spaced. (space-infix-ops)
(#292) A constructor name should not start with a lowercase letter. (new-cap)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) Missing whitespace after semicolon. (semi-spacing)
(#292) Operator '=' must be spaced. (space-infix-ops)
(#292) A constructor name should not start with a lowercase letter. (new-cap)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) Missing whitespace after semicolon. (semi-spacing)
(#292) Operator '=' must be spaced. (space-infix-ops)
(#292) A constructor name should not start with a lowercase letter. (new-cap)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) Missing whitespace after semicolon. (semi-spacing)
(#292) Operator '=' must be spaced. (space-infix-ops)
(#292) A constructor name should not start with a lowercase letter. (new-cap)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) Missing whitespace after semicolon. (semi-spacing)
(#292) Operator '=' must be spaced. (space-infix-ops)
(#292) A constructor name should not start with a lowercase letter. (new-cap)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) Missing whitespace after semicolon. (semi-spacing)
(#292) Operator '=' must be spaced. (space-infix-ops)
(#292) A constructor name should not start with a lowercase letter. (new-cap)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) Missing whitespace after semicolon. (semi-spacing)
(#292) Operator '=' must be spaced. (space-infix-ops)
(#292) A constructor name should not start with a lowercase letter. (new-cap)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) Missing whitespace after semicolon. (semi-spacing)
(#292) Operator '=' must be spaced. (space-infix-ops)
(#292) A constructor name should not start with a lowercase letter. (new-cap)
(#293) This line has a length of 504. Maximum allowed is 132. (max-len)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) A constructor name should not start with a lowercase letter. (new-cap)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) A constructor name should not start with a lowercase letter. (new-cap)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) A constructor name should not start with a lowercase letter. (new-cap)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) A constructor name should not start with a lowercase letter. (new-cap)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) A constructor name should not start with a lowercase letter. (new-cap)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) A constructor name should not start with a lowercase letter. (new-cap)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) A constructor name should not start with a lowercase letter. (new-cap)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) A constructor name should not start with a lowercase letter. (new-cap)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) A constructor name should not start with a lowercase letter. (new-cap)
(#294) This line has a length of 501. Maximum allowed is 132. (max-len)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) Missing whitespace after semicolon. (semi-spacing)
(#294) Operator '=' must be spaced. (space-infix-ops)
(#294) A constructor name should not start with a lowercase letter. (new-cap)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) Missing whitespace after semicolon. (semi-spacing)
(#294) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#294) Operator '=' must be spaced. (space-infix-ops)
(#294) A constructor name should not start with a lowercase letter. (new-cap)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) Missing whitespace after semicolon. (semi-spacing)
(#294) Operator '=' must be spaced. (space-infix-ops)
(#294) A constructor name should not start with a lowercase letter. (new-cap)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) Missing whitespace after semicolon. (semi-spacing)
(#294) Operator '=' must be spaced. (space-infix-ops)
(#294) A constructor name should not start with a lowercase letter. (new-cap)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) Missing whitespace after semicolon. (semi-spacing)
(#294) Operator '=' must be spaced. (space-infix-ops)
(#294) A constructor name should not start with a lowercase letter. (new-cap)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) Missing whitespace after semicolon. (semi-spacing)
(#294) Operator '=' must be spaced. (space-infix-ops)
(#294) A constructor name should not start with a lowercase letter. (new-cap)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) Missing whitespace after semicolon. (semi-spacing)
(#294) Operator '=' must be spaced. (space-infix-ops)
(#294) A constructor name should not start with a lowercase letter. (new-cap)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) Missing whitespace after semicolon. (semi-spacing)
(#294) Operator '=' must be spaced. (space-infix-ops)
(#294) A constructor name should not start with a lowercase letter. (new-cap)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) Missing whitespace after semicolon. (semi-spacing)
(#294) Operator '=' must be spaced. (space-infix-ops)
(#295) This line has a length of 503. Maximum allowed is 132. (max-len)
(#295) A constructor name should not start with a lowercase letter. (new-cap)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) Missing whitespace after semicolon. (semi-spacing)
(#295) Operator '=' must be spaced. (space-infix-ops)
(#295) A constructor name should not start with a lowercase letter. (new-cap)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) Missing whitespace after semicolon. (semi-spacing)
(#295) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#295) Operator '=' must be spaced. (space-infix-ops)
(#295) A constructor name should not start with a lowercase letter. (new-cap)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) Missing whitespace after semicolon. (semi-spacing)
(#295) Operator '=' must be spaced. (space-infix-ops)
(#295) A constructor name should not start with a lowercase letter. (new-cap)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) Missing whitespace after semicolon. (semi-spacing)
(#295) Operator '=' must be spaced. (space-infix-ops)
(#295) A constructor name should not start with a lowercase letter. (new-cap)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) Missing whitespace after semicolon. (semi-spacing)
(#295) Operator '=' must be spaced. (space-infix-ops)
(#295) A constructor name should not start with a lowercase letter. (new-cap)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) Missing whitespace after semicolon. (semi-spacing)
(#295) Operator '=' must be spaced. (space-infix-ops)
(#295) A constructor name should not start with a lowercase letter. (new-cap)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) Missing whitespace after semicolon. (semi-spacing)
(#295) Operator '=' must be spaced. (space-infix-ops)
(#295) A constructor name should not start with a lowercase letter. (new-cap)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) Missing whitespace after semicolon. (semi-spacing)
(#295) Operator '=' must be spaced. (space-infix-ops)
(#295) A constructor name should not start with a lowercase letter. (new-cap)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#296) This line has a length of 505. Maximum allowed is 132. (max-len)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) Missing whitespace after semicolon. (semi-spacing)
(#296) Operator '=' must be spaced. (space-infix-ops)
(#296) A constructor name should not start with a lowercase letter. (new-cap)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) Missing whitespace after semicolon. (semi-spacing)
(#296) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#296) Operator '=' must be spaced. (space-infix-ops)
(#296) A constructor name should not start with a lowercase letter. (new-cap)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) Missing whitespace after semicolon. (semi-spacing)
(#296) Operator '=' must be spaced. (space-infix-ops)
(#296) A constructor name should not start with a lowercase letter. (new-cap)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) Missing whitespace after semicolon. (semi-spacing)
(#296) Operator '=' must be spaced. (space-infix-ops)
(#296) A constructor name should not start with a lowercase letter. (new-cap)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) Missing whitespace after semicolon. (semi-spacing)
(#296) Operator '=' must be spaced. (space-infix-ops)
(#296) A constructor name should not start with a lowercase letter. (new-cap)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) Missing whitespace after semicolon. (semi-spacing)
(#296) Operator '=' must be spaced. (space-infix-ops)
(#296) A constructor name should not start with a lowercase letter. (new-cap)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) Missing whitespace after semicolon. (semi-spacing)
(#296) Operator '=' must be spaced. (space-infix-ops)
(#296) A constructor name should not start with a lowercase letter. (new-cap)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) Missing whitespace after semicolon. (semi-spacing)
(#296) Operator '=' must be spaced. (space-infix-ops)
(#296) A constructor name should not start with a lowercase letter. (new-cap)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) Missing whitespace after semicolon. (semi-spacing)
(#296) Operator '=' must be spaced. (space-infix-ops)
(#296) A constructor name should not start with a lowercase letter. (new-cap)
(#296) A space is required after ','. (comma-spacing)
(#297) This line has a length of 505. Maximum allowed is 132. (max-len)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) Missing whitespace after semicolon. (semi-spacing)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) A constructor name should not start with a lowercase letter. (new-cap)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) Missing whitespace after semicolon. (semi-spacing)
(#297) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) A constructor name should not start with a lowercase letter. (new-cap)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) Missing whitespace after semicolon. (semi-spacing)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) A constructor name should not start with a lowercase letter. (new-cap)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) Missing whitespace after semicolon. (semi-spacing)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) A constructor name should not start with a lowercase letter. (new-cap)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) Missing whitespace after semicolon. (semi-spacing)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) A constructor name should not start with a lowercase letter. (new-cap)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) Missing whitespace after semicolon. (semi-spacing)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) A constructor name should not start with a lowercase letter. (new-cap)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) Missing whitespace after semicolon. (semi-spacing)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) A constructor name should not start with a lowercase letter. (new-cap)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) Missing whitespace after semicolon. (semi-spacing)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) A constructor name should not start with a lowercase letter. (new-cap)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) Missing whitespace after semicolon. (semi-spacing)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) A constructor name should not start with a lowercase letter. (new-cap)
(#298) This line has a length of 503. Maximum allowed is 132. (max-len)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) Missing whitespace after semicolon. (semi-spacing)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) A constructor name should not start with a lowercase letter. (new-cap)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) Missing whitespace after semicolon. (semi-spacing)
(#298) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) A constructor name should not start with a lowercase letter. (new-cap)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) Missing whitespace after semicolon. (semi-spacing)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) A constructor name should not start with a lowercase letter. (new-cap)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) Missing whitespace after semicolon. (semi-spacing)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) A constructor name should not start with a lowercase letter. (new-cap)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) Missing whitespace after semicolon. (semi-spacing)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) A constructor name should not start with a lowercase letter. (new-cap)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) Missing whitespace after semicolon. (semi-spacing)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) A constructor name should not start with a lowercase letter. (new-cap)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) Missing whitespace after semicolon. (semi-spacing)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) A constructor name should not start with a lowercase letter. (new-cap)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) Missing whitespace after semicolon. (semi-spacing)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) A constructor name should not start with a lowercase letter. (new-cap)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) Missing whitespace after semicolon. (semi-spacing)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) A constructor name should not start with a lowercase letter. (new-cap)
(#299) This line has a length of 501. Maximum allowed is 132. (max-len)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) Missing whitespace after semicolon. (semi-spacing)
(#299) Operator '=' must be spaced. (space-infix-ops)
(#299) A constructor name should not start with a lowercase letter. (new-cap)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) Missing whitespace after semicolon. (semi-spacing)
(#299) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#299) Operator '=' must be spaced. (space-infix-ops)
(#299) A constructor name should not start with a lowercase letter. (new-cap)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) Missing whitespace after semicolon. (semi-spacing)
(#299) Operator '=' must be spaced. (space-infix-ops)
(#299) A constructor name should not start with a lowercase letter. (new-cap)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) Missing whitespace after semicolon. (semi-spacing)
(#299) Operator '=' must be spaced. (space-infix-ops)
(#299) A constructor name should not start with a lowercase letter. (new-cap)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) Missing whitespace after semicolon. (semi-spacing)
(#299) Operator '=' must be spaced. (space-infix-ops)
(#299) A constructor name should not start with a lowercase letter. (new-cap)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) Missing whitespace after semicolon. (semi-spacing)
(#299) Operator '=' must be spaced. (space-infix-ops)
(#299) A constructor name should not start with a lowercase letter. (new-cap)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) Missing whitespace after semicolon. (semi-spacing)
(#299) Operator '=' must be spaced. (space-infix-ops)
(#299) A constructor name should not start with a lowercase letter. (new-cap)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) Missing whitespace after semicolon. (semi-spacing)
(#299) Operator '=' must be spaced. (space-infix-ops)
(#299) A constructor name should not start with a lowercase letter. (new-cap)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#300) This line has a length of 501. Maximum allowed is 132. (max-len)
(#300) Missing whitespace after semicolon. (semi-spacing)
(#300) Operator '=' must be spaced. (space-infix-ops)
(#300) A constructor name should not start with a lowercase letter. (new-cap)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) Missing whitespace after semicolon. (semi-spacing)
(#300) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#300) Operator '=' must be spaced. (space-infix-ops)
(#300) A constructor name should not start with a lowercase letter. (new-cap)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) Missing whitespace after semicolon. (semi-spacing)
(#300) Operator '=' must be spaced. (space-infix-ops)
(#300) A constructor name should not start with a lowercase letter. (new-cap)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) Missing whitespace after semicolon. (semi-spacing)
(#300) Operator '=' must be spaced. (space-infix-ops)
(#300) A constructor name should not start with a lowercase letter. (new-cap)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) Missing whitespace after semicolon. (semi-spacing)
(#300) Operator '=' must be spaced. (space-infix-ops)
(#300) A constructor name should not start with a lowercase letter. (new-cap)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) Missing whitespace after semicolon. (semi-spacing)
(#300) Operator '=' must be spaced. (space-infix-ops)
(#300) A constructor name should not start with a lowercase letter. (new-cap)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) Missing whitespace after semicolon. (semi-spacing)
(#300) Operator '=' must be spaced. (space-infix-ops)
(#300) A constructor name should not start with a lowercase letter. (new-cap)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) Missing whitespace after semicolon. (semi-spacing)
(#300) Operator '=' must be spaced. (space-infix-ops)
(#300) A constructor name should not start with a lowercase letter. (new-cap)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) Missing whitespace after semicolon. (semi-spacing)
(#300) Operator '=' must be spaced. (space-infix-ops)
(#300) A constructor name should not start with a lowercase letter. (new-cap)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#301) This line has a length of 508. Maximum allowed is 132. (max-len)
(#301) A space is required after ','. (comma-spacing)
(#301) Missing whitespace after semicolon. (semi-spacing)
(#301) Operator '=' must be spaced. (space-infix-ops)
(#301) A constructor name should not start with a lowercase letter. (new-cap)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) Missing whitespace after semicolon. (semi-spacing)
(#301) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#301) Operator '=' must be spaced. (space-infix-ops)
(#301) A constructor name should not start with a lowercase letter. (new-cap)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) Missing whitespace after semicolon. (semi-spacing)
(#301) Operator '=' must be spaced. (space-infix-ops)
(#301) A constructor name should not start with a lowercase letter. (new-cap)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) Missing whitespace after semicolon. (semi-spacing)
(#301) Operator '=' must be spaced. (space-infix-ops)
(#301) A constructor name should not start with a lowercase letter. (new-cap)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) Missing whitespace after semicolon. (semi-spacing)
(#301) Operator '=' must be spaced. (space-infix-ops)
(#301) A constructor name should not start with a lowercase letter. (new-cap)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) Missing whitespace after semicolon. (semi-spacing)
(#301) Operator '=' must be spaced. (space-infix-ops)
(#301) A constructor name should not start with a lowercase letter. (new-cap)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) Missing whitespace after semicolon. (semi-spacing)
(#301) Operator '=' must be spaced. (space-infix-ops)
(#301) A constructor name should not start with a lowercase letter. (new-cap)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) Missing whitespace after semicolon. (semi-spacing)
(#301) Operator '=' must be spaced. (space-infix-ops)
(#301) A constructor name should not start with a lowercase letter. (new-cap)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) Missing whitespace after semicolon. (semi-spacing)
(#301) Operator '=' must be spaced. (space-infix-ops)
(#301) A constructor name should not start with a lowercase letter. (new-cap)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) Missing whitespace after semicolon. (semi-spacing)
(#301) Operator '=' must be spaced. (space-infix-ops)
(#301) A constructor name should not start with a lowercase letter. (new-cap)
(#302) This line has a length of 504. Maximum allowed is 132. (max-len)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) Missing whitespace after semicolon. (semi-spacing)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) A constructor name should not start with a lowercase letter. (new-cap)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) Missing whitespace after semicolon. (semi-spacing)
(#302) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) A constructor name should not start with a lowercase letter. (new-cap)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) Missing whitespace after semicolon. (semi-spacing)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) A constructor name should not start with a lowercase letter. (new-cap)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) Missing whitespace after semicolon. (semi-spacing)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) A constructor name should not start with a lowercase letter. (new-cap)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) Missing whitespace after semicolon. (semi-spacing)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) A constructor name should not start with a lowercase letter. (new-cap)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) Missing whitespace after semicolon. (semi-spacing)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) A constructor name should not start with a lowercase letter. (new-cap)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) Missing whitespace after semicolon. (semi-spacing)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) A constructor name should not start with a lowercase letter. (new-cap)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) Missing whitespace after semicolon. (semi-spacing)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) A constructor name should not start with a lowercase letter. (new-cap)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) Missing whitespace after semicolon. (semi-spacing)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) A constructor name should not start with a lowercase letter. (new-cap)
(#302) A space is required after ','. (comma-spacing)
(#303) This line has a length of 479. Maximum allowed is 132. (max-len)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) Missing whitespace after semicolon. (semi-spacing)
(#303) Operator '=' must be spaced. (space-infix-ops)
(#303) A constructor name should not start with a lowercase letter. (new-cap)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) Missing whitespace after semicolon. (semi-spacing)
(#303) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#303) Operator '=' must be spaced. (space-infix-ops)
(#303) A constructor name should not start with a lowercase letter. (new-cap)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) Missing whitespace after semicolon. (semi-spacing)
(#303) Operator '=' must be spaced. (space-infix-ops)
(#303) A constructor name should not start with a lowercase letter. (new-cap)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) Missing whitespace after semicolon. (semi-spacing)
(#303) Operator '=' must be spaced. (space-infix-ops)
(#303) A constructor name should not start with a lowercase letter. (new-cap)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) Missing whitespace after semicolon. (semi-spacing)
(#303) Operator '=' must be spaced. (space-infix-ops)
(#303) A constructor name should not start with a lowercase letter. (new-cap)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) Missing whitespace after semicolon. (semi-spacing)
(#303) Operator '=' must be spaced. (space-infix-ops)
(#303) Missing whitespace after semicolon. (semi-spacing)
(#303) Operator '=' must be spaced. (space-infix-ops)
(#303) Missing whitespace after semicolon. (semi-spacing)
(#303) Operator '=' must be spaced. (space-infix-ops)
(#303) Missing whitespace after semicolon. (semi-spacing)
(#303) Operator '=' must be spaced. (space-infix-ops)
(#303) Missing whitespace after semicolon. (semi-spacing)
(#303) Operator '=' must be spaced. (space-infix-ops)
(#303) Missing whitespace after semicolon. (semi-spacing)
(#303) Operator '=' must be spaced. (space-infix-ops)
(#303) Missing whitespace after semicolon. (semi-spacing)
(#303) Requires a space before '}'. (block-spacing)
(#303) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#303) Missing semicolon. (semi)
(#304) This line has a length of 508. Maximum allowed is 132. (max-len)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#304) Requires a space after '{'. (block-spacing)
(#304) Statement inside of curly braces should be on next line. (brace-style)
(#304) Missing space before opening brace. (space-before-blocks)
(#304) Missing JSDoc comment. (require-jsdoc)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) Requires a space after '{'. (block-spacing)
(#304) Statement inside of curly braces should be on next line. (brace-style)
(#304) Missing space before opening brace. (space-before-blocks)
(#304) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) Missing whitespace after semicolon. (semi-spacing)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) Missing whitespace after semicolon. (semi-spacing)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) Missing whitespace after semicolon. (semi-spacing)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) Missing whitespace after semicolon. (semi-spacing)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) Missing whitespace after semicolon. (semi-spacing)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) Requires a space before '}'. (block-spacing)
(#304) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#304) Missing semicolon. (semi)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) Missing whitespace after semicolon. (semi-spacing)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) Missing whitespace after semicolon. (semi-spacing)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) Missing whitespace after semicolon. (semi-spacing)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) Missing whitespace after semicolon. (semi-spacing)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) Missing whitespace after semicolon. (semi-spacing)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) Missing whitespace after semicolon. (semi-spacing)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) Missing whitespace after semicolon. (semi-spacing)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#305) This line has a length of 506. Maximum allowed is 132. (max-len)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) Missing whitespace after semicolon. (semi-spacing)
(#305) Operator '=' must be spaced. (space-infix-ops)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) Missing whitespace after semicolon. (semi-spacing)
(#305) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#305) Operator '=' must be spaced. (space-infix-ops)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) Missing whitespace after semicolon. (semi-spacing)
(#305) Operator '=' must be spaced. (space-infix-ops)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) Missing whitespace after semicolon. (semi-spacing)
(#305) Operator '=' must be spaced. (space-infix-ops)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) Missing whitespace after semicolon. (semi-spacing)
(#305) Operator '=' must be spaced. (space-infix-ops)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) Missing whitespace after semicolon. (semi-spacing)
(#305) Operator '=' must be spaced. (space-infix-ops)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) Missing whitespace after semicolon. (semi-spacing)
(#305) Operator '=' must be spaced. (space-infix-ops)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) Missing whitespace after semicolon. (semi-spacing)
(#305) Operator '=' must be spaced. (space-infix-ops)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) Missing whitespace after semicolon. (semi-spacing)
(#305) Operator '=' must be spaced. (space-infix-ops)
(#306) This line has a length of 502. Maximum allowed is 132. (max-len)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) Missing whitespace after semicolon. (semi-spacing)
(#306) Operator '=' must be spaced. (space-infix-ops)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) Missing whitespace after semicolon. (semi-spacing)
(#306) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#306) Operator '=' must be spaced. (space-infix-ops)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) Missing whitespace after semicolon. (semi-spacing)
(#306) Operator '=' must be spaced. (space-infix-ops)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) Missing whitespace after semicolon. (semi-spacing)
(#306) Operator '=' must be spaced. (space-infix-ops)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) Missing whitespace after semicolon. (semi-spacing)
(#306) Operator '=' must be spaced. (space-infix-ops)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) Missing whitespace after semicolon. (semi-spacing)
(#306) Operator '=' must be spaced. (space-infix-ops)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) Missing whitespace after semicolon. (semi-spacing)
(#306) Operator '=' must be spaced. (space-infix-ops)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) Missing whitespace after semicolon. (semi-spacing)
(#306) Operator '=' must be spaced. (space-infix-ops)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) Missing whitespace after semicolon. (semi-spacing)
(#306) Operator '=' must be spaced. (space-infix-ops)
(#307) This line has a length of 251. Maximum allowed is 132. (max-len)
(#307) A space is required after ','. (comma-spacing)
(#307) A space is required after ','. (comma-spacing)
(#307) A space is required after ','. (comma-spacing)
(#307) A space is required after ','. (comma-spacing)
(#307) A space is required after ','. (comma-spacing)
(#307) Missing whitespace after semicolon. (semi-spacing)
(#307) Operator '=' must be spaced. (space-infix-ops)
(#307) A space is required after ','. (comma-spacing)
(#307) A space is required after ','. (comma-spacing)
(#307) A space is required after ','. (comma-spacing)
(#307) A space is required after ','. (comma-spacing)
(#307) A space is required after ','. (comma-spacing)
(#307) Missing whitespace after semicolon. (semi-spacing)
(#307) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#307) Operator '=' must be spaced. (space-infix-ops)
(#307) A space is required after ','. (comma-spacing)
(#307) A space is required after ','. (comma-spacing)
(#307) A space is required after ','. (comma-spacing)
(#307) A space is required after ','. (comma-spacing)
(#307) A space is required after ','. (comma-spacing)
(#307) Missing whitespace after semicolon. (semi-spacing)
(#307) Operator '=' must be spaced. (space-infix-ops)
(#307) A space is required after ','. (comma-spacing)
(#307) A space is required after ','. (comma-spacing)
(#307) A space is required after ','. (comma-spacing)
(#307) A space is required after ','. (comma-spacing)
(#307) A space is required after ','. (comma-spacing)
(#307) Missing whitespace after semicolon. (semi-spacing)
(#307) Operator '=' must be spaced. (space-infix-ops)
(#307) A space is required after ','. (comma-spacing)
(#307) A space is required after ','. (comma-spacing)
(#307) A space is required after ','. (comma-spacing)
(#307) A space is required after ','. (comma-spacing)
(#307) A space is required after ','. (comma-spacing)
(#307) Missing whitespace after semicolon. (semi-spacing)
(#307) Requires a space before '}'. (block-spacing)
(#307) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#307) Missing semicolon. (semi)
(#308) This line has a length of 519. Maximum allowed is 132. (max-len)
(#308) A space is required after ','. (comma-spacing)
(#308) 'E' is defined but never used. (no-unused-vars)
(#308) Requires a space after '{'. (block-spacing)
(#308) Statement inside of curly braces should be on next line. (brace-style)
(#308) Missing space before opening brace. (space-before-blocks)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) Requires a space after '{'. (block-spacing)
(#308) Statement inside of curly braces should be on next line. (brace-style)
(#308) Missing space before opening brace. (space-before-blocks)
(#308) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) Requires a space before '}'. (block-spacing)
(#308) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#308) Missing semicolon. (semi)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) Requires a space after '{'. (block-spacing)
(#308) Statement inside of curly braces should be on next line. (brace-style)
(#308) Missing space before opening brace. (space-before-blocks)
(#308) Operator '-' must be spaced. (space-infix-ops)
(#308) Requires a space before '}'. (block-spacing)
(#308) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#308) Missing semicolon. (semi)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) Requires a space after '{'. (block-spacing)
(#308) Statement inside of curly braces should be on next line. (brace-style)
(#308) Missing space before opening brace. (space-before-blocks)
(#308) Operator '===' must be spaced. (space-infix-ops)
(#308) Requires a space before '}'. (block-spacing)
(#308) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#308) Missing semicolon. (semi)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) Requires a space after '{'. (block-spacing)
(#308) Statement inside of curly braces should be on next line. (brace-style)
(#308) Missing space before opening brace. (space-before-blocks)
(#308) Requires a space before '}'. (block-spacing)
(#308) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#308) Missing semicolon. (semi)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) Requires a space after '{'. (block-spacing)
(#308) Statement inside of curly braces should be on next line. (brace-style)
(#308) Missing space before opening brace. (space-before-blocks)
(#308) Expected space(s) after "if". (keyword-spacing)
(#308) Requires a space after '{'. (block-spacing)
(#308) Statement inside of curly braces should be on next line. (brace-style)
(#308) Missing space before opening brace. (space-before-blocks)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#308) Operator '*' must be spaced. (space-infix-ops)
(#308) Operator '>=' must be spaced. (space-infix-ops)
(#308) Operator '&&' must be spaced. (space-infix-ops)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) A space is required after ','. (comma-spacing)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) Requires a space before '}'. (block-spacing)
(#308) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#308) Missing semicolon. (semi)
(#308) Expected space(s) before "return". (keyword-spacing)
(#308) 'w' used outside of binding context. (block-scoped-var)
(#308) Requires a space before '}'. (block-spacing)
(#308) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#308) Missing semicolon. (semi)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) Requires a space after '{'. (block-spacing)
(#308) Statement inside of curly braces should be on next line. (brace-style)
(#308) Missing space before opening brace. (space-before-blocks)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#308) Operator '&&' must be spaced. (space-infix-ops)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#309) Requires a space before '}'. (block-spacing)
(#309) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#309) Missing semicolon. (semi)
(#309) Requires a space before '}'. (block-spacing)
(#309) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#309) Missing semicolon. (semi)
(#310) This line has a length of 501. Maximum allowed is 132. (max-len)
(#310) A space is required after ','. (comma-spacing)
(#310) A space is required after ','. (comma-spacing)
(#310) 'w' is defined but never used. (no-unused-vars)
(#310) Requires a space after '{'. (block-spacing)
(#310) Statement inside of curly braces should be on next line. (brace-style)
(#310) Missing space before opening brace. (space-before-blocks)
(#310) Operator '=' must be spaced. (space-infix-ops)
(#310) A space is required after ','. (comma-spacing)
(#310) Requires a space after '{'. (block-spacing)
(#310) Statement inside of curly braces should be on next line. (brace-style)
(#310) Missing space before opening brace. (space-before-blocks)
(#310) This line has 22 statements. Maximum allowed is 2. (max-statements-per-line)
(#310) Operator '=' must be spaced. (space-infix-ops)
(#310) Operator '?' must be spaced. (space-infix-ops)
(#310) Operator ':' must be spaced. (space-infix-ops)
(#310) Missing whitespace after semicolon. (semi-spacing)
(#310) Operator '=' must be spaced. (space-infix-ops)
(#310) Operator '?' must be spaced. (space-infix-ops)
(#310) Operator ':' must be spaced. (space-infix-ops)
(#310) Requires a space before '}'. (block-spacing)
(#310) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#310) Missing semicolon. (semi)
(#310) Missing whitespace after semicolon. (semi-spacing)
(#310) Operator '=' must be spaced. (space-infix-ops)
(#310) Missing whitespace after semicolon. (semi-spacing)
(#310) Operator '=' must be spaced. (space-infix-ops)
(#310) Requires a space after '{'. (block-spacing)
(#310) Statement inside of curly braces should be on next line. (brace-style)
(#310) Missing space before opening brace. (space-before-blocks)
(#310) Operator '-=' must be spaced. (space-infix-ops)
(#310) Missing whitespace after semicolon. (semi-spacing)
(#310) Operator '-=' must be spaced. (space-infix-ops)
(#310) Requires a space before '}'. (block-spacing)
(#310) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#310) Missing semicolon. (semi)
(#310) Missing whitespace after semicolon. (semi-spacing)
(#310) Operator '=' must be spaced. (space-infix-ops)
(#310) Requires a space after '{'. (block-spacing)
(#310) Statement inside of curly braces should be on next line. (brace-style)
(#310) Missing space before opening brace. (space-before-blocks)
(#310) Operator '+=' must be spaced. (space-infix-ops)
(#310) Missing whitespace after semicolon. (semi-spacing)
(#310) Operator '+=' must be spaced. (space-infix-ops)
(#310) Requires a space before '}'. (block-spacing)
(#310) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#310) Missing semicolon. (semi)
(#310) Missing whitespace after semicolon. (semi-spacing)
(#310) Operator '=' must be spaced. (space-infix-ops)
(#310) Requires a space after '{'. (block-spacing)
(#310) Statement inside of curly braces should be on next line. (brace-style)
(#310) Missing space before opening brace. (space-before-blocks)
(#310) Operator '=' must be spaced. (space-infix-ops)
(#310) Operator '-' must be spaced. (space-infix-ops)
(#310) Missing whitespace after semicolon. (semi-spacing)
(#310) Operator '=' must be spaced. (space-infix-ops)
(#310) Operator '-' must be spaced. (space-infix-ops)
(#310) Missing whitespace after semicolon. (semi-spacing)
(#310) Operator '*' must be spaced. (space-infix-ops)
(#310) Operator '+' must be spaced. (space-infix-ops)
(#310) Operator '*' must be spaced. (space-infix-ops)
(#310) Requires a space before '}'. (block-spacing)
(#310) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#310) Missing semicolon. (semi)
(#310) Missing whitespace after semicolon. (semi-spacing)
(#310) Operator '=' must be spaced. (space-infix-ops)
(#310) Requires a space after '{'. (block-spacing)
(#310) Statement inside of curly braces should be on next line. (brace-style)
(#310) Missing space before opening brace. (space-before-blocks)
(#310) Operator '=' must be spaced. (space-infix-ops)
(#310) Operator '-' must be spaced. (space-infix-ops)
(#310) Missing whitespace after semicolon. (semi-spacing)
(#310) Operator '=' must be spaced. (space-infix-ops)
(#310) Operator '-' must be spaced. (space-infix-ops)
(#310) Missing whitespace after semicolon. (semi-spacing)
(#310) Expected space(s) after "for". (keyword-spacing)
(#310) Operator '=' must be spaced. (space-infix-ops)
(#310) Do not nest ternary expressions. (no-nested-ternary)
(#310) Operator '===' must be spaced. (space-infix-ops)
(#310) Operator '?' must be spaced. (space-infix-ops)
(#310) Do not nest ternary expressions. (no-nested-ternary)
(#310) Operator '===' must be spaced. (space-infix-ops)
(#310) Operator '?' must be spaced. (space-infix-ops)
(#310) Operator ':' must be spaced. (space-infix-ops)
(#310) Operator '<' must be spaced. (space-infix-ops)
(#310) Operator '?' must be spaced. (space-infix-ops)
(#310) Operator '/' must be spaced. (space-infix-ops)
(#310) Operator ':' must be spaced. (space-infix-ops)
(#310) Operator '*' must be spaced. (space-infix-ops)
(#310) Operator '/' must be spaced. (space-infix-ops)
(#310) Operator ':' must be spaced. (space-infix-ops)
(#310) Do not nest ternary expressions. (no-nested-ternary)
(#310) Operator '===' must be spaced. (space-infix-ops)
(#310) Operator '?' must be spaced. (space-infix-ops)
(#310) Operator '<' must be spaced. (space-infix-ops)
(#310) Operator '?' must be spaced. (space-infix-ops)
(#310) Operator ':' must be spaced. (space-infix-ops)
(#310) Operator ':' must be spaced. (space-infix-ops)
(#310) Do not nest ternary expressions. (no-nested-ternary)
(#310) Operator '>' must be spaced. (space-infix-ops)
(#310) Operator '?' must be spaced. (space-infix-ops)
(#310) Operator '/' must be spaced. (space-infix-ops)
(#310) Operator '+' must be spaced. (space-infix-ops)
(#310) Operator ':' must be spaced. (space-infix-ops)
(#310) Operator '>' must be spaced. (space-infix-ops)
(#310) Operator '?' must be spaced. (space-infix-ops)
(#310) Operator '/' must be spaced. (space-infix-ops)
(#310) Operator '+' must be spaced. (space-infix-ops)
(#310) Operator '*' must be spaced. (space-infix-ops)
(#310) Operator ':' must be spaced. (space-infix-ops)
(#310) Operator '/' must be spaced. (space-infix-ops)
(#310) Missing whitespace after semicolon. (semi-spacing)
(#310) Operator '>' must be spaced. (space-infix-ops)
(#310) Expected { after 'for' condition. (curly)
(#310) Operator '+=' must be spaced. (space-infix-ops)
(#310) Operator '*' must be spaced. (space-infix-ops)
(#310) Missing whitespace after semicolon. (semi-spacing)
(#310) Return statement should not contain assignment. (no-return-assign)
(#310) Operator '%=' must be spaced. (space-infix-ops)
(#310) Operator '*' must be spaced. (space-infix-ops)
(#310) Requires a space before '}'. (block-spacing)
(#310) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#310) Missing semicolon. (semi)
(#310) Missing whitespace after semicolon. (semi-spacing)
(#310) Operator '=' must be spaced. (space-infix-ops)
(#310) Requires a space after '{'. (block-spacing)
(#310) Statement inside of curly braces should be on next line. (brace-style)
(#310) Missing space before opening brace. (space-before-blocks)
(#310) Operator '=' must be spaced. (space-infix-ops)
(#310) Operator '-' must be spaced. (space-infix-ops)
(#311) This line has a length of 189. Maximum allowed is 132. (max-len)
(#311) Operator '=' must be spaced. (space-infix-ops)
(#311) Operator '-' must be spaced. (space-infix-ops)
(#311) Missing whitespace after semicolon. (semi-spacing)
(#311) Expected space(s) after "for". (keyword-spacing)
(#311) Operator '=' must be spaced. (space-infix-ops)
(#311) Do not nest ternary expressions. (no-nested-ternary)
(#311) Operator '===' must be spaced. (space-infix-ops)
(#311) Operator '?' must be spaced. (space-infix-ops)
(#311) Do not nest ternary expressions. (no-nested-ternary)
(#311) Operator '===' must be spaced. (space-infix-ops)
(#311) Operator '?' must be spaced. (space-infix-ops)
(#311) Operator ':' must be spaced. (space-infix-ops)
(#311) Operator '<' must be spaced. (space-infix-ops)
(#311) Operator '?' must be spaced. (space-infix-ops)
(#311) Operator '/' must be spaced. (space-infix-ops)
(#311) Operator ':' must be spaced. (space-infix-ops)
(#311) Operator '*' must be spaced. (space-infix-ops)
(#311) Operator '/' must be spaced. (space-infix-ops)
(#311) Operator ':' must be spaced. (space-infix-ops)
(#311) Do not nest ternary expressions. (no-nested-ternary)
(#311) Operator '===' must be spaced. (space-infix-ops)
(#311) Operator '?' must be spaced. (space-infix-ops)
(#311) Operator '<' must be spaced. (space-infix-ops)
(#311) Operator '?' must be spaced. (space-infix-ops)
(#311) Operator ':' must be spaced. (space-infix-ops)
(#311) Operator ':' must be spaced. (space-infix-ops)
(#311) Do not nest ternary expressions. (no-nested-ternary)
(#311) Operator '>' must be spaced. (space-infix-ops)
(#311) Operator '?' must be spaced. (space-infix-ops)
(#311) Operator '/' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Operator ':' must be spaced. (space-infix-ops)
(#311) Operator '>' must be spaced. (space-infix-ops)
(#311) Operator '?' must be spaced. (space-infix-ops)
(#311) Operator '/' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Operator '*' must be spaced. (space-infix-ops)
(#311) Operator ':' must be spaced. (space-infix-ops)
(#311) Operator '/' must be spaced. (space-infix-ops)
(#311) Missing whitespace after semicolon. (semi-spacing)
(#311) Operator '>' must be spaced. (space-infix-ops)
(#311) Expected { after 'for' condition. (curly)
(#311) Operator '+=' must be spaced. (space-infix-ops)
(#311) Operator '*' must be spaced. (space-infix-ops)
(#311) Missing whitespace after semicolon. (semi-spacing)
(#311) Return statement should not contain assignment. (no-return-assign)
(#311) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#311) Operator '%=' must be spaced. (space-infix-ops)
(#311) Operator '*' must be spaced. (space-infix-ops)
(#311) Requires a space before '}'. (block-spacing)
(#311) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#311) Missing semicolon. (semi)
(#311) Requires a space before '}'. (block-spacing)
(#311) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#311) Missing semicolon. (semi)
(#311) A space is required after ','. (comma-spacing)
(#312) This line has a length of 501. Maximum allowed is 132. (max-len)
(#312) A space is required after ','. (comma-spacing)
(#312) A space is required after ','. (comma-spacing)
(#312) A space is required after ','. (comma-spacing)
(#312) Requires a space after '{'. (block-spacing)
(#312) Statement inside of curly braces should be on next line. (brace-style)
(#312) Missing space before opening brace. (space-before-blocks)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) A space is required after ','. (comma-spacing)
(#312) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Unnecessary escape character: \-. (no-useless-escape)
(#312) A space is required after ','. (comma-spacing)
(#312) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) A space is required after ','. (comma-spacing)
(#312) A space is required after ','. (comma-spacing)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Requires a space after '{'. (block-spacing)
(#312) Statement inside of curly braces should be on next line. (brace-style)
(#312) Missing space before opening brace. (space-before-blocks)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Missing space before value for key 'v'. (key-spacing)
(#312) A space is required after ','. (comma-spacing)
(#312) Missing space before value for key 'not'. (key-spacing)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Missing space before value for key 'v'. (key-spacing)
(#312) A space is required after ','. (comma-spacing)
(#312) Missing space before value for key 'not'. (key-spacing)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Requires a space before '}'. (block-spacing)
(#312) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#312) Missing semicolon. (semi)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Requires a space after '{'. (block-spacing)
(#312) Statement inside of curly braces should be on next line. (brace-style)
(#312) Missing space before opening brace. (space-before-blocks)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) Expected space(s) after "for". (keyword-spacing)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) A space is required after ','. (comma-spacing)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) Operator '<' must be spaced. (space-infix-ops)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) Requires a space after '{'. (block-spacing)
(#312) Statement inside of curly braces should be on next line. (brace-style)
(#312) Missing space before opening brace. (space-before-blocks)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) A space is required after ','. (comma-spacing)
(#312) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) A space is required after ','. (comma-spacing)
(#312) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#312) Operator '===' must be spaced. (space-infix-ops)
(#312) Operator '&&' must be spaced. (space-infix-ops)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) A space is required after ','. (comma-spacing)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#313) This line has a length of 506. Maximum allowed is 132. (max-len)
(#313) Missing whitespace after semicolon. (semi-spacing)
(#313) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#313) Operator '!=' must be spaced. (space-infix-ops)
(#313) Operator '&&' must be spaced. (space-infix-ops)
(#313) Operator '=' must be spaced. (space-infix-ops)
(#313) Missing whitespace after semicolon. (semi-spacing)
(#313) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#313) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#313) Operator '!=' must be spaced. (space-infix-ops)
(#313) Operator '?' must be spaced. (space-infix-ops)
(#313) Operator '=' must be spaced. (space-infix-ops)
(#313) A space is required after ','. (comma-spacing)
(#313) Operator '=' must be spaced. (space-infix-ops)
(#313) Missing space before value for key 'x'. (key-spacing)
(#313) Operator '*' must be spaced. (space-infix-ops)
(#313) Operator '?' must be spaced. (space-infix-ops)
(#313) Operator ':' must be spaced. (space-infix-ops)
(#313) A space is required after ','. (comma-spacing)
(#313) Missing space before value for key 'y'. (key-spacing)
(#313) Operator '*' must be spaced. (space-infix-ops)
(#313) Operator '?' must be spaced. (space-infix-ops)
(#313) Operator ':' must be spaced. (space-infix-ops)
(#313) A space is required after ','. (comma-spacing)
(#313) Operator '<' must be spaced. (space-infix-ops)
(#313) Operator '&&' must be spaced. (space-infix-ops)
(#313) Operator '=' must be spaced. (space-infix-ops)
(#313) A space is required after ','. (comma-spacing)
(#313) Operator '=' must be spaced. (space-infix-ops)
(#313) A space is required after ','. (comma-spacing)
(#313) Operator '=' must be spaced. (space-infix-ops)
(#313) A space is required after ','. (comma-spacing)
(#313) Operator ':' must be spaced. (space-infix-ops)
(#313) Missing space before value for key 'x'. (key-spacing)
(#313) Operator '*' must be spaced. (space-infix-ops)
(#313) Operator '?' must be spaced. (space-infix-ops)
(#313) Operator ':' must be spaced. (space-infix-ops)
(#313) Requires a space before '}'. (block-spacing)
(#313) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#313) Missing semicolon. (semi)
(#313) Expected space(s) before "return". (keyword-spacing)
(#313) Requires a space before '}'. (block-spacing)
(#313) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#313) Missing semicolon. (semi)
(#313) Missing whitespace after semicolon. (semi-spacing)
(#313) Operator '=' must be spaced. (space-infix-ops)
(#313) A space is required after ','. (comma-spacing)
(#313) A space is required after ','. (comma-spacing)
(#313) Requires a space after '{'. (block-spacing)
(#313) Statement inside of curly braces should be on next line. (brace-style)
(#313) Missing space before opening brace. (space-before-blocks)
(#313) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#313) Operator '||' must be spaced. (space-infix-ops)
(#313) Operator '=' must be spaced. (space-infix-ops)
(#313) Missing whitespace after semicolon. (semi-spacing)
(#313) Operator '=' must be spaced. (space-infix-ops)
(#313) A space is required after ','. (comma-spacing)
(#313) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#313) Operator '=' must be spaced. (space-infix-ops)
(#313) A space is required after ','. (comma-spacing)
(#313) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#313) Operator '=' must be spaced. (space-infix-ops)
(#313) Missing whitespace after semicolon. (semi-spacing)
(#313) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#313) Operator '!=' must be spaced. (space-infix-ops)
(#313) Operator '&&' must be spaced. (space-infix-ops)
(#313) Operator '=' must be spaced. (space-infix-ops)
(#313) A space is required after ','. (comma-spacing)
(#313) A space is required after ','. (comma-spacing)
(#313) Operator '=' must be spaced. (space-infix-ops)
(#313) A space is required after ','. (comma-spacing)
(#313) Missing whitespace after semicolon. (semi-spacing)
(#313) Operator '=' must be spaced. (space-infix-ops)
(#313) Missing whitespace after semicolon. (semi-spacing)
(#313) Operator '=' must be spaced. (space-infix-ops)
(#313) Missing whitespace after semicolon. (semi-spacing)
(#313) Operator '=' must be spaced. (space-infix-ops)
(#313) A space is required after ','. (comma-spacing)
(#313) A space is required after ','. (comma-spacing)
(#313) A space is required after ','. (comma-spacing)
(#313) Missing whitespace after semicolon. (semi-spacing)
(#313) Operator '=' must be spaced. (space-infix-ops)
(#314) This line has a length of 513. Maximum allowed is 132. (max-len)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) Missing whitespace after semicolon. (semi-spacing)
(#314) Operator '-' must be spaced. (space-infix-ops)
(#314) Operator '/' must be spaced. (space-infix-ops)
(#314) A space is required after ','. (comma-spacing)
(#314) Operator '-' must be spaced. (space-infix-ops)
(#314) A space is required after ','. (comma-spacing)
(#314) A space is required after ','. (comma-spacing)
(#314) Missing whitespace after semicolon. (semi-spacing)
(#314) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) Missing whitespace after semicolon. (semi-spacing)
(#314) A space is required after ','. (comma-spacing)
(#314) A space is required after ','. (comma-spacing)
(#314) Missing whitespace after semicolon. (semi-spacing)
(#314) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#314) Operator '&&' must be spaced. (space-infix-ops)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) A space is required after ','. (comma-spacing)
(#314) A space is required after ','. (comma-spacing)
(#314) A space is required after ','. (comma-spacing)
(#314) A space is required after ','. (comma-spacing)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) A space is required after ','. (comma-spacing)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) A space is required after ','. (comma-spacing)
(#314) Operator '-' must be spaced. (space-infix-ops)
(#314) Operator '/' must be spaced. (space-infix-ops)
(#314) A space is required after ','. (comma-spacing)
(#314) Operator '+' must be spaced. (space-infix-ops)
(#314) A space is required after ','. (comma-spacing)
(#314) A space is required after ','. (comma-spacing)
(#314) A space is required after ','. (comma-spacing)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) A space is required after ','. (comma-spacing)
(#314) A space is required after ','. (comma-spacing)
(#314) A space is required after ','. (comma-spacing)
(#314) Operator '+' must be spaced. (space-infix-ops)
(#314) Requires a space before '}'. (block-spacing)
(#314) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#314) Missing semicolon. (semi)
(#314) Missing whitespace after semicolon. (semi-spacing)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) Requires a space after '{'. (block-spacing)
(#314) Statement inside of curly braces should be on next line. (brace-style)
(#314) Missing space before opening brace. (space-before-blocks)
(#314) Expected space(s) after "for". (keyword-spacing)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) A space is required after ','. (comma-spacing)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) A space is required after ','. (comma-spacing)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) A space is required after ','. (comma-spacing)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) Missing whitespace after semicolon. (semi-spacing)
(#314) Operator '<' must be spaced. (space-infix-ops)
(#314) Missing whitespace after semicolon. (semi-spacing)
(#314) Requires a space after '{'. (block-spacing)
(#314) Statement inside of curly braces should be on next line. (brace-style)
(#314) Missing space before opening brace. (space-before-blocks)
(#314) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#314) Operator '&&' must be spaced. (space-infix-ops)
(#314) Missing whitespace after semicolon. (semi-spacing)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) Missing whitespace after semicolon. (semi-spacing)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) Missing whitespace after semicolon. (semi-spacing)
(#314) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#314) Operator '?' must be spaced. (space-infix-ops)
(#314) A space is required after ','. (comma-spacing)
(#314) A space is required after ','. (comma-spacing)
(#314) Operator ':' must be spaced. (space-infix-ops)
(#314) Requires a space before '}'. (block-spacing)
(#314) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#314) Missing semicolon. (semi)
(#314) Expected space(s) before "return". (keyword-spacing)
(#314) 'b' used outside of binding context. (block-scoped-var)
(#314) Requires a space before '}'. (block-spacing)
(#314) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#314) Missing semicolon. (semi)
(#314) Missing whitespace after semicolon. (semi-spacing)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) Function has a complexity of 32. Maximum allowed is 20. (complexity)
(#314) Requires a space after '{'. (block-spacing)
(#314) Statement inside of curly braces should be on next line. (brace-style)
(#314) Missing space before opening brace. (space-before-blocks)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) A space is required after ','. (comma-spacing)
(#314) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) Missing whitespace after semicolon. (semi-spacing)
(#314) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#314) Operator '===' must be spaced. (space-infix-ops)
(#314) Operator '?' must be spaced. (space-infix-ops)
(#315) This line has a length of 502. Maximum allowed is 132. (max-len)
(#315) Operator '&&' must be spaced. (space-infix-ops)
(#315) Operator '!==' must be spaced. (space-infix-ops)
(#315) Operator '?' must be spaced. (space-infix-ops)
(#315) Operator '&&' must be spaced. (space-infix-ops)
(#315) A space is required after ','. (comma-spacing)
(#315) A space is required after ','. (comma-spacing)
(#315) A space is required after ','. (comma-spacing)
(#315) Operator ':' must be spaced. (space-infix-ops)
(#315) A space is required after ','. (comma-spacing)
(#315) Operator '&&' must be spaced. (space-infix-ops)
(#315) Operator '?' must be spaced. (space-infix-ops)
(#315) Operator ':' must be spaced. (space-infix-ops)
(#315) Operator '+' must be spaced. (space-infix-ops)
(#315) Operator '+' must be spaced. (space-infix-ops)
(#315) A space is required after ','. (comma-spacing)
(#315) Operator '&&' must be spaced. (space-infix-ops)
(#315) Operator '?' must be spaced. (space-infix-ops)
(#315) Operator ':' must be spaced. (space-infix-ops)
(#315) Operator '+' must be spaced. (space-infix-ops)
(#315) A space is required after ','. (comma-spacing)
(#315) Operator '&&' must be spaced. (space-infix-ops)
(#315) Operator '?' must be spaced. (space-infix-ops)
(#315) Operator ':' must be spaced. (space-infix-ops)
(#315) Operator '+' must be spaced. (space-infix-ops)
(#315) Operator '+' must be spaced. (space-infix-ops)
(#315) A space is required after ','. (comma-spacing)
(#315) Operator '&&' must be spaced. (space-infix-ops)
(#315) Operator '?' must be spaced. (space-infix-ops)
(#315) Operator ':' must be spaced. (space-infix-ops)
(#315) Operator '+' must be spaced. (space-infix-ops)
(#315) Operator '+' must be spaced. (space-infix-ops)
(#315) A space is required after ','. (comma-spacing)
(#315) Operator '&&' must be spaced. (space-infix-ops)
(#315) Operator '?' must be spaced. (space-infix-ops)
(#315) Operator ':' must be spaced. (space-infix-ops)
(#315) Operator '+' must be spaced. (space-infix-ops)
(#316) This line has a length of 519. Maximum allowed is 132. (max-len)
(#316) Operator '+' must be spaced. (space-infix-ops)
(#316) A space is required after ','. (comma-spacing)
(#316) Operator '&&' must be spaced. (space-infix-ops)
(#316) Operator '?' must be spaced. (space-infix-ops)
(#316) Operator ':' must be spaced. (space-infix-ops)
(#316) Operator '+' must be spaced. (space-infix-ops)
(#316) A space is required after ','. (comma-spacing)
(#316) Operator '&&' must be spaced. (space-infix-ops)
(#316) Operator '?' must be spaced. (space-infix-ops)
(#316) Operator ':' must be spaced. (space-infix-ops)
(#316) Operator '+' must be spaced. (space-infix-ops)
(#316) Operator '+' must be spaced. (space-infix-ops)
(#316) A space is required after ','. (comma-spacing)
(#316) Operator '&&' must be spaced. (space-infix-ops)
(#316) Operator '?' must be spaced. (space-infix-ops)
(#316) Operator ':' must be spaced. (space-infix-ops)
(#316) Operator '+' must be spaced. (space-infix-ops)
(#316) Operator '+' must be spaced. (space-infix-ops)
(#316) Operator ':' must be spaced. (space-infix-ops)
(#316) Operator '===' must be spaced. (space-infix-ops)
(#316) Operator '&&' must be spaced. (space-infix-ops)
(#316) Operator '&&' must be spaced. (space-infix-ops)
(#316) Operator '!==' must be spaced. (space-infix-ops)
(#316) Operator '?' must be spaced. (space-infix-ops)
(#316) Operator '&&' must be spaced. (space-infix-ops)
(#316) A space is required after ','. (comma-spacing)
(#316) A space is required after ','. (comma-spacing)
(#316) A space is required after ','. (comma-spacing)
(#316) Operator ':' must be spaced. (space-infix-ops)
(#316) A space is required after ','. (comma-spacing)
(#316) Operator '&&' must be spaced. (space-infix-ops)
(#316) Operator '?' must be spaced. (space-infix-ops)
(#317) This line has a length of 304. Maximum allowed is 132. (max-len)
(#317) Operator ':' must be spaced. (space-infix-ops)
(#317) Operator '+' must be spaced. (space-infix-ops)
(#317) Operator '+' must be spaced. (space-infix-ops)
(#317) A space is required after ','. (comma-spacing)
(#317) Operator '&&' must be spaced. (space-infix-ops)
(#317) Operator '?' must be spaced. (space-infix-ops)
(#317) Operator ':' must be spaced. (space-infix-ops)
(#317) Operator '+' must be spaced. (space-infix-ops)
(#317) A space is required after ','. (comma-spacing)
(#317) Operator '&&' must be spaced. (space-infix-ops)
(#317) Operator '?' must be spaced. (space-infix-ops)
(#317) Operator ':' must be spaced. (space-infix-ops)
(#317) Operator '+' must be spaced. (space-infix-ops)
(#317) Operator '+' must be spaced. (space-infix-ops)
(#317) Missing whitespace after semicolon. (semi-spacing)
(#317) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#317) Operator '<' must be spaced. (space-infix-ops)
(#317) Operator '&&' must be spaced. (space-infix-ops)
(#317) A space is required after ','. (comma-spacing)
(#317) A space is required after ','. (comma-spacing)
(#317) Missing whitespace after semicolon. (semi-spacing)
(#317) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#317) Requires a space before '}'. (block-spacing)
(#317) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#317) Missing semicolon. (semi)
(#317) Requires a space before '}'. (block-spacing)
(#317) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#317) Missing semicolon. (semi)
(#317) A space is required after ','. (comma-spacing)
(#317) A space is required after ','. (comma-spacing)
(#318) This line has a length of 516. Maximum allowed is 132. (max-len)
(#318) A space is required after ','. (comma-spacing)
(#318) A space is required after ','. (comma-spacing)
(#318) A space is required after ','. (comma-spacing)
(#318) A space is required after ','. (comma-spacing)
(#318) A space is required after ','. (comma-spacing)
(#318) A space is required after ','. (comma-spacing)
(#318) Requires a space after '{'. (block-spacing)
(#318) Statement inside of curly braces should be on next line. (brace-style)
(#318) Missing space before opening brace. (space-before-blocks)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) This line has 31 statements. Maximum allowed is 2. (max-statements-per-line)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) A space is required after ','. (comma-spacing)
(#318) A space is required after ','. (comma-spacing)
(#318) A space is required after ','. (comma-spacing)
(#318) Requires a space after '{'. (block-spacing)
(#318) Statement inside of curly braces should be on next line. (brace-style)
(#318) Missing space before opening brace. (space-before-blocks)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) Operator '?' must be spaced. (space-infix-ops)
(#318) Operator ':' must be spaced. (space-infix-ops)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) Operator '?' must be spaced. (space-infix-ops)
(#318) Operator ':' must be spaced. (space-infix-ops)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) Operator '?' must be spaced. (space-infix-ops)
(#318) Operator ':' must be spaced. (space-infix-ops)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) Operator '?' must be spaced. (space-infix-ops)
(#318) Operator ':' must be spaced. (space-infix-ops)
(#318) Requires a space before '}'. (block-spacing)
(#318) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#318) Missing semicolon. (semi)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) A space is required after ','. (comma-spacing)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) Requires a space after '{'. (block-spacing)
(#318) Statement inside of curly braces should be on next line. (brace-style)
(#318) Missing space before opening brace. (space-before-blocks)
(#318) Operator '+=' must be spaced. (space-infix-ops)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) Operator '+=' must be spaced. (space-infix-ops)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) Operator '+=' must be spaced. (space-infix-ops)
(#318) Requires a space before '}'. (block-spacing)
(#318) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#318) Missing semicolon. (semi)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) Requires a space after '{'. (block-spacing)
(#318) Statement inside of curly braces should be on next line. (brace-style)
(#318) Missing space before opening brace. (space-before-blocks)
(#318) Operator '-=' must be spaced. (space-infix-ops)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) Operator '-=' must be spaced. (space-infix-ops)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) Operator '-=' must be spaced. (space-infix-ops)
(#318) Requires a space before '}'. (block-spacing)
(#318) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#318) Missing semicolon. (semi)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) Requires a space after '{'. (block-spacing)
(#318) Statement inside of curly braces should be on next line. (brace-style)
(#318) Missing space before opening brace. (space-before-blocks)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#319) This line has a length of 522. Maximum allowed is 132. (max-len)
(#319) Operator '-' must be spaced. (space-infix-ops)
(#319) A space is required after ','. (comma-spacing)
(#319) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) Operator '-' must be spaced. (space-infix-ops)
(#319) Missing whitespace after semicolon. (semi-spacing)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) Operator '-' must be spaced. (space-infix-ops)
(#319) Missing whitespace after semicolon. (semi-spacing)
(#319) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#319) Operator '*' must be spaced. (space-infix-ops)
(#319) Operator '+' must be spaced. (space-infix-ops)
(#319) Operator '*' must be spaced. (space-infix-ops)
(#319) Operator '+' must be spaced. (space-infix-ops)
(#319) Operator '*' must be spaced. (space-infix-ops)
(#319) Requires a space before '}'. (block-spacing)
(#319) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#319) Missing semicolon. (semi)
(#319) Missing whitespace after semicolon. (semi-spacing)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) Function has a complexity of 53. Maximum allowed is 20. (complexity)
(#319) A space is required after ','. (comma-spacing)
(#319) Requires a space after '{'. (block-spacing)
(#319) Statement inside of curly braces should be on next line. (brace-style)
(#319) Missing space before opening brace. (space-before-blocks)
(#319) Expected space(s) after "if". (keyword-spacing)
(#319) Requires a space after '{'. (block-spacing)
(#319) Statement inside of curly braces should be on next line. (brace-style)
(#319) Missing space before opening brace. (space-before-blocks)
(#319) Expected space(s) after "if". (keyword-spacing)
(#319) Requires a space after '{'. (block-spacing)
(#319) Statement inside of curly braces should be on next line. (brace-style)
(#319) Missing space before opening brace. (space-before-blocks)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) Operator '-' must be spaced. (space-infix-ops)
(#319) A space is required after ','. (comma-spacing)
(#319) Operator '-' must be spaced. (space-infix-ops)
(#319) A space is required after ','. (comma-spacing)
(#319) A space is required after ','. (comma-spacing)
(#319) A space is required after ','. (comma-spacing)
(#319) A space is required after ','. (comma-spacing)
(#319) Missing whitespace after semicolon. (semi-spacing)
(#319) A space is required after ','. (comma-spacing)
(#319) Missing whitespace after semicolon. (semi-spacing)
(#319) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#319) A space is required after ','. (comma-spacing)
(#319) Missing whitespace after semicolon. (semi-spacing)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) Missing whitespace after semicolon. (semi-spacing)
(#319) Missing whitespace after semicolon. (semi-spacing)
(#319) A space is required after ','. (comma-spacing)
(#319) A space is required after ','. (comma-spacing)
(#319) A space is required after ','. (comma-spacing)
(#319) A space is required after ','. (comma-spacing)
(#319) Operator '*' must be spaced. (space-infix-ops)
(#319) A space is required after ','. (comma-spacing)
(#319) Missing whitespace after semicolon. (semi-spacing)
(#319) Requires a space before '}'. (block-spacing)
(#319) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#319) Missing semicolon. (semi)
(#319) Expected space(s) before "if". (keyword-spacing)
(#319) Expected space(s) after "if". (keyword-spacing)
(#319) Requires a space after '{'. (block-spacing)
(#319) Statement inside of curly braces should be on next line. (brace-style)
(#319) Missing space before opening brace. (space-before-blocks)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) Missing whitespace after semicolon. (semi-spacing)
(#319) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#319) Operator '&&' must be spaced. (space-infix-ops)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) Missing whitespace after semicolon. (semi-spacing)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) A space is required after ','. (comma-spacing)
(#319) A space is required after ','. (comma-spacing)
(#319) A space is required after ','. (comma-spacing)
(#320) This line has a length of 520. Maximum allowed is 132. (max-len)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#320) Missing whitespace after semicolon. (semi-spacing)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#320) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) Missing whitespace after semicolon. (semi-spacing)
(#320) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#320) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#320) Operator '===' must be spaced. (space-infix-ops)
(#320) Operator '&&' must be spaced. (space-infix-ops)
(#320) Operator '&&' must be spaced. (space-infix-ops)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#320) Missing whitespace after semicolon. (semi-spacing)
(#320) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#320) Operator '&&' must be spaced. (space-infix-ops)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#320) Missing whitespace after semicolon. (semi-spacing)
(#320) 'm' used outside of binding context. (block-scoped-var)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#320) Missing whitespace after semicolon. (semi-spacing)
(#320) Expected space(s) after "if". (keyword-spacing)
(#320) Operator '&&' must be spaced. (space-infix-ops)
(#320) 'm' used outside of binding context. (block-scoped-var)
(#320) Operator '||' must be spaced. (space-infix-ops)
(#320) Expected { after 'if' condition. (curly)
(#320) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#320) Expected space(s) before "this". (keyword-spacing)
(#320) Operator '&&' must be spaced. (space-infix-ops)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#320) Unexpected use of comma operator. (no-sequences)
(#320) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) Operator '/' must be spaced. (space-infix-ops)
(#320) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) Operator '*' must be spaced. (space-infix-ops)
(#320) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) Operator '<' must be spaced. (space-infix-ops)
(#320) Operator '&&' must be spaced. (space-infix-ops)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#320) A space is required after ','. (comma-spacing)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#320) A space is required after ','. (comma-spacing)
(#320) Missing whitespace after semicolon. (semi-spacing)
(#320) Expected space(s) after "if". (keyword-spacing)
(#320) 'm' used outside of binding context. (block-scoped-var)
(#320) Expected { after 'if' condition. (curly)
(#320) Expected space(s) before "if". (keyword-spacing)
(#320) Expected space(s) after "if". (keyword-spacing)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#321) This line has a length of 507. Maximum allowed is 132. (max-len)
(#321) Unexpected use of comma operator. (no-sequences)
(#321) A space is required after ','. (comma-spacing)
(#321) Operator '=' must be spaced. (space-infix-ops)
(#321) A space is required after ','. (comma-spacing)
(#321) Operator '!==' must be spaced. (space-infix-ops)
(#321) Expected { after 'if' condition. (curly)
(#321) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#321) A space is required after ','. (comma-spacing)
(#321) A space is required after ','. (comma-spacing)
(#321) Unexpected use of comma operator. (no-sequences)
(#321) A space is required after ','. (comma-spacing)
(#321) 'm' used outside of binding context. (block-scoped-var)
(#321) Operator '=' must be spaced. (space-infix-ops)
(#321) A space is required after ','. (comma-spacing)
(#321) Missing space before value for key 'x'. (key-spacing)
(#321) Operator '-' must be spaced. (space-infix-ops)
(#321) 'm' used outside of binding context. (block-scoped-var)
(#321) Operator '/' must be spaced. (space-infix-ops)
(#321) A space is required after ','. (comma-spacing)
(#321) Missing space before value for key 'y'. (key-spacing)
(#321) Operator '-' must be spaced. (space-infix-ops)
(#321) Operator '/' must be spaced. (space-infix-ops)
(#321) Operator '+' must be spaced. (space-infix-ops)
(#321) A space is required after ','. (comma-spacing)
(#321) 'm' used outside of binding context. (block-scoped-var)
(#321) Missing space before value for key 'w'. (key-spacing)
(#321) A space is required after ','. (comma-spacing)
(#321) Missing space before value for key 'h'. (key-spacing)
(#321) Operator '-' must be spaced. (space-infix-ops)
(#321) Missing whitespace after semicolon. (semi-spacing)
(#321) Expected space(s) after "if". (keyword-spacing)
(#321) Requires a space after '{'. (block-spacing)
(#321) Statement inside of curly braces should be on next line. (brace-style)
(#321) Missing space before opening brace. (space-before-blocks)
(#321) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#321) A space is required after ','. (comma-spacing)
(#321) A space is required after ','. (comma-spacing)
(#321) Missing whitespace after semicolon. (semi-spacing)
(#321) Operator '=' must be spaced. (space-infix-ops)
(#321) Missing whitespace after semicolon. (semi-spacing)
(#321) Missing space before value for key 'x'. (key-spacing)
(#321) Operator '-' must be spaced. (space-infix-ops)
(#321) Operator '/' must be spaced. (space-infix-ops)
(#321) A space is required after ','. (comma-spacing)
(#321) Missing space before value for key 'y'. (key-spacing)
(#321) Operator '-' must be spaced. (space-infix-ops)
(#321) Operator '/' must be spaced. (space-infix-ops)
(#321) Operator '+' must be spaced. (space-infix-ops)
(#321) A space is required after ','. (comma-spacing)
(#321) Missing space before value for key 'w'. (key-spacing)
(#321) A space is required after ','. (comma-spacing)
(#321) Missing space before value for key 'h'. (key-spacing)
(#321) Operator '-' must be spaced. (space-infix-ops)
(#321) Missing whitespace after semicolon. (semi-spacing)
(#321) Operator '=' must be spaced. (space-infix-ops)
(#321) Missing whitespace after semicolon. (semi-spacing)
(#321) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#321) Operator '!==' must be spaced. (space-infix-ops)
(#321) Operator '&&' must be spaced. (space-infix-ops)
(#321) 'm' used outside of binding context. (block-scoped-var)
(#321) Operator '=' must be spaced. (space-infix-ops)
(#321) A space is required after ','. (comma-spacing)
(#321) Operator '=' must be spaced. (space-infix-ops)
(#321) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#321) Operator '*' must be spaced. (space-infix-ops)
(#322) This line has a length of 509. Maximum allowed is 132. (max-len)
(#322) A space is required after ','. (comma-spacing)
(#322) A space is required after ','. (comma-spacing)
(#322) A space is required after ','. (comma-spacing)
(#322) Operator '=' must be spaced. (space-infix-ops)
(#322) A space is required after ','. (comma-spacing)
(#322) A space is required after ','. (comma-spacing)
(#322) Operator '-' must be spaced. (space-infix-ops)
(#322) Operator '-' must be spaced. (space-infix-ops)
(#322) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#322) A space is required after ','. (comma-spacing)
(#322) Operator '-' must be spaced. (space-infix-ops)
(#322) Operator '/' must be spaced. (space-infix-ops)
(#322) Operator '+' must be spaced. (space-infix-ops)
(#322) A space is required after ','. (comma-spacing)
(#322) Missing space before value for key 'x'. (key-spacing)
(#322) Operator '-' must be spaced. (space-infix-ops)
(#322) Operator '/' must be spaced. (space-infix-ops)
(#322) Operator '-' must be spaced. (space-infix-ops)
(#322) Operator '-' must be spaced. (space-infix-ops)
(#322) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#322) A space is required after ','. (comma-spacing)
(#322) Missing space before value for key 'y'. (key-spacing)
(#322) Operator '-' must be spaced. (space-infix-ops)
(#322) Operator '*' must be spaced. (space-infix-ops)
(#322) Operator '/' must be spaced. (space-infix-ops)
(#322) Operator '+' must be spaced. (space-infix-ops)
(#322) A space is required after ','. (comma-spacing)
(#322) Missing space before value for key 'w'. (key-spacing)
(#322) A space is required after ','. (comma-spacing)
(#322) Missing space before value for key 'h'. (key-spacing)
(#322) Operator '/' must be spaced. (space-infix-ops)
(#322) Operator '-' must be spaced. (space-infix-ops)
(#322) A space is required after ','. (comma-spacing)
(#322) Operator '=' must be spaced. (space-infix-ops)
(#322) 'm' used outside of binding context. (block-scoped-var)
(#322) Missing whitespace after semicolon. (semi-spacing)
(#322) 'm' used outside of binding context. (block-scoped-var)
(#322) Operator '=' must be spaced. (space-infix-ops)
(#322) Operator '/' must be spaced. (space-infix-ops)
(#322) Missing whitespace after semicolon. (semi-spacing)
(#322) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#322) Operator '=' must be spaced. (space-infix-ops)
(#322) Missing whitespace after semicolon. (semi-spacing)
(#322) Expected space(s) after "if". (keyword-spacing)
(#322) Operator '&&' must be spaced. (space-infix-ops)
(#322) Operator '<' must be spaced. (space-infix-ops)
(#322) Requires a space after '{'. (block-spacing)
(#322) Statement inside of curly braces should be on next line. (brace-style)
(#322) Missing space before opening brace. (space-before-blocks)
(#322) Operator '=' must be spaced. (space-infix-ops)
(#322) Missing whitespace after semicolon. (semi-spacing)
(#322) Operator '=' must be spaced. (space-infix-ops)
(#322) A space is required after ','. (comma-spacing)
(#322) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#322) Operator '=' must be spaced. (space-infix-ops)
(#322) Missing whitespace after semicolon. (semi-spacing)
(#322) Expected space(s) after "if". (keyword-spacing)
(#322) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#322) Operator '<' must be spaced. (space-infix-ops)
(#322) Requires a space after '{'. (block-spacing)
(#322) Statement inside of curly braces should be on next line. (brace-style)
(#322) Missing space before opening brace. (space-before-blocks)
(#322) Operator '=' must be spaced. (space-infix-ops)
(#322) Operator '/' must be spaced. (space-infix-ops)
(#322) Operator '+' must be spaced. (space-infix-ops)
(#322) Operator '/' must be spaced. (space-infix-ops)
(#322) A space is required after ','. (comma-spacing)
(#322) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#322) Operator '=' must be spaced. (space-infix-ops)
(#322) A space is required after ','. (comma-spacing)
(#322) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#322) Operator '=' must be spaced. (space-infix-ops)
(#322) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#322) Operator '*' must be spaced. (space-infix-ops)
(#322) A space is required after ','. (comma-spacing)
(#323) This line has a length of 502. Maximum allowed is 132. (max-len)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing whitespace after semicolon. (semi-spacing)
(#323) Operator '=' must be spaced. (space-infix-ops)
(#323) Missing whitespace after semicolon. (semi-spacing)
(#323) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#323) Operator '=' must be spaced. (space-infix-ops)
(#323) Missing whitespace after semicolon. (semi-spacing)
(#323) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#323) Operator '===' must be spaced. (space-infix-ops)
(#323) Operator '?' must be spaced. (space-infix-ops)
(#323) Operator '>' must be spaced. (space-infix-ops)
(#323) Operator '/' must be spaced. (space-infix-ops)
(#323) Operator '&&' must be spaced. (space-infix-ops)
(#323) Operator '<' must be spaced. (space-infix-ops)
(#323) Operator '*' must be spaced. (space-infix-ops)
(#323) Operator '/' must be spaced. (space-infix-ops)
(#323) Operator '&&' must be spaced. (space-infix-ops)
(#323) Operator '=' must be spaced. (space-infix-ops)
(#323) Operator '/' must be spaced. (space-infix-ops)
(#323) Operator '-' must be spaced. (space-infix-ops)
(#323) Operator '-' must be spaced. (space-infix-ops)
(#323) Operator '/' must be spaced. (space-infix-ops)
(#323) Operator '-' must be spaced. (space-infix-ops)
(#323) Operator '/' must be spaced. (space-infix-ops)
(#323) A space is required after ','. (comma-spacing)
(#323) Operator '=' must be spaced. (space-infix-ops)
(#323) A space is required after ','. (comma-spacing)
(#323) Operator '=' must be spaced. (space-infix-ops)
(#323) Operator ':' must be spaced. (space-infix-ops)
(#323) Operator '<=' must be spaced. (space-infix-ops)
(#323) Operator '/' must be spaced. (space-infix-ops)
(#323) Operator '||' must be spaced. (space-infix-ops)
(#323) Do not nest ternary expressions. (no-nested-ternary)
(#323) Operator '<' must be spaced. (space-infix-ops)
(#323) Operator '*' must be spaced. (space-infix-ops)
(#323) Operator '/' must be spaced. (space-infix-ops)
(#323) Operator '?' must be spaced. (space-infix-ops)
(#323) Operator '=' must be spaced. (space-infix-ops)
(#323) A space is required after ','. (comma-spacing)
(#323) Operator '=' must be spaced. (space-infix-ops)
(#323) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#323) Operator '*' must be spaced. (space-infix-ops)
(#323) A space is required after ','. (comma-spacing)
(#323) Operator '!==' must be spaced. (space-infix-ops)
(#323) Operator '&&' must be spaced. (space-infix-ops)
(#323) Operator '-=' must be spaced. (space-infix-ops)
(#323) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#323) Operator '*' must be spaced. (space-infix-ops)
(#323) A space is required after ','. (comma-spacing)
(#323) Operator '=' must be spaced. (space-infix-ops)
(#323) A space is required after ','. (comma-spacing)
(#323) Operator '=' must be spaced. (space-infix-ops)
(#323) Operator '/' must be spaced. (space-infix-ops)
(#323) Operator ':' must be spaced. (space-infix-ops)
(#323) Operator '<=' must be spaced. (space-infix-ops)
(#323) Operator '*' must be spaced. (space-infix-ops)
(#323) Operator '/' must be spaced. (space-infix-ops)
(#323) Operator '?' must be spaced. (space-infix-ops)
(#323) Operator '=' must be spaced. (space-infix-ops)
(#323) Operator '/' must be spaced. (space-infix-ops)
(#323) Operator '-' must be spaced. (space-infix-ops)
(#323) Operator '-' must be spaced. (space-infix-ops)
(#323) Operator '/' must be spaced. (space-infix-ops)
(#323) Operator '-' must be spaced. (space-infix-ops)
(#323) Operator '/' must be spaced. (space-infix-ops)
(#323) A space is required after ','. (comma-spacing)
(#323) Operator '=' must be spaced. (space-infix-ops)
(#323) A space is required after ','. (comma-spacing)
(#323) Operator '=' must be spaced. (space-infix-ops)
(#323) Operator ':' must be spaced. (space-infix-ops)
(#323) Operator '<' must be spaced. (space-infix-ops)
(#323) Operator '*' must be spaced. (space-infix-ops)
(#323) Operator '/' must be spaced. (space-infix-ops)
(#323) Operator '&&' must be spaced. (space-infix-ops)
(#323) Operator '=' must be spaced. (space-infix-ops)
(#323) A space is required after ','. (comma-spacing)
(#323) Operator '=' must be spaced. (space-infix-ops)
(#324) This line has a length of 502. Maximum allowed is 132. (max-len)
(#324) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#324) Operator '*' must be spaced. (space-infix-ops)
(#324) A space is required after ','. (comma-spacing)
(#324) Operator '=' must be spaced. (space-infix-ops)
(#324) A space is required after ','. (comma-spacing)
(#324) Operator '=' must be spaced. (space-infix-ops)
(#324) Operator '*' must be spaced. (space-infix-ops)
(#324) Operator '/' must be spaced. (space-infix-ops)
(#324) Missing whitespace after semicolon. (semi-spacing)
(#324) Operator '=' must be spaced. (space-infix-ops)
(#324) Missing whitespace after semicolon. (semi-spacing)
(#324) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#324) A space is required after ','. (comma-spacing)
(#324) Operator '+' must be spaced. (space-infix-ops)
(#324) A space is required after ','. (comma-spacing)
(#324) Operator '+' must be spaced. (space-infix-ops)
(#324) Missing whitespace after semicolon. (semi-spacing)
(#324) Operator '=' must be spaced. (space-infix-ops)
(#324) Missing whitespace after semicolon. (semi-spacing)
(#324) A space is required after ','. (comma-spacing)
(#324) Operator '+' must be spaced. (space-infix-ops)
(#324) Operator '+' must be spaced. (space-infix-ops)
(#324) Operator '/' must be spaced. (space-infix-ops)
(#324) Operator '+' must be spaced. (space-infix-ops)
(#324) Operator '/' must be spaced. (space-infix-ops)
(#324) A space is required after ','. (comma-spacing)
(#324) Operator '+' must be spaced. (space-infix-ops)
(#324) Operator '+' must be spaced. (space-infix-ops)
(#324) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#324) Operator '*' must be spaced. (space-infix-ops)
(#324) Missing whitespace after semicolon. (semi-spacing)
(#324) Missing space before value for key 'x'. (key-spacing)
(#324) Operator '+' must be spaced. (space-infix-ops)
(#324) Operator '-' must be spaced. (space-infix-ops)
(#324) Operator '/' must be spaced. (space-infix-ops)
(#324) A space is required after ','. (comma-spacing)
(#324) Missing space before value for key 'y'. (key-spacing)
(#324) Operator '+' must be spaced. (space-infix-ops)
(#324) Operator '-' must be spaced. (space-infix-ops)
(#324) Operator '/' must be spaced. (space-infix-ops)
(#324) Operator '+' must be spaced. (space-infix-ops)
(#324) A space is required after ','. (comma-spacing)
(#324) Missing space before value for key 'w'. (key-spacing)
(#324) A space is required after ','. (comma-spacing)
(#324) Missing space before value for key 'h'. (key-spacing)
(#324) Operator '-' must be spaced. (space-infix-ops)
(#324) Missing whitespace after semicolon. (semi-spacing)
(#324) Missing space before value for key 'x'. (key-spacing)
(#324) Operator '+' must be spaced. (space-infix-ops)
(#324) Operator '+' must be spaced. (space-infix-ops)
(#324) Operator '/' must be spaced. (space-infix-ops)
(#324) A space is required after ','. (comma-spacing)
(#324) Missing space before value for key 'y'. (key-spacing)
(#324) Operator '+' must be spaced. (space-infix-ops)
(#324) Operator '+' must be spaced. (space-infix-ops)
(#324) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#324) Operator '*' must be spaced. (space-infix-ops)
(#324) Operator '-' must be spaced. (space-infix-ops)
(#324) Operator '/' must be spaced. (space-infix-ops)
(#324) Operator '+' must be spaced. (space-infix-ops)
(#324) A space is required after ','. (comma-spacing)
(#324) Missing space before value for key 'w'. (key-spacing)
(#324) A space is required after ','. (comma-spacing)
(#324) Missing space before value for key 'h'. (key-spacing)
(#324) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#324) Operator '*' must be spaced. (space-infix-ops)
(#324) Operator '-' must be spaced. (space-infix-ops)
(#324) Requires a space before '}'. (block-spacing)
(#324) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#324) Missing semicolon. (semi)
(#324) Expected space(s) before "else". (keyword-spacing)
(#324) Expected { after 'else'. (curly)
(#324) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#324) Operator '=' must be spaced. (space-infix-ops)
(#324) Operator '/' must be spaced. (space-infix-ops)
(#324) Operator '+' must be spaced. (space-infix-ops)
(#324) Operator '/' must be spaced. (space-infix-ops)
(#324) Unexpected use of comma operator. (no-sequences)
(#324) A space is required after ','. (comma-spacing)
(#324) Operator '=' must be spaced. (space-infix-ops)
(#324) A space is required after ','. (comma-spacing)
(#324) Operator '===' must be spaced. (space-infix-ops)
(#324) Operator '?' must be spaced. (space-infix-ops)
(#324) Operator '>' must be spaced. (space-infix-ops)
(#324) Operator '/' must be spaced. (space-infix-ops)
(#324) Operator '&&' must be spaced. (space-infix-ops)
(#324) Operator '<' must be spaced. (space-infix-ops)
(#324) Operator '*' must be spaced. (space-infix-ops)
(#325) This line has a length of 512. Maximum allowed is 132. (max-len)
(#325) Operator '/' must be spaced. (space-infix-ops)
(#325) Operator '&&' must be spaced. (space-infix-ops)
(#325) Operator '=' must be spaced. (space-infix-ops)
(#325) Operator '/' must be spaced. (space-infix-ops)
(#325) Operator '-' must be spaced. (space-infix-ops)
(#325) Operator '/' must be spaced. (space-infix-ops)
(#325) Operator '-' must be spaced. (space-infix-ops)
(#325) Operator '/' must be spaced. (space-infix-ops)
(#325) A space is required after ','. (comma-spacing)
(#325) Operator '=' must be spaced. (space-infix-ops)
(#325) A space is required after ','. (comma-spacing)
(#325) Operator '=' must be spaced. (space-infix-ops)
(#325) Operator ':' must be spaced. (space-infix-ops)
(#325) Operator '<=' must be spaced. (space-infix-ops)
(#325) Operator '/' must be spaced. (space-infix-ops)
(#325) Operator '||' must be spaced. (space-infix-ops)
(#325) Do not nest ternary expressions. (no-nested-ternary)
(#325) Operator '<' must be spaced. (space-infix-ops)
(#325) Operator '*' must be spaced. (space-infix-ops)
(#325) Operator '/' must be spaced. (space-infix-ops)
(#325) Operator '?' must be spaced. (space-infix-ops)
(#325) Operator '=' must be spaced. (space-infix-ops)
(#325) A space is required after ','. (comma-spacing)
(#325) Operator '=' must be spaced. (space-infix-ops)
(#325) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#325) Operator '*' must be spaced. (space-infix-ops)
(#325) A space is required after ','. (comma-spacing)
(#325) Operator '=' must be spaced. (space-infix-ops)
(#325) A space is required after ','. (comma-spacing)
(#325) Operator '=' must be spaced. (space-infix-ops)
(#325) Operator '/' must be spaced. (space-infix-ops)
(#325) Operator ':' must be spaced. (space-infix-ops)
(#325) Operator '<=' must be spaced. (space-infix-ops)
(#325) Operator '*' must be spaced. (space-infix-ops)
(#325) Operator '/' must be spaced. (space-infix-ops)
(#325) Operator '?' must be spaced. (space-infix-ops)
(#325) Operator '=' must be spaced. (space-infix-ops)
(#325) Operator '/' must be spaced. (space-infix-ops)
(#325) Operator '-' must be spaced. (space-infix-ops)
(#325) Operator '/' must be spaced. (space-infix-ops)
(#325) Operator '-' must be spaced. (space-infix-ops)
(#325) Operator '/' must be spaced. (space-infix-ops)
(#325) A space is required after ','. (comma-spacing)
(#325) Operator '=' must be spaced. (space-infix-ops)
(#325) A space is required after ','. (comma-spacing)
(#325) Operator '=' must be spaced. (space-infix-ops)
(#325) Operator ':' must be spaced. (space-infix-ops)
(#325) Operator '<' must be spaced. (space-infix-ops)
(#325) Operator '*' must be spaced. (space-infix-ops)
(#325) Operator '/' must be spaced. (space-infix-ops)
(#325) Operator '&&' must be spaced. (space-infix-ops)
(#325) Operator '=' must be spaced. (space-infix-ops)
(#325) A space is required after ','. (comma-spacing)
(#325) Operator '=' must be spaced. (space-infix-ops)
(#325) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#325) Operator '*' must be spaced. (space-infix-ops)
(#325) A space is required after ','. (comma-spacing)
(#325) Operator '=' must be spaced. (space-infix-ops)
(#325) A space is required after ','. (comma-spacing)
(#325) Operator '=' must be spaced. (space-infix-ops)
(#325) Operator '*' must be spaced. (space-infix-ops)
(#325) Operator '/' must be spaced. (space-infix-ops)
(#325) A space is required after ','. (comma-spacing)
(#325) A space is required after ','. (comma-spacing)
(#325) Operator '+' must be spaced. (space-infix-ops)
(#325) A space is required after ','. (comma-spacing)
(#325) Operator '+' must be spaced. (space-infix-ops)
(#325) A space is required after ','. (comma-spacing)
(#325) Missing space before value for key 'x'. (key-spacing)
(#325) Operator '+' must be spaced. (space-infix-ops)
(#325) Operator '-' must be spaced. (space-infix-ops)
(#325) Operator '/' must be spaced. (space-infix-ops)
(#325) A space is required after ','. (comma-spacing)
(#325) Missing space before value for key 'y'. (key-spacing)
(#325) Operator '+' must be spaced. (space-infix-ops)
(#325) Operator '-' must be spaced. (space-infix-ops)
(#325) Operator '/' must be spaced. (space-infix-ops)
(#325) Operator '+' must be spaced. (space-infix-ops)
(#325) A space is required after ','. (comma-spacing)
(#325) Missing space before value for key 'w'. (key-spacing)
(#325) A space is required after ','. (comma-spacing)
(#325) Missing space before value for key 'h'. (key-spacing)
(#325) Operator '-' must be spaced. (space-infix-ops)
(#325) Missing whitespace after semicolon. (semi-spacing)
(#325) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#325) Operator '&&' must be spaced. (space-infix-ops)
(#325) 'm' used outside of binding context. (block-scoped-var)
(#325) Operator '+=' must be spaced. (space-infix-ops)
(#325) Requires a space before '}'. (block-spacing)
(#325) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#325) Missing semicolon. (semi)
(#325) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#325) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#325) Operator '!==' must be spaced. (space-infix-ops)
(#325) Operator '&&' must be spaced. (space-infix-ops)
(#325) Operator '=' must be spaced. (space-infix-ops)
(#326) This line has a length of 506. Maximum allowed is 132. (max-len)
(#326) Operator '=' must be spaced. (space-infix-ops)
(#326) Do not nest ternary expressions. (no-nested-ternary)
(#326) Operator '===' must be spaced. (space-infix-ops)
(#326) Operator '?' must be spaced. (space-infix-ops)
(#326) Operator ':' must be spaced. (space-infix-ops)
(#326) Do not nest ternary expressions. (no-nested-ternary)
(#326) Operator '===' must be spaced. (space-infix-ops)
(#326) Operator '?' must be spaced. (space-infix-ops)
(#326) Operator ':' must be spaced. (space-infix-ops)
(#326) Operator '?' must be spaced. (space-infix-ops)
(#326) Operator '+' must be spaced. (space-infix-ops)
(#326) Operator ':' must be spaced. (space-infix-ops)
(#326) Operator '+' must be spaced. (space-infix-ops)
(#326) A space is required after ','. (comma-spacing)
(#326) Operator '=' must be spaced. (space-infix-ops)
(#326) A space is required after ','. (comma-spacing)
(#326) 'm' used outside of binding context. (block-scoped-var)
(#326) Operator '+=' must be spaced. (space-infix-ops)
(#326) Operator '/' must be spaced. (space-infix-ops)
(#326) A space is required after ','. (comma-spacing)
(#326) Operator '=' must be spaced. (space-infix-ops)
(#326) A space is required after ','. (comma-spacing)
(#326) Operator '=' must be spaced. (space-infix-ops)
(#326) A space is required after ','. (comma-spacing)
(#326) Operator '=' must be spaced. (space-infix-ops)
(#326) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#326) Operator '*' must be spaced. (space-infix-ops)
(#326) A space is required after ','. (comma-spacing)
(#326) A space is required after ','. (comma-spacing)
(#326) A space is required after ','. (comma-spacing)
(#326) A space is required after ','. (comma-spacing)
(#326) A space is required after ','. (comma-spacing)
(#326) Operator '+' must be spaced. (space-infix-ops)
(#326) 'm' used outside of binding context. (block-scoped-var)
(#326) Operator '-' must be spaced. (space-infix-ops)
(#326) A space is required after ','. (comma-spacing)
(#326) Operator '-' must be spaced. (space-infix-ops)
(#326) Operator '/' must be spaced. (space-infix-ops)
(#326) Operator '+' must be spaced. (space-infix-ops)
(#326) A space is required after ','. (comma-spacing)
(#326) Missing space before value for key 'x'. (key-spacing)
(#326) Operator '+' must be spaced. (space-infix-ops)
(#326) 'm' used outside of binding context. (block-scoped-var)
(#326) Operator '-' must be spaced. (space-infix-ops)
(#326) Operator '/' must be spaced. (space-infix-ops)
(#326) Operator '-' must be spaced. (space-infix-ops)
(#326) A space is required after ','. (comma-spacing)
(#326) Missing space before value for key 'y'. (key-spacing)
(#326) Operator '-' must be spaced. (space-infix-ops)
(#326) Operator '*' must be spaced. (space-infix-ops)
(#326) Operator '/' must be spaced. (space-infix-ops)
(#326) Operator '+' must be spaced. (space-infix-ops)
(#326) A space is required after ','. (comma-spacing)
(#326) Missing space before value for key 'w'. (key-spacing)
(#326) A space is required after ','. (comma-spacing)
(#326) Missing space before value for key 'h'. (key-spacing)
(#326) Operator '/' must be spaced. (space-infix-ops)
(#326) Operator '-' must be spaced. (space-infix-ops)
(#326) Requires a space before '}'. (block-spacing)
(#326) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#326) Missing semicolon. (semi)
(#326) Expected space(s) before "else". (keyword-spacing)
(#326) Expected { after 'else'. (curly)
(#326) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#326) Do not nest ternary expressions. (no-nested-ternary)
(#326) Operator '?' must be spaced. (space-infix-ops)
(#326) Operator '?' must be spaced. (space-infix-ops)
(#326) Operator '=' must be spaced. (space-infix-ops)
(#327) This line has a length of 516. Maximum allowed is 132. (max-len)
(#327) A space is required after ','. (comma-spacing)
(#327) Operator '&&' must be spaced. (space-infix-ops)
(#327) Operator '=' must be spaced. (space-infix-ops)
(#327) A space is required after ','. (comma-spacing)
(#327) A space is required after ','. (comma-spacing)
(#327) A space is required after ','. (comma-spacing)
(#327) A space is required after ','. (comma-spacing)
(#327) 'm' used outside of binding context. (block-scoped-var)
(#327) Operator '=' must be spaced. (space-infix-ops)
(#327) A space is required after ','. (comma-spacing)
(#327) Missing space before value for key 'x'. (key-spacing)
(#327) Operator '+' must be spaced. (space-infix-ops)
(#327) A space is required after ','. (comma-spacing)
(#327) Missing space before value for key 'y'. (key-spacing)
(#327) Operator '-' must be spaced. (space-infix-ops)
(#327) Operator '/' must be spaced. (space-infix-ops)
(#327) Operator '+' must be spaced. (space-infix-ops)
(#327) A space is required after ','. (comma-spacing)
(#327) 'm' used outside of binding context. (block-scoped-var)
(#327) Missing space before value for key 'w'. (key-spacing)
(#327) A space is required after ','. (comma-spacing)
(#327) Missing space before value for key 'h'. (key-spacing)
(#327) Operator '-' must be spaced. (space-infix-ops)
(#327) Operator ':' must be spaced. (space-infix-ops)
(#327) Operator '&&' must be spaced. (space-infix-ops)
(#327) Operator '===' must be spaced. (space-infix-ops)
(#327) Operator '||' must be spaced. (space-infix-ops)
(#327) Operator '=' must be spaced. (space-infix-ops)
(#327) A space is required after ','. (comma-spacing)
(#327) A space is required after ','. (comma-spacing)
(#327) A space is required after ','. (comma-spacing)
(#327) Operator ':' must be spaced. (space-infix-ops)
(#327) A space is required after ','. (comma-spacing)
(#327) A space is required after ','. (comma-spacing)
(#327) A space is required after ','. (comma-spacing)
(#327) 'm' used outside of binding context. (block-scoped-var)
(#327) Operator '=' must be spaced. (space-infix-ops)
(#327) A space is required after ','. (comma-spacing)
(#327) Missing space before value for key 'x'. (key-spacing)
(#327) Operator '-' must be spaced. (space-infix-ops)
(#327) 'm' used outside of binding context. (block-scoped-var)
(#327) Operator '/' must be spaced. (space-infix-ops)
(#327) A space is required after ','. (comma-spacing)
(#327) Missing space before value for key 'y'. (key-spacing)
(#327) Operator '-' must be spaced. (space-infix-ops)
(#327) Operator '/' must be spaced. (space-infix-ops)
(#327) Operator '+' must be spaced. (space-infix-ops)
(#327) A space is required after ','. (comma-spacing)
(#327) 'm' used outside of binding context. (block-scoped-var)
(#327) Missing space before value for key 'w'. (key-spacing)
(#327) A space is required after ','. (comma-spacing)
(#327) Missing space before value for key 'h'. (key-spacing)
(#327) Operator '-' must be spaced. (space-infix-ops)
(#328) This line has a length of 501. Maximum allowed is 132. (max-len)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) Expected space(s) after "if". (keyword-spacing)
(#328) Operator '<' must be spaced. (space-infix-ops)
(#328) Operator '||' must be spaced. (space-infix-ops)
(#328) Operator '<' must be spaced. (space-infix-ops)
(#328) Requires a space after '{'. (block-spacing)
(#328) Statement inside of curly braces should be on next line. (brace-style)
(#328) Missing space before opening brace. (space-before-blocks)
(#328) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) 'm' used outside of binding context. (block-scoped-var)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) 'l' used outside of binding context. (block-scoped-var)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) 'x' used outside of binding context. (block-scoped-var)
(#328) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#328) Operator '!==' must be spaced. (space-infix-ops)
(#328) Operator '&&' must be spaced. (space-infix-ops)
(#328) 'x' used outside of binding context. (block-scoped-var)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) Requires a space after '{'. (block-spacing)
(#328) Statement inside of curly braces should be on next line. (brace-style)
(#328) Missing space before opening brace. (space-before-blocks)
(#328) Operator '-' must be spaced. (space-infix-ops)
(#328) Requires a space before '}'. (block-spacing)
(#328) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#328) Missing semicolon. (semi)
(#328) A space is required after ','. (comma-spacing)
(#328) 'l' used outside of binding context. (block-scoped-var)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) 'm' used outside of binding context. (block-scoped-var)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) 'l' used outside of binding context. (block-scoped-var)
(#328) Operator '%' must be spaced. (space-infix-ops)
(#328) Operator '*' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) 'l' used outside of binding context. (block-scoped-var)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) 'l' used outside of binding context. (block-scoped-var)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) 'r' used outside of binding context. (block-scoped-var)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) Expected space(s) after "for". (keyword-spacing)
(#328) 'A' used outside of binding context. (block-scoped-var)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) 'A' used outside of binding context. (block-scoped-var)
(#328) Operator '<' must be spaced. (space-infix-ops)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) 'A' used outside of binding context. (block-scoped-var)
(#328) 'r' used outside of binding context. (block-scoped-var)
(#328) Expected { after 'for' condition. (curly)
(#328) Missing space before value for key 't'. (key-spacing)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) Expected space(s) after "for". (keyword-spacing)
(#328) 'A' used outside of binding context. (block-scoped-var)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) 'A' used outside of binding context. (block-scoped-var)
(#328) Operator '<' must be spaced. (space-infix-ops)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) 'A' used outside of binding context. (block-scoped-var)
(#328) 'r' used outside of binding context. (block-scoped-var)
(#328) Expected { after 'for' condition. (curly)
(#328) Missing space before value for key 't'. (key-spacing)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) Expected space(s) after "if". (keyword-spacing)
(#328) 'x' used outside of binding context. (block-scoped-var)
(#328) Operator '===' must be spaced. (space-infix-ops)
(#328) Operator '&&' must be spaced. (space-infix-ops)
(#328) 'l' used outside of binding context. (block-scoped-var)
(#328) Operator '-' must be spaced. (space-infix-ops)
(#328) Operator '*' must be spaced. (space-infix-ops)
(#328) Operator '/' must be spaced. (space-infix-ops)
(#328) Operator '<' must be spaced. (space-infix-ops)
(#328) Operator '/' must be spaced. (space-infix-ops)
(#328) Expected { after 'if' condition. (curly)
(#328) Expected space(s) before "for". (keyword-spacing)
(#328) Expected space(s) after "for". (keyword-spacing)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) 'r' used outside of binding context. (block-scoped-var)
(#328) Operator '/' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) 'A' used outside of binding context. (block-scoped-var)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) 'H' used outside of binding context. (block-scoped-var)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) 'r' used outside of binding context. (block-scoped-var)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) 'A' used outside of binding context. (block-scoped-var)
(#328) Operator '<' must be spaced. (space-infix-ops)
(#328) 'H' used outside of binding context. (block-scoped-var)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) 'A' used outside of binding context. (block-scoped-var)
(#328) Operator '+=' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) 'm' used outside of binding context. (block-scoped-var)
(#328) Operator '+=' must be spaced. (space-infix-ops)
(#328) 'l' used outside of binding context. (block-scoped-var)
(#328) Expected { after 'for' condition. (curly)
(#328) Expected space(s) before "this". (keyword-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) 'r' used outside of binding context. (block-scoped-var)
(#328) 'A' used outside of binding context. (block-scoped-var)
(#328) A space is required after ','. (comma-spacing)
(#328) 'r' used outside of binding context. (block-scoped-var)
(#328) A space is required after ','. (comma-spacing)
(#328) 'A' used outside of binding context. (block-scoped-var)
(#328) Operator '+' must be spaced. (space-infix-ops)
(#329) This line has a length of 502. Maximum allowed is 132. (max-len)
(#329) A space is required after ','. (comma-spacing)
(#329) 'm' used outside of binding context. (block-scoped-var)
(#329) A space is required after ','. (comma-spacing)
(#329) 'l' used outside of binding context. (block-scoped-var)
(#329) A space is required after ','. (comma-spacing)
(#329) 'x' used outside of binding context. (block-scoped-var)
(#329) Missing whitespace after semicolon. (semi-spacing)
(#329) Expected { after 'else'. (curly)
(#329) A space is required after ','. (comma-spacing)
(#329) A space is required after ','. (comma-spacing)
(#329) 'r' used outside of binding context. (block-scoped-var)
(#329) A space is required after ','. (comma-spacing)
(#329) 'm' used outside of binding context. (block-scoped-var)
(#329) A space is required after ','. (comma-spacing)
(#329) 'l' used outside of binding context. (block-scoped-var)
(#329) A space is required after ','. (comma-spacing)
(#329) 'x' used outside of binding context. (block-scoped-var)
(#329) Requires a space before '}'. (block-spacing)
(#329) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#329) Missing semicolon. (semi)
(#329) Requires a space before '}'. (block-spacing)
(#329) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#329) Requires a space before '}'. (block-spacing)
(#329) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#329) Requires a space before '}'. (block-spacing)
(#329) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#329) Missing whitespace after semicolon. (semi-spacing)
(#329) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#329) Operator '=' must be spaced. (space-infix-ops)
(#329) A space is required after ','. (comma-spacing)
(#329) A space is required after ','. (comma-spacing)
(#329) A space is required after ','. (comma-spacing)
(#329) A space is required after ','. (comma-spacing)
(#329) A space is required after ','. (comma-spacing)
(#329) Requires a space after '{'. (block-spacing)
(#329) Statement inside of curly braces should be on next line. (brace-style)
(#329) Missing space before opening brace. (space-before-blocks)
(#329) Operator '=' must be spaced. (space-infix-ops)
(#329) Operator '/' must be spaced. (space-infix-ops)
(#329) Operator '+' must be spaced. (space-infix-ops)
(#329) Operator '===' must be spaced. (space-infix-ops)
(#329) Operator '&&' must be spaced. (space-infix-ops)
(#329) Operator '===' must be spaced. (space-infix-ops)
(#329) Operator '?' must be spaced. (space-infix-ops)
(#329) Operator ':' must be spaced. (space-infix-ops)
(#329) Missing whitespace after semicolon. (semi-spacing)
(#329) Operator '=' must be spaced. (space-infix-ops)
(#329) Operator '-' must be spaced. (space-infix-ops)
(#329) Operator '/' must be spaced. (space-infix-ops)
(#329) Operator '+' must be spaced. (space-infix-ops)
(#329) Missing whitespace after semicolon. (semi-spacing)
(#329) Expected space(s) after "for". (keyword-spacing)
(#329) Operator '=' must be spaced. (space-infix-ops)
(#329) Missing whitespace after semicolon. (semi-spacing)
(#329) Operator '<' must be spaced. (space-infix-ops)
(#329) Missing whitespace after semicolon. (semi-spacing)
(#329) Requires a space after '{'. (block-spacing)
(#329) Statement inside of curly braces should be on next line. (brace-style)
(#329) Missing space before opening brace. (space-before-blocks)
(#329) Operator '=' must be spaced. (space-infix-ops)
(#329) A space is required after ','. (comma-spacing)
(#329) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#329) Operator '=' must be spaced. (space-infix-ops)
(#329) Operator '+' must be spaced. (space-infix-ops)
(#329) Operator '*' must be spaced. (space-infix-ops)
(#329) A space is required after ','. (comma-spacing)
(#329) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#329) Operator '=' must be spaced. (space-infix-ops)
(#329) Operator '+' must be spaced. (space-infix-ops)
(#329) Operator '*' must be spaced. (space-infix-ops)
(#329) A space is required after ','. (comma-spacing)
(#329) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#329) Operator '=' must be spaced. (space-infix-ops)
(#329) Operator '-' must be spaced. (space-infix-ops)
(#329) Operator '*' must be spaced. (space-infix-ops)
(#329) Missing whitespace after semicolon. (semi-spacing)
(#329) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#329) Operator '===' must be spaced. (space-infix-ops)
(#329) Operator '?' must be spaced. (space-infix-ops)
(#329) Operator '+=' must be spaced. (space-infix-ops)
(#329) Operator '/' must be spaced. (space-infix-ops)
(#329) A space is required after ','. (comma-spacing)
(#329) Operator '=' must be spaced. (space-infix-ops)
(#329) Operator '*' must be spaced. (space-infix-ops)
(#329) Operator '/' must be spaced. (space-infix-ops)
(#329) A space is required after ','. (comma-spacing)
(#329) Operator '=' must be spaced. (space-infix-ops)
(#329) Operator '*' must be spaced. (space-infix-ops)
(#329) Operator '/' must be spaced. (space-infix-ops)
(#329) A space is required after ','. (comma-spacing)
(#329) A space is required after ','. (comma-spacing)
(#329) Operator '+' must be spaced. (space-infix-ops)
(#329) A space is required after ','. (comma-spacing)
(#329) Operator '+' must be spaced. (space-infix-ops)
(#329) A space is required after ','. (comma-spacing)
(#329) A space is required after ','. (comma-spacing)
(#329) A space is required after ','. (comma-spacing)
(#329) Operator '*' must be spaced. (space-infix-ops)
(#329) A space is required after ','. (comma-spacing)
(#329) A space is required after ','. (comma-spacing)
(#329) A space is required after ','. (comma-spacing)
(#329) A space is required after ','. (comma-spacing)
(#329) Operator '-' must be spaced. (space-infix-ops)
(#329) A space is required after ','. (comma-spacing)
(#329) Operator '-' must be spaced. (space-infix-ops)
(#330) This line has a length of 511. Maximum allowed is 132. (max-len)
(#330) A space is required after ','. (comma-spacing)
(#330) A space is required after ','. (comma-spacing)
(#330) A space is required after ','. (comma-spacing)
(#330) Operator '*' must be spaced. (space-infix-ops)
(#330) A space is required after ','. (comma-spacing)
(#330) A space is required after ','. (comma-spacing)
(#330) Operator ':' must be spaced. (space-infix-ops)
(#330) Operator '===' must be spaced. (space-infix-ops)
(#330) Operator '&&' must be spaced. (space-infix-ops)
(#330) A space is required after ','. (comma-spacing)
(#330) A space is required after ','. (comma-spacing)
(#330) A space is required after ','. (comma-spacing)
(#330) A space is required after ','. (comma-spacing)
(#330) A space is required after ','. (comma-spacing)
(#330) Operator '*' must be spaced. (space-infix-ops)
(#330) A space is required after ','. (comma-spacing)
(#330) A space is required after ','. (comma-spacing)
(#330) Requires a space before '}'. (block-spacing)
(#330) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#330) Missing semicolon. (semi)
(#330) Requires a space before '}'. (block-spacing)
(#330) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#330) Missing whitespace after semicolon. (semi-spacing)
(#330) Operator '=' must be spaced. (space-infix-ops)
(#330) A space is required after ','. (comma-spacing)
(#330) Requires a space after '{'. (block-spacing)
(#330) Statement inside of curly braces should be on next line. (brace-style)
(#330) Missing space before opening brace. (space-before-blocks)
(#330) Expected space(s) after "if". (keyword-spacing)
(#330) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#330) Operator '||' must be spaced. (space-infix-ops)
(#330) Expected { after 'if' condition. (curly)
(#330) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#330) Operator '=' must be spaced. (space-infix-ops)
(#330) Operator '?' must be spaced. (space-infix-ops)
(#330) Operator ':' must be spaced. (space-infix-ops)
(#330) Unexpected use of comma operator. (no-sequences)
(#330) A space is required after ','. (comma-spacing)
(#330) Operator '=' must be spaced. (space-infix-ops)
(#330) A space is required after ','. (comma-spacing)
(#330) A space is required after ','. (comma-spacing)
(#330) A space is required after ','. (comma-spacing)
(#330) A space is required after ','. (comma-spacing)
(#330) Operator '?' must be spaced. (space-infix-ops)
(#330) Operator ':' must be spaced. (space-infix-ops)
(#330) A space is required after ','. (comma-spacing)
(#330) A space is required after ','. (comma-spacing)
(#330) Operator '*' must be spaced. (space-infix-ops)
(#330) A space is required after ','. (comma-spacing)
(#330) A space is required after ','. (comma-spacing)
(#330) Missing whitespace after semicolon. (semi-spacing)
(#330) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#330) Operator '&&' must be spaced. (space-infix-ops)
(#330) Operator '=' must be spaced. (space-infix-ops)
(#330) A space is required after ','. (comma-spacing)
(#330) Operator '=' must be spaced. (space-infix-ops)
(#330) A space is required after ','. (comma-spacing)
(#330) A space is required after ','. (comma-spacing)
(#330) A space is required after ','. (comma-spacing)
(#330) A space is required after ','. (comma-spacing)
(#330) A space is required after ','. (comma-spacing)
(#330) A space is required after ','. (comma-spacing)
(#330) Operator '*' must be spaced. (space-infix-ops)
(#330) A space is required after ','. (comma-spacing)
(#330) A space is required after ','. (comma-spacing)
(#330) Requires a space before '}'. (block-spacing)
(#330) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#330) Missing semicolon. (semi)
(#330) Missing whitespace after semicolon. (semi-spacing)
(#330) Operator '=' must be spaced. (space-infix-ops)
(#330) A space is required after ','. (comma-spacing)
(#330) A space is required after ','. (comma-spacing)
(#330) Requires a space after '{'. (block-spacing)
(#330) Statement inside of curly braces should be on next line. (brace-style)
(#330) Missing space before opening brace. (space-before-blocks)
(#330) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#330) Operator '&&' must be spaced. (space-infix-ops)
(#331) This line has a length of 514. Maximum allowed is 132. (max-len)
(#331) Operator '=' must be spaced. (space-infix-ops)
(#331) Missing whitespace after semicolon. (semi-spacing)
(#331) Operator '=' must be spaced. (space-infix-ops)
(#331) A space is required after ','. (comma-spacing)
(#331) A space is required after ','. (comma-spacing)
(#331) A space is required after ','. (comma-spacing)
(#331) A space is required after ','. (comma-spacing)
(#331) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#331) Operator '=' must be spaced. (space-infix-ops)
(#331) Operator '?' must be spaced. (space-infix-ops)
(#331) Operator '*' must be spaced. (space-infix-ops)
(#331) Operator ':' must be spaced. (space-infix-ops)
(#331) Operator '/' must be spaced. (space-infix-ops)
(#331) Missing whitespace after semicolon. (semi-spacing)
(#331) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#331) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#331) Operator '===' must be spaced. (space-infix-ops)
(#331) Operator '&&' must be spaced. (space-infix-ops)
(#331) Operator '=' must be spaced. (space-infix-ops)
(#331) Missing whitespace after semicolon. (semi-spacing)
(#331) A space is required after ','. (comma-spacing)
(#331) A space is required after ','. (comma-spacing)
(#331) A space is required after ','. (comma-spacing)
(#331) Missing whitespace after semicolon. (semi-spacing)
(#331) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#331) Operator '||' must be spaced. (space-infix-ops)
(#331) Operator '=' must be spaced. (space-infix-ops)
(#331) A space is required after ','. (comma-spacing)
(#331) Operator '?' must be spaced. (space-infix-ops)
(#331) Operator '=' must be spaced. (space-infix-ops)
(#331) Operator ':' must be spaced. (space-infix-ops)
(#331) Operator '&&' must be spaced. (space-infix-ops)
(#331) Operator '=' must be spaced. (space-infix-ops)
(#331) A space is required after ','. (comma-spacing)
(#331) A space is required after ','. (comma-spacing)
(#331) Missing whitespace after semicolon. (semi-spacing)
(#331) A space is required after ','. (comma-spacing)
(#331) Missing whitespace after semicolon. (semi-spacing)
(#331) A space is required after ','. (comma-spacing)
(#331) Operator '?' must be spaced. (space-infix-ops)
(#331) Operator ':' must be spaced. (space-infix-ops)
(#331) A space is required after ','. (comma-spacing)
(#332) This line has a length of 503. Maximum allowed is 132. (max-len)
(#332) Requires a space before '}'. (block-spacing)
(#332) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#332) Missing semicolon. (semi)
(#332) Missing whitespace after semicolon. (semi-spacing)
(#332) Operator '=' must be spaced. (space-infix-ops)
(#332) A space is required after ','. (comma-spacing)
(#332) Requires a space after '{'. (block-spacing)
(#332) Statement inside of curly braces should be on next line. (brace-style)
(#332) Missing space before opening brace. (space-before-blocks)
(#332) Expected space(s) after "if". (keyword-spacing)
(#332) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#332) Operator '||' must be spaced. (space-infix-ops)
(#332) Requires a space after '{'. (block-spacing)
(#332) Statement inside of curly braces should be on next line. (brace-style)
(#332) Missing space before opening brace. (space-before-blocks)
(#332) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#332) Operator '&&' must be spaced. (space-infix-ops)
(#332) Operator '=' must be spaced. (space-infix-ops)
(#332) Missing whitespace after semicolon. (semi-spacing)
(#332) Operator '=' must be spaced. (space-infix-ops)
(#332) A space is required after ','. (comma-spacing)
(#332) A space is required after ','. (comma-spacing)
(#332) A space is required after ','. (comma-spacing)
(#332) A space is required after ','. (comma-spacing)
(#332) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#332) Operator '=' must be spaced. (space-infix-ops)
(#332) Operator '?' must be spaced. (space-infix-ops)
(#332) Operator '*' must be spaced. (space-infix-ops)
(#332) Operator ':' must be spaced. (space-infix-ops)
(#332) Operator '/' must be spaced. (space-infix-ops)
(#332) Missing whitespace after semicolon. (semi-spacing)
(#332) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#332) Operator '===' must be spaced. (space-infix-ops)
(#332) Operator '&&' must be spaced. (space-infix-ops)
(#332) Operator '=' must be spaced. (space-infix-ops)
(#332) Missing whitespace after semicolon. (semi-spacing)
(#332) Operator '*=' must be spaced. (space-infix-ops)
(#332) Missing whitespace after semicolon. (semi-spacing)
(#332) A space is required after ','. (comma-spacing)
(#332) A space is required after ','. (comma-spacing)
(#332) A space is required after ','. (comma-spacing)
(#332) Missing whitespace after semicolon. (semi-spacing)
(#332) A space is required after ','. (comma-spacing)
(#332) Missing whitespace after semicolon. (semi-spacing)
(#332) A space is required after ','. (comma-spacing)
(#332) Operator '?' must be spaced. (space-infix-ops)
(#332) Operator ':' must be spaced. (space-infix-ops)
(#332) Missing whitespace after semicolon. (semi-spacing)
(#332) A space is required after ','. (comma-spacing)
(#332) Operator '?' must be spaced. (space-infix-ops)
(#332) Operator ':' must be spaced. (space-infix-ops)
(#333) This line has a length of 518. Maximum allowed is 132. (max-len)
(#333) A space is required after ','. (comma-spacing)
(#333) Requires a space before '}'. (block-spacing)
(#333) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#333) Missing semicolon. (semi)
(#333) Requires a space before '}'. (block-spacing)
(#333) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#333) Missing whitespace after semicolon. (semi-spacing)
(#333) Operator '=' must be spaced. (space-infix-ops)
(#333) Requires a space after '{'. (block-spacing)
(#333) Statement inside of curly braces should be on next line. (brace-style)
(#333) Missing space before opening brace. (space-before-blocks)
(#333) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#333) Operator '||' must be spaced. (space-infix-ops)
(#333) Operator '!==' must be spaced. (space-infix-ops)
(#333) Operator '||' must be spaced. (space-infix-ops)
(#333) Operator '||' must be spaced. (space-infix-ops)
(#333) Operator '||' must be spaced. (space-infix-ops)
(#333) Operator '!==' must be spaced. (space-infix-ops)
(#333) Operator '||' must be spaced. (space-infix-ops)
(#333) Operator '!==' must be spaced. (space-infix-ops)
(#333) Operator '||' must be spaced. (space-infix-ops)
(#333) Operator '!==' must be spaced. (space-infix-ops)
(#333) Operator '||' must be spaced. (space-infix-ops)
(#333) Operator '&&' must be spaced. (space-infix-ops)
(#333) Operator '!==' must be spaced. (space-infix-ops)
(#333) Operator '||' must be spaced. (space-infix-ops)
(#333) Operator '!==' must be spaced. (space-infix-ops)
(#333) Operator '||' must be spaced. (space-infix-ops)
(#333) Operator '&&' must be spaced. (space-infix-ops)
(#333) Operator '||' must be spaced. (space-infix-ops)
(#333) Operator '&&' must be spaced. (space-infix-ops)
(#333) Operator '===' must be spaced. (space-infix-ops)
(#333) Operator '?' must be spaced. (space-infix-ops)
(#333) Operator ':' must be spaced. (space-infix-ops)
(#333) Requires a space before '}'. (block-spacing)
(#333) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#333) Missing semicolon. (semi)
(#333) Missing whitespace after semicolon. (semi-spacing)
(#333) Operator '=' must be spaced. (space-infix-ops)
(#333) Requires a space after '{'. (block-spacing)
(#333) Statement inside of curly braces should be on next line. (brace-style)
(#333) Missing space before opening brace. (space-before-blocks)
(#333) Expected space(s) after "if". (keyword-spacing)
(#333) Operator '||' must be spaced. (space-infix-ops)
(#333) Expected { after 'if' condition. (curly)
(#333) Expected space(s) before "return". (keyword-spacing)
(#333) Missing whitespace after semicolon. (semi-spacing)
(#333) Expected space(s) after "if". (keyword-spacing)
(#333) Operator '!==' must be spaced. (space-infix-ops)
(#333) Expected { after 'if' condition. (curly)
(#333) Expected space(s) before "return". (keyword-spacing)
(#334) This line has a length of 512. Maximum allowed is 132. (max-len)
(#334) Expected space(s) after "if". (keyword-spacing)
(#334) Operator '===' must be spaced. (space-infix-ops)
(#334) Expected { after 'if' condition. (curly)
(#334) Expected space(s) before "return". (keyword-spacing)
(#334) Missing whitespace after semicolon. (semi-spacing)
(#334) Operator '=' must be spaced. (space-infix-ops)
(#334) A space is required after ','. (comma-spacing)
(#334) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#334) Operator '=' must be spaced. (space-infix-ops)
(#334) Operator '-' must be spaced. (space-infix-ops)
(#334) Missing whitespace after semicolon. (semi-spacing)
(#334) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#334) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#334) Operator '<' must be spaced. (space-infix-ops)
(#334) Operator '&&' must be spaced. (space-infix-ops)
(#334) Operator '=' must be spaced. (space-infix-ops)
(#334) A space is required after ','. (comma-spacing)
(#334) Operator '-' must be spaced. (space-infix-ops)
(#334) Missing whitespace after semicolon. (semi-spacing)
(#334) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#334) Operator '<' must be spaced. (space-infix-ops)
(#334) Operator '?' must be spaced. (space-infix-ops)
(#334) Operator '=' must be spaced. (space-infix-ops)
(#334) Operator '-' must be spaced. (space-infix-ops)
(#334) A space is required after ','. (comma-spacing)
(#334) Operator '=' must be spaced. (space-infix-ops)
(#334) Operator '<=' must be spaced. (space-infix-ops)
(#334) Operator '?' must be spaced. (space-infix-ops)
(#334) Operator '+' must be spaced. (space-infix-ops)
(#334) Operator ':' must be spaced. (space-infix-ops)
(#334) Operator '-' must be spaced. (space-infix-ops)
(#334) Operator '-' must be spaced. (space-infix-ops)
(#334) Operator '+' must be spaced. (space-infix-ops)
(#334) Operator ':' must be spaced. (space-infix-ops)
(#334) Operator '+=' must be spaced. (space-infix-ops)
(#334) Missing whitespace after semicolon. (semi-spacing)
(#334) Operator '>' must be spaced. (space-infix-ops)
(#334) Operator '?' must be spaced. (space-infix-ops)
(#334) Operator ':' must be spaced. (space-infix-ops)
(#334) Requires a space before '}'. (block-spacing)
(#334) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#334) Missing semicolon. (semi)
(#334) Missing whitespace after semicolon. (semi-spacing)
(#334) Operator '=' must be spaced. (space-infix-ops)
(#334) Requires a space after '{'. (block-spacing)
(#334) Statement inside of curly braces should be on next line. (brace-style)
(#334) Missing space before opening brace. (space-before-blocks)
(#334) Operator '=' must be spaced. (space-infix-ops)
(#334) Missing '()' invoking a constructor. (new-parens)
(#334) Missing whitespace after semicolon. (semi-spacing)
(#334) A space is required after ','. (comma-spacing)
(#334) Missing whitespace after semicolon. (semi-spacing)
(#334) Expected space(s) after "if". (keyword-spacing)
(#334) Expected { after 'if' condition. (curly)
(#334) Expected space(s) before "for". (keyword-spacing)
(#334) Expected space(s) after "for". (keyword-spacing)
(#334) Operator '=' must be spaced. (space-infix-ops)
(#334) A space is required after ','. (comma-spacing)
(#334) Operator '=' must be spaced. (space-infix-ops)
(#334) Missing whitespace after semicolon. (semi-spacing)
(#334) Operator '<' must be spaced. (space-infix-ops)
(#334) Missing whitespace after semicolon. (semi-spacing)
(#334) Requires a space after '{'. (block-spacing)
(#334) Statement inside of curly braces should be on next line. (brace-style)
(#334) Missing space before opening brace. (space-before-blocks)
(#334) Operator '=' must be spaced. (space-infix-ops)
(#334) Missing whitespace after semicolon. (semi-spacing)
(#334) A space is required after ','. (comma-spacing)
(#334) A space is required after ','. (comma-spacing)
(#334) Operator '+' must be spaced. (space-infix-ops)
(#334) A space is required after ','. (comma-spacing)
(#334) Operator '+' must be spaced. (space-infix-ops)
(#334) Requires a space before '}'. (block-spacing)
(#334) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#334) Missing semicolon. (semi)
(#334) Expected space(s) before "return". (keyword-spacing)
(#334) Requires a space before '}'. (block-spacing)
(#334) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#334) Missing semicolon. (semi)
(#334) Missing whitespace after semicolon. (semi-spacing)
(#334) Operator '=' must be spaced. (space-infix-ops)
(#334) Requires a space after '{'. (block-spacing)
(#334) Statement inside of curly braces should be on next line. (brace-style)
(#334) Missing space before opening brace. (space-before-blocks)
(#334) Operator '=' must be spaced. (space-infix-ops)
(#334) Missing '()' invoking a constructor. (new-parens)
(#335) This line has a length of 285. Maximum allowed is 132. (max-len)
(#335) A space is required after ','. (comma-spacing)
(#335) A space is required after ','. (comma-spacing)
(#335) Missing whitespace after semicolon. (semi-spacing)
(#335) Requires a space before '}'. (block-spacing)
(#335) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#335) Missing semicolon. (semi)
(#335) Missing whitespace after semicolon. (semi-spacing)
(#335) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#335) Operator '=' must be spaced. (space-infix-ops)
(#335) A space is required after ','. (comma-spacing)
(#335) A space is required after ','. (comma-spacing)
(#335) Requires a space after '{'. (block-spacing)
(#335) Statement inside of curly braces should be on next line. (brace-style)
(#335) Missing space before opening brace. (space-before-blocks)
(#335) Expected space(s) after "if". (keyword-spacing)
(#335) Expected { after 'if' condition. (curly)
(#335) Expected space(s) before "return". (keyword-spacing)
(#335) Expected space(s) after "return". (keyword-spacing)
(#335) Missing whitespace after semicolon. (semi-spacing)
(#335) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#335) Operator '?' must be spaced. (space-infix-ops)
(#335) Operator '=' must be spaced. (space-infix-ops)
(#335) Operator ':' must be spaced. (space-infix-ops)
(#335) Operator '&&' must be spaced. (space-infix-ops)
(#335) Operator '=' must be spaced. (space-infix-ops)
(#335) Missing whitespace after semicolon. (semi-spacing)
(#335) Requires a space before '}'. (block-spacing)
(#335) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#335) Missing semicolon. (semi)
(#335) Requires a space before '}'. (block-spacing)
(#335) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#335) Missing semicolon. (semi)
(#335) A space is required after ','. (comma-spacing)
(#335) A space is required after ','. (comma-spacing)
(#335) A space is required after ','. (comma-spacing)
(#335) A space is required after ','. (comma-spacing)
(#335) A space is required after ','. (comma-spacing)
(#336) This line has a length of 509. Maximum allowed is 132. (max-len)
(#336) A space is required after ','. (comma-spacing)
(#336) A space is required after ','. (comma-spacing)
(#336) A space is required after ','. (comma-spacing)
(#336) A space is required after ','. (comma-spacing)
(#336) A space is required after ','. (comma-spacing)
(#336) A space is required after ','. (comma-spacing)
(#336) A space is required after ','. (comma-spacing)
(#336) Requires a space after '{'. (block-spacing)
(#336) Statement inside of curly braces should be on next line. (brace-style)
(#336) Missing space before opening brace. (space-before-blocks)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) A space is required after ','. (comma-spacing)
(#336) A space is required after ','. (comma-spacing)
(#336) Requires a space after '{'. (block-spacing)
(#336) Statement inside of curly braces should be on next line. (brace-style)
(#336) Missing space before opening brace. (space-before-blocks)
(#336) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) Missing whitespace after semicolon. (semi-spacing)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) Missing whitespace after semicolon. (semi-spacing)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) Operator '!==' must be spaced. (space-infix-ops)
(#336) Operator '?' must be spaced. (space-infix-ops)
(#336) Operator ':' must be spaced. (space-infix-ops)
(#336) Requires a space before '}'. (block-spacing)
(#336) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#336) Missing semicolon. (semi)
(#336) Missing whitespace after semicolon. (semi-spacing)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) Missing whitespace after semicolon. (semi-spacing)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) Missing whitespace after semicolon. (semi-spacing)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) Missing whitespace after semicolon. (semi-spacing)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) Missing whitespace after semicolon. (semi-spacing)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) Missing whitespace after semicolon. (semi-spacing)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) Missing whitespace after semicolon. (semi-spacing)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) Missing whitespace after semicolon. (semi-spacing)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) Missing whitespace after semicolon. (semi-spacing)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) Requires a space after '{'. (block-spacing)
(#336) Statement inside of curly braces should be on next line. (brace-style)
(#336) Missing space before opening brace. (space-before-blocks)
(#336) Operator '+' must be spaced. (space-infix-ops)
(#336) Operator '/' must be spaced. (space-infix-ops)
(#336) A space is required after ','. (comma-spacing)
(#336) Operator '+' must be spaced. (space-infix-ops)
(#336) Operator '/' must be spaced. (space-infix-ops)
(#336) Requires a space before '}'. (block-spacing)
(#336) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#336) Missing semicolon. (semi)
(#336) Missing whitespace after semicolon. (semi-spacing)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) Requires a space after '{'. (block-spacing)
(#336) Statement inside of curly braces should be on next line. (brace-style)
(#336) Missing space before opening brace. (space-before-blocks)
(#336) Requires a space before '}'. (block-spacing)
(#336) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#336) Missing semicolon. (semi)
(#336) Missing whitespace after semicolon. (semi-spacing)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) Requires a space after '{'. (block-spacing)
(#336) Statement inside of curly braces should be on next line. (brace-style)
(#336) Missing space before opening brace. (space-before-blocks)
(#336) Requires a space before '}'. (block-spacing)
(#336) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#336) Missing semicolon. (semi)
(#337) This line has a length of 502. Maximum allowed is 132. (max-len)
(#337) Operator '=' must be spaced. (space-infix-ops)
(#337) Requires a space after '{'. (block-spacing)
(#337) Statement inside of curly braces should be on next line. (brace-style)
(#337) Missing space before opening brace. (space-before-blocks)
(#337) Operator '===' must be spaced. (space-infix-ops)
(#337) Operator '||' must be spaced. (space-infix-ops)
(#337) Operator '===' must be spaced. (space-infix-ops)
(#337) Requires a space before '}'. (block-spacing)
(#337) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#337) Missing semicolon. (semi)
(#337) Missing whitespace after semicolon. (semi-spacing)
(#337) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#337) Operator '=' must be spaced. (space-infix-ops)
(#337) Requires a space after '{'. (block-spacing)
(#337) Statement inside of curly braces should be on next line. (brace-style)
(#337) Missing space before opening brace. (space-before-blocks)
(#337) Do not nest ternary expressions. (no-nested-ternary)
(#337) Operator '===' must be spaced. (space-infix-ops)
(#337) Operator '?' must be spaced. (space-infix-ops)
(#337) Operator ':' must be spaced. (space-infix-ops)
(#337) Operator '===' must be spaced. (space-infix-ops)
(#337) Operator '?' must be spaced. (space-infix-ops)
(#337) Operator ':' must be spaced. (space-infix-ops)
(#337) Requires a space before '}'. (block-spacing)
(#337) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#337) Missing semicolon. (semi)
(#337) Missing whitespace after semicolon. (semi-spacing)
(#337) Operator '=' must be spaced. (space-infix-ops)
(#337) Function has a complexity of 58. Maximum allowed is 20. (complexity)
(#337) A space is required after ','. (comma-spacing)
(#337) Requires a space after '{'. (block-spacing)
(#337) Statement inside of curly braces should be on next line. (brace-style)
(#337) Missing space before opening brace. (space-before-blocks)
(#337) Expected space(s) after "if". (keyword-spacing)
(#337) Operator '!==' must be spaced. (space-infix-ops)
(#337) Operator '||' must be spaced. (space-infix-ops)
(#337) Operator '!==' must be spaced. (space-infix-ops)
(#337) Requires a space after '{'. (block-spacing)
(#337) Statement inside of curly braces should be on next line. (brace-style)
(#337) Missing space before opening brace. (space-before-blocks)
(#337) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#337) Operator '&&' must be spaced. (space-infix-ops)
(#337) Operator '=' must be spaced. (space-infix-ops)
(#337) Missing whitespace after semicolon. (semi-spacing)
(#337) Operator '=' must be spaced. (space-infix-ops)
(#337) A space is required after ','. (comma-spacing)
(#337) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#337) Operator '=' must be spaced. (space-infix-ops)
(#337) A space is required after ','. (comma-spacing)
(#337) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#337) Operator '=' must be spaced. (space-infix-ops)
(#337) A space is required after ','. (comma-spacing)
(#337) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#337) Operator '=' must be spaced. (space-infix-ops)
(#337) A space is required after ','. (comma-spacing)
(#337) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#337) Operator '=' must be spaced. (space-infix-ops)
(#337) A space is required after ','. (comma-spacing)
(#337) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#337) Operator '=' must be spaced. (space-infix-ops)
(#337) Operator '-' must be spaced. (space-infix-ops)
(#337) A space is required after ','. (comma-spacing)
(#337) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#337) Operator '=' must be spaced. (space-infix-ops)
(#337) Operator '-' must be spaced. (space-infix-ops)
(#337) Missing whitespace after semicolon. (semi-spacing)
(#337) Expected space(s) after "if". (keyword-spacing)
(#337) Operator '&&' must be spaced. (space-infix-ops)
(#337) Requires a space after '{'. (block-spacing)
(#337) Statement inside of curly braces should be on next line. (brace-style)
(#337) Missing space before opening brace. (space-before-blocks)
(#337) Operator '=' must be spaced. (space-infix-ops)
(#337) A space is required after ','. (comma-spacing)
(#337) A space is required after ','. (comma-spacing)
(#337) A space is required after ','. (comma-spacing)
(#337) Missing whitespace after semicolon. (semi-spacing)
(#337) A space is required after ','. (comma-spacing)
(#337) Missing whitespace after semicolon. (semi-spacing)
(#337) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#337) A space is required after ','. (comma-spacing)
(#337) Missing whitespace after semicolon. (semi-spacing)
(#338) This line has a length of 521. Maximum allowed is 132. (max-len)
(#338) Missing whitespace after semicolon. (semi-spacing)
(#338) Operator '=' must be spaced. (space-infix-ops)
(#338) Operator '+' must be spaced. (space-infix-ops)
(#338) Operator '/' must be spaced. (space-infix-ops)
(#338) A space is required after ','. (comma-spacing)
(#338) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#338) Operator '=' must be spaced. (space-infix-ops)
(#338) A space is required after ','. (comma-spacing)
(#338) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#338) Operator '=' must be spaced. (space-infix-ops)
(#338) A space is required after ','. (comma-spacing)
(#338) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#338) Operator '=' must be spaced. (space-infix-ops)
(#338) Operator '-' must be spaced. (space-infix-ops)
(#338) Operator '*' must be spaced. (space-infix-ops)
(#338) A space is required after ','. (comma-spacing)
(#338) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#338) Operator '=' must be spaced. (space-infix-ops)
(#338) Operator '+' must be spaced. (space-infix-ops)
(#338) Operator '*' must be spaced. (space-infix-ops)
(#338) A space is required after ','. (comma-spacing)
(#338) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#338) Operator '=' must be spaced. (space-infix-ops)
(#338) Operator '+' must be spaced. (space-infix-ops)
(#338) Operator '*' must be spaced. (space-infix-ops)
(#338) A space is required after ','. (comma-spacing)
(#338) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#338) Operator '=' must be spaced. (space-infix-ops)
(#338) Operator '-' must be spaced. (space-infix-ops)
(#338) Operator '*' must be spaced. (space-infix-ops)
(#338) A space is required after ','. (comma-spacing)
(#338) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#338) Operator '=' must be spaced. (space-infix-ops)
(#338) Operator '+' must be spaced. (space-infix-ops)
(#338) Operator '*' must be spaced. (space-infix-ops)
(#338) A space is required after ','. (comma-spacing)
(#338) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#338) Operator '=' must be spaced. (space-infix-ops)
(#338) Operator '-' must be spaced. (space-infix-ops)
(#338) Operator '*' must be spaced. (space-infix-ops)
(#338) A space is required after ','. (comma-spacing)
(#338) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#338) Operator '=' must be spaced. (space-infix-ops)
(#338) Operator '-' must be spaced. (space-infix-ops)
(#338) Operator '*' must be spaced. (space-infix-ops)
(#338) A space is required after ','. (comma-spacing)
(#338) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#338) Operator '=' must be spaced. (space-infix-ops)
(#338) Operator '+' must be spaced. (space-infix-ops)
(#338) Operator '*' must be spaced. (space-infix-ops)
(#338) Missing whitespace after semicolon. (semi-spacing)
(#338) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#338) Operator '=' must be spaced. (space-infix-ops)
(#338) Missing whitespace after semicolon. (semi-spacing)
(#338) Missing whitespace after semicolon. (semi-spacing)
(#338) A space is required after ','. (comma-spacing)
(#338) Missing whitespace after semicolon. (semi-spacing)
(#338) A space is required after ','. (comma-spacing)
(#338) Missing whitespace after semicolon. (semi-spacing)
(#338) A space is required after ','. (comma-spacing)
(#338) Missing whitespace after semicolon. (semi-spacing)
(#338) A space is required after ','. (comma-spacing)
(#338) Missing whitespace after semicolon. (semi-spacing)
(#338) Missing whitespace after semicolon. (semi-spacing)
(#338) Requires a space before '}'. (block-spacing)
(#338) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#338) Missing semicolon. (semi)
(#338) Expected space(s) before "if". (keyword-spacing)
(#338) Expected space(s) after "if". (keyword-spacing)
(#338) Operator '&&' must be spaced. (space-infix-ops)
(#338) Operator '&&' must be spaced. (space-infix-ops)
(#338) Operator '&&' must be spaced. (space-infix-ops)
(#338) Requires a space after '{'. (block-spacing)
(#338) Statement inside of curly braces should be on next line. (brace-style)
(#338) Missing space before opening brace. (space-before-blocks)
(#338) Expected space(s) after "for". (keyword-spacing)
(#338) Operator '=' must be spaced. (space-infix-ops)
(#338) A space is required after ','. (comma-spacing)
(#338) Operator '=' must be spaced. (space-infix-ops)
(#338) A space is required after ','. (comma-spacing)
(#338) Operator '=' must be spaced. (space-infix-ops)
(#338) Missing whitespace after semicolon. (semi-spacing)
(#338) Operator '<' must be spaced. (space-infix-ops)
(#338) Missing whitespace after semicolon. (semi-spacing)
(#338) Expected { after 'for' condition. (curly)
(#338) Operator '=' must be spaced. (space-infix-ops)
(#338) A space is required after ','. (comma-spacing)
(#338) A space is required after ','. (comma-spacing)
(#338) A space is required after ','. (comma-spacing)
(#338) Missing whitespace after semicolon. (semi-spacing)
(#338) 'V' used outside of binding context. (block-scoped-var)
(#338) Operator '+=' must be spaced. (space-infix-ops)
(#339) This line has a length of 512. Maximum allowed is 132. (max-len)
(#339) Operator '=' must be spaced. (space-infix-ops)
(#339) 'V' used outside of binding context. (block-scoped-var)
(#339) Operator '/' must be spaced. (space-infix-ops)
(#339) Missing whitespace after semicolon. (semi-spacing)
(#339) Operator '+=' must be spaced. (space-infix-ops)
(#339) Operator '*' must be spaced. (space-infix-ops)
(#339) Missing whitespace after semicolon. (semi-spacing)
(#339) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#339) Operator '+=' must be spaced. (space-infix-ops)
(#339) Operator '*' must be spaced. (space-infix-ops)
(#339) Requires a space before '}'. (block-spacing)
(#339) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#339) Missing semicolon. (semi)
(#339) Expected space(s) before "if". (keyword-spacing)
(#339) Expected space(s) after "if". (keyword-spacing)
(#339) Operator '&&' must be spaced. (space-infix-ops)
(#339) Operator '&&' must be spaced. (space-infix-ops)
(#339) Operator '&&' must be spaced. (space-infix-ops)
(#339) Requires a space after '{'. (block-spacing)
(#339) Statement inside of curly braces should be on next line. (brace-style)
(#339) Missing space before opening brace. (space-before-blocks)
(#339) Expected space(s) after "for". (keyword-spacing)
(#339) Operator '=' must be spaced. (space-infix-ops)
(#339) A space is required after ','. (comma-spacing)
(#339) Operator '=' must be spaced. (space-infix-ops)
(#339) A space is required after ','. (comma-spacing)
(#339) Operator '=' must be spaced. (space-infix-ops)
(#339) Missing whitespace after semicolon. (semi-spacing)
(#339) Operator '<' must be spaced. (space-infix-ops)
(#339) Missing whitespace after semicolon. (semi-spacing)
(#339) Expected { after 'for' condition. (curly)
(#339) Operator '=' must be spaced. (space-infix-ops)
(#339) A space is required after ','. (comma-spacing)
(#339) A space is required after ','. (comma-spacing)
(#339) A space is required after ','. (comma-spacing)
(#339) Missing whitespace after semicolon. (semi-spacing)
(#339) 'ca' used outside of binding context. (block-scoped-var)
(#339) Operator '+=' must be spaced. (space-infix-ops)
(#339) Missing whitespace after semicolon. (semi-spacing)
(#339) Operator '=' must be spaced. (space-infix-ops)
(#339) 'ca' used outside of binding context. (block-scoped-var)
(#339) Operator '/' must be spaced. (space-infix-ops)
(#339) Missing whitespace after semicolon. (semi-spacing)
(#339) Operator '-=' must be spaced. (space-infix-ops)
(#339) Operator '*' must be spaced. (space-infix-ops)
(#339) Missing whitespace after semicolon. (semi-spacing)
(#339) Operator '-=' must be spaced. (space-infix-ops)
(#339) Operator '*' must be spaced. (space-infix-ops)
(#339) Requires a space before '}'. (block-spacing)
(#339) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#339) Missing semicolon. (semi)
(#339) Expected space(s) before "if". (keyword-spacing)
(#339) Expected space(s) after "if". (keyword-spacing)
(#339) Requires a space after '{'. (block-spacing)
(#339) Statement inside of curly braces should be on next line. (brace-style)
(#339) Missing space before opening brace. (space-before-blocks)
(#339) Operator '=' must be spaced. (space-infix-ops)
(#339) Operator '+' must be spaced. (space-infix-ops)
(#339) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#339) Operator '*' must be spaced. (space-infix-ops)
(#339) A space is required after ','. (comma-spacing)
(#339) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#339) Operator '=' must be spaced. (space-infix-ops)
(#339) Operator '+' must be spaced. (space-infix-ops)
(#339) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#339) Operator '*' must be spaced. (space-infix-ops)
(#339) A space is required after ','. (comma-spacing)
(#339) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#339) Operator '=' must be spaced. (space-infix-ops)
(#339) Operator '-' must be spaced. (space-infix-ops)
(#339) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#339) Operator '*' must be spaced. (space-infix-ops)
(#339) A space is required after ','. (comma-spacing)
(#339) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#339) Operator '=' must be spaced. (space-infix-ops)
(#339) Operator '-' must be spaced. (space-infix-ops)
(#339) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#339) Operator '*' must be spaced. (space-infix-ops)
(#339) Missing whitespace after semicolon. (semi-spacing)
(#339) Operator '=' must be spaced. (space-infix-ops)
(#339) Missing whitespace after semicolon. (semi-spacing)
(#339) Operator '=' must be spaced. (space-infix-ops)
(#339) Operator '+' must be spaced. (space-infix-ops)
(#339) Operator '*' must be spaced. (space-infix-ops)
(#339) Missing whitespace after semicolon. (semi-spacing)
(#339) Operator '=' must be spaced. (space-infix-ops)
(#339) Missing whitespace after semicolon. (semi-spacing)
(#340) This line has a length of 512. Maximum allowed is 132. (max-len)
(#340) A space is required after ','. (comma-spacing)
(#340) Missing whitespace after semicolon. (semi-spacing)
(#340) A space is required after ','. (comma-spacing)
(#340) Missing whitespace after semicolon. (semi-spacing)
(#340) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#340) Missing whitespace after semicolon. (semi-spacing)
(#340) Requires a space before '}'. (block-spacing)
(#340) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#340) Missing semicolon. (semi)
(#340) Operator '=' must be spaced. (space-infix-ops)
(#340) Operator '?' must be spaced. (space-infix-ops)
(#340) Operator ':' must be spaced. (space-infix-ops)
(#340) Missing whitespace after semicolon. (semi-spacing)
(#340) Operator '=' must be spaced. (space-infix-ops)
(#340) Operator '?' must be spaced. (space-infix-ops)
(#340) Operator ':' must be spaced. (space-infix-ops)
(#340) Missing whitespace after semicolon. (semi-spacing)
(#340) Operator '=' must be spaced. (space-infix-ops)
(#340) Missing whitespace after semicolon. (semi-spacing)
(#340) Operator '=' must be spaced. (space-infix-ops)
(#340) Missing whitespace after semicolon. (semi-spacing)
(#340) Expected space(s) after "if". (keyword-spacing)
(#340) Requires a space after '{'. (block-spacing)
(#340) Statement inside of curly braces should be on next line. (brace-style)
(#340) Missing space before opening brace. (space-before-blocks)
(#340) Operator '=' must be spaced. (space-infix-ops)
(#340) A space is required after ','. (comma-spacing)
(#340) A space is required after ','. (comma-spacing)
(#340) A space is required after ','. (comma-spacing)
(#340) A space is required after ','. (comma-spacing)
(#340) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#340) Operator '=' must be spaced. (space-infix-ops)
(#340) Operator '?' must be spaced. (space-infix-ops)
(#340) Operator ':' must be spaced. (space-infix-ops)
(#340) A space is required after ','. (comma-spacing)
(#340) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#340) Operator '=' must be spaced. (space-infix-ops)
(#340) Operator '?' must be spaced. (space-infix-ops)
(#340) Operator ':' must be spaced. (space-infix-ops)
(#340) A space is required after ','. (comma-spacing)
(#340) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#340) Operator '=' must be spaced. (space-infix-ops)
(#340) A space is required after ','. (comma-spacing)
(#340) A space is required after ','. (comma-spacing)
(#340) A space is required after ','. (comma-spacing)
(#340) A space is required after ','. (comma-spacing)
(#340) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#340) Operator '=' must be spaced. (space-infix-ops)
(#340) A space is required after ','. (comma-spacing)
(#341) This line has a length of 508. Maximum allowed is 132. (max-len)
(#341) A space is required after ','. (comma-spacing)
(#341) Missing whitespace after semicolon. (semi-spacing)
(#341) A space is required after ','. (comma-spacing)
(#341) Missing whitespace after semicolon. (semi-spacing)
(#341) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#341) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#341) Operator '||' must be spaced. (space-infix-ops)
(#341) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#341) A space is required after ','. (comma-spacing)
(#341) A space is required after ','. (comma-spacing)
(#341) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#341) A space is required after ','. (comma-spacing)
(#341) Missing whitespace after semicolon. (semi-spacing)
(#341) A space is required after ','. (comma-spacing)
(#341) Missing whitespace after semicolon. (semi-spacing)
(#341) Operator '=' must be spaced. (space-infix-ops)
(#341) Missing whitespace after semicolon. (semi-spacing)
(#341) Operator '=' must be spaced. (space-infix-ops)
(#341) Requires a space before '}'. (block-spacing)
(#341) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#341) Missing semicolon. (semi)
(#341) Expected space(s) before "if". (keyword-spacing)
(#341) Expected space(s) after "if". (keyword-spacing)
(#341) Operator '&&' must be spaced. (space-infix-ops)
(#341) Operator '===' must be spaced. (space-infix-ops)
(#341) Operator '%' must be spaced. (space-infix-ops)
(#341) Expected { after 'if' condition. (curly)
(#341) Expected space(s) before "this". (keyword-spacing)
(#341) A space is required after ','. (comma-spacing)
(#341) A space is required after ','. (comma-spacing)
(#341) A space is required after ','. (comma-spacing)
(#341) A space is required after ','. (comma-spacing)
(#341) A space is required after ','. (comma-spacing)
(#341) Missing whitespace after semicolon. (semi-spacing)
(#341) Expected { after 'else'. (curly)
(#341) Expected space(s) after "switch". (keyword-spacing)
(#341) Operator '?' must be spaced. (space-infix-ops)
(#341) Operator ':' must be spaced. (space-infix-ops)
(#341) Requires a space after '{'. (block-spacing)
(#341) Statement inside of curly braces should be on next line. (brace-style)
(#341) Missing space before opening brace. (space-before-blocks)
(#341) Operator '=' must be spaced. (space-infix-ops)
(#341) Operator '-' must be spaced. (space-infix-ops)
(#341) A space is required after ','. (comma-spacing)
(#341) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#341) Operator '=' must be spaced. (space-infix-ops)
(#341) Operator '-' must be spaced. (space-infix-ops)
(#341) A space is required after ','. (comma-spacing)
(#341) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#341) Operator '=' must be spaced. (space-infix-ops)
(#341) Operator '*' must be spaced. (space-infix-ops)
(#341) Operator '+' must be spaced. (space-infix-ops)
(#341) Operator '*' must be spaced. (space-infix-ops)
(#341) A space is required after ','. (comma-spacing)
(#341) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#341) Operator '=' must be spaced. (space-infix-ops)
(#341) Operator '/' must be spaced. (space-infix-ops)
(#341) A space is required after ','. (comma-spacing)
(#341) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#341) Operator '=' must be spaced. (space-infix-ops)
(#341) Operator '-' must be spaced. (space-infix-ops)
(#341) Operator '-' must be spaced. (space-infix-ops)
(#341) Operator '*' must be spaced. (space-infix-ops)
(#341) Operator '/' must be spaced. (space-infix-ops)
(#341) Missing whitespace after semicolon. (semi-spacing)
(#341) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#341) Operator '===' must be spaced. (space-infix-ops)
(#341) Operator '%' must be spaced. (space-infix-ops)
(#341) Operator '?' must be spaced. (space-infix-ops)
(#341) Operator '+=' must be spaced. (space-infix-ops)
(#341) Operator '/' must be spaced. (space-infix-ops)
(#341) Operator ':' must be spaced. (space-infix-ops)
(#341) Operator '-=' must be spaced. (space-infix-ops)
(#341) Operator '/' must be spaced. (space-infix-ops)
(#341) A space is required after ','. (comma-spacing)
(#341) Operator '+=' must be spaced. (space-infix-ops)
(#341) Missing whitespace after semicolon. (semi-spacing)
(#341) Operator '/=' must be spaced. (space-infix-ops)
(#341) Missing whitespace after semicolon. (semi-spacing)
(#341) Operator '=' must be spaced. (space-infix-ops)
(#342) This line has a length of 531. Maximum allowed is 132. (max-len)
(#342) Operator '=' must be spaced. (space-infix-ops)
(#342) Operator '+' must be spaced. (space-infix-ops)
(#342) Operator '*' must be spaced. (space-infix-ops)
(#342) A space is required after ','. (comma-spacing)
(#342) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#342) Operator '=' must be spaced. (space-infix-ops)
(#342) Operator '-' must be spaced. (space-infix-ops)
(#342) Operator '*' must be spaced. (space-infix-ops)
(#342) Missing whitespace after semicolon. (semi-spacing)
(#342) Missing whitespace after semicolon. (semi-spacing)
(#342) Expected space(s) after "for". (keyword-spacing)
(#342) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#342) Operator '=' must be spaced. (space-infix-ops)
(#342) Missing whitespace after semicolon. (semi-spacing)
(#342) Operator '<' must be spaced. (space-infix-ops)
(#342) Missing whitespace after semicolon. (semi-spacing)
(#342) Expected { after 'for' condition. (curly)
(#342) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#342) A space is required after ','. (comma-spacing)
(#342) A space is required after ','. (comma-spacing)
(#342) Operator '/' must be spaced. (space-infix-ops)
(#342) A space is required after ','. (comma-spacing)
(#342) A space is required after ','. (comma-spacing)
(#342) Operator '*' must be spaced. (space-infix-ops)
(#342) A space is required after ','. (comma-spacing)
(#342) Unexpected use of comma operator. (no-sequences)
(#342) A space is required after ','. (comma-spacing)
(#342) Operator '+=' must be spaced. (space-infix-ops)
(#342) Operator '*' must be spaced. (space-infix-ops)
(#342) Operator '*' must be spaced. (space-infix-ops)
(#342) A space is required after ','. (comma-spacing)
(#342) Operator '-=' must be spaced. (space-infix-ops)
(#342) Operator '*' must be spaced. (space-infix-ops)
(#342) Operator '*' must be spaced. (space-infix-ops)
(#342) Missing whitespace after semicolon. (semi-spacing)
(#342) Missing whitespace after semicolon. (semi-spacing)
(#342) Missing whitespace after semicolon. (semi-spacing)
(#342) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#342) Missing whitespace after semicolon. (semi-spacing)
(#342) A space is required after ','. (comma-spacing)
(#342) Missing whitespace after semicolon. (semi-spacing)
(#342) A space is required after ','. (comma-spacing)
(#342) Missing whitespace after semicolon. (semi-spacing)
(#342) A space is required after ','. (comma-spacing)
(#342) Missing whitespace after semicolon. (semi-spacing)
(#342) Missing whitespace after semicolon. (semi-spacing)
(#342) Missing whitespace after semicolon. (semi-spacing)
(#342) Missing whitespace after semicolon. (semi-spacing)
(#342) Expected space(s) after "if". (keyword-spacing)
(#342) Operator '||' must be spaced. (space-infix-ops)
(#342) Operator '!==' must be spaced. (space-infix-ops)
(#342) Operator '&&' must be spaced. (space-infix-ops)
(#342) Operator '!==' must be spaced. (space-infix-ops)
(#342) Expected { after 'if' condition. (curly)
(#342) Expected space(s) before "if". (keyword-spacing)
(#342) Expected space(s) after "if". (keyword-spacing)
(#342) Operator '||' must be spaced. (space-infix-ops)
(#342) Operator '!==' must be spaced. (space-infix-ops)
(#342) Expected { after 'if' condition. (curly)
(#342) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#342) Unexpected use of comma operator. (no-sequences)
(#343) This line has a length of 501. Maximum allowed is 132. (max-len)
(#343) A space is required after ','. (comma-spacing)
(#343) A space is required after ','. (comma-spacing)
(#343) A space is required after ','. (comma-spacing)
(#343) A space is required after ','. (comma-spacing)
(#343) A space is required after ','. (comma-spacing)
(#343) Operator '&&' must be spaced. (space-infix-ops)
(#343) A space is required after ','. (comma-spacing)
(#343) A space is required after ','. (comma-spacing)
(#343) Missing whitespace after semicolon. (semi-spacing)
(#343) Expected space(s) after "else". (keyword-spacing)
(#343) Requires a space after '{'. (block-spacing)
(#343) Statement inside of curly braces should be on next line. (brace-style)
(#343) Operator '=' must be spaced. (space-infix-ops)
(#343) Operator '-' must be spaced. (space-infix-ops)
(#343) A space is required after ','. (comma-spacing)
(#343) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#343) Operator '=' must be spaced. (space-infix-ops)
(#343) Operator '-' must be spaced. (space-infix-ops)
(#343) Missing whitespace after semicolon. (semi-spacing)
(#343) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#343) Missing whitespace after semicolon. (semi-spacing)
(#343) A space is required after ','. (comma-spacing)
(#343) Missing whitespace after semicolon. (semi-spacing)
(#343) Expected space(s) after "for". (keyword-spacing)
(#343) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#343) Operator '=' must be spaced. (space-infix-ops)
(#343) Operator '*' must be spaced. (space-infix-ops)
(#343) Operator '+' must be spaced. (space-infix-ops)
(#343) Operator '*' must be spaced. (space-infix-ops)
(#343) Operator '/' must be spaced. (space-infix-ops)
(#343) A space is required after ','. (comma-spacing)
(#343) Operator '=' must be spaced. (space-infix-ops)
(#343) A space is required after ','. (comma-spacing)
(#343) Operator '=' must be spaced. (space-infix-ops)
(#343) A space is required after ','. (comma-spacing)
(#343) Operator '=' must be spaced. (space-infix-ops)
(#343) Operator '+' must be spaced. (space-infix-ops)
(#343) Operator '/' must be spaced. (space-infix-ops)
(#343) A space is required after ','. (comma-spacing)
(#343) Operator '=' must be spaced. (space-infix-ops)
(#343) A space is required after ','. (comma-spacing)
(#343) Operator '=' must be spaced. (space-infix-ops)
(#343) A space is required after ','. (comma-spacing)
(#343) Operator '=' must be spaced. (space-infix-ops)
(#343) Operator '/' must be spaced. (space-infix-ops)
(#343) A space is required after ','. (comma-spacing)
(#343) Operator '=' must be spaced. (space-infix-ops)
(#343) Operator '/' must be spaced. (space-infix-ops)
(#343) A space is required after ','. (comma-spacing)
(#343) A space is required after ','. (comma-spacing)
(#343) A space is required after ','. (comma-spacing)
(#343) Operator '=' must be spaced. (space-infix-ops)
(#343) Missing whitespace after semicolon. (semi-spacing)
(#343) Operator '<' must be spaced. (space-infix-ops)
(#343) Missing whitespace after semicolon. (semi-spacing)
(#343) Requires a space after '{'. (block-spacing)
(#343) Statement inside of curly braces should be on next line. (brace-style)
(#343) Missing space before opening brace. (space-before-blocks)
(#343) Operator '+=' must be spaced. (space-infix-ops)
(#343) Missing whitespace after semicolon. (semi-spacing)
(#343) Operator '+=' must be spaced. (space-infix-ops)
(#343) Missing whitespace after semicolon. (semi-spacing)
(#343) Operator '=' must be spaced. (space-infix-ops)
(#343) Operator '===' must be spaced. (space-infix-ops)
(#343) Operator '%' must be spaced. (space-infix-ops)
(#343) Operator '?' must be spaced. (space-infix-ops)
(#343) Operator ':' must be spaced. (space-infix-ops)
(#343) Missing whitespace after semicolon. (semi-spacing)
(#343) Operator '=' must be spaced. (space-infix-ops)
(#343) Operator '*' must be spaced. (space-infix-ops)
(#343) Operator '*' must be spaced. (space-infix-ops)
(#343) Operator '+' must be spaced. (space-infix-ops)
(#343) Operator '-' must be spaced. (space-infix-ops)
(#343) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#343) Operator '*' must be spaced. (space-infix-ops)
(#343) Missing whitespace after semicolon. (semi-spacing)
(#343) Operator '=' must be spaced. (space-infix-ops)
(#343) Operator '*' must be spaced. (space-infix-ops)
(#343) Operator '*' must be spaced. (space-infix-ops)
(#343) Operator '+' must be spaced. (space-infix-ops)
(#343) Operator '-' must be spaced. (space-infix-ops)
(#343) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#343) Operator '*' must be spaced. (space-infix-ops)
(#343) Missing whitespace after semicolon. (semi-spacing)
(#343) A space is required after ','. (comma-spacing)
(#343) A space is required after ','. (comma-spacing)
(#343) A space is required after ','. (comma-spacing)
(#343) Requires a space before '}'. (block-spacing)
(#343) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#343) Missing semicolon. (semi)
(#343) Requires a space before '}'. (block-spacing)
(#343) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#343) Missing semicolon. (semi)
(#343) Expected space(s) before "else". (keyword-spacing)
(#343) Expected space(s) after "else". (keyword-spacing)
(#343) Requires a space after '{'. (block-spacing)
(#343) Statement inside of curly braces should be on next line. (brace-style)
(#343) Operator '=' must be spaced. (space-infix-ops)
(#343) Operator '/' must be spaced. (space-infix-ops)
(#343) A space is required after ','. (comma-spacing)
(#343) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#343) Operator '=' must be spaced. (space-infix-ops)
(#344) This line has a length of 516. Maximum allowed is 132. (max-len)
(#344) Operator '/' must be spaced. (space-infix-ops)
(#344) A space is required after ','. (comma-spacing)
(#344) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) Operator '+' must be spaced. (space-infix-ops)
(#344) Operator '/' must be spaced. (space-infix-ops)
(#344) A space is required after ','. (comma-spacing)
(#344) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) A space is required after ','. (comma-spacing)
(#344) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) A space is required after ','. (comma-spacing)
(#344) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) Operator '-' must be spaced. (space-infix-ops)
(#344) Operator '*' must be spaced. (space-infix-ops)
(#344) A space is required after ','. (comma-spacing)
(#344) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) Operator '+' must be spaced. (space-infix-ops)
(#344) Operator '*' must be spaced. (space-infix-ops)
(#344) A space is required after ','. (comma-spacing)
(#344) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) Operator '+' must be spaced. (space-infix-ops)
(#344) Operator '*' must be spaced. (space-infix-ops)
(#344) A space is required after ','. (comma-spacing)
(#344) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) Operator '-' must be spaced. (space-infix-ops)
(#344) Operator '*' must be spaced. (space-infix-ops)
(#344) A space is required after ','. (comma-spacing)
(#344) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) Operator '+' must be spaced. (space-infix-ops)
(#344) Operator '*' must be spaced. (space-infix-ops)
(#344) A space is required after ','. (comma-spacing)
(#344) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) Operator '-' must be spaced. (space-infix-ops)
(#344) Operator '*' must be spaced. (space-infix-ops)
(#344) A space is required after ','. (comma-spacing)
(#344) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) Operator '-' must be spaced. (space-infix-ops)
(#344) Operator '*' must be spaced. (space-infix-ops)
(#344) A space is required after ','. (comma-spacing)
(#344) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) Operator '+' must be spaced. (space-infix-ops)
(#344) Operator '*' must be spaced. (space-infix-ops)
(#344) Missing whitespace after semicolon. (semi-spacing)
(#344) Missing whitespace after semicolon. (semi-spacing)
(#344) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#344) A space is required after ','. (comma-spacing)
(#344) Missing whitespace after semicolon. (semi-spacing)
(#344) A space is required after ','. (comma-spacing)
(#344) Missing whitespace after semicolon. (semi-spacing)
(#344) A space is required after ','. (comma-spacing)
(#344) Missing whitespace after semicolon. (semi-spacing)
(#344) A space is required after ','. (comma-spacing)
(#344) Missing whitespace after semicolon. (semi-spacing)
(#344) Missing whitespace after semicolon. (semi-spacing)
(#344) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#344) Operator '===' must be spaced. (space-infix-ops)
(#344) Operator '?' must be spaced. (space-infix-ops)
(#344) Operator ':' must be spaced. (space-infix-ops)
(#344) A space is required after ','. (comma-spacing)
(#344) A space is required after ','. (comma-spacing)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) Operator '*' must be spaced. (space-infix-ops)
(#344) A space is required after ','. (comma-spacing)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) A space is required after ','. (comma-spacing)
(#344) A space is required after ','. (comma-spacing)
(#344) A space is required after ','. (comma-spacing)
(#344) A space is required after ','. (comma-spacing)
(#344) Operator '+' must be spaced. (space-infix-ops)
(#344) Operator '*' must be spaced. (space-infix-ops)
(#344) Operator '-' must be spaced. (space-infix-ops)
(#344) A space is required after ','. (comma-spacing)
(#344) Operator '+' must be spaced. (space-infix-ops)
(#344) Operator '*' must be spaced. (space-infix-ops)
(#344) Operator '-' must be spaced. (space-infix-ops)
(#344) A space is required after ','. (comma-spacing)
(#344) A space is required after ','. (comma-spacing)
(#344) A space is required after ','. (comma-spacing)
(#344) A space is required after ','. (comma-spacing)
(#345) This line has a length of 507. Maximum allowed is 132. (max-len)
(#345) Requires a space before '}'. (block-spacing)
(#345) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#345) Missing semicolon. (semi)
(#345) Expected space(s) before "break". (keyword-spacing)
(#345) Missing whitespace after semicolon. (semi-spacing)
(#345) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#345) Operator '=' must be spaced. (space-infix-ops)
(#345) A space is required after ','. (comma-spacing)
(#345) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#345) Operator '=' must be spaced. (space-infix-ops)
(#345) Operator '+' must be spaced. (space-infix-ops)
(#345) Operator '/' must be spaced. (space-infix-ops)
(#345) A space is required after ','. (comma-spacing)
(#345) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#345) Operator '=' must be spaced. (space-infix-ops)
(#345) A space is required after ','. (comma-spacing)
(#345) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#345) Operator '=' must be spaced. (space-infix-ops)
(#345) A space is required after ','. (comma-spacing)
(#345) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#345) Operator '=' must be spaced. (space-infix-ops)
(#345) A space is required after ','. (comma-spacing)
(#345) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#345) Operator '=' must be spaced. (space-infix-ops)
(#345) Operator '?' must be spaced. (space-infix-ops)
(#345) Operator '/' must be spaced. (space-infix-ops)
(#345) Operator ':' must be spaced. (space-infix-ops)
(#345) Operator '*' must be spaced. (space-infix-ops)
(#345) Operator '/' must be spaced. (space-infix-ops)
(#345) Missing whitespace after semicolon. (semi-spacing)
(#345) Expected space(s) after "if". (keyword-spacing)
(#345) Operator '===' must be spaced. (space-infix-ops)
(#345) Requires a space after '{'. (block-spacing)
(#345) Statement inside of curly braces should be on next line. (brace-style)
(#345) Missing space before opening brace. (space-before-blocks)
(#345) Operator '=' must be spaced. (space-infix-ops)
(#345) Operator '-' must be spaced. (space-infix-ops)
(#345) Operator '*' must be spaced. (space-infix-ops)
(#345) A space is required after ','. (comma-spacing)
(#345) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#345) Operator '=' must be spaced. (space-infix-ops)
(#345) Operator '+' must be spaced. (space-infix-ops)
(#345) Operator '*' must be spaced. (space-infix-ops)
(#345) A space is required after ','. (comma-spacing)
(#345) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#345) Operator '=' must be spaced. (space-infix-ops)
(#345) Operator '+' must be spaced. (space-infix-ops)
(#345) Operator '*' must be spaced. (space-infix-ops)
(#345) A space is required after ','. (comma-spacing)
(#345) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#345) Operator '=' must be spaced. (space-infix-ops)
(#345) Operator '-' must be spaced. (space-infix-ops)
(#345) Operator '*' must be spaced. (space-infix-ops)
(#345) A space is required after ','. (comma-spacing)
(#345) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#345) Operator '=' must be spaced. (space-infix-ops)
(#345) Operator '+' must be spaced. (space-infix-ops)
(#345) Operator '*' must be spaced. (space-infix-ops)
(#345) A space is required after ','. (comma-spacing)
(#345) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#345) Operator '=' must be spaced. (space-infix-ops)
(#345) Operator '-' must be spaced. (space-infix-ops)
(#345) Operator '*' must be spaced. (space-infix-ops)
(#345) A space is required after ','. (comma-spacing)
(#345) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#345) Operator '=' must be spaced. (space-infix-ops)
(#345) Operator '-' must be spaced. (space-infix-ops)
(#345) Operator '*' must be spaced. (space-infix-ops)
(#345) A space is required after ','. (comma-spacing)
(#345) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#345) Operator '=' must be spaced. (space-infix-ops)
(#345) Operator '+' must be spaced. (space-infix-ops)
(#345) Operator '*' must be spaced. (space-infix-ops)
(#345) Missing whitespace after semicolon. (semi-spacing)
(#345) Missing whitespace after semicolon. (semi-spacing)
(#345) A space is required after ','. (comma-spacing)
(#345) Missing whitespace after semicolon. (semi-spacing)
(#345) A space is required after ','. (comma-spacing)
(#345) Missing whitespace after semicolon. (semi-spacing)
(#345) A space is required after ','. (comma-spacing)
(#345) Missing whitespace after semicolon. (semi-spacing)
(#345) A space is required after ','. (comma-spacing)
(#345) Missing whitespace after semicolon. (semi-spacing)
(#345) Requires a space before '}'. (block-spacing)
(#345) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#345) Missing semicolon. (semi)
(#345) Expected space(s) before "else". (keyword-spacing)
(#345) Expected space(s) after "if". (keyword-spacing)
(#345) Operator '&&' must be spaced. (space-infix-ops)
(#345) Operator '||' must be spaced. (space-infix-ops)
(#346) This line has a length of 514. Maximum allowed is 132. (max-len)
(#346) Operator '===' must be spaced. (space-infix-ops)
(#346) Operator '&&' must be spaced. (space-infix-ops)
(#346) Operator '===' must be spaced. (space-infix-ops)
(#346) Requires a space after '{'. (block-spacing)
(#346) Statement inside of curly braces should be on next line. (brace-style)
(#346) Missing space before opening brace. (space-before-blocks)
(#346) Missing whitespace after semicolon. (semi-spacing)
(#346) A space is required after ','. (comma-spacing)
(#346) Missing whitespace after semicolon. (semi-spacing)
(#346) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#346) A space is required after ','. (comma-spacing)
(#346) Missing whitespace after semicolon. (semi-spacing)
(#346) Missing whitespace after semicolon. (semi-spacing)
(#346) Operator '=' must be spaced. (space-infix-ops)
(#346) Missing whitespace after semicolon. (semi-spacing)
(#346) Operator '*=' must be spaced. (space-infix-ops)
(#346) Missing whitespace after semicolon. (semi-spacing)
(#346) Operator '=' must be spaced. (space-infix-ops)
(#346) Missing whitespace after semicolon. (semi-spacing)
(#346) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#346) Operator '<' must be spaced. (space-infix-ops)
(#346) Operator '/' must be spaced. (space-infix-ops)
(#346) Operator '&&' must be spaced. (space-infix-ops)
(#346) Operator '=' must be spaced. (space-infix-ops)
(#346) Operator '/' must be spaced. (space-infix-ops)
(#346) Missing whitespace after semicolon. (semi-spacing)
(#346) Expected space(s) after "if". (keyword-spacing)
(#346) Operator '<' must be spaced. (space-infix-ops)
(#346) Operator '/' must be spaced. (space-infix-ops)
(#346) Requires a space after '{'. (block-spacing)
(#346) Statement inside of curly braces should be on next line. (brace-style)
(#346) Missing space before opening brace. (space-before-blocks)
(#346) Operator '=' must be spaced. (space-infix-ops)
(#346) Operator '-' must be spaced. (space-infix-ops)
(#346) Operator '*' must be spaced. (space-infix-ops)
(#346) A space is required after ','. (comma-spacing)
(#346) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#346) Operator '=' must be spaced. (space-infix-ops)
(#346) Operator '+' must be spaced. (space-infix-ops)
(#346) Operator '*' must be spaced. (space-infix-ops)
(#346) A space is required after ','. (comma-spacing)
(#346) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#346) Operator '=' must be spaced. (space-infix-ops)
(#346) Operator '+' must be spaced. (space-infix-ops)
(#346) Operator '*' must be spaced. (space-infix-ops)
(#346) A space is required after ','. (comma-spacing)
(#346) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#346) Operator '=' must be spaced. (space-infix-ops)
(#346) Operator '-' must be spaced. (space-infix-ops)
(#346) Operator '*' must be spaced. (space-infix-ops)
(#346) A space is required after ','. (comma-spacing)
(#346) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#346) Operator '=' must be spaced. (space-infix-ops)
(#346) Operator '-' must be spaced. (space-infix-ops)
(#346) Operator '*' must be spaced. (space-infix-ops)
(#346) A space is required after ','. (comma-spacing)
(#346) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#346) Operator '=' must be spaced. (space-infix-ops)
(#346) Operator '+' must be spaced. (space-infix-ops)
(#346) Operator '*' must be spaced. (space-infix-ops)
(#346) A space is required after ','. (comma-spacing)
(#346) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#346) Operator '=' must be spaced. (space-infix-ops)
(#346) Operator '+' must be spaced. (space-infix-ops)
(#346) Operator '*' must be spaced. (space-infix-ops)
(#346) A space is required after ','. (comma-spacing)
(#346) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#346) Operator '=' must be spaced. (space-infix-ops)
(#346) Operator '-' must be spaced. (space-infix-ops)
(#346) Operator '*' must be spaced. (space-infix-ops)
(#346) A space is required after ','. (comma-spacing)
(#346) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#346) Operator '=' must be spaced. (space-infix-ops)
(#346) Operator '-' must be spaced. (space-infix-ops)
(#346) Operator '*' must be spaced. (space-infix-ops)
(#346) A space is required after ','. (comma-spacing)
(#346) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#346) Operator '=' must be spaced. (space-infix-ops)
(#346) Operator '+' must be spaced. (space-infix-ops)
(#346) Operator '*' must be spaced. (space-infix-ops)
(#346) A space is required after ','. (comma-spacing)
(#346) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#346) Operator '=' must be spaced. (space-infix-ops)
(#346) Operator '+' must be spaced. (space-infix-ops)
(#346) Operator '*' must be spaced. (space-infix-ops)
(#346) A space is required after ','. (comma-spacing)
(#346) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#346) Operator '=' must be spaced. (space-infix-ops)
(#346) Operator '-' must be spaced. (space-infix-ops)
(#346) Operator '*' must be spaced. (space-infix-ops)
(#346) A space is required after ','. (comma-spacing)
(#346) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#346) Operator '=' must be spaced. (space-infix-ops)
(#346) Operator '||' must be spaced. (space-infix-ops)
(#346) Operator '>' must be spaced. (space-infix-ops)
(#346) Operator '&&' must be spaced. (space-infix-ops)
(#346) Operator '-' must be spaced. (space-infix-ops)
(#346) Operator '>' must be spaced. (space-infix-ops)
(#347) This line has a length of 531. Maximum allowed is 132. (max-len)
(#347) Operator '||' must be spaced. (space-infix-ops)
(#347) Operator '-' must be spaced. (space-infix-ops)
(#347) Operator '<' must be spaced. (space-infix-ops)
(#347) Missing whitespace after semicolon. (semi-spacing)
(#347) Missing whitespace after semicolon. (semi-spacing)
(#347) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#347) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#347) Operator '?' must be spaced. (space-infix-ops)
(#347) A space is required after ','. (comma-spacing)
(#347) A space is required after ','. (comma-spacing)
(#347) A space is required after ','. (comma-spacing)
(#347) Operator ':' must be spaced. (space-infix-ops)
(#347) A space is required after ','. (comma-spacing)
(#347) A space is required after ','. (comma-spacing)
(#347) A space is required after ','. (comma-spacing)
(#347) Missing whitespace after semicolon. (semi-spacing)
(#347) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#347) Operator '!==' must be spaced. (space-infix-ops)
(#347) Operator '&&' must be spaced. (space-infix-ops)
(#347) A space is required after ','. (comma-spacing)
(#347) Missing whitespace after semicolon. (semi-spacing)
(#347) Missing whitespace after semicolon. (semi-spacing)
(#347) Requires a space before '}'. (block-spacing)
(#347) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#347) Missing semicolon. (semi)
(#347) Requires a space before '}'. (block-spacing)
(#347) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#347) Expected space(s) before "else". (keyword-spacing)
(#347) Expected space(s) after "else". (keyword-spacing)
(#347) Requires a space after '{'. (block-spacing)
(#347) Statement inside of curly braces should be on next line. (brace-style)
(#347) Operator '=' must be spaced. (space-infix-ops)
(#347) Operator '-' must be spaced. (space-infix-ops)
(#347) Operator '*' must be spaced. (space-infix-ops)
(#347) A space is required after ','. (comma-spacing)
(#347) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#347) Operator '=' must be spaced. (space-infix-ops)
(#347) Operator '+' must be spaced. (space-infix-ops)
(#347) Operator '*' must be spaced. (space-infix-ops)
(#347) A space is required after ','. (comma-spacing)
(#347) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#347) Operator '=' must be spaced. (space-infix-ops)
(#347) Operator '+' must be spaced. (space-infix-ops)
(#347) Operator '*' must be spaced. (space-infix-ops)
(#347) A space is required after ','. (comma-spacing)
(#347) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#347) Operator '=' must be spaced. (space-infix-ops)
(#347) Operator '-' must be spaced. (space-infix-ops)
(#347) Operator '*' must be spaced. (space-infix-ops)
(#347) A space is required after ','. (comma-spacing)
(#347) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#347) Operator '=' must be spaced. (space-infix-ops)
(#347) Operator '+' must be spaced. (space-infix-ops)
(#347) Operator '*' must be spaced. (space-infix-ops)
(#347) A space is required after ','. (comma-spacing)
(#347) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#347) Operator '=' must be spaced. (space-infix-ops)
(#347) Operator '-' must be spaced. (space-infix-ops)
(#347) Operator '*' must be spaced. (space-infix-ops)
(#347) A space is required after ','. (comma-spacing)
(#347) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#347) Operator '=' must be spaced. (space-infix-ops)
(#347) Operator '-' must be spaced. (space-infix-ops)
(#347) Operator '*' must be spaced. (space-infix-ops)
(#347) A space is required after ','. (comma-spacing)
(#347) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#347) Operator '=' must be spaced. (space-infix-ops)
(#347) Operator '+' must be spaced. (space-infix-ops)
(#347) Operator '*' must be spaced. (space-infix-ops)
(#347) Missing whitespace after semicolon. (semi-spacing)
(#347) Missing whitespace after semicolon. (semi-spacing)
(#347) A space is required after ','. (comma-spacing)
(#347) Missing whitespace after semicolon. (semi-spacing)
(#347) A space is required after ','. (comma-spacing)
(#347) Missing whitespace after semicolon. (semi-spacing)
(#347) Missing whitespace after semicolon. (semi-spacing)
(#347) Missing whitespace after semicolon. (semi-spacing)
(#347) A space is required after ','. (comma-spacing)
(#347) Missing whitespace after semicolon. (semi-spacing)
(#347) A space is required after ','. (comma-spacing)
(#347) Missing whitespace after semicolon. (semi-spacing)
(#347) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#347) Operator '!==' must be spaced. (space-infix-ops)
(#347) Operator '&&' must be spaced. (space-infix-ops)
(#348) This line has a length of 512. Maximum allowed is 132. (max-len)
(#348) Missing whitespace after semicolon. (semi-spacing)
(#348) Missing whitespace after semicolon. (semi-spacing)
(#348) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#348) Requires a space before '}'. (block-spacing)
(#348) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#348) Missing semicolon. (semi)
(#348) Expected space(s) before "break". (keyword-spacing)
(#348) Missing whitespace after semicolon. (semi-spacing)
(#348) Operator '=' must be spaced. (space-infix-ops)
(#348) Operator '?' must be spaced. (space-infix-ops)
(#348) Operator ':' must be spaced. (space-infix-ops)
(#348) Operator '*' must be spaced. (space-infix-ops)
(#348) A space is required after ','. (comma-spacing)
(#348) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#348) Operator '=' must be spaced. (space-infix-ops)
(#348) Operator '+' must be spaced. (space-infix-ops)
(#348) Operator '/' must be spaced. (space-infix-ops)
(#348) A space is required after ','. (comma-spacing)
(#348) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#348) Operator '=' must be spaced. (space-infix-ops)
(#348) A space is required after ','. (comma-spacing)
(#348) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#348) Operator '=' must be spaced. (space-infix-ops)
(#348) A space is required after ','. (comma-spacing)
(#348) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#348) Operator '=' must be spaced. (space-infix-ops)
(#348) Operator '-' must be spaced. (space-infix-ops)
(#348) Operator '*' must be spaced. (space-infix-ops)
(#348) A space is required after ','. (comma-spacing)
(#348) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#348) Operator '=' must be spaced. (space-infix-ops)
(#348) Operator '+' must be spaced. (space-infix-ops)
(#348) Operator '*' must be spaced. (space-infix-ops)
(#348) A space is required after ','. (comma-spacing)
(#348) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#348) Operator '=' must be spaced. (space-infix-ops)
(#348) Operator '+' must be spaced. (space-infix-ops)
(#348) Operator '*' must be spaced. (space-infix-ops)
(#348) A space is required after ','. (comma-spacing)
(#348) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#348) Operator '=' must be spaced. (space-infix-ops)
(#348) Operator '-' must be spaced. (space-infix-ops)
(#348) Operator '*' must be spaced. (space-infix-ops)
(#348) A space is required after ','. (comma-spacing)
(#348) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#348) Operator '=' must be spaced. (space-infix-ops)
(#348) Operator '+' must be spaced. (space-infix-ops)
(#348) Operator '*' must be spaced. (space-infix-ops)
(#348) A space is required after ','. (comma-spacing)
(#348) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#348) Operator '=' must be spaced. (space-infix-ops)
(#348) Operator '-' must be spaced. (space-infix-ops)
(#348) Operator '*' must be spaced. (space-infix-ops)
(#348) A space is required after ','. (comma-spacing)
(#348) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#348) Operator '=' must be spaced. (space-infix-ops)
(#348) Operator '-' must be spaced. (space-infix-ops)
(#348) Operator '*' must be spaced. (space-infix-ops)
(#348) A space is required after ','. (comma-spacing)
(#348) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#348) Operator '=' must be spaced. (space-infix-ops)
(#348) Operator '+' must be spaced. (space-infix-ops)
(#348) Operator '*' must be spaced. (space-infix-ops)
(#348) Missing whitespace after semicolon. (semi-spacing)
(#348) Missing whitespace after semicolon. (semi-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing whitespace after semicolon. (semi-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing whitespace after semicolon. (semi-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing whitespace after semicolon. (semi-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing whitespace after semicolon. (semi-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing whitespace after semicolon. (semi-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing whitespace after semicolon. (semi-spacing)
(#348) Requires a space before '}'. (block-spacing)
(#348) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#348) Missing semicolon. (semi)
(#348) Requires a space before '}'. (block-spacing)
(#348) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#348) Requires a space before '}'. (block-spacing)
(#348) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#348) Missing whitespace after semicolon. (semi-spacing)
(#348) Operator '=' must be spaced. (space-infix-ops)
(#348) A space is required after ','. (comma-spacing)
(#348) Requires a space after '{'. (block-spacing)
(#348) Statement inside of curly braces should be on next line. (brace-style)
(#348) Missing space before opening brace. (space-before-blocks)
(#348) Expected space(s) after "if". (keyword-spacing)
(#348) Operator '||' must be spaced. (space-infix-ops)
(#349) This line has a length of 522. Maximum allowed is 132. (max-len)
(#349) Requires a space after '{'. (block-spacing)
(#349) Statement inside of curly braces should be on next line. (brace-style)
(#349) Missing space before opening brace. (space-before-blocks)
(#349) Operator '=' must be spaced. (space-infix-ops)
(#349) Operator '*' must be spaced. (space-infix-ops)
(#349) A space is required after ','. (comma-spacing)
(#349) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#349) Operator '=' must be spaced. (space-infix-ops)
(#349) Operator '+' must be spaced. (space-infix-ops)
(#349) Operator '/' must be spaced. (space-infix-ops)
(#349) Operator '%' must be spaced. (space-infix-ops)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) Operator '=' must be spaced. (space-infix-ops)
(#349) Operator '?' must be spaced. (space-infix-ops)
(#349) Operator ':' must be spaced. (space-infix-ops)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) This line has 24 statements. Maximum allowed is 2. (max-statements-per-line)
(#349) Operator '=' must be spaced. (space-infix-ops)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) Operator '=' must be spaced. (space-infix-ops)
(#349) Operator '+' must be spaced. (space-infix-ops)
(#349) Operator '%' must be spaced. (space-infix-ops)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) Operator '%=' must be spaced. (space-infix-ops)
(#349) Operator '*' must be spaced. (space-infix-ops)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) A space is required after ','. (comma-spacing)
(#349) A space is required after ','. (comma-spacing)
(#349) A space is required after ','. (comma-spacing)
(#349) A space is required after ','. (comma-spacing)
(#349) A space is required after ','. (comma-spacing)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) Operator '+=' must be spaced. (space-infix-ops)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) Operator '=' must be spaced. (space-infix-ops)
(#349) Operator '+' must be spaced. (space-infix-ops)
(#349) Operator '%' must be spaced. (space-infix-ops)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) A space is required after ','. (comma-spacing)
(#349) A space is required after ','. (comma-spacing)
(#349) A space is required after ','. (comma-spacing)
(#349) A space is required after ','. (comma-spacing)
(#349) A space is required after ','. (comma-spacing)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) Requires a space before '}'. (block-spacing)
(#349) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#349) Missing semicolon. (semi)
(#349) Requires a space before '}'. (block-spacing)
(#349) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) Operator '=' must be spaced. (space-infix-ops)
(#349) A space is required after ','. (comma-spacing)
(#349) A space is required after ','. (comma-spacing)
(#349) A space is required after ','. (comma-spacing)
(#349) A space is required after ','. (comma-spacing)
(#349) A space is required after ','. (comma-spacing)
(#349) Requires a space after '{'. (block-spacing)
(#349) Statement inside of curly braces should be on next line. (brace-style)
(#349) Missing space before opening brace. (space-before-blocks)
(#349) Operator '=' must be spaced. (space-infix-ops)
(#349) A space is required after ','. (comma-spacing)
(#349) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#349) Operator '=' must be spaced. (space-infix-ops)
(#349) Operator '+' must be spaced. (space-infix-ops)
(#349) Operator '/' must be spaced. (space-infix-ops)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) Operator '-=' must be spaced. (space-infix-ops)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) Operator '-=' must be spaced. (space-infix-ops)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) Operator '=' must be spaced. (space-infix-ops)
(#349) Operator '*' must be spaced. (space-infix-ops)
(#349) Operator '+' must be spaced. (space-infix-ops)
(#349) Operator '*' must be spaced. (space-infix-ops)
(#349) Operator '/' must be spaced. (space-infix-ops)
(#349) Operator '+' must be spaced. (space-infix-ops)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) Operator '=' must be spaced. (space-infix-ops)
(#349) Operator '*' must be spaced. (space-infix-ops)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) Operator '=' must be spaced. (space-infix-ops)
(#349) Operator '*' must be spaced. (space-infix-ops)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) Operator '+=' must be spaced. (space-infix-ops)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) Operator '+=' must be spaced. (space-infix-ops)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) Expected space(s) after "for". (keyword-spacing)
(#349) Operator '=' must be spaced. (space-infix-ops)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) Operator '<' must be spaced. (space-infix-ops)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) Requires a space after '{'. (block-spacing)
(#349) Statement inside of curly braces should be on next line. (brace-style)
(#349) Missing space before opening brace. (space-before-blocks)
(#349) Operator '=' must be spaced. (space-infix-ops)
(#350) This line has a length of 502. Maximum allowed is 132. (max-len)
(#350) Operator '/' must be spaced. (space-infix-ops)
(#350) A space is required after ','. (comma-spacing)
(#350) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#350) Operator '=' must be spaced. (space-infix-ops)
(#350) Operator '-' must be spaced. (space-infix-ops)
(#350) Operator '*' must be spaced. (space-infix-ops)
(#350) A space is required after ','. (comma-spacing)
(#350) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#350) Operator '=' must be spaced. (space-infix-ops)
(#350) Operator '+' must be spaced. (space-infix-ops)
(#350) Operator '*' must be spaced. (space-infix-ops)
(#350) A space is required after ','. (comma-spacing)
(#350) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#350) Operator '=' must be spaced. (space-infix-ops)
(#350) Operator '+' must be spaced. (space-infix-ops)
(#350) Operator '*' must be spaced. (space-infix-ops)
(#350) Missing whitespace after semicolon. (semi-spacing)
(#350) Operator '=' must be spaced. (space-infix-ops)
(#350) Operator '-' must be spaced. (space-infix-ops)
(#350) Operator '*' must be spaced. (space-infix-ops)
(#350) Missing whitespace after semicolon. (semi-spacing)
(#350) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#350) Missing whitespace after semicolon. (semi-spacing)
(#350) Operator '-' must be spaced. (space-infix-ops)
(#350) Operator '/' must be spaced. (space-infix-ops)
(#350) A space is required after ','. (comma-spacing)
(#350) Operator '-' must be spaced. (space-infix-ops)
(#350) Operator '/' must be spaced. (space-infix-ops)
(#350) A space is required after ','. (comma-spacing)
(#350) A space is required after ','. (comma-spacing)
(#350) A space is required after ','. (comma-spacing)
(#350) Operator '*' must be spaced. (space-infix-ops)
(#350) A space is required after ','. (comma-spacing)
(#350) Missing whitespace after semicolon. (semi-spacing)
(#350) Missing whitespace after semicolon. (semi-spacing)
(#350) Missing whitespace after semicolon. (semi-spacing)
(#350) Operator '-' must be spaced. (space-infix-ops)
(#350) Operator '/' must be spaced. (space-infix-ops)
(#350) A space is required after ','. (comma-spacing)
(#350) Operator '-' must be spaced. (space-infix-ops)
(#350) Operator '/' must be spaced. (space-infix-ops)
(#350) A space is required after ','. (comma-spacing)
(#350) A space is required after ','. (comma-spacing)
(#350) A space is required after ','. (comma-spacing)
(#350) Operator '*' must be spaced. (space-infix-ops)
(#350) A space is required after ','. (comma-spacing)
(#350) Missing whitespace after semicolon. (semi-spacing)
(#350) Missing whitespace after semicolon. (semi-spacing)
(#350) Operator '+=' must be spaced. (space-infix-ops)
(#350) Missing whitespace after semicolon. (semi-spacing)
(#350) Operator '+=' must be spaced. (space-infix-ops)
(#350) Requires a space before '}'. (block-spacing)
(#350) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#350) Missing semicolon. (semi)
(#350) Requires a space before '}'. (block-spacing)
(#350) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#350) Missing whitespace after semicolon. (semi-spacing)
(#350) Operator '=' must be spaced. (space-infix-ops)
(#350) Function has a complexity of 61. Maximum allowed is 20. (complexity)
(#350) A space is required after ','. (comma-spacing)
(#350) A space is required after ','. (comma-spacing)
(#350) Requires a space after '{'. (block-spacing)
(#350) Statement inside of curly braces should be on next line. (brace-style)
(#350) Missing space before opening brace. (space-before-blocks)
(#350) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#350) Operator '&&' must be spaced. (space-infix-ops)
(#350) Operator '=' must be spaced. (space-infix-ops)
(#350) Missing whitespace after semicolon. (semi-spacing)
(#350) Operator '=' must be spaced. (space-infix-ops)
(#350) Missing whitespace after semicolon. (semi-spacing)
(#350) Expected space(s) after "if". (keyword-spacing)
(#350) Operator '!==' must be spaced. (space-infix-ops)
(#350) Requires a space after '{'. (block-spacing)
(#350) Statement inside of curly braces should be on next line. (brace-style)
(#350) Missing space before opening brace. (space-before-blocks)
(#350) Operator '=' must be spaced. (space-infix-ops)
(#350) Operator '/' must be spaced. (space-infix-ops)
(#351) This line has a length of 515. Maximum allowed is 132. (max-len)
(#351) Operator '=' must be spaced. (space-infix-ops)
(#351) A space is required after ','. (comma-spacing)
(#351) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#351) Operator '=' must be spaced. (space-infix-ops)
(#351) A space is required after ','. (comma-spacing)
(#351) A space is required after ','. (comma-spacing)
(#351) A space is required after ','. (comma-spacing)
(#351) A space is required after ','. (comma-spacing)
(#351) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#351) A space is required after ','. (comma-spacing)
(#351) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#351) Operator '=' must be spaced. (space-infix-ops)
(#351) Operator '-' must be spaced. (space-infix-ops)
(#351) A space is required after ','. (comma-spacing)
(#351) Operator '-' must be spaced. (space-infix-ops)
(#351) A space is required after ','. (comma-spacing)
(#351) Operator '-' must be spaced. (space-infix-ops)
(#351) A space is required after ','. (comma-spacing)
(#351) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#351) Operator '=' must be spaced. (space-infix-ops)
(#351) A space is required after ','. (comma-spacing)
(#351) A space is required after ','. (comma-spacing)
(#351) A space is required after ','. (comma-spacing)
(#351) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#351) Operator '=' must be spaced. (space-infix-ops)
(#351) Missing whitespace after semicolon. (semi-spacing)
(#351) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#351) Operator '===' must be spaced. (space-infix-ops)
(#351) Operator '&&' must be spaced. (space-infix-ops)
(#351) Operator '===' must be spaced. (space-infix-ops)
(#351) Operator '?' must be spaced. (space-infix-ops)
(#351) Operator '=' must be spaced. (space-infix-ops)
(#351) A space is required after ','. (comma-spacing)
(#351) A space is required after ','. (comma-spacing)
(#351) A space is required after ','. (comma-spacing)
(#351) Operator '<' must be spaced. (space-infix-ops)
(#351) Operator '&&' must be spaced. (space-infix-ops)
(#351) Operator '=' must be spaced. (space-infix-ops)
(#351) Operator ':' must be spaced. (space-infix-ops)
(#351) Operator '=' must be spaced. (space-infix-ops)
(#351) A space is required after ','. (comma-spacing)
(#351) A space is required after ','. (comma-spacing)
(#351) Operator '=' must be spaced. (space-infix-ops)
(#351) A space is required after ','. (comma-spacing)
(#351) A space is required after ','. (comma-spacing)
(#351) Missing whitespace after semicolon. (semi-spacing)
(#351) Expected space(s) after "if". (keyword-spacing)
(#351) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#351) Requires a space after '{'. (block-spacing)
(#351) Statement inside of curly braces should be on next line. (brace-style)
(#351) Missing space before opening brace. (space-before-blocks)
(#351) Operator '=' must be spaced. (space-infix-ops)
(#351) Operator '?' must be spaced. (space-infix-ops)
(#351) Operator ':' must be spaced. (space-infix-ops)
(#351) Missing whitespace after semicolon. (semi-spacing)
(#351) Operator '=' must be spaced. (space-infix-ops)
(#351) Operator '?' must be spaced. (space-infix-ops)
(#351) Operator ':' must be spaced. (space-infix-ops)
(#351) Missing whitespace after semicolon. (semi-spacing)
(#351) Operator '=' must be spaced. (space-infix-ops)
(#351) A space is required after ','. (comma-spacing)
(#351) A space is required after ','. (comma-spacing)
(#351) Missing whitespace after semicolon. (semi-spacing)
(#351) Operator '=' must be spaced. (space-infix-ops)
(#352) This line has a length of 505. Maximum allowed is 132. (max-len)
(#352) A space is required after ','. (comma-spacing)
(#352) Missing whitespace after semicolon. (semi-spacing)
(#352) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#352) Operator '!=' must be spaced. (space-infix-ops)
(#352) Operator '&&' must be spaced. (space-infix-ops)
(#352) Operator '=' must be spaced. (space-infix-ops)
(#352) A space is required after ','. (comma-spacing)
(#352) A space is required after ','. (comma-spacing)
(#352) A space is required after ','. (comma-spacing)
(#352) Requires a space before '}'. (block-spacing)
(#352) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#352) Missing semicolon. (semi)
(#352) Expected space(s) before "var". (keyword-spacing)
(#352) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#352) Operator '=' must be spaced. (space-infix-ops)
(#352) Missing whitespace after semicolon. (semi-spacing)
(#352) Expected space(s) after "if". (keyword-spacing)
(#352) Requires a space after '{'. (block-spacing)
(#352) Statement inside of curly braces should be on next line. (brace-style)
(#352) Missing space before opening brace. (space-before-blocks)
(#352) Expected space(s) after "if". (keyword-spacing)
(#352) Operator '&&' must be spaced. (space-infix-ops)
(#352) Operator '<' must be spaced. (space-infix-ops)
(#352) Requires a space after '{'. (block-spacing)
(#352) Statement inside of curly braces should be on next line. (brace-style)
(#352) Missing space before opening brace. (space-before-blocks)
(#352) Operator '=' must be spaced. (space-infix-ops)
(#352) Missing whitespace after semicolon. (semi-spacing)
(#352) Operator '=' must be spaced. (space-infix-ops)
(#352) A space is required after ','. (comma-spacing)
(#352) A space is required after ','. (comma-spacing)
(#352) Missing whitespace after semicolon. (semi-spacing)
(#352) Operator '=' must be spaced. (space-infix-ops)
(#352) A space is required after ','. (comma-spacing)
(#352) Missing whitespace after semicolon. (semi-spacing)
(#352) A space is required after ','. (comma-spacing)
(#352) Missing whitespace after semicolon. (semi-spacing)
(#352) Operator '=' must be spaced. (space-infix-ops)
(#352) A space is required after ','. (comma-spacing)
(#352) A space is required after ','. (comma-spacing)
(#352) Missing whitespace after semicolon. (semi-spacing)
(#352) Requires a space before '}'. (block-spacing)
(#352) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#352) Missing semicolon. (semi)
(#352) Operator '=' must be spaced. (space-infix-ops)
(#352) Missing whitespace after semicolon. (semi-spacing)
(#352) Operator '=' must be spaced. (space-infix-ops)
(#352) Missing whitespace after semicolon. (semi-spacing)
(#352) Operator '=' must be spaced. (space-infix-ops)
(#352) Missing whitespace after semicolon. (semi-spacing)
(#352) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#352) Operator '==' must be spaced. (space-infix-ops)
(#352) Operator '&&' must be spaced. (space-infix-ops)
(#352) Operator '?' must be spaced. (space-infix-ops)
(#352) Operator '=' must be spaced. (space-infix-ops)
(#352) Operator ':' must be spaced. (space-infix-ops)
(#352) Operator '=' must be spaced. (space-infix-ops)
(#352) A space is required after ','. (comma-spacing)
(#352) Operator '<' must be spaced. (space-infix-ops)
(#352) Operator '&&' must be spaced. (space-infix-ops)
(#352) Operator '/=' must be spaced. (space-infix-ops)
(#352) A space is required after ','. (comma-spacing)
(#352) Operator '=' must be spaced. (space-infix-ops)
(#352) Operator '/' must be spaced. (space-infix-ops)
(#352) A space is required after ','. (comma-spacing)
(#352) Operator '/=' must be spaced. (space-infix-ops)
(#352) A space is required after ','. (comma-spacing)
(#352) Operator '/=' must be spaced. (space-infix-ops)
(#352) Operator '/' must be spaced. (space-infix-ops)
(#352) Missing whitespace after semicolon. (semi-spacing)
(#352) Operator '=' must be spaced. (space-infix-ops)
(#352) Operator '+' must be spaced. (space-infix-ops)
(#352) Missing whitespace after semicolon. (semi-spacing)
(#352) Operator '=' must be spaced. (space-infix-ops)
(#353) This line has a length of 520. Maximum allowed is 132. (max-len)
(#353) Operator '/' must be spaced. (space-infix-ops)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Operator '=' must be spaced. (space-infix-ops)
(#353) Operator '+' must be spaced. (space-infix-ops)
(#353) Operator '+' must be spaced. (space-infix-ops)
(#353) Operator '-' must be spaced. (space-infix-ops)
(#353) Operator '*' must be spaced. (space-infix-ops)
(#353) Operator '/' must be spaced. (space-infix-ops)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#353) Operator '=' must be spaced. (space-infix-ops)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#353) Operator '&&' must be spaced. (space-infix-ops)
(#353) Operator '=' must be spaced. (space-infix-ops)
(#353) Operator '/' must be spaced. (space-infix-ops)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Expected space(s) after "for". (keyword-spacing)
(#353) Operator '=' must be spaced. (space-infix-ops)
(#353) A space is required after ','. (comma-spacing)
(#353) Operator '=' must be spaced. (space-infix-ops)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Operator '<' must be spaced. (space-infix-ops)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Requires a space after '{'. (block-spacing)
(#353) Statement inside of curly braces should be on next line. (brace-style)
(#353) Missing space before opening brace. (space-before-blocks)
(#353) Operator '=' must be spaced. (space-infix-ops)
(#353) A space is required after ','. (comma-spacing)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#353) Operator '!==' must be spaced. (space-infix-ops)
(#353) Operator '&&' must be spaced. (space-infix-ops)
(#353) A space is required after ','. (comma-spacing)
(#353) 't' used outside of binding context. (block-scoped-var)
(#353) A space is required after ','. (comma-spacing)
(#353) A space is required after ','. (comma-spacing)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#353) Operator '!==' must be spaced. (space-infix-ops)
(#353) Operator '&&' must be spaced. (space-infix-ops)
(#353) A space is required after ','. (comma-spacing)
(#353) A space is required after ','. (comma-spacing)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#353) Operator '!=' must be spaced. (space-infix-ops)
(#353) Operator '&&' must be spaced. (space-infix-ops)
(#353) A space is required after ','. (comma-spacing)
(#353) A space is required after ','. (comma-spacing)
(#353) A space is required after ','. (comma-spacing)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#353) Operator '&&' must be spaced. (space-infix-ops)
(#353) A space is required after ','. (comma-spacing)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) A space is required after ','. (comma-spacing)
(#353) A space is required after ','. (comma-spacing)
(#353) A space is required after ','. (comma-spacing)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Expected space(s) after "for". (keyword-spacing)
(#353) Operator '=' must be spaced. (space-infix-ops)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Operator '<' must be spaced. (space-infix-ops)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Expected { after 'for' condition. (curly)
(#353) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#353) Do not nest ternary expressions. (no-nested-ternary)
(#353) Operator '?' must be spaced. (space-infix-ops)
(#353) Operator '==' must be spaced. (space-infix-ops)
(#353) Operator '?' must be spaced. (space-infix-ops)
(#353) A space is required after ','. (comma-spacing)
(#353) A space is required after ','. (comma-spacing)
(#353) A space is required after ','. (comma-spacing)
(#353) A space is required after ','. (comma-spacing)
(#353) Operator ':' must be spaced. (space-infix-ops)
(#353) A space is required after ','. (comma-spacing)
(#353) A space is required after ','. (comma-spacing)
(#353) A space is required after ','. (comma-spacing)
(#353) A space is required after ','. (comma-spacing)
(#353) A space is required after ','. (comma-spacing)
(#353) A space is required after ','. (comma-spacing)
(#353) A space is required after ','. (comma-spacing)
(#353) A space is required after ','. (comma-spacing)
(#354) This line has a length of 543. Maximum allowed is 132. (max-len)
(#354) A space is required after ','. (comma-spacing)
(#354) A space is required after ','. (comma-spacing)
(#354) Operator '/' must be spaced. (space-infix-ops)
(#354) A space is required after ','. (comma-spacing)
(#354) Operator ':' must be spaced. (space-infix-ops)
(#354) A space is required after ','. (comma-spacing)
(#354) A space is required after ','. (comma-spacing)
(#354) Operator '==' must be spaced. (space-infix-ops)
(#354) Operator '?' must be spaced. (space-infix-ops)
(#354) A space is required after ','. (comma-spacing)
(#354) A space is required after ','. (comma-spacing)
(#354) A space is required after ','. (comma-spacing)
(#354) Operator ':' must be spaced. (space-infix-ops)
(#354) A space is required after ','. (comma-spacing)
(#354) A space is required after ','. (comma-spacing)
(#354) A space is required after ','. (comma-spacing)
(#354) Unexpected use of comma operator. (no-sequences)
(#354) A space is required after ','. (comma-spacing)
(#354) A space is required after ','. (comma-spacing)
(#354) A space is required after ','. (comma-spacing)
(#354) A space is required after ','. (comma-spacing)
(#354) Missing whitespace after semicolon. (semi-spacing)
(#354) Expected space(s) after "if". (keyword-spacing)
(#354) Requires a space after '{'. (block-spacing)
(#354) Statement inside of curly braces should be on next line. (brace-style)
(#354) Missing space before opening brace. (space-before-blocks)
(#354) Expected space(s) after "if". (keyword-spacing)
(#354) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#354) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#354) Requires a space after '{'. (block-spacing)
(#354) Statement inside of curly braces should be on next line. (brace-style)
(#354) Missing space before opening brace. (space-before-blocks)
(#354) 'S' used outside of binding context. (block-scoped-var)
(#354) Operator '=' must be spaced. (space-infix-ops)
(#354) Missing whitespace after semicolon. (semi-spacing)
(#354) 'S' used outside of binding context. (block-scoped-var)
(#354) Operator '/=' must be spaced. (space-infix-ops)
(#354) Missing whitespace after semicolon. (semi-spacing)
(#354) Operator '=' must be spaced. (space-infix-ops)
(#354) Requires a space before '}'. (block-spacing)
(#354) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#354) Missing semicolon. (semi)
(#354) Expected space(s) before "else". (keyword-spacing)
(#354) 'S' used outside of binding context. (block-scoped-var)
(#354) Expected { after 'else'. (curly)
(#354) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#354) Operator '=' must be spaced. (space-infix-ops)
(#354) Operator '/' must be spaced. (space-infix-ops)
(#354) Unexpected use of comma operator. (no-sequences)
(#354) A space is required after ','. (comma-spacing)
(#354) 'W' used outside of binding context. (block-scoped-var)
(#354) Operator '=' must be spaced. (space-infix-ops)
(#354) Operator '-' must be spaced. (space-infix-ops)
(#354) 'S' used outside of binding context. (block-scoped-var)
(#354) Operator '/' must be spaced. (space-infix-ops)
(#354) Missing whitespace after semicolon. (semi-spacing)
(#354) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#354) Operator '!=' must be spaced. (space-infix-ops)
(#354) Operator '%' must be spaced. (space-infix-ops)
(#354) Operator '&&' must be spaced. (space-infix-ops)
(#354) A space is required after ','. (comma-spacing)
(#354) A space is required after ','. (comma-spacing)
(#354) 'S' used outside of binding context. (block-scoped-var)
(#354) A space is required after ','. (comma-spacing)
(#354) A space is required after ','. (comma-spacing)
(#354) A space is required after ','. (comma-spacing)
(#354) A space is required after ','. (comma-spacing)
(#354) Do not nest ternary expressions. (no-nested-ternary)
(#354) Operator '?' must be spaced. (space-infix-ops)
(#354) Operator '==' must be spaced. (space-infix-ops)
(#354) Operator '?' must be spaced. (space-infix-ops)
(#354) A space is required after ','. (comma-spacing)
(#354) A space is required after ','. (comma-spacing)
(#354) Operator ':' must be spaced. (space-infix-ops)
(#354) A space is required after ','. (comma-spacing)
(#354) A space is required after ','. (comma-spacing)
(#354) Operator ':' must be spaced. (space-infix-ops)
(#355) This line has a length of 522. Maximum allowed is 132. (max-len)
(#355) Operator '==' must be spaced. (space-infix-ops)
(#355) Operator '?' must be spaced. (space-infix-ops)
(#355) A space is required after ','. (comma-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) Operator ':' must be spaced. (space-infix-ops)
(#355) A space is required after ','. (comma-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) Operator '*' must be spaced. (space-infix-ops)
(#355) Operator '+' must be spaced. (space-infix-ops)
(#355) 'W' used outside of binding context. (block-scoped-var)
(#355) A space is required after ','. (comma-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) Operator '/' must be spaced. (space-infix-ops)
(#355) 'S' used outside of binding context. (block-scoped-var)
(#355) A space is required after ','. (comma-spacing)
(#355) Missing whitespace after semicolon. (semi-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) Missing whitespace after semicolon. (semi-spacing)
(#355) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#355) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#355) Operator '!==' must be spaced. (space-infix-ops)
(#355) Operator '&&' must be spaced. (space-infix-ops)
(#355) A space is required after ','. (comma-spacing)
(#355) 't' used outside of binding context. (block-scoped-var)
(#355) A space is required after ','. (comma-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) Missing whitespace after semicolon. (semi-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) Operator '+' must be spaced. (space-infix-ops)
(#355) A space is required after ','. (comma-spacing)
(#355) Missing whitespace after semicolon. (semi-spacing)
(#355) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#355) Operator '!=' must be spaced. (space-infix-ops)
(#355) Operator '&&' must be spaced. (space-infix-ops)
(#355) A space is required after ','. (comma-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) Missing whitespace after semicolon. (semi-spacing)
(#355) 'a' used outside of binding context. (block-scoped-var)
(#355) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#355) Operator '&&' must be spaced. (space-infix-ops)
(#355) A space is required after ','. (comma-spacing)
(#355) 'a' used outside of binding context. (block-scoped-var)
(#355) Missing whitespace after semicolon. (semi-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) Missing whitespace after semicolon. (semi-spacing)
(#355) Expected space(s) after "for". (keyword-spacing)
(#355) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#355) Operator '=' must be spaced. (space-infix-ops)
(#355) Missing whitespace after semicolon. (semi-spacing)
(#355) Operator '<' must be spaced. (space-infix-ops)
(#355) Missing whitespace after semicolon. (semi-spacing)
(#355) Expected { after 'for' condition. (curly)
(#355) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#355) Do not nest ternary expressions. (no-nested-ternary)
(#355) Operator '?' must be spaced. (space-infix-ops)
(#355) Operator '==' must be spaced. (space-infix-ops)
(#355) Operator '?' must be spaced. (space-infix-ops)
(#355) A space is required after ','. (comma-spacing)
(#355) A space is required after ','. (comma-spacing)
(#356) This line has a length of 501. Maximum allowed is 132. (max-len)
(#356) A space is required after ','. (comma-spacing)
(#356) Operator ':' must be spaced. (space-infix-ops)
(#356) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) Operator '/' must be spaced. (space-infix-ops)
(#356) A space is required after ','. (comma-spacing)
(#356) Operator ':' must be spaced. (space-infix-ops)
(#356) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) Operator '==' must be spaced. (space-infix-ops)
(#356) Operator '?' must be spaced. (space-infix-ops)
(#356) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) Operator ':' must be spaced. (space-infix-ops)
(#356) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) Unexpected use of comma operator. (no-sequences)
(#356) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) Missing whitespace after semicolon. (semi-spacing)
(#356) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#356) Operator '!=' must be spaced. (space-infix-ops)
(#356) Operator '%' must be spaced. (space-infix-ops)
(#356) Operator '&&' must be spaced. (space-infix-ops)
(#356) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) 'S' used outside of binding context. (block-scoped-var)
(#356) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) Do not nest ternary expressions. (no-nested-ternary)
(#356) Operator '?' must be spaced. (space-infix-ops)
(#356) Operator '==' must be spaced. (space-infix-ops)
(#356) Operator '?' must be spaced. (space-infix-ops)
(#357) This line has a length of 515. Maximum allowed is 132. (max-len)
(#357) A space is required after ','. (comma-spacing)
(#357) A space is required after ','. (comma-spacing)
(#357) Operator ':' must be spaced. (space-infix-ops)
(#357) A space is required after ','. (comma-spacing)
(#357) A space is required after ','. (comma-spacing)
(#357) Operator ':' must be spaced. (space-infix-ops)
(#357) Operator '==' must be spaced. (space-infix-ops)
(#357) Operator '?' must be spaced. (space-infix-ops)
(#357) A space is required after ','. (comma-spacing)
(#357) A space is required after ','. (comma-spacing)
(#357) A space is required after ','. (comma-spacing)
(#357) Operator ':' must be spaced. (space-infix-ops)
(#357) A space is required after ','. (comma-spacing)
(#357) A space is required after ','. (comma-spacing)
(#357) A space is required after ','. (comma-spacing)
(#357) A space is required after ','. (comma-spacing)
(#357) A space is required after ','. (comma-spacing)
(#357) A space is required after ','. (comma-spacing)
(#357) Operator '*' must be spaced. (space-infix-ops)
(#357) Operator '+' must be spaced. (space-infix-ops)
(#357) 'W' used outside of binding context. (block-scoped-var)
(#357) A space is required after ','. (comma-spacing)
(#357) A space is required after ','. (comma-spacing)
(#357) A space is required after ','. (comma-spacing)
(#357) A space is required after ','. (comma-spacing)
(#357) Operator '/' must be spaced. (space-infix-ops)
(#357) 'S' used outside of binding context. (block-scoped-var)
(#357) A space is required after ','. (comma-spacing)
(#357) Requires a space before '}'. (block-spacing)
(#357) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#357) Missing semicolon. (semi)
(#357) Requires a space before '}'. (block-spacing)
(#357) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#357) Requires a space before '}'. (block-spacing)
(#357) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#357) Expected space(s) before "else". (keyword-spacing)
(#357) Expected space(s) after "else". (keyword-spacing)
(#357) Requires a space after '{'. (block-spacing)
(#357) Statement inside of curly braces should be on next line. (brace-style)
(#357) Expected space(s) after "if". (keyword-spacing)
(#357) Requires a space after '{'. (block-spacing)
(#357) Statement inside of curly braces should be on next line. (brace-style)
(#357) Missing space before opening brace. (space-before-blocks)
(#357) Expected space(s) after "switch". (keyword-spacing)
(#357) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#357) Requires a space after '{'. (block-spacing)
(#357) Statement inside of curly braces should be on next line. (brace-style)
(#357) Missing space before opening brace. (space-before-blocks)
(#357) Operator '=' must be spaced. (space-infix-ops)
(#357) Missing whitespace after semicolon. (semi-spacing)
(#357) Missing whitespace after semicolon. (semi-spacing)
(#357) Operator '=' must be spaced. (space-infix-ops)
(#357) A space is required after ','. (comma-spacing)
(#358) This line has a length of 504. Maximum allowed is 132. (max-len)
(#358) Missing whitespace after semicolon. (semi-spacing)
(#358) Operator '=' must be spaced. (space-infix-ops)
(#358) Operator '*' must be spaced. (space-infix-ops)
(#358) A space is required after ','. (comma-spacing)
(#358) A space is required after ','. (comma-spacing)
(#358) Operator '*' must be spaced. (space-infix-ops)
(#358) Requires a space before '}'. (block-spacing)
(#358) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#358) Missing semicolon. (semi)
(#358) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#358) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#358) Operator '<' must be spaced. (space-infix-ops)
(#358) Operator '&&' must be spaced. (space-infix-ops)
(#358) 't' used outside of binding context. (block-scoped-var)
(#358) Operator '=' must be spaced. (space-infix-ops)
(#358) A space is required after ','. (comma-spacing)
(#358) A space is required after ','. (comma-spacing)
(#358) A space is required after ','. (comma-spacing)
(#358) Operator '=' must be spaced. (space-infix-ops)
(#358) A space is required after ','. (comma-spacing)
(#358) A space is required after ','. (comma-spacing)
(#358) A space is required after ','. (comma-spacing)
(#358) 't' used outside of binding context. (block-scoped-var)
(#358) A space is required after ','. (comma-spacing)
(#358) 't' used outside of binding context. (block-scoped-var)
(#358) Operator '=' must be spaced. (space-infix-ops)
(#358) A space is required after ','. (comma-spacing)
(#358) 't' used outside of binding context. (block-scoped-var)
(#358) A space is required after ','. (comma-spacing)
(#358) A space is required after ','. (comma-spacing)
(#358) 't' used outside of binding context. (block-scoped-var)
(#358) Requires a space before '}'. (block-spacing)
(#358) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#358) Missing semicolon. (semi)
(#358) Expected space(s) before "else". (keyword-spacing)
(#358) Expected { after 'else'. (curly)
(#358) Expected space(s) after "switch". (keyword-spacing)
(#358) Requires a space after '{'. (block-spacing)
(#358) Statement inside of curly braces should be on next line. (brace-style)
(#358) Missing space before opening brace. (space-before-blocks)
(#358) Operator '*=' must be spaced. (space-infix-ops)
(#358) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#358) Missing whitespace after semicolon. (semi-spacing)
(#358) Missing whitespace after semicolon. (semi-spacing)
(#358) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#358) Operator '*=' must be spaced. (space-infix-ops)
(#358) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#358) Requires a space before '}'. (block-spacing)
(#358) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#358) Missing semicolon. (semi)
(#358) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#358) Operator '&&' must be spaced. (space-infix-ops)
(#358) Operator '/=' must be spaced. (space-infix-ops)
(#358) Missing whitespace after semicolon. (semi-spacing)
(#358) Operator '=' must be spaced. (space-infix-ops)
(#358) A space is required after ','. (comma-spacing)
(#358) A space is required after ','. (comma-spacing)
(#358) Missing whitespace after semicolon. (semi-spacing)
(#358) Operator '=' must be spaced. (space-infix-ops)
(#358) Missing whitespace after semicolon. (semi-spacing)
(#358) Expected space(s) after "for". (keyword-spacing)
(#358) Operator '=' must be spaced. (space-infix-ops)
(#358) Missing whitespace after semicolon. (semi-spacing)
(#358) Operator '<' must be spaced. (space-infix-ops)
(#358) Missing whitespace after semicolon. (semi-spacing)
(#358) Expected { after 'for' condition. (curly)
(#358) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#358) Operator '=' must be spaced. (space-infix-ops)
(#358) A space is required after ','. (comma-spacing)
(#358) Unexpected use of comma operator. (no-sequences)
(#358) A space is required after ','. (comma-spacing)
(#358) Operator '!==' must be spaced. (space-infix-ops)
(#358) Operator '&&' must be spaced. (space-infix-ops)
(#358) A space is required after ','. (comma-spacing)
(#358) 't' used outside of binding context. (block-scoped-var)
(#358) A space is required after ','. (comma-spacing)
(#358) A space is required after ','. (comma-spacing)
(#358) A space is required after ','. (comma-spacing)
(#358) Operator '!==' must be spaced. (space-infix-ops)
(#358) Operator '&&' must be spaced. (space-infix-ops)
(#358) A space is required after ','. (comma-spacing)
(#358) A space is required after ','. (comma-spacing)
(#358) A space is required after ','. (comma-spacing)
(#358) A space is required after ','. (comma-spacing)
(#358) A space is required after ','. (comma-spacing)
(#358) Operator '&&' must be spaced. (space-infix-ops)
(#358) A space is required after ','. (comma-spacing)
(#358) A space is required after ','. (comma-spacing)
(#358) A space is required after ','. (comma-spacing)
(#358) A space is required after ','. (comma-spacing)
(#358) Operator '?' must be spaced. (space-infix-ops)
(#359) This line has a length of 501. Maximum allowed is 132. (max-len)
(#359) A space is required after ','. (comma-spacing)
(#359) A space is required after ','. (comma-spacing)
(#359) Operator ':' must be spaced. (space-infix-ops)
(#359) A space is required after ','. (comma-spacing)
(#359) A space is required after ','. (comma-spacing)
(#359) A space is required after ','. (comma-spacing)
(#359) Operator '&&' must be spaced. (space-infix-ops)
(#359) A space is required after ','. (comma-spacing)
(#359) A space is required after ','. (comma-spacing)
(#359) Operator '!==' must be spaced. (space-infix-ops)
(#359) Operator '&&' must be spaced. (space-infix-ops)
(#359) A space is required after ','. (comma-spacing)
(#359) 't' used outside of binding context. (block-scoped-var)
(#359) A space is required after ','. (comma-spacing)
(#359) A space is required after ','. (comma-spacing)
(#359) A space is required after ','. (comma-spacing)
(#359) A space is required after ','. (comma-spacing)
(#359) Operator '+' must be spaced. (space-infix-ops)
(#359) A space is required after ','. (comma-spacing)
(#359) A space is required after ','. (comma-spacing)
(#359) A space is required after ','. (comma-spacing)
(#359) A space is required after ','. (comma-spacing)
(#359) 'a' used outside of binding context. (block-scoped-var)
(#359) Operator '&&' must be spaced. (space-infix-ops)
(#359) A space is required after ','. (comma-spacing)
(#359) 'a' used outside of binding context. (block-scoped-var)
(#359) A space is required after ','. (comma-spacing)
(#359) A space is required after ','. (comma-spacing)
(#359) A space is required after ','. (comma-spacing)
(#359) Operator '?' must be spaced. (space-infix-ops)
(#359) A space is required after ','. (comma-spacing)
(#359) A space is required after ','. (comma-spacing)
(#359) Operator ':' must be spaced. (space-infix-ops)
(#359) A space is required after ','. (comma-spacing)
(#359) A space is required after ','. (comma-spacing)
(#359) Requires a space before '}'. (block-spacing)
(#359) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#359) Missing semicolon. (semi)
(#359) Requires a space before '}'. (block-spacing)
(#359) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#359) Requires a space before '}'. (block-spacing)
(#359) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#359) Missing whitespace after semicolon. (semi-spacing)
(#359) Operator '=' must be spaced. (space-infix-ops)
(#360) This line has a length of 502. Maximum allowed is 132. (max-len)
(#360) A space is required after ','. (comma-spacing)
(#360) Requires a space after '{'. (block-spacing)
(#360) Statement inside of curly braces should be on next line. (brace-style)
(#360) Missing space before opening brace. (space-before-blocks)
(#360) Expected space(s) after "if". (keyword-spacing)
(#360) Operator '||' must be spaced. (space-infix-ops)
(#360) Requires a space after '{'. (block-spacing)
(#360) Statement inside of curly braces should be on next line. (brace-style)
(#360) Missing space before opening brace. (space-before-blocks)
(#360) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#360) Operator '&&' must be spaced. (space-infix-ops)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#360) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#360) Operator '&&' must be spaced. (space-infix-ops)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) Expected space(s) after "if". (keyword-spacing)
(#360) Operator '!==' must be spaced. (space-infix-ops)
(#360) Requires a space after '{'. (block-spacing)
(#360) Statement inside of curly braces should be on next line. (brace-style)
(#360) Missing space before opening brace. (space-before-blocks)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) Operator '/' must be spaced. (space-infix-ops)
(#360) A space is required after ','. (comma-spacing)
(#360) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) A space is required after ','. (comma-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) Operator '-' must be spaced. (space-infix-ops)
(#360) A space is required after ','. (comma-spacing)
(#360) Operator '-' must be spaced. (space-infix-ops)
(#360) A space is required after ','. (comma-spacing)
(#360) Operator '-' must be spaced. (space-infix-ops)
(#360) A space is required after ','. (comma-spacing)
(#360) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) A space is required after ','. (comma-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#360) Operator '===' must be spaced. (space-infix-ops)
(#360) Operator '&&' must be spaced. (space-infix-ops)
(#360) Operator '===' must be spaced. (space-infix-ops)
(#360) Operator '?' must be spaced. (space-infix-ops)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) A space is required after ','. (comma-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) Operator '<' must be spaced. (space-infix-ops)
(#360) Operator '&&' must be spaced. (space-infix-ops)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) Operator ':' must be spaced. (space-infix-ops)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) A space is required after ','. (comma-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) A space is required after ','. (comma-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) A space is required after ','. (comma-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#360) Operator '!==' must be spaced. (space-infix-ops)
(#360) Operator '&&' must be spaced. (space-infix-ops)
(#360) A space is required after ','. (comma-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) A space is required after ','. (comma-spacing)
(#361) This line has a length of 506. Maximum allowed is 132. (max-len)
(#361) A space is required after ','. (comma-spacing)
(#361) Missing whitespace after semicolon. (semi-spacing)
(#361) A space is required after ','. (comma-spacing)
(#361) Operator '?' must be spaced. (space-infix-ops)
(#361) Operator ':' must be spaced. (space-infix-ops)
(#361) Missing whitespace after semicolon. (semi-spacing)
(#361) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#361) A space is required after ','. (comma-spacing)
(#361) A space is required after ','. (comma-spacing)
(#361) Requires a space before '}'. (block-spacing)
(#361) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#361) Missing semicolon. (semi)
(#361) Requires a space before '}'. (block-spacing)
(#361) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#361) Requires a space before '}'. (block-spacing)
(#361) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#361) Missing whitespace after semicolon. (semi-spacing)
(#361) Operator '=' must be spaced. (space-infix-ops)
(#361) Function has a complexity of 22. Maximum allowed is 20. (complexity)
(#361) A space is required after ','. (comma-spacing)
(#361) Requires a space after '{'. (block-spacing)
(#361) Statement inside of curly braces should be on next line. (brace-style)
(#361) Missing space before opening brace. (space-before-blocks)
(#361) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#361) Operator '&&' must be spaced. (space-infix-ops)
(#361) Operator '=' must be spaced. (space-infix-ops)
(#361) Missing whitespace after semicolon. (semi-spacing)
(#361) Operator '=' must be spaced. (space-infix-ops)
(#361) Missing whitespace after semicolon. (semi-spacing)
(#361) Expected space(s) after "if". (keyword-spacing)
(#361) Operator '!==' must be spaced. (space-infix-ops)
(#361) Requires a space after '{'. (block-spacing)
(#361) Statement inside of curly braces should be on next line. (brace-style)
(#361) Missing space before opening brace. (space-before-blocks)
(#361) Operator '=' must be spaced. (space-infix-ops)
(#361) Operator '/' must be spaced. (space-infix-ops)
(#361) A space is required after ','. (comma-spacing)
(#361) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#361) Operator '=' must be spaced. (space-infix-ops)
(#361) A space is required after ','. (comma-spacing)
(#361) A space is required after ','. (comma-spacing)
(#361) A space is required after ','. (comma-spacing)
(#361) A space is required after ','. (comma-spacing)
(#361) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#361) Operator '=' must be spaced. (space-infix-ops)
(#361) Operator '-' must be spaced. (space-infix-ops)
(#361) A space is required after ','. (comma-spacing)
(#361) Operator '-' must be spaced. (space-infix-ops)
(#361) A space is required after ','. (comma-spacing)
(#361) Operator '-' must be spaced. (space-infix-ops)
(#361) A space is required after ','. (comma-spacing)
(#361) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#361) Operator '=' must be spaced. (space-infix-ops)
(#361) A space is required after ','. (comma-spacing)
(#361) A space is required after ','. (comma-spacing)
(#361) A space is required after ','. (comma-spacing)
(#361) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#361) Operator '=' must be spaced. (space-infix-ops)
(#361) Missing whitespace after semicolon. (semi-spacing)
(#361) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#361) Operator '===' must be spaced. (space-infix-ops)
(#361) Operator '&&' must be spaced. (space-infix-ops)
(#361) Operator '===' must be spaced. (space-infix-ops)
(#361) Operator '?' must be spaced. (space-infix-ops)
(#362) This line has a length of 510. Maximum allowed is 132. (max-len)
(#362) Operator '=' must be spaced. (space-infix-ops)
(#362) A space is required after ','. (comma-spacing)
(#362) A space is required after ','. (comma-spacing)
(#362) A space is required after ','. (comma-spacing)
(#362) Operator '<' must be spaced. (space-infix-ops)
(#362) Operator '&&' must be spaced. (space-infix-ops)
(#362) Operator '=' must be spaced. (space-infix-ops)
(#362) Operator ':' must be spaced. (space-infix-ops)
(#362) Operator '=' must be spaced. (space-infix-ops)
(#362) A space is required after ','. (comma-spacing)
(#362) A space is required after ','. (comma-spacing)
(#362) Operator '=' must be spaced. (space-infix-ops)
(#362) A space is required after ','. (comma-spacing)
(#362) A space is required after ','. (comma-spacing)
(#362) Missing whitespace after semicolon. (semi-spacing)
(#362) Operator '=' must be spaced. (space-infix-ops)
(#362) Missing whitespace after semicolon. (semi-spacing)
(#362) Expected space(s) after "if". (keyword-spacing)
(#362) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#362) Expected { after 'if' condition. (curly)
(#362) Expected space(s) before "if". (keyword-spacing)
(#362) Expected space(s) after "if". (keyword-spacing)
(#362) Requires a space after '{'. (block-spacing)
(#362) Statement inside of curly braces should be on next line. (brace-style)
(#362) Missing space before opening brace. (space-before-blocks)
(#362) Expected space(s) after "switch". (keyword-spacing)
(#362) Requires a space after '{'. (block-spacing)
(#362) Statement inside of curly braces should be on next line. (brace-style)
(#362) Missing space before opening brace. (space-before-blocks)
(#362) Operator '=' must be spaced. (space-infix-ops)
(#362) A space is required after ','. (comma-spacing)
(#362) Missing whitespace after semicolon. (semi-spacing)
(#362) Missing whitespace after semicolon. (semi-spacing)
(#362) Operator '=' must be spaced. (space-infix-ops)
(#362) Operator '*' must be spaced. (space-infix-ops)
(#362) A space is required after ','. (comma-spacing)
(#362) A space is required after ','. (comma-spacing)
(#362) Operator '*' must be spaced. (space-infix-ops)
(#362) Requires a space before '}'. (block-spacing)
(#362) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#362) Missing semicolon. (semi)
(#362) Expected space(s) before "if". (keyword-spacing)
(#362) Expected space(s) after "if". (keyword-spacing)
(#362) Operator '<' must be spaced. (space-infix-ops)
(#362) Requires a space after '{'. (block-spacing)
(#362) Statement inside of curly braces should be on next line. (brace-style)
(#362) Missing space before opening brace. (space-before-blocks)
(#362) Operator '=' must be spaced. (space-infix-ops)
(#362) A space is required after ','. (comma-spacing)
(#362) A space is required after ','. (comma-spacing)
(#362) Missing whitespace after semicolon. (semi-spacing)
(#362) Operator '=' must be spaced. (space-infix-ops)
(#362) A space is required after ','. (comma-spacing)
(#362) Missing whitespace after semicolon. (semi-spacing)
(#362) A space is required after ','. (comma-spacing)
(#362) Missing whitespace after semicolon. (semi-spacing)
(#362) Operator '=' must be spaced. (space-infix-ops)
(#362) A space is required after ','. (comma-spacing)
(#362) A space is required after ','. (comma-spacing)
(#362) Missing whitespace after semicolon. (semi-spacing)
(#362) Requires a space before '}'. (block-spacing)
(#362) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#362) Missing semicolon. (semi)
(#362) Requires a space before '}'. (block-spacing)
(#362) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#362) Expected space(s) before "else". (keyword-spacing)
(#362) Expected { after 'else'. (curly)
(#362) Expected space(s) after "switch". (keyword-spacing)
(#362) Requires a space after '{'. (block-spacing)
(#362) Statement inside of curly braces should be on next line. (brace-style)
(#362) Missing space before opening brace. (space-before-blocks)
(#362) Operator '*=' must be spaced. (space-infix-ops)
(#363) This line has a length of 511. Maximum allowed is 132. (max-len)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#363) Operator '*=' must be spaced. (space-infix-ops)
(#363) Requires a space before '}'. (block-spacing)
(#363) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#363) Missing semicolon. (semi)
(#363) Expected space(s) before "else". (keyword-spacing)
(#363) Expected { after 'else'. (curly)
(#363) Expected space(s) after "switch". (keyword-spacing)
(#363) Requires a space after '{'. (block-spacing)
(#363) Statement inside of curly braces should be on next line. (brace-style)
(#363) Missing space before opening brace. (space-before-blocks)
(#363) Operator '*=' must be spaced. (space-infix-ops)
(#363) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#363) Operator '*=' must be spaced. (space-infix-ops)
(#363) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#363) Requires a space before '}'. (block-spacing)
(#363) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#363) Missing semicolon. (semi)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected space(s) after "for". (keyword-spacing)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Operator '<' must be spaced. (space-infix-ops)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) 'H' used outside of binding context. (block-scoped-var)
(#363) Expected { after 'for' condition. (curly)
(#363) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) A space is required after ','. (comma-spacing)
(#363) Unexpected use of comma operator. (no-sequences)
(#363) A space is required after ','. (comma-spacing)
(#363) Operator '!==' must be spaced. (space-infix-ops)
(#363) Operator '&&' must be spaced. (space-infix-ops)
(#363) 'H' used outside of binding context. (block-scoped-var)
(#363) A space is required after ','. (comma-spacing)
(#363) 'A' used outside of binding context. (block-scoped-var)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) Operator '!==' must be spaced. (space-infix-ops)
(#363) Operator '&&' must be spaced. (space-infix-ops)
(#363) 'H' used outside of binding context. (block-scoped-var)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) 'H' used outside of binding context. (block-scoped-var)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) 'H' used outside of binding context. (block-scoped-var)
(#363) A space is required after ','. (comma-spacing)
(#363) Operator '?' must be spaced. (space-infix-ops)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) Operator ':' must be spaced. (space-infix-ops)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) Requires a space before '}'. (block-spacing)
(#363) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#363) Missing semicolon. (semi)
(#363) Requires a space before '}'. (block-spacing)
(#363) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#363) Requires a space before '}'. (block-spacing)
(#363) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#363) Missing semicolon. (semi)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#365) This line has a length of 500. Maximum allowed is 132. (max-len)
(#365) A space is required after ','. (comma-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) Requires a space after '{'. (block-spacing)
(#365) Statement inside of curly braces should be on next line. (brace-style)
(#365) Missing space before opening brace. (space-before-blocks)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Requires a space after '{'. (block-spacing)
(#365) Statement inside of curly braces should be on next line. (brace-style)
(#365) Missing space before opening brace. (space-before-blocks)
(#365) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Requires a space before '}'. (block-spacing)
(#365) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#365) Missing semicolon. (semi)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Requires a space after '{'. (block-spacing)
(#365) Statement inside of curly braces should be on next line. (brace-style)
(#365) Missing space before opening brace. (space-before-blocks)
(#365) Expected space(s) after "for". (keyword-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) A space is required after ','. (comma-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) Operator '<' must be spaced. (space-infix-ops)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) Expected { after 'for' condition. (curly)
(#365) Expected space(s) before "this". (keyword-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Requires a space before '}'. (block-spacing)
(#365) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#365) Missing semicolon. (semi)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Requires a space after '{'. (block-spacing)
(#365) Statement inside of curly braces should be on next line. (brace-style)
(#365) Missing space before opening brace. (space-before-blocks)
(#365) Expected space(s) after "for". (keyword-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) A space is required after ','. (comma-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) A space is required after ','. (comma-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) A space is required after ','. (comma-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) A space is required after ','. (comma-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) A space is required after ','. (comma-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) Operator '<' must be spaced. (space-infix-ops)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) Expected { after 'for' condition. (curly)
(#365) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) A space is required after ','. (comma-spacing)
(#365) Unexpected use of comma operator. (no-sequences)
(#365) A space is required after ','. (comma-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) A space is required after ','. (comma-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) A space is required after ','. (comma-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) 'd' used outside of binding context. (block-scoped-var)
(#365) Operator '+' must be spaced. (space-infix-ops)
(#365) 'k' used outside of binding context. (block-scoped-var)
(#365) Operator '/' must be spaced. (space-infix-ops)
(#365) A space is required after ','. (comma-spacing)
(#365) 'c' used outside of binding context. (block-scoped-var)
(#365) Operator '+' must be spaced. (space-infix-ops)
(#365) 'q' used outside of binding context. (block-scoped-var)
(#365) Operator '/' must be spaced. (space-infix-ops)
(#365) Requires a space before '}'. (block-spacing)
(#365) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#365) Missing semicolon. (semi)
(#365) Requires a space before '}'. (block-spacing)
(#365) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#365) Missing semicolon. (semi)
(#365) A space is required after ','. (comma-spacing)
(#366) This line has a length of 502. Maximum allowed is 132. (max-len)
(#366) A space is required after ','. (comma-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) Requires a space after '{'. (block-spacing)
(#366) Statement inside of curly braces should be on next line. (brace-style)
(#366) Missing space before opening brace. (space-before-blocks)
(#366) Operator '=' must be spaced. (space-infix-ops)
(#366) Requires a space after '{'. (block-spacing)
(#366) Statement inside of curly braces should be on next line. (brace-style)
(#366) Missing space before opening brace. (space-before-blocks)
(#366) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#366) Operator '=' must be spaced. (space-infix-ops)
(#366) Missing whitespace after semicolon. (semi-spacing)
(#366) Operator '=' must be spaced. (space-infix-ops)
(#366) Missing whitespace after semicolon. (semi-spacing)
(#366) Operator '=' must be spaced. (space-infix-ops)
(#366) Requires a space before '}'. (block-spacing)
(#366) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#366) Missing semicolon. (semi)
(#366) Missing whitespace after semicolon. (semi-spacing)
(#366) Operator '=' must be spaced. (space-infix-ops)
(#366) Missing whitespace after semicolon. (semi-spacing)
(#366) Operator '=' must be spaced. (space-infix-ops)
(#366) Missing whitespace after semicolon. (semi-spacing)
(#366) Operator '=' must be spaced. (space-infix-ops)
(#366) A space is required after ','. (comma-spacing)
(#366) Requires a space after '{'. (block-spacing)
(#366) Statement inside of curly braces should be on next line. (brace-style)
(#366) Missing space before opening brace. (space-before-blocks)
(#366) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#366) Operator '&&' must be spaced. (space-infix-ops)
(#366) Operator '=' must be spaced. (space-infix-ops)
(#366) Missing whitespace after semicolon. (semi-spacing)
(#366) Expected space(s) after "if". (keyword-spacing)
(#366) Operator '&&' must be spaced. (space-infix-ops)
(#366) Expected { after 'if' condition. (curly)
(#366) Expected space(s) before "for". (keyword-spacing)
(#366) Expected space(s) after "for". (keyword-spacing)
(#366) Operator '=' must be spaced. (space-infix-ops)
(#366) A space is required after ','. (comma-spacing)
(#366) Operator '=' must be spaced. (space-infix-ops)
(#366) Missing whitespace after semicolon. (semi-spacing)
(#366) Operator '<' must be spaced. (space-infix-ops)
(#366) Missing whitespace after semicolon. (semi-spacing)
(#366) Expected { after 'for' condition. (curly)
(#366) Expected space(s) before "this". (keyword-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) Missing whitespace after semicolon. (semi-spacing)
(#366) Expected space(s) after "if". (keyword-spacing)
(#366) Expected { after 'if' condition. (curly)
(#366) Expected space(s) before "for". (keyword-spacing)
(#366) Expected space(s) after "for". (keyword-spacing)
(#366) 'b' used outside of binding context. (block-scoped-var)
(#366) Operator '=' must be spaced. (space-infix-ops)
(#366) A space is required after ','. (comma-spacing)
(#366) 'g' used outside of binding context. (block-scoped-var)
(#366) Operator '=' must be spaced. (space-infix-ops)
(#366) Missing whitespace after semicolon. (semi-spacing)
(#366) 'b' used outside of binding context. (block-scoped-var)
(#366) Operator '<' must be spaced. (space-infix-ops)
(#366) 'g' used outside of binding context. (block-scoped-var)
(#366) Missing whitespace after semicolon. (semi-spacing)
(#366) 'b' used outside of binding context. (block-scoped-var)
(#366) Expected { after 'for' condition. (curly)
(#366) Expected space(s) before "this". (keyword-spacing)
(#366) 'b' used outside of binding context. (block-scoped-var)
(#366) A space is required after ','. (comma-spacing)
(#366) Missing whitespace after semicolon. (semi-spacing)
(#366) Expected space(s) after "if". (keyword-spacing)
(#366) Expected { after 'if' condition. (curly)
(#366) Expected space(s) before "for". (keyword-spacing)
(#366) Expected space(s) after "for". (keyword-spacing)
(#366) 'b' used outside of binding context. (block-scoped-var)
(#366) Operator '=' must be spaced. (space-infix-ops)
(#366) A space is required after ','. (comma-spacing)
(#366) 'g' used outside of binding context. (block-scoped-var)
(#366) Operator '=' must be spaced. (space-infix-ops)
(#366) Missing whitespace after semicolon. (semi-spacing)
(#366) 'b' used outside of binding context. (block-scoped-var)
(#366) Operator '<' must be spaced. (space-infix-ops)
(#366) 'g' used outside of binding context. (block-scoped-var)
(#366) Missing whitespace after semicolon. (semi-spacing)
(#366) 'b' used outside of binding context. (block-scoped-var)
(#366) Requires a space after '{'. (block-spacing)
(#366) Statement inside of curly braces should be on next line. (brace-style)
(#366) Missing space before opening brace. (space-before-blocks)
(#366) Operator '=' must be spaced. (space-infix-ops)
(#366) 'b' used outside of binding context. (block-scoped-var)
(#366) Missing whitespace after semicolon. (semi-spacing)
(#366) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#366) Operator '&&' must be spaced. (space-infix-ops)
(#366) A space is required after ','. (comma-spacing)
(#366) Missing whitespace after semicolon. (semi-spacing)
(#366) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#366) Operator '&&' must be spaced. (space-infix-ops)
(#366) A space is required after ','. (comma-spacing)
(#366) A space is required after ','. (comma-spacing)
(#366) Requires a space before '}'. (block-spacing)
(#366) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#366) Missing semicolon. (semi)
(#366) Requires a space before '}'. (block-spacing)
(#366) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#367) This line has a length of 531. Maximum allowed is 132. (max-len)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Function has a complexity of 108. Maximum allowed is 20. (complexity)
(#367) A space is required after ','. (comma-spacing)
(#367) Requires a space after '{'. (block-spacing)
(#367) Statement inside of curly braces should be on next line. (brace-style)
(#367) Missing space before opening brace. (space-before-blocks)
(#367) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#367) Operator '&&' must be spaced. (space-infix-ops)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#367) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Operator '<' must be spaced. (space-infix-ops)
(#367) Operator '&&' must be spaced. (space-infix-ops)
(#367) Operator '!==' must be spaced. (space-infix-ops)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#367) Expected space(s) after "if". (keyword-spacing)
(#367) Requires a space after '{'. (block-spacing)
(#367) Statement inside of curly braces should be on next line. (brace-style)
(#367) Missing space before opening brace. (space-before-blocks)
(#367) Expected space(s) after "if". (keyword-spacing)
(#367) Requires a space after '{'. (block-spacing)
(#367) Statement inside of curly braces should be on next line. (brace-style)
(#367) Missing space before opening brace. (space-before-blocks)
(#367) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#367) Operator '<' must be spaced. (space-infix-ops)
(#367) Operator '&&' must be spaced. (space-infix-ops)
(#367) Operator '&&' must be spaced. (space-infix-ops)
(#367) Operator '||' must be spaced. (space-infix-ops)
(#367) Operator '&&' must be spaced. (space-infix-ops)
(#367) Operator '?' must be spaced. (space-infix-ops)
(#367) Operator '?' must be spaced. (space-infix-ops)
(#367) Operator ':' must be spaced. (space-infix-ops)
(#367) A space is required after ','. (comma-spacing)
(#367) Operator ':' must be spaced. (space-infix-ops)
(#367) A space is required after ','. (comma-spacing)
(#367) A space is required after ','. (comma-spacing)
(#367) A space is required after ','. (comma-spacing)
(#367) A space is required after ','. (comma-spacing)
(#367) A space is required after ','. (comma-spacing)
(#368) This line has a length of 502. Maximum allowed is 132. (max-len)
(#368) Expected space(s) after "for". (keyword-spacing)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) A space is required after ','. (comma-spacing)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) Operator '<' must be spaced. (space-infix-ops)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) Requires a space after '{'. (block-spacing)
(#368) Statement inside of curly braces should be on next line. (brace-style)
(#368) Missing space before opening brace. (space-before-blocks)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#368) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#368) Operator '&&' must be spaced. (space-infix-ops)
(#368) Operator '===' must be spaced. (space-infix-ops)
(#368) Operator '||' must be spaced. (space-infix-ops)
(#368) Operator '!==' must be spaced. (space-infix-ops)
(#368) Operator '&&' must be spaced. (space-infix-ops)
(#368) Operator '>=' must be spaced. (space-infix-ops)
(#368) Operator '&&' must be spaced. (space-infix-ops)
(#368) Operator '>=' must be spaced. (space-infix-ops)
(#368) Operator '&&' must be spaced. (space-infix-ops)
(#368) A space is required after ','. (comma-spacing)
(#368) Operator '?' must be spaced. (space-infix-ops)
(#368) Operator ':' must be spaced. (space-infix-ops)
(#368) Requires a space before '}'. (block-spacing)
(#368) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#368) Missing semicolon. (semi)
(#368) Requires a space before '}'. (block-spacing)
(#368) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#368) Expected space(s) before "if". (keyword-spacing)
(#368) Expected space(s) after "if". (keyword-spacing)
(#368) Expected { after 'if' condition. (curly)
(#368) Expected space(s) before "for". (keyword-spacing)
(#368) Expected space(s) after "for". (keyword-spacing)
(#368) Operator '<' must be spaced. (space-infix-ops)
(#368) Operator '&&' must be spaced. (space-infix-ops)
(#368) A space is required after ','. (comma-spacing)
(#368) A space is required after ','. (comma-spacing)
(#368) A space is required after ','. (comma-spacing)
(#368) A space is required after ','. (comma-spacing)
(#368) A space is required after ','. (comma-spacing)
(#368) A space is required after ','. (comma-spacing)
(#368) 'g' used outside of binding context. (block-scoped-var)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#369) This line has a length of 508. Maximum allowed is 132. (max-len)
(#369) 'm' used outside of binding context. (block-scoped-var)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) 'g' used outside of binding context. (block-scoped-var)
(#369) Operator '<' must be spaced. (space-infix-ops)
(#369) 'm' used outside of binding context. (block-scoped-var)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) 'g' used outside of binding context. (block-scoped-var)
(#369) 'p' used outside of binding context. (block-scoped-var)
(#369) Expected { after 'for' condition. (curly)
(#369) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) 'g' used outside of binding context. (block-scoped-var)
(#369) Unexpected use of comma operator. (no-sequences)
(#369) A space is required after ','. (comma-spacing)
(#369) 'p' used outside of binding context. (block-scoped-var)
(#369) Operator '&&' must be spaced. (space-infix-ops)
(#369) Operator '===' must be spaced. (space-infix-ops)
(#369) Operator '||' must be spaced. (space-infix-ops)
(#369) 'p' used outside of binding context. (block-scoped-var)
(#369) Operator '!==' must be spaced. (space-infix-ops)
(#369) Operator '&&' must be spaced. (space-infix-ops)
(#369) Operator '>=' must be spaced. (space-infix-ops)
(#369) 'p' used outside of binding context. (block-scoped-var)
(#369) Operator '&&' must be spaced. (space-infix-ops)
(#369) 'p' used outside of binding context. (block-scoped-var)
(#369) A space is required after ','. (comma-spacing)
(#369) Operator '?' must be spaced. (space-infix-ops)
(#369) Operator ':' must be spaced. (space-infix-ops)
(#369) Requires a space before '}'. (block-spacing)
(#369) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#369) Missing semicolon. (semi)
(#369) Expected space(s) before "if". (keyword-spacing)
(#369) Expected space(s) after "if". (keyword-spacing)
(#369) Requires a space after '{'. (block-spacing)
(#369) Statement inside of curly braces should be on next line. (brace-style)
(#369) Missing space before opening brace. (space-before-blocks)
(#369) 'm' used outside of binding context. (block-scoped-var)
(#369) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) 'g' used outside of binding context. (block-scoped-var)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#369) Operator '<' must be spaced. (space-infix-ops)
(#369) Operator '&&' must be spaced. (space-infix-ops)
(#369) Operator '?' must be spaced. (space-infix-ops)
(#369) A space is required after ','. (comma-spacing)
(#369) Operator ':' must be spaced. (space-infix-ops)
(#369) A space is required after ','. (comma-spacing)
(#369) A space is required after ','. (comma-spacing)
(#369) A space is required after ','. (comma-spacing)
(#369) A space is required after ','. (comma-spacing)
(#369) A space is required after ','. (comma-spacing)
(#370) This line has a length of 505. Maximum allowed is 132. (max-len)
(#370) 'p' used outside of binding context. (block-scoped-var)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected space(s) after "for". (keyword-spacing)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) 'p' used outside of binding context. (block-scoped-var)
(#370) Operator '<' must be spaced. (space-infix-ops)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) 'p' used outside of binding context. (block-scoped-var)
(#370) Requires a space after '{'. (block-spacing)
(#370) Statement inside of curly braces should be on next line. (brace-style)
(#370) Missing space before opening brace. (space-before-blocks)
(#370) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) 'p' used outside of binding context. (block-scoped-var)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected space(s) after "if". (keyword-spacing)
(#370) Operator '||' must be spaced. (space-infix-ops)
(#370) Expected { after 'if' condition. (curly)
(#370) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#370) Do not nest ternary expressions. (no-nested-ternary)
(#370) Operator '?' must be spaced. (space-infix-ops)
(#370) Do not nest ternary expressions. (no-nested-ternary)
(#370) Operator '==' must be spaced. (space-infix-ops)
(#370) Operator '?' must be spaced. (space-infix-ops)
(#370) 'g' used outside of binding context. (block-scoped-var)
(#370) Operator ':' must be spaced. (space-infix-ops)
(#370) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#370) Operator '==' must be spaced. (space-infix-ops)
(#370) Operator '?' must be spaced. (space-infix-ops)
(#370) 'm' used outside of binding context. (block-scoped-var)
(#370) Operator ':' must be spaced. (space-infix-ops)
(#370) Operator '==' must be spaced. (space-infix-ops)
(#370) Operator '&&' must be spaced. (space-infix-ops)
(#370) 'm' used outside of binding context. (block-scoped-var)
(#370) A space is required after ','. (comma-spacing)
(#370) A space is required after ','. (comma-spacing)
(#370) Operator ':' must be spaced. (space-infix-ops)
(#370) A space is required after ','. (comma-spacing)
(#370) Requires a space before '}'. (block-spacing)
(#370) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#370) Missing semicolon. (semi)
(#370) Expected space(s) before "if". (keyword-spacing)
(#370) Expected space(s) after "if". (keyword-spacing)
(#370) Operator '<' must be spaced. (space-infix-ops)
(#370) 'm' used outside of binding context. (block-scoped-var)
(#370) Expected { after 'if' condition. (curly)
(#370) Expected space(s) before "for". (keyword-spacing)
(#370) Expected space(s) after "for". (keyword-spacing)
(#370) Operator '||' must be spaced. (space-infix-ops)
(#370) A space is required after ','. (comma-spacing)
(#370) 'p' used outside of binding context. (block-scoped-var)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) A space is required after ','. (comma-spacing)
(#370) 'l' used outside of binding context. (block-scoped-var)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) 'm' used outside of binding context. (block-scoped-var)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) 'p' used outside of binding context. (block-scoped-var)
(#370) Operator '<' must be spaced. (space-infix-ops)
(#370) 'l' used outside of binding context. (block-scoped-var)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) 'p' used outside of binding context. (block-scoped-var)
(#370) 'm' used outside of binding context. (block-scoped-var)
(#370) Expected { after 'for' condition. (curly)
(#370) 'p' used outside of binding context. (block-scoped-var)
(#370) A space is required after ','. (comma-spacing)
(#370) A space is required after ','. (comma-spacing)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected space(s) after "if". (keyword-spacing)
(#370) Operator '<' must be spaced. (space-infix-ops)
(#370) 'g' used outside of binding context. (block-scoped-var)
(#370) Expected { after 'if' condition. (curly)
(#370) Expected space(s) before "for". (keyword-spacing)
(#370) Expected space(s) after "for". (keyword-spacing)
(#370) Operator '||' must be spaced. (space-infix-ops)
(#370) A space is required after ','. (comma-spacing)
(#370) 'm' used outside of binding context. (block-scoped-var)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) A space is required after ','. (comma-spacing)
(#370) 'p' used outside of binding context. (block-scoped-var)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) 'g' used outside of binding context. (block-scoped-var)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) 'm' used outside of binding context. (block-scoped-var)
(#370) Operator '<' must be spaced. (space-infix-ops)
(#370) 'p' used outside of binding context. (block-scoped-var)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) 'm' used outside of binding context. (block-scoped-var)
(#370) 'g' used outside of binding context. (block-scoped-var)
(#370) Expected { after 'for' condition. (curly)
(#370) 'm' used outside of binding context. (block-scoped-var)
(#370) A space is required after ','. (comma-spacing)
(#370) A space is required after ','. (comma-spacing)
(#370) Requires a space before '}'. (block-spacing)
(#370) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#370) Missing semicolon. (semi)
(#370) Expected space(s) before "if". (keyword-spacing)
(#370) Expected space(s) after "if". (keyword-spacing)
(#370) Requires a space after '{'. (block-spacing)
(#370) Statement inside of curly braces should be on next line. (brace-style)
(#370) Missing space before opening brace. (space-before-blocks)
(#370) 'g' used outside of binding context. (block-scoped-var)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected space(s) after "for". (keyword-spacing)
(#370) 'm' used outside of binding context. (block-scoped-var)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) 'g' used outside of binding context. (block-scoped-var)
(#370) Operator '<' must be spaced. (space-infix-ops)
(#370) 'm' used outside of binding context. (block-scoped-var)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) 'g' used outside of binding context. (block-scoped-var)
(#370) 'p' used outside of binding context. (block-scoped-var)
(#370) Expected { after 'for' condition. (curly)
(#370) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#371) This line has a length of 505. Maximum allowed is 132. (max-len)
(#371) 'g' used outside of binding context. (block-scoped-var)
(#371) Unexpected use of comma operator. (no-sequences)
(#371) A space is required after ','. (comma-spacing)
(#371) 'p' used outside of binding context. (block-scoped-var)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) 'p' used outside of binding context. (block-scoped-var)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) 'g' used outside of binding context. (block-scoped-var)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected space(s) after "for". (keyword-spacing)
(#371) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#371) 'm' used outside of binding context. (block-scoped-var)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) 'g' used outside of binding context. (block-scoped-var)
(#371) Operator '<' must be spaced. (space-infix-ops)
(#371) 'm' used outside of binding context. (block-scoped-var)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) 'g' used outside of binding context. (block-scoped-var)
(#371) 'p' used outside of binding context. (block-scoped-var)
(#371) Expected { after 'for' condition. (curly)
(#371) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) 'g' used outside of binding context. (block-scoped-var)
(#371) Unexpected use of comma operator. (no-sequences)
(#371) A space is required after ','. (comma-spacing)
(#371) 'p' used outside of binding context. (block-scoped-var)
(#371) A space is required after ','. (comma-spacing)
(#371) 'p' used outside of binding context. (block-scoped-var)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#371) Operator '<' must be spaced. (space-infix-ops)
(#371) Operator '&&' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) 'g' used outside of binding context. (block-scoped-var)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) 'm' used outside of binding context. (block-scoped-var)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected space(s) after "for". (keyword-spacing)
(#371) 'p' used outside of binding context. (block-scoped-var)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) 'm' used outside of binding context. (block-scoped-var)
(#371) Operator '<' must be spaced. (space-infix-ops)
(#371) 'p' used outside of binding context. (block-scoped-var)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) 'm' used outside of binding context. (block-scoped-var)
(#371) Expected { after 'for' condition. (curly)
(#371) Expected space(s) before "if". (keyword-spacing)
(#371) Expected space(s) after "if". (keyword-spacing)
(#371) 'l' used outside of binding context. (block-scoped-var)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) 'm' used outside of binding context. (block-scoped-var)
(#371) Unexpected use of comma operator. (no-sequences)
(#371) A space is required after ','. (comma-spacing)
(#371) Operator '||' must be spaced. (space-infix-ops)
(#371) 'l' used outside of binding context. (block-scoped-var)
(#371) Operator '&&' must be spaced. (space-infix-ops)
(#371) Operator '||' must be spaced. (space-infix-ops)
(#371) 'l' used outside of binding context. (block-scoped-var)
(#371) Expected { after 'if' condition. (curly)
(#371) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#371) Operator '&&' must be spaced. (space-infix-ops)
(#371) Operator '===' must be spaced. (space-infix-ops)
(#371) 'l' used outside of binding context. (block-scoped-var)
(#371) Operator '?' must be spaced. (space-infix-ops)
(#371) 'l' used outside of binding context. (block-scoped-var)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) 'g' used outside of binding context. (block-scoped-var)
(#371) 'l' used outside of binding context. (block-scoped-var)
(#371) Operator ':' must be spaced. (space-infix-ops)
(#371) 'l' used outside of binding context. (block-scoped-var)
(#372) This line has a length of 525. Maximum allowed is 132. (max-len)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Expected space(s) after "if". (keyword-spacing)
(#372) Operator '<' must be spaced. (space-infix-ops)
(#372) 'g' used outside of binding context. (block-scoped-var)
(#372) Expected { after 'if' condition. (curly)
(#372) Expected space(s) before "for". (keyword-spacing)
(#372) Expected space(s) after "for". (keyword-spacing)
(#372) A space is required after ','. (comma-spacing)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) A space is required after ','. (comma-spacing)
(#372) 'm' used outside of binding context. (block-scoped-var)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) 'g' used outside of binding context. (block-scoped-var)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Operator '<' must be spaced. (space-infix-ops)
(#372) 'm' used outside of binding context. (block-scoped-var)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) 'g' used outside of binding context. (block-scoped-var)
(#372) Expected { after 'for' condition. (curly)
(#372) A space is required after ','. (comma-spacing)
(#372) Requires a space before '}'. (block-spacing)
(#372) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#372) Missing semicolon. (semi)
(#372) Expected space(s) before "if". (keyword-spacing)
(#372) Expected space(s) after "if". (keyword-spacing)
(#372) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#372) Requires a space after '{'. (block-spacing)
(#372) Statement inside of curly braces should be on next line. (brace-style)
(#372) Missing space before opening brace. (space-before-blocks)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Expected space(s) after "if". (keyword-spacing)
(#372) Expected { after 'if' condition. (curly)
(#372) Expected space(s) before "for". (keyword-spacing)
(#372) Expected space(s) after "for". (keyword-spacing)
(#372) A space is required after ','. (comma-spacing)
(#372) A space is required after ','. (comma-spacing)
(#372) A space is required after ','. (comma-spacing)
(#372) A space is required after ','. (comma-spacing)
(#372) A space is required after ','. (comma-spacing)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) Operator '?' must be spaced. (space-infix-ops)
(#372) Operator ':' must be spaced. (space-infix-ops)
(#372) A space is required after ','. (comma-spacing)
(#372) 'g' used outside of binding context. (block-scoped-var)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) A space is required after ','. (comma-spacing)
(#372) 'm' used outside of binding context. (block-scoped-var)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) 'g' used outside of binding context. (block-scoped-var)
(#372) Operator '<' must be spaced. (space-infix-ops)
(#372) 'm' used outside of binding context. (block-scoped-var)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) 'g' used outside of binding context. (block-scoped-var)
(#372) Expected { after 'for' condition. (curly)
(#372) Expected space(s) before "if". (keyword-spacing)
(#372) Expected space(s) after "if". (keyword-spacing)
(#372) 'p' used outside of binding context. (block-scoped-var)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) 'g' used outside of binding context. (block-scoped-var)
(#372) Unexpected use of comma operator. (no-sequences)
(#372) A space is required after ','. (comma-spacing)
(#372) Operator '!==' must be spaced. (space-infix-ops)
(#372) Requires a space after '{'. (block-spacing)
(#372) Statement inside of curly braces should be on next line. (brace-style)
(#372) Missing space before opening brace. (space-before-blocks)
(#372) 'p' used outside of binding context. (block-scoped-var)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) 'l' used outside of binding context. (block-scoped-var)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) Operator '===' must be spaced. (space-infix-ops)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) 'r' used outside of binding context. (block-scoped-var)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Expected space(s) after "for". (keyword-spacing)
(#372) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) 'p' used outside of binding context. (block-scoped-var)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) 'r' used outside of binding context. (block-scoped-var)
(#372) Operator '<' must be spaced. (space-infix-ops)
(#373) This line has a length of 506. Maximum allowed is 132. (max-len)
(#373) Missing whitespace after semicolon. (semi-spacing)
(#373) 'r' used outside of binding context. (block-scoped-var)
(#373) 'l' used outside of binding context. (block-scoped-var)
(#373) Expected { after 'for' condition. (curly)
(#373) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#373) Operator '&&' must be spaced. (space-infix-ops)
(#373) A space is required after ','. (comma-spacing)
(#373) 'r' used outside of binding context. (block-scoped-var)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Unexpected use of comma operator. (no-sequences)
(#373) A space is required after ','. (comma-spacing)
(#373) 'p' used outside of binding context. (block-scoped-var)
(#373) 'r' used outside of binding context. (block-scoped-var)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing whitespace after semicolon. (semi-spacing)
(#373) 'p' used outside of binding context. (block-scoped-var)
(#373) Missing whitespace after semicolon. (semi-spacing)
(#373) 'r' used outside of binding context. (block-scoped-var)
(#373) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#373) Operator '=' must be spaced. (space-infix-ops)
(#373) Missing whitespace after semicolon. (semi-spacing)
(#373) Expected space(s) after "for". (keyword-spacing)
(#373) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#373) 'y' used outside of binding context. (block-scoped-var)
(#373) Operator '=' must be spaced. (space-infix-ops)
(#373) 'p' used outside of binding context. (block-scoped-var)
(#373) Missing whitespace after semicolon. (semi-spacing)
(#373) 'r' used outside of binding context. (block-scoped-var)
(#373) Operator '<' must be spaced. (space-infix-ops)
(#373) 'y' used outside of binding context. (block-scoped-var)
(#373) Missing whitespace after semicolon. (semi-spacing)
(#373) 'r' used outside of binding context. (block-scoped-var)
(#373) 'l' used outside of binding context. (block-scoped-var)
(#373) Expected { after 'for' condition. (curly)
(#373) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#373) Operator '&&' must be spaced. (space-infix-ops)
(#373) A space is required after ','. (comma-spacing)
(#373) 'r' used outside of binding context. (block-scoped-var)
(#373) A space is required after ','. (comma-spacing)
(#373) 'y' used outside of binding context. (block-scoped-var)
(#373) A space is required after ','. (comma-spacing)
(#373) Unexpected use of comma operator. (no-sequences)
(#373) A space is required after ','. (comma-spacing)
(#373) 'p' used outside of binding context. (block-scoped-var)
(#373) 'r' used outside of binding context. (block-scoped-var)
(#373) A space is required after ','. (comma-spacing)
(#373) Requires a space before '}'. (block-spacing)
(#373) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#373) Missing semicolon. (semi)
(#373) Expected space(s) before "else". (keyword-spacing)
(#373) 'p' used outside of binding context. (block-scoped-var)
(#373) Expected { after 'else'. (curly)
(#373) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#373) A space is required after ','. (comma-spacing)
(#373) Unexpected use of comma operator. (no-sequences)
(#373) A space is required after ','. (comma-spacing)
(#373) 'p' used outside of binding context. (block-scoped-var)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing whitespace after semicolon. (semi-spacing)
(#373) Expected space(s) after "if". (keyword-spacing)
(#373) Expected { after 'if' condition. (curly)
(#373) Expected space(s) before "for". (keyword-spacing)
(#373) Expected space(s) after "for". (keyword-spacing)
(#373) Operator '=' must be spaced. (space-infix-ops)
(#373) A space is required after ','. (comma-spacing)
(#373) 'g' used outside of binding context. (block-scoped-var)
(#373) Operator '=' must be spaced. (space-infix-ops)
(#373) Missing whitespace after semicolon. (semi-spacing)
(#373) Operator '<' must be spaced. (space-infix-ops)
(#373) 'g' used outside of binding context. (block-scoped-var)
(#373) Missing whitespace after semicolon. (semi-spacing)
(#373) Expected { after 'for' condition. (curly)
(#373) Expected space(s) before "this". (keyword-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing whitespace after semicolon. (semi-spacing)
(#373) Expected space(s) after "if". (keyword-spacing)
(#373) Requires a space after '{'. (block-spacing)
(#373) Statement inside of curly braces should be on next line. (brace-style)
(#373) Missing space before opening brace. (space-before-blocks)
(#373) Expected space(s) after "if". (keyword-spacing)
(#373) Expected { after 'if' condition. (curly)
(#373) Expected space(s) before "for". (keyword-spacing)
(#373) Expected space(s) after "for". (keyword-spacing)
(#373) Operator '=' must be spaced. (space-infix-ops)
(#374) This line has a length of 508. Maximum allowed is 132. (max-len)
(#374) Missing space before value for key 'nodes'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'edges'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) A space is required after ','. (comma-spacing)
(#374) 'g' used outside of binding context. (block-scoped-var)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) Operator '<' must be spaced. (space-infix-ops)
(#374) 'g' used outside of binding context. (block-scoped-var)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) Expected { after 'for' condition. (curly)
(#374) Expected space(s) before "if". (keyword-spacing)
(#374) Expected space(s) after "if". (keyword-spacing)
(#374) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#374) 'm' used outside of binding context. (block-scoped-var)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) Unexpected use of comma operator. (no-sequences)
(#374) A space is required after ','. (comma-spacing)
(#374) Operator '<' must be spaced. (space-infix-ops)
(#374) 'm' used outside of binding context. (block-scoped-var)
(#374) Operator '&&' must be spaced. (space-infix-ops)
(#374) 'm' used outside of binding context. (block-scoped-var)
(#374) Operator '&&' must be spaced. (space-infix-ops)
(#374) Operator '===' must be spaced. (space-infix-ops)
(#374) 'm' used outside of binding context. (block-scoped-var)
(#374) Operator '&&' must be spaced. (space-infix-ops)
(#374) Operator '<' must be spaced. (space-infix-ops)
(#374) 'm' used outside of binding context. (block-scoped-var)
(#374) Expected { after 'if' condition. (curly)
(#374) Expected space(s) before "for". (keyword-spacing)
(#374) Expected space(s) after "for". (keyword-spacing)
(#374) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#374) 'p' used outside of binding context. (block-scoped-var)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) A space is required after ','. (comma-spacing)
(#374) 'l' used outside of binding context. (block-scoped-var)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) 'm' used outside of binding context. (block-scoped-var)
(#374) Operator '-' must be spaced. (space-infix-ops)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) 'p' used outside of binding context. (block-scoped-var)
(#374) Operator '<' must be spaced. (space-infix-ops)
(#374) 'l' used outside of binding context. (block-scoped-var)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) 'p' used outside of binding context. (block-scoped-var)
(#374) 'r' used outside of binding context. (block-scoped-var)
(#374) Expected { after 'for' condition. (curly)
(#374) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) 'm' used outside of binding context. (block-scoped-var)
(#374) 'p' used outside of binding context. (block-scoped-var)
(#374) Unexpected use of comma operator. (no-sequences)
(#374) A space is required after ','. (comma-spacing)
(#374) 'r' used outside of binding context. (block-scoped-var)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) 'm' used outside of binding context. (block-scoped-var)
(#374) A space is required after ','. (comma-spacing)
(#374) 'r' used outside of binding context. (block-scoped-var)
(#374) A space is required after ','. (comma-spacing)
(#374) 'r' used outside of binding context. (block-scoped-var)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) 'm' used outside of binding context. (block-scoped-var)
(#374) 'p' used outside of binding context. (block-scoped-var)
(#374) A space is required after ','. (comma-spacing)
(#374) 'm' used outside of binding context. (block-scoped-var)
(#374) 'p' used outside of binding context. (block-scoped-var)
(#374) Operator '+' must be spaced. (space-infix-ops)
(#374) A space is required after ','. (comma-spacing)
(#374) 'r' used outside of binding context. (block-scoped-var)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) 'm' used outside of binding context. (block-scoped-var)
(#374) 'p' used outside of binding context. (block-scoped-var)
(#374) A space is required after ','. (comma-spacing)
(#374) 'r' used outside of binding context. (block-scoped-var)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) 'm' used outside of binding context. (block-scoped-var)
(#374) A space is required after ','. (comma-spacing)
(#374) 'r' used outside of binding context. (block-scoped-var)
(#374) A space is required after ','. (comma-spacing)
(#374) 'p' used outside of binding context. (block-scoped-var)
(#374) Operator '===' must be spaced. (space-infix-ops)
(#374) 'm' used outside of binding context. (block-scoped-var)
(#374) Operator '-' must be spaced. (space-infix-ops)
(#374) Operator '&&' must be spaced. (space-infix-ops)
(#374) 'r' used outside of binding context. (block-scoped-var)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) 'm' used outside of binding context. (block-scoped-var)
(#374) 'p' used outside of binding context. (block-scoped-var)
(#374) Operator '+' must be spaced. (space-infix-ops)
(#374) A space is required after ','. (comma-spacing)
(#374) 'r' used outside of binding context. (block-scoped-var)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) 'm' used outside of binding context. (block-scoped-var)
(#374) A space is required after ','. (comma-spacing)
(#374) 'r' used outside of binding context. (block-scoped-var)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) Expected space(s) after "if". (keyword-spacing)
(#374) Operator '<' must be spaced. (space-infix-ops)
(#374) Requires a space after '{'. (block-spacing)
(#374) Statement inside of curly braces should be on next line. (brace-style)
(#374) Missing space before opening brace. (space-before-blocks)
(#374) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#375) This line has a length of 528. Maximum allowed is 132. (max-len)
(#375) Missing '()' invoking a constructor. (new-parens)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Identifier 'atoms_display' is not in camel case. (camelcase)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#375) Identifier 'bonds_display' is not in camel case. (camelcase)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Identifier 'atoms_sphereDiameter_3D' is not in camel case. (camelcase)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Identifier 'bonds_cylinderDiameter_3D' is not in camel case. (camelcase)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Identifier 'bonds_splitColor' is not in camel case. (camelcase)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Identifier 'atoms_color' is not in camel case. (camelcase)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Identifier 'bonds_color' is not in camel case. (camelcase)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Identifier 'atoms_useVDWDiameters_3D' is not in camel case. (camelcase)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) 'g' used outside of binding context. (block-scoped-var)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Expected space(s) after "for". (keyword-spacing)
(#375) 'm' used outside of binding context. (block-scoped-var)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) 'g' used outside of binding context. (block-scoped-var)
(#375) Operator '<' must be spaced. (space-infix-ops)
(#376) This line has a length of 513. Maximum allowed is 132. (max-len)
(#376) 'm' used outside of binding context. (block-scoped-var)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) 'g' used outside of binding context. (block-scoped-var)
(#376) 'p' used outside of binding context. (block-scoped-var)
(#376) Expected { after 'for' condition. (curly)
(#376) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) 'g' used outside of binding context. (block-scoped-var)
(#376) Unexpected use of comma operator. (no-sequences)
(#376) A space is required after ','. (comma-spacing)
(#376) Operator '&&' must be spaced. (space-infix-ops)
(#376) Identifier 'atoms_color' is not in camel case. (camelcase)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) 'p' used outside of binding context. (block-scoped-var)
(#376) A space is required after ','. (comma-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) 'p' used outside of binding context. (block-scoped-var)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) 'g' used outside of binding context. (block-scoped-var)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Expected space(s) after "for". (keyword-spacing)
(#376) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#376) 'm' used outside of binding context. (block-scoped-var)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) 'g' used outside of binding context. (block-scoped-var)
(#376) Operator '<' must be spaced. (space-infix-ops)
(#376) 'm' used outside of binding context. (block-scoped-var)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) 'g' used outside of binding context. (block-scoped-var)
(#376) 'p' used outside of binding context. (block-scoped-var)
(#376) Expected { after 'for' condition. (curly)
(#376) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) 'g' used outside of binding context. (block-scoped-var)
(#376) Unexpected use of comma operator. (no-sequences)
(#376) A space is required after ','. (comma-spacing)
(#376) 'l' used outside of binding context. (block-scoped-var)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) A space is required after ','. (comma-spacing)
(#376) 'r' used outside of binding context. (block-scoped-var)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) 'p' used outside of binding context. (block-scoped-var)
(#376) Operator '?' must be spaced. (space-infix-ops)
(#376) 'p' used outside of binding context. (block-scoped-var)
(#376) Operator ':' must be spaced. (space-infix-ops)
(#376) A space is required after ','. (comma-spacing)
(#376) Do not nest ternary expressions. (no-nested-ternary)
(#376) Operator '?' must be spaced. (space-infix-ops)
(#376) 'l' used outside of binding context. (block-scoped-var)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) 'p' used outside of binding context. (block-scoped-var)
(#376) Operator ':' must be spaced. (space-infix-ops)
(#376) Do not nest ternary expressions. (no-nested-ternary)
(#376) Operator '===' must be spaced. (space-infix-ops)
(#376) Operator '?' must be spaced. (space-infix-ops)
(#376) 'l' used outside of binding context. (block-scoped-var)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) 'r' used outside of binding context. (block-scoped-var)
(#376) Operator ':' must be spaced. (space-infix-ops)
(#376) Do not nest ternary expressions. (no-nested-ternary)
(#376) Operator '===' must be spaced. (space-infix-ops)
(#376) Operator '?' must be spaced. (space-infix-ops)
(#376) 'l' used outside of binding context. (block-scoped-var)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) 'r' used outside of binding context. (block-scoped-var)
(#376) Operator ':' must be spaced. (space-infix-ops)
(#376) Do not nest ternary expressions. (no-nested-ternary)
(#376) Operator '===' must be spaced. (space-infix-ops)
(#376) Operator '?' must be spaced. (space-infix-ops)
(#376) 'l' used outside of binding context. (block-scoped-var)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) 'r' used outside of binding context. (block-scoped-var)
(#376) Operator '?' must be spaced. (space-infix-ops)
(#376) Operator ':' must be spaced. (space-infix-ops)
(#376) Operator ':' must be spaced. (space-infix-ops)
(#376) Operator '===' must be spaced. (space-infix-ops)
(#376) Operator '?' must be spaced. (space-infix-ops)
(#377) This line has a length of 501. Maximum allowed is 132. (max-len)
(#377) 'l' used outside of binding context. (block-scoped-var)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) Do not nest ternary expressions. (no-nested-ternary)
(#377) Operator '===' must be spaced. (space-infix-ops)
(#377) 'r' used outside of binding context. (block-scoped-var)
(#377) Operator '?' must be spaced. (space-infix-ops)
(#377) Operator ':' must be spaced. (space-infix-ops)
(#377) Do not nest ternary expressions. (no-nested-ternary)
(#377) Operator '===' must be spaced. (space-infix-ops)
(#377) 'r' used outside of binding context. (block-scoped-var)
(#377) Operator '?' must be spaced. (space-infix-ops)
(#377) Operator ':' must be spaced. (space-infix-ops)
(#377) 'r' used outside of binding context. (block-scoped-var)
(#377) Operator '?' must be spaced. (space-infix-ops)
(#377) Operator ':' must be spaced. (space-infix-ops)
(#377) Operator ':' must be spaced. (space-infix-ops)
(#377) Operator '===' must be spaced. (space-infix-ops)
(#377) Operator '&&' must be spaced. (space-infix-ops)
(#377) 'l' used outside of binding context. (block-scoped-var)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) 'g' used outside of binding context. (block-scoped-var)
(#377) A space is required after ','. (comma-spacing)
(#377) 'm' used outside of binding context. (block-scoped-var)
(#377) A space is required after ','. (comma-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) 'l' used outside of binding context. (block-scoped-var)
(#377) Operator '&&' must be spaced. (space-infix-ops)
(#377) Identifier 'bonds_color' is not in camel case. (camelcase)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) 'l' used outside of binding context. (block-scoped-var)
(#377) A space is required after ','. (comma-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) 'p' used outside of binding context. (block-scoped-var)
(#377) A space is required after ','. (comma-spacing)
(#377) Requires a space before '}'. (block-spacing)
(#377) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#377) Missing semicolon. (semi)
(#377) Requires a space before '}'. (block-spacing)
(#377) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#377) Expected space(s) before "if". (keyword-spacing)
(#377) Expected space(s) after "if". (keyword-spacing)
(#377) Expected { after 'if' condition. (curly)
(#377) Expected space(s) before "for". (keyword-spacing)
(#377) Expected space(s) after "for". (keyword-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) A space is required after ','. (comma-spacing)
(#377) 'g' used outside of binding context. (block-scoped-var)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) Operator '<' must be spaced. (space-infix-ops)
(#377) 'g' used outside of binding context. (block-scoped-var)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) Expected { after 'for' condition. (curly)
(#377) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#377) Unexpected use of comma operator. (no-sequences)
(#377) A space is required after ','. (comma-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) Requires a space before '}'. (block-spacing)
(#377) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#377) Missing semicolon. (semi)
(#377) Expected space(s) before "if". (keyword-spacing)
(#377) Expected space(s) after "if". (keyword-spacing)
(#377) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#377) Requires a space after '{'. (block-spacing)
(#377) Statement inside of curly braces should be on next line. (brace-style)
(#377) Missing space before opening brace. (space-before-blocks)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) 'g' used outside of binding context. (block-scoped-var)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#378) This line has a length of 516. Maximum allowed is 132. (max-len)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Expected space(s) after "for". (keyword-spacing)
(#378) 'm' used outside of binding context. (block-scoped-var)
(#378) Operator '=' must be spaced. (space-infix-ops)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) 'g' used outside of binding context. (block-scoped-var)
(#378) Operator '<' must be spaced. (space-infix-ops)
(#378) 'm' used outside of binding context. (block-scoped-var)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) 'g' used outside of binding context. (block-scoped-var)
(#378) Expected { after 'for' condition. (curly)
(#378) Expected space(s) before "if". (keyword-spacing)
(#378) Expected space(s) after "if". (keyword-spacing)
(#378) 'p' used outside of binding context. (block-scoped-var)
(#378) Operator '=' must be spaced. (space-infix-ops)
(#378) 'g' used outside of binding context. (block-scoped-var)
(#378) Unexpected use of comma operator. (no-sequences)
(#378) A space is required after ','. (comma-spacing)
(#378) 'p' used outside of binding context. (block-scoped-var)
(#378) Operator '||' must be spaced. (space-infix-ops)
(#378) 'p' used outside of binding context. (block-scoped-var)
(#378) Requires a space after '{'. (block-spacing)
(#378) Statement inside of curly braces should be on next line. (brace-style)
(#378) Missing space before opening brace. (space-before-blocks)
(#378) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#378) Operator '=' must be spaced. (space-infix-ops)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Requires a space before '}'. (block-spacing)
(#378) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#378) Missing semicolon. (semi)
(#378) Expected space(s) before "if". (keyword-spacing)
(#378) Expected space(s) after "if". (keyword-spacing)
(#378) Expected { after 'if' condition. (curly)
(#378) Expected space(s) before "for". (keyword-spacing)
(#378) Expected space(s) after "for". (keyword-spacing)
(#378) 'g' used outside of binding context. (block-scoped-var)
(#378) Operator '=' must be spaced. (space-infix-ops)
(#378) A space is required after ','. (comma-spacing)
(#378) 'm' used outside of binding context. (block-scoped-var)
(#378) Operator '=' must be spaced. (space-infix-ops)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) 'g' used outside of binding context. (block-scoped-var)
(#378) Operator '<' must be spaced. (space-infix-ops)
(#378) 'm' used outside of binding context. (block-scoped-var)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) 'g' used outside of binding context. (block-scoped-var)
(#378) Expected { after 'for' condition. (curly)
(#378) Expected space(s) before "if". (keyword-spacing)
(#378) Expected space(s) after "if". (keyword-spacing)
(#378) 'p' used outside of binding context. (block-scoped-var)
(#378) Operator '=' must be spaced. (space-infix-ops)
(#378) 'g' used outside of binding context. (block-scoped-var)
(#378) Unexpected use of comma operator. (no-sequences)
(#378) A space is required after ','. (comma-spacing)
(#378) 'p' used outside of binding context. (block-scoped-var)
(#378) Operator '||' must be spaced. (space-infix-ops)
(#378) 'p' used outside of binding context. (block-scoped-var)
(#378) Requires a space after '{'. (block-spacing)
(#378) Statement inside of curly braces should be on next line. (brace-style)
(#378) Missing space before opening brace. (space-before-blocks)
(#378) Operator '=' must be spaced. (space-infix-ops)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Requires a space before '}'. (block-spacing)
(#378) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#378) Missing semicolon. (semi)
(#378) Expected space(s) before "if". (keyword-spacing)
(#378) Expected space(s) after "if". (keyword-spacing)
(#378) Requires a space after '{'. (block-spacing)
(#378) Statement inside of curly braces should be on next line. (brace-style)
(#378) Missing space before opening brace. (space-before-blocks)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) A space is required after ','. (comma-spacing)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) A space is required after ','. (comma-spacing)
(#378) A space is required after ','. (comma-spacing)
(#378) A space is required after ','. (comma-spacing)
(#378) A space is required after ','. (comma-spacing)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) A space is required after ','. (comma-spacing)
(#378) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Operator '=' must be spaced. (space-infix-ops)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Expected space(s) after "for". (keyword-spacing)
(#378) 'g' used outside of binding context. (block-scoped-var)
(#378) Operator '=' must be spaced. (space-infix-ops)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Operator '<' must be spaced. (space-infix-ops)
(#378) 'g' used outside of binding context. (block-scoped-var)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) 'm' used outside of binding context. (block-scoped-var)
(#378) Expected { after 'for' condition. (curly)
(#378) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#378) Operator '=' must be spaced. (space-infix-ops)
(#378) Unexpected use of comma operator. (no-sequences)
(#378) A space is required after ','. (comma-spacing)
(#378) 'm' used outside of binding context. (block-scoped-var)
(#378) Operator '||' must be spaced. (space-infix-ops)
(#378) 'm' used outside of binding context. (block-scoped-var)
(#378) Operator '&&' must be spaced. (space-infix-ops)
(#378) 'm' used outside of binding context. (block-scoped-var)
(#379) This line has a length of 507. Maximum allowed is 132. (max-len)
(#379) Missing whitespace after semicolon. (semi-spacing)
(#379) Missing whitespace after semicolon. (semi-spacing)
(#379) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#379) Operator '=' must be spaced. (space-infix-ops)
(#379) Missing whitespace after semicolon. (semi-spacing)
(#379) Expected space(s) after "for". (keyword-spacing)
(#379) 'g' used outside of binding context. (block-scoped-var)
(#379) Operator '=' must be spaced. (space-infix-ops)
(#379) Missing whitespace after semicolon. (semi-spacing)
(#379) Operator '<' must be spaced. (space-infix-ops)
(#379) 'g' used outside of binding context. (block-scoped-var)
(#379) Missing whitespace after semicolon. (semi-spacing)
(#379) 'm' used outside of binding context. (block-scoped-var)
(#379) Expected { after 'for' condition. (curly)
(#379) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#379) Operator '=' must be spaced. (space-infix-ops)
(#379) Unexpected use of comma operator. (no-sequences)
(#379) A space is required after ','. (comma-spacing)
(#379) 'm' used outside of binding context. (block-scoped-var)
(#379) Operator '||' must be spaced. (space-infix-ops)
(#379) 'm' used outside of binding context. (block-scoped-var)
(#379) Operator '&&' must be spaced. (space-infix-ops)
(#379) 'm' used outside of binding context. (block-scoped-var)
(#379) A space is required after ','. (comma-spacing)
(#379) Missing whitespace after semicolon. (semi-spacing)
(#379) Missing whitespace after semicolon. (semi-spacing)
(#379) Missing whitespace after semicolon. (semi-spacing)
(#379) A space is required after ','. (comma-spacing)
(#379) A space is required after ','. (comma-spacing)
(#379) A space is required after ','. (comma-spacing)
(#379) Requires a space before '}'. (block-spacing)
(#379) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#379) Missing semicolon. (semi)
(#379) Requires a space before '}'. (block-spacing)
(#379) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#379) Requires a space before '}'. (block-spacing)
(#379) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#379) Missing whitespace after semicolon. (semi-spacing)
(#379) Operator '=' must be spaced. (space-infix-ops)
(#379) Function has a complexity of 24. Maximum allowed is 20. (complexity)
(#379) A space is required after ','. (comma-spacing)
(#379) A space is required after ','. (comma-spacing)
(#379) A space is required after ','. (comma-spacing)
(#379) A space is required after ','. (comma-spacing)
(#379) Requires a space after '{'. (block-spacing)
(#379) Statement inside of curly braces should be on next line. (brace-style)
(#379) Missing space before opening brace. (space-before-blocks)
(#379) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#379) Operator '&&' must be spaced. (space-infix-ops)
(#379) Operator '=' must be spaced. (space-infix-ops)
(#379) Missing whitespace after semicolon. (semi-spacing)
(#379) Operator '=' must be spaced. (space-infix-ops)
(#379) Operator '<' must be spaced. (space-infix-ops)
(#379) Operator '&&' must be spaced. (space-infix-ops)
(#379) Operator '!==' must be spaced. (space-infix-ops)
(#379) Missing whitespace after semicolon. (semi-spacing)
(#379) Expected space(s) after "if". (keyword-spacing)
(#379) Operator '&&' must be spaced. (space-infix-ops)
(#379) Requires a space after '{'. (block-spacing)
(#379) Statement inside of curly braces should be on next line. (brace-style)
(#379) Missing space before opening brace. (space-before-blocks)
(#379) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#379) Operator '<' must be spaced. (space-infix-ops)
(#379) Operator '&&' must be spaced. (space-infix-ops)
(#379) Operator '?' must be spaced. (space-infix-ops)
(#379) A space is required after ','. (comma-spacing)
(#379) Operator ':' must be spaced. (space-infix-ops)
(#380) This line has a length of 503. Maximum allowed is 132. (max-len)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Operator '=' must be spaced. (space-infix-ops)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Expected space(s) after "for". (keyword-spacing)
(#380) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#380) Operator '=' must be spaced. (space-infix-ops)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Operator '<' must be spaced. (space-infix-ops)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Requires a space after '{'. (block-spacing)
(#380) Statement inside of curly braces should be on next line. (brace-style)
(#380) Missing space before opening brace. (space-before-blocks)
(#380) Operator '=' must be spaced. (space-infix-ops)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Expected space(s) after "if". (keyword-spacing)
(#380) Operator '||' must be spaced. (space-infix-ops)
(#380) Expected { after 'if' condition. (curly)
(#380) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#380) A space is required after ','. (comma-spacing)
(#380) Unexpected use of comma operator. (no-sequences)
(#380) A space is required after ','. (comma-spacing)
(#380) A space is required after ','. (comma-spacing)
(#380) A space is required after ','. (comma-spacing)
(#380) Requires a space before '}'. (block-spacing)
(#380) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#380) Missing semicolon. (semi)
(#380) Requires a space before '}'. (block-spacing)
(#380) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#380) Expected space(s) before "if". (keyword-spacing)
(#380) Expected space(s) after "if". (keyword-spacing)
(#380) Operator '&&' must be spaced. (space-infix-ops)
(#380) Requires a space after '{'. (block-spacing)
(#380) Statement inside of curly braces should be on next line. (brace-style)
(#380) Missing space before opening brace. (space-before-blocks)
(#380) Operator '=' must be spaced. (space-infix-ops)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Expected space(s) after "for". (keyword-spacing)
(#380) Operator '=' must be spaced. (space-infix-ops)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Operator '<' must be spaced. (space-infix-ops)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) 'l' used outside of binding context. (block-scoped-var)
(#380) Expected { after 'for' condition. (curly)
(#380) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#380) Operator '=' must be spaced. (space-infix-ops)
(#380) Unexpected use of comma operator. (no-sequences)
(#380) A space is required after ','. (comma-spacing)
(#380) 'l' used outside of binding context. (block-scoped-var)
(#380) Operator '=' must be spaced. (space-infix-ops)
(#380) A space is required after ','. (comma-spacing)
(#380) 'l' used outside of binding context. (block-scoped-var)
(#380) Operator '=' must be spaced. (space-infix-ops)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Operator '=' must be spaced. (space-infix-ops)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Expected space(s) after "for". (keyword-spacing)
(#380) Operator '=' must be spaced. (space-infix-ops)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Operator '<' must be spaced. (space-infix-ops)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) 'l' used outside of binding context. (block-scoped-var)
(#380) Expected { after 'for' condition. (curly)
(#380) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#380) Operator '=' must be spaced. (space-infix-ops)
(#380) Unexpected use of comma operator. (no-sequences)
(#380) A space is required after ','. (comma-spacing)
(#380) 'l' used outside of binding context. (block-scoped-var)
(#380) A space is required after ','. (comma-spacing)
(#380) 'l' used outside of binding context. (block-scoped-var)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#380) Operator '<' must be spaced. (space-infix-ops)
(#380) Operator '&&' must be spaced. (space-infix-ops)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Operator '=' must be spaced. (space-infix-ops)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Operator '=' must be spaced. (space-infix-ops)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Expected space(s) after "for". (keyword-spacing)
(#380) 'l' used outside of binding context. (block-scoped-var)
(#380) Operator '=' must be spaced. (space-infix-ops)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Operator '<' must be spaced. (space-infix-ops)
(#380) 'l' used outside of binding context. (block-scoped-var)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Expected { after 'for' condition. (curly)
(#380) Expected space(s) before "if". (keyword-spacing)
(#380) Expected space(s) after "if". (keyword-spacing)
(#380) 'r' used outside of binding context. (block-scoped-var)
(#380) Operator '=' must be spaced. (space-infix-ops)
(#380) Unexpected use of comma operator. (no-sequences)
(#381) This line has a length of 507. Maximum allowed is 132. (max-len)
(#381) Operator '||' must be spaced. (space-infix-ops)
(#381) 'r' used outside of binding context. (block-scoped-var)
(#381) Operator '&&' must be spaced. (space-infix-ops)
(#381) Operator '||' must be spaced. (space-infix-ops)
(#381) 'r' used outside of binding context. (block-scoped-var)
(#381) Expected { after 'if' condition. (curly)
(#381) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#381) Operator '&&' must be spaced. (space-infix-ops)
(#381) Operator '===' must be spaced. (space-infix-ops)
(#381) 'r' used outside of binding context. (block-scoped-var)
(#381) Operator '?' must be spaced. (space-infix-ops)
(#381) 'r' used outside of binding context. (block-scoped-var)
(#381) Operator '=' must be spaced. (space-infix-ops)
(#381) A space is required after ','. (comma-spacing)
(#381) 'r' used outside of binding context. (block-scoped-var)
(#381) Operator ':' must be spaced. (space-infix-ops)
(#381) A space is required after ','. (comma-spacing)
(#381) A space is required after ','. (comma-spacing)
(#381) 'r' used outside of binding context. (block-scoped-var)
(#381) A space is required after ','. (comma-spacing)
(#381) A space is required after ','. (comma-spacing)
(#381) A space is required after ','. (comma-spacing)
(#381) 'r' used outside of binding context. (block-scoped-var)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) Expected space(s) after "if". (keyword-spacing)
(#381) Operator '<' must be spaced. (space-infix-ops)
(#381) Expected { after 'if' condition. (curly)
(#381) Expected space(s) before "for". (keyword-spacing)
(#381) Expected space(s) after "for". (keyword-spacing)
(#381) A space is required after ','. (comma-spacing)
(#381) Operator '=' must be spaced. (space-infix-ops)
(#381) A space is required after ','. (comma-spacing)
(#381) Operator '=' must be spaced. (space-infix-ops)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) Operator '<' must be spaced. (space-infix-ops)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) 'l' used outside of binding context. (block-scoped-var)
(#381) Expected { after 'for' condition. (curly)
(#381) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#381) Operator '=' must be spaced. (space-infix-ops)
(#381) Unexpected use of comma operator. (no-sequences)
(#381) A space is required after ','. (comma-spacing)
(#381) A space is required after ','. (comma-spacing)
(#381) A space is required after ','. (comma-spacing)
(#381) 'l' used outside of binding context. (block-scoped-var)
(#381) A space is required after ','. (comma-spacing)
(#381) A space is required after ','. (comma-spacing)
(#381) A space is required after ','. (comma-spacing)
(#381) 'l' used outside of binding context. (block-scoped-var)
(#381) Requires a space before '}'. (block-spacing)
(#381) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#381) Missing semicolon. (semi)
(#381) Requires a space before '}'. (block-spacing)
(#381) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#381) Operator '=' must be spaced. (space-infix-ops)
(#381) Requires a space after '{'. (block-spacing)
(#381) Statement inside of curly braces should be on next line. (brace-style)
(#381) Missing space before opening brace. (space-before-blocks)
(#381) Expected space(s) after "if". (keyword-spacing)
(#381) Operator '===' must be spaced. (space-infix-ops)
(#381) Expected { after 'if' condition. (curly)
(#381) Expected space(s) before "return". (keyword-spacing)
(#381) A space is required after ','. (comma-spacing)
(#381) A space is required after ','. (comma-spacing)
(#381) A space is required after ','. (comma-spacing)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) Operator '=' must be spaced. (space-infix-ops)
(#381) A space is required after ','. (comma-spacing)
(#381) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#381) Operator '=' must be spaced. (space-infix-ops)
(#382) This line has a length of 520. Maximum allowed is 132. (max-len)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) A space is required after ','. (comma-spacing)
(#382) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) A space is required after ','. (comma-spacing)
(#382) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) A space is required after ','. (comma-spacing)
(#382) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) Missing whitespace after semicolon. (semi-spacing)
(#382) Expected space(s) after "if". (keyword-spacing)
(#382) Expected { after 'if' condition. (curly)
(#382) Expected space(s) before "for". (keyword-spacing)
(#382) Expected space(s) after "for". (keyword-spacing)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) A space is required after ','. (comma-spacing)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) Missing whitespace after semicolon. (semi-spacing)
(#382) Operator '<' must be spaced. (space-infix-ops)
(#382) Missing whitespace after semicolon. (semi-spacing)
(#382) Expected { after 'for' condition. (curly)
(#382) Expected space(s) before "for". (keyword-spacing)
(#382) Expected space(s) after "for". (keyword-spacing)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) A space is required after ','. (comma-spacing)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) A space is required after ','. (comma-spacing)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) Missing whitespace after semicolon. (semi-spacing)
(#382) Operator '<' must be spaced. (space-infix-ops)
(#382) Missing whitespace after semicolon. (semi-spacing)
(#382) Requires a space after '{'. (block-spacing)
(#382) Statement inside of curly braces should be on next line. (brace-style)
(#382) Missing space before opening brace. (space-before-blocks)
(#382) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) Missing whitespace after semicolon. (semi-spacing)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) A space is required after ','. (comma-spacing)
(#382) A space is required after ','. (comma-spacing)
(#382) Missing whitespace after semicolon. (semi-spacing)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) A space is required after ','. (comma-spacing)
(#382) A space is required after ','. (comma-spacing)
(#382) Missing whitespace after semicolon. (semi-spacing)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) A space is required after ','. (comma-spacing)
(#382) A space is required after ','. (comma-spacing)
(#382) Missing whitespace after semicolon. (semi-spacing)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) A space is required after ','. (comma-spacing)
(#382) A space is required after ','. (comma-spacing)
(#382) Missing whitespace after semicolon. (semi-spacing)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) A space is required after ','. (comma-spacing)
(#382) A space is required after ','. (comma-spacing)
(#382) Missing whitespace after semicolon. (semi-spacing)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) A space is required after ','. (comma-spacing)
(#382) A space is required after ','. (comma-spacing)
(#382) Requires a space before '}'. (block-spacing)
(#382) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#382) Missing semicolon. (semi)
(#382) 'l' used outside of binding context. (block-scoped-var)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) Missing whitespace after semicolon. (semi-spacing)
(#382) Expected space(s) after "for". (keyword-spacing)
(#382) 'r' used outside of binding context. (block-scoped-var)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) Missing whitespace after semicolon. (semi-spacing)
(#382) 'l' used outside of binding context. (block-scoped-var)
(#382) Operator '<' must be spaced. (space-infix-ops)
(#382) 'r' used outside of binding context. (block-scoped-var)
(#382) Missing whitespace after semicolon. (semi-spacing)
(#382) 'l' used outside of binding context. (block-scoped-var)
(#382) Expected { after 'for' condition. (curly)
(#382) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) 'l' used outside of binding context. (block-scoped-var)
(#382) A space is required after ','. (comma-spacing)
(#382) Unexpected use of comma operator. (no-sequences)
(#382) A space is required after ','. (comma-spacing)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) 'l' used outside of binding context. (block-scoped-var)
(#382) A space is required after ','. (comma-spacing)
(#382) A space is required after ','. (comma-spacing)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) 'l' used outside of binding context. (block-scoped-var)
(#382) A space is required after ','. (comma-spacing)
(#382) A space is required after ','. (comma-spacing)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) 'l' used outside of binding context. (block-scoped-var)
(#382) A space is required after ','. (comma-spacing)
(#382) A space is required after ','. (comma-spacing)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) 'l' used outside of binding context. (block-scoped-var)
(#382) A space is required after ','. (comma-spacing)
(#382) A space is required after ','. (comma-spacing)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) 'l' used outside of binding context. (block-scoped-var)
(#383) This line has a length of 507. Maximum allowed is 132. (max-len)
(#383) Missing whitespace after semicolon. (semi-spacing)
(#383) A space is required after ','. (comma-spacing)
(#383) Operator '+' must be spaced. (space-infix-ops)
(#383) Operator '/' must be spaced. (space-infix-ops)
(#383) A space is required after ','. (comma-spacing)
(#383) Operator '+' must be spaced. (space-infix-ops)
(#383) Operator '/' must be spaced. (space-infix-ops)
(#383) A space is required after ','. (comma-spacing)
(#383) Operator '+' must be spaced. (space-infix-ops)
(#383) Operator '/' must be spaced. (space-infix-ops)
(#383) Requires a space before '}'. (block-spacing)
(#383) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#383) Missing semicolon. (semi)
(#383) Missing whitespace after semicolon. (semi-spacing)
(#383) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Requires a space after '{'. (block-spacing)
(#383) Statement inside of curly braces should be on next line. (brace-style)
(#383) Missing space before opening brace. (space-before-blocks)
(#383) Expected space(s) after "if". (keyword-spacing)
(#383) Operator '===' must be spaced. (space-infix-ops)
(#383) Expected { after 'if' condition. (curly)
(#383) Expected space(s) before "return". (keyword-spacing)
(#383) A space is required after ','. (comma-spacing)
(#383) Missing whitespace after semicolon. (semi-spacing)
(#383) Expected space(s) after "for". (keyword-spacing)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) A space is required after ','. (comma-spacing)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) A space is required after ','. (comma-spacing)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) A space is required after ','. (comma-spacing)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) A space is required after ','. (comma-spacing)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) A space is required after ','. (comma-spacing)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Missing whitespace after semicolon. (semi-spacing)
(#383) Operator '<' must be spaced. (space-infix-ops)
(#383) Missing whitespace after semicolon. (semi-spacing)
(#383) Expected { after 'for' condition. (curly)
(#383) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) A space is required after ','. (comma-spacing)
(#383) Unexpected use of comma operator. (no-sequences)
(#383) A space is required after ','. (comma-spacing)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) A space is required after ','. (comma-spacing)
(#383) A space is required after ','. (comma-spacing)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) A space is required after ','. (comma-spacing)
(#383) A space is required after ','. (comma-spacing)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) A space is required after ','. (comma-spacing)
(#383) Missing whitespace after semicolon. (semi-spacing)
(#383) 'b' used outside of binding context. (block-scoped-var)
(#383) Operator '+' must be spaced. (space-infix-ops)
(#383) 'c' used outside of binding context. (block-scoped-var)
(#383) Operator '/' must be spaced. (space-infix-ops)
(#383) A space is required after ','. (comma-spacing)
(#383) 'g' used outside of binding context. (block-scoped-var)
(#383) Operator '+' must be spaced. (space-infix-ops)
(#383) 'e' used outside of binding context. (block-scoped-var)
(#383) Operator '/' must be spaced. (space-infix-ops)
(#383) Requires a space before '}'. (block-spacing)
(#383) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#383) Missing semicolon. (semi)
(#383) Missing whitespace after semicolon. (semi-spacing)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Requires a space after '{'. (block-spacing)
(#383) Statement inside of curly braces should be on next line. (brace-style)
(#383) Missing space before opening brace. (space-before-blocks)
(#383) Expected space(s) after "if". (keyword-spacing)
(#383) Operator '===' must be spaced. (space-infix-ops)
(#383) Expected { after 'if' condition. (curly)
(#383) Expected space(s) before "return". (keyword-spacing)
(#383) A space is required after ','. (comma-spacing)
(#383) Missing whitespace after semicolon. (semi-spacing)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) A space is required after ','. (comma-spacing)
(#383) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) A space is required after ','. (comma-spacing)
(#383) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) A space is required after ','. (comma-spacing)
(#383) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#384) This line has a length of 502. Maximum allowed is 132. (max-len)
(#384) Expected space(s) after "if". (keyword-spacing)
(#384) Requires a space after '{'. (block-spacing)
(#384) Statement inside of curly braces should be on next line. (brace-style)
(#384) Missing space before opening brace. (space-before-blocks)
(#384) Expected space(s) after "for". (keyword-spacing)
(#384) Operator '=' must be spaced. (space-infix-ops)
(#384) A space is required after ','. (comma-spacing)
(#384) Operator '=' must be spaced. (space-infix-ops)
(#384) Missing whitespace after semicolon. (semi-spacing)
(#384) Operator '<' must be spaced. (space-infix-ops)
(#384) Missing whitespace after semicolon. (semi-spacing)
(#384) Expected { after 'for' condition. (curly)
(#384) Expected space(s) before "for". (keyword-spacing)
(#384) Expected space(s) after "for". (keyword-spacing)
(#384) Operator '=' must be spaced. (space-infix-ops)
(#384) A space is required after ','. (comma-spacing)
(#384) Operator '=' must be spaced. (space-infix-ops)
(#384) A space is required after ','. (comma-spacing)
(#384) Operator '=' must be spaced. (space-infix-ops)
(#384) Missing whitespace after semicolon. (semi-spacing)
(#384) Operator '<' must be spaced. (space-infix-ops)
(#384) Missing whitespace after semicolon. (semi-spacing)
(#384) Requires a space after '{'. (block-spacing)
(#384) Statement inside of curly braces should be on next line. (brace-style)
(#384) Missing space before opening brace. (space-before-blocks)
(#384) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#384) Operator '=' must be spaced. (space-infix-ops)
(#384) Missing whitespace after semicolon. (semi-spacing)
(#384) Operator '=' must be spaced. (space-infix-ops)
(#384) A space is required after ','. (comma-spacing)
(#384) A space is required after ','. (comma-spacing)
(#384) Missing whitespace after semicolon. (semi-spacing)
(#384) Operator '=' must be spaced. (space-infix-ops)
(#384) A space is required after ','. (comma-spacing)
(#384) A space is required after ','. (comma-spacing)
(#384) Missing whitespace after semicolon. (semi-spacing)
(#384) Operator '=' must be spaced. (space-infix-ops)
(#384) A space is required after ','. (comma-spacing)
(#384) A space is required after ','. (comma-spacing)
(#384) Missing whitespace after semicolon. (semi-spacing)
(#384) Operator '=' must be spaced. (space-infix-ops)
(#384) A space is required after ','. (comma-spacing)
(#384) A space is required after ','. (comma-spacing)
(#384) Requires a space before '}'. (block-spacing)
(#384) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#384) Missing semicolon. (semi)
(#384) Operator '-=' must be spaced. (space-infix-ops)
(#384) Missing whitespace after semicolon. (semi-spacing)
(#384) Operator '-=' must be spaced. (space-infix-ops)
(#384) Missing whitespace after semicolon. (semi-spacing)
(#384) Operator '+=' must be spaced. (space-infix-ops)
(#384) Missing whitespace after semicolon. (semi-spacing)
(#384) Operator '+=' must be spaced. (space-infix-ops)
(#384) Requires a space before '}'. (block-spacing)
(#384) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#384) Missing semicolon. (semi)
(#384) 'm' used outside of binding context. (block-scoped-var)
(#384) Operator '=' must be spaced. (space-infix-ops)
(#384) Missing whitespace after semicolon. (semi-spacing)
(#384) Expected space(s) after "for". (keyword-spacing)
(#384) 'p' used outside of binding context. (block-scoped-var)
(#384) Operator '=' must be spaced. (space-infix-ops)
(#384) Missing whitespace after semicolon. (semi-spacing)
(#384) 'm' used outside of binding context. (block-scoped-var)
(#384) Operator '<' must be spaced. (space-infix-ops)
(#384) 'p' used outside of binding context. (block-scoped-var)
(#384) Missing whitespace after semicolon. (semi-spacing)
(#384) 'm' used outside of binding context. (block-scoped-var)
(#384) Expected { after 'for' condition. (curly)
(#384) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#384) Operator '=' must be spaced. (space-infix-ops)
(#384) 'm' used outside of binding context. (block-scoped-var)
(#384) A space is required after ','. (comma-spacing)
(#384) Unexpected use of comma operator. (no-sequences)
(#384) A space is required after ','. (comma-spacing)
(#384) Operator '=' must be spaced. (space-infix-ops)
(#384) 'm' used outside of binding context. (block-scoped-var)
(#384) A space is required after ','. (comma-spacing)
(#384) A space is required after ','. (comma-spacing)
(#384) Operator '=' must be spaced. (space-infix-ops)
(#384) 'm' used outside of binding context. (block-scoped-var)
(#384) A space is required after ','. (comma-spacing)
(#384) A space is required after ','. (comma-spacing)
(#384) Operator '=' must be spaced. (space-infix-ops)
(#384) 'm' used outside of binding context. (block-scoped-var)
(#384) A space is required after ','. (comma-spacing)
(#384) Missing whitespace after semicolon. (semi-spacing)
(#384) Operator '-' must be spaced. (space-infix-ops)
(#384) A space is required after ','. (comma-spacing)
(#384) Operator '-' must be spaced. (space-infix-ops)
(#384) Requires a space before '}'. (block-spacing)
(#384) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#384) Missing semicolon. (semi)
(#384) Missing whitespace after semicolon. (semi-spacing)
(#384) Operator '=' must be spaced. (space-infix-ops)
(#384) Requires a space after '{'. (block-spacing)
(#384) Statement inside of curly braces should be on next line. (brace-style)
(#384) Missing space before opening brace. (space-before-blocks)
(#384) Expected space(s) after "if". (keyword-spacing)
(#384) Operator '&&' must be spaced. (space-infix-ops)
(#384) Requires a space after '{'. (block-spacing)
(#384) Statement inside of curly braces should be on next line. (brace-style)
(#384) Missing space before opening brace. (space-before-blocks)
(#384) Expected space(s) after "if". (keyword-spacing)
(#384) Expected { after 'if' condition. (curly)
(#384) Expected space(s) before "if". (keyword-spacing)
(#384) Expected space(s) after "if". (keyword-spacing)
(#384) Operator '-' must be spaced. (space-infix-ops)
(#385) This line has a length of 504. Maximum allowed is 132. (max-len)
(#385) Operator '!==' must be spaced. (space-infix-ops)
(#385) Requires a space after '{'. (block-spacing)
(#385) Statement inside of curly braces should be on next line. (brace-style)
(#385) Missing space before opening brace. (space-before-blocks)
(#385) Operator '=' must be spaced. (space-infix-ops)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) Expected space(s) after "for". (keyword-spacing)
(#385) Operator '=' must be spaced. (space-infix-ops)
(#385) A space is required after ','. (comma-spacing)
(#385) Operator '=' must be spaced. (space-infix-ops)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) Operator '<' must be spaced. (space-infix-ops)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) Expected { after 'for' condition. (curly)
(#385) Expected space(s) before "this". (keyword-spacing)
(#385) Operator '=' must be spaced. (space-infix-ops)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) 'e' used outside of binding context. (block-scoped-var)
(#385) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#385) Operator '=' must be spaced. (space-infix-ops)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) Expected space(s) after "for". (keyword-spacing)
(#385) 'b' used outside of binding context. (block-scoped-var)
(#385) Operator '=' must be spaced. (space-infix-ops)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) 'e' used outside of binding context. (block-scoped-var)
(#385) Operator '<' must be spaced. (space-infix-ops)
(#385) 'b' used outside of binding context. (block-scoped-var)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) 'e' used outside of binding context. (block-scoped-var)
(#385) Expected { after 'for' condition. (curly)
(#385) Expected space(s) before "this". (keyword-spacing)
(#385) 'e' used outside of binding context. (block-scoped-var)
(#385) Requires a space before '}'. (block-spacing)
(#385) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#385) Missing semicolon. (semi)
(#385) Expected space(s) before "else". (keyword-spacing)
(#385) Expected { after 'else'. (curly)
(#385) Expected space(s) after "for". (keyword-spacing)
(#385) 'e' used outside of binding context. (block-scoped-var)
(#385) Operator '=' must be spaced. (space-infix-ops)
(#385) A space is required after ','. (comma-spacing)
(#385) 'b' used outside of binding context. (block-scoped-var)
(#385) Operator '=' must be spaced. (space-infix-ops)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) 'e' used outside of binding context. (block-scoped-var)
(#385) Operator '<' must be spaced. (space-infix-ops)
(#385) 'b' used outside of binding context. (block-scoped-var)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) 'e' used outside of binding context. (block-scoped-var)
(#385) Requires a space after '{'. (block-spacing)
(#385) Statement inside of curly braces should be on next line. (brace-style)
(#385) Missing space before opening brace. (space-before-blocks)
(#385) Operator '=' must be spaced. (space-infix-ops)
(#385) 'e' used outside of binding context. (block-scoped-var)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) Operator '=' must be spaced. (space-infix-ops)
(#385) Requires a space before '}'. (block-spacing)
(#385) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#385) Missing semicolon. (semi)
(#385) 'e' used outside of binding context. (block-scoped-var)
(#385) Operator '=' must be spaced. (space-infix-ops)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) Expected space(s) after "for". (keyword-spacing)
(#385) 'b' used outside of binding context. (block-scoped-var)
(#385) Operator '=' must be spaced. (space-infix-ops)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) 'e' used outside of binding context. (block-scoped-var)
(#385) Operator '<' must be spaced. (space-infix-ops)
(#385) 'b' used outside of binding context. (block-scoped-var)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) 'e' used outside of binding context. (block-scoped-var)
(#385) Expected { after 'for' condition. (curly)
(#385) Expected space(s) before "if". (keyword-spacing)
(#385) Expected space(s) after "if". (keyword-spacing)
(#385) 'e' used outside of binding context. (block-scoped-var)
(#385) Operator '=' must be spaced. (space-infix-ops)
(#385) Unexpected use of comma operator. (no-sequences)
(#385) A space is required after ','. (comma-spacing)
(#385) Operator '===' must be spaced. (space-infix-ops)
(#385) 'e' used outside of binding context. (block-scoped-var)
(#385) Requires a space after '{'. (block-spacing)
(#385) Statement inside of curly braces should be on next line. (brace-style)
(#385) Missing space before opening brace. (space-before-blocks)
(#385) Expected space(s) after "for". (keyword-spacing)
(#385) Operator '=' must be spaced. (space-infix-ops)
(#385) 'g' used outside of binding context. (block-scoped-var)
(#385) Operator '=' must be spaced. (space-infix-ops)
(#385) A space is required after ','. (comma-spacing)
(#385) Operator '=' must be spaced. (space-infix-ops)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) Operator '<' must be spaced. (space-infix-ops)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) Expected { after 'for' condition. (curly)
(#385) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#385) Expected space(s) before "this". (keyword-spacing)
(#385) Operator '!==' must be spaced. (space-infix-ops)
(#385) 'e' used outside of binding context. (block-scoped-var)
(#385) Operator '&&' must be spaced. (space-infix-ops)
(#385) Operator '!==' must be spaced. (space-infix-ops)
(#385) 'e' used outside of binding context. (block-scoped-var)
(#385) Operator '||' must be spaced. (space-infix-ops)
(#385) 'g' used outside of binding context. (block-scoped-var)
(#386) This line has a length of 520. Maximum allowed is 132. (max-len)
(#386) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#386) Operator '===' must be spaced. (space-infix-ops)
(#386) 'g' used outside of binding context. (block-scoped-var)
(#386) Operator '&&' must be spaced. (space-infix-ops)
(#386) 'e' used outside of binding context. (block-scoped-var)
(#386) Operator '=' must be spaced. (space-infix-ops)
(#386) Requires a space before '}'. (block-spacing)
(#386) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#386) Missing semicolon. (semi)
(#386) 'e' used outside of binding context. (block-scoped-var)
(#386) Operator '=' must be spaced. (space-infix-ops)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) 'b' used outside of binding context. (block-scoped-var)
(#386) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#386) Operator '=' must be spaced. (space-infix-ops)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) Expected space(s) after "for". (keyword-spacing)
(#386) 'g' used outside of binding context. (block-scoped-var)
(#386) Operator '=' must be spaced. (space-infix-ops)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) 'b' used outside of binding context. (block-scoped-var)
(#386) Operator '<' must be spaced. (space-infix-ops)
(#386) 'g' used outside of binding context. (block-scoped-var)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) 'b' used outside of binding context. (block-scoped-var)
(#386) Expected { after 'for' condition. (curly)
(#386) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#386) Operator '!==' must be spaced. (space-infix-ops)
(#386) 'b' used outside of binding context. (block-scoped-var)
(#386) Operator '&&' must be spaced. (space-infix-ops)
(#386) 'e' used outside of binding context. (block-scoped-var)
(#386) Operator '=' must be spaced. (space-infix-ops)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) 'e' used outside of binding context. (block-scoped-var)
(#386) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#386) Operator '&&' must be spaced. (space-infix-ops)
(#386) A space is required after ','. (comma-spacing)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) Operator '=' must be spaced. (space-infix-ops)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) Operator '=' must be spaced. (space-infix-ops)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) Operator '=' must be spaced. (space-infix-ops)
(#386) Operator '-' must be spaced. (space-infix-ops)
(#386) Requires a space before '}'. (block-spacing)
(#386) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#386) Missing semicolon. (semi)
(#386) Expected space(s) before "this". (keyword-spacing)
(#386) Operator '=' must be spaced. (space-infix-ops)
(#386) Requires a space before '}'. (block-spacing)
(#386) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#386) Missing semicolon. (semi)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) Operator '=' must be spaced. (space-infix-ops)
(#386) Requires a space after '{'. (block-spacing)
(#386) Statement inside of curly braces should be on next line. (brace-style)
(#386) Missing space before opening brace. (space-before-blocks)
(#386) Expected space(s) after "for". (keyword-spacing)
(#386) Operator '=' must be spaced. (space-infix-ops)
(#386) A space is required after ','. (comma-spacing)
(#386) Operator '=' must be spaced. (space-infix-ops)
(#386) A space is required after ','. (comma-spacing)
(#386) Operator '=' must be spaced. (space-infix-ops)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) Operator '<' must be spaced. (space-infix-ops)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) Expected { after 'for' condition. (curly)
(#386) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#386) Expected space(s) before "this". (keyword-spacing)
(#386) Operator '&&' must be spaced. (space-infix-ops)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) 'e' used outside of binding context. (block-scoped-var)
(#386) A space is required after ','. (comma-spacing)
(#386) Requires a space after '{'. (block-spacing)
(#386) Statement inside of curly braces should be on next line. (brace-style)
(#386) Missing space before opening brace. (space-before-blocks)
(#386) Operator '-' must be spaced. (space-infix-ops)
(#386) Requires a space before '}'. (block-spacing)
(#386) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#386) Missing semicolon. (semi)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) 'e' used outside of binding context. (block-scoped-var)
(#386) Requires a space before '}'. (block-spacing)
(#386) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#386) Missing semicolon. (semi)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) Operator '=' must be spaced. (space-infix-ops)
(#387) This line has a length of 516. Maximum allowed is 132. (max-len)
(#387) Requires a space after '{'. (block-spacing)
(#387) Statement inside of curly braces should be on next line. (brace-style)
(#387) Missing space before opening brace. (space-before-blocks)
(#387) Expected space(s) after "for". (keyword-spacing)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) A space is required after ','. (comma-spacing)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) A space is required after ','. (comma-spacing)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) Operator '<' must be spaced. (space-infix-ops)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) Expected { after 'for' condition. (curly)
(#387) Operator '+=' must be spaced. (space-infix-ops)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) 'e' used outside of binding context. (block-scoped-var)
(#387) Requires a space before '}'. (block-spacing)
(#387) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#387) Missing semicolon. (semi)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) Requires a space after '{'. (block-spacing)
(#387) Statement inside of curly braces should be on next line. (brace-style)
(#387) Missing space before opening brace. (space-before-blocks)
(#387) Expected space(s) after "for". (keyword-spacing)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) A space is required after ','. (comma-spacing)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) A space is required after ','. (comma-spacing)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) Operator '<' must be spaced. (space-infix-ops)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) Expected { after 'for' condition. (curly)
(#387) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#387) Expected space(s) before "this". (keyword-spacing)
(#387) Operator '&&' must be spaced. (space-infix-ops)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) 'e' used outside of binding context. (block-scoped-var)
(#387) Requires a space before '}'. (block-spacing)
(#387) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#387) Missing semicolon. (semi)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) Requires a space after '{'. (block-spacing)
(#387) Statement inside of curly braces should be on next line. (brace-style)
(#387) Missing space before opening brace. (space-before-blocks)
(#387) Expected space(s) after "for". (keyword-spacing)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) A space is required after ','. (comma-spacing)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) Operator '<' must be spaced. (space-infix-ops)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) Expected { after 'for' condition. (curly)
(#387) Expected space(s) before "for". (keyword-spacing)
(#387) Expected space(s) after "for". (keyword-spacing)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) Operator '<' must be spaced. (space-infix-ops)
(#387) Operator '&&' must be spaced. (space-infix-ops)
(#387) Operator '<' must be spaced. (space-infix-ops)
(#387) Operator '-' must be spaced. (space-infix-ops)
(#387) Requires a space after '{'. (block-spacing)
(#387) Statement inside of curly braces should be on next line. (brace-style)
(#387) Missing space before opening brace. (space-before-blocks)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) Operator '-' must be spaced. (space-infix-ops)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) Operator '-' must be spaced. (space-infix-ops)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) Requires a space before '}'. (block-spacing)
(#387) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#387) Missing semicolon. (semi)
(#387) Requires a space before '}'. (block-spacing)
(#387) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) Requires a space after '{'. (block-spacing)
(#387) Statement inside of curly braces should be on next line. (brace-style)
(#387) Missing space before opening brace. (space-before-blocks)
(#387) Expected space(s) after "for". (keyword-spacing)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) A space is required after ','. (comma-spacing)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) Operator '<' must be spaced. (space-infix-ops)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) Expected { after 'for' condition. (curly)
(#387) Expected space(s) before "for". (keyword-spacing)
(#387) Expected space(s) after "for". (keyword-spacing)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) Operator '<' must be spaced. (space-infix-ops)
(#387) Operator '&&' must be spaced. (space-infix-ops)
(#387) Operator '+' must be spaced. (space-infix-ops)
(#387) Operator '<' must be spaced. (space-infix-ops)
(#388) This line has a length of 501. Maximum allowed is 132. (max-len)
(#388) Operator '-' must be spaced. (space-infix-ops)
(#388) Operator '+' must be spaced. (space-infix-ops)
(#388) Operator '-' must be spaced. (space-infix-ops)
(#388) Requires a space after '{'. (block-spacing)
(#388) Statement inside of curly braces should be on next line. (brace-style)
(#388) Missing space before opening brace. (space-before-blocks)
(#388) Operator '=' must be spaced. (space-infix-ops)
(#388) Missing whitespace after semicolon. (semi-spacing)
(#388) Operator '=' must be spaced. (space-infix-ops)
(#388) Operator '-' must be spaced. (space-infix-ops)
(#388) Missing whitespace after semicolon. (semi-spacing)
(#388) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#388) Operator '-' must be spaced. (space-infix-ops)
(#388) Operator '=' must be spaced. (space-infix-ops)
(#388) Missing whitespace after semicolon. (semi-spacing)
(#388) Requires a space before '}'. (block-spacing)
(#388) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#388) Missing semicolon. (semi)
(#388) Requires a space before '}'. (block-spacing)
(#388) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#388) Missing whitespace after semicolon. (semi-spacing)
(#388) Operator '=' must be spaced. (space-infix-ops)
(#388) Requires a space after '{'. (block-spacing)
(#388) Statement inside of curly braces should be on next line. (brace-style)
(#388) Missing space before opening brace. (space-before-blocks)
(#388) Expected space(s) after "for". (keyword-spacing)
(#388) Operator '=' must be spaced. (space-infix-ops)
(#388) A space is required after ','. (comma-spacing)
(#388) Operator '=' must be spaced. (space-infix-ops)
(#388) A space is required after ','. (comma-spacing)
(#388) Operator '=' must be spaced. (space-infix-ops)
(#388) Missing whitespace after semicolon. (semi-spacing)
(#388) Operator '<' must be spaced. (space-infix-ops)
(#388) Missing whitespace after semicolon. (semi-spacing)
(#388) Requires a space after '{'. (block-spacing)
(#388) Statement inside of curly braces should be on next line. (brace-style)
(#388) Missing space before opening brace. (space-before-blocks)
(#388) Operator '=' must be spaced. (space-infix-ops)
(#388) Missing whitespace after semicolon. (semi-spacing)
(#388) Operator '=' must be spaced. (space-infix-ops)
(#388) Missing whitespace after semicolon. (semi-spacing)
(#388) Operator '=' must be spaced. (space-infix-ops)
(#388) Missing whitespace after semicolon. (semi-spacing)
(#388) Operator '=' must be spaced. (space-infix-ops)
(#388) Operator '===' must be spaced. (space-infix-ops)
(#388) Operator '&&' must be spaced. (space-infix-ops)
(#388) Operator '-' must be spaced. (space-infix-ops)
(#388) Operator '-' must be spaced. (space-infix-ops)
(#388) Operator '<' must be spaced. (space-infix-ops)
(#388) Operator '/' must be spaced. (space-infix-ops)
(#388) Operator '&&' must be spaced. (space-infix-ops)
(#388) Operator '===' must be spaced. (space-infix-ops)
(#388) Missing whitespace after semicolon. (semi-spacing)
(#388) Operator '=' must be spaced. (space-infix-ops)
(#388) Missing whitespace after semicolon. (semi-spacing)
(#388) Operator '=' must be spaced. (space-infix-ops)
(#388) Operator '%' must be spaced. (space-infix-ops)
(#388) Operator '*' must be spaced. (space-infix-ops)
(#388) Missing whitespace after semicolon. (semi-spacing)
(#388) Operator '=' must be spaced. (space-infix-ops)
(#389) This line has a length of 510. Maximum allowed is 132. (max-len)
(#389) Missing whitespace after semicolon. (semi-spacing)
(#389) Operator '=' must be spaced. (space-infix-ops)
(#389) Missing whitespace after semicolon. (semi-spacing)
(#389) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#389) Operator '=' must be spaced. (space-infix-ops)
(#389) Missing whitespace after semicolon. (semi-spacing)
(#389) Operator '=' must be spaced. (space-infix-ops)
(#389) Requires a space before '}'. (block-spacing)
(#389) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#389) Missing semicolon. (semi)
(#389) 'e' used outside of binding context. (block-scoped-var)
(#389) Operator '=' must be spaced. (space-infix-ops)
(#389) Missing whitespace after semicolon. (semi-spacing)
(#389) Expected space(s) after "for". (keyword-spacing)
(#389) 'b' used outside of binding context. (block-scoped-var)
(#389) Operator '=' must be spaced. (space-infix-ops)
(#389) Missing whitespace after semicolon. (semi-spacing)
(#389) 'e' used outside of binding context. (block-scoped-var)
(#389) Operator '<' must be spaced. (space-infix-ops)
(#389) 'b' used outside of binding context. (block-scoped-var)
(#389) Missing whitespace after semicolon. (semi-spacing)
(#389) 'e' used outside of binding context. (block-scoped-var)
(#389) Expected { after 'for' condition. (curly)
(#389) Expected space(s) before "this". (keyword-spacing)
(#389) 'e' used outside of binding context. (block-scoped-var)
(#389) Operator '=' must be spaced. (space-infix-ops)
(#389) 'c' used outside of binding context. (block-scoped-var)
(#389) Requires a space before '}'. (block-spacing)
(#389) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#389) Missing semicolon. (semi)
(#389) Missing whitespace after semicolon. (semi-spacing)
(#389) Operator '=' must be spaced. (space-infix-ops)
(#389) Requires a space after '{'. (block-spacing)
(#389) Statement inside of curly braces should be on next line. (brace-style)
(#389) Missing space before opening brace. (space-before-blocks)
(#389) Operator '=' must be spaced. (space-infix-ops)
(#389) Missing whitespace after semicolon. (semi-spacing)
(#389) Expected space(s) after "if". (keyword-spacing)
(#389) Operator '!==' must be spaced. (space-infix-ops)
(#389) Requires a space after '{'. (block-spacing)
(#389) Statement inside of curly braces should be on next line. (brace-style)
(#389) Missing space before opening brace. (space-before-blocks)
(#389) Operator '/=' must be spaced. (space-infix-ops)
(#389) Missing whitespace after semicolon. (semi-spacing)
(#389) Operator '=' must be spaced. (space-infix-ops)
(#389) Missing whitespace after semicolon. (semi-spacing)
(#389) Expected space(s) after "for". (keyword-spacing)
(#389) Operator '=' must be spaced. (space-infix-ops)
(#389) Missing whitespace after semicolon. (semi-spacing)
(#389) Operator '<' must be spaced. (space-infix-ops)
(#389) Missing whitespace after semicolon. (semi-spacing)
(#389) Expected { after 'for' condition. (curly)
(#389) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#389) Expected space(s) before "this". (keyword-spacing)
(#389) Operator '*=' must be spaced. (space-infix-ops)
(#389) Unexpected use of comma operator. (no-sequences)
(#389) A space is required after ','. (comma-spacing)
(#389) Operator '*=' must be spaced. (space-infix-ops)
(#389) Requires a space before '}'. (block-spacing)
(#389) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#389) Missing semicolon. (semi)
(#389) Requires a space before '}'. (block-spacing)
(#389) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#389) Missing whitespace after semicolon. (semi-spacing)
(#389) Operator '=' must be spaced. (space-infix-ops)
(#389) Requires a space after '{'. (block-spacing)
(#389) Statement inside of curly braces should be on next line. (brace-style)
(#389) Missing space before opening brace. (space-before-blocks)
(#389) Expected space(s) after "if". (keyword-spacing)
(#389) Operator '===' must be spaced. (space-infix-ops)
(#389) Expected { after 'if' condition. (curly)
(#389) Expected space(s) before "return". (keyword-spacing)
(#389) Missing whitespace after semicolon. (semi-spacing)
(#389) Expected space(s) after "for". (keyword-spacing)
(#389) Operator '=' must be spaced. (space-infix-ops)
(#389) A space is required after ','. (comma-spacing)
(#389) Operator '=' must be spaced. (space-infix-ops)
(#389) A space is required after ','. (comma-spacing)
(#389) Operator '=' must be spaced. (space-infix-ops)
(#389) Missing whitespace after semicolon. (semi-spacing)
(#389) Operator '<' must be spaced. (space-infix-ops)
(#389) Missing whitespace after semicolon. (semi-spacing)
(#389) Expected { after 'for' condition. (curly)
(#389) Operator '+=' must be spaced. (space-infix-ops)
(#389) Missing whitespace after semicolon. (semi-spacing)
(#389) Return statement should not contain assignment. (no-return-assign)
(#389) 'c' used outside of binding context. (block-scoped-var)
(#389) Operator '/=' must be spaced. (space-infix-ops)
(#389) Requires a space before '}'. (block-spacing)
(#389) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#389) Missing semicolon. (semi)
(#390) This line has a length of 513. Maximum allowed is 132. (max-len)
(#390) Operator '=' must be spaced. (space-infix-ops)
(#390) Requires a space after '{'. (block-spacing)
(#390) Statement inside of curly braces should be on next line. (brace-style)
(#390) Missing space before opening brace. (space-before-blocks)
(#390) Expected space(s) after "for". (keyword-spacing)
(#390) Operator '=' must be spaced. (space-infix-ops)
(#390) Missing '()' invoking a constructor. (new-parens)
(#390) A space is required after ','. (comma-spacing)
(#390) Operator '=' must be spaced. (space-infix-ops)
(#390) A space is required after ','. (comma-spacing)
(#390) Operator '=' must be spaced. (space-infix-ops)
(#390) Missing whitespace after semicolon. (semi-spacing)
(#390) Operator '<' must be spaced. (space-infix-ops)
(#390) Missing whitespace after semicolon. (semi-spacing)
(#390) Expected { after 'for' condition. (curly)
(#390) Missing whitespace after semicolon. (semi-spacing)
(#390) Expected space(s) after "if". (keyword-spacing)
(#390) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#390) Requires a space after '{'. (block-spacing)
(#390) Statement inside of curly braces should be on next line. (brace-style)
(#390) Missing space before opening brace. (space-before-blocks)
(#390) 'e' used outside of binding context. (block-scoped-var)
(#390) Operator '=' must be spaced. (space-infix-ops)
(#390) Missing whitespace after semicolon. (semi-spacing)
(#390) Expected space(s) after "for". (keyword-spacing)
(#390) 'b' used outside of binding context. (block-scoped-var)
(#390) Operator '=' must be spaced. (space-infix-ops)
(#390) Missing whitespace after semicolon. (semi-spacing)
(#390) 'e' used outside of binding context. (block-scoped-var)
(#390) Operator '<' must be spaced. (space-infix-ops)
(#390) 'b' used outside of binding context. (block-scoped-var)
(#390) Missing whitespace after semicolon. (semi-spacing)
(#390) 'e' used outside of binding context. (block-scoped-var)
(#390) Expected { after 'for' condition. (curly)
(#390) Expected space(s) before "for". (keyword-spacing)
(#390) Expected space(s) after "for". (keyword-spacing)
(#390) Operator '=' must be spaced. (space-infix-ops)
(#390) 'e' used outside of binding context. (block-scoped-var)
(#390) A space is required after ','. (comma-spacing)
(#390) Operator '=' must be spaced. (space-infix-ops)
(#390) A space is required after ','. (comma-spacing)
(#390) Operator '=' must be spaced. (space-infix-ops)
(#390) Missing whitespace after semicolon. (semi-spacing)
(#390) Operator '<' must be spaced. (space-infix-ops)
(#390) Missing whitespace after semicolon. (semi-spacing)
(#390) Requires a space after '{'. (block-spacing)
(#390) Statement inside of curly braces should be on next line. (brace-style)
(#390) Missing space before opening brace. (space-before-blocks)
(#390) Operator '=' must be spaced. (space-infix-ops)
(#390) Missing whitespace after semicolon. (semi-spacing)
(#390) 'c' used outside of binding context. (block-scoped-var)
(#390) A space is required after ','. (comma-spacing)
(#390) Missing whitespace after semicolon. (semi-spacing)
(#390) 'c' used outside of binding context. (block-scoped-var)
(#390) A space is required after ','. (comma-spacing)
(#390) Requires a space before '}'. (block-spacing)
(#390) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#390) Missing semicolon. (semi)
(#390) 'c' used outside of binding context. (block-scoped-var)
(#390) Operator '-=' must be spaced. (space-infix-ops)
(#390) Missing whitespace after semicolon. (semi-spacing)
(#390) 'c' used outside of binding context. (block-scoped-var)
(#390) Operator '-=' must be spaced. (space-infix-ops)
(#390) Missing whitespace after semicolon. (semi-spacing)
(#390) 'c' used outside of binding context. (block-scoped-var)
(#390) Operator '+=' must be spaced. (space-infix-ops)
(#390) Missing whitespace after semicolon. (semi-spacing)
(#390) 'c' used outside of binding context. (block-scoped-var)
(#390) Operator '+=' must be spaced. (space-infix-ops)
(#390) Requires a space before '}'. (block-spacing)
(#390) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#390) Missing semicolon. (semi)
(#390) Expected space(s) before "return". (keyword-spacing)
(#390) 'c' used outside of binding context. (block-scoped-var)
(#390) Requires a space before '}'. (block-spacing)
(#390) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#390) Missing semicolon. (semi)
(#390) Missing whitespace after semicolon. (semi-spacing)
(#390) Operator '=' must be spaced. (space-infix-ops)
(#390) Requires a space after '{'. (block-spacing)
(#390) Statement inside of curly braces should be on next line. (brace-style)
(#390) Missing space before opening brace. (space-before-blocks)
(#390) Expected space(s) after "for". (keyword-spacing)
(#390) Operator '=' must be spaced. (space-infix-ops)
(#390) Missing '()' invoking a constructor. (new-parens)
(#390) A space is required after ','. (comma-spacing)
(#390) Operator '=' must be spaced. (space-infix-ops)
(#390) A space is required after ','. (comma-spacing)
(#390) Operator '=' must be spaced. (space-infix-ops)
(#390) Missing whitespace after semicolon. (semi-spacing)
(#390) Operator '<' must be spaced. (space-infix-ops)
(#390) Missing whitespace after semicolon. (semi-spacing)
(#390) Expected { after 'for' condition. (curly)
(#390) Missing whitespace after semicolon. (semi-spacing)
(#390) Expected space(s) after "if". (keyword-spacing)
(#390) Expected { after 'if' condition. (curly)
(#390) Expected space(s) before "for". (keyword-spacing)
(#390) Expected space(s) after "for". (keyword-spacing)
(#390) 'e' used outside of binding context. (block-scoped-var)
(#390) Operator '=' must be spaced. (space-infix-ops)
(#390) A space is required after ','. (comma-spacing)
(#390) 'b' used outside of binding context. (block-scoped-var)
(#390) Operator '=' must be spaced. (space-infix-ops)
(#390) Missing whitespace after semicolon. (semi-spacing)
(#390) 'e' used outside of binding context. (block-scoped-var)
(#390) Operator '<' must be spaced. (space-infix-ops)
(#390) 'b' used outside of binding context. (block-scoped-var)
(#390) Missing whitespace after semicolon. (semi-spacing)
(#390) 'e' used outside of binding context. (block-scoped-var)
(#390) Expected { after 'for' condition. (curly)
(#390) Expected space(s) before "for". (keyword-spacing)
(#390) Expected space(s) after "for". (keyword-spacing)
(#390) Operator '=' must be spaced. (space-infix-ops)
(#391) This line has a length of 508. Maximum allowed is 132. (max-len)
(#391) 'e' used outside of binding context. (block-scoped-var)
(#391) A space is required after ','. (comma-spacing)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) A space is required after ','. (comma-spacing)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) Missing whitespace after semicolon. (semi-spacing)
(#391) Operator '<' must be spaced. (space-infix-ops)
(#391) Missing whitespace after semicolon. (semi-spacing)
(#391) Requires a space after '{'. (block-spacing)
(#391) Statement inside of curly braces should be on next line. (brace-style)
(#391) Missing space before opening brace. (space-before-blocks)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) Missing whitespace after semicolon. (semi-spacing)
(#391) 'c' used outside of binding context. (block-scoped-var)
(#391) This line has 21 statements. Maximum allowed is 2. (max-statements-per-line)
(#391) A space is required after ','. (comma-spacing)
(#391) A space is required after ','. (comma-spacing)
(#391) Missing whitespace after semicolon. (semi-spacing)
(#391) 'c' used outside of binding context. (block-scoped-var)
(#391) A space is required after ','. (comma-spacing)
(#391) A space is required after ','. (comma-spacing)
(#391) Requires a space before '}'. (block-spacing)
(#391) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#391) Missing semicolon. (semi)
(#391) Expected space(s) before "return". (keyword-spacing)
(#391) 'c' used outside of binding context. (block-scoped-var)
(#391) Requires a space before '}'. (block-spacing)
(#391) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#391) Missing semicolon. (semi)
(#391) Missing whitespace after semicolon. (semi-spacing)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) Requires a space after '{'. (block-spacing)
(#391) Statement inside of curly braces should be on next line. (brace-style)
(#391) Missing space before opening brace. (space-before-blocks)
(#391) Expected space(s) after "for". (keyword-spacing)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) A space is required after ','. (comma-spacing)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) A space is required after ','. (comma-spacing)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) Missing whitespace after semicolon. (semi-spacing)
(#391) Operator '<' must be spaced. (space-infix-ops)
(#391) Missing whitespace after semicolon. (semi-spacing)
(#391) Expected { after 'for' condition. (curly)
(#391) Expected space(s) before "this". (keyword-spacing)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) Missing whitespace after semicolon. (semi-spacing)
(#391) 'b' used outside of binding context. (block-scoped-var)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) Missing whitespace after semicolon. (semi-spacing)
(#391) Expected space(s) after "for". (keyword-spacing)
(#391) 'g' used outside of binding context. (block-scoped-var)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) Missing whitespace after semicolon. (semi-spacing)
(#391) 'b' used outside of binding context. (block-scoped-var)
(#391) Operator '<' must be spaced. (space-infix-ops)
(#391) 'g' used outside of binding context. (block-scoped-var)
(#391) Missing whitespace after semicolon. (semi-spacing)
(#391) 'b' used outside of binding context. (block-scoped-var)
(#391) Requires a space after '{'. (block-spacing)
(#391) Statement inside of curly braces should be on next line. (brace-style)
(#391) Missing space before opening brace. (space-before-blocks)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) 'b' used outside of binding context. (block-scoped-var)
(#391) Missing whitespace after semicolon. (semi-spacing)
(#391) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#391) 'e' used outside of binding context. (block-scoped-var)
(#391) Operator '&&' must be spaced. (space-infix-ops)
(#391) Operator '&&' must be spaced. (space-infix-ops)
(#391) Operator '!==' must be spaced. (space-infix-ops)
(#391) Operator '&&' must be spaced. (space-infix-ops)
(#391) 'e' used outside of binding context. (block-scoped-var)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) Requires a space before '}'. (block-spacing)
(#391) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#391) Missing semicolon. (semi)
(#391) Expected space(s) before "if". (keyword-spacing)
(#391) Expected space(s) after "if". (keyword-spacing)
(#391) 'e' used outside of binding context. (block-scoped-var)
(#391) Expected { after 'if' condition. (curly)
(#391) Expected space(s) before "return". (keyword-spacing)
(#391) Missing whitespace after semicolon. (semi-spacing)
(#391) 'b' used outside of binding context. (block-scoped-var)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) Missing whitespace after semicolon. (semi-spacing)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) Missing whitespace after semicolon. (semi-spacing)
(#391) 'g' used outside of binding context. (block-scoped-var)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) Missing '()' invoking a constructor. (new-parens)
(#391) Missing whitespace after semicolon. (semi-spacing)
(#391) Expected space(s) after "for". (keyword-spacing)
(#391) 'g' used outside of binding context. (block-scoped-var)
(#391) Missing whitespace after semicolon. (semi-spacing)
(#391) 'g' used outside of binding context. (block-scoped-var)
(#391) Requires a space after '{'. (block-spacing)
(#391) Statement inside of curly braces should be on next line. (brace-style)
(#391) Missing space before opening brace. (space-before-blocks)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) 'g' used outside of binding context. (block-scoped-var)
(#391) Missing whitespace after semicolon. (semi-spacing)
(#391) 'm' used outside of binding context. (block-scoped-var)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) Missing whitespace after semicolon. (semi-spacing)
(#391) Expected space(s) after "for". (keyword-spacing)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) Missing whitespace after semicolon. (semi-spacing)
(#391) 'm' used outside of binding context. (block-scoped-var)
(#391) Operator '<' must be spaced. (space-infix-ops)
(#391) Missing whitespace after semicolon. (semi-spacing)
(#391) 'm' used outside of binding context. (block-scoped-var)
(#391) Requires a space after '{'. (block-spacing)
(#391) Statement inside of curly braces should be on next line. (brace-style)
(#391) Missing space before opening brace. (space-before-blocks)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) 'm' used outside of binding context. (block-scoped-var)
(#391) Missing whitespace after semicolon. (semi-spacing)
(#391) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#391) Operator '&&' must be spaced. (space-infix-ops)
(#391) 'e' used outside of binding context. (block-scoped-var)
(#391) Operator '===' must be spaced. (space-infix-ops)
(#391) Operator '!==' must be spaced. (space-infix-ops)
(#392) This line has a length of 508. Maximum allowed is 132. (max-len)
(#392) Operator '&&' must be spaced. (space-infix-ops)
(#392) Operator '=' must be spaced. (space-infix-ops)
(#392) A space is required after ','. (comma-spacing)
(#392) Operator '||' must be spaced. (space-infix-ops)
(#392) Operator '=' must be spaced. (space-infix-ops)
(#392) A space is required after ','. (comma-spacing)
(#392) 'b' used outside of binding context. (block-scoped-var)
(#392) A space is required after ','. (comma-spacing)
(#392) 'g' used outside of binding context. (block-scoped-var)
(#392) Requires a space before '}'. (block-spacing)
(#392) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#392) Missing semicolon. (semi)
(#392) Requires a space before '}'. (block-spacing)
(#392) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#392) Expected space(s) before "return". (keyword-spacing)
(#392) 'b' used outside of binding context. (block-scoped-var)
(#392) Requires a space before '}'. (block-spacing)
(#392) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#392) Missing semicolon. (semi)
(#392) Missing whitespace after semicolon. (semi-spacing)
(#392) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#392) Operator '=' must be spaced. (space-infix-ops)
(#392) Requires a space after '{'. (block-spacing)
(#392) Statement inside of curly braces should be on next line. (brace-style)
(#392) Missing space before opening brace. (space-before-blocks)
(#392) Expected space(s) after "for". (keyword-spacing)
(#392) Operator '=' must be spaced. (space-infix-ops)
(#392) Operator '!==' must be spaced. (space-infix-ops)
(#392) A space is required after ','. (comma-spacing)
(#392) Operator '=' must be spaced. (space-infix-ops)
(#392) A space is required after ','. (comma-spacing)
(#392) Operator '=' must be spaced. (space-infix-ops)
(#392) A space is required after ','. (comma-spacing)
(#392) Operator '=' must be spaced. (space-infix-ops)
(#392) Missing whitespace after semicolon. (semi-spacing)
(#392) Operator '<' must be spaced. (space-infix-ops)
(#392) Missing whitespace after semicolon. (semi-spacing)
(#392) Requires a space after '{'. (block-spacing)
(#392) Statement inside of curly braces should be on next line. (brace-style)
(#392) Missing space before opening brace. (space-before-blocks)
(#392) Operator '=' must be spaced. (space-infix-ops)
(#392) Missing whitespace after semicolon. (semi-spacing)
(#392) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#392) Operator '===' must be spaced. (space-infix-ops)
(#392) Operator '&&' must be spaced. (space-infix-ops)
(#392) Operator '=' must be spaced. (space-infix-ops)
(#392) Missing whitespace after semicolon. (semi-spacing)
(#392) Operator '=' must be spaced. (space-infix-ops)
(#392) Requires a space before '}'. (block-spacing)
(#392) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#392) Missing semicolon. (semi)
(#392) Expected space(s) before "if". (keyword-spacing)
(#392) Expected space(s) after "if". (keyword-spacing)
(#392) 'b' used outside of binding context. (block-scoped-var)
(#392) Expected { after 'if' condition. (curly)
(#392) Expected space(s) before "return". (keyword-spacing)
(#392) Missing whitespace after semicolon. (semi-spacing)
(#392) 'b' used outside of binding context. (block-scoped-var)
(#392) Operator '=' must be spaced. (space-infix-ops)
(#392) Missing whitespace after semicolon. (semi-spacing)
(#392) Operator '=' must be spaced. (space-infix-ops)
(#392) Missing whitespace after semicolon. (semi-spacing)
(#392) 'g' used outside of binding context. (block-scoped-var)
(#392) Operator '=' must be spaced. (space-infix-ops)
(#392) Missing '()' invoking a constructor. (new-parens)
(#392) Missing whitespace after semicolon. (semi-spacing)
(#392) Expected space(s) after "for". (keyword-spacing)
(#392) 'g' used outside of binding context. (block-scoped-var)
(#392) Missing whitespace after semicolon. (semi-spacing)
(#392) 'g' used outside of binding context. (block-scoped-var)
(#392) Expected { after 'for' condition. (curly)
(#392) Expected space(s) before "for". (keyword-spacing)
(#392) Expected space(s) after "for". (keyword-spacing)
(#392) Operator '=' must be spaced. (space-infix-ops)
(#392) 'g' used outside of binding context. (block-scoped-var)
(#392) A space is required after ','. (comma-spacing)
(#392) 'm' used outside of binding context. (block-scoped-var)
(#392) Operator '=' must be spaced. (space-infix-ops)
(#392) A space is required after ','. (comma-spacing)
(#392) 'p' used outside of binding context. (block-scoped-var)
(#392) Operator '=' must be spaced. (space-infix-ops)
(#392) Missing whitespace after semicolon. (semi-spacing)
(#392) 'm' used outside of binding context. (block-scoped-var)
(#392) Operator '<' must be spaced. (space-infix-ops)
(#392) 'p' used outside of binding context. (block-scoped-var)
(#392) Missing whitespace after semicolon. (semi-spacing)
(#392) 'm' used outside of binding context. (block-scoped-var)
(#392) Requires a space after '{'. (block-spacing)
(#392) Statement inside of curly braces should be on next line. (brace-style)
(#392) Missing space before opening brace. (space-before-blocks)
(#392) Operator '=' must be spaced. (space-infix-ops)
(#392) 'm' used outside of binding context. (block-scoped-var)
(#392) Missing whitespace after semicolon. (semi-spacing)
(#392) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#392) Operator '||' must be spaced. (space-infix-ops)
(#392) Operator '!==' must be spaced. (space-infix-ops)
(#392) Operator '&&' must be spaced. (space-infix-ops)
(#392) Operator '!==' must be spaced. (space-infix-ops)
(#392) Operator '&&' must be spaced. (space-infix-ops)
(#392) Operator '!==' must be spaced. (space-infix-ops)
(#392) Operator '&&' must be spaced. (space-infix-ops)
(#392) Operator '!==' must be spaced. (space-infix-ops)
(#392) Operator '||' must be spaced. (space-infix-ops)
(#392) Operator '!==' must be spaced. (space-infix-ops)
(#392) Operator '!==' must be spaced. (space-infix-ops)
(#392) 'e' used outside of binding context. (block-scoped-var)
(#392) Operator '||' must be spaced. (space-infix-ops)
(#392) Operator '=' must be spaced. (space-infix-ops)
(#392) A space is required after ','. (comma-spacing)
(#392) 'b' used outside of binding context. (block-scoped-var)
(#392) A space is required after ','. (comma-spacing)
(#392) 'g' used outside of binding context. (block-scoped-var)
(#392) Requires a space before '}'. (block-spacing)
(#392) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#392) Missing semicolon. (semi)
(#392) Expected space(s) before "return". (keyword-spacing)
(#392) 'b' used outside of binding context. (block-scoped-var)
(#392) Requires a space before '}'. (block-spacing)
(#392) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#392) Missing semicolon. (semi)
(#392) Requires a space before '}'. (block-spacing)
(#392) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#392) Missing semicolon. (semi)
(#393) A space is required after ','. (comma-spacing)
(#393) A space is required after ','. (comma-spacing)
(#393) A space is required after ','. (comma-spacing)
(#394) This line has a length of 512. Maximum allowed is 132. (max-len)
(#394) A space is required after ','. (comma-spacing)
(#394) A space is required after ','. (comma-spacing)
(#394) A space is required after ','. (comma-spacing)
(#394) A space is required after ','. (comma-spacing)
(#394) Requires a space after '{'. (block-spacing)
(#394) Statement inside of curly braces should be on next line. (brace-style)
(#394) Missing space before opening brace. (space-before-blocks)
(#394) A space is required after ','. (comma-spacing)
(#394) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#394) Operator '=' must be spaced. (space-infix-ops)
(#394) Missing whitespace after semicolon. (semi-spacing)
(#394) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#394) Operator '=' must be spaced. (space-infix-ops)
(#394) Requires a space after '{'. (block-spacing)
(#394) Statement inside of curly braces should be on next line. (brace-style)
(#394) Missing space before opening brace. (space-before-blocks)
(#394) Operator '=' must be spaced. (space-infix-ops)
(#394) Requires a space before '}'. (block-spacing)
(#394) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#394) Missing semicolon. (semi)
(#394) Missing whitespace after semicolon. (semi-spacing)
(#394) Operator '=' must be spaced. (space-infix-ops)
(#394) Missing whitespace after semicolon. (semi-spacing)
(#394) Operator '=' must be spaced. (space-infix-ops)
(#394) A space is required after ','. (comma-spacing)
(#394) Requires a space after '{'. (block-spacing)
(#394) Statement inside of curly braces should be on next line. (brace-style)
(#394) Missing space before opening brace. (space-before-blocks)
(#394) Operator '=' must be spaced. (space-infix-ops)
(#394) Missing whitespace after semicolon. (semi-spacing)
(#394) Operator '=' must be spaced. (space-infix-ops)
(#394) Operator '-' must be spaced. (space-infix-ops)
(#394) A space is required after ','. (comma-spacing)
(#394) Operator '-' must be spaced. (space-infix-ops)
(#394) A space is required after ','. (comma-spacing)
(#394) Operator '-' must be spaced. (space-infix-ops)
(#394) A space is required after ','. (comma-spacing)
(#394) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#394) Operator '=' must be spaced. (space-infix-ops)
(#394) A space is required after ','. (comma-spacing)
(#394) Operator '-' must be spaced. (space-infix-ops)
(#394) A space is required after ','. (comma-spacing)
(#394) Operator '-' must be spaced. (space-infix-ops)
(#394) A space is required after ','. (comma-spacing)
(#394) Operator '-' must be spaced. (space-infix-ops)
(#394) A space is required after ','. (comma-spacing)
(#394) Missing whitespace after semicolon. (semi-spacing)
(#394) Operator '=' must be spaced. (space-infix-ops)
(#394) A space is required after ','. (comma-spacing)
(#394) A space is required after ','. (comma-spacing)
(#394) Missing whitespace after semicolon. (semi-spacing)
(#394) Missing whitespace after semicolon. (semi-spacing)
(#394) Missing whitespace after semicolon. (semi-spacing)
(#394) Operator '=' must be spaced. (space-infix-ops)
(#394) Missing whitespace after semicolon. (semi-spacing)
(#394) Operator '=' must be spaced. (space-infix-ops)
(#394) Missing whitespace after semicolon. (semi-spacing)
(#394) Operator '=' must be spaced. (space-infix-ops)
(#394) Operator '+' must be spaced. (space-infix-ops)
(#394) Operator '/' must be spaced. (space-infix-ops)
(#394) A space is required after ','. (comma-spacing)
(#394) Operator '+' must be spaced. (space-infix-ops)
(#394) Operator '/' must be spaced. (space-infix-ops)
(#394) A space is required after ','. (comma-spacing)
(#394) Operator '+' must be spaced. (space-infix-ops)
(#394) Operator '/' must be spaced. (space-infix-ops)
(#394) Missing whitespace after semicolon. (semi-spacing)
(#394) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#394) Operator '&&' must be spaced. (space-infix-ops)
(#394) A space is required after ','. (comma-spacing)
(#394) A space is required after ','. (comma-spacing)
(#394) A space is required after ','. (comma-spacing)
(#394) Missing whitespace after semicolon. (semi-spacing)
(#394) Operator '=' must be spaced. (space-infix-ops)
(#395) This line has a length of 518. Maximum allowed is 132. (max-len)
(#395) A space is required after ','. (comma-spacing)
(#395) Operator '-' must be spaced. (space-infix-ops)
(#395) Operator '/' must be spaced. (space-infix-ops)
(#395) A space is required after ','. (comma-spacing)
(#395) Operator '-' must be spaced. (space-infix-ops)
(#395) Operator '/' must be spaced. (space-infix-ops)
(#395) A space is required after ','. (comma-spacing)
(#395) Operator '-' must be spaced. (space-infix-ops)
(#395) Operator '/' must be spaced. (space-infix-ops)
(#395) Missing whitespace after semicolon. (semi-spacing)
(#395) Expected space(s) after "for". (keyword-spacing)
(#395) Operator '=' must be spaced. (space-infix-ops)
(#395) Missing whitespace after semicolon. (semi-spacing)
(#395) Operator '<' must be spaced. (space-infix-ops)
(#395) Missing whitespace after semicolon. (semi-spacing)
(#395) Expected { after 'for' condition. (curly)
(#395) Expected space(s) before "this". (keyword-spacing)
(#395) Operator '=' must be spaced. (space-infix-ops)
(#395) A space is required after ','. (comma-spacing)
(#395) Operator '+' must be spaced. (space-infix-ops)
(#395) Operator '*' must be spaced. (space-infix-ops)
(#395) Operator '/' must be spaced. (space-infix-ops)
(#395) A space is required after ','. (comma-spacing)
(#395) Operator '+' must be spaced. (space-infix-ops)
(#395) Operator '*' must be spaced. (space-infix-ops)
(#395) Operator '/' must be spaced. (space-infix-ops)
(#395) A space is required after ','. (comma-spacing)
(#395) Operator '+' must be spaced. (space-infix-ops)
(#395) Operator '*' must be spaced. (space-infix-ops)
(#395) Operator '/' must be spaced. (space-infix-ops)
(#395) Missing whitespace after semicolon. (semi-spacing)
(#395) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#395) A space is required after ','. (comma-spacing)
(#395) Missing whitespace after semicolon. (semi-spacing)
(#395) Operator '=' must be spaced. (space-infix-ops)
(#395) A space is required after ','. (comma-spacing)
(#395) Operator '-' must be spaced. (space-infix-ops)
(#395) Operator '/' must be spaced. (space-infix-ops)
(#395) A space is required after ','. (comma-spacing)
(#395) Operator '-' must be spaced. (space-infix-ops)
(#395) Operator '/' must be spaced. (space-infix-ops)
(#395) A space is required after ','. (comma-spacing)
(#395) Operator '-' must be spaced. (space-infix-ops)
(#395) Operator '/' must be spaced. (space-infix-ops)
(#395) Missing whitespace after semicolon. (semi-spacing)
(#395) Expected space(s) after "for". (keyword-spacing)
(#395) Operator '=' must be spaced. (space-infix-ops)
(#395) Missing whitespace after semicolon. (semi-spacing)
(#395) Operator '<' must be spaced. (space-infix-ops)
(#395) Missing whitespace after semicolon. (semi-spacing)
(#395) Expected { after 'for' condition. (curly)
(#395) Expected space(s) before "this". (keyword-spacing)
(#395) Operator '=' must be spaced. (space-infix-ops)
(#395) A space is required after ','. (comma-spacing)
(#395) Operator '+' must be spaced. (space-infix-ops)
(#395) Operator '*' must be spaced. (space-infix-ops)
(#395) Operator '/' must be spaced. (space-infix-ops)
(#395) A space is required after ','. (comma-spacing)
(#395) Operator '+' must be spaced. (space-infix-ops)
(#395) Operator '*' must be spaced. (space-infix-ops)
(#395) Operator '/' must be spaced. (space-infix-ops)
(#395) A space is required after ','. (comma-spacing)
(#395) Operator '+' must be spaced. (space-infix-ops)
(#396) This line has a length of 501. Maximum allowed is 132. (max-len)
(#396) Operator '*' must be spaced. (space-infix-ops)
(#396) Operator '/' must be spaced. (space-infix-ops)
(#396) Requires a space before '}'. (block-spacing)
(#396) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#396) Missing semicolon. (semi)
(#396) Missing whitespace after semicolon. (semi-spacing)
(#396) Operator '=' must be spaced. (space-infix-ops)
(#396) Expected to return a value at the end of function. (consistent-return)
(#396) Requires a space after '{'. (block-spacing)
(#396) Statement inside of curly braces should be on next line. (brace-style)
(#396) Missing space before opening brace. (space-before-blocks)
(#396) Expected space(s) after "if". (keyword-spacing)
(#396) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#396) Operator '===' must be spaced. (space-infix-ops)
(#396) Expected { after 'if' condition. (curly)
(#396) Expected space(s) before "return". (keyword-spacing)
(#396) Operator '||' must be spaced. (space-infix-ops)
(#396) Operator '?' must be spaced. (space-infix-ops)
(#396) Operator ':' must be spaced. (space-infix-ops)
(#396) Missing whitespace after semicolon. (semi-spacing)
(#396) Expected space(s) after "if". (keyword-spacing)
(#396) Operator '===' must be spaced. (space-infix-ops)
(#396) Expected { after 'if' condition. (curly)
(#396) Expected space(s) before "return". (keyword-spacing)
(#396) Missing whitespace after semicolon. (semi-spacing)
(#396) Expected space(s) after "if". (keyword-spacing)
(#396) Operator '===' must be spaced. (space-infix-ops)
(#396) Expected { after 'if' condition. (curly)
(#396) Expected space(s) before "return". (keyword-spacing)
(#396) Requires a space before '}'. (block-spacing)
(#396) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#396) Missing semicolon. (semi)
(#396) Missing whitespace after semicolon. (semi-spacing)
(#396) Operator '=' must be spaced. (space-infix-ops)
(#396) A space is required after ','. (comma-spacing)
(#396) A space is required after ','. (comma-spacing)
(#396) A space is required after ','. (comma-spacing)
(#396) A space is required after ','. (comma-spacing)
(#396) Requires a space after '{'. (block-spacing)
(#396) Statement inside of curly braces should be on next line. (brace-style)
(#396) Missing space before opening brace. (space-before-blocks)
(#396) Missing whitespace after semicolon. (semi-spacing)
(#396) Operator '=' must be spaced. (space-infix-ops)
(#396) Operator '!==' must be spaced. (space-infix-ops)
(#396) Operator '||' must be spaced. (space-infix-ops)
(#396) Operator '!==' must be spaced. (space-infix-ops)
(#396) Missing whitespace after semicolon. (semi-spacing)
(#396) Operator '=' must be spaced. (space-infix-ops)
(#396) A space is required after ','. (comma-spacing)
(#396) A space is required after ','. (comma-spacing)
(#396) A space is required after ','. (comma-spacing)
(#396) A space is required after ','. (comma-spacing)
(#396) A space is required after ','. (comma-spacing)
(#396) Missing whitespace after semicolon. (semi-spacing)
(#396) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#396) Operator '&&' must be spaced. (space-infix-ops)
(#396) Operator '=' must be spaced. (space-infix-ops)
(#396) Operator '||' must be spaced. (space-infix-ops)
(#396) Operator '?' must be spaced. (space-infix-ops)
(#396) Operator ':' must be spaced. (space-infix-ops)
(#396) A space is required after ','. (comma-spacing)
(#396) A space is required after ','. (comma-spacing)
(#396) A space is required after ','. (comma-spacing)
(#396) A space is required after ','. (comma-spacing)
(#396) A space is required after ','. (comma-spacing)
(#396) Requires a space before '}'. (block-spacing)
(#396) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#396) Missing semicolon. (semi)
(#396) Missing whitespace after semicolon. (semi-spacing)
(#396) Operator '=' must be spaced. (space-infix-ops)
(#396) A space is required after ','. (comma-spacing)
(#396) A space is required after ','. (comma-spacing)
(#397) This line has a length of 502. Maximum allowed is 132. (max-len)
(#397) A space is required after ','. (comma-spacing)
(#397) A space is required after ','. (comma-spacing)
(#397) Requires a space after '{'. (block-spacing)
(#397) Statement inside of curly braces should be on next line. (brace-style)
(#397) Missing space before opening brace. (space-before-blocks)
(#397) Operator '=' must be spaced. (space-infix-ops)
(#397) A space is required after ','. (comma-spacing)
(#397) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#397) Operator '=' must be spaced. (space-infix-ops)
(#397) Missing whitespace after semicolon. (semi-spacing)
(#397) Operator '=' must be spaced. (space-infix-ops)
(#397) Missing whitespace after semicolon. (semi-spacing)
(#397) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#397) Operator '=' must be spaced. (space-infix-ops)
(#397) Missing whitespace after semicolon. (semi-spacing)
(#397) Operator '=' must be spaced. (space-infix-ops)
(#397) Missing whitespace after semicolon. (semi-spacing)
(#397) Operator '=' must be spaced. (space-infix-ops)
(#397) Missing whitespace after semicolon. (semi-spacing)
(#397) Expected space(s) after "for". (keyword-spacing)
(#397) Operator '=' must be spaced. (space-infix-ops)
(#397) Missing whitespace after semicolon. (semi-spacing)
(#397) Operator '<' must be spaced. (space-infix-ops)
(#397) Missing whitespace after semicolon. (semi-spacing)
(#397) Requires a space after '{'. (block-spacing)
(#397) Statement inside of curly braces should be on next line. (brace-style)
(#397) Missing space before opening brace. (space-before-blocks)
(#397) Expected space(s) after "for". (keyword-spacing)
(#397) Operator '=' must be spaced. (space-infix-ops)
(#397) A space is required after ','. (comma-spacing)
(#397) A space is required after ','. (comma-spacing)
(#397) A space is required after ','. (comma-spacing)
(#397) A space is required after ','. (comma-spacing)
(#397) A space is required after ','. (comma-spacing)
(#397) A space is required after ','. (comma-spacing)
(#397) A space is required after ','. (comma-spacing)
(#397) A space is required after ','. (comma-spacing)
(#397) A space is required after ','. (comma-spacing)
(#397) A space is required after ','. (comma-spacing)
(#397) A space is required after ','. (comma-spacing)
(#397) A space is required after ','. (comma-spacing)
(#397) A space is required after ','. (comma-spacing)
(#397) A space is required after ','. (comma-spacing)
(#397) A space is required after ','. (comma-spacing)
(#397) A space is required after ','. (comma-spacing)
(#397) A space is required after ','. (comma-spacing)
(#397) A space is required after ','. (comma-spacing)
(#397) Operator '=' must be spaced. (space-infix-ops)
(#397) A space is required after ','. (comma-spacing)
(#397) Operator '=' must be spaced. (space-infix-ops)
(#397) Missing whitespace after semicolon. (semi-spacing)
(#397) Operator '<' must be spaced. (space-infix-ops)
(#397) Missing whitespace after semicolon. (semi-spacing)
(#397) Requires a space after '{'. (block-spacing)
(#397) Statement inside of curly braces should be on next line. (brace-style)
(#397) Missing space before opening brace. (space-before-blocks)
(#397) Expected space(s) after "for". (keyword-spacing)
(#397) Operator '=' must be spaced. (space-infix-ops)
(#397) Missing whitespace after semicolon. (semi-spacing)
(#397) Operator '<' must be spaced. (space-infix-ops)
(#397) Missing whitespace after semicolon. (semi-spacing)
(#397) Expected { after 'for' condition. (curly)
(#397) Expected space(s) before "for". (keyword-spacing)
(#397) Expected space(s) after "for". (keyword-spacing)
(#397) Operator '=' must be spaced. (space-infix-ops)
(#397) Missing whitespace after semicolon. (semi-spacing)
(#397) Operator '>' must be spaced. (space-infix-ops)
(#397) Missing whitespace after semicolon. (semi-spacing)
(#397) Expected { after 'for' condition. (curly)
(#397) Operator '*' must be spaced. (space-infix-ops)
(#397) Operator '+' must be spaced. (space-infix-ops)
(#397) Operator '+=' must be spaced. (space-infix-ops)
(#397) Operator '*' must be spaced. (space-infix-ops)
(#397) Operator '-' must be spaced. (space-infix-ops)
(#397) Operator '+' must be spaced. (space-infix-ops)
(#397) Missing whitespace after semicolon. (semi-spacing)
(#397) Operator '=' must be spaced. (space-infix-ops)
(#397) A space is required after ','. (comma-spacing)
(#397) Operator '/' must be spaced. (space-infix-ops)
(#397) A space is required after ','. (comma-spacing)
(#397) Operator '/' must be spaced. (space-infix-ops)
(#397) A space is required after ','. (comma-spacing)
(#397) Operator '/' must be spaced. (space-infix-ops)
(#397) Requires a space before '}'. (block-spacing)
(#397) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#397) Missing semicolon. (semi)
(#397) Operator '=' must be spaced. (space-infix-ops)
(#397) 'A' used outside of binding context. (block-scoped-var)
(#397) Requires a space before '}'. (block-spacing)
(#397) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#397) Missing semicolon. (semi)
(#397) Expected space(s) before "if". (keyword-spacing)
(#397) Expected space(s) after "if". (keyword-spacing)
(#397) Operator '&&' must be spaced. (space-infix-ops)
(#397) Expected { after 'if' condition. (curly)
(#397) Expected space(s) before "for". (keyword-spacing)
(#397) Expected space(s) after "for". (keyword-spacing)
(#397) Operator '=' must be spaced. (space-infix-ops)
(#397) Missing whitespace after semicolon. (semi-spacing)
(#397) Operator '<' must be spaced. (space-infix-ops)
(#397) Missing whitespace after semicolon. (semi-spacing)
(#397) Expected { after 'for' condition. (curly)
(#397) Expected space(s) before "for". (keyword-spacing)
(#397) Expected space(s) after "for". (keyword-spacing)
(#397) Operator '=' must be spaced. (space-infix-ops)
(#397) Operator '-' must be spaced. (space-infix-ops)
(#397) Operator '*' must be spaced. (space-infix-ops)
(#397) Operator '/' must be spaced. (space-infix-ops)
(#397) A space is required after ','. (comma-spacing)
(#397) Operator '=' must be spaced. (space-infix-ops)
(#397) Operator '/' must be spaced. (space-infix-ops)
(#398) This line has a length of 403. Maximum allowed is 132. (max-len)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) A space is required after ','. (comma-spacing)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) A space is required after ','. (comma-spacing)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) Missing whitespace after semicolon. (semi-spacing)
(#398) Operator '<' must be spaced. (space-infix-ops)
(#398) Missing whitespace after semicolon. (semi-spacing)
(#398) Expected { after 'for' condition. (curly)
(#398) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#398) Operator '!==' must be spaced. (space-infix-ops)
(#398) Operator '&&' must be spaced. (space-infix-ops)
(#398) 'y' used outside of binding context. (block-scoped-var)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) A space is required after ','. (comma-spacing)
(#398) 'x' used outside of binding context. (block-scoped-var)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) A space is required after ','. (comma-spacing)
(#398) 'A' used outside of binding context. (block-scoped-var)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) 'x' used outside of binding context. (block-scoped-var)
(#398) Operator '-' must be spaced. (space-infix-ops)
(#398) 'y' used outside of binding context. (block-scoped-var)
(#398) A space is required after ','. (comma-spacing)
(#398) 'x' used outside of binding context. (block-scoped-var)
(#398) Operator '-' must be spaced. (space-infix-ops)
(#398) 'y' used outside of binding context. (block-scoped-var)
(#398) A space is required after ','. (comma-spacing)
(#398) 'x' used outside of binding context. (block-scoped-var)
(#398) Operator '-' must be spaced. (space-infix-ops)
(#398) 'y' used outside of binding context. (block-scoped-var)
(#398) A space is required after ','. (comma-spacing)
(#398) 'A' used outside of binding context. (block-scoped-var)
(#398) A space is required after ','. (comma-spacing)
(#398) A space is required after ','. (comma-spacing)
(#398) 'x' used outside of binding context. (block-scoped-var)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) 'y' used outside of binding context. (block-scoped-var)
(#398) Operator '+' must be spaced. (space-infix-ops)
(#398) 'A' used outside of binding context. (block-scoped-var)
(#398) A space is required after ','. (comma-spacing)
(#398) 'x' used outside of binding context. (block-scoped-var)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) 'y' used outside of binding context. (block-scoped-var)
(#398) Operator '+' must be spaced. (space-infix-ops)
(#398) 'A' used outside of binding context. (block-scoped-var)
(#398) A space is required after ','. (comma-spacing)
(#398) 'x' used outside of binding context. (block-scoped-var)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) 'y' used outside of binding context. (block-scoped-var)
(#398) Operator '+' must be spaced. (space-infix-ops)
(#398) 'A' used outside of binding context. (block-scoped-var)
(#398) Missing whitespace after semicolon. (semi-spacing)
(#398) Requires a space before '}'. (block-spacing)
(#398) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#398) Missing semicolon. (semi)
(#398) Missing whitespace after semicolon. (semi-spacing)
(#398) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) Requires a space after '{'. (block-spacing)
(#398) Statement inside of curly braces should be on next line. (brace-style)
(#398) Missing space before opening brace. (space-before-blocks)
(#398) Expected space(s) after "if". (keyword-spacing)
(#398) Operator '!==' must be spaced. (space-infix-ops)
(#398) Requires a space after '{'. (block-spacing)
(#398) Statement inside of curly braces should be on next line. (brace-style)
(#398) Missing space before opening brace. (space-before-blocks)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) Operator '*' must be spaced. (space-infix-ops)
(#398) A space is required after ','. (comma-spacing)
(#398) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) Operator '*' must be spaced. (space-infix-ops)
(#398) Operator '*' must be spaced. (space-infix-ops)
(#398) Missing whitespace after semicolon. (semi-spacing)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) Operator '/' must be spaced. (space-infix-ops)
(#398) A space is required after ','. (comma-spacing)
(#398) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#398) A space is required after ','. (comma-spacing)
(#398) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#398) A space is required after ','. (comma-spacing)
(#398) Operator '/' must be spaced. (space-infix-ops)
(#398) A space is required after ','. (comma-spacing)
(#398) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#398) A space is required after ','. (comma-spacing)
(#398) A space is required after ','. (comma-spacing)
(#398) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#398) A space is required after ','. (comma-spacing)
(#398) A space is required after ','. (comma-spacing)
(#398) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#398) A space is required after ','. (comma-spacing)
(#398) A space is required after ','. (comma-spacing)
(#398) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#398) A space is required after ','. (comma-spacing)
(#398) A space is required after ','. (comma-spacing)
(#398) Operator '/' must be spaced. (space-infix-ops)
(#398) A space is required after ','. (comma-spacing)
(#398) Operator '/' must be spaced. (space-infix-ops)
(#398) A space is required after ','. (comma-spacing)
(#398) Operator '/' must be spaced. (space-infix-ops)
(#398) A space is required after ','. (comma-spacing)
(#398) A space is required after ','. (comma-spacing)
(#398) Operator '/' must be spaced. (space-infix-ops)
(#398) A space is required after ','. (comma-spacing)
(#398) A space is required after ','. (comma-spacing)
(#398) A space is required after ','. (comma-spacing)
(#398) A space is required after ','. (comma-spacing)
(#398) Operator '/' must be spaced. (space-infix-ops)
(#398) A space is required after ','. (comma-spacing)
(#398) Operator '/' must be spaced. (space-infix-ops)
(#398) A space is required after ','. (comma-spacing)
(#398) A space is required after ','. (comma-spacing)
(#398) A space is required after ','. (comma-spacing)
(#398) Operator '/' must be spaced. (space-infix-ops)
(#398) A space is required after ','. (comma-spacing)
(#398) Operator '/' must be spaced. (space-infix-ops)
(#398) A space is required after ','. (comma-spacing)
(#398) Operator '/' must be spaced. (space-infix-ops)
(#398) A space is required after ','. (comma-spacing)
(#398) A space is required after ','. (comma-spacing)
(#398) A space is required after ','. (comma-spacing)
(#398) A space is required after ','. (comma-spacing)
(#398) A space is required after ','. (comma-spacing)
(#398) A space is required after ','. (comma-spacing)
(#398) Missing whitespace after semicolon. (semi-spacing)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) Requires a space before '}'. (block-spacing)
(#398) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#398) Missing semicolon. (semi)
(#398) Requires a space before '}'. (block-spacing)
(#398) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#398) Requires a space before '}'. (block-spacing)
(#398) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#398) Missing semicolon. (semi)
(#398) A space is required after ','. (comma-spacing)
(#398) A space is required after ','. (comma-spacing)
(#398) A space is required after ','. (comma-spacing)
(#399) This line has a length of 504. Maximum allowed is 132. (max-len)
(#399) A space is required after ','. (comma-spacing)
(#399) A space is required after ','. (comma-spacing)
(#399) A space is required after ','. (comma-spacing)
(#399) A space is required after ','. (comma-spacing)
(#399) A space is required after ','. (comma-spacing)
(#399) Requires a space after '{'. (block-spacing)
(#399) Statement inside of curly braces should be on next line. (brace-style)
(#399) Missing space before opening brace. (space-before-blocks)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) Requires a space after '{'. (block-spacing)
(#399) Statement inside of curly braces should be on next line. (brace-style)
(#399) Missing space before opening brace. (space-before-blocks)
(#399) This line has 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) Missing whitespace after semicolon. (semi-spacing)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) Missing whitespace after semicolon. (semi-spacing)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) Missing whitespace after semicolon. (semi-spacing)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) Missing space before value for key 'offsetTop'. (key-spacing)
(#399) A space is required after ','. (comma-spacing)
(#399) Missing space before value for key 'offsetLeft'. (key-spacing)
(#399) A space is required after ','. (comma-spacing)
(#399) Missing space before value for key 'offsetBottom'. (key-spacing)
(#399) A space is required after ','. (comma-spacing)
(#399) Missing space before value for key 'flipXAxis'. (key-spacing)
(#399) A space is required after ','. (comma-spacing)
(#399) Missing space before value for key 'scale'. (key-spacing)
(#399) A space is required after ','. (comma-spacing)
(#399) Missing space before value for key 'width'. (key-spacing)
(#399) A space is required after ','. (comma-spacing)
(#399) Missing space before value for key 'height'. (key-spacing)
(#399) Requires a space before '}'. (block-spacing)
(#399) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#399) Missing semicolon. (semi)
(#399) Missing whitespace after semicolon. (semi-spacing)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) Missing whitespace after semicolon. (semi-spacing)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) Missing whitespace after semicolon. (semi-spacing)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) Missing whitespace after semicolon. (semi-spacing)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) Missing whitespace after semicolon. (semi-spacing)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) Missing whitespace after semicolon. (semi-spacing)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#399) Missing whitespace after semicolon. (semi-spacing)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) Function has a complexity of 37. Maximum allowed is 20. (complexity)
(#399) A space is required after ','. (comma-spacing)
(#399) A space is required after ','. (comma-spacing)
(#399) A space is required after ','. (comma-spacing)
(#399) Requires a space after '{'. (block-spacing)
(#399) Statement inside of curly braces should be on next line. (brace-style)
(#399) Missing space before opening brace. (space-before-blocks)
(#399) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#399) Operator '&&' must be spaced. (space-infix-ops)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) Missing whitespace after semicolon. (semi-spacing)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) A space is required after ','. (comma-spacing)
(#399) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) A space is required after ','. (comma-spacing)
(#399) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) Missing whitespace after semicolon. (semi-spacing)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) Missing whitespace after semicolon. (semi-spacing)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) Missing whitespace after semicolon. (semi-spacing)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) Missing whitespace after semicolon. (semi-spacing)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) A space is required after ','. (comma-spacing)
(#399) Missing whitespace after semicolon. (semi-spacing)
(#399) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#399) Operator '&&' must be spaced. (space-infix-ops)
(#400) This line has a length of 505. Maximum allowed is 132. (max-len)
(#400) Operator '+=' must be spaced. (space-infix-ops)
(#400) A space is required after ','. (comma-spacing)
(#400) A space is required after ','. (comma-spacing)
(#400) Operator '/' must be spaced. (space-infix-ops)
(#400) A space is required after ','. (comma-spacing)
(#400) Operator '-' must be spaced. (space-infix-ops)
(#400) Missing whitespace after semicolon. (semi-spacing)
(#400) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#400) Operator '&&' must be spaced. (space-infix-ops)
(#400) Operator '&&' must be spaced. (space-infix-ops)
(#400) Operator '+=' must be spaced. (space-infix-ops)
(#400) A space is required after ','. (comma-spacing)
(#400) A space is required after ','. (comma-spacing)
(#400) A space is required after ','. (comma-spacing)
(#400) Operator '/' must be spaced. (space-infix-ops)
(#400) A space is required after ','. (comma-spacing)
(#400) Operator '/' must be spaced. (space-infix-ops)
(#400) A space is required after ','. (comma-spacing)
(#400) A space is required after ','. (comma-spacing)
(#400) A space is required after ','. (comma-spacing)
(#400) A space is required after ','. (comma-spacing)
(#400) Missing whitespace after semicolon. (semi-spacing)
(#400) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#400) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#400) Operator '&&' must be spaced. (space-infix-ops)
(#400) Operator '+=' must be spaced. (space-infix-ops)
(#400) A space is required after ','. (comma-spacing)
(#400) A space is required after ','. (comma-spacing)
(#400) Operator '/' must be spaced. (space-infix-ops)
(#400) A space is required after ','. (comma-spacing)
(#400) Missing whitespace after semicolon. (semi-spacing)
(#400) Operator '=' must be spaced. (space-infix-ops)
(#400) Missing whitespace after semicolon. (semi-spacing)
(#400) Operator '+=' must be spaced. (space-infix-ops)
(#400) Operator '+' must be spaced. (space-infix-ops)
(#400) Missing whitespace after semicolon. (semi-spacing)
(#400) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#400) Operator '&&' must be spaced. (space-infix-ops)
(#400) Operator '+=' must be spaced. (space-infix-ops)
(#400) Operator '+' must be spaced. (space-infix-ops)
(#400) Missing whitespace after semicolon. (semi-spacing)
(#400) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#400) Operator '&&' must be spaced. (space-infix-ops)
(#400) Operator '=' must be spaced. (space-infix-ops)
(#400) A space is required after ','. (comma-spacing)
(#400) Operator '=' must be spaced. (space-infix-ops)
(#400) A space is required after ','. (comma-spacing)
(#400) A space is required after ','. (comma-spacing)
(#400) A space is required after ','. (comma-spacing)
(#400) Operator '-' must be spaced. (space-infix-ops)
(#400) A space is required after ','. (comma-spacing)
(#400) Operator '-' must be spaced. (space-infix-ops)
(#400) Operator '-' must be spaced. (space-infix-ops)
(#400) Missing whitespace after semicolon. (semi-spacing)
(#400) Operator '=' must be spaced. (space-infix-ops)
(#401) This line has a length of 511. Maximum allowed is 132. (max-len)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Operator '=' must be spaced. (space-infix-ops)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Expected space(s) after "for". (keyword-spacing)
(#401) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#401) Operator '=' must be spaced. (space-infix-ops)
(#401) Operator '-' must be spaced. (space-infix-ops)
(#401) A space is required after ','. (comma-spacing)
(#401) Operator '=' must be spaced. (space-infix-ops)
(#401) Operator '/' must be spaced. (space-infix-ops)
(#401) A space is required after ','. (comma-spacing)
(#401) Operator '=' must be spaced. (space-infix-ops)
(#401) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Operator '<' must be spaced. (space-infix-ops)
(#401) Operator '||' must be spaced. (space-infix-ops)
(#401) Operator '<' must be spaced. (space-infix-ops)
(#401) Operator '/' must be spaced. (space-infix-ops)
(#401) Expected { after 'for' condition. (curly)
(#401) Operator '*=' must be spaced. (space-infix-ops)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) 'l' used outside of binding context. (block-scoped-var)
(#401) Operator '=' must be spaced. (space-infix-ops)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) 'r' used outside of binding context. (block-scoped-var)
(#401) Operator '=' must be spaced. (space-infix-ops)
(#401) Operator '?' must be spaced. (space-infix-ops)
(#401) Operator ':' must be spaced. (space-infix-ops)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Expected space(s) after "for". (keyword-spacing)
(#401) Operator '=' must be spaced. (space-infix-ops)
(#401) Operator '/' must be spaced. (space-infix-ops)
(#401) 'y' used outside of binding context. (block-scoped-var)
(#401) Operator '*' must be spaced. (space-infix-ops)
(#401) 'y' used outside of binding context. (block-scoped-var)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Operator '<=' must be spaced. (space-infix-ops)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Operator '+=' must be spaced. (space-infix-ops)
(#401) 'y' used outside of binding context. (block-scoped-var)
(#401) Operator '/' must be spaced. (space-infix-ops)
(#401) Requires a space after '{'. (block-spacing)
(#401) Statement inside of curly braces should be on next line. (brace-style)
(#401) Missing space before opening brace. (space-before-blocks)
(#401) Operator '=' must be spaced. (space-infix-ops)
(#401) A space is required after ','. (comma-spacing)
(#401) A space is required after ','. (comma-spacing)
(#401) A space is required after ','. (comma-spacing)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Expected space(s) after "if". (keyword-spacing)
(#401) Operator '>' must be spaced. (space-infix-ops)
(#401) Expected { after 'if' condition. (curly)
(#401) Expected space(s) before "if". (keyword-spacing)
(#401) Expected space(s) after "if". (keyword-spacing)
(#401) Operator '=' must be spaced. (space-infix-ops)
(#401) Unexpected use of comma operator. (no-sequences)
(#401) A space is required after ','. (comma-spacing)
(#401) Operator '=' must be spaced. (space-infix-ops)
(#401) A space is required after ','. (comma-spacing)
(#401) Operator '===' must be spaced. (space-infix-ops)
(#401) 'l' used outside of binding context. (block-scoped-var)
(#401) Operator '%' must be spaced. (space-infix-ops)
(#401) Requires a space after '{'. (block-spacing)
(#401) Statement inside of curly braces should be on next line. (brace-style)
(#401) Missing space before opening brace. (space-before-blocks)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) A space is required after ','. (comma-spacing)
(#401) Operator '-' must be spaced. (space-infix-ops)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) A space is required after ','. (comma-spacing)
(#401) Operator '-' must be spaced. (space-infix-ops)
(#401) Operator '+' must be spaced. (space-infix-ops)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Expected space(s) after "for". (keyword-spacing)
(#401) Operator '=' must be spaced. (space-infix-ops)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Operator '===' must be spaced. (space-infix-ops)
(#401) Operator '-' must be spaced. (space-infix-ops)
(#401) Expected { after 'for' condition. (curly)
(#401) Operator '=' must be spaced. (space-infix-ops)
(#401) A space is required after ','. (comma-spacing)
(#401) Operator '-' must be spaced. (space-infix-ops)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#401) Operator '===' must be spaced. (space-infix-ops)
(#401) 'H' used outside of binding context. (block-scoped-var)
(#401) 'H' used outside of binding context. (block-scoped-var)
(#401) Operator '-' must be spaced. (space-infix-ops)
(#401) Operator '&&' must be spaced. (space-infix-ops)
(#401) 'H' used outside of binding context. (block-scoped-var)
(#401) Operator '=' must be spaced. (space-infix-ops)
(#401) 'H' used outside of binding context. (block-scoped-var)
(#401) A space is required after ','. (comma-spacing)
(#401) 'H' used outside of binding context. (block-scoped-var)
(#401) Operator '-' must be spaced. (space-infix-ops)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Operator '=' must be spaced. (space-infix-ops)
(#401) 'H' used outside of binding context. (block-scoped-var)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#401) Operator '&&' must be spaced. (space-infix-ops)
(#402) This line has a length of 502. Maximum allowed is 132. (max-len)
(#402) Operator '*=' must be spaced. (space-infix-ops)
(#402) Missing whitespace after semicolon. (semi-spacing)
(#402) Operator '=' must be spaced. (space-infix-ops)
(#402) Operator '-' must be spaced. (space-infix-ops)
(#402) Operator '/' must be spaced. (space-infix-ops)
(#402) Missing whitespace after semicolon. (semi-spacing)
(#402) Expected space(s) after "if". (keyword-spacing)
(#402) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#402) Operator '?' must be spaced. (space-infix-ops)
(#402) Operator '<' must be spaced. (space-infix-ops)
(#402) 'r' used outside of binding context. (block-scoped-var)
(#402) Operator ':' must be spaced. (space-infix-ops)
(#402) Operator '>' must be spaced. (space-infix-ops)
(#402) 'r' used outside of binding context. (block-scoped-var)
(#402) Expected { after 'if' condition. (curly)
(#402) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#402) 'H' used outside of binding context. (block-scoped-var)
(#402) A space is required after ','. (comma-spacing)
(#402) A space is required after ','. (comma-spacing)
(#402) Operator '-' must be spaced. (space-infix-ops)
(#402) Operator '+' must be spaced. (space-infix-ops)
(#402) Unexpected use of comma operator. (no-sequences)
(#402) A space is required after ','. (comma-spacing)
(#402) 'r' used outside of binding context. (block-scoped-var)
(#402) Operator '=' must be spaced. (space-infix-ops)
(#402) Operator '+' must be spaced. (space-infix-ops)
(#402) Operator '/' must be spaced. (space-infix-ops)
(#402) Missing whitespace after semicolon. (semi-spacing)
(#402) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#402) Operator '&&' must be spaced. (space-infix-ops)
(#402) Operator '=' must be spaced. (space-infix-ops)
(#402) A space is required after ','. (comma-spacing)
(#402) Operator '=' must be spaced. (space-infix-ops)
(#402) A space is required after ','. (comma-spacing)
(#402) A space is required after ','. (comma-spacing)
(#402) A space is required after ','. (comma-spacing)
(#402) Operator '-' must be spaced. (space-infix-ops)
(#402) A space is required after ','. (comma-spacing)
(#402) A space is required after ','. (comma-spacing)
(#402) A space is required after ','. (comma-spacing)
(#402) Requires a space before '}'. (block-spacing)
(#402) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#402) Missing semicolon. (semi)
(#402) Expected space(s) before "else". (keyword-spacing)
(#402) Expected { after 'else'. (curly)
(#402) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#402) Unexpected use of comma operator. (no-sequences)
(#402) A space is required after ','. (comma-spacing)
(#402) A space is required after ','. (comma-spacing)
(#402) Operator '-' must be spaced. (space-infix-ops)
(#402) A space is required after ','. (comma-spacing)
(#402) A space is required after ','. (comma-spacing)
(#402) Operator '-' must be spaced. (space-infix-ops)
(#402) Operator '+' must be spaced. (space-infix-ops)
(#402) A space is required after ','. (comma-spacing)
(#402) Missing whitespace after semicolon. (semi-spacing)
(#402) 'l' used outside of binding context. (block-scoped-var)
(#402) Requires a space before '}'. (block-spacing)
(#402) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#402) Missing semicolon. (semi)
(#402) Expected space(s) before "if". (keyword-spacing)
(#402) Expected space(s) after "if". (keyword-spacing)
(#402) Operator '||' must be spaced. (space-infix-ops)
(#402) Expected { after 'if' condition. (curly)
(#402) Expected space(s) before "for". (keyword-spacing)
(#402) Expected space(s) after "for". (keyword-spacing)
(#402) 'y' used outside of binding context. (block-scoped-var)
(#402) Operator '=' must be spaced. (space-infix-ops)
(#402) Operator '/' must be spaced. (space-infix-ops)
(#402) A space is required after ','. (comma-spacing)
(#402) Operator '=' must be spaced. (space-infix-ops)
(#402) A space is required after ','. (comma-spacing)
(#402) Operator '=' must be spaced. (space-infix-ops)
(#402) A space is required after ','. (comma-spacing)
(#402) 'l' used outside of binding context. (block-scoped-var)
(#402) Operator '=' must be spaced. (space-infix-ops)
(#402) Missing whitespace after semicolon. (semi-spacing)
(#402) Operator '>=' must be spaced. (space-infix-ops)
(#402) 'l' used outside of binding context. (block-scoped-var)
(#402) Missing whitespace after semicolon. (semi-spacing)
(#402) 'l' used outside of binding context. (block-scoped-var)
(#402) Expected { after 'for' condition. (curly)
(#402) Expected space(s) before "if". (keyword-spacing)
(#402) Expected space(s) after "if". (keyword-spacing)
(#402) 'x' used outside of binding context. (block-scoped-var)
(#402) Operator '=' must be spaced. (space-infix-ops)
(#402) 'y' used outside of binding context. (block-scoped-var)
(#402) Operator '/' must be spaced. (space-infix-ops)
(#402) Operator '*' must be spaced. (space-infix-ops)
(#402) 'l' used outside of binding context. (block-scoped-var)
(#402) Unexpected use of comma operator. (no-sequences)
(#402) A space is required after ','. (comma-spacing)
(#402) 'r' used outside of binding context. (block-scoped-var)
(#402) Operator '=' must be spaced. (space-infix-ops)
(#402) Operator '+' must be spaced. (space-infix-ops)
(#402) Operator '-' must be spaced. (space-infix-ops)
(#402) Operator '-' must be spaced. (space-infix-ops)
(#402) Operator '*' must be spaced. (space-infix-ops)
(#402) Operator '-' must be spaced. (space-infix-ops)
(#402) 'x' used outside of binding context. (block-scoped-var)
(#402) Operator '*' must be spaced. (space-infix-ops)
(#402) A space is required after ','. (comma-spacing)
(#402) Operator '&&' must be spaced. (space-infix-ops)
(#402) Operator '=' must be spaced. (space-infix-ops)
(#402) A space is required after ','. (comma-spacing)
(#402) Operator '=' must be spaced. (space-infix-ops)
(#403) This line has a length of 509. Maximum allowed is 132. (max-len)
(#403) A space is required after ','. (comma-spacing)
(#403) A space is required after ','. (comma-spacing)
(#403) A space is required after ','. (comma-spacing)
(#403) 'r' used outside of binding context. (block-scoped-var)
(#403) A space is required after ','. (comma-spacing)
(#403) A space is required after ','. (comma-spacing)
(#403) 'r' used outside of binding context. (block-scoped-var)
(#403) A space is required after ','. (comma-spacing)
(#403) A space is required after ','. (comma-spacing)
(#403) Requires a space after '{'. (block-spacing)
(#403) Statement inside of curly braces should be on next line. (brace-style)
(#403) Missing space before opening brace. (space-before-blocks)
(#403) Operator '=' must be spaced. (space-infix-ops)
(#403) Missing whitespace after semicolon. (semi-spacing)
(#403) Operator '=' must be spaced. (space-infix-ops)
(#403) Missing whitespace after semicolon. (semi-spacing)
(#403) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#403) Missing whitespace after semicolon. (semi-spacing)
(#403) A space is required after ','. (comma-spacing)
(#403) 'r' used outside of binding context. (block-scoped-var)
(#403) Missing whitespace after semicolon. (semi-spacing)
(#403) Operator '-' must be spaced. (space-infix-ops)
(#403) A space is required after ','. (comma-spacing)
(#403) 'r' used outside of binding context. (block-scoped-var)
(#403) Missing whitespace after semicolon. (semi-spacing)
(#403) Missing whitespace after semicolon. (semi-spacing)
(#403) 'A' used outside of binding context. (block-scoped-var)
(#403) Operator '=' must be spaced. (space-infix-ops)
(#403) Operator '*' must be spaced. (space-infix-ops)
(#403) 'x' used outside of binding context. (block-scoped-var)
(#403) Missing whitespace after semicolon. (semi-spacing)
(#403) 'x' used outside of binding context. (block-scoped-var)
(#403) Operator '=' must be spaced. (space-infix-ops)
(#403) A space is required after ','. (comma-spacing)
(#403) Operator '-' must be spaced. (space-infix-ops)
(#403) 'A' used outside of binding context. (block-scoped-var)
(#403) Missing whitespace after semicolon. (semi-spacing)
(#403) 'A' used outside of binding context. (block-scoped-var)
(#403) Operator '=' must be spaced. (space-infix-ops)
(#403) 'A' used outside of binding context. (block-scoped-var)
(#403) 'x' used outside of binding context. (block-scoped-var)
(#403) Missing whitespace after semicolon. (semi-spacing)
(#403) Expected space(s) after "if". (keyword-spacing)
(#403) Operator '<' must be spaced. (space-infix-ops)
(#403) 'x' used outside of binding context. (block-scoped-var)
(#403) Expected { after 'if' condition. (curly)
(#403) Expected space(s) before "for". (keyword-spacing)
(#403) Expected space(s) after "for". (keyword-spacing)
(#403) Operator '===' must be spaced. (space-infix-ops)
(#403) 'A' used outside of binding context. (block-scoped-var)
(#403) 'A' used outside of binding context. (block-scoped-var)
(#403) Operator '-' must be spaced. (space-infix-ops)
(#403) 'A' used outside of binding context. (block-scoped-var)
(#403) Expected { after 'for' condition. (curly)
(#403) Operator '=' must be spaced. (space-infix-ops)
(#403) 'A' used outside of binding context. (block-scoped-var)
(#403) A space is required after ','. (comma-spacing)
(#403) 'A' used outside of binding context. (block-scoped-var)
(#403) Operator '-' must be spaced. (space-infix-ops)
(#403) Missing whitespace after semicolon. (semi-spacing)
(#403) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#403) Operator '===' must be spaced. (space-infix-ops)
(#403) 'A' used outside of binding context. (block-scoped-var)
(#403) 'A' used outside of binding context. (block-scoped-var)
(#403) Operator '-' must be spaced. (space-infix-ops)
(#403) Operator '&&' must be spaced. (space-infix-ops)
(#403) 'A' used outside of binding context. (block-scoped-var)
(#403) Operator '=' must be spaced. (space-infix-ops)
(#403) 'A' used outside of binding context. (block-scoped-var)
(#403) A space is required after ','. (comma-spacing)
(#403) 'A' used outside of binding context. (block-scoped-var)
(#403) Operator '-' must be spaced. (space-infix-ops)
(#403) Missing whitespace after semicolon. (semi-spacing)
(#403) 'A' used outside of binding context. (block-scoped-var)
(#403) A space is required after ','. (comma-spacing)
(#403) Operator '-' must be spaced. (space-infix-ops)
(#403) A space is required after ','. (comma-spacing)
(#403) 'r' used outside of binding context. (block-scoped-var)
(#403) Requires a space before '}'. (block-spacing)
(#403) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#403) Missing semicolon. (semi)
(#403) Operator '=' must be spaced. (space-infix-ops)
(#403) Missing whitespace after semicolon. (semi-spacing)
(#403) Operator '=' must be spaced. (space-infix-ops)
(#403) Missing whitespace after semicolon. (semi-spacing)
(#403) Missing whitespace after semicolon. (semi-spacing)
(#403) A space is required after ','. (comma-spacing)
(#403) Operator '-' must be spaced. (space-infix-ops)
(#403) Missing whitespace after semicolon. (semi-spacing)
(#403) A space is required after ','. (comma-spacing)
(#403) Operator '-' must be spaced. (space-infix-ops)
(#403) Missing whitespace after semicolon. (semi-spacing)
(#403) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#403) Operator '&&' must be spaced. (space-infix-ops)
(#404) This line has a length of 515. Maximum allowed is 132. (max-len)
(#404) Missing whitespace after semicolon. (semi-spacing)
(#404) Missing whitespace after semicolon. (semi-spacing)
(#404) Expected space(s) after "if". (keyword-spacing)
(#404) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#404) Operator '<' must be spaced. (space-infix-ops)
(#404) Expected { after 'if' condition. (curly)
(#404) Expected space(s) before "for". (keyword-spacing)
(#404) Expected space(s) after "for". (keyword-spacing)
(#404) Operator '=' must be spaced. (space-infix-ops)
(#404) A space is required after ','. (comma-spacing)
(#404) Operator '=' must be spaced. (space-infix-ops)
(#404) A space is required after ','. (comma-spacing)
(#404) 'l' used outside of binding context. (block-scoped-var)
(#404) Operator '=' must be spaced. (space-infix-ops)
(#404) 'y' used outside of binding context. (block-scoped-var)
(#404) Operator '=' must be spaced. (space-infix-ops)
(#404) A space is required after ','. (comma-spacing)
(#404) 'r' used outside of binding context. (block-scoped-var)
(#404) Operator '=' must be spaced. (space-infix-ops)
(#404) Missing whitespace after semicolon. (semi-spacing)
(#404) 'l' used outside of binding context. (block-scoped-var)
(#404) Operator '<' must be spaced. (space-infix-ops)
(#404) 'r' used outside of binding context. (block-scoped-var)
(#404) Missing whitespace after semicolon. (semi-spacing)
(#404) 'l' used outside of binding context. (block-scoped-var)
(#404) Expected { after 'for' condition. (curly)
(#404) Expected space(s) before "if". (keyword-spacing)
(#404) Expected space(s) after "if". (keyword-spacing)
(#404) 'l' used outside of binding context. (block-scoped-var)
(#404) Expected { after 'if' condition. (curly)
(#404) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#404) 'l' used outside of binding context. (block-scoped-var)
(#404) A space is required after ','. (comma-spacing)
(#404) A space is required after ','. (comma-spacing)
(#404) 'l' used outside of binding context. (block-scoped-var)
(#404) A space is required after ','. (comma-spacing)
(#404) Operator '+' must be spaced. (space-infix-ops)
(#404) A space is required after ','. (comma-spacing)
(#404) Operator '+' must be spaced. (space-infix-ops)
(#404) Operator '+' must be spaced. (space-infix-ops)
(#404) 'y' used outside of binding context. (block-scoped-var)
(#404) Operator '*' must be spaced. (space-infix-ops)
(#404) Operator '+' must be spaced. (space-infix-ops)
(#404) Unexpected use of comma operator. (no-sequences)
(#404) A space is required after ','. (comma-spacing)
(#404) 'y' used outside of binding context. (block-scoped-var)
(#404) Missing whitespace after semicolon. (semi-spacing)
(#404) Expected space(s) after "if". (keyword-spacing)
(#404) 'l' used outside of binding context. (block-scoped-var)
(#404) Expected { after 'if' condition. (curly)
(#404) Expected space(s) before "for". (keyword-spacing)
(#404) Expected space(s) after "for". (keyword-spacing)
(#404) 'x' used outside of binding context. (block-scoped-var)
(#404) Operator '=' must be spaced. (space-infix-ops)
(#404) A space is required after ','. (comma-spacing)
(#404) 'A' used outside of binding context. (block-scoped-var)
(#404) Operator '=' must be spaced. (space-infix-ops)
(#404) Missing whitespace after semicolon. (semi-spacing)
(#404) 'x' used outside of binding context. (block-scoped-var)
(#404) Operator '<' must be spaced. (space-infix-ops)
(#404) 'A' used outside of binding context. (block-scoped-var)
(#404) Missing whitespace after semicolon. (semi-spacing)
(#404) 'x' used outside of binding context. (block-scoped-var)
(#404) Expected { after 'for' condition. (curly)
(#404) Expected space(s) before "if". (keyword-spacing)
(#404) Expected space(s) after "if". (keyword-spacing)
(#404) 'x' used outside of binding context. (block-scoped-var)
(#404) 'l' used outside of binding context. (block-scoped-var)
(#404) Requires a space after '{'. (block-spacing)
(#404) Statement inside of curly braces should be on next line. (brace-style)
(#404) Missing space before opening brace. (space-before-blocks)
(#404) 'A' used outside of binding context. (block-scoped-var)
(#404) Operator '=' must be spaced. (space-infix-ops)
(#404) 'x' used outside of binding context. (block-scoped-var)
(#404) Missing whitespace after semicolon. (semi-spacing)
(#404) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#404) 'l' used outside of binding context. (block-scoped-var)
(#404) Operator '&&' must be spaced. (space-infix-ops)
(#404) 'A' used outside of binding context. (block-scoped-var)
(#404) Operator '=' must be spaced. (space-infix-ops)
(#404) 'x' used outside of binding context. (block-scoped-var)
(#404) A space is required after ','. (comma-spacing)
(#404) 'A' used outside of binding context. (block-scoped-var)
(#404) Operator '=' must be spaced. (space-infix-ops)
(#404) 'l' used outside of binding context. (block-scoped-var)
(#405) This line has a length of 507. Maximum allowed is 132. (max-len)
(#405) A space is required after ','. (comma-spacing)
(#405) Operator '<' must be spaced. (space-infix-ops)
(#405) 'A' used outside of binding context. (block-scoped-var)
(#405) Operator '?' must be spaced. (space-infix-ops)
(#405) 'x' used outside of binding context. (block-scoped-var)
(#405) 'A' used outside of binding context. (block-scoped-var)
(#405) Operator '+' must be spaced. (space-infix-ops)
(#405) Operator ':' must be spaced. (space-infix-ops)
(#405) 'x' used outside of binding context. (block-scoped-var)
(#405) Missing whitespace after semicolon. (semi-spacing)
(#405) 'A' used outside of binding context. (block-scoped-var)
(#405) A space is required after ','. (comma-spacing)
(#405) Operator '+' must be spaced. (space-infix-ops)
(#405) A space is required after ','. (comma-spacing)
(#405) Operator '+' must be spaced. (space-infix-ops)
(#405) Operator '+' must be spaced. (space-infix-ops)
(#405) 'y' used outside of binding context. (block-scoped-var)
(#405) Operator '*' must be spaced. (space-infix-ops)
(#405) Operator '+' must be spaced. (space-infix-ops)
(#405) Missing whitespace after semicolon. (semi-spacing)
(#405) 'y' used outside of binding context. (block-scoped-var)
(#405) This line has 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#405) Missing whitespace after semicolon. (semi-spacing)
(#405) Requires a space before '}'. (block-spacing)
(#405) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#405) Missing semicolon. (semi)
(#405) Expected space(s) before "this". (keyword-spacing)
(#405) A space is required after ','. (comma-spacing)
(#405) A space is required after ','. (comma-spacing)
(#405) A space is required after ','. (comma-spacing)
(#405) A space is required after ','. (comma-spacing)
(#405) A space is required after ','. (comma-spacing)
(#405) A space is required after ','. (comma-spacing)
(#405) Missing whitespace after semicolon. (semi-spacing)
(#405) Operator '=' must be spaced. (space-infix-ops)
(#405) Missing whitespace after semicolon. (semi-spacing)
(#405) Operator '=' must be spaced. (space-infix-ops)
(#405) Missing whitespace after semicolon. (semi-spacing)
(#405) Operator '=' must be spaced. (space-infix-ops)
(#405) Missing whitespace after semicolon. (semi-spacing)
(#405) Operator '=' must be spaced. (space-infix-ops)
(#405) Missing whitespace after semicolon. (semi-spacing)
(#405) Operator '=' must be spaced. (space-infix-ops)
(#405) Missing whitespace after semicolon. (semi-spacing)
(#405) Operator '=' must be spaced. (space-infix-ops)
(#405) Missing whitespace after semicolon. (semi-spacing)
(#405) Operator '=' must be spaced. (space-infix-ops)
(#405) Requires a space before '}'. (block-spacing)
(#405) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#405) Missing semicolon. (semi)
(#405) Missing whitespace after semicolon. (semi-spacing)
(#405) Operator '=' must be spaced. (space-infix-ops)
(#405) Function has a complexity of 31. Maximum allowed is 20. (complexity)
(#405) A space is required after ','. (comma-spacing)
(#405) A space is required after ','. (comma-spacing)
(#405) A space is required after ','. (comma-spacing)
(#405) A space is required after ','. (comma-spacing)
(#405) A space is required after ','. (comma-spacing)
(#405) A space is required after ','. (comma-spacing)
(#405) Requires a space after '{'. (block-spacing)
(#405) Statement inside of curly braces should be on next line. (brace-style)
(#405) Missing space before opening brace. (space-before-blocks)
(#405) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#405) Operator '&&' must be spaced. (space-infix-ops)
(#405) Operator '=' must be spaced. (space-infix-ops)
(#405) Missing whitespace after semicolon. (semi-spacing)
(#405) Operator '=' must be spaced. (space-infix-ops)
(#405) Missing whitespace after semicolon. (semi-spacing)
(#405) Operator '=' must be spaced. (space-infix-ops)
(#405) Missing whitespace after semicolon. (semi-spacing)
(#405) Operator '=' must be spaced. (space-infix-ops)
(#405) Missing whitespace after semicolon. (semi-spacing)
(#405) Missing whitespace after semicolon. (semi-spacing)
(#405) A space is required after ','. (comma-spacing)
(#405) A space is required after ','. (comma-spacing)
(#405) Operator '-' must be spaced. (space-infix-ops)
(#405) A space is required after ','. (comma-spacing)
(#405) Operator '-' must be spaced. (space-infix-ops)
(#405) Operator '-' must be spaced. (space-infix-ops)
(#405) Missing whitespace after semicolon. (semi-spacing)
(#406) This line has a length of 507. Maximum allowed is 132. (max-len)
(#406) Missing whitespace after semicolon. (semi-spacing)
(#406) Expected space(s) after "if". (keyword-spacing)
(#406) Expected { after 'if' condition. (curly)
(#406) Expected space(s) before "for". (keyword-spacing)
(#406) Expected space(s) after "for". (keyword-spacing)
(#406) Operator '=' must be spaced. (space-infix-ops)
(#406) A space is required after ','. (comma-spacing)
(#406) Operator '=' must be spaced. (space-infix-ops)
(#406) A space is required after ','. (comma-spacing)
(#406) Operator '=' must be spaced. (space-infix-ops)
(#406) A space is required after ','. (comma-spacing)
(#406) Operator '=' must be spaced. (space-infix-ops)
(#406) A space is required after ','. (comma-spacing)
(#406) Operator '=' must be spaced. (space-infix-ops)
(#406) Missing whitespace after semicolon. (semi-spacing)
(#406) Operator '<' must be spaced. (space-infix-ops)
(#406) Missing whitespace after semicolon. (semi-spacing)
(#406) Requires a space after '{'. (block-spacing)
(#406) Statement inside of curly braces should be on next line. (brace-style)
(#406) Missing space before opening brace. (space-before-blocks)
(#406) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#406) Operator '=' must be spaced. (space-infix-ops)
(#406) A space is required after ','. (comma-spacing)
(#406) A space is required after ','. (comma-spacing)
(#406) A space is required after ','. (comma-spacing)
(#406) A space is required after ','. (comma-spacing)
(#406) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#406) Operator '=' must be spaced. (space-infix-ops)
(#406) Missing whitespace after semicolon. (semi-spacing)
(#406) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#406) Operator '<' must be spaced. (space-infix-ops)
(#406) Operator '&&' must be spaced. (space-infix-ops)
(#406) Operator '&&' must be spaced. (space-infix-ops)
(#406) Operator '+' must be spaced. (space-infix-ops)
(#406) Operator '&&' must be spaced. (space-infix-ops)
(#406) Operator '=' must be spaced. (space-infix-ops)
(#406) Operator '+' must be spaced. (space-infix-ops)
(#406) A space is required after ','. (comma-spacing)
(#406) A space is required after ','. (comma-spacing)
(#406) A space is required after ','. (comma-spacing)
(#406) Missing whitespace after semicolon. (semi-spacing)
(#406) Expected space(s) after "if". (keyword-spacing)
(#406) Operator '>=' must be spaced. (space-infix-ops)
(#406) Operator '&&' must be spaced. (space-infix-ops)
(#406) Operator '<' must be spaced. (space-infix-ops)
(#406) Operator '||' must be spaced. (space-infix-ops)
(#406) Operator '!==' must be spaced. (space-infix-ops)
(#406) Operator '&&' must be spaced. (space-infix-ops)
(#406) Operator '>=' must be spaced. (space-infix-ops)
(#406) Operator '&&' must be spaced. (space-infix-ops)
(#406) Operator '<' must be spaced. (space-infix-ops)
(#406) Requires a space after '{'. (block-spacing)
(#406) Statement inside of curly braces should be on next line. (brace-style)
(#406) Missing space before opening brace. (space-before-blocks)
(#406) Expected space(s) after "if". (keyword-spacing)
(#406) Operator '=' must be spaced. (space-infix-ops)
(#406) A space is required after ','. (comma-spacing)
(#406) A space is required after ','. (comma-spacing)
(#406) A space is required after ','. (comma-spacing)
(#406) A space is required after ','. (comma-spacing)
(#406) Unexpected use of comma operator. (no-sequences)
(#406) A space is required after ','. (comma-spacing)
(#406) Operator '&&' must be spaced. (space-infix-ops)
(#406) Operator '>' must be spaced. (space-infix-ops)
(#406) Operator '&&' must be spaced. (space-infix-ops)
(#406) A space is required after ','. (comma-spacing)
(#406) A space is required after ','. (comma-spacing)
(#406) Operator '||' must be spaced. (space-infix-ops)
(#406) A space is required after ','. (comma-spacing)
(#406) A space is required after ','. (comma-spacing)
(#406) Operator '=' must be spaced. (space-infix-ops)
(#406) A space is required after ','. (comma-spacing)
(#406) A space is required after ','. (comma-spacing)
(#406) A space is required after ','. (comma-spacing)
(#406) A space is required after ','. (comma-spacing)
(#406) Operator '===' must be spaced. (space-infix-ops)
(#406) Operator '%' must be spaced. (space-infix-ops)
(#406) Operator '&&' must be spaced. (space-infix-ops)
(#406) A space is required after ','. (comma-spacing)
(#407) This line has a length of 505. Maximum allowed is 132. (max-len)
(#407) A space is required after ','. (comma-spacing)
(#407) A space is required after ','. (comma-spacing)
(#407) Expected { after 'if' condition. (curly)
(#407) Expected space(s) before "break". (keyword-spacing)
(#407) Requires a space before '}'. (block-spacing)
(#407) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#407) Missing semicolon. (semi)
(#407) Expected space(s) before "else". (keyword-spacing)
(#407) Expected { after 'else'. (curly)
(#407) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#407) Operator '&&' must be spaced. (space-infix-ops)
(#407) Operator '=' must be spaced. (space-infix-ops)
(#407) Requires a space before '}'. (block-spacing)
(#407) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#407) Missing semicolon. (semi)
(#407) Expected space(s) before "else". (keyword-spacing)
(#407) Expected { after 'else'. (curly)
(#407) Expected space(s) after "for". (keyword-spacing)
(#407) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#407) 'r' used outside of binding context. (block-scoped-var)
(#407) Operator '=' must be spaced. (space-infix-ops)
(#407) A space is required after ','. (comma-spacing)
(#407) 'y' used outside of binding context. (block-scoped-var)
(#407) Operator '=' must be spaced. (space-infix-ops)
(#407) Missing whitespace after semicolon. (semi-spacing)
(#407) 'r' used outside of binding context. (block-scoped-var)
(#407) Operator '<' must be spaced. (space-infix-ops)
(#407) 'y' used outside of binding context. (block-scoped-var)
(#407) Missing whitespace after semicolon. (semi-spacing)
(#407) 'r' used outside of binding context. (block-scoped-var)
(#407) 'x' used outside of binding context. (block-scoped-var)
(#407) Expected { after 'for' condition. (curly)
(#407) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#407) Operator '=' must be spaced. (space-infix-ops)
(#407) 'r' used outside of binding context. (block-scoped-var)
(#407) A space is required after ','. (comma-spacing)
(#407) A space is required after ','. (comma-spacing)
(#407) A space is required after ','. (comma-spacing)
(#407) Unexpected use of comma operator. (no-sequences)
(#407) A space is required after ','. (comma-spacing)
(#407) 'x' used outside of binding context. (block-scoped-var)
(#407) Operator '>=' must be spaced. (space-infix-ops)
(#407) Operator '&&' must be spaced. (space-infix-ops)
(#407) 'x' used outside of binding context. (block-scoped-var)
(#407) Operator '<' must be spaced. (space-infix-ops)
(#407) Operator '&&' must be spaced. (space-infix-ops)
(#407) 'x' used outside of binding context. (block-scoped-var)
(#407) A space is required after ','. (comma-spacing)
(#407) Operator '-' must be spaced. (space-infix-ops)
(#407) A space is required after ','. (comma-spacing)
(#407) 'x' used outside of binding context. (block-scoped-var)
(#407) A space is required after ','. (comma-spacing)
(#407) 'r' used outside of binding context. (block-scoped-var)
(#407) A space is required after ','. (comma-spacing)
(#407) A space is required after ','. (comma-spacing)
(#407) A space is required after ','. (comma-spacing)
(#407) A space is required after ','. (comma-spacing)
(#407) Missing whitespace after semicolon. (semi-spacing)
(#407) Missing whitespace after semicolon. (semi-spacing)
(#407) Expected space(s) after "if". (keyword-spacing)
(#407) Operator '&&' must be spaced. (space-infix-ops)
(#407) Operator '<' must be spaced. (space-infix-ops)
(#407) Requires a space after '{'. (block-spacing)
(#407) Statement inside of curly braces should be on next line. (brace-style)
(#407) Missing space before opening brace. (space-before-blocks)
(#407) Operator '=' must be spaced. (space-infix-ops)
(#407) Missing whitespace after semicolon. (semi-spacing)
(#407) Operator '=' must be spaced. (space-infix-ops)
(#407) Missing whitespace after semicolon. (semi-spacing)
(#407) Missing whitespace after semicolon. (semi-spacing)
(#407) 'r' used outside of binding context. (block-scoped-var)
(#407) Operator '=' must be spaced. (space-infix-ops)
(#407) Operator '>' must be spaced. (space-infix-ops)
(#407) Missing whitespace after semicolon. (semi-spacing)
(#407) Expected space(s) after "if". (keyword-spacing)
(#407) Operator '&&' must be spaced. (space-infix-ops)
(#407) 'r' used outside of binding context. (block-scoped-var)
(#407) Operator '||' must be spaced. (space-infix-ops)
(#407) Operator '&&' must be spaced. (space-infix-ops)
(#407) 'r' used outside of binding context. (block-scoped-var)
(#407) Requires a space after '{'. (block-spacing)
(#407) Statement inside of curly braces should be on next line. (brace-style)
(#407) Missing space before opening brace. (space-before-blocks)
(#407) Expected space(s) after "for". (keyword-spacing)
(#407) 'r' used outside of binding context. (block-scoped-var)
(#407) Operator '=' must be spaced. (space-infix-ops)
(#407) Operator '-' must be spaced. (space-infix-ops)
(#407) Missing whitespace after semicolon. (semi-spacing)
(#407) Operator '<=' must be spaced. (space-infix-ops)
(#407) 'r' used outside of binding context. (block-scoped-var)
(#407) Missing whitespace after semicolon. (semi-spacing)
(#407) 'r' used outside of binding context. (block-scoped-var)
(#407) Expected { after 'for' condition. (curly)
(#407) 'r' used outside of binding context. (block-scoped-var)
(#407) Operator '+=' must be spaced. (space-infix-ops)
(#407) 'r' used outside of binding context. (block-scoped-var)
(#407) Operator '+' must be spaced. (space-infix-ops)
(#407) Missing whitespace after semicolon. (semi-spacing)
(#407) 'r' used outside of binding context. (block-scoped-var)
(#407) Operator '=' must be spaced. (space-infix-ops)
(#407) Requires a space before '}'. (block-spacing)
(#407) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#407) Missing semicolon. (semi)
(#407) Expected space(s) before "else". (keyword-spacing)
(#407) Expected space(s) after "else". (keyword-spacing)
(#407) Requires a space after '{'. (block-spacing)
(#407) Statement inside of curly braces should be on next line. (brace-style)
(#407) 'r' used outside of binding context. (block-scoped-var)
(#407) Operator '=' must be spaced. (space-infix-ops)
(#407) Missing whitespace after semicolon. (semi-spacing)
(#407) Expected space(s) after "for". (keyword-spacing)
(#407) 'y' used outside of binding context. (block-scoped-var)
(#407) Operator '=' must be spaced. (space-infix-ops)
(#407) Missing whitespace after semicolon. (semi-spacing)
(#407) 'r' used outside of binding context. (block-scoped-var)
(#407) Operator '<' must be spaced. (space-infix-ops)
(#407) 'y' used outside of binding context. (block-scoped-var)
(#407) Missing whitespace after semicolon. (semi-spacing)
(#407) 'r' used outside of binding context. (block-scoped-var)
(#407) Expected { after 'for' condition. (curly)
(#407) 'r' used outside of binding context. (block-scoped-var)
(#407) Operator '+=' must be spaced. (space-infix-ops)
(#408) This line has a length of 508. Maximum allowed is 132. (max-len)
(#408) 'r' used outside of binding context. (block-scoped-var)
(#408) Operator '-' must be spaced. (space-infix-ops)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) 'r' used outside of binding context. (block-scoped-var)
(#408) Operator '=' must be spaced. (space-infix-ops)
(#408) Operator '-' must be spaced. (space-infix-ops)
(#408) Requires a space before '}'. (block-spacing)
(#408) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#408) Missing semicolon. (semi)
(#408) 'y' used outside of binding context. (block-scoped-var)
(#408) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#408) Operator '=' must be spaced. (space-infix-ops)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Expected space(s) after "for". (keyword-spacing)
(#408) 'x' used outside of binding context. (block-scoped-var)
(#408) Operator '=' must be spaced. (space-infix-ops)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) 'y' used outside of binding context. (block-scoped-var)
(#408) Operator '<' must be spaced. (space-infix-ops)
(#408) 'x' used outside of binding context. (block-scoped-var)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) 'y' used outside of binding context. (block-scoped-var)
(#408) 'A' used outside of binding context. (block-scoped-var)
(#408) Expected { after 'for' condition. (curly)
(#408) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#408) Operator '=' must be spaced. (space-infix-ops)
(#408) 'y' used outside of binding context. (block-scoped-var)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) Unexpected use of comma operator. (no-sequences)
(#408) A space is required after ','. (comma-spacing)
(#408) 'H' used outside of binding context. (block-scoped-var)
(#408) Operator '=' must be spaced. (space-infix-ops)
(#408) 'y' used outside of binding context. (block-scoped-var)
(#408) Operator '/' must be spaced. (space-infix-ops)
(#408) Operator '/' must be spaced. (space-infix-ops)
(#408) 'r' used outside of binding context. (block-scoped-var)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) Operator '===' must be spaced. (space-infix-ops)
(#408) 'y' used outside of binding context. (block-scoped-var)
(#408) Operator '?' must be spaced. (space-infix-ops)
(#408) 'A' used outside of binding context. (block-scoped-var)
(#408) A space is required after ','. (comma-spacing)
(#408) 'H' used outside of binding context. (block-scoped-var)
(#408) Operator ':' must be spaced. (space-infix-ops)
(#408) 'A' used outside of binding context. (block-scoped-var)
(#408) A space is required after ','. (comma-spacing)
(#408) 'H' used outside of binding context. (block-scoped-var)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Requires a space before '}'. (block-spacing)
(#408) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#408) Missing semicolon. (semi)
(#408) Requires a space before '}'. (block-spacing)
(#408) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#408) Missing semicolon. (semi)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Operator '=' must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) Requires a space after '{'. (block-spacing)
(#408) Statement inside of curly braces should be on next line. (brace-style)
(#408) Missing space before opening brace. (space-before-blocks)
(#408) Operator '+' must be spaced. (space-infix-ops)
(#408) Operator '-' must be spaced. (space-infix-ops)
(#408) Operator '-' must be spaced. (space-infix-ops)
(#408) Operator '*' must be spaced. (space-infix-ops)
(#408) Operator '-' must be spaced. (space-infix-ops)
(#408) Operator '*' must be spaced. (space-infix-ops)
(#408) Requires a space before '}'. (block-spacing)
(#408) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#408) Missing semicolon. (semi)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Operator '=' must be spaced. (space-infix-ops)
(#408) Requires a space after '{'. (block-spacing)
(#408) Statement inside of curly braces should be on next line. (brace-style)
(#408) Missing space before opening brace. (space-before-blocks)
(#408) Expected space(s) after "return". (keyword-spacing)
(#408) Operator '-' must be spaced. (space-infix-ops)
(#408) Operator '-' must be spaced. (space-infix-ops)
(#408) Operator '/' must be spaced. (space-infix-ops)
(#408) Operator '-' must be spaced. (space-infix-ops)
(#408) Operator '-' must be spaced. (space-infix-ops)
(#408) Operator '/' must be spaced. (space-infix-ops)
(#408) Operator '*' must be spaced. (space-infix-ops)
(#408) Requires a space before '}'. (block-spacing)
(#408) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#408) Missing semicolon. (semi)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Operator '=' must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) Requires a space after '{'. (block-spacing)
(#408) Statement inside of curly braces should be on next line. (brace-style)
(#408) Missing space before opening brace. (space-before-blocks)
(#408) Operator '=' must be spaced. (space-infix-ops)
(#408) Operator '+' must be spaced. (space-infix-ops)
(#408) Operator '-' must be spaced. (space-infix-ops)
(#408) Operator '/' must be spaced. (space-infix-ops)
(#408) Operator '-' must be spaced. (space-infix-ops)
(#408) Operator '*' must be spaced. (space-infix-ops)
(#409) This line has a length of 507. Maximum allowed is 132. (max-len)
(#409) Operator '-' must be spaced. (space-infix-ops)
(#409) Missing whitespace after semicolon. (semi-spacing)
(#409) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#409) Operator '&&' must be spaced. (space-infix-ops)
(#409) Operator '=' must be spaced. (space-infix-ops)
(#409) Operator '+' must be spaced. (space-infix-ops)
(#409) Operator '-' must be spaced. (space-infix-ops)
(#409) Missing whitespace after semicolon. (semi-spacing)
(#409) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#409) Requires a space before '}'. (block-spacing)
(#409) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#409) Missing semicolon. (semi)
(#409) Missing whitespace after semicolon. (semi-spacing)
(#409) Operator '=' must be spaced. (space-infix-ops)
(#409) Requires a space after '{'. (block-spacing)
(#409) Statement inside of curly braces should be on next line. (brace-style)
(#409) Missing space before opening brace. (space-before-blocks)
(#409) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#409) Operator '&&' must be spaced. (space-infix-ops)
(#409) Operator '=' must be spaced. (space-infix-ops)
(#409) Operator '+' must be spaced. (space-infix-ops)
(#409) Operator '-' must be spaced. (space-infix-ops)
(#409) Missing whitespace after semicolon. (semi-spacing)
(#409) Expected space(s) after "return". (keyword-spacing)
(#409) Operator '-' must be spaced. (space-infix-ops)
(#409) Operator '*' must be spaced. (space-infix-ops)
(#409) Operator '-' must be spaced. (space-infix-ops)
(#409) Operator '/' must be spaced. (space-infix-ops)
(#409) Operator '-' must be spaced. (space-infix-ops)
(#409) Operator '+' must be spaced. (space-infix-ops)
(#409) Requires a space before '}'. (block-spacing)
(#409) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#409) Missing semicolon. (semi)
(#409) Missing whitespace after semicolon. (semi-spacing)
(#409) Operator '=' must be spaced. (space-infix-ops)
(#409) Requires a space after '{'. (block-spacing)
(#409) Statement inside of curly braces should be on next line. (brace-style)
(#409) Missing space before opening brace. (space-before-blocks)
(#409) Expected space(s) after "for". (keyword-spacing)
(#409) Operator '=' must be spaced. (space-infix-ops)
(#409) A space is required after ','. (comma-spacing)
(#409) Operator '=' must be spaced. (space-infix-ops)
(#409) A space is required after ','. (comma-spacing)
(#409) Operator '=' must be spaced. (space-infix-ops)
(#409) A space is required after ','. (comma-spacing)
(#409) Operator '=' must be spaced. (space-infix-ops)
(#409) A space is required after ','. (comma-spacing)
(#409) Operator '=' must be spaced. (space-infix-ops)
(#409) Missing whitespace after semicolon. (semi-spacing)
(#409) Operator '<' must be spaced. (space-infix-ops)
(#409) Missing whitespace after semicolon. (semi-spacing)
(#409) Expected { after 'for' condition. (curly)
(#409) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#409) Operator '=' must be spaced. (space-infix-ops)
(#409) A space is required after ','. (comma-spacing)
(#409) Unexpected use of comma operator. (no-sequences)
(#409) A space is required after ','. (comma-spacing)
(#409) Operator '=' must be spaced. (space-infix-ops)
(#409) A space is required after ','. (comma-spacing)
(#409) A space is required after ','. (comma-spacing)
(#409) Operator '=' must be spaced. (space-infix-ops)
(#409) A space is required after ','. (comma-spacing)
(#409) Missing whitespace after semicolon. (semi-spacing)
(#409) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#409) Operator '?' must be spaced. (space-infix-ops)
(#409) Operator '=' must be spaced. (space-infix-ops)
(#409) 'd' used outside of binding context. (block-scoped-var)
(#409) A space is required after ','. (comma-spacing)
(#409) Operator '=' must be spaced. (space-infix-ops)
(#409) 'c' used outside of binding context. (block-scoped-var)
(#409) Operator ':' must be spaced. (space-infix-ops)
(#409) Operator '=' must be spaced. (space-infix-ops)
(#410) This line has a length of 507. Maximum allowed is 132. (max-len)
(#410) 'd' used outside of binding context. (block-scoped-var)
(#410) Operator '-' must be spaced. (space-infix-ops)
(#410) A space is required after ','. (comma-spacing)
(#410) Operator '=' must be spaced. (space-infix-ops)
(#410) 'c' used outside of binding context. (block-scoped-var)
(#410) Operator '+' must be spaced. (space-infix-ops)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) 'd' used outside of binding context. (block-scoped-var)
(#410) Operator '=' must be spaced. (space-infix-ops)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) Expected space(s) after "for". (keyword-spacing)
(#410) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#410) 'c' used outside of binding context. (block-scoped-var)
(#410) Operator '=' must be spaced. (space-infix-ops)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) 'd' used outside of binding context. (block-scoped-var)
(#410) Operator '<' must be spaced. (space-infix-ops)
(#410) 'c' used outside of binding context. (block-scoped-var)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) 'd' used outside of binding context. (block-scoped-var)
(#410) Expected { after 'for' condition. (curly)
(#410) Expected space(s) before "this". (keyword-spacing)
(#410) 'd' used outside of binding context. (block-scoped-var)
(#410) Operator '/=' must be spaced. (space-infix-ops)
(#410) 'e' used outside of binding context. (block-scoped-var)
(#410) Requires a space before '}'. (block-spacing)
(#410) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#410) Missing semicolon. (semi)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) Operator '=' must be spaced. (space-infix-ops)
(#410) Expected to return a value at the end of function. (consistent-return)
(#410) A space is required after ','. (comma-spacing)
(#410) A space is required after ','. (comma-spacing)
(#410) A space is required after ','. (comma-spacing)
(#410) Requires a space after '{'. (block-spacing)
(#410) Statement inside of curly braces should be on next line. (brace-style)
(#410) Missing space before opening brace. (space-before-blocks)
(#410) Operator '=' must be spaced. (space-infix-ops)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) Operator '=' must be spaced. (space-infix-ops)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) Operator '=' must be spaced. (space-infix-ops)
(#410) A space is required after ','. (comma-spacing)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) Operator '=' must be spaced. (space-infix-ops)
(#410) A space is required after ','. (comma-spacing)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) Expected space(s) after "if". (keyword-spacing)
(#410) Requires a space after '{'. (block-spacing)
(#410) Statement inside of curly braces should be on next line. (brace-style)
(#410) Missing space before opening brace. (space-before-blocks)
(#410) Operator '=' must be spaced. (space-infix-ops)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) Operator '=' must be spaced. (space-infix-ops)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) Expected space(s) after "for". (keyword-spacing)
(#410) Operator '=' must be spaced. (space-infix-ops)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) Operator '<' must be spaced. (space-infix-ops)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) Expected { after 'for' condition. (curly)
(#410) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#410) A space is required after ','. (comma-spacing)
(#410) A space is required after ','. (comma-spacing)
(#410) Operator '&&' must be spaced. (space-infix-ops)
(#410) Operator '=' must be spaced. (space-infix-ops)
(#410) A space is required after ','. (comma-spacing)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) Operator '/' must be spaced. (space-infix-ops)
(#410) Requires a space before '}'. (block-spacing)
(#410) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#410) Missing semicolon. (semi)
(#410) Requires a space before '}'. (block-spacing)
(#410) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) Operator '=' must be spaced. (space-infix-ops)
(#410) A space is required after ','. (comma-spacing)
(#410) Requires a space after '{'. (block-spacing)
(#410) Statement inside of curly braces should be on next line. (brace-style)
(#410) Missing space before opening brace. (space-before-blocks)
(#410) Operator '=' must be spaced. (space-infix-ops)
(#410) Operator '/' must be spaced. (space-infix-ops)
(#410) Operator '-' must be spaced. (space-infix-ops)
(#410) Operator '*' must be spaced. (space-infix-ops)
(#410) Operator '-' must be spaced. (space-infix-ops)
(#410) Operator '*' must be spaced. (space-infix-ops)
(#410) Operator '?' must be spaced. (space-infix-ops)
(#410) Operator ':' must be spaced. (space-infix-ops)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) Operator '+=' must be spaced. (space-infix-ops)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) Operator '+=' must be spaced. (space-infix-ops)
(#410) Requires a space before '}'. (block-spacing)
(#410) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#410) Missing semicolon. (semi)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) Operator '=' must be spaced. (space-infix-ops)
(#411) This line has a length of 511. Maximum allowed is 132. (max-len)
(#411) Requires a space after '{'. (block-spacing)
(#411) Statement inside of curly braces should be on next line. (brace-style)
(#411) Missing space before opening brace. (space-before-blocks)
(#411) Unexpected alert. (no-alert)
(#411) Requires a space before '}'. (block-spacing)
(#411) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#411) Missing semicolon. (semi)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) A space is required after ','. (comma-spacing)
(#411) Requires a space after '{'. (block-spacing)
(#411) Statement inside of curly braces should be on next line. (brace-style)
(#411) Missing space before opening brace. (space-before-blocks)
(#411) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#411) A space is required after ','. (comma-spacing)
(#411) Requires a space before '}'. (block-spacing)
(#411) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#411) Missing semicolon. (semi)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) Requires a space after '{'. (block-spacing)
(#411) Statement inside of curly braces should be on next line. (brace-style)
(#411) Missing space before opening brace. (space-before-blocks)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) Operator '-' must be spaced. (space-infix-ops)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) Operator '+' must be spaced. (space-infix-ops)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Expected space(s) after "if". (keyword-spacing)
(#411) Operator '>' must be spaced. (space-infix-ops)
(#411) Requires a space after '{'. (block-spacing)
(#411) Statement inside of curly braces should be on next line. (brace-style)
(#411) Missing space before opening brace. (space-before-blocks)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) Requires a space before '}'. (block-spacing)
(#411) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#411) Missing semicolon. (semi)
(#411) 'e' used outside of binding context. (block-scoped-var)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Expected space(s) after "for". (keyword-spacing)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) A space is required after ','. (comma-spacing)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) A space is required after ','. (comma-spacing)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) A space is required after ','. (comma-spacing)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Operator '<' must be spaced. (space-infix-ops)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Requires a space after '{'. (block-spacing)
(#411) Statement inside of curly braces should be on next line. (brace-style)
(#411) Missing space before opening brace. (space-before-blocks)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Expected space(s) after "if". (keyword-spacing)
(#411) A space is required after ','. (comma-spacing)
(#411) A space is required after ','. (comma-spacing)
(#411) Expected { after 'if' condition. (curly)
(#411) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#411) Operator '>' must be spaced. (space-infix-ops)
(#411) Operator '&&' must be spaced. (space-infix-ops)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) A space is required after ','. (comma-spacing)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) A space is required after ','. (comma-spacing)
(#411) 'e' used outside of binding context. (block-scoped-var)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Expected space(s) after "if". (keyword-spacing)
(#411) Expected { after 'if' condition. (curly)
(#411) Expected space(s) before "break". (keyword-spacing)
(#411) Requires a space before '}'. (block-spacing)
(#411) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#411) Missing semicolon. (semi)
(#411) Expected space(s) before "if". (keyword-spacing)
(#411) Expected space(s) after "if". (keyword-spacing)
(#411) Operator '===' must be spaced. (space-infix-ops)
(#411) 'e' used outside of binding context. (block-scoped-var)
(#411) Expected { after 'if' condition. (curly)
(#411) Expected space(s) before "return". (keyword-spacing)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) 'e' used outside of binding context. (block-scoped-var)
(#412) This line has a length of 530. Maximum allowed is 132. (max-len)
(#412) A space is required after ','. (comma-spacing)
(#412) Operator '*' must be spaced. (space-infix-ops)
(#412) Requires a space before '}'. (block-spacing)
(#412) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#412) Missing semicolon. (semi)
(#412) Missing whitespace after semicolon. (semi-spacing)
(#412) Operator '=' must be spaced. (space-infix-ops)
(#412) Requires a space after '{'. (block-spacing)
(#412) Statement inside of curly braces should be on next line. (brace-style)
(#412) Missing space before opening brace. (space-before-blocks)
(#412) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#412) Operator '=' must be spaced. (space-infix-ops)
(#412) Missing whitespace after semicolon. (semi-spacing)
(#412) Operator '=' must be spaced. (space-infix-ops)
(#412) Missing whitespace after semicolon. (semi-spacing)
(#412) Expected space(s) after "for". (keyword-spacing)
(#412) Operator '=' must be spaced. (space-infix-ops)
(#412) A space is required after ','. (comma-spacing)
(#412) Operator '=' must be spaced. (space-infix-ops)
(#412) A space is required after ','. (comma-spacing)
(#412) Operator '=' must be spaced. (space-infix-ops)
(#412) Missing whitespace after semicolon. (semi-spacing)
(#412) Operator '<' must be spaced. (space-infix-ops)
(#412) Missing whitespace after semicolon. (semi-spacing)
(#412) Requires a space after '{'. (block-spacing)
(#412) Statement inside of curly braces should be on next line. (brace-style)
(#412) Missing space before opening brace. (space-before-blocks)
(#412) Operator '=' must be spaced. (space-infix-ops)
(#412) Operator '-' must be spaced. (space-infix-ops)
(#412) Missing whitespace after semicolon. (semi-spacing)
(#412) Expected space(s) after "if". (keyword-spacing)
(#412) Operator '<=' must be spaced. (space-infix-ops)
(#412) Expected { after 'if' condition. (curly)
(#412) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#412) Operator '=' must be spaced. (space-infix-ops)
(#412) Unexpected use of comma operator. (no-sequences)
(#412) A space is required after ','. (comma-spacing)
(#412) Operator '=' must be spaced. (space-infix-ops)
(#412) Missing whitespace after semicolon. (semi-spacing)
(#412) Expected { after 'else'. (curly)
(#412) Requires a space before '}'. (block-spacing)
(#412) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#412) Missing semicolon. (semi)
(#412) 'e' used outside of binding context. (block-scoped-var)
(#412) Operator '=' must be spaced. (space-infix-ops)
(#412) Operator '=' must be spaced. (space-infix-ops)
(#412) Missing whitespace after semicolon. (semi-spacing)
(#412) 'b' used outside of binding context. (block-scoped-var)
(#412) Operator '=' must be spaced. (space-infix-ops)
(#412) Missing whitespace after semicolon. (semi-spacing)
(#412) 'g' used outside of binding context. (block-scoped-var)
(#412) Operator '=' must be spaced. (space-infix-ops)
(#412) Missing whitespace after semicolon. (semi-spacing)
(#412) 'm' used outside of binding context. (block-scoped-var)
(#412) Operator '=' must be spaced. (space-infix-ops)
(#412) Operator '+' must be spaced. (space-infix-ops)
(#412) Missing whitespace after semicolon. (semi-spacing)
(#412) Expected space(s) after "for". (keyword-spacing)
(#412) Operator '=' must be spaced. (space-infix-ops)
(#412) Missing whitespace after semicolon. (semi-spacing)
(#412) 'm' used outside of binding context. (block-scoped-var)
(#412) Operator '<' must be spaced. (space-infix-ops)
(#412) Missing whitespace after semicolon. (semi-spacing)
(#412) 'm' used outside of binding context. (block-scoped-var)
(#412) Expected { after 'for' condition. (curly)
(#412) Expected space(s) before "if". (keyword-spacing)
(#412) Expected space(s) after "if". (keyword-spacing)
(#412) 'm' used outside of binding context. (block-scoped-var)
(#412) Operator '+' must be spaced. (space-infix-ops)
(#412) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#412) Operator '>' must be spaced. (space-infix-ops)
(#412) 'g' used outside of binding context. (block-scoped-var)
(#412) 'g' used outside of binding context. (block-scoped-var)
(#412) Expected { after 'if' condition. (curly)
(#412) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#412) Operator '=' must be spaced. (space-infix-ops)
(#412) 'm' used outside of binding context. (block-scoped-var)
(#412) Unexpected use of comma operator. (no-sequences)
(#412) A space is required after ','. (comma-spacing)
(#412) 'e' used outside of binding context. (block-scoped-var)
(#412) Operator '=' must be spaced. (space-infix-ops)
(#412) 'm' used outside of binding context. (block-scoped-var)
(#412) Missing whitespace after semicolon. (semi-spacing)
(#412) Expected { after 'else'. (curly)
(#412) Missing whitespace after semicolon. (semi-spacing)
(#412) Expected space(s) after "for". (keyword-spacing)
(#412) 'g' used outside of binding context. (block-scoped-var)
(#412) Operator '=' must be spaced. (space-infix-ops)
(#412) Operator '-' must be spaced. (space-infix-ops)
(#412) Missing whitespace after semicolon. (semi-spacing)
(#412) Operator '<=' must be spaced. (space-infix-ops)
(#412) 'g' used outside of binding context. (block-scoped-var)
(#412) Missing whitespace after semicolon. (semi-spacing)
(#412) 'g' used outside of binding context. (block-scoped-var)
(#412) Expected { after 'for' condition. (curly)
(#412) Expected space(s) before "if". (keyword-spacing)
(#412) Expected space(s) after "if". (keyword-spacing)
(#412) 'g' used outside of binding context. (block-scoped-var)
(#412) Operator '+' must be spaced. (space-infix-ops)
(#412) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#412) Operator '>' must be spaced. (space-infix-ops)
(#412) 'b' used outside of binding context. (block-scoped-var)
(#412) 'b' used outside of binding context. (block-scoped-var)
(#412) Expected { after 'if' condition. (curly)
(#412) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#412) Operator '=' must be spaced. (space-infix-ops)
(#412) 'g' used outside of binding context. (block-scoped-var)
(#412) Unexpected use of comma operator. (no-sequences)
(#412) A space is required after ','. (comma-spacing)
(#412) Operator '=' must be spaced. (space-infix-ops)
(#412) 'g' used outside of binding context. (block-scoped-var)
(#412) Missing whitespace after semicolon. (semi-spacing)
(#412) Expected { after 'else'. (curly)
(#412) Missing whitespace after semicolon. (semi-spacing)
(#412) Operator '=' must be spaced. (space-infix-ops)
(#412) Operator '-' must be spaced. (space-infix-ops)
(#412) Operator '>' must be spaced. (space-infix-ops)
(#412) 'e' used outside of binding context. (block-scoped-var)
(#412) Operator '-' must be spaced. (space-infix-ops)
(#412) Operator '?' must be spaced. (space-infix-ops)
(#412) 'e' used outside of binding context. (block-scoped-var)
(#412) Operator ':' must be spaced. (space-infix-ops)
(#412) Missing whitespace after semicolon. (semi-spacing)
(#413) Operator '*' must be spaced. (space-infix-ops)
(#413) Requires a space before '}'. (block-spacing)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Missing semicolon. (semi)
(#413) Requires a space before '}'. (block-spacing)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Missing semicolon. (semi)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#414) This line has a length of 508. Maximum allowed is 132. (max-len)
(#414) A space is required after ','. (comma-spacing)
(#414) A space is required after ','. (comma-spacing)
(#414) A space is required after ','. (comma-spacing)
(#414) 'v' is defined but never used. (no-unused-vars)
(#414) Requires a space after '{'. (block-spacing)
(#414) Statement inside of curly braces should be on next line. (brace-style)
(#414) Missing space before opening brace. (space-before-blocks)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Unexpected empty function. (no-empty-function)
(#414) Missing space before opening brace. (space-before-blocks)
(#414) Missing whitespace after semicolon. (semi-spacing)
(#414) This line has 21 statements. Maximum allowed is 2. (max-statements-per-line)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Missing whitespace after semicolon. (semi-spacing)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) A space is required after ','. (comma-spacing)
(#414) Requires a space after '{'. (block-spacing)
(#414) Statement inside of curly braces should be on next line. (brace-style)
(#414) Missing space before opening brace. (space-before-blocks)
(#414) Expected space(s) after "if". (keyword-spacing)
(#414) Expected { after 'if' condition. (curly)
(#414) Expected space(s) before "for". (keyword-spacing)
(#414) Expected space(s) after "for". (keyword-spacing)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) A space is required after ','. (comma-spacing)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) A space is required after ','. (comma-spacing)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Missing whitespace after semicolon. (semi-spacing)
(#414) Operator '<' must be spaced. (space-infix-ops)
(#414) Missing whitespace after semicolon. (semi-spacing)
(#414) Requires a space after '{'. (block-spacing)
(#414) Statement inside of curly braces should be on next line. (brace-style)
(#414) Missing space before opening brace. (space-before-blocks)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Missing whitespace after semicolon. (semi-spacing)
(#414) A space is required after ','. (comma-spacing)
(#414) A space is required after ','. (comma-spacing)
(#414) A space is required after ','. (comma-spacing)
(#414) Operator '===' must be spaced. (space-infix-ops)
(#414) Requires a space before '}'. (block-spacing)
(#414) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#414) Missing semicolon. (semi)
(#414) Requires a space before '}'. (block-spacing)
(#414) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#414) Missing whitespace after semicolon. (semi-spacing)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Requires a space after '{'. (block-spacing)
(#414) Statement inside of curly braces should be on next line. (brace-style)
(#414) Missing space before opening brace. (space-before-blocks)
(#414) Expected space(s) after "for". (keyword-spacing)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Missing '()' invoking a constructor. (new-parens)
(#414) A space is required after ','. (comma-spacing)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) A space is required after ','. (comma-spacing)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) A space is required after ','. (comma-spacing)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Missing whitespace after semicolon. (semi-spacing)
(#414) Operator '<' must be spaced. (space-infix-ops)
(#414) Missing whitespace after semicolon. (semi-spacing)
(#414) Requires a space after '{'. (block-spacing)
(#414) Statement inside of curly braces should be on next line. (brace-style)
(#414) Missing space before opening brace. (space-before-blocks)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) Missing whitespace after semicolon. (semi-spacing)
(#414) A space is required after ','. (comma-spacing)
(#414) Requires a space before '}'. (block-spacing)
(#414) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#414) Missing semicolon. (semi)
(#414) Expected space(s) before "return". (keyword-spacing)
(#414) 'k' used outside of binding context. (block-scoped-var)
(#414) Requires a space before '}'. (block-spacing)
(#414) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#414) Missing semicolon. (semi)
(#414) Missing whitespace after semicolon. (semi-spacing)
(#414) Operator '=' must be spaced. (space-infix-ops)
(#414) A space is required after ','. (comma-spacing)
(#414) A space is required after ','. (comma-spacing)
(#414) A space is required after ','. (comma-spacing)
(#414) Requires a space after '{'. (block-spacing)
(#414) Statement inside of curly braces should be on next line. (brace-style)
(#414) Missing space before opening brace. (space-before-blocks)
(#414) Missing whitespace after semicolon. (semi-spacing)
(#414) A space is required after ','. (comma-spacing)
(#414) Missing whitespace after semicolon. (semi-spacing)
(#414) Operator '/' must be spaced. (space-infix-ops)
(#414) Missing whitespace after semicolon. (semi-spacing)
(#414) Operator '/' must be spaced. (space-infix-ops)
(#414) A space is required after ','. (comma-spacing)
(#414) Operator '/' must be spaced. (space-infix-ops)
(#414) Missing whitespace after semicolon. (semi-spacing)
(#414) Missing whitespace after semicolon. (semi-spacing)
(#414) A space is required after ','. (comma-spacing)
(#414) Missing whitespace after semicolon. (semi-spacing)
(#414) A space is required after ','. (comma-spacing)
(#414) Missing whitespace after semicolon. (semi-spacing)
(#415) This line has a length of 450. Maximum allowed is 132. (max-len)
(#415) Missing whitespace after semicolon. (semi-spacing)
(#415) A space is required after ','. (comma-spacing)
(#415) Missing whitespace after semicolon. (semi-spacing)
(#415) This line has 26 statements. Maximum allowed is 2. (max-statements-per-line)
(#415) Missing whitespace after semicolon. (semi-spacing)
(#415) Operator '=' must be spaced. (space-infix-ops)
(#415) Operator '?' must be spaced. (space-infix-ops)
(#415) Operator ':' must be spaced. (space-infix-ops)
(#415) Missing whitespace after semicolon. (semi-spacing)
(#415) Missing whitespace after semicolon. (semi-spacing)
(#415) Missing whitespace after semicolon. (semi-spacing)
(#415) A space is required after ','. (comma-spacing)
(#415) Missing whitespace after semicolon. (semi-spacing)
(#415) A space is required after ','. (comma-spacing)
(#415) Missing whitespace after semicolon. (semi-spacing)
(#415) A space is required after ','. (comma-spacing)
(#415) Missing whitespace after semicolon. (semi-spacing)
(#415) A space is required after ','. (comma-spacing)
(#415) Missing whitespace after semicolon. (semi-spacing)
(#415) A space is required after ','. (comma-spacing)
(#415) Missing whitespace after semicolon. (semi-spacing)
(#415) A space is required after ','. (comma-spacing)
(#415) Missing whitespace after semicolon. (semi-spacing)
(#415) A space is required after ','. (comma-spacing)
(#415) Missing whitespace after semicolon. (semi-spacing)
(#415) A space is required after ','. (comma-spacing)
(#415) Missing whitespace after semicolon. (semi-spacing)
(#415) A space is required after ','. (comma-spacing)
(#415) Missing whitespace after semicolon. (semi-spacing)
(#415) A space is required after ','. (comma-spacing)
(#415) Missing whitespace after semicolon. (semi-spacing)
(#415) A space is required after ','. (comma-spacing)
(#415) Missing whitespace after semicolon. (semi-spacing)
(#415) A space is required after ','. (comma-spacing)
(#415) Missing whitespace after semicolon. (semi-spacing)
(#415) A space is required after ','. (comma-spacing)
(#415) Missing whitespace after semicolon. (semi-spacing)
(#415) Operator '=' must be spaced. (space-infix-ops)
(#415) Missing whitespace after semicolon. (semi-spacing)
(#415) Operator '=' must be spaced. (space-infix-ops)
(#415) Missing whitespace after semicolon. (semi-spacing)
(#415) Missing whitespace after semicolon. (semi-spacing)
(#415) Operator '=' must be spaced. (space-infix-ops)
(#415) Missing whitespace after semicolon. (semi-spacing)
(#415) Operator '=' must be spaced. (space-infix-ops)
(#415) Missing whitespace after semicolon. (semi-spacing)
(#415) Missing whitespace after semicolon. (semi-spacing)
(#415) Requires a space before '}'. (block-spacing)
(#415) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#415) Missing semicolon. (semi)
(#415) Requires a space before '}'. (block-spacing)
(#415) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#415) Missing semicolon. (semi)
(#415) A space is required after ','. (comma-spacing)
(#415) A space is required after ','. (comma-spacing)
(#416) This line has a length of 507. Maximum allowed is 132. (max-len)
(#416) A space is required after ','. (comma-spacing)
(#416) A space is required after ','. (comma-spacing)
(#416) A space is required after ','. (comma-spacing)
(#416) A space is required after ','. (comma-spacing)
(#416) A space is required after ','. (comma-spacing)
(#416) 'q' is defined but never used. (no-unused-vars)
(#416) Requires a space after '{'. (block-spacing)
(#416) Statement inside of curly braces should be on next line. (brace-style)
(#416) Missing space before opening brace. (space-before-blocks)
(#416) Operator '=' must be spaced. (space-infix-ops)
(#416) A space is required after ','. (comma-spacing)
(#416) Requires a space after '{'. (block-spacing)
(#416) Statement inside of curly braces should be on next line. (brace-style)
(#416) Missing space before opening brace. (space-before-blocks)
(#416) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#416) Operator '=' must be spaced. (space-infix-ops)
(#416) Missing whitespace after semicolon. (semi-spacing)
(#416) Operator '=' must be spaced. (space-infix-ops)
(#416) Missing whitespace after semicolon. (semi-spacing)
(#416) Operator '=' must be spaced. (space-infix-ops)
(#416) Missing whitespace after semicolon. (semi-spacing)
(#416) Operator '=' must be spaced. (space-infix-ops)
(#416) Requires a space before '}'. (block-spacing)
(#416) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#416) Missing semicolon. (semi)
(#416) Missing whitespace after semicolon. (semi-spacing)
(#416) Operator '=' must be spaced. (space-infix-ops)
(#416) Operator '=' must be spaced. (space-infix-ops)
(#416) Missing '()' invoking a constructor. (new-parens)
(#416) Missing whitespace after semicolon. (semi-spacing)
(#416) Operator '=' must be spaced. (space-infix-ops)
(#416) A space is required after ','. (comma-spacing)
(#416) Requires a space after '{'. (block-spacing)
(#416) Statement inside of curly braces should be on next line. (brace-style)
(#416) Missing space before opening brace. (space-before-blocks)
(#416) Expected space(s) after "if". (keyword-spacing)
(#416) Operator '||' must be spaced. (space-infix-ops)
(#416) Expected { after 'if' condition. (curly)
(#416) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#416) Operator '=' must be spaced. (space-infix-ops)
(#416) Operator '?' must be spaced. (space-infix-ops)
(#416) Operator ':' must be spaced. (space-infix-ops)
(#416) Unexpected use of comma operator. (no-sequences)
(#416) A space is required after ','. (comma-spacing)
(#416) Operator '=' must be spaced. (space-infix-ops)
(#416) A space is required after ','. (comma-spacing)
(#416) A space is required after ','. (comma-spacing)
(#416) A space is required after ','. (comma-spacing)
(#416) A space is required after ','. (comma-spacing)
(#416) A space is required after ','. (comma-spacing)
(#416) A space is required after ','. (comma-spacing)
(#416) A space is required after ','. (comma-spacing)
(#416) A space is required after ','. (comma-spacing)
(#416) Requires a space before '}'. (block-spacing)
(#416) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#416) Missing semicolon. (semi)
(#416) Missing whitespace after semicolon. (semi-spacing)
(#416) Operator '=' must be spaced. (space-infix-ops)
(#416) A space is required after ','. (comma-spacing)
(#416) Requires a space after '{'. (block-spacing)
(#416) Statement inside of curly braces should be on next line. (brace-style)
(#416) Missing space before opening brace. (space-before-blocks)
(#416) Expected space(s) after "if". (keyword-spacing)
(#416) Operator '&&' must be spaced. (space-infix-ops)
(#416) Requires a space after '{'. (block-spacing)
(#416) Statement inside of curly braces should be on next line. (brace-style)
(#416) Missing space before opening brace. (space-before-blocks)
(#416) Operator '=' must be spaced. (space-infix-ops)
(#416) Operator '+' must be spaced. (space-infix-ops)
(#416) Operator '*' must be spaced. (space-infix-ops)
(#416) Missing whitespace after semicolon. (semi-spacing)
(#416) Operator '=' must be spaced. (space-infix-ops)
(#417) This line has a length of 510. Maximum allowed is 132. (max-len)
(#417) Operator '-' must be spaced. (space-infix-ops)
(#417) Operator '*' must be spaced. (space-infix-ops)
(#417) Missing whitespace after semicolon. (semi-spacing)
(#417) Operator '=' must be spaced. (space-infix-ops)
(#417) Operator '+' must be spaced. (space-infix-ops)
(#417) Operator '*' must be spaced. (space-infix-ops)
(#417) Missing whitespace after semicolon. (semi-spacing)
(#417) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#417) Operator '=' must be spaced. (space-infix-ops)
(#417) Operator '-' must be spaced. (space-infix-ops)
(#417) Operator '*' must be spaced. (space-infix-ops)
(#417) Missing whitespace after semicolon. (semi-spacing)
(#417) Operator '=' must be spaced. (space-infix-ops)
(#417) A space is required after ','. (comma-spacing)
(#417) A space is required after ','. (comma-spacing)
(#417) A space is required after ','. (comma-spacing)
(#417) Missing whitespace after semicolon. (semi-spacing)
(#417) Operator '=' must be spaced. (space-infix-ops)
(#417) A space is required after ','. (comma-spacing)
(#417) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#417) Operator '=' must be spaced. (space-infix-ops)
(#417) Missing whitespace after semicolon. (semi-spacing)
(#417) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#417) Operator '&&' must be spaced. (space-infix-ops)
(#417) Operator '=' must be spaced. (space-infix-ops)
(#417) A space is required after ','. (comma-spacing)
(#417) Operator '-' must be spaced. (space-infix-ops)
(#417) Operator '/' must be spaced. (space-infix-ops)
(#417) Operator '-' must be spaced. (space-infix-ops)
(#417) A space is required after ','. (comma-spacing)
(#417) Operator '-' must be spaced. (space-infix-ops)
(#417) Operator '/' must be spaced. (space-infix-ops)
(#417) Operator '-' must be spaced. (space-infix-ops)
(#417) A space is required after ','. (comma-spacing)
(#417) Operator '+' must be spaced. (space-infix-ops)
(#417) A space is required after ','. (comma-spacing)
(#417) Operator '+' must be spaced. (space-infix-ops)
(#417) A space is required after ','. (comma-spacing)
(#417) Operator '-' must be spaced. (space-infix-ops)
(#417) Operator '/' must be spaced. (space-infix-ops)
(#417) Operator '-' must be spaced. (space-infix-ops)
(#417) A space is required after ','. (comma-spacing)
(#417) Operator '-' must be spaced. (space-infix-ops)
(#417) Operator '/' must be spaced. (space-infix-ops)
(#417) Operator '-' must be spaced. (space-infix-ops)
(#417) A space is required after ','. (comma-spacing)
(#417) Operator '+' must be spaced. (space-infix-ops)
(#417) A space is required after ','. (comma-spacing)
(#417) Operator '+' must be spaced. (space-infix-ops)
(#418) This line has a length of 510. Maximum allowed is 132. (max-len)
(#418) Missing whitespace after semicolon. (semi-spacing)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#418) Operator '?' must be spaced. (space-infix-ops)
(#418) Operator ':' must be spaced. (space-infix-ops)
(#418) Missing whitespace after semicolon. (semi-spacing)
(#418) Expected space(s) after "if". (keyword-spacing)
(#418) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#418) Operator '||' must be spaced. (space-infix-ops)
(#418) Expected { after 'if' condition. (curly)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#418) Operator '?' must be spaced. (space-infix-ops)
(#418) Operator ':' must be spaced. (space-infix-ops)
(#418) Missing whitespace after semicolon. (semi-spacing)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#418) Missing whitespace after semicolon. (semi-spacing)
(#418) Operator '-' must be spaced. (space-infix-ops)
(#418) Operator '/' must be spaced. (space-infix-ops)
(#418) Operator '-' must be spaced. (space-infix-ops)
(#418) A space is required after ','. (comma-spacing)
(#418) Operator '-' must be spaced. (space-infix-ops)
(#418) Operator '/' must be spaced. (space-infix-ops)
(#418) Operator '-' must be spaced. (space-infix-ops)
(#418) A space is required after ','. (comma-spacing)
(#418) Operator '+' must be spaced. (space-infix-ops)
(#418) A space is required after ','. (comma-spacing)
(#418) Operator '+' must be spaced. (space-infix-ops)
(#418) Missing whitespace after semicolon. (semi-spacing)
(#418) Operator '-' must be spaced. (space-infix-ops)
(#418) Operator '/' must be spaced. (space-infix-ops)
(#418) Operator '-' must be spaced. (space-infix-ops)
(#418) A space is required after ','. (comma-spacing)
(#418) Operator '-' must be spaced. (space-infix-ops)
(#418) Operator '/' must be spaced. (space-infix-ops)
(#418) Operator '-' must be spaced. (space-infix-ops)
(#418) A space is required after ','. (comma-spacing)
(#418) Operator '+' must be spaced. (space-infix-ops)
(#418) A space is required after ','. (comma-spacing)
(#418) Operator '+' must be spaced. (space-infix-ops)
(#418) Missing whitespace after semicolon. (semi-spacing)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#418) Missing whitespace after semicolon. (semi-spacing)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#418) Missing whitespace after semicolon. (semi-spacing)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#418) Missing whitespace after semicolon. (semi-spacing)
(#418) A space is required after ','. (comma-spacing)
(#418) A space is required after ','. (comma-spacing)
(#418) Missing whitespace after semicolon. (semi-spacing)
(#418) A space is required after ','. (comma-spacing)
(#418) A space is required after ','. (comma-spacing)
(#418) Requires a space before '}'. (block-spacing)
(#418) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#418) Missing semicolon. (semi)
(#418) Requires a space before '}'. (block-spacing)
(#418) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#418) Missing whitespace after semicolon. (semi-spacing)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#418) Requires a space after '{'. (block-spacing)
(#418) Statement inside of curly braces should be on next line. (brace-style)
(#418) Missing space before opening brace. (space-before-blocks)
(#418) Expected space(s) after "return". (keyword-spacing)
(#418) A space is required after ','. (comma-spacing)
(#418) A space is required after ','. (comma-spacing)
(#419) This line has a length of 219. Maximum allowed is 132. (max-len)
(#419) Requires a space before '}'. (block-spacing)
(#419) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#419) Missing semicolon. (semi)
(#419) Missing whitespace after semicolon. (semi-spacing)
(#419) Operator '=' must be spaced. (space-infix-ops)
(#419) A space is required after ','. (comma-spacing)
(#419) Requires a space after '{'. (block-spacing)
(#419) Statement inside of curly braces should be on next line. (brace-style)
(#419) Missing space before opening brace. (space-before-blocks)
(#419) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#419) Operator '?' must be spaced. (space-infix-ops)
(#419) Missing space before value for key 'x'. (key-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) Missing space before value for key 'y'. (key-spacing)
(#419) Operator '<' must be spaced. (space-infix-ops)
(#419) Operator '||' must be spaced. (space-infix-ops)
(#419) Missing space before value for key 'x'. (key-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) Missing space before value for key 'y'. (key-spacing)
(#419) Operator '<' must be spaced. (space-infix-ops)
(#419) Operator ':' must be spaced. (space-infix-ops)
(#419) Requires a space before '}'. (block-spacing)
(#419) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#419) Missing semicolon. (semi)
(#419) Requires a space before '}'. (block-spacing)
(#419) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#419) Missing semicolon. (semi)
(#419) A space is required after ','. (comma-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) A space is required after ','. (comma-spacing)
(#420) This line has a length of 502. Maximum allowed is 132. (max-len)
(#420) A space is required after ','. (comma-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) 'q' is defined but never used. (no-unused-vars)
(#420) Requires a space after '{'. (block-spacing)
(#420) Statement inside of curly braces should be on next line. (brace-style)
(#420) Missing space before opening brace. (space-before-blocks)
(#420) Operator '=' must be spaced. (space-infix-ops)
(#420) A space is required after ','. (comma-spacing)
(#420) Requires a space after '{'. (block-spacing)
(#420) Statement inside of curly braces should be on next line. (brace-style)
(#420) Missing space before opening brace. (space-before-blocks)
(#420) This line has 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#420) Operator '=' must be spaced. (space-infix-ops)
(#420) Operator '?' must be spaced. (space-infix-ops)
(#420) Operator ':' must be spaced. (space-infix-ops)
(#420) Missing '()' invoking a constructor. (new-parens)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) Operator '=' must be spaced. (space-infix-ops)
(#420) Operator '?' must be spaced. (space-infix-ops)
(#420) Operator ':' must be spaced. (space-infix-ops)
(#420) Missing '()' invoking a constructor. (new-parens)
(#420) Requires a space before '}'. (block-spacing)
(#420) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#420) Missing semicolon. (semi)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) Operator '=' must be spaced. (space-infix-ops)
(#420) Operator '=' must be spaced. (space-infix-ops)
(#420) Missing '()' invoking a constructor. (new-parens)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) Operator '=' must be spaced. (space-infix-ops)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) Operator '=' must be spaced. (space-infix-ops)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) Operator '=' must be spaced. (space-infix-ops)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) Operator '=' must be spaced. (space-infix-ops)
(#420) A space is required after ','. (comma-spacing)
(#420) Requires a space after '{'. (block-spacing)
(#420) Statement inside of curly braces should be on next line. (brace-style)
(#420) Missing space before opening brace. (space-before-blocks)
(#420) Operator '=' must be spaced. (space-infix-ops)
(#420) A space is required after ','. (comma-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#420) Operator '=' must be spaced. (space-infix-ops)
(#420) A space is required after ','. (comma-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#420) Operator '=' must be spaced. (space-infix-ops)
(#420) A space is required after ','. (comma-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#420) Operator '=' must be spaced. (space-infix-ops)
(#420) A space is required after ','. (comma-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#420) Operator '=' must be spaced. (space-infix-ops)
(#420) Operator '-' must be spaced. (space-infix-ops)
(#420) A space is required after ','. (comma-spacing)
(#420) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#420) Operator '=' must be spaced. (space-infix-ops)
(#420) Operator '/' must be spaced. (space-infix-ops)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) Operator '+' must be spaced. (space-infix-ops)
(#420) A space is required after ','. (comma-spacing)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) Operator '+' must be spaced. (space-infix-ops)
(#420) A space is required after ','. (comma-spacing)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) Operator '-' must be spaced. (space-infix-ops)
(#420) A space is required after ','. (comma-spacing)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) Operator '-' must be spaced. (space-infix-ops)
(#420) A space is required after ','. (comma-spacing)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#420) Operator '&&' must be spaced. (space-infix-ops)
(#420) Operator '=' must be spaced. (space-infix-ops)
(#421) This line has a length of 512. Maximum allowed is 132. (max-len)
(#421) A space is required after ','. (comma-spacing)
(#421) A space is required after ','. (comma-spacing)
(#421) A space is required after ','. (comma-spacing)
(#421) A space is required after ','. (comma-spacing)
(#421) A space is required after ','. (comma-spacing)
(#421) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#421) A space is required after ','. (comma-spacing)
(#421) A space is required after ','. (comma-spacing)
(#421) A space is required after ','. (comma-spacing)
(#421) A space is required after ','. (comma-spacing)
(#421) Operator '=' must be spaced. (space-infix-ops)
(#421) Operator '+' must be spaced. (space-infix-ops)
(#421) A space is required after ','. (comma-spacing)
(#421) Operator '=' must be spaced. (space-infix-ops)
(#421) A space is required after ','. (comma-spacing)
(#421) Operator '=' must be spaced. (space-infix-ops)
(#421) A space is required after ','. (comma-spacing)
(#421) Operator '=' must be spaced. (space-infix-ops)
(#421) A space is required after ','. (comma-spacing)
(#421) Missing whitespace after semicolon. (semi-spacing)
(#421) Operator '=' must be spaced. (space-infix-ops)
(#421) Missing whitespace after semicolon. (semi-spacing)
(#421) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#421) Operator '=' must be spaced. (space-infix-ops)
(#421) Missing whitespace after semicolon. (semi-spacing)
(#421) Operator '=' must be spaced. (space-infix-ops)
(#421) Missing whitespace after semicolon. (semi-spacing)
(#421) Operator '=' must be spaced. (space-infix-ops)
(#421) Missing whitespace after semicolon. (semi-spacing)
(#421) Missing whitespace after semicolon. (semi-spacing)
(#421) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#421) Operator '!==' must be spaced. (space-infix-ops)
(#421) Operator '&&' must be spaced. (space-infix-ops)
(#421) Operator '=' must be spaced. (space-infix-ops)
(#421) A space is required after ','. (comma-spacing)
(#421) Operator '=' must be spaced. (space-infix-ops)
(#421) A space is required after ','. (comma-spacing)
(#421) Operator '=' must be spaced. (space-infix-ops)
(#421) A space is required after ','. (comma-spacing)
(#421) Operator '=' must be spaced. (space-infix-ops)
(#421) A space is required after ','. (comma-spacing)
(#422) This line has a length of 502. Maximum allowed is 132. (max-len)
(#422) Operator '=' must be spaced. (space-infix-ops)
(#422) A space is required after ','. (comma-spacing)
(#422) Operator '=' must be spaced. (space-infix-ops)
(#422) Do not nest ternary expressions. (no-nested-ternary)
(#422) Operator '===' must be spaced. (space-infix-ops)
(#422) Operator '?' must be spaced. (space-infix-ops)
(#422) Operator ':' must be spaced. (space-infix-ops)
(#422) Do not nest ternary expressions. (no-nested-ternary)
(#422) Operator '===' must be spaced. (space-infix-ops)
(#422) Operator '?' must be spaced. (space-infix-ops)
(#422) Operator ':' must be spaced. (space-infix-ops)
(#422) Operator '?' must be spaced. (space-infix-ops)
(#422) Operator '+' must be spaced. (space-infix-ops)
(#422) Operator ':' must be spaced. (space-infix-ops)
(#422) Operator '+' must be spaced. (space-infix-ops)
(#422) A space is required after ','. (comma-spacing)
(#422) A space is required after ','. (comma-spacing)
(#422) Operator '+' must be spaced. (space-infix-ops)
(#422) A space is required after ','. (comma-spacing)
(#422) Operator '+' must be spaced. (space-infix-ops)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#422) Operator '!==' must be spaced. (space-infix-ops)
(#422) Operator '&&' must be spaced. (space-infix-ops)
(#422) Operator '=' must be spaced. (space-infix-ops)
(#422) A space is required after ','. (comma-spacing)
(#422) Operator '=' must be spaced. (space-infix-ops)
(#422) A space is required after ','. (comma-spacing)
(#422) Operator '=' must be spaced. (space-infix-ops)
(#422) A space is required after ','. (comma-spacing)
(#422) Operator '=' must be spaced. (space-infix-ops)
(#422) A space is required after ','. (comma-spacing)
(#422) A space is required after ','. (comma-spacing)
(#422) A space is required after ','. (comma-spacing)
(#422) Operator '-' must be spaced. (space-infix-ops)
(#422) A space is required after ','. (comma-spacing)
(#422) Operator '+' must be spaced. (space-infix-ops)
(#422) Operator '/' must be spaced. (space-infix-ops)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#422) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#422) Operator '!==' must be spaced. (space-infix-ops)
(#422) Operator '&&' must be spaced. (space-infix-ops)
(#422) Operator '=' must be spaced. (space-infix-ops)
(#422) A space is required after ','. (comma-spacing)
(#422) Operator '=' must be spaced. (space-infix-ops)
(#422) A space is required after ','. (comma-spacing)
(#422) Operator '=' must be spaced. (space-infix-ops)
(#422) A space is required after ','. (comma-spacing)
(#422) Operator '=' must be spaced. (space-infix-ops)
(#422) A space is required after ','. (comma-spacing)
(#422) A space is required after ','. (comma-spacing)
(#422) Operator '=' must be spaced. (space-infix-ops)
(#422) A space is required after ','. (comma-spacing)
(#423) This line has a length of 258. Maximum allowed is 132. (max-len)
(#423) Operator '+' must be spaced. (space-infix-ops)
(#423) A space is required after ','. (comma-spacing)
(#423) Operator '-' must be spaced. (space-infix-ops)
(#423) Requires a space before '}'. (block-spacing)
(#423) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#423) Missing semicolon. (semi)
(#423) Missing whitespace after semicolon. (semi-spacing)
(#423) Operator '=' must be spaced. (space-infix-ops)
(#423) Requires a space after '{'. (block-spacing)
(#423) Statement inside of curly braces should be on next line. (brace-style)
(#423) Missing space before opening brace. (space-before-blocks)
(#423) Expected space(s) after "return". (keyword-spacing)
(#423) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#423) A space is required after ','. (comma-spacing)
(#423) Requires a space before '}'. (block-spacing)
(#423) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#423) Missing semicolon. (semi)
(#423) Missing whitespace after semicolon. (semi-spacing)
(#423) Operator '=' must be spaced. (space-infix-ops)
(#423) A space is required after ','. (comma-spacing)
(#423) 'c' is defined but never used. (no-unused-vars)
(#423) Requires a space after '{'. (block-spacing)
(#423) Statement inside of curly braces should be on next line. (brace-style)
(#423) Missing space before opening brace. (space-before-blocks)
(#423) A space is required after ','. (comma-spacing)
(#423) A space is required after ','. (comma-spacing)
(#423) Operator '&&' must be spaced. (space-infix-ops)
(#423) A space is required after ','. (comma-spacing)
(#423) A space is required after ','. (comma-spacing)
(#423) Requires a space before '}'. (block-spacing)
(#423) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#423) Missing semicolon. (semi)
(#423) Requires a space before '}'. (block-spacing)
(#423) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#423) Missing semicolon. (semi)
(#423) A space is required after ','. (comma-spacing)
(#423) A space is required after ','. (comma-spacing)
(#423) A space is required after ','. (comma-spacing)
(#423) A space is required after ','. (comma-spacing)
(#424) This line has a length of 502. Maximum allowed is 132. (max-len)
(#424) A space is required after ','. (comma-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) Requires a space after '{'. (block-spacing)
(#424) Statement inside of curly braces should be on next line. (brace-style)
(#424) Missing space before opening brace. (space-before-blocks)
(#424) Operator '=' must be spaced. (space-infix-ops)
(#424) A space is required after ','. (comma-spacing)
(#424) Requires a space after '{'. (block-spacing)
(#424) Statement inside of curly braces should be on next line. (brace-style)
(#424) Missing space before opening brace. (space-before-blocks)
(#424) This line has 21 statements. Maximum allowed is 2. (max-statements-per-line)
(#424) Operator '=' must be spaced. (space-infix-ops)
(#424) Missing whitespace after semicolon. (semi-spacing)
(#424) Operator '=' must be spaced. (space-infix-ops)
(#424) Missing whitespace after semicolon. (semi-spacing)
(#424) Operator '=' must be spaced. (space-infix-ops)
(#424) Missing whitespace after semicolon. (semi-spacing)
(#424) Operator '=' must be spaced. (space-infix-ops)
(#424) Missing whitespace after semicolon. (semi-spacing)
(#424) Operator '=' must be spaced. (space-infix-ops)
(#424) Missing whitespace after semicolon. (semi-spacing)
(#424) Operator '=' must be spaced. (space-infix-ops)
(#424) Requires a space before '}'. (block-spacing)
(#424) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#424) Missing semicolon. (semi)
(#424) Missing whitespace after semicolon. (semi-spacing)
(#424) Operator '=' must be spaced. (space-infix-ops)
(#424) Operator '=' must be spaced. (space-infix-ops)
(#424) Missing '()' invoking a constructor. (new-parens)
(#424) Missing whitespace after semicolon. (semi-spacing)
(#424) Operator '=' must be spaced. (space-infix-ops)
(#424) A space is required after ','. (comma-spacing)
(#424) Requires a space after '{'. (block-spacing)
(#424) Statement inside of curly braces should be on next line. (brace-style)
(#424) Missing space before opening brace. (space-before-blocks)
(#424) Expected space(s) after "if". (keyword-spacing)
(#424) Requires a space after '{'. (block-spacing)
(#424) Statement inside of curly braces should be on next line. (brace-style)
(#424) Missing space before opening brace. (space-before-blocks)
(#424) Operator '=' must be spaced. (space-infix-ops)
(#424) Missing whitespace after semicolon. (semi-spacing)
(#424) Expected space(s) after "for". (keyword-spacing)
(#424) Operator '=' must be spaced. (space-infix-ops)
(#424) Missing whitespace after semicolon. (semi-spacing)
(#424) Operator '<' must be spaced. (space-infix-ops)
(#424) Missing whitespace after semicolon. (semi-spacing)
(#424) Requires a space after '{'. (block-spacing)
(#424) Statement inside of curly braces should be on next line. (brace-style)
(#424) Missing space before opening brace. (space-before-blocks)
(#424) Operator '=' must be spaced. (space-infix-ops)
(#424) A space is required after ','. (comma-spacing)
(#424) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#424) Operator '=' must be spaced. (space-infix-ops)
(#424) Operator '-' must be spaced. (space-infix-ops)
(#424) A space is required after ','. (comma-spacing)
(#424) Operator '-' must be spaced. (space-infix-ops)
(#424) A space is required after ','. (comma-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) Missing whitespace after semicolon. (semi-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) Missing whitespace after semicolon. (semi-spacing)
(#424) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#424) A space is required after ','. (comma-spacing)
(#424) Missing whitespace after semicolon. (semi-spacing)
(#424) Operator '=' must be spaced. (space-infix-ops)
(#424) Missing whitespace after semicolon. (semi-spacing)
(#424) Missing whitespace after semicolon. (semi-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) Operator '*' must be spaced. (space-infix-ops)
(#424) A space is required after ','. (comma-spacing)
(#424) Missing whitespace after semicolon. (semi-spacing)
(#424) Requires a space before '}'. (block-spacing)
(#424) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#424) Missing semicolon. (semi)
(#424) Requires a space before '}'. (block-spacing)
(#424) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#424) Requires a space before '}'. (block-spacing)
(#424) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#424) Missing whitespace after semicolon. (semi-spacing)
(#424) Operator '=' must be spaced. (space-infix-ops)
(#425) This line has a length of 509. Maximum allowed is 132. (max-len)
(#425) A space is required after ','. (comma-spacing)
(#425) A space is required after ','. (comma-spacing)
(#425) A space is required after ','. (comma-spacing)
(#425) Requires a space after '{'. (block-spacing)
(#425) Statement inside of curly braces should be on next line. (brace-style)
(#425) Missing space before opening brace. (space-before-blocks)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) Do not nest ternary expressions. (no-nested-ternary)
(#425) Operator '<' must be spaced. (space-infix-ops)
(#425) Operator '?' must be spaced. (space-infix-ops)
(#425) Operator '===' must be spaced. (space-infix-ops)
(#425) Operator '?' must be spaced. (space-infix-ops)
(#425) Operator ':' must be spaced. (space-infix-ops)
(#425) Operator ':' must be spaced. (space-infix-ops)
(#425) Operator '<' must be spaced. (space-infix-ops)
(#425) Operator '?' must be spaced. (space-infix-ops)
(#425) Operator ':' must be spaced. (space-infix-ops)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) This line has 28 statements. Maximum allowed is 2. (max-statements-per-line)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) Operator '+' must be spaced. (space-infix-ops)
(#425) Operator '/' must be spaced. (space-infix-ops)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) Operator '/' must be spaced. (space-infix-ops)
(#425) Operator '<' must be spaced. (space-infix-ops)
(#425) Operator '?' must be spaced. (space-infix-ops)
(#425) Operator ':' must be spaced. (space-infix-ops)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) Operator '+' must be spaced. (space-infix-ops)
(#425) Operator '*' must be spaced. (space-infix-ops)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) Operator '-' must be spaced. (space-infix-ops)
(#425) Operator '*' must be spaced. (space-infix-ops)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) Operator '*' must be spaced. (space-infix-ops)
(#425) A space is required after ','. (comma-spacing)
(#425) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) Operator '*' must be spaced. (space-infix-ops)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) Operator '+' must be spaced. (space-infix-ops)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) Operator '-' must be spaced. (space-infix-ops)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Operator '-=' must be spaced. (space-infix-ops)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Operator '+=' must be spaced. (space-infix-ops)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) Operator '*' must be spaced. (space-infix-ops)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) Operator '*' must be spaced. (space-infix-ops)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) Operator '+' must be spaced. (space-infix-ops)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) Operator '-' must be spaced. (space-infix-ops)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) Operator '+' must be spaced. (space-infix-ops)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) Operator '-' must be spaced. (space-infix-ops)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) A space is required after ','. (comma-spacing)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) A space is required after ','. (comma-spacing)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) A space is required after ','. (comma-spacing)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) A space is required after ','. (comma-spacing)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) A space is required after ','. (comma-spacing)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) A space is required after ','. (comma-spacing)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Requires a space before '}'. (block-spacing)
(#425) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#425) Missing semicolon. (semi)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#426) This line has a length of 501. Maximum allowed is 132. (max-len)
(#426) Requires a space after '{'. (block-spacing)
(#426) Statement inside of curly braces should be on next line. (brace-style)
(#426) Missing space before opening brace. (space-before-blocks)
(#426) Expected space(s) after "if". (keyword-spacing)
(#426) Operator '&&' must be spaced. (space-infix-ops)
(#426) Requires a space after '{'. (block-spacing)
(#426) Statement inside of curly braces should be on next line. (brace-style)
(#426) Missing space before opening brace. (space-before-blocks)
(#426) Operator '=' must be spaced. (space-infix-ops)
(#426) Operator '?' must be spaced. (space-infix-ops)
(#426) Operator ':' must be spaced. (space-infix-ops)
(#426) Missing whitespace after semicolon. (semi-spacing)
(#426) Expected space(s) after "if". (keyword-spacing)
(#426) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#426) Operator '||' must be spaced. (space-infix-ops)
(#426) Expected { after 'if' condition. (curly)
(#426) Operator '=' must be spaced. (space-infix-ops)
(#426) Operator '?' must be spaced. (space-infix-ops)
(#426) Operator ':' must be spaced. (space-infix-ops)
(#426) Missing whitespace after semicolon. (semi-spacing)
(#426) Operator '=' must be spaced. (space-infix-ops)
(#426) Missing whitespace after semicolon. (semi-spacing)
(#426) Operator '=' must be spaced. (space-infix-ops)
(#426) Missing whitespace after semicolon. (semi-spacing)
(#426) Operator '=' must be spaced. (space-infix-ops)
(#426) Missing whitespace after semicolon. (semi-spacing)
(#426) Operator '=' must be spaced. (space-infix-ops)
(#426) Missing whitespace after semicolon. (semi-spacing)
(#426) Operator '=' must be spaced. (space-infix-ops)
(#426) Missing whitespace after semicolon. (semi-spacing)
(#426) Operator '=' must be spaced. (space-infix-ops)
(#426) A space is required after ','. (comma-spacing)
(#426) A space is required after ','. (comma-spacing)
(#426) A space is required after ','. (comma-spacing)
(#426) A space is required after ','. (comma-spacing)
(#426) Missing whitespace after semicolon. (semi-spacing)
(#426) Operator '=' must be spaced. (space-infix-ops)
(#426) A space is required after ','. (comma-spacing)
(#426) A space is required after ','. (comma-spacing)
(#426) A space is required after ','. (comma-spacing)
(#426) A space is required after ','. (comma-spacing)
(#426) Missing whitespace after semicolon. (semi-spacing)
(#426) Operator '=' must be spaced. (space-infix-ops)
(#426) Missing whitespace after semicolon. (semi-spacing)
(#426) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#426) Operator '>' must be spaced. (space-infix-ops)
(#426) Operator '?' must be spaced. (space-infix-ops)
(#426) Operator '=' must be spaced. (space-infix-ops)
(#426) Operator '>' must be spaced. (space-infix-ops)
(#426) Operator '+' must be spaced. (space-infix-ops)
(#426) Operator '?' must be spaced. (space-infix-ops)
(#426) Operator ':' must be spaced. (space-infix-ops)
(#426) Operator ':' must be spaced. (space-infix-ops)
(#426) Operator '=' must be spaced. (space-infix-ops)
(#426) Operator '>' must be spaced. (space-infix-ops)
(#426) Operator '+' must be spaced. (space-infix-ops)
(#427) This line has a length of 510. Maximum allowed is 132. (max-len)
(#427) Operator '?' must be spaced. (space-infix-ops)
(#427) Operator ':' must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Operator '&&' must be spaced. (space-infix-ops)
(#427) Operator '<' must be spaced. (space-infix-ops)
(#427) Operator '&&' must be spaced. (space-infix-ops)
(#427) Operator '=' must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Operator '=' must be spaced. (space-infix-ops)
(#427) Operator '?' must be spaced. (space-infix-ops)
(#427) Operator ':' must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Operator '=' must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Operator '=' must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Operator '+' must be spaced. (space-infix-ops)
(#427) Operator '+' must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Operator '+' must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Operator '+' must be spaced. (space-infix-ops)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#427) Operator '=' must be spaced. (space-infix-ops)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Operator '=' must be spaced. (space-infix-ops)
(#427) 'e' is defined but never used. (no-unused-vars)
(#427) A space is required after ','. (comma-spacing)
(#427) 'b' is defined but never used. (no-unused-vars)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Expected space(s) after "return". (keyword-spacing)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Operator '=' must be spaced. (space-infix-ops)
(#427) Function has a complexity of 32. Maximum allowed is 20. (complexity)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Operator '=' must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Operator '=' must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Operator '=' must be spaced. (space-infix-ops)
(#428) This line has a length of 511. Maximum allowed is 132. (max-len)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Operator '&&' must be spaced. (space-infix-ops)
(#428) Operator '===' must be spaced. (space-infix-ops)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Operator '=' must be spaced. (space-infix-ops)
(#428) Operator '=' must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Operator '=' must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Operator '=' must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Operator '<' must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected { after 'for' condition. (curly)
(#428) Expected space(s) before "for". (keyword-spacing)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) Operator '=' must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Operator '=' must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Operator '=' must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Operator '<' must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#428) Operator '=' must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Operator '===' must be spaced. (space-infix-ops)
(#428) Operator '?' must be spaced. (space-infix-ops)
(#428) Operator ':' must be spaced. (space-infix-ops)
(#428) Operator '===' must be spaced. (space-infix-ops)
(#428) Operator '&&' must be spaced. (space-infix-ops)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Operator '=' must be spaced. (space-infix-ops)
(#428) Operator '===' must be spaced. (space-infix-ops)
(#428) Operator '&&' must be spaced. (space-infix-ops)
(#428) Operator '===' must be spaced. (space-infix-ops)
(#428) 'g' used outside of binding context. (block-scoped-var)
(#428) Operator '&&' must be spaced. (space-infix-ops)
(#428) Operator '===' must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Operator '=' must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "if". (keyword-spacing)
(#428) Operator '===' must be spaced. (space-infix-ops)
(#428) Operator '&&' must be spaced. (space-infix-ops)
(#428) Operator '===' must be spaced. (space-infix-ops)
(#428) Operator '||' must be spaced. (space-infix-ops)
(#428) Expected { after 'if' condition. (curly)
(#428) Expected space(s) before "for". (keyword-spacing)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) 'g' used outside of binding context. (block-scoped-var)
(#428) Operator '=' must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) 'm' used outside of binding context. (block-scoped-var)
(#428) Operator '=' must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) 'g' used outside of binding context. (block-scoped-var)
(#428) Operator '<' must be spaced. (space-infix-ops)
(#428) 'm' used outside of binding context. (block-scoped-var)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) 'g' used outside of binding context. (block-scoped-var)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) 'r' used outside of binding context. (block-scoped-var)
(#428) Operator '=' must be spaced. (space-infix-ops)
(#428) 'l' used outside of binding context. (block-scoped-var)
(#428) Operator '=' must be spaced. (space-infix-ops)
(#428) 'p' used outside of binding context. (block-scoped-var)
(#428) Operator '=' must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) 'y' used outside of binding context. (block-scoped-var)
(#428) Operator '=' must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) 'x' used outside of binding context. (block-scoped-var)
(#428) Operator '=' must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) 'y' used outside of binding context. (block-scoped-var)
(#428) Operator '<' must be spaced. (space-infix-ops)
(#428) 'x' used outside of binding context. (block-scoped-var)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) 'y' used outside of binding context. (block-scoped-var)
(#428) Expected { after 'for' condition. (curly)
(#428) 'y' used outside of binding context. (block-scoped-var)
(#428) Operator '=' must be spaced. (space-infix-ops)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) 'y' used outside of binding context. (block-scoped-var)
(#428) Operator '=' must be spaced. (space-infix-ops)
(#428) Missing '()' invoking a constructor. (new-parens)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) 'x' used outside of binding context. (block-scoped-var)
(#428) Operator '=' must be spaced. (space-infix-ops)
(#428) 'g' used outside of binding context. (block-scoped-var)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected space(s) after "for". (keyword-spacing)
(#428) 'y' used outside of binding context. (block-scoped-var)
(#428) 'x' used outside of binding context. (block-scoped-var)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) 'y' used outside of binding context. (block-scoped-var)
(#428) Operator '||' must be spaced. (space-infix-ops)
(#428) 'p' used outside of binding context. (block-scoped-var)
(#428) Operator '&&' must be spaced. (space-infix-ops)
(#428) 'l' used outside of binding context. (block-scoped-var)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Operator '=' must be spaced. (space-infix-ops)
(#428) 'y' used outside of binding context. (block-scoped-var)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#428) Operator '&&' must be spaced. (space-infix-ops)
(#428) Operator '&&' must be spaced. (space-infix-ops)
(#428) Operator '===' must be spaced. (space-infix-ops)
(#428) Operator '||' must be spaced. (space-infix-ops)
(#428) Operator '&&' must be spaced. (space-infix-ops)
(#428) Operator '===' must be spaced. (space-infix-ops)
(#428) Operator '&&' must be spaced. (space-infix-ops)
(#429) This line has a length of 330. Maximum allowed is 132. (max-len)
(#429) 'r' used outside of binding context. (block-scoped-var)
(#429) Operator '=' must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "for". (keyword-spacing)
(#429) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#429) Operator '=' must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Operator '=' must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Operator '<' must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Requires a space after '{'. (block-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#429) Operator '=' must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Expected space(s) after "if". (keyword-spacing)
(#429) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#429) Operator '===' must be spaced. (space-infix-ops)
(#429) Operator '||' must be spaced. (space-infix-ops)
(#429) Operator '===' must be spaced. (space-infix-ops)
(#429) Expected { after 'if' condition. (curly)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Do not nest ternary expressions. (no-nested-ternary)
(#429) Operator '===' must be spaced. (space-infix-ops)
(#429) Operator '?' must be spaced. (space-infix-ops)
(#429) 'p' used outside of binding context. (block-scoped-var)
(#429) Operator '=' must be spaced. (space-infix-ops)
(#429) Operator ':' must be spaced. (space-infix-ops)
(#429) Operator '===' must be spaced. (space-infix-ops)
(#429) Operator '?' must be spaced. (space-infix-ops)
(#429) 'l' used outside of binding context. (block-scoped-var)
(#429) Operator '=' must be spaced. (space-infix-ops)
(#429) Operator ':' must be spaced. (space-infix-ops)
(#429) Operator '||' must be spaced. (space-infix-ops)
(#429) Operator '=' must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) 'y' used outside of binding context. (block-scoped-var)
(#429) Requires a space before '}'. (block-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Missing semicolon. (semi)
(#429) Requires a space before '}'. (block-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) 'p' used outside of binding context. (block-scoped-var)
(#429) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#429) Operator '&&' must be spaced. (space-infix-ops)
(#429) 'l' used outside of binding context. (block-scoped-var)
(#429) Operator '&&' must be spaced. (space-infix-ops)
(#429) Operator '||' must be spaced. (space-infix-ops)
(#429) 'r' used outside of binding context. (block-scoped-var)
(#429) Operator '&&' must be spaced. (space-infix-ops)
(#429) 'x' used outside of binding context. (block-scoped-var)
(#429) Requires a space before '}'. (block-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Missing semicolon. (semi)
(#429) Requires a space before '}'. (block-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Requires a space before '}'. (block-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Requires a space before '}'. (block-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Missing semicolon. (semi)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#430) This line has a length of 517. Maximum allowed is 132. (max-len)
(#430) A space is required after ','. (comma-spacing)
(#430) A space is required after ','. (comma-spacing)
(#430) A space is required after ','. (comma-spacing)
(#430) A space is required after ','. (comma-spacing)
(#430) A space is required after ','. (comma-spacing)
(#430) Requires a space after '{'. (block-spacing)
(#430) Statement inside of curly braces should be on next line. (brace-style)
(#430) Missing space before opening brace. (space-before-blocks)
(#430) Operator '=' must be spaced. (space-infix-ops)
(#430) A space is required after ','. (comma-spacing)
(#430) Requires a space after '{'. (block-spacing)
(#430) Statement inside of curly braces should be on next line. (brace-style)
(#430) Missing space before opening brace. (space-before-blocks)
(#430) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#430) Operator '=' must be spaced. (space-infix-ops)
(#430) Operator '?' must be spaced. (space-infix-ops)
(#430) Operator ':' must be spaced. (space-infix-ops)
(#430) Missing '()' invoking a constructor. (new-parens)
(#430) Missing whitespace after semicolon. (semi-spacing)
(#430) Operator '=' must be spaced. (space-infix-ops)
(#430) Operator '?' must be spaced. (space-infix-ops)
(#430) Operator ':' must be spaced. (space-infix-ops)
(#430) Missing '()' invoking a constructor. (new-parens)
(#430) Requires a space before '}'. (block-spacing)
(#430) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#430) Missing semicolon. (semi)
(#430) Missing whitespace after semicolon. (semi-spacing)
(#430) Operator '=' must be spaced. (space-infix-ops)
(#430) Missing whitespace after semicolon. (semi-spacing)
(#430) Operator '=' must be spaced. (space-infix-ops)
(#430) Missing whitespace after semicolon. (semi-spacing)
(#430) Operator '=' must be spaced. (space-infix-ops)
(#430) Missing whitespace after semicolon. (semi-spacing)
(#430) Operator '=' must be spaced. (space-infix-ops)
(#430) Missing whitespace after semicolon. (semi-spacing)
(#430) Operator '=' must be spaced. (space-infix-ops)
(#430) Operator '=' must be spaced. (space-infix-ops)
(#430) Missing '()' invoking a constructor. (new-parens)
(#430) Missing whitespace after semicolon. (semi-spacing)
(#430) Operator '=' must be spaced. (space-infix-ops)
(#430) Missing whitespace after semicolon. (semi-spacing)
(#430) Operator '=' must be spaced. (space-infix-ops)
(#430) Missing whitespace after semicolon. (semi-spacing)
(#430) Operator '=' must be spaced. (space-infix-ops)
(#430) Missing whitespace after semicolon. (semi-spacing)
(#430) Operator '=' must be spaced. (space-infix-ops)
(#430) A space is required after ','. (comma-spacing)
(#430) Requires a space after '{'. (block-spacing)
(#430) Statement inside of curly braces should be on next line. (brace-style)
(#430) Missing space before opening brace. (space-before-blocks)
(#430) Expected space(s) after "if". (keyword-spacing)
(#430) Requires a space after '{'. (block-spacing)
(#430) Statement inside of curly braces should be on next line. (brace-style)
(#430) Missing space before opening brace. (space-before-blocks)
(#430) Operator '=' must be spaced. (space-infix-ops)
(#430) A space is required after ','. (comma-spacing)
(#430) A space is required after ','. (comma-spacing)
(#430) A space is required after ','. (comma-spacing)
(#430) Missing whitespace after semicolon. (semi-spacing)
(#430) A space is required after ','. (comma-spacing)
(#430) Missing whitespace after semicolon. (semi-spacing)
(#430) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#430) A space is required after ','. (comma-spacing)
(#431) This line has a length of 502. Maximum allowed is 132. (max-len)
(#431) A space is required after ','. (comma-spacing)
(#431) Missing whitespace after semicolon. (semi-spacing)
(#431) Operator '=' must be spaced. (space-infix-ops)
(#431) Operator '+' must be spaced. (space-infix-ops)
(#431) Operator '/' must be spaced. (space-infix-ops)
(#431) A space is required after ','. (comma-spacing)
(#431) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#431) Operator '=' must be spaced. (space-infix-ops)
(#431) A space is required after ','. (comma-spacing)
(#431) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#431) Operator '=' must be spaced. (space-infix-ops)
(#431) Missing whitespace after semicolon. (semi-spacing)
(#431) This line has 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#431) Operator '=' must be spaced. (space-infix-ops)
(#431) Operator '-' must be spaced. (space-infix-ops)
(#431) Operator '*' must be spaced. (space-infix-ops)
(#431) Missing whitespace after semicolon. (semi-spacing)
(#431) Operator '=' must be spaced. (space-infix-ops)
(#431) Operator '+' must be spaced. (space-infix-ops)
(#431) Operator '*' must be spaced. (space-infix-ops)
(#431) A space is required after ','. (comma-spacing)
(#431) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#431) Operator '=' must be spaced. (space-infix-ops)
(#431) Operator '+' must be spaced. (space-infix-ops)
(#431) Operator '*' must be spaced. (space-infix-ops)
(#431) A space is required after ','. (comma-spacing)
(#431) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#431) Operator '=' must be spaced. (space-infix-ops)
(#431) Operator '-' must be spaced. (space-infix-ops)
(#431) Operator '*' must be spaced. (space-infix-ops)
(#431) A space is required after ','. (comma-spacing)
(#431) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#431) Operator '=' must be spaced. (space-infix-ops)
(#431) Operator '+' must be spaced. (space-infix-ops)
(#431) Operator '*' must be spaced. (space-infix-ops)
(#431) A space is required after ','. (comma-spacing)
(#431) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#431) Operator '=' must be spaced. (space-infix-ops)
(#431) Operator '-' must be spaced. (space-infix-ops)
(#431) Operator '*' must be spaced. (space-infix-ops)
(#431) Missing whitespace after semicolon. (semi-spacing)
(#431) Operator '=' must be spaced. (space-infix-ops)
(#431) Operator '-' must be spaced. (space-infix-ops)
(#431) Operator '*' must be spaced. (space-infix-ops)
(#431) Missing whitespace after semicolon. (semi-spacing)
(#431) Operator '=' must be spaced. (space-infix-ops)
(#431) Operator '+' must be spaced. (space-infix-ops)
(#431) Operator '*' must be spaced. (space-infix-ops)
(#431) Missing whitespace after semicolon. (semi-spacing)
(#431) Operator '=' must be spaced. (space-infix-ops)
(#431) Missing whitespace after semicolon. (semi-spacing)
(#431) Missing whitespace after semicolon. (semi-spacing)
(#431) A space is required after ','. (comma-spacing)
(#431) Missing whitespace after semicolon. (semi-spacing)
(#431) A space is required after ','. (comma-spacing)
(#431) Missing whitespace after semicolon. (semi-spacing)
(#431) A space is required after ','. (comma-spacing)
(#431) Missing whitespace after semicolon. (semi-spacing)
(#431) A space is required after ','. (comma-spacing)
(#431) Missing whitespace after semicolon. (semi-spacing)
(#431) Missing whitespace after semicolon. (semi-spacing)
(#431) Requires a space before '}'. (block-spacing)
(#431) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#431) Missing semicolon. (semi)
(#431) Operator '=' must be spaced. (space-infix-ops)
(#431) Missing whitespace after semicolon. (semi-spacing)
(#431) Operator '=' must be spaced. (space-infix-ops)
(#431) Missing whitespace after semicolon. (semi-spacing)
(#431) Operator '=' must be spaced. (space-infix-ops)
(#431) Missing whitespace after semicolon. (semi-spacing)
(#431) Operator '=' must be spaced. (space-infix-ops)
(#431) Missing whitespace after semicolon. (semi-spacing)
(#431) Operator '=' must be spaced. (space-infix-ops)
(#431) Missing whitespace after semicolon. (semi-spacing)
(#431) Expected space(s) after "if". (keyword-spacing)
(#431) Operator '!==' must be spaced. (space-infix-ops)
(#431) Operator '||' must be spaced. (space-infix-ops)
(#432) This line has a length of 509. Maximum allowed is 132. (max-len)
(#432) Operator '!==' must be spaced. (space-infix-ops)
(#432) Requires a space after '{'. (block-spacing)
(#432) Statement inside of curly braces should be on next line. (brace-style)
(#432) Missing space before opening brace. (space-before-blocks)
(#432) Expected space(s) after "if". (keyword-spacing)
(#432) Operator '===' must be spaced. (space-infix-ops)
(#432) Requires a space after '{'. (block-spacing)
(#432) Statement inside of curly braces should be on next line. (brace-style)
(#432) Missing space before opening brace. (space-before-blocks)
(#432) 'g' used outside of binding context. (block-scoped-var)
(#432) Operator '=' must be spaced. (space-infix-ops)
(#432) Operator '*' must be spaced. (space-infix-ops)
(#432) Missing whitespace after semicolon. (semi-spacing)
(#432) 'b' used outside of binding context. (block-scoped-var)
(#432) This line has 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#432) Operator '=' must be spaced. (space-infix-ops)
(#432) Operator '/' must be spaced. (space-infix-ops)
(#432) 'g' used outside of binding context. (block-scoped-var)
(#432) Missing whitespace after semicolon. (semi-spacing)
(#432) 'r' used outside of binding context. (block-scoped-var)
(#432) Operator '=' must be spaced. (space-infix-ops)
(#432) Missing whitespace after semicolon. (semi-spacing)
(#432) 'y' used outside of binding context. (block-scoped-var)
(#432) Operator '=' must be spaced. (space-infix-ops)
(#432) 'r' used outside of binding context. (block-scoped-var)
(#432) Operator '+' must be spaced. (space-infix-ops)
(#432) Operator '/' must be spaced. (space-infix-ops)
(#432) Missing whitespace after semicolon. (semi-spacing)
(#432) 'g' used outside of binding context. (block-scoped-var)
(#432) Operator '=' must be spaced. (space-infix-ops)
(#432) Operator '/' must be spaced. (space-infix-ops)
(#432) 'g' used outside of binding context. (block-scoped-var)
(#432) Missing whitespace after semicolon. (semi-spacing)
(#432) 'l' used outside of binding context. (block-scoped-var)
(#432) Operator '=' must be spaced. (space-infix-ops)
(#432) 'r' used outside of binding context. (block-scoped-var)
(#432) Missing whitespace after semicolon. (semi-spacing)
(#432) 'r' used outside of binding context. (block-scoped-var)
(#432) Operator '=' must be spaced. (space-infix-ops)
(#432) 'r' used outside of binding context. (block-scoped-var)
(#432) Missing whitespace after semicolon. (semi-spacing)
(#432) Operator '=' must be spaced. (space-infix-ops)
(#432) 'y' used outside of binding context. (block-scoped-var)
(#432) A space is required after ','. (comma-spacing)
(#432) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#432) Operator '=' must be spaced. (space-infix-ops)
(#432) 'y' used outside of binding context. (block-scoped-var)
(#432) Missing whitespace after semicolon. (semi-spacing)
(#432) 'y' used outside of binding context. (block-scoped-var)
(#432) Operator '=' must be spaced. (space-infix-ops)
(#432) Operator '-' must be spaced. (space-infix-ops)
(#432) Operator '*' must be spaced. (space-infix-ops)
(#432) 'b' used outside of binding context. (block-scoped-var)
(#432) Missing whitespace after semicolon. (semi-spacing)
(#432) 'x' used outside of binding context. (block-scoped-var)
(#432) Operator '=' must be spaced. (space-infix-ops)
(#432) Operator '+' must be spaced. (space-infix-ops)
(#432) Operator '*' must be spaced. (space-infix-ops)
(#432) 'b' used outside of binding context. (block-scoped-var)
(#432) Missing whitespace after semicolon. (semi-spacing)
(#432) 'A' used outside of binding context. (block-scoped-var)
(#432) Operator '=' must be spaced. (space-infix-ops)
(#432) Operator '+' must be spaced. (space-infix-ops)
(#432) Operator '*' must be spaced. (space-infix-ops)
(#432) 'b' used outside of binding context. (block-scoped-var)
(#432) Missing whitespace after semicolon. (semi-spacing)
(#432) 'm' used outside of binding context. (block-scoped-var)
(#432) Operator '=' must be spaced. (space-infix-ops)
(#432) Operator '-' must be spaced. (space-infix-ops)
(#432) Operator '*' must be spaced. (space-infix-ops)
(#432) 'b' used outside of binding context. (block-scoped-var)
(#432) Missing whitespace after semicolon. (semi-spacing)
(#432) 'p' used outside of binding context. (block-scoped-var)
(#432) Operator '=' must be spaced. (space-infix-ops)
(#432) Operator '+' must be spaced. (space-infix-ops)
(#432) Operator '*' must be spaced. (space-infix-ops)
(#432) 'b' used outside of binding context. (block-scoped-var)
(#432) Operator '-' must be spaced. (space-infix-ops)
(#432) 'l' used outside of binding context. (block-scoped-var)
(#432) Operator '*' must be spaced. (space-infix-ops)
(#432) 'g' used outside of binding context. (block-scoped-var)
(#432) Missing whitespace after semicolon. (semi-spacing)
(#432) Operator '=' must be spaced. (space-infix-ops)
(#432) Operator '-' must be spaced. (space-infix-ops)
(#432) Operator '*' must be spaced. (space-infix-ops)
(#432) 'b' used outside of binding context. (block-scoped-var)
(#432) Operator '+' must be spaced. (space-infix-ops)
(#432) 'r' used outside of binding context. (block-scoped-var)
(#432) Operator '*' must be spaced. (space-infix-ops)
(#432) 'g' used outside of binding context. (block-scoped-var)
(#432) A space is required after ','. (comma-spacing)
(#432) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#432) Operator '=' must be spaced. (space-infix-ops)
(#432) Operator '-' must be spaced. (space-infix-ops)
(#432) Operator '*' must be spaced. (space-infix-ops)
(#432) 'b' used outside of binding context. (block-scoped-var)
(#432) Operator '-' must be spaced. (space-infix-ops)
(#432) 'l' used outside of binding context. (block-scoped-var)
(#432) Operator '*' must be spaced. (space-infix-ops)
(#432) 'g' used outside of binding context. (block-scoped-var)
(#432) A space is required after ','. (comma-spacing)
(#432) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#432) Operator '=' must be spaced. (space-infix-ops)
(#432) Operator '+' must be spaced. (space-infix-ops)
(#432) Operator '*' must be spaced. (space-infix-ops)
(#432) 'b' used outside of binding context. (block-scoped-var)
(#432) Operator '+' must be spaced. (space-infix-ops)
(#432) 'r' used outside of binding context. (block-scoped-var)
(#432) Operator '*' must be spaced. (space-infix-ops)
(#432) 'g' used outside of binding context. (block-scoped-var)
(#432) A space is required after ','. (comma-spacing)
(#432) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#432) Operator '=' must be spaced. (space-infix-ops)
(#432) Operator '+' must be spaced. (space-infix-ops)
(#432) Operator '*' must be spaced. (space-infix-ops)
(#432) 'b' used outside of binding context. (block-scoped-var)
(#432) Operator '*' must be spaced. (space-infix-ops)
(#432) Operator '-' must be spaced. (space-infix-ops)
(#432) 'l' used outside of binding context. (block-scoped-var)
(#432) Operator '*' must be spaced. (space-infix-ops)
(#432) 'g' used outside of binding context. (block-scoped-var)
(#432) Operator '*' must be spaced. (space-infix-ops)
(#432) A space is required after ','. (comma-spacing)
(#432) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#432) Operator '=' must be spaced. (space-infix-ops)
(#432) Operator '-' must be spaced. (space-infix-ops)
(#432) Operator '*' must be spaced. (space-infix-ops)
(#432) 'b' used outside of binding context. (block-scoped-var)
(#432) Operator '*' must be spaced. (space-infix-ops)
(#432) Operator '+' must be spaced. (space-infix-ops)
(#432) 'r' used outside of binding context. (block-scoped-var)
(#432) Operator '*' must be spaced. (space-infix-ops)
(#432) 'g' used outside of binding context. (block-scoped-var)
(#432) Operator '*' must be spaced. (space-infix-ops)
(#432) Missing whitespace after semicolon. (semi-spacing)
(#432) 'l' used outside of binding context. (block-scoped-var)
(#432) Operator '=' must be spaced. (space-infix-ops)
(#432) Operator '-' must be spaced. (space-infix-ops)
(#432) Operator '*' must be spaced. (space-infix-ops)
(#432) 'b' used outside of binding context. (block-scoped-var)
(#432) Operator '*' must be spaced. (space-infix-ops)
(#432) Operator '-' must be spaced. (space-infix-ops)
(#432) 'l' used outside of binding context. (block-scoped-var)
(#432) Operator '*' must be spaced. (space-infix-ops)
(#432) 'g' used outside of binding context. (block-scoped-var)
(#432) Operator '*' must be spaced. (space-infix-ops)
(#432) Missing whitespace after semicolon. (semi-spacing)
(#432) 'b' used outside of binding context. (block-scoped-var)
(#432) Operator '=' must be spaced. (space-infix-ops)
(#432) Operator '+' must be spaced. (space-infix-ops)
(#432) Operator '*' must be spaced. (space-infix-ops)
(#432) 'b' used outside of binding context. (block-scoped-var)
(#432) Operator '*' must be spaced. (space-infix-ops)
(#432) Operator '+' must be spaced. (space-infix-ops)
(#432) 'r' used outside of binding context. (block-scoped-var)
(#432) Operator '*' must be spaced. (space-infix-ops)
(#432) 'g' used outside of binding context. (block-scoped-var)
(#432) Operator '*' must be spaced. (space-infix-ops)
(#432) Missing whitespace after semicolon. (semi-spacing)
(#432) Missing whitespace after semicolon. (semi-spacing)
(#432) 'A' used outside of binding context. (block-scoped-var)
(#432) A space is required after ','. (comma-spacing)
(#432) 'm' used outside of binding context. (block-scoped-var)
(#432) Missing whitespace after semicolon. (semi-spacing)
(#432) 'p' used outside of binding context. (block-scoped-var)
(#433) This line has a length of 508. Maximum allowed is 132. (max-len)
(#433) Missing whitespace after semicolon. (semi-spacing)
(#433) A space is required after ','. (comma-spacing)
(#433) Missing whitespace after semicolon. (semi-spacing)
(#433) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#433) A space is required after ','. (comma-spacing)
(#433) Missing whitespace after semicolon. (semi-spacing)
(#433) 'l' used outside of binding context. (block-scoped-var)
(#433) A space is required after ','. (comma-spacing)
(#433) 'b' used outside of binding context. (block-scoped-var)
(#433) Missing whitespace after semicolon. (semi-spacing)
(#433) A space is required after ','. (comma-spacing)
(#433) Missing whitespace after semicolon. (semi-spacing)
(#433) 'y' used outside of binding context. (block-scoped-var)
(#433) A space is required after ','. (comma-spacing)
(#433) 'x' used outside of binding context. (block-scoped-var)
(#433) Requires a space before '}'. (block-spacing)
(#433) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#433) Missing semicolon. (semi)
(#433) Expected space(s) before "else". (keyword-spacing)
(#433) Expected { after 'else'. (curly)
(#433) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#433) Do not nest ternary expressions. (no-nested-ternary)
(#433) Operator '===' must be spaced. (space-infix-ops)
(#433) Operator '?' must be spaced. (space-infix-ops)
(#433) 'b' used outside of binding context. (block-scoped-var)
(#433) Operator '=' must be spaced. (space-infix-ops)
(#433) Operator '*' must be spaced. (space-infix-ops)
(#433) A space is required after ','. (comma-spacing)
(#433) 'f' used outside of binding context. (block-scoped-var)
(#433) Operator '=' must be spaced. (space-infix-ops)
(#433) Operator '/' must be spaced. (space-infix-ops)
(#433) 'b' used outside of binding context. (block-scoped-var)
(#433) Operator '/' must be spaced. (space-infix-ops)
(#433) A space is required after ','. (comma-spacing)
(#433) 'l' used outside of binding context. (block-scoped-var)
(#433) Operator '=' must be spaced. (space-infix-ops)
(#433) A space is required after ','. (comma-spacing)
(#433) 'y' used outside of binding context. (block-scoped-var)
(#433) Operator '=' must be spaced. (space-infix-ops)
(#433) 'l' used outside of binding context. (block-scoped-var)
(#433) Operator '+' must be spaced. (space-infix-ops)
(#433) Operator '/' must be spaced. (space-infix-ops)
(#433) A space is required after ','. (comma-spacing)
(#433) 'b' used outside of binding context. (block-scoped-var)
(#433) Operator '=' must be spaced. (space-infix-ops)
(#433) Operator '*' must be spaced. (space-infix-ops)
(#433) Operator '/' must be spaced. (space-infix-ops)
(#433) A space is required after ','. (comma-spacing)
(#433) 'g' used outside of binding context. (block-scoped-var)
(#433) Operator '=' must be spaced. (space-infix-ops)
(#433) 'l' used outside of binding context. (block-scoped-var)
(#433) A space is required after ','. (comma-spacing)
(#433) 'l' used outside of binding context. (block-scoped-var)
(#433) Operator '=' must be spaced. (space-infix-ops)
(#433) 'l' used outside of binding context. (block-scoped-var)
(#433) A space is required after ','. (comma-spacing)
(#433) 'r' used outside of binding context. (block-scoped-var)
(#433) Operator '=' must be spaced. (space-infix-ops)
(#433) 'y' used outside of binding context. (block-scoped-var)
(#433) A space is required after ','. (comma-spacing)
(#433) 'y' used outside of binding context. (block-scoped-var)
(#433) Operator '=' must be spaced. (space-infix-ops)
(#433) 'y' used outside of binding context. (block-scoped-var)
(#433) A space is required after ','. (comma-spacing)
(#433) 'x' used outside of binding context. (block-scoped-var)
(#433) Operator '=' must be spaced. (space-infix-ops)
(#433) Operator '-' must be spaced. (space-infix-ops)
(#433) 'r' used outside of binding context. (block-scoped-var)
(#433) Operator '*' must be spaced. (space-infix-ops)
(#433) 'f' used outside of binding context. (block-scoped-var)
(#433) A space is required after ','. (comma-spacing)
(#433) 'A' used outside of binding context. (block-scoped-var)
(#433) Operator '=' must be spaced. (space-infix-ops)
(#433) Operator '+' must be spaced. (space-infix-ops)
(#433) 'y' used outside of binding context. (block-scoped-var)
(#433) Operator '*' must be spaced. (space-infix-ops)
(#433) 'f' used outside of binding context. (block-scoped-var)
(#433) A space is required after ','. (comma-spacing)
(#433) 't' used outside of binding context. (block-scoped-var)
(#433) Operator '=' must be spaced. (space-infix-ops)
(#433) Operator '+' must be spaced. (space-infix-ops)
(#433) 'r' used outside of binding context. (block-scoped-var)
(#433) Operator '*' must be spaced. (space-infix-ops)
(#433) 'f' used outside of binding context. (block-scoped-var)
(#433) A space is required after ','. (comma-spacing)
(#433) 'C' used outside of binding context. (block-scoped-var)
(#433) Operator '=' must be spaced. (space-infix-ops)
(#433) Operator '-' must be spaced. (space-infix-ops)
(#433) 'y' used outside of binding context. (block-scoped-var)
(#433) Operator '*' must be spaced. (space-infix-ops)
(#433) 'f' used outside of binding context. (block-scoped-var)
(#433) A space is required after ','. (comma-spacing)
(#433) 'm' used outside of binding context. (block-scoped-var)
(#433) Operator '=' must be spaced. (space-infix-ops)
(#433) Operator '+' must be spaced. (space-infix-ops)
(#433) 'r' used outside of binding context. (block-scoped-var)
(#433) Operator '*' must be spaced. (space-infix-ops)
(#433) 'f' used outside of binding context. (block-scoped-var)
(#433) A space is required after ','. (comma-spacing)
(#433) 'p' used outside of binding context. (block-scoped-var)
(#433) Operator '=' must be spaced. (space-infix-ops)
(#433) Operator '-' must be spaced. (space-infix-ops)
(#433) 'y' used outside of binding context. (block-scoped-var)
(#433) Operator '*' must be spaced. (space-infix-ops)
(#433) 'f' used outside of binding context. (block-scoped-var)
(#433) A space is required after ','. (comma-spacing)
(#433) 'F' used outside of binding context. (block-scoped-var)
(#433) Operator '=' must be spaced. (space-infix-ops)
(#433) Operator '-' must be spaced. (space-infix-ops)
(#433) 'r' used outside of binding context. (block-scoped-var)
(#433) Operator '*' must be spaced. (space-infix-ops)
(#433) 'f' used outside of binding context. (block-scoped-var)
(#433) A space is required after ','. (comma-spacing)
(#433) 'f' used outside of binding context. (block-scoped-var)
(#433) Operator '=' must be spaced. (space-infix-ops)
(#433) Operator '+' must be spaced. (space-infix-ops)
(#433) 'y' used outside of binding context. (block-scoped-var)
(#433) Operator '*' must be spaced. (space-infix-ops)
(#433) 'f' used outside of binding context. (block-scoped-var)
(#433) A space is required after ','. (comma-spacing)
(#433) A space is required after ','. (comma-spacing)
(#433) 't' used outside of binding context. (block-scoped-var)
(#433) A space is required after ','. (comma-spacing)
(#433) 'C' used outside of binding context. (block-scoped-var)
(#433) A space is required after ','. (comma-spacing)
(#433) 'm' used outside of binding context. (block-scoped-var)
(#433) A space is required after ','. (comma-spacing)
(#433) 'p' used outside of binding context. (block-scoped-var)
(#433) A space is required after ','. (comma-spacing)
(#433) 'F' used outside of binding context. (block-scoped-var)
(#433) A space is required after ','. (comma-spacing)
(#433) 'f' used outside of binding context. (block-scoped-var)
(#433) A space is required after ','. (comma-spacing)
(#433) 'x' used outside of binding context. (block-scoped-var)
(#433) A space is required after ','. (comma-spacing)
(#433) 'A' used outside of binding context. (block-scoped-var)
(#433) A space is required after ','. (comma-spacing)
(#434) This line has a length of 506. Maximum allowed is 132. (max-len)
(#434) 'f' used outside of binding context. (block-scoped-var)
(#434) Operator '=' must be spaced. (space-infix-ops)
(#434) 'm' used outside of binding context. (block-scoped-var)
(#434) Operator '-' must be spaced. (space-infix-ops)
(#434) 'g' used outside of binding context. (block-scoped-var)
(#434) Operator '*' must be spaced. (space-infix-ops)
(#434) 'b' used outside of binding context. (block-scoped-var)
(#434) Operator '*' must be spaced. (space-infix-ops)
(#434) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#434) A space is required after ','. (comma-spacing)
(#434) 't' used outside of binding context. (block-scoped-var)
(#434) Operator '=' must be spaced. (space-infix-ops)
(#434) 'p' used outside of binding context. (block-scoped-var)
(#434) Operator '+' must be spaced. (space-infix-ops)
(#434) 'l' used outside of binding context. (block-scoped-var)
(#434) Operator '*' must be spaced. (space-infix-ops)
(#434) 'b' used outside of binding context. (block-scoped-var)
(#434) Operator '*' must be spaced. (space-infix-ops)
(#434) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#434) A space is required after ','. (comma-spacing)
(#434) 'C' used outside of binding context. (block-scoped-var)
(#434) Operator '=' must be spaced. (space-infix-ops)
(#434) 'm' used outside of binding context. (block-scoped-var)
(#434) Operator '+' must be spaced. (space-infix-ops)
(#434) 'r' used outside of binding context. (block-scoped-var)
(#434) Operator '*' must be spaced. (space-infix-ops)
(#434) Operator '/' must be spaced. (space-infix-ops)
(#434) Operator '-' must be spaced. (space-infix-ops)
(#434) 'g' used outside of binding context. (block-scoped-var)
(#434) Operator '*' must be spaced. (space-infix-ops)
(#434) 'b' used outside of binding context. (block-scoped-var)
(#434) A space is required after ','. (comma-spacing)
(#434) 'F' used outside of binding context. (block-scoped-var)
(#434) Operator '=' must be spaced. (space-infix-ops)
(#434) 'p' used outside of binding context. (block-scoped-var)
(#434) Operator '-' must be spaced. (space-infix-ops)
(#434) 'y' used outside of binding context. (block-scoped-var)
(#434) Operator '*' must be spaced. (space-infix-ops)
(#434) Operator '/' must be spaced. (space-infix-ops)
(#434) Operator '+' must be spaced. (space-infix-ops)
(#434) 'l' used outside of binding context. (block-scoped-var)
(#434) Operator '*' must be spaced. (space-infix-ops)
(#434) 'b' used outside of binding context. (block-scoped-var)
(#434) A space is required after ','. (comma-spacing)
(#434) A space is required after ','. (comma-spacing)
(#434) 'm' used outside of binding context. (block-scoped-var)
(#434) A space is required after ','. (comma-spacing)
(#434) 'p' used outside of binding context. (block-scoped-var)
(#434) A space is required after ','. (comma-spacing)
(#434) 'C' used outside of binding context. (block-scoped-var)
(#434) A space is required after ','. (comma-spacing)
(#434) 'F' used outside of binding context. (block-scoped-var)
(#434) A space is required after ','. (comma-spacing)
(#434) 'f' used outside of binding context. (block-scoped-var)
(#434) A space is required after ','. (comma-spacing)
(#434) 't' used outside of binding context. (block-scoped-var)
(#434) A space is required after ','. (comma-spacing)
(#434) A space is required after ','. (comma-spacing)
(#434) A space is required after ','. (comma-spacing)
(#434) A space is required after ','. (comma-spacing)
(#434) 'f' used outside of binding context. (block-scoped-var)
(#434) Operator '=' must be spaced. (space-infix-ops)
(#434) 'x' used outside of binding context. (block-scoped-var)
(#434) Operator '+' must be spaced. (space-infix-ops)
(#434) 'g' used outside of binding context. (block-scoped-var)
(#434) Operator '*' must be spaced. (space-infix-ops)
(#434) 'b' used outside of binding context. (block-scoped-var)
(#434) Operator '*' must be spaced. (space-infix-ops)
(#434) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#434) A space is required after ','. (comma-spacing)
(#434) 't' used outside of binding context. (block-scoped-var)
(#434) Operator '=' must be spaced. (space-infix-ops)
(#434) 'A' used outside of binding context. (block-scoped-var)
(#434) Operator '-' must be spaced. (space-infix-ops)
(#434) 'l' used outside of binding context. (block-scoped-var)
(#434) Operator '*' must be spaced. (space-infix-ops)
(#434) 'b' used outside of binding context. (block-scoped-var)
(#434) Operator '*' must be spaced. (space-infix-ops)
(#434) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#434) A space is required after ','. (comma-spacing)
(#434) 'C' used outside of binding context. (block-scoped-var)
(#434) Operator '=' must be spaced. (space-infix-ops)
(#434) 'x' used outside of binding context. (block-scoped-var)
(#434) Operator '-' must be spaced. (space-infix-ops)
(#434) 'r' used outside of binding context. (block-scoped-var)
(#434) Operator '*' must be spaced. (space-infix-ops)
(#434) Operator '/' must be spaced. (space-infix-ops)
(#434) Operator '+' must be spaced. (space-infix-ops)
(#434) 'g' used outside of binding context. (block-scoped-var)
(#434) Operator '*' must be spaced. (space-infix-ops)
(#434) 'b' used outside of binding context. (block-scoped-var)
(#434) A space is required after ','. (comma-spacing)
(#434) 'F' used outside of binding context. (block-scoped-var)
(#434) Operator '=' must be spaced. (space-infix-ops)
(#434) 'A' used outside of binding context. (block-scoped-var)
(#434) Operator '+' must be spaced. (space-infix-ops)
(#434) 'y' used outside of binding context. (block-scoped-var)
(#434) Operator '*' must be spaced. (space-infix-ops)
(#434) Operator '/' must be spaced. (space-infix-ops)
(#434) Operator '-' must be spaced. (space-infix-ops)
(#434) 'l' used outside of binding context. (block-scoped-var)
(#434) Operator '*' must be spaced. (space-infix-ops)
(#434) 'b' used outside of binding context. (block-scoped-var)
(#434) A space is required after ','. (comma-spacing)
(#434) A space is required after ','. (comma-spacing)
(#434) 'x' used outside of binding context. (block-scoped-var)
(#434) A space is required after ','. (comma-spacing)
(#434) 'A' used outside of binding context. (block-scoped-var)
(#434) A space is required after ','. (comma-spacing)
(#434) 'C' used outside of binding context. (block-scoped-var)
(#434) A space is required after ','. (comma-spacing)
(#434) 'F' used outside of binding context. (block-scoped-var)
(#434) A space is required after ','. (comma-spacing)
(#434) 'f' used outside of binding context. (block-scoped-var)
(#434) A space is required after ','. (comma-spacing)
(#434) 't' used outside of binding context. (block-scoped-var)
(#434) A space is required after ','. (comma-spacing)
(#434) A space is required after ','. (comma-spacing)
(#434) Operator ':' must be spaced. (space-infix-ops)
(#434) Do not nest ternary expressions. (no-nested-ternary)
(#434) Operator '===' must be spaced. (space-infix-ops)
(#434) Operator '?' must be spaced. (space-infix-ops)
(#434) 'l' used outside of binding context. (block-scoped-var)
(#434) Operator '=' must be spaced. (space-infix-ops)
(#434) A space is required after ','. (comma-spacing)
(#434) 'r' used outside of binding context. (block-scoped-var)
(#434) Operator '=' must be spaced. (space-infix-ops)
(#434) 'l' used outside of binding context. (block-scoped-var)
(#434) Operator '+' must be spaced. (space-infix-ops)
(#434) Operator '/' must be spaced. (space-infix-ops)
(#434) A space is required after ','. (comma-spacing)
(#434) 'b' used outside of binding context. (block-scoped-var)
(#434) Operator '=' must be spaced. (space-infix-ops)
(#434) Operator '*' must be spaced. (space-infix-ops)
(#434) Operator '/' must be spaced. (space-infix-ops)
(#434) A space is required after ','. (comma-spacing)
(#434) 'g' used outside of binding context. (block-scoped-var)
(#434) Operator '=' must be spaced. (space-infix-ops)
(#434) 'l' used outside of binding context. (block-scoped-var)
(#434) A space is required after ','. (comma-spacing)
(#434) 'l' used outside of binding context. (block-scoped-var)
(#434) Operator '=' must be spaced. (space-infix-ops)
(#434) 'l' used outside of binding context. (block-scoped-var)
(#434) A space is required after ','. (comma-spacing)
(#434) 'm' used outside of binding context. (block-scoped-var)
(#434) Operator '=' must be spaced. (space-infix-ops)
(#434) 'r' used outside of binding context. (block-scoped-var)
(#435) This line has a length of 502. Maximum allowed is 132. (max-len)
(#435) 'p' used outside of binding context. (block-scoped-var)
(#435) Operator '=' must be spaced. (space-infix-ops)
(#435) 'r' used outside of binding context. (block-scoped-var)
(#435) A space is required after ','. (comma-spacing)
(#435) A space is required after ','. (comma-spacing)
(#435) A space is required after ','. (comma-spacing)
(#435) A space is required after ','. (comma-spacing)
(#435) Operator '-' must be spaced. (space-infix-ops)
(#435) 'g' used outside of binding context. (block-scoped-var)
(#435) Operator '*' must be spaced. (space-infix-ops)
(#435) 'b' used outside of binding context. (block-scoped-var)
(#435) Operator '/' must be spaced. (space-infix-ops)
(#435) A space is required after ','. (comma-spacing)
(#435) Operator '+' must be spaced. (space-infix-ops)
(#435) 'l' used outside of binding context. (block-scoped-var)
(#435) Operator '*' must be spaced. (space-infix-ops)
(#435) 'b' used outside of binding context. (block-scoped-var)
(#435) Operator '/' must be spaced. (space-infix-ops)
(#435) A space is required after ','. (comma-spacing)
(#435) A space is required after ','. (comma-spacing)
(#435) 'r' used outside of binding context. (block-scoped-var)
(#435) Operator '=' must be spaced. (space-infix-ops)
(#435) Operator '-' must be spaced. (space-infix-ops)
(#435) 'g' used outside of binding context. (block-scoped-var)
(#435) Operator '*' must be spaced. (space-infix-ops)
(#435) 'b' used outside of binding context. (block-scoped-var)
(#435) Operator '*' must be spaced. (space-infix-ops)
(#435) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#435) A space is required after ','. (comma-spacing)
(#435) 'y' used outside of binding context. (block-scoped-var)
(#435) Operator '=' must be spaced. (space-infix-ops)
(#435) Operator '+' must be spaced. (space-infix-ops)
(#435) 'l' used outside of binding context. (block-scoped-var)
(#435) Operator '*' must be spaced. (space-infix-ops)
(#435) 'b' used outside of binding context. (block-scoped-var)
(#435) Operator '*' must be spaced. (space-infix-ops)
(#435) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#435) A space is required after ','. (comma-spacing)
(#435) 'x' used outside of binding context. (block-scoped-var)
(#435) Operator '=' must be spaced. (space-infix-ops)
(#435) Operator '+' must be spaced. (space-infix-ops)
(#435) 'm' used outside of binding context. (block-scoped-var)
(#435) Operator '*' must be spaced. (space-infix-ops)
(#435) Operator '/' must be spaced. (space-infix-ops)
(#435) Operator '-' must be spaced. (space-infix-ops)
(#435) 'g' used outside of binding context. (block-scoped-var)
(#435) Operator '*' must be spaced. (space-infix-ops)
(#435) 'b' used outside of binding context. (block-scoped-var)
(#435) A space is required after ','. (comma-spacing)
(#435) 'A' used outside of binding context. (block-scoped-var)
(#435) Operator '=' must be spaced. (space-infix-ops)
(#435) Operator '-' must be spaced. (space-infix-ops)
(#435) 'p' used outside of binding context. (block-scoped-var)
(#435) Operator '*' must be spaced. (space-infix-ops)
(#435) Operator '/' must be spaced. (space-infix-ops)
(#435) Operator '+' must be spaced. (space-infix-ops)
(#435) 'l' used outside of binding context. (block-scoped-var)
(#435) Operator '*' must be spaced. (space-infix-ops)
(#435) 'b' used outside of binding context. (block-scoped-var)
(#435) A space is required after ','. (comma-spacing)
(#435) 'g' used outside of binding context. (block-scoped-var)
(#435) Operator '=' must be spaced. (space-infix-ops)
(#435) Operator '-' must be spaced. (space-infix-ops)
(#435) 'm' used outside of binding context. (block-scoped-var)
(#435) Operator '*' must be spaced. (space-infix-ops)
(#435) Operator '/' must be spaced. (space-infix-ops)
(#435) Operator '-' must be spaced. (space-infix-ops)
(#435) 'g' used outside of binding context. (block-scoped-var)
(#435) Operator '*' must be spaced. (space-infix-ops)
(#435) 'b' used outside of binding context. (block-scoped-var)
(#435) A space is required after ','. (comma-spacing)
(#435) 'b' used outside of binding context. (block-scoped-var)
(#435) Operator '=' must be spaced. (space-infix-ops)
(#435) Operator '+' must be spaced. (space-infix-ops)
(#435) 'p' used outside of binding context. (block-scoped-var)
(#435) Operator '*' must be spaced. (space-infix-ops)
(#435) Operator '/' must be spaced. (space-infix-ops)
(#435) Operator '+' must be spaced. (space-infix-ops)
(#435) 'l' used outside of binding context. (block-scoped-var)
(#435) Operator '*' must be spaced. (space-infix-ops)
(#435) 'b' used outside of binding context. (block-scoped-var)
(#435) A space is required after ','. (comma-spacing)
(#435) A space is required after ','. (comma-spacing)
(#435) A space is required after ','. (comma-spacing)
(#435) A space is required after ','. (comma-spacing)
(#435) 'g' used outside of binding context. (block-scoped-var)
(#435) A space is required after ','. (comma-spacing)
(#435) 'b' used outside of binding context. (block-scoped-var)
(#435) A space is required after ','. (comma-spacing)
(#435) 'r' used outside of binding context. (block-scoped-var)
(#435) A space is required after ','. (comma-spacing)
(#435) 'y' used outside of binding context. (block-scoped-var)
(#435) A space is required after ','. (comma-spacing)
(#435) 'x' used outside of binding context. (block-scoped-var)
(#435) A space is required after ','. (comma-spacing)
(#435) 'A' used outside of binding context. (block-scoped-var)
(#435) A space is required after ','. (comma-spacing)
(#435) A space is required after ','. (comma-spacing)
(#435) Operator ':' must be spaced. (space-infix-ops)
(#435) Operator '===' must be spaced. (space-infix-ops)
(#435) Operator '?' must be spaced. (space-infix-ops)
(#435) 'l' used outside of binding context. (block-scoped-var)
(#435) Operator '=' must be spaced. (space-infix-ops)
(#435) A space is required after ','. (comma-spacing)
(#435) 'y' used outside of binding context. (block-scoped-var)
(#435) Operator '=' must be spaced. (space-infix-ops)
(#435) 'l' used outside of binding context. (block-scoped-var)
(#435) Operator '+' must be spaced. (space-infix-ops)
(#436) This line has a length of 512. Maximum allowed is 132. (max-len)
(#436) Operator '/' must be spaced. (space-infix-ops)
(#436) A space is required after ','. (comma-spacing)
(#436) 'b' used outside of binding context. (block-scoped-var)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#436) Operator '*' must be spaced. (space-infix-ops)
(#436) Operator '/' must be spaced. (space-infix-ops)
(#436) A space is required after ','. (comma-spacing)
(#436) 'g' used outside of binding context. (block-scoped-var)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#436) 'l' used outside of binding context. (block-scoped-var)
(#436) A space is required after ','. (comma-spacing)
(#436) 'l' used outside of binding context. (block-scoped-var)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#436) 'l' used outside of binding context. (block-scoped-var)
(#436) A space is required after ','. (comma-spacing)
(#436) 'r' used outside of binding context. (block-scoped-var)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#436) 'y' used outside of binding context. (block-scoped-var)
(#436) A space is required after ','. (comma-spacing)
(#436) 'y' used outside of binding context. (block-scoped-var)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#436) 'y' used outside of binding context. (block-scoped-var)
(#436) A space is required after ','. (comma-spacing)
(#436) A space is required after ','. (comma-spacing)
(#436) Operator '+' must be spaced. (space-infix-ops)
(#436) 'g' used outside of binding context. (block-scoped-var)
(#436) Operator '*' must be spaced. (space-infix-ops)
(#436) 'b' used outside of binding context. (block-scoped-var)
(#436) Operator '/' must be spaced. (space-infix-ops)
(#436) A space is required after ','. (comma-spacing)
(#436) Operator '-' must be spaced. (space-infix-ops)
(#436) 'l' used outside of binding context. (block-scoped-var)
(#436) Operator '*' must be spaced. (space-infix-ops)
(#436) 'b' used outside of binding context. (block-scoped-var)
(#436) Operator '/' must be spaced. (space-infix-ops)
(#436) A space is required after ','. (comma-spacing)
(#436) Operator '-' must be spaced. (space-infix-ops)
(#436) 'g' used outside of binding context. (block-scoped-var)
(#436) Operator '*' must be spaced. (space-infix-ops)
(#436) 'b' used outside of binding context. (block-scoped-var)
(#436) Operator '/' must be spaced. (space-infix-ops)
(#436) A space is required after ','. (comma-spacing)
(#436) Operator '+' must be spaced. (space-infix-ops)
(#436) 'l' used outside of binding context. (block-scoped-var)
(#436) Operator '*' must be spaced. (space-infix-ops)
(#436) 'b' used outside of binding context. (block-scoped-var)
(#436) Operator '/' must be spaced. (space-infix-ops)
(#436) A space is required after ','. (comma-spacing)
(#436) A space is required after ','. (comma-spacing)
(#436) 'x' used outside of binding context. (block-scoped-var)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#436) Operator '-' must be spaced. (space-infix-ops)
(#436) 'g' used outside of binding context. (block-scoped-var)
(#436) Operator '*' must be spaced. (space-infix-ops)
(#436) 'b' used outside of binding context. (block-scoped-var)
(#436) Operator '*' must be spaced. (space-infix-ops)
(#436) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#436) A space is required after ','. (comma-spacing)
(#436) 'A' used outside of binding context. (block-scoped-var)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#436) Operator '+' must be spaced. (space-infix-ops)
(#436) 'l' used outside of binding context. (block-scoped-var)
(#436) Operator '*' must be spaced. (space-infix-ops)
(#436) 'b' used outside of binding context. (block-scoped-var)
(#436) Operator '*' must be spaced. (space-infix-ops)
(#436) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#436) A space is required after ','. (comma-spacing)
(#436) 'm' used outside of binding context. (block-scoped-var)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#436) Operator '+' must be spaced. (space-infix-ops)
(#436) 'r' used outside of binding context. (block-scoped-var)
(#436) Operator '*' must be spaced. (space-infix-ops)
(#436) Operator '/' must be spaced. (space-infix-ops)
(#436) Operator '-' must be spaced. (space-infix-ops)
(#436) 'g' used outside of binding context. (block-scoped-var)
(#436) Operator '*' must be spaced. (space-infix-ops)
(#436) 'b' used outside of binding context. (block-scoped-var)
(#436) A space is required after ','. (comma-spacing)
(#436) 'p' used outside of binding context. (block-scoped-var)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#436) Operator '-' must be spaced. (space-infix-ops)
(#436) 'y' used outside of binding context. (block-scoped-var)
(#436) Operator '*' must be spaced. (space-infix-ops)
(#436) Operator '/' must be spaced. (space-infix-ops)
(#436) Operator '+' must be spaced. (space-infix-ops)
(#436) 'l' used outside of binding context. (block-scoped-var)
(#436) Operator '*' must be spaced. (space-infix-ops)
(#436) 'b' used outside of binding context. (block-scoped-var)
(#436) A space is required after ','. (comma-spacing)
(#436) 'f' used outside of binding context. (block-scoped-var)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#436) Operator '-' must be spaced. (space-infix-ops)
(#436) 'r' used outside of binding context. (block-scoped-var)
(#436) Operator '*' must be spaced. (space-infix-ops)
(#436) Operator '/' must be spaced. (space-infix-ops)
(#436) Operator '-' must be spaced. (space-infix-ops)
(#436) 'g' used outside of binding context. (block-scoped-var)
(#436) Operator '*' must be spaced. (space-infix-ops)
(#436) 'b' used outside of binding context. (block-scoped-var)
(#436) A space is required after ','. (comma-spacing)
(#436) 't' used outside of binding context. (block-scoped-var)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#436) Operator '+' must be spaced. (space-infix-ops)
(#436) 'y' used outside of binding context. (block-scoped-var)
(#436) Operator '*' must be spaced. (space-infix-ops)
(#436) Operator '/' must be spaced. (space-infix-ops)
(#436) Operator '+' must be spaced. (space-infix-ops)
(#436) 'l' used outside of binding context. (block-scoped-var)
(#436) Operator '*' must be spaced. (space-infix-ops)
(#436) 'b' used outside of binding context. (block-scoped-var)
(#436) A space is required after ','. (comma-spacing)
(#436) A space is required after ','. (comma-spacing)
(#436) A space is required after ','. (comma-spacing)
(#436) A space is required after ','. (comma-spacing)
(#436) 'f' used outside of binding context. (block-scoped-var)
(#436) A space is required after ','. (comma-spacing)
(#436) 't' used outside of binding context. (block-scoped-var)
(#436) A space is required after ','. (comma-spacing)
(#436) 'x' used outside of binding context. (block-scoped-var)
(#436) A space is required after ','. (comma-spacing)
(#436) 'A' used outside of binding context. (block-scoped-var)
(#436) A space is required after ','. (comma-spacing)
(#436) 'm' used outside of binding context. (block-scoped-var)
(#436) A space is required after ','. (comma-spacing)
(#436) 'p' used outside of binding context. (block-scoped-var)
(#436) A space is required after ','. (comma-spacing)
(#437) This line has a length of 504. Maximum allowed is 132. (max-len)
(#437) A space is required after ','. (comma-spacing)
(#437) A space is required after ','. (comma-spacing)
(#437) 'x' used outside of binding context. (block-scoped-var)
(#437) Operator '=' must be spaced. (space-infix-ops)
(#437) Operator '+' must be spaced. (space-infix-ops)
(#437) 'g' used outside of binding context. (block-scoped-var)
(#437) Operator '*' must be spaced. (space-infix-ops)
(#437) 'b' used outside of binding context. (block-scoped-var)
(#437) Operator '*' must be spaced. (space-infix-ops)
(#437) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#437) A space is required after ','. (comma-spacing)
(#437) 'A' used outside of binding context. (block-scoped-var)
(#437) Operator '=' must be spaced. (space-infix-ops)
(#437) Operator '-' must be spaced. (space-infix-ops)
(#437) 'l' used outside of binding context. (block-scoped-var)
(#437) Operator '*' must be spaced. (space-infix-ops)
(#437) 'b' used outside of binding context. (block-scoped-var)
(#437) Operator '*' must be spaced. (space-infix-ops)
(#437) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#437) A space is required after ','. (comma-spacing)
(#437) 'm' used outside of binding context. (block-scoped-var)
(#437) Operator '=' must be spaced. (space-infix-ops)
(#437) Operator '-' must be spaced. (space-infix-ops)
(#437) 'r' used outside of binding context. (block-scoped-var)
(#437) Operator '*' must be spaced. (space-infix-ops)
(#437) Operator '/' must be spaced. (space-infix-ops)
(#437) Operator '+' must be spaced. (space-infix-ops)
(#437) 'g' used outside of binding context. (block-scoped-var)
(#437) Operator '*' must be spaced. (space-infix-ops)
(#437) 'b' used outside of binding context. (block-scoped-var)
(#437) A space is required after ','. (comma-spacing)
(#437) 'p' used outside of binding context. (block-scoped-var)
(#437) Operator '=' must be spaced. (space-infix-ops)
(#437) Operator '+' must be spaced. (space-infix-ops)
(#437) 'y' used outside of binding context. (block-scoped-var)
(#437) Operator '*' must be spaced. (space-infix-ops)
(#437) Operator '/' must be spaced. (space-infix-ops)
(#437) Operator '-' must be spaced. (space-infix-ops)
(#437) 'l' used outside of binding context. (block-scoped-var)
(#437) Operator '*' must be spaced. (space-infix-ops)
(#437) 'b' used outside of binding context. (block-scoped-var)
(#437) A space is required after ','. (comma-spacing)
(#437) 'f' used outside of binding context. (block-scoped-var)
(#437) Operator '=' must be spaced. (space-infix-ops)
(#437) Operator '+' must be spaced. (space-infix-ops)
(#437) 'r' used outside of binding context. (block-scoped-var)
(#437) Operator '*' must be spaced. (space-infix-ops)
(#437) Operator '/' must be spaced. (space-infix-ops)
(#437) Operator '+' must be spaced. (space-infix-ops)
(#437) 'g' used outside of binding context. (block-scoped-var)
(#437) Operator '*' must be spaced. (space-infix-ops)
(#437) 'b' used outside of binding context. (block-scoped-var)
(#437) A space is required after ','. (comma-spacing)
(#437) 't' used outside of binding context. (block-scoped-var)
(#437) Operator '=' must be spaced. (space-infix-ops)
(#437) Operator '-' must be spaced. (space-infix-ops)
(#437) 'y' used outside of binding context. (block-scoped-var)
(#437) Operator '*' must be spaced. (space-infix-ops)
(#437) Operator '/' must be spaced. (space-infix-ops)
(#437) Operator '-' must be spaced. (space-infix-ops)
(#437) 'l' used outside of binding context. (block-scoped-var)
(#437) Operator '*' must be spaced. (space-infix-ops)
(#437) 'b' used outside of binding context. (block-scoped-var)
(#437) A space is required after ','. (comma-spacing)
(#437) A space is required after ','. (comma-spacing)
(#437) A space is required after ','. (comma-spacing)
(#437) A space is required after ','. (comma-spacing)
(#437) 'f' used outside of binding context. (block-scoped-var)
(#437) A space is required after ','. (comma-spacing)
(#437) 't' used outside of binding context. (block-scoped-var)
(#437) A space is required after ','. (comma-spacing)
(#437) 'x' used outside of binding context. (block-scoped-var)
(#437) A space is required after ','. (comma-spacing)
(#437) 'A' used outside of binding context. (block-scoped-var)
(#437) A space is required after ','. (comma-spacing)
(#437) 'm' used outside of binding context. (block-scoped-var)
(#437) A space is required after ','. (comma-spacing)
(#437) 'p' used outside of binding context. (block-scoped-var)
(#437) A space is required after ','. (comma-spacing)
(#437) A space is required after ','. (comma-spacing)
(#437) Operator ':' must be spaced. (space-infix-ops)
(#437) A space is required after ','. (comma-spacing)
(#437) A space is required after ','. (comma-spacing)
(#437) A space is required after ','. (comma-spacing)
(#437) A space is required after ','. (comma-spacing)
(#437) Missing whitespace after semicolon. (semi-spacing)
(#437) Missing whitespace after semicolon. (semi-spacing)
(#437) Expected space(s) after "if". (keyword-spacing)
(#437) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#437) Operator '||' must be spaced. (space-infix-ops)
(#437) Expected { after 'if' condition. (curly)
(#437) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#437) Operator '=' must be spaced. (space-infix-ops)
(#438) This line has a length of 502. Maximum allowed is 132. (max-len)
(#438) A space is required after ','. (comma-spacing)
(#438) A space is required after ','. (comma-spacing)
(#438) Unexpected use of comma operator. (no-sequences)
(#438) A space is required after ','. (comma-spacing)
(#438) Operator '=' must be spaced. (space-infix-ops)
(#438) Missing whitespace after semicolon. (semi-spacing)
(#438) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#438) Operator '&&' must be spaced. (space-infix-ops)
(#438) Operator '=' must be spaced. (space-infix-ops)
(#438) A space is required after ','. (comma-spacing)
(#438) Operator '=' must be spaced. (space-infix-ops)
(#438) A space is required after ','. (comma-spacing)
(#438) A space is required after ','. (comma-spacing)
(#438) Operator '+' must be spaced. (space-infix-ops)
(#438) Operator '/' must be spaced. (space-infix-ops)
(#438) A space is required after ','. (comma-spacing)
(#438) Operator '-' must be spaced. (space-infix-ops)
(#438) Missing whitespace after semicolon. (semi-spacing)
(#438) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#438) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#438) Operator '&&' must be spaced. (space-infix-ops)
(#438) Operator '=' must be spaced. (space-infix-ops)
(#438) A space is required after ','. (comma-spacing)
(#438) Operator '=' must be spaced. (space-infix-ops)
(#438) A space is required after ','. (comma-spacing)
(#438) A space is required after ','. (comma-spacing)
(#438) Operator '+' must be spaced. (space-infix-ops)
(#438) Operator '/' must be spaced. (space-infix-ops)
(#438) A space is required after ','. (comma-spacing)
(#438) Operator '+' must be spaced. (space-infix-ops)
(#438) Requires a space before '}'. (block-spacing)
(#438) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#438) Missing semicolon. (semi)
(#438) Requires a space before '}'. (block-spacing)
(#438) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#438) Missing whitespace after semicolon. (semi-spacing)
(#438) Operator '=' must be spaced. (space-infix-ops)
(#438) Requires a space after '{'. (block-spacing)
(#438) Statement inside of curly braces should be on next line. (brace-style)
(#438) Missing space before opening brace. (space-before-blocks)
(#438) Expected space(s) after "return". (keyword-spacing)
(#438) A space is required after ','. (comma-spacing)
(#438) Requires a space before '}'. (block-spacing)
(#438) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#438) Missing semicolon. (semi)
(#438) Missing whitespace after semicolon. (semi-spacing)
(#438) Operator '=' must be spaced. (space-infix-ops)
(#438) A space is required after ','. (comma-spacing)
(#438) Requires a space after '{'. (block-spacing)
(#438) Statement inside of curly braces should be on next line. (brace-style)
(#438) Missing space before opening brace. (space-before-blocks)
(#438) Operator '=' must be spaced. (space-infix-ops)
(#438) A space is required after ','. (comma-spacing)
(#438) A space is required after ','. (comma-spacing)
(#438) Missing whitespace after semicolon. (semi-spacing)
(#438) Expected space(s) after "return". (keyword-spacing)
(#438) Operator '!==' must be spaced. (space-infix-ops)
(#438) Operator '&&' must be spaced. (space-infix-ops)
(#438) Operator '<' must be spaced. (space-infix-ops)
(#438) Requires a space before '}'. (block-spacing)
(#438) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#438) Missing semicolon. (semi)
(#438) Requires a space before '}'. (block-spacing)
(#438) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#438) Missing semicolon. (semi)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#440) This line has a length of 506. Maximum allowed is 132. (max-len)
(#440) A space is required after ','. (comma-spacing)
(#440) A space is required after ','. (comma-spacing)
(#440) A space is required after ','. (comma-spacing)
(#440) A space is required after ','. (comma-spacing)
(#440) A space is required after ','. (comma-spacing)
(#440) 'q' is defined but never used. (no-unused-vars)
(#440) Requires a space after '{'. (block-spacing)
(#440) Statement inside of curly braces should be on next line. (brace-style)
(#440) Missing space before opening brace. (space-before-blocks)
(#440) Operator '=' must be spaced. (space-infix-ops)
(#440) Requires a space after '{'. (block-spacing)
(#440) Statement inside of curly braces should be on next line. (brace-style)
(#440) Missing space before opening brace. (space-before-blocks)
(#440) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#440) Operator '=' must be spaced. (space-infix-ops)
(#440) Missing whitespace after semicolon. (semi-spacing)
(#440) Expected space(s) after "if". (keyword-spacing)
(#440) Expected { after 'if' condition. (curly)
(#440) Expected space(s) before "if". (keyword-spacing)
(#440) Expected space(s) after "if". (keyword-spacing)
(#440) Operator '===' must be spaced. (space-infix-ops)
(#440) Expected { after 'if' condition. (curly)
(#440) Missing whitespace after semicolon. (semi-spacing)
(#440) Expected space(s) after "else". (keyword-spacing)
(#440) Requires a space after '{'. (block-spacing)
(#440) Statement inside of curly braces should be on next line. (brace-style)
(#440) Expected space(s) after "if". (keyword-spacing)
(#440) Requires a space after '{'. (block-spacing)
(#440) Statement inside of curly braces should be on next line. (brace-style)
(#440) Missing space before opening brace. (space-before-blocks)
(#440) Expected space(s) after "if". (keyword-spacing)
(#440) Operator '===' must be spaced. (space-infix-ops)
(#440) Expected { after 'if' condition. (curly)
(#440) Operator '+' must be spaced. (space-infix-ops)
(#440) Missing whitespace after semicolon. (semi-spacing)
(#440) Expected space(s) after "else". (keyword-spacing)
(#440) Requires a space after '{'. (block-spacing)
(#440) Statement inside of curly braces should be on next line. (brace-style)
(#440) Expected space(s) after "for". (keyword-spacing)
(#440) Operator '=' must be spaced. (space-infix-ops)
(#440) A space is required after ','. (comma-spacing)
(#440) Operator '=' must be spaced. (space-infix-ops)
(#440) Missing whitespace after semicolon. (semi-spacing)
(#440) Operator '<' must be spaced. (space-infix-ops)
(#440) Missing whitespace after semicolon. (semi-spacing)
(#440) Expected { after 'for' condition. (curly)
(#440) Operator '-' must be spaced. (space-infix-ops)
(#440) Operator '+' must be spaced. (space-infix-ops)
(#440) Operator '-' must be spaced. (space-infix-ops)
(#440) Operator '-' must be spaced. (space-infix-ops)
(#440) Operator '/' must be spaced. (space-infix-ops)
(#440) Missing whitespace after semicolon. (semi-spacing)
(#440) 'm' used outside of binding context. (block-scoped-var)
(#440) Operator '=' must be spaced. (space-infix-ops)
(#440) Operator '-' must be spaced. (space-infix-ops)
(#440) Missing whitespace after semicolon. (semi-spacing)
(#440) 'm' used outside of binding context. (block-scoped-var)
(#440) Operator '+' must be spaced. (space-infix-ops)
(#440) Operator '+' must be spaced. (space-infix-ops)
(#440) Operator '*' must be spaced. (space-infix-ops)
(#440) Operator '-' must be spaced. (space-infix-ops)
(#440) 'm' used outside of binding context. (block-scoped-var)
(#440) Operator '/' must be spaced. (space-infix-ops)
(#440) Requires a space before '}'. (block-spacing)
(#440) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#440) Missing semicolon. (semi)
(#440) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#440) Operator '>' must be spaced. (space-infix-ops)
(#440) Operator '&&' must be spaced. (space-infix-ops)
(#440) Operator '=' must be spaced. (space-infix-ops)
(#440) Missing whitespace after semicolon. (semi-spacing)
(#440) Expected space(s) after "if". (keyword-spacing)
(#440) Expected { after 'if' condition. (curly)
(#440) Expected space(s) before "for". (keyword-spacing)
(#440) Expected space(s) after "for". (keyword-spacing)
(#440) 'm' used outside of binding context. (block-scoped-var)
(#440) Operator '=' must be spaced. (space-infix-ops)
(#440) A space is required after ','. (comma-spacing)
(#440) 'p' used outside of binding context. (block-scoped-var)
(#440) Operator '=' must be spaced. (space-infix-ops)
(#440) Missing whitespace after semicolon. (semi-spacing)
(#440) 'm' used outside of binding context. (block-scoped-var)
(#440) Operator '<' must be spaced. (space-infix-ops)
(#440) 'p' used outside of binding context. (block-scoped-var)
(#440) Missing whitespace after semicolon. (semi-spacing)
(#440) 'm' used outside of binding context. (block-scoped-var)
(#440) Requires a space after '{'. (block-spacing)
(#440) Statement inside of curly braces should be on next line. (brace-style)
(#440) Missing space before opening brace. (space-before-blocks)
(#440) Operator '=' must be spaced. (space-infix-ops)
(#440) 'm' used outside of binding context. (block-scoped-var)
(#440) Missing whitespace after semicolon. (semi-spacing)
(#440) Expected space(s) after "if". (keyword-spacing)
(#440) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#440) Operator '===' must be spaced. (space-infix-ops)
(#440) Operator '&&' must be spaced. (space-infix-ops)
(#440) Operator '=' must be spaced. (space-infix-ops)
(#440) A space is required after ','. (comma-spacing)
(#440) Operator '===' must be spaced. (space-infix-ops)
(#440) Requires a space after '{'. (block-spacing)
(#440) Statement inside of curly braces should be on next line. (brace-style)
(#440) Missing space before opening brace. (space-before-blocks)
(#440) Operator '=' must be spaced. (space-infix-ops)
(#441) This line has a length of 501. Maximum allowed is 132. (max-len)
(#441) Missing whitespace after semicolon. (semi-spacing)
(#441) Requires a space before '}'. (block-spacing)
(#441) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#441) Missing semicolon. (semi)
(#441) Requires a space before '}'. (block-spacing)
(#441) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#441) Requires a space before '}'. (block-spacing)
(#441) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#441) Requires a space before '}'. (block-spacing)
(#441) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#441) Expected space(s) before "else". (keyword-spacing)
(#441) Expected { after 'else'. (curly)
(#441) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#441) This line has 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#441) Unexpected use of comma operator. (no-sequences)
(#441) A space is required after ','. (comma-spacing)
(#441) Operator '+' must be spaced. (space-infix-ops)
(#441) Operator '/' must be spaced. (space-infix-ops)
(#441) A space is required after ','. (comma-spacing)
(#441) Operator '+' must be spaced. (space-infix-ops)
(#441) Operator '*' must be spaced. (space-infix-ops)
(#441) Operator '/' must be spaced. (space-infix-ops)
(#441) Missing whitespace after semicolon. (semi-spacing)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#441) Missing whitespace after semicolon. (semi-spacing)
(#441) Expected space(s) after "for". (keyword-spacing)
(#441) 'm' used outside of binding context. (block-scoped-var)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#441) Missing whitespace after semicolon. (semi-spacing)
(#441) Operator '<' must be spaced. (space-infix-ops)
(#441) 'm' used outside of binding context. (block-scoped-var)
(#441) Missing whitespace after semicolon. (semi-spacing)
(#441) Requires a space after '{'. (block-spacing)
(#441) Statement inside of curly braces should be on next line. (brace-style)
(#441) Missing space before opening brace. (space-before-blocks)
(#441) Expected space(s) after "for". (keyword-spacing)
(#441) Operator '>' must be spaced. (space-infix-ops)
(#441) Operator '*' must be spaced. (space-infix-ops)
(#441) Expected { after 'for' condition. (curly)
(#441) Operator '-=' must be spaced. (space-infix-ops)
(#441) Operator '*' must be spaced. (space-infix-ops)
(#441) Missing whitespace after semicolon. (semi-spacing)
(#441) Expected space(s) after "for". (keyword-spacing)
(#441) Operator '>' must be spaced. (space-infix-ops)
(#441) Expected { after 'for' condition. (curly)
(#441) Operator '+=' must be spaced. (space-infix-ops)
(#441) Operator '*' must be spaced. (space-infix-ops)
(#441) Requires a space before '}'. (block-spacing)
(#441) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#441) Missing semicolon. (semi)
(#441) Expected space(s) before "return". (keyword-spacing)
(#441) Requires a space before '}'. (block-spacing)
(#441) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#441) Missing semicolon. (semi)
(#441) A space is required after ','. (comma-spacing)
(#441) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#441) A space is required after ','. (comma-spacing)
(#441) Requires a space after '{'. (block-spacing)
(#441) Statement inside of curly braces should be on next line. (brace-style)
(#441) Missing space before opening brace. (space-before-blocks)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#441) Missing whitespace after semicolon. (semi-spacing)
(#441) Expected space(s) after "if". (keyword-spacing)
(#441) Requires a space after '{'. (block-spacing)
(#441) Statement inside of curly braces should be on next line. (brace-style)
(#441) Missing space before opening brace. (space-before-blocks)
(#441) Expected space(s) after "if". (keyword-spacing)
(#441) Operator '&&' must be spaced. (space-infix-ops)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#441) Unexpected use of comma operator. (no-sequences)
(#441) A space is required after ','. (comma-spacing)
(#441) Operator '!==' must be spaced. (space-infix-ops)
(#441) Operator '||' must be spaced. (space-infix-ops)
(#441) Operator '!==' must be spaced. (space-infix-ops)
(#441) Operator '||' must be spaced. (space-infix-ops)
(#441) Operator '!==' must be spaced. (space-infix-ops)
(#441) Expected { after 'if' condition. (curly)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#441) Requires a space before '}'. (block-spacing)
(#441) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#441) Missing semicolon. (semi)
(#441) Expected space(s) before "else". (keyword-spacing)
(#441) Expected { after 'else'. (curly)
(#441) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#441) Operator '?' must be spaced. (space-infix-ops)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#441) Operator ':' must be spaced. (space-infix-ops)
(#441) Operator '<' must be spaced. (space-infix-ops)
(#441) Operator '&&' must be spaced. (space-infix-ops)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#441) Missing whitespace after semicolon. (semi-spacing)
(#441) Requires a space before '}'. (block-spacing)
(#441) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#441) Missing semicolon. (semi)
(#441) A space is required after ','. (comma-spacing)
(#441) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#441) A space is required after ','. (comma-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) Requires a space after '{'. (block-spacing)
(#441) Statement inside of curly braces should be on next line. (brace-style)
(#441) Missing space before opening brace. (space-before-blocks)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#441) A space is required after ','. (comma-spacing)
(#441) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#441) A space is required after ','. (comma-spacing)
(#441) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#441) Missing whitespace after semicolon. (semi-spacing)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#441) Missing whitespace after semicolon. (semi-spacing)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#441) A space is required after ','. (comma-spacing)
(#441) Missing whitespace after semicolon. (semi-spacing)
(#441) Operator '-=' must be spaced. (space-infix-ops)
(#441) Operator '*' must be spaced. (space-infix-ops)
(#441) Missing whitespace after semicolon. (semi-spacing)
(#441) Operator '+=' must be spaced. (space-infix-ops)
(#441) Operator '*' must be spaced. (space-infix-ops)
(#441) Missing whitespace after semicolon. (semi-spacing)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#441) Operator '+' must be spaced. (space-infix-ops)
(#441) Operator '/' must be spaced. (space-infix-ops)
(#441) Missing whitespace after semicolon. (semi-spacing)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#441) Operator '*' must be spaced. (space-infix-ops)
(#442) This line has a length of 506. Maximum allowed is 132. (max-len)
(#442) Operator '/' must be spaced. (space-infix-ops)
(#442) Missing whitespace after semicolon. (semi-spacing)
(#442) Operator '=' must be spaced. (space-infix-ops)
(#442) Missing whitespace after semicolon. (semi-spacing)
(#442) This line has 22 statements. Maximum allowed is 2. (max-statements-per-line)
(#442) Operator '=' must be spaced. (space-infix-ops)
(#442) Missing whitespace after semicolon. (semi-spacing)
(#442) Operator '=' must be spaced. (space-infix-ops)
(#442) A space is required after ','. (comma-spacing)
(#442) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#442) Operator '=' must be spaced. (space-infix-ops)
(#442) Missing whitespace after semicolon. (semi-spacing)
(#442) Operator '-=' must be spaced. (space-infix-ops)
(#442) Operator '*' must be spaced. (space-infix-ops)
(#442) Missing whitespace after semicolon. (semi-spacing)
(#442) Operator '+=' must be spaced. (space-infix-ops)
(#442) Operator '*' must be spaced. (space-infix-ops)
(#442) Missing whitespace after semicolon. (semi-spacing)
(#442) Operator '=' must be spaced. (space-infix-ops)
(#442) A space is required after ','. (comma-spacing)
(#442) Missing whitespace after semicolon. (semi-spacing)
(#442) Operator '=' must be spaced. (space-infix-ops)
(#442) A space is required after ','. (comma-spacing)
(#442) Operator '/' must be spaced. (space-infix-ops)
(#442) Missing whitespace after semicolon. (semi-spacing)
(#442) Operator '-=' must be spaced. (space-infix-ops)
(#442) Operator '*' must be spaced. (space-infix-ops)
(#442) Missing whitespace after semicolon. (semi-spacing)
(#442) Operator '+=' must be spaced. (space-infix-ops)
(#442) Operator '*' must be spaced. (space-infix-ops)
(#442) Missing whitespace after semicolon. (semi-spacing)
(#442) Operator '-=' must be spaced. (space-infix-ops)
(#442) Operator '*' must be spaced. (space-infix-ops)
(#442) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#442) Operator '*' must be spaced. (space-infix-ops)
(#442) Operator '+' must be spaced. (space-infix-ops)
(#442) Missing whitespace after semicolon. (semi-spacing)
(#442) Operator '+=' must be spaced. (space-infix-ops)
(#442) Operator '*' must be spaced. (space-infix-ops)
(#442) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#442) Operator '*' must be spaced. (space-infix-ops)
(#442) Operator '+' must be spaced. (space-infix-ops)
(#442) Missing whitespace after semicolon. (semi-spacing)
(#442) Operator '=' must be spaced. (space-infix-ops)
(#442) Operator '-' must be spaced. (space-infix-ops)
(#442) Operator '*' must be spaced. (space-infix-ops)
(#442) Operator '*' must be spaced. (space-infix-ops)
(#442) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#442) Missing whitespace after semicolon. (semi-spacing)
(#442) Operator '=' must be spaced. (space-infix-ops)
(#442) Operator '+' must be spaced. (space-infix-ops)
(#442) Operator '*' must be spaced. (space-infix-ops)
(#442) Operator '*' must be spaced. (space-infix-ops)
(#442) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#442) Missing whitespace after semicolon. (semi-spacing)
(#442) Operator '=' must be spaced. (space-infix-ops)
(#442) Operator '+' must be spaced. (space-infix-ops)
(#442) Operator '*' must be spaced. (space-infix-ops)
(#442) Operator '/' must be spaced. (space-infix-ops)
(#442) Operator '-' must be spaced. (space-infix-ops)
(#442) Operator '*' must be spaced. (space-infix-ops)
(#442) A space is required after ','. (comma-spacing)
(#442) Operator '-' must be spaced. (space-infix-ops)
(#442) Operator '*' must be spaced. (space-infix-ops)
(#442) Operator '/' must be spaced. (space-infix-ops)
(#442) Operator '+' must be spaced. (space-infix-ops)
(#442) Operator '*' must be spaced. (space-infix-ops)
(#442) Missing whitespace after semicolon. (semi-spacing)
(#442) Operator '=' must be spaced. (space-infix-ops)
(#442) Operator '-' must be spaced. (space-infix-ops)
(#442) Operator '*' must be spaced. (space-infix-ops)
(#442) Operator '/' must be spaced. (space-infix-ops)
(#442) Operator '-' must be spaced. (space-infix-ops)
(#442) Operator '*' must be spaced. (space-infix-ops)
(#442) A space is required after ','. (comma-spacing)
(#442) Operator '+' must be spaced. (space-infix-ops)
(#442) Operator '*' must be spaced. (space-infix-ops)
(#442) Operator '/' must be spaced. (space-infix-ops)
(#442) Operator '+' must be spaced. (space-infix-ops)
(#442) Operator '*' must be spaced. (space-infix-ops)
(#442) Missing whitespace after semicolon. (semi-spacing)
(#442) Operator '=' must be spaced. (space-infix-ops)
(#442) Operator '=' must be spaced. (space-infix-ops)
(#442) Missing whitespace after semicolon. (semi-spacing)
(#442) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#442) Operator '===' must be spaced. (space-infix-ops)
(#442) Operator '&&' must be spaced. (space-infix-ops)
(#442) Operator '>' must be spaced. (space-infix-ops)
(#442) Operator '?' must be spaced. (space-infix-ops)
(#442) Operator '=' must be spaced. (space-infix-ops)
(#442) Operator ':' must be spaced. (space-infix-ops)
(#442) Operator '=' must be spaced. (space-infix-ops)
(#442) Missing whitespace after semicolon. (semi-spacing)
(#442) Missing whitespace after semicolon. (semi-spacing)
(#442) A space is required after ','. (comma-spacing)
(#442) Missing whitespace after semicolon. (semi-spacing)
(#442) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#442) Operator '&&' must be spaced. (space-infix-ops)
(#442) A space is required after ','. (comma-spacing)
(#442) Missing whitespace after semicolon. (semi-spacing)
(#443) This line has a length of 501. Maximum allowed is 132. (max-len)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#443) Operator '&&' must be spaced. (space-infix-ops)
(#443) A space is required after ','. (comma-spacing)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) This line has 21 statements. Maximum allowed is 2. (max-statements-per-line)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) A space is required after ','. (comma-spacing)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) A space is required after ','. (comma-spacing)
(#443) A space is required after ','. (comma-spacing)
(#443) A space is required after ','. (comma-spacing)
(#443) A space is required after ','. (comma-spacing)
(#443) A space is required after ','. (comma-spacing)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) A space is required after ','. (comma-spacing)
(#443) A space is required after ','. (comma-spacing)
(#443) A space is required after ','. (comma-spacing)
(#443) Requires a space before '}'. (block-spacing)
(#443) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#443) Missing semicolon. (semi)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Operator '=' must be spaced. (space-infix-ops)
(#443) A space is required after ','. (comma-spacing)
(#443) A space is required after ','. (comma-spacing)
(#443) Requires a space after '{'. (block-spacing)
(#443) Statement inside of curly braces should be on next line. (brace-style)
(#443) Missing space before opening brace. (space-before-blocks)
(#443) Operator '=' must be spaced. (space-infix-ops)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Operator '=' must be spaced. (space-infix-ops)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Operator '=' must be spaced. (space-infix-ops)
(#443) Operator '?' must be spaced. (space-infix-ops)
(#443) Operator ':' must be spaced. (space-infix-ops)
(#443) Requires a space before '}'. (block-spacing)
(#443) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#443) Missing semicolon. (semi)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Operator '=' must be spaced. (space-infix-ops)
(#443) Operator '=' must be spaced. (space-infix-ops)
(#443) Missing '()' invoking a constructor. (new-parens)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Operator '=' must be spaced. (space-infix-ops)
(#443) A space is required after ','. (comma-spacing)
(#443) Requires a space after '{'. (block-spacing)
(#443) Statement inside of curly braces should be on next line. (brace-style)
(#443) Missing space before opening brace. (space-before-blocks)
(#443) Expected space(s) after "if". (keyword-spacing)
(#443) Requires a space after '{'. (block-spacing)
(#443) Statement inside of curly braces should be on next line. (brace-style)
(#443) Missing space before opening brace. (space-before-blocks)
(#443) Operator '=' must be spaced. (space-infix-ops)
(#443) Operator '?' must be spaced. (space-infix-ops)
(#443) A space is required after ','. (comma-spacing)
(#443) Operator ':' must be spaced. (space-infix-ops)
(#443) A space is required after ','. (comma-spacing)
(#443) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#443) Operator '=' must be spaced. (space-infix-ops)
(#443) Operator '?' must be spaced. (space-infix-ops)
(#443) A space is required after ','. (comma-spacing)
(#443) Operator ':' must be spaced. (space-infix-ops)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Operator '=' must be spaced. (space-infix-ops)
(#443) A space is required after ','. (comma-spacing)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Operator '=' must be spaced. (space-infix-ops)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Expected space(s) after "for". (keyword-spacing)
(#443) Operator '=' must be spaced. (space-infix-ops)
(#444) This line has a length of 512. Maximum allowed is 132. (max-len)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Operator '<' must be spaced. (space-infix-ops)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Requires a space after '{'. (block-spacing)
(#444) Statement inside of curly braces should be on next line. (brace-style)
(#444) Missing space before opening brace. (space-before-blocks)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#444) A space is required after ','. (comma-spacing)
(#444) A space is required after ','. (comma-spacing)
(#444) A space is required after ','. (comma-spacing)
(#444) Operator '===' must be spaced. (space-infix-ops)
(#444) Requires a space before '}'. (block-spacing)
(#444) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#444) Missing semicolon. (semi)
(#444) Requires a space before '}'. (block-spacing)
(#444) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#444) Requires a space before '}'. (block-spacing)
(#444) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) A space is required after ','. (comma-spacing)
(#444) Requires a space after '{'. (block-spacing)
(#444) Statement inside of curly braces should be on next line. (brace-style)
(#444) Missing space before opening brace. (space-before-blocks)
(#444) Expected space(s) after "if". (keyword-spacing)
(#444) Operator '&&' must be spaced. (space-infix-ops)
(#444) Requires a space after '{'. (block-spacing)
(#444) Statement inside of curly braces should be on next line. (brace-style)
(#444) Missing space before opening brace. (space-before-blocks)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Expected space(s) after "for". (keyword-spacing)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) Operator '?' must be spaced. (space-infix-ops)
(#444) A space is required after ','. (comma-spacing)
(#444) Operator ':' must be spaced. (space-infix-ops)
(#444) A space is required after ','. (comma-spacing)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) Operator '?' must be spaced. (space-infix-ops)
(#444) A space is required after ','. (comma-spacing)
(#444) Operator ':' must be spaced. (space-infix-ops)
(#444) A space is required after ','. (comma-spacing)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) A space is required after ','. (comma-spacing)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) A space is required after ','. (comma-spacing)
(#444) A space is required after ','. (comma-spacing)
(#444) A space is required after ','. (comma-spacing)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) A space is required after ','. (comma-spacing)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) A space is required after ','. (comma-spacing)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Operator '<' must be spaced. (space-infix-ops)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Expected { after 'for' condition. (curly)
(#444) Expected space(s) before "for". (keyword-spacing)
(#444) Expected space(s) after "for". (keyword-spacing)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) A space is required after ','. (comma-spacing)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Operator '<' must be spaced. (space-infix-ops)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Requires a space after '{'. (block-spacing)
(#444) Statement inside of curly braces should be on next line. (brace-style)
(#444) Missing space before opening brace. (space-before-blocks)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#445) This line has a length of 502. Maximum allowed is 132. (max-len)
(#445) Operator '+' must be spaced. (space-infix-ops)
(#445) Operator '*' must be spaced. (space-infix-ops)
(#445) A space is required after ','. (comma-spacing)
(#445) Operator '-' must be spaced. (space-infix-ops)
(#445) Operator '*' must be spaced. (space-infix-ops)
(#445) A space is required after ','. (comma-spacing)
(#445) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) Operator '+' must be spaced. (space-infix-ops)
(#445) Operator '*' must be spaced. (space-infix-ops)
(#445) A space is required after ','. (comma-spacing)
(#445) Operator '-' must be spaced. (space-infix-ops)
(#445) Operator '*' must be spaced. (space-infix-ops)
(#445) A space is required after ','. (comma-spacing)
(#445) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) Missing whitespace after semicolon. (semi-spacing)
(#445) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#445) Operator '<' must be spaced. (space-infix-ops)
(#445) Operator '&&' must be spaced. (space-infix-ops)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) A space is required after ','. (comma-spacing)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) A space is required after ','. (comma-spacing)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) Requires a space before '}'. (block-spacing)
(#445) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#445) Missing semicolon. (semi)
(#445) Expected space(s) before "this". (keyword-spacing)
(#445) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) Missing whitespace after semicolon. (semi-spacing)
(#445) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#445) Operator '===' must be spaced. (space-infix-ops)
(#445) Operator '?' must be spaced. (space-infix-ops)
(#445) 'H' used outside of binding context. (block-scoped-var)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) 'm' used outside of binding context. (block-scoped-var)
(#445) 'p' used outside of binding context. (block-scoped-var)
(#445) Operator '/' must be spaced. (space-infix-ops)
(#445) A space is required after ','. (comma-spacing)
(#445) 'r' used outside of binding context. (block-scoped-var)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) 'm' used outside of binding context. (block-scoped-var)
(#445) 'p' used outside of binding context. (block-scoped-var)
(#445) A space is required after ','. (comma-spacing)
(#445) 'l' used outside of binding context. (block-scoped-var)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) 'r' used outside of binding context. (block-scoped-var)
(#445) Operator '+' must be spaced. (space-infix-ops)
(#445) Operator '/' must be spaced. (space-infix-ops)
(#445) A space is required after ','. (comma-spacing)
(#445) 'a' used outside of binding context. (block-scoped-var)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) 'r' used outside of binding context. (block-scoped-var)
(#445) A space is required after ','. (comma-spacing)
(#445) 'f' used outside of binding context. (block-scoped-var)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) 'r' used outside of binding context. (block-scoped-var)
(#445) A space is required after ','. (comma-spacing)
(#445) 'r' used outside of binding context. (block-scoped-var)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) 'm' used outside of binding context. (block-scoped-var)
(#445) Operator '+' must be spaced. (space-infix-ops)
(#445) 'H' used outside of binding context. (block-scoped-var)
(#445) Operator '-' must be spaced. (space-infix-ops)
(#445) Operator '*' must be spaced. (space-infix-ops)
(#445) 'a' used outside of binding context. (block-scoped-var)
(#445) A space is required after ','. (comma-spacing)
(#445) 'm' used outside of binding context. (block-scoped-var)
(#445) Operator '-' must be spaced. (space-infix-ops)
(#445) 'H' used outside of binding context. (block-scoped-var)
(#445) Operator '-' must be spaced. (space-infix-ops)
(#445) Operator '*' must be spaced. (space-infix-ops)
(#445) 'f' used outside of binding context. (block-scoped-var)
(#445) A space is required after ','. (comma-spacing)
(#445) 'A' used outside of binding context. (block-scoped-var)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) 'r' used outside of binding context. (block-scoped-var)
(#445) Operator '+' must be spaced. (space-infix-ops)
(#445) Operator '*' must be spaced. (space-infix-ops)
(#445) 'l' used outside of binding context. (block-scoped-var)
(#445) Operator '+' must be spaced. (space-infix-ops)
(#445) Operator '/' must be spaced. (space-infix-ops)
(#445) A space is required after ','. (comma-spacing)
(#445) 'r' used outside of binding context. (block-scoped-var)
(#445) Operator '-' must be spaced. (space-infix-ops)
(#445) Operator '*' must be spaced. (space-infix-ops)
(#445) 'l' used outside of binding context. (block-scoped-var)
(#445) Operator '+' must be spaced. (space-infix-ops)
(#445) Operator '/' must be spaced. (space-infix-ops)
(#445) A space is required after ','. (comma-spacing)
(#445) 'H' used outside of binding context. (block-scoped-var)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) 'm' used outside of binding context. (block-scoped-var)
(#445) Operator '+' must be spaced. (space-infix-ops)
(#445) 'H' used outside of binding context. (block-scoped-var)
(#445) Operator '+' must be spaced. (space-infix-ops)
(#445) Operator '*' must be spaced. (space-infix-ops)
(#445) 'a' used outside of binding context. (block-scoped-var)
(#445) A space is required after ','. (comma-spacing)
(#445) 'm' used outside of binding context. (block-scoped-var)
(#445) Operator '-' must be spaced. (space-infix-ops)
(#445) 'H' used outside of binding context. (block-scoped-var)
(#445) Operator '+' must be spaced. (space-infix-ops)
(#445) Operator '*' must be spaced. (space-infix-ops)
(#445) 'f' used outside of binding context. (block-scoped-var)
(#445) A space is required after ','. (comma-spacing)
(#445) 'l' used outside of binding context. (block-scoped-var)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) 'H' used outside of binding context. (block-scoped-var)
(#445) Operator '+' must be spaced. (space-infix-ops)
(#445) Operator '*' must be spaced. (space-infix-ops)
(#445) 'l' used outside of binding context. (block-scoped-var)
(#445) Operator '-' must be spaced. (space-infix-ops)
(#445) Operator '/' must be spaced. (space-infix-ops)
(#445) A space is required after ','. (comma-spacing)
(#445) 'H' used outside of binding context. (block-scoped-var)
(#445) Operator '-' must be spaced. (space-infix-ops)
(#445) Operator '*' must be spaced. (space-infix-ops)
(#445) 'l' used outside of binding context. (block-scoped-var)
(#445) Operator '-' must be spaced. (space-infix-ops)
(#445) Operator '/' must be spaced. (space-infix-ops)
(#445) A space is required after ','. (comma-spacing)
(#445) A space is required after ','. (comma-spacing)
(#445) A space is required after ','. (comma-spacing)
(#445) A space is required after ','. (comma-spacing)
(#445) 'r' used outside of binding context. (block-scoped-var)
(#445) A space is required after ','. (comma-spacing)
(#445) 'm' used outside of binding context. (block-scoped-var)
(#445) A space is required after ','. (comma-spacing)
(#445) 'y' used outside of binding context. (block-scoped-var)
(#445) A space is required after ','. (comma-spacing)
(#445) 'A' used outside of binding context. (block-scoped-var)
(#445) A space is required after ','. (comma-spacing)
(#445) 'r' used outside of binding context. (block-scoped-var)
(#445) A space is required after ','. (comma-spacing)
(#445) A space is required after ','. (comma-spacing)
(#445) A space is required after ','. (comma-spacing)
(#445) A space is required after ','. (comma-spacing)
(#445) A space is required after ','. (comma-spacing)
(#445) A space is required after ','. (comma-spacing)
(#445) 'H' used outside of binding context. (block-scoped-var)
(#445) A space is required after ','. (comma-spacing)
(#445) 'p' used outside of binding context. (block-scoped-var)
(#445) A space is required after ','. (comma-spacing)
(#445) 'x' used outside of binding context. (block-scoped-var)
(#445) A space is required after ','. (comma-spacing)
(#445) 'l' used outside of binding context. (block-scoped-var)
(#446) This line has a length of 525. Maximum allowed is 132. (max-len)
(#446) 'H' used outside of binding context. (block-scoped-var)
(#446) A space is required after ','. (comma-spacing)
(#446) A space is required after ','. (comma-spacing)
(#446) Operator ':' must be spaced. (space-infix-ops)
(#446) 'm' used outside of binding context. (block-scoped-var)
(#446) A space is required after ','. (comma-spacing)
(#446) 'm' used outside of binding context. (block-scoped-var)
(#446) A space is required after ','. (comma-spacing)
(#446) 'y' used outside of binding context. (block-scoped-var)
(#446) A space is required after ','. (comma-spacing)
(#446) 'y' used outside of binding context. (block-scoped-var)
(#446) A space is required after ','. (comma-spacing)
(#446) 'p' used outside of binding context. (block-scoped-var)
(#446) A space is required after ','. (comma-spacing)
(#446) 'p' used outside of binding context. (block-scoped-var)
(#446) A space is required after ','. (comma-spacing)
(#446) 'x' used outside of binding context. (block-scoped-var)
(#446) A space is required after ','. (comma-spacing)
(#446) 'x' used outside of binding context. (block-scoped-var)
(#446) Operator '&&' must be spaced. (space-infix-ops)
(#446) 'l' used outside of binding context. (block-scoped-var)
(#446) Operator '=' must be spaced. (space-infix-ops)
(#446) 'y' used outside of binding context. (block-scoped-var)
(#446) A space is required after ','. (comma-spacing)
(#446) 'y' used outside of binding context. (block-scoped-var)
(#446) Operator '=' must be spaced. (space-infix-ops)
(#446) 'x' used outside of binding context. (block-scoped-var)
(#446) A space is required after ','. (comma-spacing)
(#446) 'x' used outside of binding context. (block-scoped-var)
(#446) Operator '=' must be spaced. (space-infix-ops)
(#446) 'l' used outside of binding context. (block-scoped-var)
(#446) A space is required after ','. (comma-spacing)
(#446) 'l' used outside of binding context. (block-scoped-var)
(#446) Operator '=' must be spaced. (space-infix-ops)
(#446) 'y' used outside of binding context. (block-scoped-var)
(#446) 'm' used outside of binding context. (block-scoped-var)
(#446) A space is required after ','. (comma-spacing)
(#446) 'r' used outside of binding context. (block-scoped-var)
(#446) Operator '=' must be spaced. (space-infix-ops)
(#446) 'x' used outside of binding context. (block-scoped-var)
(#446) 'p' used outside of binding context. (block-scoped-var)
(#446) A space is required after ','. (comma-spacing)
(#446) 'A' used outside of binding context. (block-scoped-var)
(#446) Operator '=' must be spaced. (space-infix-ops)
(#446) 'l' used outside of binding context. (block-scoped-var)
(#446) A space is required after ','. (comma-spacing)
(#446) 'r' used outside of binding context. (block-scoped-var)
(#446) Operator '-' must be spaced. (space-infix-ops)
(#446) 'l' used outside of binding context. (block-scoped-var)
(#446) A space is required after ','. (comma-spacing)
(#446) 'r' used outside of binding context. (block-scoped-var)
(#446) A space is required after ','. (comma-spacing)
(#446) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#446) Operator '>' must be spaced. (space-infix-ops)
(#446) 'A' used outside of binding context. (block-scoped-var)
(#446) Operator '-' must be spaced. (space-infix-ops)
(#446) Operator '&&' must be spaced. (space-infix-ops)
(#446) Operator '===' must be spaced. (space-infix-ops)
(#446) Operator '&&' must be spaced. (space-infix-ops)
(#446) 'l' used outside of binding context. (block-scoped-var)
(#446) Operator '+=' must be spaced. (space-infix-ops)
(#446) Operator '/' must be spaced. (space-infix-ops)
(#446) A space is required after ','. (comma-spacing)
(#446) 'r' used outside of binding context. (block-scoped-var)
(#446) Operator '-=' must be spaced. (space-infix-ops)
(#446) Operator '/' must be spaced. (space-infix-ops)
(#446) A space is required after ','. (comma-spacing)
(#446) 'y' used outside of binding context. (block-scoped-var)
(#446) Operator '=' must be spaced. (space-infix-ops)
(#446) 'm' used outside of binding context. (block-scoped-var)
(#446) Operator '+' must be spaced. (space-infix-ops)
(#446) Operator '*' must be spaced. (space-infix-ops)
(#446) 'l' used outside of binding context. (block-scoped-var)
(#446) Operator '+' must be spaced. (space-infix-ops)
(#446) A space is required after ','. (comma-spacing)
(#446) 'y' used outside of binding context. (block-scoped-var)
(#446) Operator '=' must be spaced. (space-infix-ops)
(#446) 'm' used outside of binding context. (block-scoped-var)
(#446) Operator '-' must be spaced. (space-infix-ops)
(#446) Operator '*' must be spaced. (space-infix-ops)
(#446) 'l' used outside of binding context. (block-scoped-var)
(#446) Operator '+' must be spaced. (space-infix-ops)
(#446) A space is required after ','. (comma-spacing)
(#446) 'x' used outside of binding context. (block-scoped-var)
(#446) Operator '=' must be spaced. (space-infix-ops)
(#446) 'p' used outside of binding context. (block-scoped-var)
(#446) Operator '+' must be spaced. (space-infix-ops)
(#446) Operator '*' must be spaced. (space-infix-ops)
(#446) 'r' used outside of binding context. (block-scoped-var)
(#446) Operator '+' must be spaced. (space-infix-ops)
(#446) A space is required after ','. (comma-spacing)
(#446) 'x' used outside of binding context. (block-scoped-var)
(#446) Operator '=' must be spaced. (space-infix-ops)
(#446) 'p' used outside of binding context. (block-scoped-var)
(#446) Operator '-' must be spaced. (space-infix-ops)
(#446) Operator '*' must be spaced. (space-infix-ops)
(#446) 'r' used outside of binding context. (block-scoped-var)
(#446) Operator '+' must be spaced. (space-infix-ops)
(#446) A space is required after ','. (comma-spacing)
(#446) A space is required after ','. (comma-spacing)
(#446) A space is required after ','. (comma-spacing)
(#446) A space is required after ','. (comma-spacing)
(#446) A space is required after ','. (comma-spacing)
(#446) 'm' used outside of binding context. (block-scoped-var)
(#446) A space is required after ','. (comma-spacing)
(#446) 'y' used outside of binding context. (block-scoped-var)
(#446) A space is required after ','. (comma-spacing)
(#446) 'x' used outside of binding context. (block-scoped-var)
(#446) A space is required after ','. (comma-spacing)
(#446) 'p' used outside of binding context. (block-scoped-var)
(#446) A space is required after ','. (comma-spacing)
(#446) A space is required after ','. (comma-spacing)
(#446) Requires a space before '}'. (block-spacing)
(#446) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#446) Missing semicolon. (semi)
(#446) Requires a space before '}'. (block-spacing)
(#446) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#446) Missing whitespace after semicolon. (semi-spacing)
(#446) Operator '=' must be spaced. (space-infix-ops)
(#446) Requires a space after '{'. (block-spacing)
(#446) Statement inside of curly braces should be on next line. (brace-style)
(#446) Missing space before opening brace. (space-before-blocks)
(#446) Expected space(s) after "return". (keyword-spacing)
(#446) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#446) Requires a space before '}'. (block-spacing)
(#446) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#446) Missing semicolon. (semi)
(#446) Missing whitespace after semicolon. (semi-spacing)
(#446) Operator '=' must be spaced. (space-infix-ops)
(#446) A space is required after ','. (comma-spacing)
(#446) Requires a space after '{'. (block-spacing)
(#446) Statement inside of curly braces should be on next line. (brace-style)
(#446) Missing space before opening brace. (space-before-blocks)
(#446) Expected space(s) after "for". (keyword-spacing)
(#446) Operator '=' must be spaced. (space-infix-ops)
(#446) A space is required after ','. (comma-spacing)
(#446) Operator '=' must be spaced. (space-infix-ops)
(#446) Missing whitespace after semicolon. (semi-spacing)
(#446) Operator '<' must be spaced. (space-infix-ops)
(#446) Missing whitespace after semicolon. (semi-spacing)
(#446) Expected { after 'for' condition. (curly)
(#446) Expected space(s) before "if". (keyword-spacing)
(#446) Expected space(s) after "if". (keyword-spacing)
(#446) A space is required after ','. (comma-spacing)
(#446) Operator '<' must be spaced. (space-infix-ops)
(#447) Expected { after 'if' condition. (curly)
(#447) Expected space(s) before "return". (keyword-spacing)
(#447) Expected space(s) after "return". (keyword-spacing)
(#447) Missing whitespace after semicolon. (semi-spacing)
(#447) Expected space(s) after "return". (keyword-spacing)
(#447) Requires a space before '}'. (block-spacing)
(#447) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#447) Missing semicolon. (semi)
(#447) Requires a space before '}'. (block-spacing)
(#447) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#447) Missing semicolon. (semi)
(#447) A space is required after ','. (comma-spacing)
(#447) A space is required after ','. (comma-spacing)
(#447) A space is required after ','. (comma-spacing)
(#447) A space is required after ','. (comma-spacing)
(#448) This line has a length of 504. Maximum allowed is 132. (max-len)
(#448) A space is required after ','. (comma-spacing)
(#448) A space is required after ','. (comma-spacing)
(#448) A space is required after ','. (comma-spacing)
(#448) A space is required after ','. (comma-spacing)
(#448) 'k' is defined but never used. (no-unused-vars)
(#448) Requires a space after '{'. (block-spacing)
(#448) Statement inside of curly braces should be on next line. (brace-style)
(#448) Missing space before opening brace. (space-before-blocks)
(#448) Operator '=' must be spaced. (space-infix-ops)
(#448) Missing '()' invoking a constructor. (new-parens)
(#448) Missing whitespace after semicolon. (semi-spacing)
(#448) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#448) Operator '=' must be spaced. (space-infix-ops)
(#448) A space is required after ','. (comma-spacing)
(#448) Requires a space after '{'. (block-spacing)
(#448) Statement inside of curly braces should be on next line. (brace-style)
(#448) Missing space before opening brace. (space-before-blocks)
(#448) Operator '=' must be spaced. (space-infix-ops)
(#448) A space is required after ','. (comma-spacing)
(#448) A space is required after ','. (comma-spacing)
(#448) Missing whitespace after semicolon. (semi-spacing)
(#448) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#448) Missing whitespace after semicolon. (semi-spacing)
(#448) Operator '=' must be spaced. (space-infix-ops)
(#448) Missing whitespace after semicolon. (semi-spacing)
(#448) Operator '=' must be spaced. (space-infix-ops)
(#448) Requires a space before '}'. (block-spacing)
(#448) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#448) Missing semicolon. (semi)
(#448) Missing whitespace after semicolon. (semi-spacing)
(#448) Operator '=' must be spaced. (space-infix-ops)
(#448) Operator '=' must be spaced. (space-infix-ops)
(#448) Missing '()' invoking a constructor. (new-parens)
(#448) Missing whitespace after semicolon. (semi-spacing)
(#448) Operator '=' must be spaced. (space-infix-ops)
(#448) A space is required after ','. (comma-spacing)
(#448) Requires a space after '{'. (block-spacing)
(#448) Statement inside of curly braces should be on next line. (brace-style)
(#448) Missing space before opening brace. (space-before-blocks)
(#448) Expected space(s) after "if". (keyword-spacing)
(#448) Operator '||' must be spaced. (space-infix-ops)
(#448) Requires a space after '{'. (block-spacing)
(#448) Statement inside of curly braces should be on next line. (brace-style)
(#448) Missing space before opening brace. (space-before-blocks)
(#448) Operator '=' must be spaced. (space-infix-ops)
(#448) Operator '?' must be spaced. (space-infix-ops)
(#448) Operator ':' must be spaced. (space-infix-ops)
(#448) Missing whitespace after semicolon. (semi-spacing)
(#448) Operator '=' must be spaced. (space-infix-ops)
(#448) Missing whitespace after semicolon. (semi-spacing)
(#448) Expected space(s) after "if". (keyword-spacing)
(#448) Requires a space after '{'. (block-spacing)
(#448) Statement inside of curly braces should be on next line. (brace-style)
(#448) Missing space before opening brace. (space-before-blocks)
(#448) Operator '=' must be spaced. (space-infix-ops)
(#448) Operator '*' must be spaced. (space-infix-ops)
(#448) A space is required after ','. (comma-spacing)
(#448) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#448) Operator '=' must be spaced. (space-infix-ops)
(#448) Operator '+' must be spaced. (space-infix-ops)
(#448) Operator '/' must be spaced. (space-infix-ops)
(#448) Operator '%' must be spaced. (space-infix-ops)
(#448) Missing whitespace after semicolon. (semi-spacing)
(#448) Operator '=' must be spaced. (space-infix-ops)
(#448) Operator '?' must be spaced. (space-infix-ops)
(#448) Operator ':' must be spaced. (space-infix-ops)
(#448) Missing whitespace after semicolon. (semi-spacing)
(#448) Missing whitespace after semicolon. (semi-spacing)
(#448) Operator '=' must be spaced. (space-infix-ops)
(#448) Operator '+' must be spaced. (space-infix-ops)
(#448) Operator '%' must be spaced. (space-infix-ops)
(#448) Missing whitespace after semicolon. (semi-spacing)
(#448) Operator '%=' must be spaced. (space-infix-ops)
(#448) Operator '*' must be spaced. (space-infix-ops)
(#449) This line has a length of 510. Maximum allowed is 132. (max-len)
(#449) A space is required after ','. (comma-spacing)
(#449) A space is required after ','. (comma-spacing)
(#449) A space is required after ','. (comma-spacing)
(#449) A space is required after ','. (comma-spacing)
(#449) A space is required after ','. (comma-spacing)
(#449) Missing whitespace after semicolon. (semi-spacing)
(#449) Missing whitespace after semicolon. (semi-spacing)
(#449) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#449) Missing whitespace after semicolon. (semi-spacing)
(#449) Operator '+=' must be spaced. (space-infix-ops)
(#449) Missing whitespace after semicolon. (semi-spacing)
(#449) Operator '=' must be spaced. (space-infix-ops)
(#449) Operator '+' must be spaced. (space-infix-ops)
(#449) Operator '%' must be spaced. (space-infix-ops)
(#449) Missing whitespace after semicolon. (semi-spacing)
(#449) A space is required after ','. (comma-spacing)
(#449) A space is required after ','. (comma-spacing)
(#449) A space is required after ','. (comma-spacing)
(#449) A space is required after ','. (comma-spacing)
(#449) A space is required after ','. (comma-spacing)
(#449) Requires a space before '}'. (block-spacing)
(#449) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#449) Missing semicolon. (semi)
(#449) Expected space(s) before "else". (keyword-spacing)
(#449) Expected { after 'else'. (curly)
(#449) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#449) Unexpected use of comma operator. (no-sequences)
(#449) A space is required after ','. (comma-spacing)
(#449) A space is required after ','. (comma-spacing)
(#449) A space is required after ','. (comma-spacing)
(#449) A space is required after ','. (comma-spacing)
(#449) A space is required after ','. (comma-spacing)
(#449) Operator '*' must be spaced. (space-infix-ops)
(#449) A space is required after ','. (comma-spacing)
(#449) Missing whitespace after semicolon. (semi-spacing)
(#449) Requires a space before '}'. (block-spacing)
(#449) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#449) Missing semicolon. (semi)
(#449) Requires a space before '}'. (block-spacing)
(#449) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#449) Missing whitespace after semicolon. (semi-spacing)
(#449) Operator '=' must be spaced. (space-infix-ops)
(#449) A space is required after ','. (comma-spacing)
(#449) Requires a space after '{'. (block-spacing)
(#449) Statement inside of curly braces should be on next line. (brace-style)
(#449) Missing space before opening brace. (space-before-blocks)
(#449) Operator '=' must be spaced. (space-infix-ops)
(#449) Operator '?' must be spaced. (space-infix-ops)
(#449) Operator ':' must be spaced. (space-infix-ops)
(#449) Missing whitespace after semicolon. (semi-spacing)
(#449) Operator '=' must be spaced. (space-infix-ops)
(#449) Missing whitespace after semicolon. (semi-spacing)
(#449) Operator '=' must be spaced. (space-infix-ops)
(#449) Operator '/' must be spaced. (space-infix-ops)
(#449) Missing whitespace after semicolon. (semi-spacing)
(#449) Missing whitespace after semicolon. (semi-spacing)
(#449) A space is required after ','. (comma-spacing)
(#449) Operator '-' must be spaced. (space-infix-ops)
(#449) Missing whitespace after semicolon. (semi-spacing)
(#449) A space is required after ','. (comma-spacing)
(#449) Operator '+' must be spaced. (space-infix-ops)
(#449) Missing whitespace after semicolon. (semi-spacing)
(#449) Operator '-' must be spaced. (space-infix-ops)
(#449) Operator '*' must be spaced. (space-infix-ops)
(#449) A space is required after ','. (comma-spacing)
(#449) Operator '-' must be spaced. (space-infix-ops)
(#449) Missing whitespace after semicolon. (semi-spacing)
(#449) Operator '+' must be spaced. (space-infix-ops)
(#450) This line has a length of 503. Maximum allowed is 132. (max-len)
(#450) Operator '*' must be spaced. (space-infix-ops)
(#450) A space is required after ','. (comma-spacing)
(#450) Operator '+' must be spaced. (space-infix-ops)
(#450) Missing whitespace after semicolon. (semi-spacing)
(#450) Operator '-' must be spaced. (space-infix-ops)
(#450) Operator '*' must be spaced. (space-infix-ops)
(#450) A space is required after ','. (comma-spacing)
(#450) Operator '+' must be spaced. (space-infix-ops)
(#450) Missing whitespace after semicolon. (semi-spacing)
(#450) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#450) Operator '+' must be spaced. (space-infix-ops)
(#450) Operator '*' must be spaced. (space-infix-ops)
(#450) A space is required after ','. (comma-spacing)
(#450) Operator '-' must be spaced. (space-infix-ops)
(#450) Missing whitespace after semicolon. (semi-spacing)
(#450) Missing whitespace after semicolon. (semi-spacing)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#450) Missing whitespace after semicolon. (semi-spacing)
(#450) Missing space before value for key 'x'. (key-spacing)
(#450) Operator '-' must be spaced. (space-infix-ops)
(#450) A space is required after ','. (comma-spacing)
(#450) Missing space before value for key 'y'. (key-spacing)
(#450) Operator '-' must be spaced. (space-infix-ops)
(#450) A space is required after ','. (comma-spacing)
(#450) Missing space before value for key 'w'. (key-spacing)
(#450) A space is required after ','. (comma-spacing)
(#450) Missing space before value for key 'h'. (key-spacing)
(#450) Missing whitespace after semicolon. (semi-spacing)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#450) Missing whitespace after semicolon. (semi-spacing)
(#450) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#450) Operator '&&' must be spaced. (space-infix-ops)
(#450) Identifier 'bonds_color' is not in camel case. (camelcase)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#450) Missing whitespace after semicolon. (semi-spacing)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#450) Missing whitespace after semicolon. (semi-spacing)
(#450) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#450) Operator '&&' must be spaced. (space-infix-ops)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#450) A space is required after ','. (comma-spacing)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#450) A space is required after ','. (comma-spacing)
(#450) A space is required after ','. (comma-spacing)
(#450) Missing whitespace after semicolon. (semi-spacing)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#450) Missing whitespace after semicolon. (semi-spacing)
(#450) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#450) Operator '||' must be spaced. (space-infix-ops)
(#450) Identifier 'bonds_color' is not in camel case. (camelcase)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#450) Missing whitespace after semicolon. (semi-spacing)
(#450) Expected space(s) after "for". (keyword-spacing)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#450) A space is required after ','. (comma-spacing)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#450) Missing whitespace after semicolon. (semi-spacing)
(#450) Operator '<' must be spaced. (space-infix-ops)
(#450) Missing whitespace after semicolon. (semi-spacing)
(#450) Expected { after 'for' condition. (curly)
(#450) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#451) This line has a length of 199. Maximum allowed is 132. (max-len)
(#451) Unexpected use of comma operator. (no-sequences)
(#451) A space is required after ','. (comma-spacing)
(#451) A space is required after ','. (comma-spacing)
(#451) Missing whitespace after semicolon. (semi-spacing)
(#451) Identifier 'bonds_color' is not in camel case. (camelcase)
(#451) Operator '=' must be spaced. (space-infix-ops)
(#451) Requires a space before '}'. (block-spacing)
(#451) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#451) Missing semicolon. (semi)
(#451) Missing whitespace after semicolon. (semi-spacing)
(#451) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#451) Operator '=' must be spaced. (space-infix-ops)
(#451) Requires a space after '{'. (block-spacing)
(#451) Statement inside of curly braces should be on next line. (brace-style)
(#451) Missing space before opening brace. (space-before-blocks)
(#451) Expected space(s) after "return". (keyword-spacing)
(#451) Requires a space before '}'. (block-spacing)
(#451) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#451) Missing semicolon. (semi)
(#451) Missing whitespace after semicolon. (semi-spacing)
(#451) Operator '=' must be spaced. (space-infix-ops)
(#451) 'd' is defined but never used. (no-unused-vars)
(#451) A space is required after ','. (comma-spacing)
(#451) 'c' is defined but never used. (no-unused-vars)
(#451) Requires a space after '{'. (block-spacing)
(#451) Statement inside of curly braces should be on next line. (brace-style)
(#451) Missing space before opening brace. (space-before-blocks)
(#451) Expected space(s) after "return". (keyword-spacing)
(#451) Requires a space before '}'. (block-spacing)
(#451) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#451) Missing semicolon. (semi)
(#451) Requires a space before '}'. (block-spacing)
(#451) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#451) Missing semicolon. (semi)
(#451) A space is required after ','. (comma-spacing)
(#451) A space is required after ','. (comma-spacing)
(#451) A space is required after ','. (comma-spacing)
(#452) This line has a length of 514. Maximum allowed is 132. (max-len)
(#452) A space is required after ','. (comma-spacing)
(#452) 'E' is defined but never used. (no-unused-vars)
(#452) A space is required after ','. (comma-spacing)
(#452) 'w' is defined but never used. (no-unused-vars)
(#452) Requires a space after '{'. (block-spacing)
(#452) Statement inside of curly braces should be on next line. (brace-style)
(#452) Missing space before opening brace. (space-before-blocks)
(#452) Operator '=' must be spaced. (space-infix-ops)
(#452) Unexpected empty function. (no-empty-function)
(#452) Missing space before opening brace. (space-before-blocks)
(#452) Missing whitespace after semicolon. (semi-spacing)
(#452) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#452) Operator '=' must be spaced. (space-infix-ops)
(#452) Missing whitespace after semicolon. (semi-spacing)
(#452) Operator '=' must be spaced. (space-infix-ops)
(#452) A space is required after ','. (comma-spacing)
(#452) A space is required after ','. (comma-spacing)
(#452) Requires a space after '{'. (block-spacing)
(#452) Statement inside of curly braces should be on next line. (brace-style)
(#452) Missing space before opening brace. (space-before-blocks)
(#452) Operator '=' must be spaced. (space-infix-ops)
(#452) Missing whitespace after semicolon. (semi-spacing)
(#452) Operator '=' must be spaced. (space-infix-ops)
(#452) Missing whitespace after semicolon. (semi-spacing)
(#452) Operator '=' must be spaced. (space-infix-ops)
(#452) Requires a space before '}'. (block-spacing)
(#452) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#452) Missing semicolon. (semi)
(#452) Missing whitespace after semicolon. (semi-spacing)
(#452) Operator '=' must be spaced. (space-infix-ops)
(#452) Requires a space after '{'. (block-spacing)
(#452) Statement inside of curly braces should be on next line. (brace-style)
(#452) Missing space before opening brace. (space-before-blocks)
(#452) Operator '=' must be spaced. (space-infix-ops)
(#452) Missing whitespace after semicolon. (semi-spacing)
(#452) A space is required after ','. (comma-spacing)
(#452) Missing whitespace after semicolon. (semi-spacing)
(#452) A space is required after ','. (comma-spacing)
(#452) 'Float32Array' is not defined. (no-undef)
(#452) A space is required after ','. (comma-spacing)
(#452) Missing whitespace after semicolon. (semi-spacing)
(#452) Operator '=' must be spaced. (space-infix-ops)
(#452) Missing whitespace after semicolon. (semi-spacing)
(#452) Operator '=' must be spaced. (space-infix-ops)
(#452) Operator '/' must be spaced. (space-infix-ops)
(#452) Missing whitespace after semicolon. (semi-spacing)
(#452) Operator '=' must be spaced. (space-infix-ops)
(#452) Missing whitespace after semicolon. (semi-spacing)
(#453) This line has a length of 513. Maximum allowed is 132. (max-len)
(#453) Missing whitespace after semicolon. (semi-spacing)
(#453) A space is required after ','. (comma-spacing)
(#453) 'Float32Array' is not defined. (no-undef)
(#453) A space is required after ','. (comma-spacing)
(#453) Missing whitespace after semicolon. (semi-spacing)
(#453) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#453) Operator '=' must be spaced. (space-infix-ops)
(#453) Missing whitespace after semicolon. (semi-spacing)
(#453) Operator '=' must be spaced. (space-infix-ops)
(#453) Operator '/' must be spaced. (space-infix-ops)
(#453) Missing whitespace after semicolon. (semi-spacing)
(#453) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#453) Operator '&&' must be spaced. (space-infix-ops)
(#453) Operator '=' must be spaced. (space-infix-ops)
(#453) A space is required after ','. (comma-spacing)
(#453) A space is required after ','. (comma-spacing)
(#453) A space is required after ','. (comma-spacing)
(#453) A space is required after ','. (comma-spacing)
(#453) 'Uint16Array' is not defined. (no-undef)
(#453) A space is required after ','. (comma-spacing)
(#453) A space is required after ','. (comma-spacing)
(#453) Operator '=' must be spaced. (space-infix-ops)
(#453) A space is required after ','. (comma-spacing)
(#453) Operator '=' must be spaced. (space-infix-ops)
(#453) Missing whitespace after semicolon. (semi-spacing)
(#453) Expected space(s) after "if". (keyword-spacing)
(#453) Expected { after 'if' condition. (curly)
(#453) Expected space(s) before "for". (keyword-spacing)
(#453) Expected space(s) after "for". (keyword-spacing)
(#453) Operator '=' must be spaced. (space-infix-ops)
(#454) This line has a length of 509. Maximum allowed is 132. (max-len)
(#454) A space is required after ','. (comma-spacing)
(#454) Operator '=' must be spaced. (space-infix-ops)
(#454) Missing whitespace after semicolon. (semi-spacing)
(#454) Operator '<' must be spaced. (space-infix-ops)
(#454) Missing whitespace after semicolon. (semi-spacing)
(#454) Requires a space after '{'. (block-spacing)
(#454) Statement inside of curly braces should be on next line. (brace-style)
(#454) Missing space before opening brace. (space-before-blocks)
(#454) Operator '=' must be spaced. (space-infix-ops)
(#454) A space is required after ','. (comma-spacing)
(#454) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#454) Operator '=' must be spaced. (space-infix-ops)
(#454) A space is required after ','. (comma-spacing)
(#454) A space is required after ','. (comma-spacing)
(#454) A space is required after ','. (comma-spacing)
(#454) Missing whitespace after semicolon. (semi-spacing)
(#454) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#454) Operator '=' must be spaced. (space-infix-ops)
(#454) Missing whitespace after semicolon. (semi-spacing)
(#454) Operator '=' must be spaced. (space-infix-ops)
(#454) Missing whitespace after semicolon. (semi-spacing)
(#454) Operator '=' must be spaced. (space-infix-ops)
(#454) Requires a space before '}'. (block-spacing)
(#454) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#454) Missing semicolon. (semi)
(#454) Requires a space before '}'. (block-spacing)
(#454) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#454) Missing whitespace after semicolon. (semi-spacing)
(#454) Operator '=' must be spaced. (space-infix-ops)
(#454) A space is required after ','. (comma-spacing)
(#454) A space is required after ','. (comma-spacing)
(#454) A space is required after ','. (comma-spacing)
(#454) Requires a space after '{'. (block-spacing)
(#454) Statement inside of curly braces should be on next line. (brace-style)
(#454) Missing space before opening brace. (space-before-blocks)
(#454) Operator '=' must be spaced. (space-infix-ops)
(#454) Missing whitespace after semicolon. (semi-spacing)
(#454) A space is required after ','. (comma-spacing)
(#454) Missing whitespace after semicolon. (semi-spacing)
(#454) A space is required after ','. (comma-spacing)
(#454) 'Float32Array' is not defined. (no-undef)
(#454) A space is required after ','. (comma-spacing)
(#454) Missing whitespace after semicolon. (semi-spacing)
(#454) Operator '=' must be spaced. (space-infix-ops)
(#454) Missing whitespace after semicolon. (semi-spacing)
(#454) Operator '=' must be spaced. (space-infix-ops)
(#454) Operator '/' must be spaced. (space-infix-ops)
(#454) Missing whitespace after semicolon. (semi-spacing)
(#454) Operator '=' must be spaced. (space-infix-ops)
(#454) Missing whitespace after semicolon. (semi-spacing)
(#454) A space is required after ','. (comma-spacing)
(#454) Missing whitespace after semicolon. (semi-spacing)
(#454) A space is required after ','. (comma-spacing)
(#454) 'Float32Array' is not defined. (no-undef)
(#454) A space is required after ','. (comma-spacing)
(#455) This line has a length of 509. Maximum allowed is 132. (max-len)
(#455) Operator '=' must be spaced. (space-infix-ops)
(#455) Missing whitespace after semicolon. (semi-spacing)
(#455) Operator '=' must be spaced. (space-infix-ops)
(#455) Operator '/' must be spaced. (space-infix-ops)
(#455) Missing whitespace after semicolon. (semi-spacing)
(#455) Expected space(s) after "if". (keyword-spacing)
(#455) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#455) Requires a space after '{'. (block-spacing)
(#455) Statement inside of curly braces should be on next line. (brace-style)
(#455) Missing space before opening brace. (space-before-blocks)
(#455) Operator '=' must be spaced. (space-infix-ops)
(#455) Missing whitespace after semicolon. (semi-spacing)
(#455) A space is required after ','. (comma-spacing)
(#455) Missing whitespace after semicolon. (semi-spacing)
(#455) A space is required after ','. (comma-spacing)
(#455) 'Uint16Array' is not defined. (no-undef)
(#455) A space is required after ','. (comma-spacing)
(#455) Missing whitespace after semicolon. (semi-spacing)
(#455) Operator '=' must be spaced. (space-infix-ops)
(#455) Missing whitespace after semicolon. (semi-spacing)
(#455) Operator '=' must be spaced. (space-infix-ops)
(#455) Requires a space before '}'. (block-spacing)
(#455) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#455) Missing semicolon. (semi)
(#455) Expected space(s) before "return". (keyword-spacing)
(#455) Expected space(s) after "return". (keyword-spacing)
(#455) A space is required after ','. (comma-spacing)
(#455) A space is required after ','. (comma-spacing)
(#455) 'e' used outside of binding context. (block-scoped-var)
(#455) Requires a space before '}'. (block-spacing)
(#455) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#455) Missing semicolon. (semi)
(#455) Missing whitespace after semicolon. (semi-spacing)
(#455) Operator '=' must be spaced. (space-infix-ops)
(#455) Requires a space after '{'. (block-spacing)
(#455) Statement inside of curly braces should be on next line. (brace-style)
(#455) Missing space before opening brace. (space-before-blocks)
(#455) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#455) Operator '||' must be spaced. (space-infix-ops)
(#455) Missing whitespace after semicolon. (semi-spacing)
(#455) A space is required after ','. (comma-spacing)
(#455) Missing whitespace after semicolon. (semi-spacing)
(#455) A space is required after ','. (comma-spacing)
(#455) A space is required after ','. (comma-spacing)
(#455) A space is required after ','. (comma-spacing)
(#455) A space is required after ','. (comma-spacing)
(#455) A space is required after ','. (comma-spacing)
(#455) Missing whitespace after semicolon. (semi-spacing)
(#455) A space is required after ','. (comma-spacing)
(#456) This line has a length of 220. Maximum allowed is 132. (max-len)
(#456) A space is required after ','. (comma-spacing)
(#456) A space is required after ','. (comma-spacing)
(#456) A space is required after ','. (comma-spacing)
(#456) A space is required after ','. (comma-spacing)
(#456) A space is required after ','. (comma-spacing)
(#456) Missing whitespace after semicolon. (semi-spacing)
(#456) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#456) Operator '&&' must be spaced. (space-infix-ops)
(#456) A space is required after ','. (comma-spacing)
(#456) Requires a space before '}'. (block-spacing)
(#456) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#456) Missing semicolon. (semi)
(#456) Requires a space before '}'. (block-spacing)
(#456) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#456) Missing semicolon. (semi)
(#456) A space is required after ','. (comma-spacing)
(#457) This line has a length of 501. Maximum allowed is 132. (max-len)
(#457) A space is required after ','. (comma-spacing)
(#457) Requires a space after '{'. (block-spacing)
(#457) Statement inside of curly braces should be on next line. (brace-style)
(#457) Missing space before opening brace. (space-before-blocks)
(#457) Operator '=' must be spaced. (space-infix-ops)
(#457) Unexpected empty function. (no-empty-function)
(#457) Missing space before opening brace. (space-before-blocks)
(#457) Missing whitespace after semicolon. (semi-spacing)
(#457) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#457) Operator '=' must be spaced. (space-infix-ops)
(#457) Operator '=' must be spaced. (space-infix-ops)
(#457) Missing '()' invoking a constructor. (new-parens)
(#457) Missing whitespace after semicolon. (semi-spacing)
(#457) Operator '=' must be spaced. (space-infix-ops)
(#457) A space is required after ','. (comma-spacing)
(#457) Requires a space after '{'. (block-spacing)
(#457) Statement inside of curly braces should be on next line. (brace-style)
(#457) Missing space before opening brace. (space-before-blocks)
(#457) Missing whitespace after semicolon. (semi-spacing)
(#457) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#457) Operator '&&' must be spaced. (space-infix-ops)
(#457) Operator '=' must be spaced. (space-infix-ops)
(#457) Operator '=' must be spaced. (space-infix-ops)
(#457) Missing whitespace after semicolon. (semi-spacing)
(#457) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#457) Operator '||' must be spaced. (space-infix-ops)
(#457) Missing whitespace after semicolon. (semi-spacing)
(#457) Missing whitespace after semicolon. (semi-spacing)
(#457) A space is required after ','. (comma-spacing)
(#457) Missing whitespace after semicolon. (semi-spacing)
(#457) Missing whitespace after semicolon. (semi-spacing)
(#457) A space is required after ','. (comma-spacing)
(#457) A space is required after ','. (comma-spacing)
(#457) A space is required after ','. (comma-spacing)
(#457) Requires a space before '}'. (block-spacing)
(#457) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#457) Missing semicolon. (semi)
(#457) Missing whitespace after semicolon. (semi-spacing)
(#457) Operator '=' must be spaced. (space-infix-ops)
(#457) A space is required after ','. (comma-spacing)
(#457) Requires a space after '{'. (block-spacing)
(#457) Statement inside of curly braces should be on next line. (brace-style)
(#457) Missing space before opening brace. (space-before-blocks)
(#457) Missing whitespace after semicolon. (semi-spacing)
(#457) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#457) Operator '||' must be spaced. (space-infix-ops)
(#457) Operator '=' must be spaced. (space-infix-ops)
(#458) This line has a length of 258. Maximum allowed is 132. (max-len)
(#458) Missing whitespace after semicolon. (semi-spacing)
(#458) Operator '=' must be spaced. (space-infix-ops)
(#458) Missing space before value for key 'position'. (key-spacing)
(#458) A space is required after ','. (comma-spacing)
(#458) Missing space before value for key 'texCoord'. (key-spacing)
(#458) A space is required after ','. (comma-spacing)
(#458) Missing space before value for key 'translation'. (key-spacing)
(#458) Missing whitespace after semicolon. (semi-spacing)
(#458) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#458) A space is required after ','. (comma-spacing)
(#458) A space is required after ','. (comma-spacing)
(#458) A space is required after ','. (comma-spacing)
(#458) Missing whitespace after semicolon. (semi-spacing)
(#458) A space is required after ','. (comma-spacing)
(#458) A space is required after ','. (comma-spacing)
(#458) A space is required after ','. (comma-spacing)
(#458) Missing whitespace after semicolon. (semi-spacing)
(#458) Missing whitespace after semicolon. (semi-spacing)
(#458) Requires a space before '}'. (block-spacing)
(#458) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#458) Missing semicolon. (semi)
(#458) Requires a space before '}'. (block-spacing)
(#458) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#458) Missing semicolon. (semi)
(#459) This line has a length of 504. Maximum allowed is 132. (max-len)
(#459) A space is required after ','. (comma-spacing)
(#459) A space is required after ','. (comma-spacing)
(#459) A space is required after ','. (comma-spacing)
(#459) A space is required after ','. (comma-spacing)
(#459) A space is required after ','. (comma-spacing)
(#459) A space is required after ','. (comma-spacing)
(#459) A space is required after ','. (comma-spacing)
(#459) 'c' is defined but never used. (no-unused-vars)
(#459) Requires a space after '{'. (block-spacing)
(#459) Statement inside of curly braces should be on next line. (brace-style)
(#459) Missing space before opening brace. (space-before-blocks)
(#459) Operator '=' must be spaced. (space-infix-ops)
(#459) A space is required after ','. (comma-spacing)
(#459) A space is required after ','. (comma-spacing)
(#459) Requires a space after '{'. (block-spacing)
(#459) Statement inside of curly braces should be on next line. (brace-style)
(#459) Missing space before opening brace. (space-before-blocks)
(#459) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#459) Operator '=' must be spaced. (space-infix-ops)
(#459) Missing whitespace after semicolon. (semi-spacing)
(#459) Operator '=' must be spaced. (space-infix-ops)
(#459) Missing whitespace after semicolon. (semi-spacing)
(#459) Operator '=' must be spaced. (space-infix-ops)
(#459) Requires a space before '}'. (block-spacing)
(#459) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#459) Missing semicolon. (semi)
(#459) Missing whitespace after semicolon. (semi-spacing)
(#459) Operator '=' must be spaced. (space-infix-ops)
(#459) Operator '=' must be spaced. (space-infix-ops)
(#459) Missing '()' invoking a constructor. (new-parens)
(#459) Missing whitespace after semicolon. (semi-spacing)
(#459) Operator '=' must be spaced. (space-infix-ops)
(#459) Requires a space after '{'. (block-spacing)
(#459) Statement inside of curly braces should be on next line. (brace-style)
(#459) Missing space before opening brace. (space-before-blocks)
(#459) Operator '=' must be spaced. (space-infix-ops)
(#459) A space is required after ','. (comma-spacing)
(#459) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#459) Operator '=' must be spaced. (space-infix-ops)
(#459) A space is required after ','. (comma-spacing)
(#459) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#459) Operator '=' must be spaced. (space-infix-ops)
(#459) A space is required after ','. (comma-spacing)
(#459) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#459) Operator '=' must be spaced. (space-infix-ops)
(#459) A space is required after ','. (comma-spacing)
(#459) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#459) Operator '=' must be spaced. (space-infix-ops)
(#459) Missing whitespace after semicolon. (semi-spacing)
(#459) Operator '=' must be spaced. (space-infix-ops)
(#459) A space is required after ','. (comma-spacing)
(#459) Operator '/' must be spaced. (space-infix-ops)
(#459) Missing whitespace after semicolon. (semi-spacing)
(#459) Operator '=' must be spaced. (space-infix-ops)
(#459) Operator '-' must be spaced. (space-infix-ops)
(#459) A space is required after ','. (comma-spacing)
(#459) Operator '-' must be spaced. (space-infix-ops)
(#459) A space is required after ','. (comma-spacing)
(#459) Operator '-' must be spaced. (space-infix-ops)
(#459) Missing whitespace after semicolon. (semi-spacing)
(#459) Operator '=' must be spaced. (space-infix-ops)
(#459) Operator '-' must be spaced. (space-infix-ops)
(#459) A space is required after ','. (comma-spacing)
(#459) Operator '-' must be spaced. (space-infix-ops)
(#459) A space is required after ','. (comma-spacing)
(#459) Operator '-' must be spaced. (space-infix-ops)
(#459) Missing whitespace after semicolon. (semi-spacing)
(#459) Operator '=' must be spaced. (space-infix-ops)
(#459) A space is required after ','. (comma-spacing)
(#459) Missing whitespace after semicolon. (semi-spacing)
(#459) Operator '=' must be spaced. (space-infix-ops)
(#460) This line has a length of 523. Maximum allowed is 132. (max-len)
(#460) A space is required after ','. (comma-spacing)
(#460) Missing whitespace after semicolon. (semi-spacing)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) A space is required after ','. (comma-spacing)
(#460) A space is required after ','. (comma-spacing)
(#460) Missing whitespace after semicolon. (semi-spacing)
(#460) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) Missing whitespace after semicolon. (semi-spacing)
(#460) Expected space(s) after "for". (keyword-spacing)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) Missing whitespace after semicolon. (semi-spacing)
(#460) Operator '<=' must be spaced. (space-infix-ops)
(#460) Missing whitespace after semicolon. (semi-spacing)
(#460) Requires a space after '{'. (block-spacing)
(#460) Statement inside of curly braces should be on next line. (brace-style)
(#460) Missing space before opening brace. (space-before-blocks)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) Operator '*' must be spaced. (space-infix-ops)
(#460) Operator '/' must be spaced. (space-infix-ops)
(#460) A space is required after ','. (comma-spacing)
(#460) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) A space is required after ','. (comma-spacing)
(#460) A space is required after ','. (comma-spacing)
(#460) Missing whitespace after semicolon. (semi-spacing)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) A space is required after ','. (comma-spacing)
(#460) A space is required after ','. (comma-spacing)
(#460) Missing whitespace after semicolon. (semi-spacing)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) A space is required after ','. (comma-spacing)
(#460) A space is required after ','. (comma-spacing)
(#460) A space is required after ','. (comma-spacing)
(#460) Missing whitespace after semicolon. (semi-spacing)
(#460) Operator '+' must be spaced. (space-infix-ops)
(#460) A space is required after ','. (comma-spacing)
(#460) Operator '+' must be spaced. (space-infix-ops)
(#460) A space is required after ','. (comma-spacing)
(#460) Operator '+' must be spaced. (space-infix-ops)
(#460) Missing whitespace after semicolon. (semi-spacing)
(#460) A space is required after ','. (comma-spacing)
(#460) A space is required after ','. (comma-spacing)
(#460) Missing whitespace after semicolon. (semi-spacing)
(#460) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#460) Operator '<' must be spaced. (space-infix-ops)
(#460) Operator '&&' must be spaced. (space-infix-ops)
(#460) A space is required after ','. (comma-spacing)
(#460) Operator '+' must be spaced. (space-infix-ops)
(#460) Requires a space before '}'. (block-spacing)
(#460) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#460) Missing semicolon. (semi)
(#460) Expected space(s) before "this". (keyword-spacing)
(#460) A space is required after ','. (comma-spacing)
(#460) A space is required after ','. (comma-spacing)
(#460) Requires a space before '}'. (block-spacing)
(#460) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#460) Missing semicolon. (semi)
(#460) Missing whitespace after semicolon. (semi-spacing)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) Requires a space after '{'. (block-spacing)
(#460) Statement inside of curly braces should be on next line. (brace-style)
(#460) Missing space before opening brace. (space-before-blocks)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) A space is required after ','. (comma-spacing)
(#460) A space is required after ','. (comma-spacing)
(#460) A space is required after ','. (comma-spacing)
(#460) Operator '+' must be spaced. (space-infix-ops)
(#460) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#460) Missing whitespace after semicolon. (semi-spacing)
(#460) Expected space(s) after "return". (keyword-spacing)
(#460) Missing space before value for key 'pos'. (key-spacing)
(#460) Operator '+' must be spaced. (space-infix-ops)
(#460) A space is required after ','. (comma-spacing)
(#460) Operator '+' must be spaced. (space-infix-ops)
(#460) A space is required after ','. (comma-spacing)
(#460) Operator '+' must be spaced. (space-infix-ops)
(#460) A space is required after ','. (comma-spacing)
(#460) Missing space before value for key 'value'. (key-spacing)
(#461) This line has a length of 167. Maximum allowed is 132. (max-len)
(#461) A space is required after ','. (comma-spacing)
(#461) Requires a space before '}'. (block-spacing)
(#461) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#461) Missing semicolon. (semi)
(#461) Requires a space before '}'. (block-spacing)
(#461) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#461) Missing semicolon. (semi)
(#461) A space is required after ','. (comma-spacing)
(#461) A space is required after ','. (comma-spacing)
(#461) A space is required after ','. (comma-spacing)
(#461) A space is required after ','. (comma-spacing)
(#461) A space is required after ','. (comma-spacing)
(#461) A space is required after ','. (comma-spacing)
(#462) This line has a length of 430. Maximum allowed is 132. (max-len)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) 'w' is defined but never used. (no-unused-vars)
(#462) Requires a space after '{'. (block-spacing)
(#462) Statement inside of curly braces should be on next line. (brace-style)
(#462) Missing space before opening brace. (space-before-blocks)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) A space is required after ','. (comma-spacing)
(#462) Requires a space after '{'. (block-spacing)
(#462) Statement inside of curly braces should be on next line. (brace-style)
(#462) Missing space before opening brace. (space-before-blocks)
(#462) Expected space(s) after "for". (keyword-spacing)
(#462) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) A space is required after ','. (comma-spacing)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) A space is required after ','. (comma-spacing)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) Missing whitespace after semicolon. (semi-spacing)
(#462) Operator '<=' must be spaced. (space-infix-ops)
(#462) Missing whitespace after semicolon. (semi-spacing)
(#462) Requires a space after '{'. (block-spacing)
(#462) Statement inside of curly braces should be on next line. (brace-style)
(#462) Missing space before opening brace. (space-before-blocks)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) Operator '*' must be spaced. (space-infix-ops)
(#462) Operator '*' must be spaced. (space-infix-ops)
(#462) Operator '/' must be spaced. (space-infix-ops)
(#462) A space is required after ','. (comma-spacing)
(#462) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) Missing whitespace after semicolon. (semi-spacing)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) Missing whitespace after semicolon. (semi-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) Missing whitespace after semicolon. (semi-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) Operator '*' must be spaced. (space-infix-ops)
(#462) A space is required after ','. (comma-spacing)
(#462) Operator '*' must be spaced. (space-infix-ops)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) Operator '*' must be spaced. (space-infix-ops)
(#462) A space is required after ','. (comma-spacing)
(#462) Operator '*' must be spaced. (space-infix-ops)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) Operator '*' must be spaced. (space-infix-ops)
(#462) A space is required after ','. (comma-spacing)
(#462) Operator '*' must be spaced. (space-infix-ops)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) Operator '*' must be spaced. (space-infix-ops)
(#462) A space is required after ','. (comma-spacing)
(#462) Operator '*' must be spaced. (space-infix-ops)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) Operator '*' must be spaced. (space-infix-ops)
(#462) Operator '*' must be spaced. (space-infix-ops)
(#462) A space is required after ','. (comma-spacing)
(#462) Operator '*' must be spaced. (space-infix-ops)
(#462) Operator '*' must be spaced. (space-infix-ops)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) Operator '*' must be spaced. (space-infix-ops)
(#462) Operator '*' must be spaced. (space-infix-ops)
(#462) A space is required after ','. (comma-spacing)
(#462) Operator '*' must be spaced. (space-infix-ops)
(#462) Operator '*' must be spaced. (space-infix-ops)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) Requires a space before '}'. (block-spacing)
(#462) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#462) Missing semicolon. (semi)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) Missing whitespace after semicolon. (semi-spacing)
(#462) Expected space(s) after "for". (keyword-spacing)
(#462) 'c' used outside of binding context. (block-scoped-var)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) Missing whitespace after semicolon. (semi-spacing)
(#462) 'c' used outside of binding context. (block-scoped-var)
(#462) Operator '<' must be spaced. (space-infix-ops)
(#462) Missing whitespace after semicolon. (semi-spacing)
(#462) 'c' used outside of binding context. (block-scoped-var)
(#462) Expected { after 'for' condition. (curly)
(#462) Expected space(s) before "for". (keyword-spacing)
(#462) Expected space(s) after "for". (keyword-spacing)
(#462) 'b' used outside of binding context. (block-scoped-var)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) Operator '*' must be spaced. (space-infix-ops)
(#462) 'c' used outside of binding context. (block-scoped-var)
(#462) A space is required after ','. (comma-spacing)
(#462) 'e' used outside of binding context. (block-scoped-var)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) Missing whitespace after semicolon. (semi-spacing)
(#462) Operator '>' must be spaced. (space-infix-ops)
(#462) 'e' used outside of binding context. (block-scoped-var)
(#462) Missing whitespace after semicolon. (semi-spacing)
(#462) 'e' used outside of binding context. (block-scoped-var)
(#462) Requires a space after '{'. (block-spacing)
(#462) Statement inside of curly braces should be on next line. (brace-style)
(#462) Missing space before opening brace. (space-before-blocks)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) 'e' used outside of binding context. (block-scoped-var)
(#462) Operator '+' must be spaced. (space-infix-ops)
(#462) 'b' used outside of binding context. (block-scoped-var)
(#462) A space is required after ','. (comma-spacing)
(#462) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) Operator '+' must be spaced. (space-infix-ops)
(#462) Operator '+' must be spaced. (space-infix-ops)
(#462) Missing whitespace after semicolon. (semi-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) Operator '+' must be spaced. (space-infix-ops)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) Operator '-' must be spaced. (space-infix-ops)
(#462) Requires a space before '}'. (block-spacing)
(#462) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#462) Missing semicolon. (semi)
(#462) Expected space(s) before "this". (keyword-spacing)
(#462) 'q' used outside of binding context. (block-scoped-var)
(#462) A space is required after ','. (comma-spacing)
(#462) 'd' used outside of binding context. (block-scoped-var)
(#462) A space is required after ','. (comma-spacing)
(#462) Requires a space before '}'. (block-spacing)
(#462) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#462) Missing semicolon. (semi)
(#462) Missing whitespace after semicolon. (semi-spacing)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) Missing '()' invoking a constructor. (new-parens)
(#462) Requires a space before '}'. (block-spacing)
(#462) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#462) Missing semicolon. (semi)
(#462) A space is required after ','. (comma-spacing)
(#463) This line has a length of 501. Maximum allowed is 132. (max-len)
(#463) A space is required after ','. (comma-spacing)
(#463) 'E' is defined but never used. (no-unused-vars)
(#463) A space is required after ','. (comma-spacing)
(#463) 'w' is defined but never used. (no-unused-vars)
(#463) Requires a space after '{'. (block-spacing)
(#463) Statement inside of curly braces should be on next line. (brace-style)
(#463) Missing space before opening brace. (space-before-blocks)
(#463) Operator '=' must be spaced. (space-infix-ops)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) Requires a space after '{'. (block-spacing)
(#463) Statement inside of curly braces should be on next line. (brace-style)
(#463) Missing space before opening brace. (space-before-blocks)
(#463) This line has 32 statements. Maximum allowed is 2. (max-statements-per-line)
(#463) Operator '/=' must be spaced. (space-infix-ops)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) Operator '/=' must be spaced. (space-infix-ops)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) Operator '=' must be spaced. (space-infix-ops)
(#463) A space is required after ','. (comma-spacing)
(#463) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#463) Operator '=' must be spaced. (space-infix-ops)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) Expected space(s) after "for". (keyword-spacing)
(#463) Operator '=' must be spaced. (space-infix-ops)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) Expected { after 'for' condition. (curly)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) Expected space(s) after "for". (keyword-spacing)
(#463) 'e' used outside of binding context. (block-scoped-var)
(#463) Operator '=' must be spaced. (space-infix-ops)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) 'e' used outside of binding context. (block-scoped-var)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) Expected { after 'for' condition. (curly)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) Expected space(s) after "for". (keyword-spacing)
(#463) 'e' used outside of binding context. (block-scoped-var)
(#463) Operator '=' must be spaced. (space-infix-ops)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) 'e' used outside of binding context. (block-scoped-var)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) Expected { after 'for' condition. (curly)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) A space is required after ','. (comma-spacing)
(#464) This line has a length of 353. Maximum allowed is 132. (max-len)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) Expected space(s) after "for". (keyword-spacing)
(#464) 'e' used outside of binding context. (block-scoped-var)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) 'e' used outside of binding context. (block-scoped-var)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) Expected { after 'for' condition. (curly)
(#464) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#464) A space is required after ','. (comma-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) Expected space(s) after "for". (keyword-spacing)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) Expected { after 'for' condition. (curly)
(#464) A space is required after ','. (comma-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) Expected space(s) after "for". (keyword-spacing)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) Expected { after 'for' condition. (curly)
(#464) A space is required after ','. (comma-spacing)
(#464) Requires a space before '}'. (block-spacing)
(#464) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#464) Missing semicolon. (semi)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) Missing '()' invoking a constructor. (new-parens)
(#464) Requires a space before '}'. (block-spacing)
(#464) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#464) Missing semicolon. (semi)
(#464) A space is required after ','. (comma-spacing)
(#465) This line has a length of 505. Maximum allowed is 132. (max-len)
(#465) A space is required after ','. (comma-spacing)
(#465) A space is required after ','. (comma-spacing)
(#465) A space is required after ','. (comma-spacing)
(#465) A space is required after ','. (comma-spacing)
(#465) A space is required after ','. (comma-spacing)
(#465) 'q' is defined but never used. (no-unused-vars)
(#465) Requires a space after '{'. (block-spacing)
(#465) Statement inside of curly braces should be on next line. (brace-style)
(#465) Missing space before opening brace. (space-before-blocks)
(#465) Operator '=' must be spaced. (space-infix-ops)
(#465) Requires a space after '{'. (block-spacing)
(#465) Statement inside of curly braces should be on next line. (brace-style)
(#465) Missing space before opening brace. (space-before-blocks)
(#465) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#465) Operator '=' must be spaced. (space-infix-ops)
(#465) Missing whitespace after semicolon. (semi-spacing)
(#465) Operator '=' must be spaced. (space-infix-ops)
(#465) Missing whitespace after semicolon. (semi-spacing)
(#465) Operator '=' must be spaced. (space-infix-ops)
(#465) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#465) Missing whitespace after semicolon. (semi-spacing)
(#465) Operator '=' must be spaced. (space-infix-ops)
(#465) Missing whitespace after semicolon. (semi-spacing)
(#465) Operator '=' must be spaced. (space-infix-ops)
(#465) Missing whitespace after semicolon. (semi-spacing)
(#465) Operator '=' must be spaced. (space-infix-ops)
(#465) Missing whitespace after semicolon. (semi-spacing)
(#465) Operator '=' must be spaced. (space-infix-ops)
(#465) Requires a space before '}'. (block-spacing)
(#465) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#465) Missing semicolon. (semi)
(#465) Missing whitespace after semicolon. (semi-spacing)
(#465) Operator '=' must be spaced. (space-infix-ops)
(#465) Missing whitespace after semicolon. (semi-spacing)
(#465) Operator '=' must be spaced. (space-infix-ops)
(#465) Requires a space after '{'. (block-spacing)
(#465) Statement inside of curly braces should be on next line. (brace-style)
(#465) Missing space before opening brace. (space-before-blocks)
(#465) Operator '=' must be spaced. (space-infix-ops)
(#465) Operator '/' must be spaced. (space-infix-ops)
(#465) Operator '*' must be spaced. (space-infix-ops)
(#465) Operator '*' must be spaced. (space-infix-ops)
(#465) Operator '*' must be spaced. (space-infix-ops)
(#465) A space is required after ','. (comma-spacing)
(#465) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#465) Operator '=' must be spaced. (space-infix-ops)
(#465) Operator '*' must be spaced. (space-infix-ops)
(#465) Missing whitespace after semicolon. (semi-spacing)
(#465) A space is required after ','. (comma-spacing)
(#465) A space is required after ','. (comma-spacing)
(#465) A space is required after ','. (comma-spacing)
(#465) A space is required after ','. (comma-spacing)
(#465) A space is required after ','. (comma-spacing)
(#465) A space is required after ','. (comma-spacing)
(#465) Requires a space before '}'. (block-spacing)
(#465) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#465) Missing semicolon. (semi)
(#465) Missing whitespace after semicolon. (semi-spacing)
(#465) Operator '=' must be spaced. (space-infix-ops)
(#465) Requires a space after '{'. (block-spacing)
(#465) Statement inside of curly braces should be on next line. (brace-style)
(#465) Missing space before opening brace. (space-before-blocks)
(#465) Operator '=' must be spaced. (space-infix-ops)
(#465) Operator '/' must be spaced. (space-infix-ops)
(#465) Operator '*' must be spaced. (space-infix-ops)
(#465) Operator '*' must be spaced. (space-infix-ops)
(#465) Operator '-' must be spaced. (space-infix-ops)
(#465) Operator '/' must be spaced. (space-infix-ops)
(#465) Operator '+' must be spaced. (space-infix-ops)
(#465) Operator '*' must be spaced. (space-infix-ops)
(#466) This line has a length of 481. Maximum allowed is 132. (max-len)
(#466) A space is required after ','. (comma-spacing)
(#466) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#466) Operator '=' must be spaced. (space-infix-ops)
(#466) Operator '*' must be spaced. (space-infix-ops)
(#466) Missing whitespace after semicolon. (semi-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) Requires a space before '}'. (block-spacing)
(#466) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#466) Missing semicolon. (semi)
(#466) Missing whitespace after semicolon. (semi-spacing)
(#466) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#466) Operator '=' must be spaced. (space-infix-ops)
(#466) Requires a space after '{'. (block-spacing)
(#466) Statement inside of curly braces should be on next line. (brace-style)
(#466) Missing space before opening brace. (space-before-blocks)
(#466) Operator '?' must be spaced. (space-infix-ops)
(#466) Operator ':' must be spaced. (space-infix-ops)
(#466) Requires a space before '}'. (block-spacing)
(#466) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#466) Missing semicolon. (semi)
(#466) Missing whitespace after semicolon. (semi-spacing)
(#466) Operator '=' must be spaced. (space-infix-ops)
(#466) Requires a space after '{'. (block-spacing)
(#466) Statement inside of curly braces should be on next line. (brace-style)
(#466) Missing space before opening brace. (space-before-blocks)
(#466) Expected space(s) after "return". (keyword-spacing)
(#466) Operator '-' must be spaced. (space-infix-ops)
(#466) Operator '/' must be spaced. (space-infix-ops)
(#466) Operator '+' must be spaced. (space-infix-ops)
(#466) Requires a space before '}'. (block-spacing)
(#466) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#466) Missing semicolon. (semi)
(#466) Missing whitespace after semicolon. (semi-spacing)
(#466) Operator '=' must be spaced. (space-infix-ops)
(#466) Requires a space after '{'. (block-spacing)
(#466) Statement inside of curly braces should be on next line. (brace-style)
(#466) Missing space before opening brace. (space-before-blocks)
(#466) Operator '=' must be spaced. (space-infix-ops)
(#466) Operator '*' must be spaced. (space-infix-ops)
(#466) A space is required after ','. (comma-spacing)
(#466) Requires a space before '}'. (block-spacing)
(#466) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#466) Missing semicolon. (semi)
(#466) Missing whitespace after semicolon. (semi-spacing)
(#466) Operator '=' must be spaced. (space-infix-ops)
(#466) Requires a space after '{'. (block-spacing)
(#466) Statement inside of curly braces should be on next line. (brace-style)
(#466) Missing space before opening brace. (space-before-blocks)
(#466) Operator '=' must be spaced. (space-infix-ops)
(#466) Operator '/' must be spaced. (space-infix-ops)
(#466) A space is required after ','. (comma-spacing)
(#466) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#466) Requires a space before '}'. (block-spacing)
(#466) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#466) Missing semicolon. (semi)
(#466) Requires a space before '}'. (block-spacing)
(#466) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#466) Missing semicolon. (semi)
(#466) A space is required after ','. (comma-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) A space is required after ','. (comma-spacing)
(#466) A space is required after ','. (comma-spacing)
(#467) This line has a length of 517. Maximum allowed is 132. (max-len)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) Requires a space after '{'. (block-spacing)
(#467) Statement inside of curly braces should be on next line. (brace-style)
(#467) Missing space before opening brace. (space-before-blocks)
(#467) Operator '=' must be spaced. (space-infix-ops)
(#467) Requires a space after '{'. (block-spacing)
(#467) Statement inside of curly braces should be on next line. (brace-style)
(#467) Missing space before opening brace. (space-before-blocks)
(#467) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) Requires a space before '}'. (block-spacing)
(#467) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#467) Missing semicolon. (semi)
(#467) Missing whitespace after semicolon. (semi-spacing)
(#467) Operator '=' must be spaced. (space-infix-ops)
(#467) Missing '()' invoking a constructor. (new-parens)
(#467) Missing whitespace after semicolon. (semi-spacing)
(#467) Operator '=' must be spaced. (space-infix-ops)
(#467) A space is required after ','. (comma-spacing)
(#467) Requires a space after '{'. (block-spacing)
(#467) Statement inside of curly braces should be on next line. (brace-style)
(#467) Missing space before opening brace. (space-before-blocks)
(#467) Operator '=' must be spaced. (space-infix-ops)
(#467) Missing '()' invoking a constructor. (new-parens)
(#467) Missing whitespace after semicolon. (semi-spacing)
(#467) Missing whitespace after semicolon. (semi-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) Missing whitespace after semicolon. (semi-spacing)
(#467) Operator '=' must be spaced. (space-infix-ops)
(#467) Missing '()' invoking a constructor. (new-parens)
(#467) Missing whitespace after semicolon. (semi-spacing)
(#467) Missing whitespace after semicolon. (semi-spacing)
(#467) Operator '=' must be spaced. (space-infix-ops)
(#467) Operator '/' must be spaced. (space-infix-ops)
(#467) Operator '/' must be spaced. (space-infix-ops)
(#468) This line has a length of 512. Maximum allowed is 132. (max-len)
(#468) A space is required after ','. (comma-spacing)
(#468) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) Operator '/' must be spaced. (space-infix-ops)
(#468) Operator '*' must be spaced. (space-infix-ops)
(#468) A space is required after ','. (comma-spacing)
(#468) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) Operator '/' must be spaced. (space-infix-ops)
(#468) A space is required after ','. (comma-spacing)
(#468) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) Operator '-' must be spaced. (space-infix-ops)
(#468) A space is required after ','. (comma-spacing)
(#468) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#468) A space is required after ','. (comma-spacing)
(#468) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) Operator '/' must be spaced. (space-infix-ops)
(#468) Missing whitespace after semicolon. (semi-spacing)
(#468) Expected space(s) after "if". (keyword-spacing)
(#468) Requires a space after '{'. (block-spacing)
(#468) Statement inside of curly braces should be on next line. (brace-style)
(#468) Missing space before opening brace. (space-before-blocks)
(#468) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) Missing whitespace after semicolon. (semi-spacing)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) Requires a space before '}'. (block-spacing)
(#468) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#468) Missing semicolon. (semi)
(#468) Expected space(s) before "else". (keyword-spacing)
(#468) Expected { after 'else'. (curly)
(#468) 'p' used outside of binding context. (block-scoped-var)
(#468) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) Unexpected use of comma operator. (no-sequences)
(#468) A space is required after ','. (comma-spacing)
(#468) 'l' used outside of binding context. (block-scoped-var)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) Missing whitespace after semicolon. (semi-spacing)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) 'p' used outside of binding context. (block-scoped-var)
(#468) Operator '/' must be spaced. (space-infix-ops)
(#468) Operator '*' must be spaced. (space-infix-ops)
(#468) Operator '*' must be spaced. (space-infix-ops)
(#468) Missing whitespace after semicolon. (semi-spacing)
(#468) Operator '*=' must be spaced. (space-infix-ops)
(#468) 'p' used outside of binding context. (block-scoped-var)
(#468) Missing whitespace after semicolon. (semi-spacing)
(#468) 'p' used outside of binding context. (block-scoped-var)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) Missing whitespace after semicolon. (semi-spacing)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) Operator '*' must be spaced. (space-infix-ops)
(#468) 'p' used outside of binding context. (block-scoped-var)
(#468) Missing whitespace after semicolon. (semi-spacing)
(#468) Operator '*=' must be spaced. (space-infix-ops)
(#468) Missing whitespace after semicolon. (semi-spacing)
(#468) Expected space(s) after "if". (keyword-spacing)
(#468) Operator '===' must be spaced. (space-infix-ops)
(#468) Requires a space after '{'. (block-spacing)
(#468) Statement inside of curly braces should be on next line. (brace-style)
(#468) Missing space before opening brace. (space-before-blocks)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) Operator '-' must be spaced. (space-infix-ops)
(#468) Operator '/' must be spaced. (space-infix-ops)
(#468) Operator '+' must be spaced. (space-infix-ops)
(#468) Operator '*' must be spaced. (space-infix-ops)
(#468) Missing whitespace after semicolon. (semi-spacing)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) Operator '-' must be spaced. (space-infix-ops)
(#468) Operator '/' must be spaced. (space-infix-ops)
(#468) Operator '+' must be spaced. (space-infix-ops)
(#468) Operator '*' must be spaced. (space-infix-ops)
(#468) Missing whitespace after semicolon. (semi-spacing)
(#468) Operator '-=' must be spaced. (space-infix-ops)
(#468) Missing whitespace after semicolon. (semi-spacing)
(#468) Operator '-=' must be spaced. (space-infix-ops)
(#468) Missing whitespace after semicolon. (semi-spacing)
(#468) 'p' used outside of binding context. (block-scoped-var)
(#468) Operator '-=' must be spaced. (space-infix-ops)
(#468) Missing whitespace after semicolon. (semi-spacing)
(#468) Operator '-=' must be spaced. (space-infix-ops)
(#468) Requires a space before '}'. (block-spacing)
(#468) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#468) Missing semicolon. (semi)
(#468) Expected space(s) before "this". (keyword-spacing)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#469) This line has a length of 532. Maximum allowed is 132. (max-len)
(#469) 'l' used outside of binding context. (block-scoped-var)
(#469) A space is required after ','. (comma-spacing)
(#469) A space is required after ','. (comma-spacing)
(#469) 'p' used outside of binding context. (block-scoped-var)
(#469) A space is required after ','. (comma-spacing)
(#469) A space is required after ','. (comma-spacing)
(#469) A space is required after ','. (comma-spacing)
(#469) Operator '+' must be spaced. (space-infix-ops)
(#469) Missing whitespace after semicolon. (semi-spacing)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) A space is required after ','. (comma-spacing)
(#469) A space is required after ','. (comma-spacing)
(#469) A space is required after ','. (comma-spacing)
(#469) Missing whitespace after semicolon. (semi-spacing)
(#469) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) Missing space before value for key 'position'. (key-spacing)
(#469) A space is required after ','. (comma-spacing)
(#469) Missing space before value for key 'texCoord'. (key-spacing)
(#469) A space is required after ','. (comma-spacing)
(#469) Missing space before value for key 'translation'. (key-spacing)
(#469) Missing whitespace after semicolon. (semi-spacing)
(#469) A space is required after ','. (comma-spacing)
(#469) A space is required after ','. (comma-spacing)
(#469) A space is required after ','. (comma-spacing)
(#469) A space is required after ','. (comma-spacing)
(#469) A space is required after ','. (comma-spacing)
(#469) Missing whitespace after semicolon. (semi-spacing)
(#469) A space is required after ','. (comma-spacing)
(#469) A space is required after ','. (comma-spacing)
(#469) A space is required after ','. (comma-spacing)
(#469) A space is required after ','. (comma-spacing)
(#469) A space is required after ','. (comma-spacing)
(#469) Missing whitespace after semicolon. (semi-spacing)
(#469) A space is required after ','. (comma-spacing)
(#469) A space is required after ','. (comma-spacing)
(#469) A space is required after ','. (comma-spacing)
(#469) A space is required after ','. (comma-spacing)
(#469) A space is required after ','. (comma-spacing)
(#469) Missing whitespace after semicolon. (semi-spacing)
(#469) A space is required after ','. (comma-spacing)
(#469) A space is required after ','. (comma-spacing)
(#469) A space is required after ','. (comma-spacing)
(#469) Requires a space before '}'. (block-spacing)
(#469) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#469) Missing semicolon. (semi)
(#469) Missing whitespace after semicolon. (semi-spacing)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) Missing whitespace after semicolon. (semi-spacing)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) A space is required after ','. (comma-spacing)
(#469) A space is required after ','. (comma-spacing)
(#469) A space is required after ','. (comma-spacing)
(#469) Requires a space after '{'. (block-spacing)
(#469) Statement inside of curly braces should be on next line. (brace-style)
(#469) Missing space before opening brace. (space-before-blocks)
(#469) A space is required after ','. (comma-spacing)
(#469) Missing whitespace after semicolon. (semi-spacing)
(#469) A space is required after ','. (comma-spacing)
(#469) Missing whitespace after semicolon. (semi-spacing)
(#469) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#469) Operator '===' must be spaced. (space-infix-ops)
(#469) Operator '?' must be spaced. (space-infix-ops)
(#469) A space is required after ','. (comma-spacing)
(#469) A space is required after ','. (comma-spacing)
(#469) Operator ':' must be spaced. (space-infix-ops)
(#470) This line has a length of 505. Maximum allowed is 132. (max-len)
(#470) A space is required after ','. (comma-spacing)
(#470) A space is required after ','. (comma-spacing)
(#470) A space is required after ','. (comma-spacing)
(#470) Requires a space before '}'. (block-spacing)
(#470) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#470) Missing semicolon. (semi)
(#470) Missing whitespace after semicolon. (semi-spacing)
(#470) Operator '=' must be spaced. (space-infix-ops)
(#470) A space is required after ','. (comma-spacing)
(#470) Requires a space after '{'. (block-spacing)
(#470) Statement inside of curly braces should be on next line. (brace-style)
(#470) Missing space before opening brace. (space-before-blocks)
(#470) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#470) A space is required after ','. (comma-spacing)
(#470) Missing whitespace after semicolon. (semi-spacing)
(#470) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#470) Operator '===' must be spaced. (space-infix-ops)
(#470) Operator '?' must be spaced. (space-infix-ops)
(#470) Operator ':' must be spaced. (space-infix-ops)
(#470) Missing whitespace after semicolon. (semi-spacing)
(#470) A space is required after ','. (comma-spacing)
(#470) A space is required after ','. (comma-spacing)
(#470) A space is required after ','. (comma-spacing)
(#470) A space is required after ','. (comma-spacing)
(#470) Missing whitespace after semicolon. (semi-spacing)
(#470) Operator '=' must be spaced. (space-infix-ops)
(#470) A space is required after ','. (comma-spacing)
(#470) A space is required after ','. (comma-spacing)
(#470) A space is required after ','. (comma-spacing)
(#470) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#470) Operator '=' must be spaced. (space-infix-ops)
(#470) Operator '/' must be spaced. (space-infix-ops)
(#470) Missing whitespace after semicolon. (semi-spacing)
(#470) A space is required after ','. (comma-spacing)
(#470) A space is required after ','. (comma-spacing)
(#471) This line has a length of 445. Maximum allowed is 132. (max-len)
(#471) A space is required after ','. (comma-spacing)
(#471) A space is required after ','. (comma-spacing)
(#471) Missing whitespace after semicolon. (semi-spacing)
(#471) A space is required after ','. (comma-spacing)
(#471) A space is required after ','. (comma-spacing)
(#471) A space is required after ','. (comma-spacing)
(#471) A space is required after ','. (comma-spacing)
(#471) A space is required after ','. (comma-spacing)
(#471) Missing whitespace after semicolon. (semi-spacing)
(#471) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#471) A space is required after ','. (comma-spacing)
(#471) A space is required after ','. (comma-spacing)
(#471) A space is required after ','. (comma-spacing)
(#471) Requires a space before '}'. (block-spacing)
(#471) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#471) Missing semicolon. (semi)
(#471) Missing whitespace after semicolon. (semi-spacing)
(#471) Operator '=' must be spaced. (space-infix-ops)
(#471) Requires a space after '{'. (block-spacing)
(#471) Statement inside of curly braces should be on next line. (brace-style)
(#471) Missing space before opening brace. (space-before-blocks)
(#471) A space is required after ','. (comma-spacing)
(#471) Missing whitespace after semicolon. (semi-spacing)
(#471) Operator '=' must be spaced. (space-infix-ops)
(#471) A space is required after ','. (comma-spacing)
(#471) A space is required after ','. (comma-spacing)
(#471) Missing whitespace after semicolon. (semi-spacing)
(#471) A space is required after ','. (comma-spacing)
(#471) Missing whitespace after semicolon. (semi-spacing)
(#471) Missing whitespace after semicolon. (semi-spacing)
(#471) Requires a space before '}'. (block-spacing)
(#471) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#471) Missing semicolon. (semi)
(#471) Requires a space before '}'. (block-spacing)
(#471) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#471) Missing semicolon. (semi)
(#471) A space is required after ','. (comma-spacing)
(#471) A space is required after ','. (comma-spacing)
(#472) This line has a length of 502. Maximum allowed is 132. (max-len)
(#472) A space is required after ','. (comma-spacing)
(#472) A space is required after ','. (comma-spacing)
(#472) 'w' is defined but never used. (no-unused-vars)
(#472) Requires a space after '{'. (block-spacing)
(#472) Statement inside of curly braces should be on next line. (brace-style)
(#472) Missing space before opening brace. (space-before-blocks)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) A space is required after ','. (comma-spacing)
(#472) A space is required after ','. (comma-spacing)
(#472) A space is required after ','. (comma-spacing)
(#472) Requires a space after '{'. (block-spacing)
(#472) Statement inside of curly braces should be on next line. (brace-style)
(#472) Missing space before opening brace. (space-before-blocks)
(#472) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) A space is required after ','. (comma-spacing)
(#472) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) Missing whitespace after semicolon. (semi-spacing)
(#472) Expected space(s) after "if". (keyword-spacing)
(#472) Requires a space after '{'. (block-spacing)
(#472) Statement inside of curly braces should be on next line. (brace-style)
(#472) Missing space before opening brace. (space-before-blocks)
(#472) Expected space(s) after "for". (keyword-spacing)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) Missing whitespace after semicolon. (semi-spacing)
(#472) Operator '<=' must be spaced. (space-infix-ops)
(#472) Missing whitespace after semicolon. (semi-spacing)
(#472) Requires a space after '{'. (block-spacing)
(#472) Statement inside of curly braces should be on next line. (brace-style)
(#472) Missing space before opening brace. (space-before-blocks)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) Operator '%' must be spaced. (space-infix-ops)
(#472) Operator '*' must be spaced. (space-infix-ops)
(#472) Operator '*' must be spaced. (space-infix-ops)
(#472) Operator '/' must be spaced. (space-infix-ops)
(#472) A space is required after ','. (comma-spacing)
(#472) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) Missing whitespace after semicolon. (semi-spacing)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) Missing whitespace after semicolon. (semi-spacing)
(#472) A space is required after ','. (comma-spacing)
(#472) A space is required after ','. (comma-spacing)
(#472) Missing whitespace after semicolon. (semi-spacing)
(#472) A space is required after ','. (comma-spacing)
(#472) A space is required after ','. (comma-spacing)
(#472) Missing whitespace after semicolon. (semi-spacing)
(#472) A space is required after ','. (comma-spacing)
(#472) A space is required after ','. (comma-spacing)
(#472) Missing whitespace after semicolon. (semi-spacing)
(#472) Operator '*' must be spaced. (space-infix-ops)
(#472) A space is required after ','. (comma-spacing)
(#472) A space is required after ','. (comma-spacing)
(#472) Operator '*' must be spaced. (space-infix-ops)
(#472) Requires a space before '}'. (block-spacing)
(#472) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#472) Missing semicolon. (semi)
(#472) Expected space(s) before "for". (keyword-spacing)
(#472) Expected space(s) after "for". (keyword-spacing)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) Missing whitespace after semicolon. (semi-spacing)
(#472) Operator '<=' must be spaced. (space-infix-ops)
(#472) Missing whitespace after semicolon. (semi-spacing)
(#472) 'b' used outside of binding context. (block-scoped-var)
(#472) Expected { after 'for' condition. (curly)
(#472) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) Operator '%' must be spaced. (space-infix-ops)
(#472) Operator '*' must be spaced. (space-infix-ops)
(#472) Operator '*' must be spaced. (space-infix-ops)
(#472) Operator '/' must be spaced. (space-infix-ops)
(#472) Unexpected use of comma operator. (no-sequences)
(#472) A space is required after ','. (comma-spacing)
(#472) 'g' used outside of binding context. (block-scoped-var)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) 'b' used outside of binding context. (block-scoped-var)
(#472) A space is required after ','. (comma-spacing)
(#472) 'b' used outside of binding context. (block-scoped-var)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) 'b' used outside of binding context. (block-scoped-var)
(#472) A space is required after ','. (comma-spacing)
(#472) 'g' used outside of binding context. (block-scoped-var)
(#472) A space is required after ','. (comma-spacing)
(#472) A space is required after ','. (comma-spacing)
(#472) 'b' used outside of binding context. (block-scoped-var)
(#472) A space is required after ','. (comma-spacing)
(#472) Operator '*' must be spaced. (space-infix-ops)
(#472) 'g' used outside of binding context. (block-scoped-var)
(#472) A space is required after ','. (comma-spacing)
(#472) A space is required after ','. (comma-spacing)
(#472) Operator '*' must be spaced. (space-infix-ops)
(#472) 'b' used outside of binding context. (block-scoped-var)
(#472) A space is required after ','. (comma-spacing)
(#472) 'g' used outside of binding context. (block-scoped-var)
(#472) A space is required after ','. (comma-spacing)
(#472) A space is required after ','. (comma-spacing)
(#472) 'b' used outside of binding context. (block-scoped-var)
(#472) A space is required after ','. (comma-spacing)
(#472) Operator '*' must be spaced. (space-infix-ops)
(#472) 'g' used outside of binding context. (block-scoped-var)
(#472) A space is required after ','. (comma-spacing)
(#472) A space is required after ','. (comma-spacing)
(#472) Operator '*' must be spaced. (space-infix-ops)
(#472) 'b' used outside of binding context. (block-scoped-var)
(#472) Missing whitespace after semicolon. (semi-spacing)
(#472) Expected space(s) after "for". (keyword-spacing)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) Missing whitespace after semicolon. (semi-spacing)
(#472) Operator '<=' must be spaced. (space-infix-ops)
(#472) Missing whitespace after semicolon. (semi-spacing)
(#472) 'b' used outside of binding context. (block-scoped-var)
(#472) Expected { after 'for' condition. (curly)
(#472) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) Operator '%' must be spaced. (space-infix-ops)
(#472) Operator '*' must be spaced. (space-infix-ops)
(#472) Operator '*' must be spaced. (space-infix-ops)
(#472) Operator '/' must be spaced. (space-infix-ops)
(#472) Unexpected use of comma operator. (no-sequences)
(#472) A space is required after ','. (comma-spacing)
(#472) 'g' used outside of binding context. (block-scoped-var)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) 'b' used outside of binding context. (block-scoped-var)
(#472) A space is required after ','. (comma-spacing)
(#472) 'b' used outside of binding context. (block-scoped-var)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) 'b' used outside of binding context. (block-scoped-var)
(#472) A space is required after ','. (comma-spacing)
(#472) A space is required after ','. (comma-spacing)
(#472) A space is required after ','. (comma-spacing)
(#472) A space is required after ','. (comma-spacing)
(#472) Operator '*' must be spaced. (space-infix-ops)
(#472) 'g' used outside of binding context. (block-scoped-var)
(#472) A space is required after ','. (comma-spacing)
(#472) A space is required after ','. (comma-spacing)
(#472) Operator '*' must be spaced. (space-infix-ops)
(#472) 'b' used outside of binding context. (block-scoped-var)
(#472) A space is required after ','. (comma-spacing)
(#472) A space is required after ','. (comma-spacing)
(#472) A space is required after ','. (comma-spacing)
(#472) A space is required after ','. (comma-spacing)
(#472) A space is required after ','. (comma-spacing)
(#472) A space is required after ','. (comma-spacing)
(#472) Requires a space before '}'. (block-spacing)
(#472) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#472) Missing semicolon. (semi)
(#472) Expected space(s) before "else". (keyword-spacing)
(#472) Expected space(s) after "else". (keyword-spacing)
(#472) Requires a space after '{'. (block-spacing)
(#472) Statement inside of curly braces should be on next line. (brace-style)
(#472) Expected space(s) after "for". (keyword-spacing)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) Missing whitespace after semicolon. (semi-spacing)
(#472) Operator '<' must be spaced. (space-infix-ops)
(#472) Missing whitespace after semicolon. (semi-spacing)
(#472) 'b' used outside of binding context. (block-scoped-var)
(#472) Expected { after 'for' condition. (curly)
(#472) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) Operator '*' must be spaced. (space-infix-ops)
(#472) Operator '*' must be spaced. (space-infix-ops)
(#472) Operator '/' must be spaced. (space-infix-ops)
(#472) Unexpected use of comma operator. (no-sequences)
(#472) A space is required after ','. (comma-spacing)
(#472) 'g' used outside of binding context. (block-scoped-var)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) 'b' used outside of binding context. (block-scoped-var)
(#472) A space is required after ','. (comma-spacing)
(#472) 'b' used outside of binding context. (block-scoped-var)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) 'b' used outside of binding context. (block-scoped-var)
(#472) A space is required after ','. (comma-spacing)
(#472) 'g' used outside of binding context. (block-scoped-var)
(#472) A space is required after ','. (comma-spacing)
(#472) A space is required after ','. (comma-spacing)
(#472) 'b' used outside of binding context. (block-scoped-var)
(#472) A space is required after ','. (comma-spacing)
(#472) Operator '*' must be spaced. (space-infix-ops)
(#472) 'g' used outside of binding context. (block-scoped-var)
(#472) A space is required after ','. (comma-spacing)
(#473) This line has a length of 180. Maximum allowed is 132. (max-len)
(#473) Operator '*' must be spaced. (space-infix-ops)
(#473) 'b' used outside of binding context. (block-scoped-var)
(#473) A space is required after ','. (comma-spacing)
(#473) 'g' used outside of binding context. (block-scoped-var)
(#473) A space is required after ','. (comma-spacing)
(#473) A space is required after ','. (comma-spacing)
(#473) 'b' used outside of binding context. (block-scoped-var)
(#473) A space is required after ','. (comma-spacing)
(#473) Operator '*' must be spaced. (space-infix-ops)
(#473) 'g' used outside of binding context. (block-scoped-var)
(#473) A space is required after ','. (comma-spacing)
(#473) A space is required after ','. (comma-spacing)
(#473) Operator '*' must be spaced. (space-infix-ops)
(#473) 'b' used outside of binding context. (block-scoped-var)
(#473) Missing whitespace after semicolon. (semi-spacing)
(#473) A space is required after ','. (comma-spacing)
(#473) A space is required after ','. (comma-spacing)
(#473) Missing whitespace after semicolon. (semi-spacing)
(#473) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#473) A space is required after ','. (comma-spacing)
(#473) A space is required after ','. (comma-spacing)
(#473) Missing whitespace after semicolon. (semi-spacing)
(#473) A space is required after ','. (comma-spacing)
(#473) A space is required after ','. (comma-spacing)
(#473) Missing whitespace after semicolon. (semi-spacing)
(#473) A space is required after ','. (comma-spacing)
(#473) A space is required after ','. (comma-spacing)
(#473) Requires a space before '}'. (block-spacing)
(#473) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#473) Missing semicolon. (semi)
(#473) Expected space(s) before "this". (keyword-spacing)
(#473) A space is required after ','. (comma-spacing)
(#473) Requires a space before '}'. (block-spacing)
(#473) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#473) Missing semicolon. (semi)
(#473) Missing whitespace after semicolon. (semi-spacing)
(#473) Operator '=' must be spaced. (space-infix-ops)
(#473) Missing '()' invoking a constructor. (new-parens)
(#473) Requires a space before '}'. (block-spacing)
(#473) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#473) Missing semicolon. (semi)
(#473) A space is required after ','. (comma-spacing)
(#474) This line has a length of 512. Maximum allowed is 132. (max-len)
(#474) A space is required after ','. (comma-spacing)
(#474) A space is required after ','. (comma-spacing)
(#474) A space is required after ','. (comma-spacing)
(#474) A space is required after ','. (comma-spacing)
(#474) 'k' is defined but never used. (no-unused-vars)
(#474) Requires a space after '{'. (block-spacing)
(#474) Statement inside of curly braces should be on next line. (brace-style)
(#474) Missing space before opening brace. (space-before-blocks)
(#474) Operator '=' must be spaced. (space-infix-ops)
(#474) A space is required after ','. (comma-spacing)
(#474) A space is required after ','. (comma-spacing)
(#474) A space is required after ','. (comma-spacing)
(#474) Requires a space after '{'. (block-spacing)
(#474) Statement inside of curly braces should be on next line. (brace-style)
(#474) Missing space before opening brace. (space-before-blocks)
(#474) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#474) Operator '=' must be spaced. (space-infix-ops)
(#474) Missing whitespace after semicolon. (semi-spacing)
(#474) Operator '=' must be spaced. (space-infix-ops)
(#474) Missing whitespace after semicolon. (semi-spacing)
(#474) Operator '=' must be spaced. (space-infix-ops)
(#474) Missing whitespace after semicolon. (semi-spacing)
(#474) Operator '=' must be spaced. (space-infix-ops)
(#474) Operator '?' must be spaced. (space-infix-ops)
(#474) Operator ':' must be spaced. (space-infix-ops)
(#474) Requires a space before '}'. (block-spacing)
(#474) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#474) Missing semicolon. (semi)
(#474) Missing whitespace after semicolon. (semi-spacing)
(#474) Operator '=' must be spaced. (space-infix-ops)
(#474) Operator '=' must be spaced. (space-infix-ops)
(#474) Missing '()' invoking a constructor. (new-parens)
(#474) Missing whitespace after semicolon. (semi-spacing)
(#474) Operator '=' must be spaced. (space-infix-ops)
(#474) Requires a space after '{'. (block-spacing)
(#474) Statement inside of curly braces should be on next line. (brace-style)
(#474) Missing space before opening brace. (space-before-blocks)
(#474) Operator '=' must be spaced. (space-infix-ops)
(#474) A space is required after ','. (comma-spacing)
(#474) A space is required after ','. (comma-spacing)
(#474) A space is required after ','. (comma-spacing)
(#474) A space is required after ','. (comma-spacing)
(#474) A space is required after ','. (comma-spacing)
(#474) Missing whitespace after semicolon. (semi-spacing)
(#474) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#474) Operator '&&' must be spaced. (space-infix-ops)
(#474) Operator '=' must be spaced. (space-infix-ops)
(#474) Operator '+' must be spaced. (space-infix-ops)
(#474) Operator '?' must be spaced. (space-infix-ops)
(#474) Operator '*' must be spaced. (space-infix-ops)
(#474) Operator ':' must be spaced. (space-infix-ops)
(#474) Operator '/' must be spaced. (space-infix-ops)
(#474) A space is required after ','. (comma-spacing)
(#474) Operator '?' must be spaced. (space-infix-ops)
(#474) Operator '*' must be spaced. (space-infix-ops)
(#474) Operator ':' must be spaced. (space-infix-ops)
(#474) Operator '/' must be spaced. (space-infix-ops)
(#474) A space is required after ','. (comma-spacing)
(#474) Operator '=' must be spaced. (space-infix-ops)
(#475) This line has a length of 501. Maximum allowed is 132. (max-len)
(#475) Operator '+' must be spaced. (space-infix-ops)
(#475) Operator '/' must be spaced. (space-infix-ops)
(#475) Operator '-' must be spaced. (space-infix-ops)
(#475) A space is required after ','. (comma-spacing)
(#475) Operator '+' must be spaced. (space-infix-ops)
(#475) Operator '/' must be spaced. (space-infix-ops)
(#475) Operator '-' must be spaced. (space-infix-ops)
(#475) A space is required after ','. (comma-spacing)
(#475) Operator '+' must be spaced. (space-infix-ops)
(#475) Operator '/' must be spaced. (space-infix-ops)
(#475) Operator '-' must be spaced. (space-infix-ops)
(#475) A space is required after ','. (comma-spacing)
(#475) A space is required after ','. (comma-spacing)
(#475) Operator '=' must be spaced. (space-infix-ops)
(#475) A space is required after ','. (comma-spacing)
(#475) A space is required after ','. (comma-spacing)
(#475) A space is required after ','. (comma-spacing)
(#475) Operator '+=' must be spaced. (space-infix-ops)
(#475) A space is required after ','. (comma-spacing)
(#475) Operator '+=' must be spaced. (space-infix-ops)
(#475) A space is required after ','. (comma-spacing)
(#475) Operator '+=' must be spaced. (space-infix-ops)
(#475) A space is required after ','. (comma-spacing)
(#475) Operator '+=' must be spaced. (space-infix-ops)
(#475) A space is required after ','. (comma-spacing)
(#475) Operator '+=' must be spaced. (space-infix-ops)
(#475) A space is required after ','. (comma-spacing)
(#475) Operator '+=' must be spaced. (space-infix-ops)
(#475) Missing whitespace after semicolon. (semi-spacing)
(#475) A space is required after ','. (comma-spacing)
(#475) A space is required after ','. (comma-spacing)
(#475) A space is required after ','. (comma-spacing)
(#475) A space is required after ','. (comma-spacing)
(#475) A space is required after ','. (comma-spacing)
(#475) A space is required after ','. (comma-spacing)
(#475) A space is required after ','. (comma-spacing)
(#475) A space is required after ','. (comma-spacing)
(#475) Requires a space before '}'. (block-spacing)
(#475) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#475) Missing semicolon. (semi)
(#475) Missing whitespace after semicolon. (semi-spacing)
(#475) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#475) Operator '=' must be spaced. (space-infix-ops)
(#475) Requires a space after '{'. (block-spacing)
(#475) Statement inside of curly braces should be on next line. (brace-style)
(#475) Missing space before opening brace. (space-before-blocks)
(#475) Operator '=' must be spaced. (space-infix-ops)
(#475) Missing whitespace after semicolon. (semi-spacing)
(#475) Operator '=' must be spaced. (space-infix-ops)
(#475) Operator '+' must be spaced. (space-infix-ops)
(#475) Operator '/' must be spaced. (space-infix-ops)
(#475) A space is required after ','. (comma-spacing)
(#475) Operator '+' must be spaced. (space-infix-ops)
(#475) Operator '/' must be spaced. (space-infix-ops)
(#475) A space is required after ','. (comma-spacing)
(#475) Operator '+' must be spaced. (space-infix-ops)
(#475) Operator '/' must be spaced. (space-infix-ops)
(#475) Missing whitespace after semicolon. (semi-spacing)
(#475) Expected space(s) after "if". (keyword-spacing)
(#475) Requires a space after '{'. (block-spacing)
(#475) Statement inside of curly braces should be on next line. (brace-style)
(#475) Missing space before opening brace. (space-before-blocks)
(#475) Operator '=' must be spaced. (space-infix-ops)
(#475) A space is required after ','. (comma-spacing)
(#475) Operator '+' must be spaced. (space-infix-ops)
(#475) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#475) A space is required after ','. (comma-spacing)
(#475) Missing whitespace after semicolon. (semi-spacing)
(#475) Operator '+=' must be spaced. (space-infix-ops)
(#475) Missing whitespace after semicolon. (semi-spacing)
(#475) Operator '+=' must be spaced. (space-infix-ops)
(#476) This line has a length of 391. Maximum allowed is 132. (max-len)
(#476) Missing whitespace after semicolon. (semi-spacing)
(#476) Operator '+=' must be spaced. (space-infix-ops)
(#476) Requires a space before '}'. (block-spacing)
(#476) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#476) Missing semicolon. (semi)
(#476) Expected space(s) before "return". (keyword-spacing)
(#476) Expected space(s) after "return". (keyword-spacing)
(#476) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#476) Missing space before value for key 'pos'. (key-spacing)
(#476) A space is required after ','. (comma-spacing)
(#476) Missing space before value for key 'value'. (key-spacing)
(#476) A space is required after ','. (comma-spacing)
(#476) Requires a space before '}'. (block-spacing)
(#476) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#476) Missing semicolon. (semi)
(#476) Requires a space before '}'. (block-spacing)
(#476) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#476) Missing semicolon. (semi)
(#476) A space is required after ','. (comma-spacing)
(#476) A space is required after ','. (comma-spacing)
(#476) A space is required after ','. (comma-spacing)
(#476) Missing whitespace after semicolon. (semi-spacing)
(#476) A space is required after ','. (comma-spacing)
(#476) A space is required after ','. (comma-spacing)
(#476) 'w' is defined but never used. (no-unused-vars)
(#476) A space is required after ','. (comma-spacing)
(#476) 'v' is defined but never used. (no-unused-vars)
(#476) Requires a space after '{'. (block-spacing)
(#476) Statement inside of curly braces should be on next line. (brace-style)
(#476) Missing space before opening brace. (space-before-blocks)
(#476) Operator '=' must be spaced. (space-infix-ops)
(#476) A space is required after ','. (comma-spacing)
(#476) A space is required after ','. (comma-spacing)
(#476) A space is required after ','. (comma-spacing)
(#476) Requires a space after '{'. (block-spacing)
(#476) Statement inside of curly braces should be on next line. (brace-style)
(#476) Missing space before opening brace. (space-before-blocks)
(#476) A space is required after ','. (comma-spacing)
(#476) A space is required after ','. (comma-spacing)
(#476) A space is required after ','. (comma-spacing)
(#476) Requires a space before '}'. (block-spacing)
(#476) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#476) Missing semicolon. (semi)
(#476) Missing whitespace after semicolon. (semi-spacing)
(#476) Operator '=' must be spaced. (space-infix-ops)
(#476) A space is required after ','. (comma-spacing)
(#476) A space is required after ','. (comma-spacing)
(#476) A space is required after ','. (comma-spacing)
(#476) Requires a space after '{'. (block-spacing)
(#476) Statement inside of curly braces should be on next line. (brace-style)
(#476) Missing space before opening brace. (space-before-blocks)
(#476) Operator '=' must be spaced. (space-infix-ops)
(#476) A space is required after ','. (comma-spacing)
(#476) Missing whitespace after semicolon. (semi-spacing)
(#476) Operator '=' must be spaced. (space-infix-ops)
(#476) Missing whitespace after semicolon. (semi-spacing)
(#476) Operator '=' must be spaced. (space-infix-ops)
(#476) Missing whitespace after semicolon. (semi-spacing)
(#476) Operator '=' must be spaced. (space-infix-ops)
(#476) Requires a space before '}'. (block-spacing)
(#476) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#476) Missing semicolon. (semi)
(#476) Requires a space before '}'. (block-spacing)
(#476) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#476) Missing semicolon. (semi)
(#476) A space is required after ','. (comma-spacing)
(#476) A space is required after ','. (comma-spacing)
(#477) This line has a length of 517. Maximum allowed is 132. (max-len)
(#477) A space is required after ','. (comma-spacing)
(#477) A space is required after ','. (comma-spacing)
(#477) Requires a space after '{'. (block-spacing)
(#477) Statement inside of curly braces should be on next line. (brace-style)
(#477) Missing space before opening brace. (space-before-blocks)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) 'v' is defined but never used. (no-unused-vars)
(#477) Unexpected empty function. (no-empty-function)
(#477) Missing space before opening brace. (space-before-blocks)
(#477) Missing whitespace after semicolon. (semi-spacing)
(#477) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) Missing whitespace after semicolon. (semi-spacing)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) A space is required after ','. (comma-spacing)
(#477) A space is required after ','. (comma-spacing)
(#477) Requires a space after '{'. (block-spacing)
(#477) Statement inside of curly braces should be on next line. (brace-style)
(#477) Missing space before opening brace. (space-before-blocks)
(#477) Expected space(s) after "for". (keyword-spacing)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) A space is required after ','. (comma-spacing)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) Missing whitespace after semicolon. (semi-spacing)
(#477) Operator '<' must be spaced. (space-infix-ops)
(#477) Missing whitespace after semicolon. (semi-spacing)
(#477) Requires a space after '{'. (block-spacing)
(#477) Statement inside of curly braces should be on next line. (brace-style)
(#477) Missing space before opening brace. (space-before-blocks)
(#477) Expected space(s) after "for". (keyword-spacing)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) A space is required after ','. (comma-spacing)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) A space is required after ','. (comma-spacing)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) A space is required after ','. (comma-spacing)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) Missing space before value for key 'position'. (key-spacing)
(#477) A space is required after ','. (comma-spacing)
(#477) Missing space before value for key 'texCoord'. (key-spacing)
(#477) A space is required after ','. (comma-spacing)
(#477) Missing space before value for key 'translation'. (key-spacing)
(#477) A space is required after ','. (comma-spacing)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) Operator '<' must be spaced. (space-infix-ops)
(#477) Operator '&&' must be spaced. (space-infix-ops)
(#477) Operator '!=' must be spaced. (space-infix-ops)
(#477) A space is required after ','. (comma-spacing)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) A space is required after ','. (comma-spacing)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) Missing whitespace after semicolon. (semi-spacing)
(#477) Operator '<' must be spaced. (space-infix-ops)
(#477) Missing whitespace after semicolon. (semi-spacing)
(#477) Requires a space after '{'. (block-spacing)
(#477) Statement inside of curly braces should be on next line. (brace-style)
(#477) Missing space before opening brace. (space-before-blocks)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) A space is required after ','. (comma-spacing)
(#477) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) A space is required after ','. (comma-spacing)
(#477) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#477) Missing whitespace after semicolon. (semi-spacing)
(#477) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#477) Operator '?' must be spaced. (space-infix-ops)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) Operator '*' must be spaced. (space-infix-ops)
(#477) A space is required after ','. (comma-spacing)
(#477) Operator '===' must be spaced. (space-infix-ops)
(#477) Operator '&&' must be spaced. (space-infix-ops)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) A space is required after ','. (comma-spacing)
(#477) Operator '+=' must be spaced. (space-infix-ops)
(#477) Operator ':' must be spaced. (space-infix-ops)
(#477) Operator '&&' must be spaced. (space-infix-ops)
(#477) Operator '+=' must be spaced. (space-infix-ops)
(#477) Operator '/' must be spaced. (space-infix-ops)
(#477) Operator '*' must be spaced. (space-infix-ops)
(#477) Missing whitespace after semicolon. (semi-spacing)
(#477) Expected space(s) after "if". (keyword-spacing)
(#477) Expected { after 'if' condition. (curly)
(#477) Expected space(s) before "if". (keyword-spacing)
(#477) Expected space(s) after "if". (keyword-spacing)
(#477) Requires a space after '{'. (block-spacing)
(#477) Statement inside of curly braces should be on next line. (brace-style)
(#477) Missing space before opening brace. (space-before-blocks)
(#477) Expected space(s) after "if". (keyword-spacing)
(#477) Expected { after 'if' condition. (curly)
(#477) Expected space(s) before "continue". (keyword-spacing)
(#477) Requires a space before '}'. (block-spacing)
(#477) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#477) Missing semicolon. (semi)
(#477) Expected space(s) before "else". (keyword-spacing)
(#477) Expected space(s) after "if". (keyword-spacing)
(#477) Operator '&&' must be spaced. (space-infix-ops)
(#478) This line has a length of 506. Maximum allowed is 132. (max-len)
(#478) Expected { after 'if' condition. (curly)
(#478) Expected space(s) before "continue". (keyword-spacing)
(#478) Missing whitespace after semicolon. (semi-spacing)
(#478) Operator '?' must be spaced. (space-infix-ops)
(#478) Operator ':' must be spaced. (space-infix-ops)
(#478) A space is required after ','. (comma-spacing)
(#478) A space is required after ','. (comma-spacing)
(#478) A space is required after ','. (comma-spacing)
(#478) A space is required after ','. (comma-spacing)
(#478) A space is required after ','. (comma-spacing)
(#478) Requires a space before '}'. (block-spacing)
(#478) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#478) Missing semicolon. (semi)
(#478) Expected space(s) before "if". (keyword-spacing)
(#478) Expected space(s) after "if". (keyword-spacing)
(#478) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#478) 'e' used outside of binding context. (block-scoped-var)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) 'e' used outside of binding context. (block-scoped-var)
(#478) Operator '&&' must be spaced. (space-infix-ops)
(#478) Operator '||' must be spaced. (space-infix-ops)
(#478) Expected { after 'if' condition. (curly)
(#478) Expected space(s) before "for". (keyword-spacing)
(#478) Expected space(s) after "for". (keyword-spacing)
(#478) 'g' used outside of binding context. (block-scoped-var)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) A space is required after ','. (comma-spacing)
(#478) 'p' used outside of binding context. (block-scoped-var)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) 'e' used outside of binding context. (block-scoped-var)
(#478) Missing whitespace after semicolon. (semi-spacing)
(#478) 'g' used outside of binding context. (block-scoped-var)
(#478) Operator '<' must be spaced. (space-infix-ops)
(#478) 'p' used outside of binding context. (block-scoped-var)
(#478) Missing whitespace after semicolon. (semi-spacing)
(#478) 'g' used outside of binding context. (block-scoped-var)
(#478) Expected { after 'for' condition. (curly)
(#478) Expected space(s) before "for". (keyword-spacing)
(#478) Expected space(s) after "for". (keyword-spacing)
(#478) 'l' used outside of binding context. (block-scoped-var)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) 'e' used outside of binding context. (block-scoped-var)
(#478) 'g' used outside of binding context. (block-scoped-var)
(#478) A space is required after ','. (comma-spacing)
(#478) 'r' used outside of binding context. (block-scoped-var)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) A space is required after ','. (comma-spacing)
(#478) 'y' used outside of binding context. (block-scoped-var)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) 'l' used outside of binding context. (block-scoped-var)
(#478) Missing whitespace after semicolon. (semi-spacing)
(#478) 'r' used outside of binding context. (block-scoped-var)
(#478) Operator '<' must be spaced. (space-infix-ops)
(#478) 'y' used outside of binding context. (block-scoped-var)
(#478) Missing whitespace after semicolon. (semi-spacing)
(#478) 'r' used outside of binding context. (block-scoped-var)
(#478) 'A' used outside of binding context. (block-scoped-var)
(#478) Expected { after 'for' condition. (curly)
(#478) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) 'l' used outside of binding context. (block-scoped-var)
(#478) 'r' used outside of binding context. (block-scoped-var)
(#478) Unexpected use of comma operator. (no-sequences)
(#478) A space is required after ','. (comma-spacing)
(#478) 'A' used outside of binding context. (block-scoped-var)
(#478) Operator '&&' must be spaced. (space-infix-ops)
(#478) 'x' used outside of binding context. (block-scoped-var)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) 'A' used outside of binding context. (block-scoped-var)
(#478) A space is required after ','. (comma-spacing)
(#478) 'A' used outside of binding context. (block-scoped-var)
(#478) A space is required after ','. (comma-spacing)
(#478) 'x' used outside of binding context. (block-scoped-var)
(#478) A space is required after ','. (comma-spacing)
(#478) 'x' used outside of binding context. (block-scoped-var)
(#478) A space is required after ','. (comma-spacing)
(#478) 'x' used outside of binding context. (block-scoped-var)
(#478) A space is required after ','. (comma-spacing)
(#478) A space is required after ','. (comma-spacing)
(#478) 'm' used outside of binding context. (block-scoped-var)
(#478) Missing whitespace after semicolon. (semi-spacing)
(#478) 'b' used outside of binding context. (block-scoped-var)
(#478) A space is required after ','. (comma-spacing)
(#478) 'm' used outside of binding context. (block-scoped-var)
(#478) A space is required after ','. (comma-spacing)
(#478) 'm' used outside of binding context. (block-scoped-var)
(#478) A space is required after ','. (comma-spacing)
(#478) 'm' used outside of binding context. (block-scoped-var)
(#478) A space is required after ','. (comma-spacing)
(#478) 'm' used outside of binding context. (block-scoped-var)
(#478) Requires a space before '}'. (block-spacing)
(#478) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#478) Missing semicolon. (semi)
(#478) Requires a space before '}'. (block-spacing)
(#478) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#478) Missing whitespace after semicolon. (semi-spacing)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) A space is required after ','. (comma-spacing)
(#478) A space is required after ','. (comma-spacing)
(#478) Requires a space after '{'. (block-spacing)
(#478) Statement inside of curly braces should be on next line. (brace-style)
(#478) Missing space before opening brace. (space-before-blocks)
(#478) Missing whitespace after semicolon. (semi-spacing)
(#478) Missing whitespace after semicolon. (semi-spacing)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) Missing whitespace after semicolon. (semi-spacing)
(#478) Expected space(s) after "for". (keyword-spacing)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) Missing whitespace after semicolon. (semi-spacing)
(#478) Operator '<' must be spaced. (space-infix-ops)
(#478) Missing whitespace after semicolon. (semi-spacing)
(#478) Expected { after 'for' condition. (curly)
(#478) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#478) Operator '&&' must be spaced. (space-infix-ops)
(#479) This line has a length of 481. Maximum allowed is 132. (max-len)
(#479) Requires a space before '}'. (block-spacing)
(#479) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#479) Missing semicolon. (semi)
(#479) Requires a space before '}'. (block-spacing)
(#479) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#479) Missing semicolon. (semi)
(#479) A space is required after ','. (comma-spacing)
(#479) Missing whitespace after semicolon. (semi-spacing)
(#479) A space is required after ','. (comma-spacing)
(#479) A space is required after ','. (comma-spacing)
(#479) 'w' is defined but never used. (no-unused-vars)
(#479) Requires a space after '{'. (block-spacing)
(#479) Statement inside of curly braces should be on next line. (brace-style)
(#479) Missing space before opening brace. (space-before-blocks)
(#479) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) A space is required after ','. (comma-spacing)
(#479) A space is required after ','. (comma-spacing)
(#479) Requires a space after '{'. (block-spacing)
(#479) Statement inside of curly braces should be on next line. (brace-style)
(#479) Missing space before opening brace. (space-before-blocks)
(#479) Expected space(s) after "for". (keyword-spacing)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) A space is required after ','. (comma-spacing)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) A space is required after ','. (comma-spacing)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) Missing whitespace after semicolon. (semi-spacing)
(#479) Operator '<=' must be spaced. (space-infix-ops)
(#479) Missing whitespace after semicolon. (semi-spacing)
(#479) Requires a space after '{'. (block-spacing)
(#479) Statement inside of curly braces should be on next line. (brace-style)
(#479) Missing space before opening brace. (space-before-blocks)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) Operator '*' must be spaced. (space-infix-ops)
(#479) Operator '/' must be spaced. (space-infix-ops)
(#479) A space is required after ','. (comma-spacing)
(#479) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) Missing whitespace after semicolon. (semi-spacing)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) Missing whitespace after semicolon. (semi-spacing)
(#479) Expected space(s) after "for". (keyword-spacing)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) Missing whitespace after semicolon. (semi-spacing)
(#479) Operator '<=' must be spaced. (space-infix-ops)
(#479) Missing whitespace after semicolon. (semi-spacing)
(#479) Requires a space after '{'. (block-spacing)
(#479) Statement inside of curly braces should be on next line. (brace-style)
(#479) Missing space before opening brace. (space-before-blocks)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) Operator '*' must be spaced. (space-infix-ops)
(#479) Operator '*' must be spaced. (space-infix-ops)
(#479) Operator '/' must be spaced. (space-infix-ops)
(#479) A space is required after ','. (comma-spacing)
(#479) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) Missing whitespace after semicolon. (semi-spacing)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) Operator '*' must be spaced. (space-infix-ops)
(#479) Missing whitespace after semicolon. (semi-spacing)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) Missing whitespace after semicolon. (semi-spacing)
(#479) Operator '*=' must be spaced. (space-infix-ops)
(#479) Missing whitespace after semicolon. (semi-spacing)
(#479) A space is required after ','. (comma-spacing)
(#479) A space is required after ','. (comma-spacing)
(#479) Missing whitespace after semicolon. (semi-spacing)
(#479) Operator '*' must be spaced. (space-infix-ops)
(#479) A space is required after ','. (comma-spacing)
(#479) Operator '*' must be spaced. (space-infix-ops)
(#479) A space is required after ','. (comma-spacing)
(#479) Operator '*' must be spaced. (space-infix-ops)
(#479) Requires a space before '}'. (block-spacing)
(#479) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#479) Missing semicolon. (semi)
(#479) Requires a space before '}'. (block-spacing)
(#479) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) Missing whitespace after semicolon. (semi-spacing)
(#479) Operator '+=' must be spaced. (space-infix-ops)
(#479) Missing whitespace after semicolon. (semi-spacing)
(#479) Expected space(s) after "for". (keyword-spacing)
(#479) 'e' used outside of binding context. (block-scoped-var)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) Missing whitespace after semicolon. (semi-spacing)
(#479) 'e' used outside of binding context. (block-scoped-var)
(#479) Operator '<' must be spaced. (space-infix-ops)
(#479) Missing whitespace after semicolon. (semi-spacing)
(#479) 'e' used outside of binding context. (block-scoped-var)
(#479) Expected { after 'for' condition. (curly)
(#479) Expected space(s) before "for". (keyword-spacing)
(#479) Expected space(s) after "for". (keyword-spacing)
(#479) 'g' used outside of binding context. (block-scoped-var)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) Missing whitespace after semicolon. (semi-spacing)
(#479) 'g' used outside of binding context. (block-scoped-var)
(#479) Operator '<' must be spaced. (space-infix-ops)
(#479) Missing whitespace after semicolon. (semi-spacing)
(#479) 'g' used outside of binding context. (block-scoped-var)
(#479) 'b' used outside of binding context. (block-scoped-var)
(#479) Expected { after 'for' condition. (curly)
(#479) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) 'e' used outside of binding context. (block-scoped-var)
(#479) Operator '*' must be spaced. (space-infix-ops)
(#479) Operator '+' must be spaced. (space-infix-ops)
(#479) 'g' used outside of binding context. (block-scoped-var)
(#479) Operator '%' must be spaced. (space-infix-ops)
(#479) Unexpected use of comma operator. (no-sequences)
(#479) A space is required after ','. (comma-spacing)
(#479) 'm' used outside of binding context. (block-scoped-var)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) 'b' used outside of binding context. (block-scoped-var)
(#479) Operator '+' must be spaced. (space-infix-ops)
(#479) A space is required after ','. (comma-spacing)
(#479) 'b' used outside of binding context. (block-scoped-var)
(#479) A space is required after ','. (comma-spacing)
(#479) 'b' used outside of binding context. (block-scoped-var)
(#479) Operator '+' must be spaced. (space-infix-ops)
(#479) A space is required after ','. (comma-spacing)
(#479) 'm' used outside of binding context. (block-scoped-var)
(#479) A space is required after ','. (comma-spacing)
(#479) 'g' used outside of binding context. (block-scoped-var)
(#479) Operator '<' must be spaced. (space-infix-ops)
(#479) Operator '-' must be spaced. (space-infix-ops)
(#479) Operator '&&' must be spaced. (space-infix-ops)
(#479) 'm' used outside of binding context. (block-scoped-var)
(#479) A space is required after ','. (comma-spacing)
(#479) 'b' used outside of binding context. (block-scoped-var)
(#479) Operator '+' must be spaced. (space-infix-ops)
(#479) A space is required after ','. (comma-spacing)
(#479) 'm' used outside of binding context. (block-scoped-var)
(#479) Operator '+' must be spaced. (space-infix-ops)
(#479) Missing whitespace after semicolon. (semi-spacing)
(#479) 'd' used outside of binding context. (block-scoped-var)
(#479) A space is required after ','. (comma-spacing)
(#479) 'c' used outside of binding context. (block-scoped-var)
(#479) A space is required after ','. (comma-spacing)
(#479) Requires a space before '}'. (block-spacing)
(#479) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#479) Missing semicolon. (semi)
(#479) Missing whitespace after semicolon. (semi-spacing)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) Missing '()' invoking a constructor. (new-parens)
(#479) Requires a space before '}'. (block-spacing)
(#479) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#479) Missing semicolon. (semi)
(#479) A space is required after ','. (comma-spacing)
(#480) This line has a length of 504. Maximum allowed is 132. (max-len)
(#480) A space is required after ','. (comma-spacing)
(#480) A space is required after ','. (comma-spacing)
(#480) A space is required after ','. (comma-spacing)
(#480) A space is required after ','. (comma-spacing)
(#480) Requires a space after '{'. (block-spacing)
(#480) Statement inside of curly braces should be on next line. (brace-style)
(#480) Missing space before opening brace. (space-before-blocks)
(#480) Missing JSDoc comment. (require-jsdoc)
(#480) A space is required after ','. (comma-spacing)
(#480) A space is required after ','. (comma-spacing)
(#480) A space is required after ','. (comma-spacing)
(#480) Requires a space after '{'. (block-spacing)
(#480) Statement inside of curly braces should be on next line. (brace-style)
(#480) Missing space before opening brace. (space-before-blocks)
(#480) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) Missing whitespace after semicolon. (semi-spacing)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) Missing whitespace after semicolon. (semi-spacing)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) Missing whitespace after semicolon. (semi-spacing)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) Requires a space before '}'. (block-spacing)
(#480) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#480) Missing semicolon. (semi)
(#480) Expected space(s) before "var". (keyword-spacing)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) Missing whitespace after semicolon. (semi-spacing)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) Requires a space after '{'. (block-spacing)
(#480) Statement inside of curly braces should be on next line. (brace-style)
(#480) Missing space before opening brace. (space-before-blocks)
(#480) Do not nest ternary expressions. (no-nested-ternary)
(#480) Operator '?' must be spaced. (space-infix-ops)
(#480) Operator ':' must be spaced. (space-infix-ops)
(#480) Do not nest ternary expressions. (no-nested-ternary)
(#480) Operator '?' must be spaced. (space-infix-ops)
(#480) Operator '?' must be spaced. (space-infix-ops)
(#480) Operator ':' must be spaced. (space-infix-ops)
(#480) A space is required after ','. (comma-spacing)
(#480) Operator ':' must be spaced. (space-infix-ops)
(#480) Do not nest ternary expressions. (no-nested-ternary)
(#480) Operator '?' must be spaced. (space-infix-ops)
(#480) Operator '?' must be spaced. (space-infix-ops)
(#480) Operator ':' must be spaced. (space-infix-ops)
(#480) Operator ':' must be spaced. (space-infix-ops)
(#480) Do not nest ternary expressions. (no-nested-ternary)
(#480) Operator '?' must be spaced. (space-infix-ops)
(#480) Operator ':' must be spaced. (space-infix-ops)
(#480) Operator '?' must be spaced. (space-infix-ops)
(#480) Operator ':' must be spaced. (space-infix-ops)
(#480) Requires a space before '}'. (block-spacing)
(#480) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#480) Missing semicolon. (semi)
(#480) Missing whitespace after semicolon. (semi-spacing)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#481) This line has a length of 516. Maximum allowed is 132. (max-len)
(#481) Requires a space after '{'. (block-spacing)
(#481) Statement inside of curly braces should be on next line. (brace-style)
(#481) Missing space before opening brace. (space-before-blocks)
(#481) Operator '=' must be spaced. (space-infix-ops)
(#481) Missing whitespace after semicolon. (semi-spacing)
(#481) Expected space(s) after "if". (keyword-spacing)
(#481) Operator '===' must be spaced. (space-infix-ops)
(#481) Expected { after 'if' condition. (curly)
(#481) Expected space(s) before "return". (keyword-spacing)
(#481) Missing whitespace after semicolon. (semi-spacing)
(#481) Expected space(s) after "if". (keyword-spacing)
(#481) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#481) Operator '===' must be spaced. (space-infix-ops)
(#481) Expected { after 'if' condition. (curly)
(#481) Expected space(s) before "return". (keyword-spacing)
(#481) Missing whitespace after semicolon. (semi-spacing)
(#481) Expected space(s) after "if". (keyword-spacing)
(#481) Operator '===' must be spaced. (space-infix-ops)
(#481) Requires a space after '{'. (block-spacing)
(#481) Statement inside of curly braces should be on next line. (brace-style)
(#481) Missing space before opening brace. (space-before-blocks)
(#481) Expected space(s) after "if". (keyword-spacing)
(#481) Expected { after 'if' condition. (curly)
(#481) Expected space(s) before "return". (keyword-spacing)
(#481) Expected space(s) after "return". (keyword-spacing)
(#481) Requires a space before '}'. (block-spacing)
(#481) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#481) Missing semicolon. (semi)
(#481) Expected space(s) before "else". (keyword-spacing)
(#481) Expected space(s) after "if". (keyword-spacing)
(#481) Operator '===' must be spaced. (space-infix-ops)
(#481) Requires a space after '{'. (block-spacing)
(#481) Statement inside of curly braces should be on next line. (brace-style)
(#481) Missing space before opening brace. (space-before-blocks)
(#481) Expected space(s) after "if". (keyword-spacing)
(#481) Operator '===' must be spaced. (space-infix-ops)
(#481) Expected { after 'if' condition. (curly)
(#481) Expected space(s) before "return". (keyword-spacing)
(#481) Expected space(s) after "return". (keyword-spacing)
(#481) Missing whitespace after semicolon. (semi-spacing)
(#481) Expected space(s) after "if". (keyword-spacing)
(#481) Operator '===' must be spaced. (space-infix-ops)
(#481) Expected { after 'if' condition. (curly)
(#481) Expected space(s) before "return". (keyword-spacing)
(#481) Expected space(s) after "return". (keyword-spacing)
(#481) Missing whitespace after semicolon. (semi-spacing)
(#481) Expected space(s) after "if". (keyword-spacing)
(#481) Expected { after 'if' condition. (curly)
(#481) Expected space(s) before "return". (keyword-spacing)
(#481) Expected space(s) after "return". (keyword-spacing)
(#481) Requires a space before '}'. (block-spacing)
(#481) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#481) Missing semicolon. (semi)
(#481) Expected space(s) before "return". (keyword-spacing)
(#481) Expected space(s) after "return". (keyword-spacing)
(#481) Requires a space before '}'. (block-spacing)
(#481) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#481) Missing semicolon. (semi)
(#481) Missing whitespace after semicolon. (semi-spacing)
(#481) Operator '=' must be spaced. (space-infix-ops)
(#481) A space is required after ','. (comma-spacing)
(#481) A space is required after ','. (comma-spacing)
(#481) Requires a space after '{'. (block-spacing)
(#481) Statement inside of curly braces should be on next line. (brace-style)
(#481) Missing space before opening brace. (space-before-blocks)
(#481) Expected space(s) after "if". (keyword-spacing)
(#481) Operator '&&' must be spaced. (space-infix-ops)
(#481) Operator '!==' must be spaced. (space-infix-ops)
(#481) Requires a space after '{'. (block-spacing)
(#481) Statement inside of curly braces should be on next line. (brace-style)
(#481) Missing space before opening brace. (space-before-blocks)
(#481) Operator '=' must be spaced. (space-infix-ops)
(#481) Missing whitespace after semicolon. (semi-spacing)
(#482) This line has a length of 536. Maximum allowed is 132. (max-len)
(#482) Missing whitespace after semicolon. (semi-spacing)
(#482) A space is required after ','. (comma-spacing)
(#482) A space is required after ','. (comma-spacing)
(#482) A space is required after ','. (comma-spacing)
(#482) A space is required after ','. (comma-spacing)
(#482) A space is required after ','. (comma-spacing)
(#482) Missing whitespace after semicolon. (semi-spacing)
(#482) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#482) A space is required after ','. (comma-spacing)
(#482) Missing whitespace after semicolon. (semi-spacing)
(#482) A space is required after ','. (comma-spacing)
(#482) A space is required after ','. (comma-spacing)
(#482) A space is required after ','. (comma-spacing)
(#482) A space is required after ','. (comma-spacing)
(#482) A space is required after ','. (comma-spacing)
(#482) Missing whitespace after semicolon. (semi-spacing)
(#482) A space is required after ','. (comma-spacing)
(#482) Missing whitespace after semicolon. (semi-spacing)
(#482) Operator '=' must be spaced. (space-infix-ops)
(#482) Requires a space before '}'. (block-spacing)
(#482) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#482) Missing semicolon. (semi)
(#482) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#482) Expected space(s) before "this". (keyword-spacing)
(#482) Operator '||' must be spaced. (space-infix-ops)
(#482) Operator '=' must be spaced. (space-infix-ops)
(#482) A space is required after ','. (comma-spacing)
(#482) A space is required after ','. (comma-spacing)
(#482) A space is required after ','. (comma-spacing)
(#483) This line has a length of 504. Maximum allowed is 132. (max-len)
(#483) 'Uint16Array' is not defined. (no-undef)
(#483) A space is required after ','. (comma-spacing)
(#483) A space is required after ','. (comma-spacing)
(#483) Operator '=' must be spaced. (space-infix-ops)
(#483) A space is required after ','. (comma-spacing)
(#483) Operator '=' must be spaced. (space-infix-ops)
(#483) Missing whitespace after semicolon. (semi-spacing)
(#483) A space is required after ','. (comma-spacing)
(#483) Missing whitespace after semicolon. (semi-spacing)
(#483) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#483) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#483) Operator '||' must be spaced. (space-infix-ops)
(#483) Operator '===' must be spaced. (space-infix-ops)
(#483) Operator '||' must be spaced. (space-infix-ops)
(#483) A space is required after ','. (comma-spacing)
(#483) Missing whitespace after semicolon. (semi-spacing)
(#483) A space is required after ','. (comma-spacing)
(#483) A space is required after ','. (comma-spacing)
(#483) A space is required after ','. (comma-spacing)
(#483) Requires a space before '}'. (block-spacing)
(#483) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#483) Missing semicolon. (semi)
(#483) Missing whitespace after semicolon. (semi-spacing)
(#483) Operator '=' must be spaced. (space-infix-ops)
(#483) Function has a complexity of 42. Maximum allowed is 20. (complexity)
(#483) A space is required after ','. (comma-spacing)
(#483) A space is required after ','. (comma-spacing)
(#483) Requires a space after '{'. (block-spacing)
(#483) Statement inside of curly braces should be on next line. (brace-style)
(#483) Missing space before opening brace. (space-before-blocks)
(#483) Operator '=' must be spaced. (space-infix-ops)
(#483) A space is required after ','. (comma-spacing)
(#483) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#483) Operator '=' must be spaced. (space-infix-ops)
(#483) Missing whitespace after semicolon. (semi-spacing)
(#483) Operator '=' must be spaced. (space-infix-ops)
(#483) Missing whitespace after semicolon. (semi-spacing)
(#483) Operator '=' must be spaced. (space-infix-ops)
(#483) Missing whitespace after semicolon. (semi-spacing)
(#483) Operator '=' must be spaced. (space-infix-ops)
(#484) This line has a length of 509. Maximum allowed is 132. (max-len)
(#484) Operator '<' must be spaced. (space-infix-ops)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Expected space(s) after "for". (keyword-spacing)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) A space is required after ','. (comma-spacing)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Operator '<' must be spaced. (space-infix-ops)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Requires a space after '{'. (block-spacing)
(#484) Statement inside of curly braces should be on next line. (brace-style)
(#484) Missing space before opening brace. (space-before-blocks)
(#484) Expected space(s) after "if". (keyword-spacing)
(#484) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#484) 'r' used outside of binding context. (block-scoped-var)
(#484) Operator '||' must be spaced. (space-infix-ops)
(#484) Operator '<' must be spaced. (space-infix-ops)
(#484) 'r' used outside of binding context. (block-scoped-var)
(#484) Requires a space after '{'. (block-spacing)
(#484) Statement inside of curly braces should be on next line. (brace-style)
(#484) Missing space before opening brace. (space-before-blocks)
(#484) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#484) Operator '<' must be spaced. (space-infix-ops)
(#484) Operator '&&' must be spaced. (space-infix-ops)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) Missing space before value for key 'count'. (key-spacing)
(#484) A space is required after ','. (comma-spacing)
(#484) Missing space before value for key 'positionData'. (key-spacing)
(#484) A space is required after ','. (comma-spacing)
(#484) Missing space before value for key 'normalData'. (key-spacing)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Requires a space before '}'. (block-spacing)
(#484) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#484) Missing semicolon. (semi)
(#484) Expected space(s) before "var". (keyword-spacing)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) 'r' used outside of binding context. (block-scoped-var)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Expected space(s) after "for". (keyword-spacing)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Operator '<' must be spaced. (space-infix-ops)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Expected { after 'for' condition. (curly)
(#484) Expected space(s) before "for". (keyword-spacing)
(#484) Expected space(s) after "for". (keyword-spacing)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) Operator '?' must be spaced. (space-infix-ops)
(#484) Operator ':' must be spaced. (space-infix-ops)
(#484) A space is required after ','. (comma-spacing)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) Operator '===' must be spaced. (space-infix-ops)
(#484) A space is required after ','. (comma-spacing)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) A space is required after ','. (comma-spacing)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Operator '<' must be spaced. (space-infix-ops)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Requires a space after '{'. (block-spacing)
(#484) Statement inside of curly braces should be on next line. (brace-style)
(#484) Missing space before opening brace. (space-before-blocks)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) A space is required after ','. (comma-spacing)
(#484) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) A space is required after ','. (comma-spacing)
(#484) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) Operator '+' must be spaced. (space-infix-ops)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#484) Operator '===' must be spaced. (space-infix-ops)
(#484) Operator '-' must be spaced. (space-infix-ops)
(#484) Operator '&&' must be spaced. (space-infix-ops)
(#484) Operator '===' must be spaced. (space-infix-ops)
(#484) Operator '-' must be spaced. (space-infix-ops)
(#484) Operator '?' must be spaced. (space-infix-ops)
(#484) Operator ':' must be spaced. (space-infix-ops)
(#484) Operator '===' must be spaced. (space-infix-ops)
(#484) Operator '-' must be spaced. (space-infix-ops)
(#484) Operator '&&' must be spaced. (space-infix-ops)
(#484) A space is required after ','. (comma-spacing)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) Operator '?' must be spaced. (space-infix-ops)
(#484) Operator ':' must be spaced. (space-infix-ops)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) Operator '+' must be spaced. (space-infix-ops)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#484) Operator '===' must be spaced. (space-infix-ops)
(#484) Operator '-' must be spaced. (space-infix-ops)
(#484) Operator '&&' must be spaced. (space-infix-ops)
(#484) Operator '-=' must be spaced. (space-infix-ops)
(#484) A space is required after ','. (comma-spacing)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) Operator '?' must be spaced. (space-infix-ops)
(#484) Operator ':' must be spaced. (space-infix-ops)
(#485) This line has a length of 502. Maximum allowed is 132. (max-len)
(#485) Operator '=' must be spaced. (space-infix-ops)
(#485) Operator '-' must be spaced. (space-infix-ops)
(#485) A space is required after ','. (comma-spacing)
(#485) Operator '-' must be spaced. (space-infix-ops)
(#485) A space is required after ','. (comma-spacing)
(#485) Operator '-' must be spaced. (space-infix-ops)
(#485) Missing whitespace after semicolon. (semi-spacing)
(#485) Operator '=' must be spaced. (space-infix-ops)
(#485) Operator '-' must be spaced. (space-infix-ops)
(#485) A space is required after ','. (comma-spacing)
(#485) Operator '-' must be spaced. (space-infix-ops)
(#485) A space is required after ','. (comma-spacing)
(#485) Operator '-' must be spaced. (space-infix-ops)
(#485) Missing whitespace after semicolon. (semi-spacing)
(#485) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#485) Operator '=' must be spaced. (space-infix-ops)
(#485) A space is required after ','. (comma-spacing)
(#485) A space is required after ','. (comma-spacing)
(#485) Missing whitespace after semicolon. (semi-spacing)
(#485) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#485) Operator '===' must be spaced. (space-infix-ops)
(#485) Operator '&&' must be spaced. (space-infix-ops)
(#485) A space is required after ','. (comma-spacing)
(#485) A space is required after ','. (comma-spacing)
(#485) A space is required after ','. (comma-spacing)
(#485) 'r' used outside of binding context. (block-scoped-var)
(#485) A space is required after ','. (comma-spacing)
(#485) A space is required after ','. (comma-spacing)
(#485) A space is required after ','. (comma-spacing)
(#485) 'r' used outside of binding context. (block-scoped-var)
(#485) A space is required after ','. (comma-spacing)
(#485) A space is required after ','. (comma-spacing)
(#485) Missing whitespace after semicolon. (semi-spacing)
(#485) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#485) Operator '||' must be spaced. (space-infix-ops)
(#485) Operator '?' must be spaced. (space-infix-ops)
(#485) A space is required after ','. (comma-spacing)
(#485) A space is required after ','. (comma-spacing)
(#485) A space is required after ','. (comma-spacing)
(#485) 'r' used outside of binding context. (block-scoped-var)
(#485) A space is required after ','. (comma-spacing)
(#485) A space is required after ','. (comma-spacing)
(#485) A space is required after ','. (comma-spacing)
(#485) 'r' used outside of binding context. (block-scoped-var)
(#485) A space is required after ','. (comma-spacing)
(#485) A space is required after ','. (comma-spacing)
(#485) A space is required after ','. (comma-spacing)
(#485) Operator '&&' must be spaced. (space-infix-ops)
(#485) Operator '===' must be spaced. (space-infix-ops)
(#485) Operator '-' must be spaced. (space-infix-ops)
(#485) Operator '&&' must be spaced. (space-infix-ops)
(#485) Operator '=' must be spaced. (space-infix-ops)
(#485) A space is required after ','. (comma-spacing)
(#485) Operator '=' must be spaced. (space-infix-ops)
(#485) Operator ':' must be spaced. (space-infix-ops)
(#485) A space is required after ','. (comma-spacing)
(#485) Operator '&&' must be spaced. (space-infix-ops)
(#485) Operator '||' must be spaced. (space-infix-ops)
(#485) Operator '&&' must be spaced. (space-infix-ops)
(#485) Operator '&&' must be spaced. (space-infix-ops)
(#485) A space is required after ','. (comma-spacing)
(#485) A space is required after ','. (comma-spacing)
(#485) 'r' used outside of binding context. (block-scoped-var)
(#485) A space is required after ','. (comma-spacing)
(#485) A space is required after ','. (comma-spacing)
(#485) A space is required after ','. (comma-spacing)
(#485) A space is required after ','. (comma-spacing)
(#485) A space is required after ','. (comma-spacing)
(#485) 'r' used outside of binding context. (block-scoped-var)
(#485) Operator '+' must be spaced. (space-infix-ops)
(#485) A space is required after ','. (comma-spacing)
(#485) Operator '+' must be spaced. (space-infix-ops)
(#485) A space is required after ','. (comma-spacing)
(#485) Operator '+' must be spaced. (space-infix-ops)
(#485) A space is required after ','. (comma-spacing)
(#485) Operator '===' must be spaced. (space-infix-ops)
(#485) Operator '-' must be spaced. (space-infix-ops)
(#485) Operator '&&' must be spaced. (space-infix-ops)
(#485) Operator '===' must be spaced. (space-infix-ops)
(#485) Operator '-' must be spaced. (space-infix-ops)
(#485) Operator '&&' must be spaced. (space-infix-ops)
(#485) Operator '=' must be spaced. (space-infix-ops)
(#485) A space is required after ','. (comma-spacing)
(#485) Operator '=' must be spaced. (space-infix-ops)
(#486) This line has a length of 507. Maximum allowed is 132. (max-len)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) Expected space(s) after "if". (keyword-spacing)
(#486) Operator '===' must be spaced. (space-infix-ops)
(#486) Operator '||' must be spaced. (space-infix-ops)
(#486) Operator '===' must be spaced. (space-infix-ops)
(#486) Operator '-' must be spaced. (space-infix-ops)
(#486) Expected { after 'if' condition. (curly)
(#486) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#486) Unexpected use of comma operator. (no-sequences)
(#486) A space is required after ','. (comma-spacing)
(#486) 'r' used outside of binding context. (block-scoped-var)
(#486) A space is required after ','. (comma-spacing)
(#486) A space is required after ','. (comma-spacing)
(#486) A space is required after ','. (comma-spacing)
(#486) 'r' used outside of binding context. (block-scoped-var)
(#486) A space is required after ','. (comma-spacing)
(#486) A space is required after ','. (comma-spacing)
(#486) Requires a space before '}'. (block-spacing)
(#486) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#486) Missing semicolon. (semi)
(#486) Requires a space before '}'. (block-spacing)
(#486) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#486) This line has 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#486) Operator '+=' must be spaced. (space-infix-ops)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) Operator '+=' must be spaced. (space-infix-ops)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) Expected space(s) after "for". (keyword-spacing)
(#486) 'r' used outside of binding context. (block-scoped-var)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) Operator '<' must be spaced. (space-infix-ops)
(#486) 'r' used outside of binding context. (block-scoped-var)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) Requires a space after '{'. (block-spacing)
(#486) Statement inside of curly braces should be on next line. (brace-style)
(#486) Missing space before opening brace. (space-before-blocks)
(#486) 'p' used outside of binding context. (block-scoped-var)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) 'x' used outside of binding context. (block-scoped-var)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) 'A' used outside of binding context. (block-scoped-var)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) 'l' used outside of binding context. (block-scoped-var)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) Expected space(s) after "for". (keyword-spacing)
(#486) 'y' used outside of binding context. (block-scoped-var)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) 'p' used outside of binding context. (block-scoped-var)
(#486) Operator '-' must be spaced. (space-infix-ops)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) 'l' used outside of binding context. (block-scoped-var)
(#486) Operator '<' must be spaced. (space-infix-ops)
(#486) 'y' used outside of binding context. (block-scoped-var)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) 'l' used outside of binding context. (block-scoped-var)
(#486) Requires a space after '{'. (block-spacing)
(#486) Statement inside of curly braces should be on next line. (brace-style)
(#486) Missing space before opening brace. (space-before-blocks)
(#486) 'A' used outside of binding context. (block-scoped-var)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) 'l' used outside of binding context. (block-scoped-var)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) Expected space(s) after "for". (keyword-spacing)
(#486) 'H' used outside of binding context. (block-scoped-var)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) 'H' used outside of binding context. (block-scoped-var)
(#486) Operator '<' must be spaced. (space-infix-ops)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) 'H' used outside of binding context. (block-scoped-var)
(#486) 'A' used outside of binding context. (block-scoped-var)
(#486) Expected { after 'for' condition. (curly)
(#486) Operator '+=' must be spaced. (space-infix-ops)
(#486) 'H' used outside of binding context. (block-scoped-var)
(#486) Operator '-' must be spaced. (space-infix-ops)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) 'A' used outside of binding context. (block-scoped-var)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) 'A' used outside of binding context. (block-scoped-var)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) 'a' used outside of binding context. (block-scoped-var)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) 'l' used outside of binding context. (block-scoped-var)
(#486) Operator '*' must be spaced. (space-infix-ops)
(#486) Operator '*' must be spaced. (space-infix-ops)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) 'H' used outside of binding context. (block-scoped-var)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) 'f' used outside of binding context. (block-scoped-var)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) Expected space(s) after "for". (keyword-spacing)
(#486) 't' used outside of binding context. (block-scoped-var)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) Operator '-' must be spaced. (space-infix-ops)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) 'f' used outside of binding context. (block-scoped-var)
(#486) Operator '<' must be spaced. (space-infix-ops)
(#486) 't' used outside of binding context. (block-scoped-var)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) 'f' used outside of binding context. (block-scoped-var)
(#486) Expected { after 'for' condition. (curly)
(#486) Expected space(s) before "for". (keyword-spacing)
(#486) Expected space(s) after "for". (keyword-spacing)
(#486) 'C' used outside of binding context. (block-scoped-var)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) 'a' used outside of binding context. (block-scoped-var)
(#486) Operator '+' must be spaced. (space-infix-ops)
(#486) 'f' used outside of binding context. (block-scoped-var)
(#486) Operator '*' must be spaced. (space-infix-ops)
(#486) A space is required after ','. (comma-spacing)
(#486) 'F' used outside of binding context. (block-scoped-var)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) 'F' used outside of binding context. (block-scoped-var)
(#486) Operator '<' must be spaced. (space-infix-ops)
(#486) Operator '-' must be spaced. (space-infix-ops)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) 'F' used outside of binding context. (block-scoped-var)
(#486) 'I' used outside of binding context. (block-scoped-var)
(#486) Expected { after 'for' condition. (curly)
(#486) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) Unexpected use of comma operator. (no-sequences)
(#486) A space is required after ','. (comma-spacing)
(#486) 'l' used outside of binding context. (block-scoped-var)
(#486) Operator '===' must be spaced. (space-infix-ops)
(#486) 'y' used outside of binding context. (block-scoped-var)
(#486) Operator '&&' must be spaced. (space-infix-ops)
(#486) 'I' used outside of binding context. (block-scoped-var)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) A space is required after ','. (comma-spacing)
(#486) 'I' used outside of binding context. (block-scoped-var)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) 'C' used outside of binding context. (block-scoped-var)
(#486) Operator '+' must be spaced. (space-infix-ops)
(#486) 'F' used outside of binding context. (block-scoped-var)
(#486) A space is required after ','. (comma-spacing)
(#486) 'C' used outside of binding context. (block-scoped-var)
(#486) Operator '+' must be spaced. (space-infix-ops)
(#486) Operator '+' must be spaced. (space-infix-ops)
(#486) 'F' used outside of binding context. (block-scoped-var)
(#486) A space is required after ','. (comma-spacing)
(#486) 'C' used outside of binding context. (block-scoped-var)
(#486) Operator '+' must be spaced. (space-infix-ops)
(#486) Operator '+' must be spaced. (space-infix-ops)
(#486) 'F' used outside of binding context. (block-scoped-var)
(#486) Operator '+' must be spaced. (space-infix-ops)
(#486) 'I' used outside of binding context. (block-scoped-var)
(#486) A space is required after ','. (comma-spacing)
(#486) 'C' used outside of binding context. (block-scoped-var)
(#486) Operator '+' must be spaced. (space-infix-ops)
(#486) 'F' used outside of binding context. (block-scoped-var)
(#486) A space is required after ','. (comma-spacing)
(#486) 'C' used outside of binding context. (block-scoped-var)
(#486) Operator '+' must be spaced. (space-infix-ops)
(#486) 'F' used outside of binding context. (block-scoped-var)
(#486) Operator '+' must be spaced. (space-infix-ops)
(#486) 'I' used outside of binding context. (block-scoped-var)
(#486) A space is required after ','. (comma-spacing)
(#486) 'C' used outside of binding context. (block-scoped-var)
(#486) Operator '+' must be spaced. (space-infix-ops)
(#486) Operator '+' must be spaced. (space-infix-ops)
(#486) 'F' used outside of binding context. (block-scoped-var)
(#486) Operator '+' must be spaced. (space-infix-ops)
(#486) 'I' used outside of binding context. (block-scoped-var)
(#486) A space is required after ','. (comma-spacing)
(#486) 'F' used outside of binding context. (block-scoped-var)
(#486) Operator '!==' must be spaced. (space-infix-ops)
(#486) Operator '-' must be spaced. (space-infix-ops)
(#486) Operator '&&' must be spaced. (space-infix-ops)
(#486) Operator '?' must be spaced. (space-infix-ops)
(#486) 'H' used outside of binding context. (block-scoped-var)
(#486) 'I' used outside of binding context. (block-scoped-var)
(#486) A space is required after ','. (comma-spacing)
(#486) 'I' used outside of binding context. (block-scoped-var)
(#486) A space is required after ','. (comma-spacing)
(#486) 'I' used outside of binding context. (block-scoped-var)
(#486) A space is required after ','. (comma-spacing)
(#486) 'I' used outside of binding context. (block-scoped-var)
(#486) A space is required after ','. (comma-spacing)
(#486) 'I' used outside of binding context. (block-scoped-var)
(#486) A space is required after ','. (comma-spacing)
(#486) 'I' used outside of binding context. (block-scoped-var)
(#486) Operator ':' must be spaced. (space-infix-ops)
(#486) 'H' used outside of binding context. (block-scoped-var)
(#486) 'I' used outside of binding context. (block-scoped-var)
(#487) This line has a length of 508. Maximum allowed is 132. (max-len)
(#487) 'I' used outside of binding context. (block-scoped-var)
(#487) A space is required after ','. (comma-spacing)
(#487) 'I' used outside of binding context. (block-scoped-var)
(#487) A space is required after ','. (comma-spacing)
(#487) 'I' used outside of binding context. (block-scoped-var)
(#487) A space is required after ','. (comma-spacing)
(#487) 'I' used outside of binding context. (block-scoped-var)
(#487) A space is required after ','. (comma-spacing)
(#487) 'I' used outside of binding context. (block-scoped-var)
(#487) A space is required after ','. (comma-spacing)
(#487) 'F' used outside of binding context. (block-scoped-var)
(#487) Operator '!==' must be spaced. (space-infix-ops)
(#487) Operator '-' must be spaced. (space-infix-ops)
(#487) Operator '||' must be spaced. (space-infix-ops)
(#487) 'l' used outside of binding context. (block-scoped-var)
(#487) Operator '===' must be spaced. (space-infix-ops)
(#487) 'p' used outside of binding context. (block-scoped-var)
(#487) Operator '-' must be spaced. (space-infix-ops)
(#487) Operator '&&' must be spaced. (space-infix-ops)
(#487) Operator '===' must be spaced. (space-infix-ops)
(#487) Operator '-' must be spaced. (space-infix-ops)
(#487) Operator '||' must be spaced. (space-infix-ops)
(#487) 'L' used outside of binding context. (block-scoped-var)
(#487) Operator '=' must be spaced. (space-infix-ops)
(#487) Operator '*' must be spaced. (space-infix-ops)
(#487) Operator '-' must be spaced. (space-infix-ops)
(#487) 'F' used outside of binding context. (block-scoped-var)
(#487) A space is required after ','. (comma-spacing)
(#487) 'I' used outside of binding context. (block-scoped-var)
(#487) Operator '+=' must be spaced. (space-infix-ops)
(#487) 'L' used outside of binding context. (block-scoped-var)
(#487) A space is required after ','. (comma-spacing)
(#487) 'I' used outside of binding context. (block-scoped-var)
(#487) Operator '+=' must be spaced. (space-infix-ops)
(#487) 'L' used outside of binding context. (block-scoped-var)
(#487) A space is required after ','. (comma-spacing)
(#487) 'I' used outside of binding context. (block-scoped-var)
(#487) Operator '+=' must be spaced. (space-infix-ops)
(#487) 'L' used outside of binding context. (block-scoped-var)
(#487) A space is required after ','. (comma-spacing)
(#487) Operator '?' must be spaced. (space-infix-ops)
(#487) 'x' used outside of binding context. (block-scoped-var)
(#487) 'I' used outside of binding context. (block-scoped-var)
(#487) A space is required after ','. (comma-spacing)
(#487) 'I' used outside of binding context. (block-scoped-var)
(#487) A space is required after ','. (comma-spacing)
(#487) 'I' used outside of binding context. (block-scoped-var)
(#487) A space is required after ','. (comma-spacing)
(#487) 'I' used outside of binding context. (block-scoped-var)
(#487) A space is required after ','. (comma-spacing)
(#487) 'I' used outside of binding context. (block-scoped-var)
(#487) A space is required after ','. (comma-spacing)
(#487) 'I' used outside of binding context. (block-scoped-var)
(#487) Operator ':' must be spaced. (space-infix-ops)
(#487) 'x' used outside of binding context. (block-scoped-var)
(#487) 'I' used outside of binding context. (block-scoped-var)
(#487) A space is required after ','. (comma-spacing)
(#487) 'I' used outside of binding context. (block-scoped-var)
(#487) A space is required after ','. (comma-spacing)
(#487) 'I' used outside of binding context. (block-scoped-var)
(#487) A space is required after ','. (comma-spacing)
(#487) 'I' used outside of binding context. (block-scoped-var)
(#487) A space is required after ','. (comma-spacing)
(#487) 'I' used outside of binding context. (block-scoped-var)
(#487) A space is required after ','. (comma-spacing)
(#487) 'I' used outside of binding context. (block-scoped-var)
(#487) Missing whitespace after semicolon. (semi-spacing)
(#487) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#487) Operator '&&' must be spaced. (space-infix-ops)
(#487) 'A' used outside of binding context. (block-scoped-var)
(#487) Operator '&&' must be spaced. (space-infix-ops)
(#487) 'x' used outside of binding context. (block-scoped-var)
(#487) Operator '=' must be spaced. (space-infix-ops)
(#487) A constructor name should not start with a lowercase letter. (new-cap)
(#487) A space is required after ','. (comma-spacing)
(#487) A space is required after ','. (comma-spacing)
(#487) 'x' used outside of binding context. (block-scoped-var)
(#487) A space is required after ','. (comma-spacing)
(#487) A space is required after ','. (comma-spacing)
(#487) 'x' used outside of binding context. (block-scoped-var)
(#487) Operator '=' must be spaced. (space-infix-ops)
(#487) 'A' used outside of binding context. (block-scoped-var)
(#487) A space is required after ','. (comma-spacing)
(#487) 'x' used outside of binding context. (block-scoped-var)
(#487) Operator '=' must be spaced. (space-infix-ops)
(#487) 'A' used outside of binding context. (block-scoped-var)
(#487) A space is required after ','. (comma-spacing)
(#487) 'x' used outside of binding context. (block-scoped-var)
(#487) A space is required after ','. (comma-spacing)
(#487) 'x' used outside of binding context. (block-scoped-var)
(#487) Operator '=' must be spaced. (space-infix-ops)
(#487) Missing whitespace after semicolon. (semi-spacing)
(#487) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#487) A constructor name should not start with a lowercase letter. (new-cap)
(#487) A space is required after ','. (comma-spacing)
(#487) 'A' used outside of binding context. (block-scoped-var)
(#487) A space is required after ','. (comma-spacing)
(#487) 'H' used outside of binding context. (block-scoped-var)
(#487) A space is required after ','. (comma-spacing)
(#487) Requires a space before '}'. (block-spacing)
(#487) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#487) Missing semicolon. (semi)
(#487) 'p' used outside of binding context. (block-scoped-var)
(#487) Operator '=' must be spaced. (space-infix-ops)
(#487) A constructor name should not start with a lowercase letter. (new-cap)
(#487) A space is required after ','. (comma-spacing)
(#487) A space is required after ','. (comma-spacing)
(#487) 'x' used outside of binding context. (block-scoped-var)
(#487) A space is required after ','. (comma-spacing)
(#487) Missing whitespace after semicolon. (semi-spacing)
(#487) 'p' used outside of binding context. (block-scoped-var)
(#487) Operator '=' must be spaced. (space-infix-ops)
(#487) 'A' used outside of binding context. (block-scoped-var)
(#487) Missing whitespace after semicolon. (semi-spacing)
(#487) 'p' used outside of binding context. (block-scoped-var)
(#487) Operator '=' must be spaced. (space-infix-ops)
(#487) 'A' used outside of binding context. (block-scoped-var)
(#487) Missing whitespace after semicolon. (semi-spacing)
(#487) 'p' used outside of binding context. (block-scoped-var)
(#487) Requires a space before '}'. (block-spacing)
(#487) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#487) Missing semicolon. (semi)
(#487) Expected space(s) before "this". (keyword-spacing)
(#487) A space is required after ','. (comma-spacing)
(#488) This line has a length of 460. Maximum allowed is 132. (max-len)
(#488) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#488) Operator '===' must be spaced. (space-infix-ops)
(#488) Operator '&&' must be spaced. (space-infix-ops)
(#488) Operator '=' must be spaced. (space-infix-ops)
(#488) Requires a space before '}'. (block-spacing)
(#488) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#488) Missing semicolon. (semi)
(#488) Missing whitespace after semicolon. (semi-spacing)
(#488) Operator '=' must be spaced. (space-infix-ops)
(#488) Missing '()' invoking a constructor. (new-parens)
(#488) Operator '=' must be spaced. (space-infix-ops)
(#488) A space is required after ','. (comma-spacing)
(#488) Requires a space after '{'. (block-spacing)
(#488) Statement inside of curly braces should be on next line. (brace-style)
(#488) Missing space before opening brace. (space-before-blocks)
(#488) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#488) Missing whitespace after semicolon. (semi-spacing)
(#488) Operator '=' must be spaced. (space-infix-ops)
(#488) Operator '?' must be spaced. (space-infix-ops)
(#488) Operator ':' must be spaced. (space-infix-ops)
(#488) Missing whitespace after semicolon. (semi-spacing)
(#488) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#488) Operator '||' must be spaced. (space-infix-ops)
(#488) Operator '=' must be spaced. (space-infix-ops)
(#488) Operator '?' must be spaced. (space-infix-ops)
(#488) Operator ':' must be spaced. (space-infix-ops)
(#488) Missing whitespace after semicolon. (semi-spacing)
(#488) A space is required after ','. (comma-spacing)
(#488) Missing whitespace after semicolon. (semi-spacing)
(#488) Operator '=' must be spaced. (space-infix-ops)
(#488) Missing whitespace after semicolon. (semi-spacing)
(#488) Expected space(s) after "for". (keyword-spacing)
(#488) Operator '=' must be spaced. (space-infix-ops)
(#488) Missing whitespace after semicolon. (semi-spacing)
(#488) Operator '<' must be spaced. (space-infix-ops)
(#488) Missing whitespace after semicolon. (semi-spacing)
(#488) Expected { after 'for' condition. (curly)
(#488) Expected space(s) before "this". (keyword-spacing)
(#488) A space is required after ','. (comma-spacing)
(#488) A space is required after ','. (comma-spacing)
(#488) Requires a space before '}'. (block-spacing)
(#488) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#488) Missing semicolon. (semi)
(#488) Requires a space before '}'. (block-spacing)
(#488) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#488) Missing semicolon. (semi)
(#488) A space is required after ','. (comma-spacing)
(#488) A space is required after ','. (comma-spacing)
(#488) A space is required after ','. (comma-spacing)
(#489) This line has a length of 513. Maximum allowed is 132. (max-len)
(#489) A space is required after ','. (comma-spacing)
(#489) A space is required after ','. (comma-spacing)
(#489) A space is required after ','. (comma-spacing)
(#489) A space is required after ','. (comma-spacing)
(#489) Requires a space after '{'. (block-spacing)
(#489) Statement inside of curly braces should be on next line. (brace-style)
(#489) Missing space before opening brace. (space-before-blocks)
(#489) Operator '=' must be spaced. (space-infix-ops)
(#489) A space is required after ','. (comma-spacing)
(#489) A space is required after ','. (comma-spacing)
(#489) Requires a space after '{'. (block-spacing)
(#489) Statement inside of curly braces should be on next line. (brace-style)
(#489) Missing space before opening brace. (space-before-blocks)
(#489) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#489) Operator '=' must be spaced. (space-infix-ops)
(#489) Missing '()' invoking a constructor. (new-parens)
(#489) Missing whitespace after semicolon. (semi-spacing)
(#489) A space is required after ','. (comma-spacing)
(#489) A space is required after ','. (comma-spacing)
(#489) Requires a space before '}'. (block-spacing)
(#489) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#489) Missing semicolon. (semi)
(#489) Missing whitespace after semicolon. (semi-spacing)
(#489) Operator '=' must be spaced. (space-infix-ops)
(#489) Missing whitespace after semicolon. (semi-spacing)
(#489) Operator '=' must be spaced. (space-infix-ops)
(#489) A space is required after ','. (comma-spacing)
(#489) A space is required after ','. (comma-spacing)
(#489) Requires a space after '{'. (block-spacing)
(#489) Statement inside of curly braces should be on next line. (brace-style)
(#489) Missing space before opening brace. (space-before-blocks)
(#489) Operator '=' must be spaced. (space-infix-ops)
(#489) A space is required after ','. (comma-spacing)
(#489) Missing whitespace after semicolon. (semi-spacing)
(#489) Operator '=' must be spaced. (space-infix-ops)
(#489) A space is required after ','. (comma-spacing)
(#489) Missing whitespace after semicolon. (semi-spacing)
(#489) Operator '=' must be spaced. (space-infix-ops)
(#489) Missing whitespace after semicolon. (semi-spacing)
(#489) Requires a space before '}'. (block-spacing)
(#489) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#489) Missing semicolon. (semi)
(#489) Missing whitespace after semicolon. (semi-spacing)
(#489) Operator '=' must be spaced. (space-infix-ops)
(#489) Requires a space after '{'. (block-spacing)
(#489) Statement inside of curly braces should be on next line. (brace-style)
(#489) Missing space before opening brace. (space-before-blocks)
(#489) Operator '=' must be spaced. (space-infix-ops)
(#489) A space is required after ','. (comma-spacing)
(#489) A space is required after ','. (comma-spacing)
(#489) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#489) Operator '=' must be spaced. (space-infix-ops)
(#489) A space is required after ','. (comma-spacing)
(#489) Operator '-' must be spaced. (space-infix-ops)
(#489) Operator '/' must be spaced. (space-infix-ops)
(#489) Operator '-' must be spaced. (space-infix-ops)
(#489) A space is required after ','. (comma-spacing)
(#489) Missing whitespace after semicolon. (semi-spacing)
(#489) Operator '=' must be spaced. (space-infix-ops)
(#489) A space is required after ','. (comma-spacing)
(#489) A space is required after ','. (comma-spacing)
(#489) A space is required after ','. (comma-spacing)
(#489) Operator '?' must be spaced. (space-infix-ops)
(#489) A space is required after ','. (comma-spacing)
(#489) A space is required after ','. (comma-spacing)
(#489) Operator ':' must be spaced. (space-infix-ops)
(#489) A space is required after ','. (comma-spacing)
(#489) A space is required after ','. (comma-spacing)
(#489) Missing whitespace after semicolon. (semi-spacing)
(#489) A space is required after ','. (comma-spacing)
(#489) A space is required after ','. (comma-spacing)
(#489) A space is required after ','. (comma-spacing)
(#489) A space is required after ','. (comma-spacing)
(#489) A space is required after ','. (comma-spacing)
(#489) Missing whitespace after semicolon. (semi-spacing)
(#489) Requires a space before '}'. (block-spacing)
(#489) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#489) Missing semicolon. (semi)
(#489) Requires a space before '}'. (block-spacing)
(#489) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#489) Missing semicolon. (semi)
(#490) This line has a length of 201. Maximum allowed is 132. (max-len)
(#490) A space is required after ','. (comma-spacing)
(#490) A space is required after ','. (comma-spacing)
(#490) Missing whitespace after semicolon. (semi-spacing)
(#490) A space is required after ','. (comma-spacing)
(#490) 'E' is defined but never used. (no-unused-vars)
(#490) Requires a space after '{'. (block-spacing)
(#490) Statement inside of curly braces should be on next line. (brace-style)
(#490) Missing space before opening brace. (space-before-blocks)
(#490) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#490) Operator '=' must be spaced. (space-infix-ops)
(#490) Requires a space after '{'. (block-spacing)
(#490) Statement inside of curly braces should be on next line. (brace-style)
(#490) Missing space before opening brace. (space-before-blocks)
(#490) A space is required after ','. (comma-spacing)
(#490) A space is required after ','. (comma-spacing)
(#490) A space is required after ','. (comma-spacing)
(#490) A space is required after ','. (comma-spacing)
(#490) A space is required after ','. (comma-spacing)
(#490) A space is required after ','. (comma-spacing)
(#490) A space is required after ','. (comma-spacing)
(#490) A space is required after ','. (comma-spacing)
(#490) A space is required after ','. (comma-spacing)
(#490) A space is required after ','. (comma-spacing)
(#490) A space is required after ','. (comma-spacing)
(#490) Requires a space before '}'. (block-spacing)
(#490) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#490) Missing semicolon. (semi)
(#490) Missing whitespace after semicolon. (semi-spacing)
(#490) Operator '=' must be spaced. (space-infix-ops)
(#490) Missing '()' invoking a constructor. (new-parens)
(#490) Requires a space before '}'. (block-spacing)
(#490) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#490) Missing semicolon. (semi)
(#491) This line has a length of 511. Maximum allowed is 132. (max-len)
(#491) A space is required after ','. (comma-spacing)
(#491) A space is required after ','. (comma-spacing)
(#491) 'w' is defined but never used. (no-unused-vars)
(#491) Requires a space after '{'. (block-spacing)
(#491) Statement inside of curly braces should be on next line. (brace-style)
(#491) Missing space before opening brace. (space-before-blocks)
(#491) Operator '=' must be spaced. (space-infix-ops)
(#491) Unexpected empty function. (no-empty-function)
(#491) Missing space before opening brace. (space-before-blocks)
(#491) Missing whitespace after semicolon. (semi-spacing)
(#491) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#491) Operator '=' must be spaced. (space-infix-ops)
(#491) Missing whitespace after semicolon. (semi-spacing)
(#491) Operator '=' must be spaced. (space-infix-ops)
(#491) A space is required after ','. (comma-spacing)
(#491) A space is required after ','. (comma-spacing)
(#491) A space is required after ','. (comma-spacing)
(#491) A space is required after ','. (comma-spacing)
(#491) Requires a space after '{'. (block-spacing)
(#491) Statement inside of curly braces should be on next line. (brace-style)
(#491) Missing space before opening brace. (space-before-blocks)
(#491) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#491) Operator '&&' must be spaced. (space-infix-ops)
(#491) A space is required after ','. (comma-spacing)
(#491) A space is required after ','. (comma-spacing)
(#491) Missing whitespace after semicolon. (semi-spacing)
(#491) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#491) Operator '&&' must be spaced. (space-infix-ops)
(#491) A space is required after ','. (comma-spacing)
(#491) A space is required after ','. (comma-spacing)
(#491) Missing whitespace after semicolon. (semi-spacing)
(#491) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#491) Operator '&&' must be spaced. (space-infix-ops)
(#491) A space is required after ','. (comma-spacing)
(#491) A space is required after ','. (comma-spacing)
(#491) Missing whitespace after semicolon. (semi-spacing)
(#491) A space is required after ','. (comma-spacing)
(#491) Missing whitespace after semicolon. (semi-spacing)
(#491) A space is required after ','. (comma-spacing)
(#491) Requires a space before '}'. (block-spacing)
(#491) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#491) Missing semicolon. (semi)
(#491) Missing whitespace after semicolon. (semi-spacing)
(#491) Operator '=' must be spaced. (space-infix-ops)
(#491) A space is required after ','. (comma-spacing)
(#491) Requires a space after '{'. (block-spacing)
(#491) Statement inside of curly braces should be on next line. (brace-style)
(#491) Missing space before opening brace. (space-before-blocks)
(#491) A space is required after ','. (comma-spacing)
(#491) A space is required after ','. (comma-spacing)
(#491) Requires a space before '}'. (block-spacing)
(#491) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#491) Missing semicolon. (semi)
(#491) Missing whitespace after semicolon. (semi-spacing)
(#491) Operator '=' must be spaced. (space-infix-ops)
(#491) A space is required after ','. (comma-spacing)
(#491) Requires a space after '{'. (block-spacing)
(#491) Statement inside of curly braces should be on next line. (brace-style)
(#491) Missing space before opening brace. (space-before-blocks)
(#491) A space is required after ','. (comma-spacing)
(#491) Requires a space before '}'. (block-spacing)
(#491) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#491) Missing semicolon. (semi)
(#491) Requires a space before '}'. (block-spacing)
(#491) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#491) Missing semicolon. (semi)
(#491) A space is required after ','. (comma-spacing)
(#492) This line has a length of 516. Maximum allowed is 132. (max-len)
(#492) A space is required after ','. (comma-spacing)
(#492) 'E' is defined but never used. (no-unused-vars)
(#492) A space is required after ','. (comma-spacing)
(#492) 'w' is defined but never used. (no-unused-vars)
(#492) A space is required after ','. (comma-spacing)
(#492) 'v' is defined but never used. (no-unused-vars)
(#492) Requires a space after '{'. (block-spacing)
(#492) Statement inside of curly braces should be on next line. (brace-style)
(#492) Missing space before opening brace. (space-before-blocks)
(#492) Operator '=' must be spaced. (space-infix-ops)
(#492) Unexpected empty function. (no-empty-function)
(#492) Missing space before opening brace. (space-before-blocks)
(#492) Missing whitespace after semicolon. (semi-spacing)
(#492) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#492) Operator '=' must be spaced. (space-infix-ops)
(#492) Missing whitespace after semicolon. (semi-spacing)
(#492) Operator '=' must be spaced. (space-infix-ops)
(#492) Requires a space after '{'. (block-spacing)
(#492) Statement inside of curly braces should be on next line. (brace-style)
(#492) Missing space before opening brace. (space-before-blocks)
(#492) Operator '=' must be spaced. (space-infix-ops)
(#492) Missing whitespace after semicolon. (semi-spacing)
(#492) Operator '=' must be spaced. (space-infix-ops)
(#492) A space is required after ','. (comma-spacing)
(#492) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#492) Operator '=' must be spaced. (space-infix-ops)
(#492) Missing whitespace after semicolon. (semi-spacing)
(#492) A space is required after ','. (comma-spacing)
(#492) Missing whitespace after semicolon. (semi-spacing)
(#492) A space is required after ','. (comma-spacing)
(#492) A space is required after ','. (comma-spacing)
(#492) Missing whitespace after semicolon. (semi-spacing)
(#492) A space is required after ','. (comma-spacing)
(#492) A space is required after ','. (comma-spacing)
(#492) Missing whitespace after semicolon. (semi-spacing)
(#492) A space is required after ','. (comma-spacing)
(#492) A space is required after ','. (comma-spacing)
(#492) Missing whitespace after semicolon. (semi-spacing)
(#492) A space is required after ','. (comma-spacing)
(#492) A space is required after ','. (comma-spacing)
(#492) Missing whitespace after semicolon. (semi-spacing)
(#492) A space is required after ','. (comma-spacing)
(#492) Missing whitespace after semicolon. (semi-spacing)
(#493) This line has a length of 532. Maximum allowed is 132. (max-len)
(#493) Missing whitespace after semicolon. (semi-spacing)
(#493) A space is required after ','. (comma-spacing)
(#493) A space is required after ','. (comma-spacing)
(#493) A space is required after ','. (comma-spacing)
(#493) A space is required after ','. (comma-spacing)
(#493) Missing whitespace after semicolon. (semi-spacing)
(#493) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#493) A space is required after ','. (comma-spacing)
(#493) A space is required after ','. (comma-spacing)
(#493) A space is required after ','. (comma-spacing)
(#493) Missing whitespace after semicolon. (semi-spacing)
(#493) A space is required after ','. (comma-spacing)
(#493) Missing whitespace after semicolon. (semi-spacing)
(#493) A space is required after ','. (comma-spacing)
(#493) Missing whitespace after semicolon. (semi-spacing)
(#493) A space is required after ','. (comma-spacing)
(#493) Requires a space before '}'. (block-spacing)
(#493) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#493) Missing semicolon. (semi)
(#493) Missing whitespace after semicolon. (semi-spacing)
(#493) Operator '=' must be spaced. (space-infix-ops)
(#493) A space is required after ','. (comma-spacing)
(#493) A space is required after ','. (comma-spacing)
(#493) Requires a space after '{'. (block-spacing)
(#493) Statement inside of curly braces should be on next line. (brace-style)
(#493) Missing space before opening brace. (space-before-blocks)
(#493) A space is required after ','. (comma-spacing)
(#493) Missing whitespace after semicolon. (semi-spacing)
(#493) Operator '=' must be spaced. (space-infix-ops)
(#493) A space is required after ','. (comma-spacing)
(#493) A space is required after ','. (comma-spacing)
(#493) Missing whitespace after semicolon. (semi-spacing)
(#493) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#493) Operator '&&' must be spaced. (space-infix-ops)
(#494) This line has a length of 459. Maximum allowed is 132. (max-len)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) Missing whitespace after semicolon. (semi-spacing)
(#494) Operator '=' must be spaced. (space-infix-ops)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) Missing whitespace after semicolon. (semi-spacing)
(#494) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#494) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#494) Operator '&&' must be spaced. (space-infix-ops)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) Missing whitespace after semicolon. (semi-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) Requires a space before '}'. (block-spacing)
(#494) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#494) Missing semicolon. (semi)
(#494) Requires a space before '}'. (block-spacing)
(#494) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#494) Missing semicolon. (semi)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#495) This line has a length of 471. Maximum allowed is 132. (max-len)
(#495) A space is required after ','. (comma-spacing)
(#495) A space is required after ','. (comma-spacing)
(#495) 'w' is defined but never used. (no-unused-vars)
(#495) Requires a space after '{'. (block-spacing)
(#495) Statement inside of curly braces should be on next line. (brace-style)
(#495) Missing space before opening brace. (space-before-blocks)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) A space is required after ','. (comma-spacing)
(#495) A space is required after ','. (comma-spacing)
(#495) A space is required after ','. (comma-spacing)
(#495) Requires a space after '{'. (block-spacing)
(#495) Statement inside of curly braces should be on next line. (brace-style)
(#495) Missing space before opening brace. (space-before-blocks)
(#495) This line has 21 statements. Maximum allowed is 2. (max-statements-per-line)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) A space is required after ','. (comma-spacing)
(#495) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) Operator '*' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Operator '-=' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#495) Operator '>' must be spaced. (space-infix-ops)
(#495) Operator '?' must be spaced. (space-infix-ops)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) A space is required after ','. (comma-spacing)
(#495) Operator '+=' must be spaced. (space-infix-ops)
(#495) Operator ':' must be spaced. (space-infix-ops)
(#495) Operator '<' must be spaced. (space-infix-ops)
(#495) Operator '&&' must be spaced. (space-infix-ops)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) Operator '/' must be spaced. (space-infix-ops)
(#495) A space is required after ','. (comma-spacing)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Expected space(s) after "for". (keyword-spacing)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) A space is required after ','. (comma-spacing)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Operator '<=' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Requires a space after '{'. (block-spacing)
(#495) Statement inside of curly braces should be on next line. (brace-style)
(#495) Missing space before opening brace. (space-before-blocks)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) Operator '*' must be spaced. (space-infix-ops)
(#495) Operator '/' must be spaced. (space-infix-ops)
(#495) A space is required after ','. (comma-spacing)
(#495) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) Operator '*' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Expected space(s) after "for". (keyword-spacing)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Operator '<=' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Requires a space after '{'. (block-spacing)
(#495) Statement inside of curly braces should be on next line. (brace-style)
(#495) Missing space before opening brace. (space-before-blocks)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) Operator '*' must be spaced. (space-infix-ops)
(#495) Operator '*' must be spaced. (space-infix-ops)
(#495) Operator '/' must be spaced. (space-infix-ops)
(#495) A space is required after ','. (comma-spacing)
(#495) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) Operator '*' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Operator '*=' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) A space is required after ','. (comma-spacing)
(#495) A space is required after ','. (comma-spacing)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Operator '*' must be spaced. (space-infix-ops)
(#495) A space is required after ','. (comma-spacing)
(#495) Operator '*' must be spaced. (space-infix-ops)
(#495) Operator '+' must be spaced. (space-infix-ops)
(#495) Operator '<' must be spaced. (space-infix-ops)
(#495) Operator '/' must be spaced. (space-infix-ops)
(#495) Operator '?' must be spaced. (space-infix-ops)
(#495) Operator ':' must be spaced. (space-infix-ops)
(#495) A space is required after ','. (comma-spacing)
(#495) Operator '*' must be spaced. (space-infix-ops)
(#495) Requires a space before '}'. (block-spacing)
(#495) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#495) Missing semicolon. (semi)
(#495) Requires a space before '}'. (block-spacing)
(#495) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Operator '+=' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Expected space(s) after "for". (keyword-spacing)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Operator '<' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Expected { after 'for' condition. (curly)
(#495) Expected space(s) before "for". (keyword-spacing)
(#495) Expected space(s) after "for". (keyword-spacing)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Operator '<' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) 'g' used outside of binding context. (block-scoped-var)
(#495) Expected { after 'for' condition. (curly)
(#495) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) Operator '*' must be spaced. (space-infix-ops)
(#495) Operator '+' must be spaced. (space-infix-ops)
(#495) Operator '%' must be spaced. (space-infix-ops)
(#495) Unexpected use of comma operator. (no-sequences)
(#495) A space is required after ','. (comma-spacing)
(#495) 'p' used outside of binding context. (block-scoped-var)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) 'g' used outside of binding context. (block-scoped-var)
(#495) Operator '+' must be spaced. (space-infix-ops)
(#495) A space is required after ','. (comma-spacing)
(#495) 'g' used outside of binding context. (block-scoped-var)
(#495) A space is required after ','. (comma-spacing)
(#495) 'g' used outside of binding context. (block-scoped-var)
(#495) Operator '+' must be spaced. (space-infix-ops)
(#495) A space is required after ','. (comma-spacing)
(#495) 'p' used outside of binding context. (block-scoped-var)
(#495) A space is required after ','. (comma-spacing)
(#495) Operator '<' must be spaced. (space-infix-ops)
(#495) Operator '-' must be spaced. (space-infix-ops)
(#495) Operator '&&' must be spaced. (space-infix-ops)
(#495) 'p' used outside of binding context. (block-scoped-var)
(#495) A space is required after ','. (comma-spacing)
(#495) 'g' used outside of binding context. (block-scoped-var)
(#495) Operator '+' must be spaced. (space-infix-ops)
(#495) A space is required after ','. (comma-spacing)
(#495) 'p' used outside of binding context. (block-scoped-var)
(#495) Operator '+' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) A space is required after ','. (comma-spacing)
(#495) 'b' used outside of binding context. (block-scoped-var)
(#495) A space is required after ','. (comma-spacing)
(#495) Requires a space before '}'. (block-spacing)
(#495) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#495) Missing semicolon. (semi)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) Missing '()' invoking a constructor. (new-parens)
(#495) Requires a space before '}'. (block-spacing)
(#495) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#495) Missing semicolon. (semi)
(#495) A space is required after ','. (comma-spacing)
(#496) This line has a length of 502. Maximum allowed is 132. (max-len)
(#496) A space is required after ','. (comma-spacing)
(#496) A space is required after ','. (comma-spacing)
(#496) A space is required after ','. (comma-spacing)
(#496) A space is required after ','. (comma-spacing)
(#496) A space is required after ','. (comma-spacing)
(#496) A space is required after ','. (comma-spacing)
(#496) A space is required after ','. (comma-spacing)
(#496) A space is required after ','. (comma-spacing)
(#496) Requires a space after '{'. (block-spacing)
(#496) Statement inside of curly braces should be on next line. (brace-style)
(#496) Missing space before opening brace. (space-before-blocks)
(#496) Missing JSDoc comment. (require-jsdoc)
(#496) A space is required after ','. (comma-spacing)
(#496) A space is required after ','. (comma-spacing)
(#496) Requires a space after '{'. (block-spacing)
(#496) Statement inside of curly braces should be on next line. (brace-style)
(#496) Missing space before opening brace. (space-before-blocks)
(#496) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) Missing whitespace after semicolon. (semi-spacing)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) A space is required after ','. (comma-spacing)
(#496) A space is required after ','. (comma-spacing)
(#496) A space is required after ','. (comma-spacing)
(#496) Missing whitespace after semicolon. (semi-spacing)
(#496) Requires a space before '}'. (block-spacing)
(#496) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#496) Missing semicolon. (semi)
(#496) Expected space(s) before "function". (keyword-spacing)
(#496) Missing JSDoc comment. (require-jsdoc)
(#496) A space is required after ','. (comma-spacing)
(#496) Requires a space after '{'. (block-spacing)
(#496) Statement inside of curly braces should be on next line. (brace-style)
(#496) Missing space before opening brace. (space-before-blocks)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) Missing whitespace after semicolon. (semi-spacing)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) Requires a space before '}'. (block-spacing)
(#496) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#496) Missing semicolon. (semi)
(#496) Expected space(s) before "function". (keyword-spacing)
(#496) Missing JSDoc comment. (require-jsdoc)
(#496) A space is required after ','. (comma-spacing)
(#496) A space is required after ','. (comma-spacing)
(#496) Requires a space after '{'. (block-spacing)
(#496) Statement inside of curly braces should be on next line. (brace-style)
(#496) Missing space before opening brace. (space-before-blocks)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) Missing whitespace after semicolon. (semi-spacing)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) Missing whitespace after semicolon. (semi-spacing)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) Requires a space before '}'. (block-spacing)
(#496) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#496) Missing semicolon. (semi)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) A space is required after ','. (comma-spacing)
(#496) Requires a space after '{'. (block-spacing)
(#496) Statement inside of curly braces should be on next line. (brace-style)
(#496) Missing space before opening brace. (space-before-blocks)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) A space is required after ','. (comma-spacing)
(#496) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) A space is required after ','. (comma-spacing)
(#496) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) Operator '*' must be spaced. (space-infix-ops)
(#496) Missing whitespace after semicolon. (semi-spacing)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) Operator '/' must be spaced. (space-infix-ops)
(#496) Missing whitespace after semicolon. (semi-spacing)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) A space is required after ','. (comma-spacing)
(#496) A space is required after ','. (comma-spacing)
(#496) Missing whitespace after semicolon. (semi-spacing)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) A space is required after ','. (comma-spacing)
(#496) A space is required after ','. (comma-spacing)
(#496) A space is required after ','. (comma-spacing)
(#496) Missing whitespace after semicolon. (semi-spacing)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) A space is required after ','. (comma-spacing)
(#496) A space is required after ','. (comma-spacing)
(#496) A space is required after ','. (comma-spacing)
(#496) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) Missing whitespace after semicolon. (semi-spacing)
(#496) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#496) Operator '===' must be spaced. (space-infix-ops)
(#496) Operator '&&' must be spaced. (space-infix-ops)
(#496) Operator '===' must be spaced. (space-infix-ops)
(#496) Operator '?' must be spaced. (space-infix-ops)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) A space is required after ','. (comma-spacing)
(#496) A space is required after ','. (comma-spacing)
(#496) A space is required after ','. (comma-spacing)
(#496) Operator '<' must be spaced. (space-infix-ops)
(#496) Operator '&&' must be spaced. (space-infix-ops)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) Operator ':' must be spaced. (space-infix-ops)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) Operator '-' must be spaced. (space-infix-ops)
(#496) A space is required after ','. (comma-spacing)
(#496) Operator '-' must be spaced. (space-infix-ops)
(#496) A space is required after ','. (comma-spacing)
(#496) Operator '-' must be spaced. (space-infix-ops)
(#496) A space is required after ','. (comma-spacing)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) A space is required after ','. (comma-spacing)
(#496) A space is required after ','. (comma-spacing)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) A space is required after ','. (comma-spacing)
(#497) This line has a length of 510. Maximum allowed is 132. (max-len)
(#497) Missing whitespace after semicolon. (semi-spacing)
(#497) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#497) Operator '!==' must be spaced. (space-infix-ops)
(#497) Operator '&&' must be spaced. (space-infix-ops)
(#497) A space is required after ','. (comma-spacing)
(#497) A space is required after ','. (comma-spacing)
(#497) Missing whitespace after semicolon. (semi-spacing)
(#497) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#497) A space is required after ','. (comma-spacing)
(#497) Missing whitespace after semicolon. (semi-spacing)
(#497) A space is required after ','. (comma-spacing)
(#497) Missing whitespace after semicolon. (semi-spacing)
(#497) A space is required after ','. (comma-spacing)
(#497) A space is required after ','. (comma-spacing)
(#497) Requires a space before '}'. (block-spacing)
(#497) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#497) Missing semicolon. (semi)
(#497) Missing whitespace after semicolon. (semi-spacing)
(#497) Operator '=' must be spaced. (space-infix-ops)
(#497) A space is required after ','. (comma-spacing)
(#497) Requires a space after '{'. (block-spacing)
(#497) Statement inside of curly braces should be on next line. (brace-style)
(#497) Missing space before opening brace. (space-before-blocks)
(#497) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#497) Operator '&&' must be spaced. (space-infix-ops)
(#497) Operator '=' must be spaced. (space-infix-ops)
(#497) Missing whitespace after semicolon. (semi-spacing)
(#497) Operator '=' must be spaced. (space-infix-ops)
(#497) Operator '*' must be spaced. (space-infix-ops)
(#497) A space is required after ','. (comma-spacing)
(#497) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#497) Operator '=' must be spaced. (space-infix-ops)
(#497) Operator '-' must be spaced. (space-infix-ops)
(#497) A space is required after ','. (comma-spacing)
(#497) Operator '-' must be spaced. (space-infix-ops)
(#497) A space is required after ','. (comma-spacing)
(#497) Operator '-' must be spaced. (space-infix-ops)
(#497) A space is required after ','. (comma-spacing)
(#497) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#497) Operator '=' must be spaced. (space-infix-ops)
(#497) A space is required after ','. (comma-spacing)
(#497) A space is required after ','. (comma-spacing)
(#497) A space is required after ','. (comma-spacing)
(#497) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#497) Operator '=' must be spaced. (space-infix-ops)
(#497) A space is required after ','. (comma-spacing)
(#497) A space is required after ','. (comma-spacing)
(#497) Missing whitespace after semicolon. (semi-spacing)
(#497) Missing whitespace after semicolon. (semi-spacing)
(#497) Missing whitespace after semicolon. (semi-spacing)
(#497) Missing whitespace after semicolon. (semi-spacing)
(#497) Operator '=' must be spaced. (space-infix-ops)
(#497) A space is required after ','. (comma-spacing)
(#497) A space is required after ','. (comma-spacing)
(#497) A space is required after ','. (comma-spacing)
(#497) A space is required after ','. (comma-spacing)
(#497) A space is required after ','. (comma-spacing)
(#497) A space is required after ','. (comma-spacing)
(#497) A space is required after ','. (comma-spacing)
(#497) A space is required after ','. (comma-spacing)
(#497) A space is required after ','. (comma-spacing)
(#497) A space is required after ','. (comma-spacing)
(#497) A space is required after ','. (comma-spacing)
(#497) A space is required after ','. (comma-spacing)
(#497) A space is required after ','. (comma-spacing)
(#497) A space is required after ','. (comma-spacing)
(#497) A space is required after ','. (comma-spacing)
(#497) Missing whitespace after semicolon. (semi-spacing)
(#498) This line has a length of 504. Maximum allowed is 132. (max-len)
(#498) A space is required after ','. (comma-spacing)
(#498) A space is required after ','. (comma-spacing)
(#498) Missing whitespace after semicolon. (semi-spacing)
(#498) A space is required after ','. (comma-spacing)
(#498) Missing whitespace after semicolon. (semi-spacing)
(#498) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#498) A space is required after ','. (comma-spacing)
(#498) A space is required after ','. (comma-spacing)
(#498) Requires a space before '}'. (block-spacing)
(#498) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#498) Missing semicolon. (semi)
(#498) Missing whitespace after semicolon. (semi-spacing)
(#498) Operator '=' must be spaced. (space-infix-ops)
(#498) Function has a complexity of 27. Maximum allowed is 20. (complexity)
(#498) A space is required after ','. (comma-spacing)
(#498) Requires a space after '{'. (block-spacing)
(#498) Statement inside of curly braces should be on next line. (brace-style)
(#498) Missing space before opening brace. (space-before-blocks)
(#498) Operator '=' must be spaced. (space-infix-ops)
(#498) Missing whitespace after semicolon. (semi-spacing)
(#498) Operator '=' must be spaced. (space-infix-ops)
(#498) Missing whitespace after semicolon. (semi-spacing)
(#498) Operator '=' must be spaced. (space-infix-ops)
(#498) Missing whitespace after semicolon. (semi-spacing)
(#498) Operator '=' must be spaced. (space-infix-ops)
(#498) Missing whitespace after semicolon. (semi-spacing)
(#498) Operator '=' must be spaced. (space-infix-ops)
(#498) A space is required after ','. (comma-spacing)
(#498) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#498) Operator '=' must be spaced. (space-infix-ops)
(#498) A space is required after ','. (comma-spacing)
(#498) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#498) Operator '=' must be spaced. (space-infix-ops)
(#498) A space is required after ','. (comma-spacing)
(#498) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#498) Operator '=' must be spaced. (space-infix-ops)
(#498) Missing whitespace after semicolon. (semi-spacing)
(#498) Expected space(s) after "if". (keyword-spacing)
(#498) Operator '<' must be spaced. (space-infix-ops)
(#498) Requires a space after '{'. (block-spacing)
(#498) Statement inside of curly braces should be on next line. (brace-style)
(#498) Missing space before opening brace. (space-before-blocks)
(#498) Operator '=' must be spaced. (space-infix-ops)
(#498) A space is required after ','. (comma-spacing)
(#498) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#498) Operator '=' must be spaced. (space-infix-ops)
(#498) Missing whitespace after semicolon. (semi-spacing)
(#498) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#498) Do not nest ternary expressions. (no-nested-ternary)
(#498) Operator '?' must be spaced. (space-infix-ops)
(#498) Operator ':' must be spaced. (space-infix-ops)
(#498) Operator '?' must be spaced. (space-infix-ops)
(#498) Operator ':' must be spaced. (space-infix-ops)
(#498) Requires a space before '}'. (block-spacing)
(#498) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#498) Missing semicolon. (semi)
(#498) 'H' used outside of binding context. (block-scoped-var)
(#498) Operator '=' must be spaced. (space-infix-ops)
(#498) Missing whitespace after semicolon. (semi-spacing)
(#498) Expected space(s) after "for". (keyword-spacing)
(#498) 'a' used outside of binding context. (block-scoped-var)
(#498) Operator '=' must be spaced. (space-infix-ops)
(#498) Operator '-' must be spaced. (space-infix-ops)
(#498) Missing whitespace after semicolon. (semi-spacing)
(#498) 'H' used outside of binding context. (block-scoped-var)
(#498) Operator '<=' must be spaced. (space-infix-ops)
(#498) 'a' used outside of binding context. (block-scoped-var)
(#498) Missing whitespace after semicolon. (semi-spacing)
(#498) 'H' used outside of binding context. (block-scoped-var)
(#498) Requires a space after '{'. (block-spacing)
(#498) Statement inside of curly braces should be on next line. (brace-style)
(#498) Missing space before opening brace. (space-before-blocks)
(#498) Operator '=' must be spaced. (space-infix-ops)
(#498) 'H' used outside of binding context. (block-scoped-var)
(#498) Missing whitespace after semicolon. (semi-spacing)
(#498) Expected space(s) after "if". (keyword-spacing)
(#498) Requires a space after '{'. (block-spacing)
(#498) Statement inside of curly braces should be on next line. (brace-style)
(#498) Missing space before opening brace. (space-before-blocks)
(#498) Expected space(s) after "if". (keyword-spacing)
(#498) Unexpected use of comma operator. (no-sequences)
(#498) A space is required after ','. (comma-spacing)
(#498) Requires a space after '{'. (block-spacing)
(#498) Statement inside of curly braces should be on next line. (brace-style)
(#498) Missing space before opening brace. (space-before-blocks)
(#498) Operator '=' must be spaced. (space-infix-ops)
(#498) A space is required after ','. (comma-spacing)
(#498) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#498) Operator '=' must be spaced. (space-infix-ops)
(#498) Missing whitespace after semicolon. (semi-spacing)
(#498) Expected space(s) after "if". (keyword-spacing)
(#498) Operator '===' must be spaced. (space-infix-ops)
(#498) Expected { after 'if' condition. (curly)
(#498) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#498) Operator '=' must be spaced. (space-infix-ops)
(#499) This line has a length of 512. Maximum allowed is 132. (max-len)
(#499) A space is required after ','. (comma-spacing)
(#499) A space is required after ','. (comma-spacing)
(#499) Unexpected use of comma operator. (no-sequences)
(#499) A space is required after ','. (comma-spacing)
(#499) Operator '=' must be spaced. (space-infix-ops)
(#499) Operator '-' must be spaced. (space-infix-ops)
(#499) A space is required after ','. (comma-spacing)
(#499) Operator '=' must be spaced. (space-infix-ops)
(#499) A space is required after ','. (comma-spacing)
(#499) A space is required after ','. (comma-spacing)
(#499) Missing whitespace after semicolon. (semi-spacing)
(#499) Expected space(s) after "if". (keyword-spacing)
(#499) Operator '===' must be spaced. (space-infix-ops)
(#499) Expected { after 'if' condition. (curly)
(#499) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#499) Operator '=' must be spaced. (space-infix-ops)
(#499) A space is required after ','. (comma-spacing)
(#499) A space is required after ','. (comma-spacing)
(#499) Unexpected use of comma operator. (no-sequences)
(#499) A space is required after ','. (comma-spacing)
(#499) Operator '=' must be spaced. (space-infix-ops)
(#499) A space is required after ','. (comma-spacing)
(#499) A space is required after ','. (comma-spacing)
(#499) Missing whitespace after semicolon. (semi-spacing)
(#499) Expected space(s) after "else". (keyword-spacing)
(#499) Requires a space after '{'. (block-spacing)
(#499) Statement inside of curly braces should be on next line. (brace-style)
(#499) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#499) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#499) Operator '===' must be spaced. (space-infix-ops)
(#499) Operator '&&' must be spaced. (space-infix-ops)
(#499) 'H' used outside of binding context. (block-scoped-var)
(#499) Operator '-' must be spaced. (space-infix-ops)
(#499) A space is required after ','. (comma-spacing)
(#499) Missing whitespace after semicolon. (semi-spacing)
(#499) Expected space(s) after "for". (keyword-spacing)
(#499) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#499) Operator '=' must be spaced. (space-infix-ops)
(#499) A space is required after ','. (comma-spacing)
(#499) Operator '=' must be spaced. (space-infix-ops)
(#499) A space is required after ','. (comma-spacing)
(#499) Operator '=' must be spaced. (space-infix-ops)
(#499) A space is required after ','. (comma-spacing)
(#499) Operator '=' must be spaced. (space-infix-ops)
(#499) Operator '-' must be spaced. (space-infix-ops)
(#499) Missing whitespace after semicolon. (semi-spacing)
(#499) Operator '<' must be spaced. (space-infix-ops)
(#499) Missing whitespace after semicolon. (semi-spacing)
(#499) Requires a space after '{'. (block-spacing)
(#499) Statement inside of curly braces should be on next line. (brace-style)
(#499) Missing space before opening brace. (space-before-blocks)
(#499) Operator '=' must be spaced. (space-infix-ops)
(#499) A space is required after ','. (comma-spacing)
(#499) A space is required after ','. (comma-spacing)
(#499) A space is required after ','. (comma-spacing)
(#499) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#499) Operator '=' must be spaced. (space-infix-ops)
(#499) Operator '-' must be spaced. (space-infix-ops)
(#499) A space is required after ','. (comma-spacing)
(#499) Operator '-' must be spaced. (space-infix-ops)
(#499) A space is required after ','. (comma-spacing)
(#499) Operator '-' must be spaced. (space-infix-ops)
(#499) A space is required after ','. (comma-spacing)
(#499) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#499) Operator '=' must be spaced. (space-infix-ops)
(#499) Operator '+' must be spaced. (space-infix-ops)
(#499) A space is required after ','. (comma-spacing)
(#499) Operator '+' must be spaced. (space-infix-ops)
(#499) A space is required after ','. (comma-spacing)
(#499) Operator '+' must be spaced. (space-infix-ops)
(#499) Missing whitespace after semicolon. (semi-spacing)
(#499) A space is required after ','. (comma-spacing)
(#499) Missing whitespace after semicolon. (semi-spacing)
(#499) A space is required after ','. (comma-spacing)
(#499) Missing whitespace after semicolon. (semi-spacing)
(#499) Operator '=' must be spaced. (space-infix-ops)
(#499) A space is required after ','. (comma-spacing)
(#500) This line has a length of 501. Maximum allowed is 132. (max-len)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) A space is required after ','. (comma-spacing)
(#500) A space is required after ','. (comma-spacing)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) This line has 27 statements. Maximum allowed is 2. (max-statements-per-line)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) A space is required after ','. (comma-spacing)
(#500) A space is required after ','. (comma-spacing)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) Requires a space before '}'. (block-spacing)
(#500) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#500) Missing semicolon. (semi)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) 'L' used outside of binding context. (block-scoped-var)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) Expected space(s) after "for". (keyword-spacing)
(#500) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#500) 'O' used outside of binding context. (block-scoped-var)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) 'F' used outside of binding context. (block-scoped-var)
(#500) Operator '-' must be spaced. (space-infix-ops)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) 'L' used outside of binding context. (block-scoped-var)
(#500) Operator '<' must be spaced. (space-infix-ops)
(#500) 'O' used outside of binding context. (block-scoped-var)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) 'L' used outside of binding context. (block-scoped-var)
(#500) Requires a space after '{'. (block-spacing)
(#500) Statement inside of curly braces should be on next line. (brace-style)
(#500) Missing space before opening brace. (space-before-blocks)
(#500) 'W' used outside of binding context. (block-scoped-var)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) 'F' used outside of binding context. (block-scoped-var)
(#500) 'L' used outside of binding context. (block-scoped-var)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) 'V' used outside of binding context. (block-scoped-var)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) 'I' used outside of binding context. (block-scoped-var)
(#500) 'L' used outside of binding context. (block-scoped-var)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) 'S' used outside of binding context. (block-scoped-var)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) 'F' used outside of binding context. (block-scoped-var)
(#500) 'L' used outside of binding context. (block-scoped-var)
(#500) Operator '+' must be spaced. (space-infix-ops)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) 'Y' used outside of binding context. (block-scoped-var)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) 'I' used outside of binding context. (block-scoped-var)
(#500) 'L' used outside of binding context. (block-scoped-var)
(#500) Operator '+' must be spaced. (space-infix-ops)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) 'V' used outside of binding context. (block-scoped-var)
(#500) A space is required after ','. (comma-spacing)
(#500) 'Y' used outside of binding context. (block-scoped-var)
(#500) A space is required after ','. (comma-spacing)
(#500) A space is required after ','. (comma-spacing)
(#500) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) 'S' used outside of binding context. (block-scoped-var)
(#500) A space is required after ','. (comma-spacing)
(#500) 'W' used outside of binding context. (block-scoped-var)
(#500) A space is required after ','. (comma-spacing)
(#500) A space is required after ','. (comma-spacing)
(#500) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) A space is required after ','. (comma-spacing)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) A space is required after ','. (comma-spacing)
(#500) A space is required after ','. (comma-spacing)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) Operator '*' must be spaced. (space-infix-ops)
(#500) Operator '-' must be spaced. (space-infix-ops)
(#500) Operator '*' must be spaced. (space-infix-ops)
(#500) Operator '/' must be spaced. (space-infix-ops)
(#500) Operator '*' must be spaced. (space-infix-ops)
(#500) 'W' used outside of binding context. (block-scoped-var)
(#500) A space is required after ','. (comma-spacing)
(#500) 'S' used outside of binding context. (block-scoped-var)
(#500) A space is required after ','. (comma-spacing)
(#500) A space is required after ','. (comma-spacing)
(#500) 'Y' used outside of binding context. (block-scoped-var)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) 'W' used outside of binding context. (block-scoped-var)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) 'W' used outside of binding context. (block-scoped-var)
(#500) A space is required after ','. (comma-spacing)
(#500) 'V' used outside of binding context. (block-scoped-var)
(#500) A space is required after ','. (comma-spacing)
(#500) A space is required after ','. (comma-spacing)
(#500) A space is required after ','. (comma-spacing)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) 'S' used outside of binding context. (block-scoped-var)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) 'S' used outside of binding context. (block-scoped-var)
(#500) A space is required after ','. (comma-spacing)
(#500) 'Y' used outside of binding context. (block-scoped-var)
(#500) A space is required after ','. (comma-spacing)
(#500) A space is required after ','. (comma-spacing)
(#500) A space is required after ','. (comma-spacing)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) 'W' used outside of binding context. (block-scoped-var)
(#500) A space is required after ','. (comma-spacing)
(#500) 'S' used outside of binding context. (block-scoped-var)
(#500) Requires a space before '}'. (block-spacing)
(#500) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#500) Missing semicolon. (semi)
(#500) 'F' used outside of binding context. (block-scoped-var)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) 'I' used outside of binding context. (block-scoped-var)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) 'I' used outside of binding context. (block-scoped-var)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) 'F' used outside of binding context. (block-scoped-var)
(#500) A space is required after ','. (comma-spacing)
(#500) 'I' used outside of binding context. (block-scoped-var)
(#500) A space is required after ','. (comma-spacing)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) 'F' used outside of binding context. (block-scoped-var)
(#500) A space is required after ','. (comma-spacing)
(#500) 'I' used outside of binding context. (block-scoped-var)
(#500) A space is required after ','. (comma-spacing)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) 'F' used outside of binding context. (block-scoped-var)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) Operator '-' must be spaced. (space-infix-ops)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) 'I' used outside of binding context. (block-scoped-var)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) Operator '-' must be spaced. (space-infix-ops)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) 'I' used outside of binding context. (block-scoped-var)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) 'F' used outside of binding context. (block-scoped-var)
(#500) A space is required after ','. (comma-spacing)
(#500) 'I' used outside of binding context. (block-scoped-var)
(#501) This line has a length of 502. Maximum allowed is 132. (max-len)
(#501) Missing whitespace after semicolon. (semi-spacing)
(#501) 'F' used outside of binding context. (block-scoped-var)
(#501) A space is required after ','. (comma-spacing)
(#501) 'I' used outside of binding context. (block-scoped-var)
(#501) A space is required after ','. (comma-spacing)
(#501) Requires a space before '}'. (block-spacing)
(#501) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#501) Missing semicolon. (semi)
(#501) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#501) Operator '=' must be spaced. (space-infix-ops)
(#501) A space is required after ','. (comma-spacing)
(#501) A space is required after ','. (comma-spacing)
(#501) A space is required after ','. (comma-spacing)
(#501) Missing whitespace after semicolon. (semi-spacing)
(#501) 'F' used outside of binding context. (block-scoped-var)
(#501) Operator '=' must be spaced. (space-infix-ops)
(#501) A space is required after ','. (comma-spacing)
(#501) A space is required after ','. (comma-spacing)
(#501) A space is required after ','. (comma-spacing)
(#501) Missing whitespace after semicolon. (semi-spacing)
(#501) A constructor name should not start with a lowercase letter. (new-cap)
(#501) A space is required after ','. (comma-spacing)
(#501) 'F' used outside of binding context. (block-scoped-var)
(#501) Missing whitespace after semicolon. (semi-spacing)
(#501) Operator '=' must be spaced. (space-infix-ops)
(#501) Missing whitespace after semicolon. (semi-spacing)
(#501) 'F' used outside of binding context. (block-scoped-var)
(#501) Operator '=' must be spaced. (space-infix-ops)
(#501) A space is required after ','. (comma-spacing)
(#501) A space is required after ','. (comma-spacing)
(#501) Missing whitespace after semicolon. (semi-spacing)
(#501) 'F' used outside of binding context. (block-scoped-var)
(#501) Missing whitespace after semicolon. (semi-spacing)
(#501) 'F' used outside of binding context. (block-scoped-var)
(#501) A space is required after ','. (comma-spacing)
(#501) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#501) Missing whitespace after semicolon. (semi-spacing)
(#501) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#501) Operator '<' must be spaced. (space-infix-ops)
(#501) Operator '&&' must be spaced. (space-infix-ops)
(#501) 'I' used outside of binding context. (block-scoped-var)
(#501) Operator '=' must be spaced. (space-infix-ops)
(#501) A space is required after ','. (comma-spacing)
(#501) 'F' used outside of binding context. (block-scoped-var)
(#501) A space is required after ','. (comma-spacing)
(#501) A space is required after ','. (comma-spacing)
(#501) 'L' used outside of binding context. (block-scoped-var)
(#501) Operator '=' must be spaced. (space-infix-ops)
(#501) Operator '-' must be spaced. (space-infix-ops)
(#501) A space is required after ','. (comma-spacing)
(#501) 'L' used outside of binding context. (block-scoped-var)
(#501) Operator '=' must be spaced. (space-infix-ops)
(#501) 'L' used outside of binding context. (block-scoped-var)
(#501) A space is required after ','. (comma-spacing)
(#501) 'L' used outside of binding context. (block-scoped-var)
(#501) A space is required after ','. (comma-spacing)
(#501) 'L' used outside of binding context. (block-scoped-var)
(#501) A space is required after ','. (comma-spacing)
(#501) 'I' used outside of binding context. (block-scoped-var)
(#501) A space is required after ','. (comma-spacing)
(#501) A space is required after ','. (comma-spacing)
(#501) 'L' used outside of binding context. (block-scoped-var)
(#501) A space is required after ','. (comma-spacing)
(#501) 'L' used outside of binding context. (block-scoped-var)
(#501) A space is required after ','. (comma-spacing)
(#501) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#501) A space is required after ','. (comma-spacing)
(#501) 'I' used outside of binding context. (block-scoped-var)
(#501) A space is required after ','. (comma-spacing)
(#501) 'L' used outside of binding context. (block-scoped-var)
(#501) A space is required after ','. (comma-spacing)
(#501) 'L' used outside of binding context. (block-scoped-var)
(#501) Operator '=' must be spaced. (space-infix-ops)
(#501) A space is required after ','. (comma-spacing)
(#501) 'L' used outside of binding context. (block-scoped-var)
(#501) Operator '=' must be spaced. (space-infix-ops)
(#501) 'L' used outside of binding context. (block-scoped-var)
(#501) Operator '=' must be spaced. (space-infix-ops)
(#501) A space is required after ','. (comma-spacing)
(#501) 'I' used outside of binding context. (block-scoped-var)
(#501) A space is required after ','. (comma-spacing)
(#501) 'I' used outside of binding context. (block-scoped-var)
(#501) A space is required after ','. (comma-spacing)
(#501) 'I' used outside of binding context. (block-scoped-var)
(#501) A space is required after ','. (comma-spacing)
(#501) 'L' used outside of binding context. (block-scoped-var)
(#501) A space is required after ','. (comma-spacing)
(#501) 'L' used outside of binding context. (block-scoped-var)
(#501) Operator '=' must be spaced. (space-infix-ops)
(#501) A space is required after ','. (comma-spacing)
(#501) A space is required after ','. (comma-spacing)
(#501) A space is required after ','. (comma-spacing)
(#501) 'L' used outside of binding context. (block-scoped-var)
(#501) A space is required after ','. (comma-spacing)
(#501) Missing whitespace after semicolon. (semi-spacing)
(#501) Operator '=' must be spaced. (space-infix-ops)
(#501) Missing whitespace after semicolon. (semi-spacing)
(#501) 'H' used outside of binding context. (block-scoped-var)
(#501) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#501) Operator '<' must be spaced. (space-infix-ops)
(#501) 'a' used outside of binding context. (block-scoped-var)
(#501) Operator '&&' must be spaced. (space-infix-ops)
(#501) Operator '=' must be spaced. (space-infix-ops)
(#501) A space is required after ','. (comma-spacing)
(#501) A space is required after ','. (comma-spacing)
(#501) A space is required after ','. (comma-spacing)
(#501) A space is required after ','. (comma-spacing)
(#501) Operator '=' must be spaced. (space-infix-ops)
(#501) 'H' used outside of binding context. (block-scoped-var)
(#501) Operator '+' must be spaced. (space-infix-ops)
(#501) A space is required after ','. (comma-spacing)
(#501) Operator '?' must be spaced. (space-infix-ops)
(#501) A space is required after ','. (comma-spacing)
(#501) A space is required after ','. (comma-spacing)
(#501) A space is required after ','. (comma-spacing)
(#501) Operator '=' must be spaced. (space-infix-ops)
(#502) This line has a length of 505. Maximum allowed is 132. (max-len)
(#502) Operator ':' must be spaced. (space-infix-ops)
(#502) 'F' used outside of binding context. (block-scoped-var)
(#502) A space is required after ','. (comma-spacing)
(#502) A space is required after ','. (comma-spacing)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) A space is required after ','. (comma-spacing)
(#502) 'F' used outside of binding context. (block-scoped-var)
(#502) A space is required after ','. (comma-spacing)
(#502) A space is required after ','. (comma-spacing)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) A space is required after ','. (comma-spacing)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) A space is required after ','. (comma-spacing)
(#502) A space is required after ','. (comma-spacing)
(#502) A space is required after ','. (comma-spacing)
(#502) A space is required after ','. (comma-spacing)
(#502) A space is required after ','. (comma-spacing)
(#502) A space is required after ','. (comma-spacing)
(#502) A space is required after ','. (comma-spacing)
(#502) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#502) A space is required after ','. (comma-spacing)
(#502) A space is required after ','. (comma-spacing)
(#502) A space is required after ','. (comma-spacing)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) A space is required after ','. (comma-spacing)
(#502) A space is required after ','. (comma-spacing)
(#502) A space is required after ','. (comma-spacing)
(#502) Requires a space before '}'. (block-spacing)
(#502) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#502) Missing semicolon. (semi)
(#502) Requires a space before '}'. (block-spacing)
(#502) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#502) Expected space(s) before "else". (keyword-spacing)
(#502) Expected space(s) after "if". (keyword-spacing)
(#502) Requires a space after '{'. (block-spacing)
(#502) Statement inside of curly braces should be on next line. (brace-style)
(#502) Missing space before opening brace. (space-before-blocks)
(#502) Expected space(s) after "if". (keyword-spacing)
(#502) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#502) Unexpected use of comma operator. (no-sequences)
(#502) A space is required after ','. (comma-spacing)
(#502) Requires a space after '{'. (block-spacing)
(#502) Statement inside of curly braces should be on next line. (brace-style)
(#502) Missing space before opening brace. (space-before-blocks)
(#502) 't' used outside of binding context. (block-scoped-var)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) A space is required after ','. (comma-spacing)
(#502) A space is required after ','. (comma-spacing)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) 'F' used outside of binding context. (block-scoped-var)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) A space is required after ','. (comma-spacing)
(#502) A space is required after ','. (comma-spacing)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) 'C' used outside of binding context. (block-scoped-var)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) Expected space(s) after "for". (keyword-spacing)
(#502) 'I' used outside of binding context. (block-scoped-var)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) 'I' used outside of binding context. (block-scoped-var)
(#502) Operator '<' must be spaced. (space-infix-ops)
(#502) 'C' used outside of binding context. (block-scoped-var)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) 'I' used outside of binding context. (block-scoped-var)
(#502) 'O' used outside of binding context. (block-scoped-var)
(#502) Expected { after 'for' condition. (curly)
(#502) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) 'I' used outside of binding context. (block-scoped-var)
(#502) Unexpected use of comma operator. (no-sequences)
(#502) A space is required after ','. (comma-spacing)
(#502) 'L' used outside of binding context. (block-scoped-var)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) 'O' used outside of binding context. (block-scoped-var)
(#502) A space is required after ','. (comma-spacing)
(#502) 'O' used outside of binding context. (block-scoped-var)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) 'O' used outside of binding context. (block-scoped-var)
(#502) 'O' used outside of binding context. (block-scoped-var)
(#502) Operator '-' must be spaced. (space-infix-ops)
(#502) A space is required after ','. (comma-spacing)
(#502) 't' used outside of binding context. (block-scoped-var)
(#502) A space is required after ','. (comma-spacing)
(#502) 'L' used outside of binding context. (block-scoped-var)
(#502) A space is required after ','. (comma-spacing)
(#502) 'L' used outside of binding context. (block-scoped-var)
(#502) A space is required after ','. (comma-spacing)
(#502) 'L' used outside of binding context. (block-scoped-var)
(#502) A space is required after ','. (comma-spacing)
(#502) 'F' used outside of binding context. (block-scoped-var)
(#502) A space is required after ','. (comma-spacing)
(#502) 'O' used outside of binding context. (block-scoped-var)
(#502) A space is required after ','. (comma-spacing)
(#502) 'O' used outside of binding context. (block-scoped-var)
(#502) A space is required after ','. (comma-spacing)
(#502) 'O' used outside of binding context. (block-scoped-var)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) 't' used outside of binding context. (block-scoped-var)
(#502) A space is required after ','. (comma-spacing)
(#502) Operator '/' must be spaced. (space-infix-ops)
(#502) 'C' used outside of binding context. (block-scoped-var)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) 'F' used outside of binding context. (block-scoped-var)
(#502) A space is required after ','. (comma-spacing)
(#502) Operator '/' must be spaced. (space-infix-ops)
(#502) 'C' used outside of binding context. (block-scoped-var)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) 't' used outside of binding context. (block-scoped-var)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) 't' used outside of binding context. (block-scoped-var)
(#502) A space is required after ','. (comma-spacing)
(#502) 'F' used outside of binding context. (block-scoped-var)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) 'C' used outside of binding context. (block-scoped-var)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) 'C' used outside of binding context. (block-scoped-var)
(#502) Operator '-' must be spaced. (space-infix-ops)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) A constructor name should not start with a lowercase letter. (new-cap)
(#502) A space is required after ','. (comma-spacing)
(#502) 'C' used outside of binding context. (block-scoped-var)
(#502) A space is required after ','. (comma-spacing)
(#502) 't' used outside of binding context. (block-scoped-var)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) 'H' used outside of binding context. (block-scoped-var)
(#502) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#502) Operator '<' must be spaced. (space-infix-ops)
(#502) 'a' used outside of binding context. (block-scoped-var)
(#502) Operator '&&' must be spaced. (space-infix-ops)
(#502) 'H' used outside of binding context. (block-scoped-var)
(#502) Operator '+' must be spaced. (space-infix-ops)
(#502) Operator '?' must be spaced. (space-infix-ops)
(#502) Operator ':' must be spaced. (space-infix-ops)
(#503) This line has a length of 512. Maximum allowed is 132. (max-len)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) 'C' used outside of binding context. (block-scoped-var)
(#503) A space is required after ','. (comma-spacing)
(#503) 'C' used outside of binding context. (block-scoped-var)
(#503) A space is required after ','. (comma-spacing)
(#503) 'C' used outside of binding context. (block-scoped-var)
(#503) A space is required after ','. (comma-spacing)
(#503) Requires a space before '}'. (block-spacing)
(#503) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#503) Missing semicolon. (semi)
(#503) Requires a space before '}'. (block-spacing)
(#503) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#503) Expected space(s) before "else". (keyword-spacing)
(#503) Expected { after 'else'. (curly)
(#503) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#503) Unexpected use of comma operator. (no-sequences)
(#503) A space is required after ','. (comma-spacing)
(#503) 'H' used outside of binding context. (block-scoped-var)
(#503) Operator '<' must be spaced. (space-infix-ops)
(#503) 'a' used outside of binding context. (block-scoped-var)
(#503) Operator '&&' must be spaced. (space-infix-ops)
(#503) 'H' used outside of binding context. (block-scoped-var)
(#503) Operator '+' must be spaced. (space-infix-ops)
(#503) Operator '&&' must be spaced. (space-infix-ops)
(#503) 'C' used outside of binding context. (block-scoped-var)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) A space is required after ','. (comma-spacing)
(#503) 'C' used outside of binding context. (block-scoped-var)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) 'C' used outside of binding context. (block-scoped-var)
(#503) A space is required after ','. (comma-spacing)
(#503) 'C' used outside of binding context. (block-scoped-var)
(#503) A space is required after ','. (comma-spacing)
(#503) 'C' used outside of binding context. (block-scoped-var)
(#503) A space is required after ','. (comma-spacing)
(#503) 'C' used outside of binding context. (block-scoped-var)
(#503) A space is required after ','. (comma-spacing)
(#503) A space is required after ','. (comma-spacing)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) A space is required after ','. (comma-spacing)
(#503) Requires a space before '}'. (block-spacing)
(#503) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#503) Missing semicolon. (semi)
(#503) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#503) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#503) Operator '<' must be spaced. (space-infix-ops)
(#503) Operator '&&' must be spaced. (space-infix-ops)
(#503) Operator '==' must be spaced. (space-infix-ops)
(#503) Operator '&&' must be spaced. (space-infix-ops)
(#503) Operator '-' must be spaced. (space-infix-ops)
(#503) A space is required after ','. (comma-spacing)
(#503) Missing whitespace after semicolon. (semi-spacing)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) Missing whitespace after semicolon. (semi-spacing)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) Missing whitespace after semicolon. (semi-spacing)
(#503) Expected space(s) after "for". (keyword-spacing)
(#503) 'H' used outside of binding context. (block-scoped-var)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) Missing whitespace after semicolon. (semi-spacing)
(#503) Operator '<' must be spaced. (space-infix-ops)
(#503) 'H' used outside of binding context. (block-scoped-var)
(#503) Missing whitespace after semicolon. (semi-spacing)
(#503) Requires a space after '{'. (block-spacing)
(#503) Statement inside of curly braces should be on next line. (brace-style)
(#503) Missing space before opening brace. (space-before-blocks)
(#503) 'a' used outside of binding context. (block-scoped-var)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) Missing whitespace after semicolon. (semi-spacing)
(#503) 'f' used outside of binding context. (block-scoped-var)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) Missing whitespace after semicolon. (semi-spacing)
(#503) 'C' used outside of binding context. (block-scoped-var)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) Missing whitespace after semicolon. (semi-spacing)
(#503) Expected space(s) after "for". (keyword-spacing)
(#503) 't' used outside of binding context. (block-scoped-var)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) 'a' used outside of binding context. (block-scoped-var)
(#503) Operator '-' must be spaced. (space-infix-ops)
(#503) Missing whitespace after semicolon. (semi-spacing)
(#503) 'C' used outside of binding context. (block-scoped-var)
(#503) Operator '<=' must be spaced. (space-infix-ops)
(#503) 't' used outside of binding context. (block-scoped-var)
(#503) Missing whitespace after semicolon. (semi-spacing)
(#503) 'C' used outside of binding context. (block-scoped-var)
(#503) 'f' used outside of binding context. (block-scoped-var)
(#503) Expected { after 'for' condition. (curly)
(#503) 'a' used outside of binding context. (block-scoped-var)
(#503) 'C' used outside of binding context. (block-scoped-var)
(#503) Missing whitespace after semicolon. (semi-spacing)
(#503) 'f' used outside of binding context. (block-scoped-var)
(#503) Requires a space before '}'. (block-spacing)
(#503) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#503) Missing semicolon. (semi)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) Missing whitespace after semicolon. (semi-spacing)
(#503) Expected space(s) after "for". (keyword-spacing)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) Missing whitespace after semicolon. (semi-spacing)
(#503) Operator '<' must be spaced. (space-infix-ops)
(#503) Missing whitespace after semicolon. (semi-spacing)
(#503) 'H' used outside of binding context. (block-scoped-var)
(#503) Expected { after 'for' condition. (curly)
(#503) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) A space is required after ','. (comma-spacing)
(#503) A space is required after ','. (comma-spacing)
(#503) A space is required after ','. (comma-spacing)
(#503) Unexpected use of comma operator. (no-sequences)
(#503) A space is required after ','. (comma-spacing)
(#503) 'H' used outside of binding context. (block-scoped-var)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) A space is required after ','. (comma-spacing)
(#503) 'H' used outside of binding context. (block-scoped-var)
(#503) Requires a space before '}'. (block-spacing)
(#503) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#503) Missing semicolon. (semi)
(#503) Missing whitespace after semicolon. (semi-spacing)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#504) This line has a length of 524. Maximum allowed is 132. (max-len)
(#504) Missing '()' invoking a constructor. (new-parens)
(#504) Operator '=' must be spaced. (space-infix-ops)
(#504) A space is required after ','. (comma-spacing)
(#504) Requires a space after '{'. (block-spacing)
(#504) Statement inside of curly braces should be on next line. (brace-style)
(#504) Missing space before opening brace. (space-before-blocks)
(#504) A space is required after ','. (comma-spacing)
(#504) A space is required after ','. (comma-spacing)
(#504) A space is required after ','. (comma-spacing)
(#504) A space is required after ','. (comma-spacing)
(#504) Missing whitespace after semicolon. (semi-spacing)
(#504) A space is required after ','. (comma-spacing)
(#504) Operator '?' must be spaced. (space-infix-ops)
(#504) Operator ':' must be spaced. (space-infix-ops)
(#504) Missing whitespace after semicolon. (semi-spacing)
(#504) Expected space(s) after "for". (keyword-spacing)
(#504) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#504) Operator '=' must be spaced. (space-infix-ops)
(#504) A space is required after ','. (comma-spacing)
(#504) Operator '=' must be spaced. (space-infix-ops)
(#504) Missing whitespace after semicolon. (semi-spacing)
(#504) Operator '<' must be spaced. (space-infix-ops)
(#504) Missing whitespace after semicolon. (semi-spacing)
(#504) Expected { after 'for' condition. (curly)
(#504) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#504) Unexpected use of comma operator. (no-sequences)
(#504) A space is required after ','. (comma-spacing)
(#504) A space is required after ','. (comma-spacing)
(#504) Missing whitespace after semicolon. (semi-spacing)
(#504) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#504) Operator '||' must be spaced. (space-infix-ops)
(#504) A space is required after ','. (comma-spacing)
(#504) Missing whitespace after semicolon. (semi-spacing)
(#504) Missing whitespace after semicolon. (semi-spacing)
(#504) 'r' used outside of binding context. (block-scoped-var)
(#504) Operator '=' must be spaced. (space-infix-ops)
(#504) Missing whitespace after semicolon. (semi-spacing)
(#504) Expected space(s) after "for". (keyword-spacing)
(#504) 'y' used outside of binding context. (block-scoped-var)
(#504) Operator '=' must be spaced. (space-infix-ops)
(#504) Missing whitespace after semicolon. (semi-spacing)
(#504) 'r' used outside of binding context. (block-scoped-var)
(#504) Operator '<' must be spaced. (space-infix-ops)
(#505) This line has a length of 382. Maximum allowed is 132. (max-len)
(#505) 'y' used outside of binding context. (block-scoped-var)
(#505) Missing whitespace after semicolon. (semi-spacing)
(#505) 'r' used outside of binding context. (block-scoped-var)
(#505) Expected { after 'for' condition. (curly)
(#505) Expected space(s) before "this". (keyword-spacing)
(#505) 'r' used outside of binding context. (block-scoped-var)
(#505) A space is required after ','. (comma-spacing)
(#505) Missing whitespace after semicolon. (semi-spacing)
(#505) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#505) Operator '||' must be spaced. (space-infix-ops)
(#505) A space is required after ','. (comma-spacing)
(#505) Missing whitespace after semicolon. (semi-spacing)
(#505) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#505) Missing whitespace after semicolon. (semi-spacing)
(#505) 'r' used outside of binding context. (block-scoped-var)
(#505) Operator '=' must be spaced. (space-infix-ops)
(#505) Missing whitespace after semicolon. (semi-spacing)
(#505) Expected space(s) after "for". (keyword-spacing)
(#505) 'y' used outside of binding context. (block-scoped-var)
(#505) Operator '=' must be spaced. (space-infix-ops)
(#505) Missing whitespace after semicolon. (semi-spacing)
(#505) 'r' used outside of binding context. (block-scoped-var)
(#505) Operator '<' must be spaced. (space-infix-ops)
(#505) 'y' used outside of binding context. (block-scoped-var)
(#505) Missing whitespace after semicolon. (semi-spacing)
(#505) 'r' used outside of binding context. (block-scoped-var)
(#505) Expected { after 'for' condition. (curly)
(#505) Expected space(s) before "this". (keyword-spacing)
(#505) 'r' used outside of binding context. (block-scoped-var)
(#505) A space is required after ','. (comma-spacing)
(#505) Requires a space before '}'. (block-spacing)
(#505) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#505) Missing semicolon. (semi)
(#505) Requires a space before '}'. (block-spacing)
(#505) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#505) Missing semicolon. (semi)
(#505) A space is required after ','. (comma-spacing)
(#505) A space is required after ','. (comma-spacing)
(#505) A space is required after ','. (comma-spacing)
(#505) A space is required after ','. (comma-spacing)
(#505) A space is required after ','. (comma-spacing)
(#505) A space is required after ','. (comma-spacing)
(#505) A space is required after ','. (comma-spacing)
(#506) This line has a length of 163. Maximum allowed is 132. (max-len)
(#506) A space is required after ','. (comma-spacing)
(#506) 'E' is defined but never used. (no-unused-vars)
(#506) Requires a space after '{'. (block-spacing)
(#506) Statement inside of curly braces should be on next line. (brace-style)
(#506) Missing space before opening brace. (space-before-blocks)
(#506) Operator '=' must be spaced. (space-infix-ops)
(#506) Requires a space after '{'. (block-spacing)
(#506) Statement inside of curly braces should be on next line. (brace-style)
(#506) Missing space before opening brace. (space-before-blocks)
(#506) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#506) A space is required after ','. (comma-spacing)
(#506) A space is required after ','. (comma-spacing)
(#506) A space is required after ','. (comma-spacing)
(#506) A space is required after ','. (comma-spacing)
(#506) A space is required after ','. (comma-spacing)
(#506) A space is required after ','. (comma-spacing)
(#506) A space is required after ','. (comma-spacing)
(#506) A space is required after ','. (comma-spacing)
(#506) A space is required after ','. (comma-spacing)
(#506) A space is required after ','. (comma-spacing)
(#506) A space is required after ','. (comma-spacing)
(#506) A space is required after ','. (comma-spacing)
(#506) A space is required after ','. (comma-spacing)
(#506) A space is required after ','. (comma-spacing)
(#506) A space is required after ','. (comma-spacing)
(#506) A space is required after ','. (comma-spacing)
(#506) A space is required after ','. (comma-spacing)
(#506) A space is required after ','. (comma-spacing)
(#506) A space is required after ','. (comma-spacing)
(#506) A space is required after ','. (comma-spacing)
(#506) A space is required after ','. (comma-spacing)
(#506) A space is required after ','. (comma-spacing)
(#506) A space is required after ','. (comma-spacing)
(#506) Requires a space before '}'. (block-spacing)
(#506) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#506) Missing semicolon. (semi)
(#506) Missing whitespace after semicolon. (semi-spacing)
(#506) Operator '=' must be spaced. (space-infix-ops)
(#506) Missing '()' invoking a constructor. (new-parens)
(#506) Requires a space before '}'. (block-spacing)
(#506) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#506) Missing semicolon. (semi)
(#507) This line has a length of 502. Maximum allowed is 132. (max-len)
(#507) A space is required after ','. (comma-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) 'v' is defined but never used. (no-unused-vars)
(#507) Requires a space after '{'. (block-spacing)
(#507) Statement inside of curly braces should be on next line. (brace-style)
(#507) Missing space before opening brace. (space-before-blocks)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) A space is required after ','. (comma-spacing)
(#507) Requires a space after '{'. (block-spacing)
(#507) Statement inside of curly braces should be on next line. (brace-style)
(#507) Missing space before opening brace. (space-before-blocks)
(#507) Expected space(s) after "for". (keyword-spacing)
(#507) This line has 23 statements. Maximum allowed is 2. (max-statements-per-line)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) A space is required after ','. (comma-spacing)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) A space is required after ','. (comma-spacing)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) A space is required after ','. (comma-spacing)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) Missing '()' invoking a constructor. (new-parens)
(#507) A space is required after ','. (comma-spacing)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) Operator '<' must be spaced. (space-infix-ops)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) Requires a space after '{'. (block-spacing)
(#507) Statement inside of curly braces should be on next line. (brace-style)
(#507) Missing space before opening brace. (space-before-blocks)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) Operator '+' must be spaced. (space-infix-ops)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#507) Operator '===' must be spaced. (space-infix-ops)
(#507) Operator '-' must be spaced. (space-infix-ops)
(#507) Operator '&&' must be spaced. (space-infix-ops)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) A space is required after ','. (comma-spacing)
(#507) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) A space is required after ','. (comma-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) Operator '-' must be spaced. (space-infix-ops)
(#507) A space is required after ','. (comma-spacing)
(#507) Operator '-' must be spaced. (space-infix-ops)
(#507) A space is required after ','. (comma-spacing)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) Expected space(s) after "for". (keyword-spacing)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) Operator '>' must be spaced. (space-infix-ops)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) Expected { after 'for' condition. (curly)
(#507) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#507) A space is required after ','. (comma-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) Operator '/' must be spaced. (space-infix-ops)
(#507) Unexpected use of comma operator. (no-sequences)
(#507) A space is required after ','. (comma-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) Operator '/' must be spaced. (space-infix-ops)
(#507) A space is required after ','. (comma-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) Operator '/' must be spaced. (space-infix-ops)
(#507) A space is required after ','. (comma-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) Operator '/' must be spaced. (space-infix-ops)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) Expected space(s) after "for". (keyword-spacing)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) Operator '>' must be spaced. (space-infix-ops)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) Expected { after 'for' condition. (curly)
(#507) A space is required after ','. (comma-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) Requires a space before '}'. (block-spacing)
(#507) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#507) Missing semicolon. (semi)
(#507) 'b' used outside of binding context. (block-scoped-var)
(#507) Operator '/=' must be spaced. (space-infix-ops)
(#507) 'd' used outside of binding context. (block-scoped-var)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) 'b' used outside of binding context. (block-scoped-var)
(#507) Operator '/=' must be spaced. (space-infix-ops)
(#507) 'd' used outside of binding context. (block-scoped-var)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) 'e' used outside of binding context. (block-scoped-var)
(#507) A space is required after ','. (comma-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) 'c' used outside of binding context. (block-scoped-var)
(#507) 'b' used outside of binding context. (block-scoped-var)
(#507) A space is required after ','. (comma-spacing)
(#507) 'b' used outside of binding context. (block-scoped-var)
(#507) A space is required after ','. (comma-spacing)
(#507) Operator '/' must be spaced. (space-infix-ops)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) 'e' used outside of binding context. (block-scoped-var)
(#507) A space is required after ','. (comma-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) 'c' used outside of binding context. (block-scoped-var)
(#507) 'b' used outside of binding context. (block-scoped-var)
(#507) A space is required after ','. (comma-spacing)
(#507) 'b' used outside of binding context. (block-scoped-var)
(#507) A space is required after ','. (comma-spacing)
(#507) Operator '/' must be spaced. (space-infix-ops)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) Operator '*' must be spaced. (space-infix-ops)
(#507) 'd' used outside of binding context. (block-scoped-var)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) Expected space(s) after "for". (keyword-spacing)
(#507) 'b' used outside of binding context. (block-scoped-var)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) 'b' used outside of binding context. (block-scoped-var)
(#507) Operator '<' must be spaced. (space-infix-ops)
(#507) 'd' used outside of binding context. (block-scoped-var)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) 'b' used outside of binding context. (block-scoped-var)
(#507) 'g' used outside of binding context. (block-scoped-var)
(#507) Expected { after 'for' condition. (curly)
(#507) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) Operator '*' must be spaced. (space-infix-ops)
(#508) This line has a length of 263. Maximum allowed is 132. (max-len)
(#508) 'b' used outside of binding context. (block-scoped-var)
(#508) Unexpected use of comma operator. (no-sequences)
(#508) A space is required after ','. (comma-spacing)
(#508) 'g' used outside of binding context. (block-scoped-var)
(#508) A space is required after ','. (comma-spacing)
(#508) 'g' used outside of binding context. (block-scoped-var)
(#508) Operator '+' must be spaced. (space-infix-ops)
(#508) A space is required after ','. (comma-spacing)
(#508) 'g' used outside of binding context. (block-scoped-var)
(#508) Operator '+' must be spaced. (space-infix-ops)
(#508) A space is required after ','. (comma-spacing)
(#508) 'g' used outside of binding context. (block-scoped-var)
(#508) A space is required after ','. (comma-spacing)
(#508) 'g' used outside of binding context. (block-scoped-var)
(#508) Operator '+' must be spaced. (space-infix-ops)
(#508) A space is required after ','. (comma-spacing)
(#508) 'g' used outside of binding context. (block-scoped-var)
(#508) Operator '+' must be spaced. (space-infix-ops)
(#508) A space is required after ','. (comma-spacing)
(#508) 'g' used outside of binding context. (block-scoped-var)
(#508) Operator '+' must be spaced. (space-infix-ops)
(#508) A space is required after ','. (comma-spacing)
(#508) A space is required after ','. (comma-spacing)
(#508) 'g' used outside of binding context. (block-scoped-var)
(#508) Operator '+' must be spaced. (space-infix-ops)
(#508) A space is required after ','. (comma-spacing)
(#508) 'g' used outside of binding context. (block-scoped-var)
(#508) Operator '+' must be spaced. (space-infix-ops)
(#508) A space is required after ','. (comma-spacing)
(#508) 'g' used outside of binding context. (block-scoped-var)
(#508) Operator '+' must be spaced. (space-infix-ops)
(#508) A space is required after ','. (comma-spacing)
(#508) Operator '+' must be spaced. (space-infix-ops)
(#508) Missing whitespace after semicolon. (semi-spacing)
(#508) 'c' used outside of binding context. (block-scoped-var)
(#508) A space is required after ','. (comma-spacing)
(#508) 'e' used outside of binding context. (block-scoped-var)
(#508) A space is required after ','. (comma-spacing)
(#508) Requires a space before '}'. (block-spacing)
(#508) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#508) Missing semicolon. (semi)
(#508) Missing whitespace after semicolon. (semi-spacing)
(#508) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#508) Operator '=' must be spaced. (space-infix-ops)
(#508) Missing '()' invoking a constructor. (new-parens)
(#508) Requires a space before '}'. (block-spacing)
(#508) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#508) Missing semicolon. (semi)
(#508) A space is required after ','. (comma-spacing)
(#508) A space is required after ','. (comma-spacing)
(#509) This line has a length of 504. Maximum allowed is 132. (max-len)
(#509) A space is required after ','. (comma-spacing)
(#509) A space is required after ','. (comma-spacing)
(#509) A space is required after ','. (comma-spacing)
(#509) 'v' is defined but never used. (no-unused-vars)
(#509) Requires a space after '{'. (block-spacing)
(#509) Statement inside of curly braces should be on next line. (brace-style)
(#509) Missing space before opening brace. (space-before-blocks)
(#509) Operator '=' must be spaced. (space-infix-ops)
(#509) Requires a space after '{'. (block-spacing)
(#509) Statement inside of curly braces should be on next line. (brace-style)
(#509) Missing space before opening brace. (space-before-blocks)
(#509) Expected space(s) after "for". (keyword-spacing)
(#509) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#509) Operator '=' must be spaced. (space-infix-ops)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#509) A space is required after ','. (comma-spacing)
(#509) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#510) This line has a length of 501. Maximum allowed is 132. (max-len)
(#510) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#510) A space is required after ','. (comma-spacing)
(#510) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#510) A space is required after ','. (comma-spacing)
(#510) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#510) A space is required after ','. (comma-spacing)
(#510) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#510) A space is required after ','. (comma-spacing)
(#510) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#510) A space is required after ','. (comma-spacing)
(#510) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#510) A space is required after ','. (comma-spacing)
(#510) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#510) A space is required after ','. (comma-spacing)
(#510) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#510) A space is required after ','. (comma-spacing)
(#510) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#510) A space is required after ','. (comma-spacing)
(#510) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#510) A space is required after ','. (comma-spacing)
(#510) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#510) A space is required after ','. (comma-spacing)
(#510) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#510) A space is required after ','. (comma-spacing)
(#510) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#510) A space is required after ','. (comma-spacing)
(#510) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) Operator '=' must be spaced. (space-infix-ops)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#511) This line has a length of 509. Maximum allowed is 132. (max-len)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) A space is required after ','. (comma-spacing)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) A space is required after ','. (comma-spacing)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) A space is required after ','. (comma-spacing)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) A space is required after ','. (comma-spacing)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) Operator '<' must be spaced. (space-infix-ops)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) Operator '+=' must be spaced. (space-infix-ops)
(#511) Requires a space after '{'. (block-spacing)
(#511) Statement inside of curly braces should be on next line. (brace-style)
(#511) Missing space before opening brace. (space-before-blocks)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) Operator '*' must be spaced. (space-infix-ops)
(#511) A space is required after ','. (comma-spacing)
(#511) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) Operator '*' must be spaced. (space-infix-ops)
(#511) Operator '+' must be spaced. (space-infix-ops)
(#511) A space is required after ','. (comma-spacing)
(#511) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) Operator '*' must be spaced. (space-infix-ops)
(#511) Operator '+' must be spaced. (space-infix-ops)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) A space is required after ','. (comma-spacing)
(#511) Operator '+' must be spaced. (space-infix-ops)
(#511) A space is required after ','. (comma-spacing)
(#511) Operator '+' must be spaced. (space-infix-ops)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) A space is required after ','. (comma-spacing)
(#511) Operator '+' must be spaced. (space-infix-ops)
(#511) A space is required after ','. (comma-spacing)
(#511) Operator '+' must be spaced. (space-infix-ops)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) A space is required after ','. (comma-spacing)
(#511) Operator '+' must be spaced. (space-infix-ops)
(#511) A space is required after ','. (comma-spacing)
(#511) Operator '+' must be spaced. (space-infix-ops)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) Operator '-' must be spaced. (space-infix-ops)
(#511) A space is required after ','. (comma-spacing)
(#511) Operator '-' must be spaced. (space-infix-ops)
(#511) A space is required after ','. (comma-spacing)
(#511) Operator '-' must be spaced. (space-infix-ops)
(#511) A space is required after ','. (comma-spacing)
(#511) Operator '-' must be spaced. (space-infix-ops)
(#511) A space is required after ','. (comma-spacing)
(#511) Operator '-' must be spaced. (space-infix-ops)
(#511) A space is required after ','. (comma-spacing)
(#511) Operator '-' must be spaced. (space-infix-ops)
(#511) A space is required after ','. (comma-spacing)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) A space is required after ','. (comma-spacing)
(#511) Operator '+' must be spaced. (space-infix-ops)
(#511) A space is required after ','. (comma-spacing)
(#511) Operator '+' must be spaced. (space-infix-ops)
(#511) Requires a space before '}'. (block-spacing)
(#511) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#511) Missing semicolon. (semi)
(#511) Expected space(s) before "this". (keyword-spacing)
(#511) 'd' used outside of binding context. (block-scoped-var)
(#511) A space is required after ','. (comma-spacing)
(#511) 'c' used outside of binding context. (block-scoped-var)
(#511) A space is required after ','. (comma-spacing)
(#511) 'e' used outside of binding context. (block-scoped-var)
(#511) Requires a space before '}'. (block-spacing)
(#511) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#511) Missing semicolon. (semi)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#512) Missing '()' invoking a constructor. (new-parens)
(#512) Requires a space before '}'. (block-spacing)
(#512) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#512) Missing semicolon. (semi)
(#512) A space is required after ','. (comma-spacing)
(#512) A space is required after ','. (comma-spacing)
(#513) This line has a length of 512. Maximum allowed is 132. (max-len)
(#513) A space is required after ','. (comma-spacing)
(#513) A space is required after ','. (comma-spacing)
(#513) A space is required after ','. (comma-spacing)
(#513) A space is required after ','. (comma-spacing)
(#513) 'k' is defined but never used. (no-unused-vars)
(#513) Requires a space after '{'. (block-spacing)
(#513) Statement inside of curly braces should be on next line. (brace-style)
(#513) Missing space before opening brace. (space-before-blocks)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) Missing whitespace after semicolon. (semi-spacing)
(#513) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#513) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#513) Operator '&&' must be spaced. (space-infix-ops)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) Missing whitespace after semicolon. (semi-spacing)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) Requires a space after '{'. (block-spacing)
(#513) Statement inside of curly braces should be on next line. (brace-style)
(#513) Missing space before opening brace. (space-before-blocks)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) Missing whitespace after semicolon. (semi-spacing)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) Missing whitespace after semicolon. (semi-spacing)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) Missing whitespace after semicolon. (semi-spacing)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) Requires a space before '}'. (block-spacing)
(#513) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#513) Missing semicolon. (semi)
(#513) Missing whitespace after semicolon. (semi-spacing)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) Missing whitespace after semicolon. (semi-spacing)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) Requires a space after '{'. (block-spacing)
(#513) Statement inside of curly braces should be on next line. (brace-style)
(#513) Missing space before opening brace. (space-before-blocks)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) Missing whitespace after semicolon. (semi-spacing)
(#513) A space is required after ','. (comma-spacing)
(#513) Missing whitespace after semicolon. (semi-spacing)
(#513) A space is required after ','. (comma-spacing)
(#513) Missing whitespace after semicolon. (semi-spacing)
(#513) A space is required after ','. (comma-spacing)
(#513) A space is required after ','. (comma-spacing)
(#513) Missing whitespace after semicolon. (semi-spacing)
(#513) A space is required after ','. (comma-spacing)
(#513) A space is required after ','. (comma-spacing)
(#513) Missing whitespace after semicolon. (semi-spacing)
(#514) This line has a length of 502. Maximum allowed is 132. (max-len)
(#514) A space is required after ','. (comma-spacing)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) A space is required after ','. (comma-spacing)
(#514) A space is required after ','. (comma-spacing)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#514) A space is required after ','. (comma-spacing)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) A space is required after ','. (comma-spacing)
(#514) A space is required after ','. (comma-spacing)
(#514) A space is required after ','. (comma-spacing)
(#514) A space is required after ','. (comma-spacing)
(#514) A space is required after ','. (comma-spacing)
(#514) Requires a space before '}'. (block-spacing)
(#514) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#514) Missing semicolon. (semi)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) Requires a space after '{'. (block-spacing)
(#514) Statement inside of curly braces should be on next line. (brace-style)
(#514) Missing space before opening brace. (space-before-blocks)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) Operator '<=' must be spaced. (space-infix-ops)
(#514) Operator '?' must be spaced. (space-infix-ops)
(#514) Operator ':' must be spaced. (space-infix-ops)
(#514) Requires a space before '}'. (block-spacing)
(#514) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#514) Missing semicolon. (semi)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) A space is required after ','. (comma-spacing)
(#514) A space is required after ','. (comma-spacing)
(#514) A space is required after ','. (comma-spacing)
(#514) A space is required after ','. (comma-spacing)
(#514) A space is required after ','. (comma-spacing)
(#514) Requires a space after '{'. (block-spacing)
(#514) Statement inside of curly braces should be on next line. (brace-style)
(#514) Missing space before opening brace. (space-before-blocks)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) A space is required after ','. (comma-spacing)
(#514) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) A space is required after ','. (comma-spacing)
(#514) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) A space is required after ','. (comma-spacing)
(#514) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) Operator '*=' must be spaced. (space-infix-ops)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) A space is required after ','. (comma-spacing)
(#514) A space is required after ','. (comma-spacing)
(#514) A space is required after ','. (comma-spacing)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) Operator '*=' must be spaced. (space-infix-ops)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) Expected space(s) after "for". (keyword-spacing)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) Operator '>' must be spaced. (space-infix-ops)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) Requires a space after '{'. (block-spacing)
(#514) Statement inside of curly braces should be on next line. (brace-style)
(#514) Missing space before opening brace. (space-before-blocks)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) A space is required after ','. (comma-spacing)
(#514) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) Missing space before value for key 'text'. (key-spacing)
(#514) A space is required after ','. (comma-spacing)
(#514) Missing space before value for key 'width'. (key-spacing)
(#514) A space is required after ','. (comma-spacing)
(#514) Missing space before value for key 'height'. (key-spacing)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) Operator '+=' must be spaced. (space-infix-ops)
(#514) Operator '*' must be spaced. (space-infix-ops)
(#515) This line has a length of 503. Maximum allowed is 132. (max-len)
(#515) Requires a space before '}'. (block-spacing)
(#515) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#515) Missing semicolon. (semi)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) A space is required after ','. (comma-spacing)
(#515) A space is required after ','. (comma-spacing)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) 'x' used outside of binding context. (block-scoped-var)
(#515) This line has 31 statements. Maximum allowed is 2. (max-statements-per-line)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) Expected space(s) after "for". (keyword-spacing)
(#515) 'A' used outside of binding context. (block-scoped-var)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) 'x' used outside of binding context. (block-scoped-var)
(#515) Operator '<' must be spaced. (space-infix-ops)
(#515) 'A' used outside of binding context. (block-scoped-var)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) 'x' used outside of binding context. (block-scoped-var)
(#515) Requires a space after '{'. (block-spacing)
(#515) Statement inside of curly braces should be on next line. (brace-style)
(#515) Missing space before opening brace. (space-before-blocks)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) 'x' used outside of binding context. (block-scoped-var)
(#515) A space is required after ','. (comma-spacing)
(#515) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) Missing space before value for key 'text'. (key-spacing)
(#515) A space is required after ','. (comma-spacing)
(#515) Missing space before value for key 'width'. (key-spacing)
(#515) A space is required after ','. (comma-spacing)
(#515) Missing space before value for key 'height'. (key-spacing)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) Operator '+=' must be spaced. (space-infix-ops)
(#515) Operator '*' must be spaced. (space-infix-ops)
(#515) Requires a space before '}'. (block-spacing)
(#515) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#515) Missing semicolon. (semi)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Operator '*' must be spaced. (space-infix-ops)
(#515) Operator '/' must be spaced. (space-infix-ops)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Operator '/' must be spaced. (space-infix-ops)
(#515) Operator '-' must be spaced. (space-infix-ops)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Operator '*' must be spaced. (space-infix-ops)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) 'x' used outside of binding context. (block-scoped-var)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) Expected space(s) after "for". (keyword-spacing)
(#515) 'A' used outside of binding context. (block-scoped-var)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) 'x' used outside of binding context. (block-scoped-var)
(#515) Operator '<' must be spaced. (space-infix-ops)
(#515) 'A' used outside of binding context. (block-scoped-var)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) 'x' used outside of binding context. (block-scoped-var)
(#515) Requires a space after '{'. (block-spacing)
(#515) Statement inside of curly braces should be on next line. (brace-style)
(#515) Missing space before opening brace. (space-before-blocks)
(#515) 'H' used outside of binding context. (block-scoped-var)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) 'x' used outside of binding context. (block-scoped-var)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) 'a' used outside of binding context. (block-scoped-var)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Operator '*' must be spaced. (space-infix-ops)
(#515) 'H' used outside of binding context. (block-scoped-var)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) 'H' used outside of binding context. (block-scoped-var)
(#515) A space is required after ','. (comma-spacing)
(#515) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) 'H' used outside of binding context. (block-scoped-var)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#515) Operator '+' must be spaced. (space-infix-ops)
(#515) 'a' used outside of binding context. (block-scoped-var)
(#515) Operator '>' must be spaced. (space-infix-ops)
(#515) Operator '&&' must be spaced. (space-infix-ops)
(#515) A space is required after ','. (comma-spacing)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Operator '*' must be spaced. (space-infix-ops)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#515) Operator '&&' must be spaced. (space-infix-ops)
(#515) A space is required after ','. (comma-spacing)
(#515) A space is required after ','. (comma-spacing)
(#515) Operator '+' must be spaced. (space-infix-ops)
(#515) Operator '/' must be spaced. (space-infix-ops)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) A space is required after ','. (comma-spacing)
(#515) A space is required after ','. (comma-spacing)
(#515) Operator '+' must be spaced. (space-infix-ops)
(#515) Operator '/' must be spaced. (space-infix-ops)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) 'H' used outside of binding context. (block-scoped-var)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) 'H' used outside of binding context. (block-scoped-var)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) Operator '+=' must be spaced. (space-infix-ops)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) Operator '+=' must be spaced. (space-infix-ops)
(#515) 'a' used outside of binding context. (block-scoped-var)
(#515) Requires a space before '}'. (block-spacing)
(#515) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#515) Missing semicolon. (semi)
(#515) Expected space(s) before "this". (keyword-spacing)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#516) This line has a length of 503. Maximum allowed is 132. (max-len)
(#516) Missing whitespace after semicolon. (semi-spacing)
(#516) Operator '=' must be spaced. (space-infix-ops)
(#516) Missing whitespace after semicolon. (semi-spacing)
(#516) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#516) Operator '=' must be spaced. (space-infix-ops)
(#516) Missing whitespace after semicolon. (semi-spacing)
(#516) A space is required after ','. (comma-spacing)
(#516) Missing whitespace after semicolon. (semi-spacing)
(#516) A space is required after ','. (comma-spacing)
(#516) A space is required after ','. (comma-spacing)
(#516) A space is required after ','. (comma-spacing)
(#516) A space is required after ','. (comma-spacing)
(#516) A space is required after ','. (comma-spacing)
(#516) Missing whitespace after semicolon. (semi-spacing)
(#516) A space is required after ','. (comma-spacing)
(#516) Requires a space before '}'. (block-spacing)
(#516) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#516) Missing semicolon. (semi)
(#516) Missing whitespace after semicolon. (semi-spacing)
(#516) Operator '=' must be spaced. (space-infix-ops)
(#516) A space is required after ','. (comma-spacing)
(#516) A space is required after ','. (comma-spacing)
(#516) A space is required after ','. (comma-spacing)
(#516) Requires a space after '{'. (block-spacing)
(#516) Statement inside of curly braces should be on next line. (brace-style)
(#516) Missing space before opening brace. (space-before-blocks)
(#516) Operator '=' must be spaced. (space-infix-ops)
(#516) A space is required after ','. (comma-spacing)
(#516) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#516) Operator '=' must be spaced. (space-infix-ops)
(#516) A space is required after ','. (comma-spacing)
(#516) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#516) Operator '=' must be spaced. (space-infix-ops)
(#516) Missing whitespace after semicolon. (semi-spacing)
(#516) Operator '=' must be spaced. (space-infix-ops)
(#516) Operator '/' must be spaced. (space-infix-ops)
(#516) Operator '/' must be spaced. (space-infix-ops)
(#516) Missing whitespace after semicolon. (semi-spacing)
(#516) Expected space(s) after "for". (keyword-spacing)
(#516) Operator '=' must be spaced. (space-infix-ops)
(#516) Operator '/' must be spaced. (space-infix-ops)
(#516) Operator '/' must be spaced. (space-infix-ops)
(#516) A space is required after ','. (comma-spacing)
(#516) Operator '=' must be spaced. (space-infix-ops)
(#516) A space is required after ','. (comma-spacing)
(#516) Operator '=' must be spaced. (space-infix-ops)
(#516) Missing whitespace after semicolon. (semi-spacing)
(#516) Operator '<' must be spaced. (space-infix-ops)
(#516) Missing whitespace after semicolon. (semi-spacing)
(#516) Requires a space after '{'. (block-spacing)
(#516) Statement inside of curly braces should be on next line. (brace-style)
(#516) Missing space before opening brace. (space-before-blocks)
(#516) Operator '=' must be spaced. (space-infix-ops)
(#516) A space is required after ','. (comma-spacing)
(#516) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#516) Operator '=' must be spaced. (space-infix-ops)
(#516) A space is required after ','. (comma-spacing)
(#516) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#516) Operator '=' must be spaced. (space-infix-ops)
(#516) Operator '/' must be spaced. (space-infix-ops)
(#516) A space is required after ','. (comma-spacing)
(#516) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#516) Operator '=' must be spaced. (space-infix-ops)
(#516) Operator '+' must be spaced. (space-infix-ops)
(#516) Operator '*' must be spaced. (space-infix-ops)
(#516) Operator '/' must be spaced. (space-infix-ops)
(#516) A space is required after ','. (comma-spacing)
(#516) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#516) Operator '=' must be spaced. (space-infix-ops)
(#516) Operator '/' must be spaced. (space-infix-ops)
(#516) Missing whitespace after semicolon. (semi-spacing)
(#516) Operator '=' must be spaced. (space-infix-ops)
(#516) Operator '+' must be spaced. (space-infix-ops)
(#516) Operator '/' must be spaced. (space-infix-ops)
(#516) Missing whitespace after semicolon. (semi-spacing)
(#516) Operator '=' must be spaced. (space-infix-ops)
(#516) Operator '+' must be spaced. (space-infix-ops)
(#516) Operator '*' must be spaced. (space-infix-ops)
(#516) Operator '/' must be spaced. (space-infix-ops)
(#516) A space is required after ','. (comma-spacing)
(#516) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#516) Operator '=' must be spaced. (space-infix-ops)
(#516) Operator '/' must be spaced. (space-infix-ops)
(#516) Operator '/' must be spaced. (space-infix-ops)
(#516) Missing whitespace after semicolon. (semi-spacing)
(#516) A space is required after ','. (comma-spacing)
(#517) This line has a length of 521. Maximum allowed is 132. (max-len)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) Missing whitespace after semicolon. (semi-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) Missing whitespace after semicolon. (semi-spacing)
(#517) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) Missing whitespace after semicolon. (semi-spacing)
(#517) Operator '=' must be spaced. (space-infix-ops)
(#517) Operator '+' must be spaced. (space-infix-ops)
(#517) Operator '-' must be spaced. (space-infix-ops)
(#517) Operator '*' must be spaced. (space-infix-ops)
(#517) Operator '/' must be spaced. (space-infix-ops)
(#517) Requires a space before '}'. (block-spacing)
(#517) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#517) Missing semicolon. (semi)
(#517) Requires a space before '}'. (block-spacing)
(#517) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#517) Missing whitespace after semicolon. (semi-spacing)
(#517) Operator '=' must be spaced. (space-infix-ops)
(#517) Requires a space after '{'. (block-spacing)
(#517) Statement inside of curly braces should be on next line. (brace-style)
(#517) Missing space before opening brace. (space-before-blocks)
(#517) Requires a space before '}'. (block-spacing)
(#517) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#517) Missing semicolon. (semi)
(#517) Missing whitespace after semicolon. (semi-spacing)
(#517) Operator '=' must be spaced. (space-infix-ops)
(#517) Requires a space after '{'. (block-spacing)
(#517) Statement inside of curly braces should be on next line. (brace-style)
(#517) Missing space before opening brace. (space-before-blocks)
(#517) Requires a space before '}'. (block-spacing)
(#517) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#517) Missing semicolon. (semi)
(#517) Missing whitespace after semicolon. (semi-spacing)
(#517) Operator '=' must be spaced. (space-infix-ops)
(#517) Requires a space after '{'. (block-spacing)
(#517) Statement inside of curly braces should be on next line. (brace-style)
(#517) Missing space before opening brace. (space-before-blocks)
(#517) Requires a space before '}'. (block-spacing)
(#517) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#517) Missing semicolon. (semi)
(#517) Missing whitespace after semicolon. (semi-spacing)
(#517) Operator '=' must be spaced. (space-infix-ops)
(#517) Requires a space after '{'. (block-spacing)
(#517) Statement inside of curly braces should be on next line. (brace-style)
(#517) Missing space before opening brace. (space-before-blocks)
(#517) Requires a space before '}'. (block-spacing)
(#517) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#517) Missing semicolon. (semi)
(#517) Missing whitespace after semicolon. (semi-spacing)
(#517) Operator '=' must be spaced. (space-infix-ops)
(#517) Requires a space after '{'. (block-spacing)
(#517) Statement inside of curly braces should be on next line. (brace-style)
(#517) Missing space before opening brace. (space-before-blocks)
(#517) Requires a space before '}'. (block-spacing)
(#517) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#517) Missing semicolon. (semi)
(#517) Missing whitespace after semicolon. (semi-spacing)
(#517) Operator '=' must be spaced. (space-infix-ops)
(#517) Requires a space after '{'. (block-spacing)
(#517) Statement inside of curly braces should be on next line. (brace-style)
(#517) Missing space before opening brace. (space-before-blocks)
(#518) Requires a space before '}'. (block-spacing)
(#518) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#518) Missing semicolon. (semi)
(#518) Requires a space before '}'. (block-spacing)
(#518) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#518) Missing semicolon. (semi)
(#518) A space is required after ','. (comma-spacing)
(#518) A space is required after ','. (comma-spacing)
(#518) A space is required after ','. (comma-spacing)
(#519) This line has a length of 509. Maximum allowed is 132. (max-len)
(#519) A space is required after ','. (comma-spacing)
(#519) 'E' is defined but never used. (no-unused-vars)
(#519) A space is required after ','. (comma-spacing)
(#519) 'w' is defined but never used. (no-unused-vars)
(#519) Requires a space after '{'. (block-spacing)
(#519) Statement inside of curly braces should be on next line. (brace-style)
(#519) Missing space before opening brace. (space-before-blocks)
(#519) Operator '=' must be spaced. (space-infix-ops)
(#519) Unexpected empty function. (no-empty-function)
(#519) Missing space before opening brace. (space-before-blocks)
(#519) Missing whitespace after semicolon. (semi-spacing)
(#519) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#519) Operator '=' must be spaced. (space-infix-ops)
(#519) Missing whitespace after semicolon. (semi-spacing)
(#519) Operator '=' must be spaced. (space-infix-ops)
(#519) Requires a space after '{'. (block-spacing)
(#519) Statement inside of curly braces should be on next line. (brace-style)
(#519) Missing space before opening brace. (space-before-blocks)
(#519) Operator '=' must be spaced. (space-infix-ops)
(#519) Missing whitespace after semicolon. (semi-spacing)
(#519) Operator '=' must be spaced. (space-infix-ops)
(#519) Missing whitespace after semicolon. (semi-spacing)
(#519) Operator '=' must be spaced. (space-infix-ops)
(#519) Requires a space before '}'. (block-spacing)
(#519) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#519) Missing semicolon. (semi)
(#519) Missing whitespace after semicolon. (semi-spacing)
(#519) Operator '=' must be spaced. (space-infix-ops)
(#519) A space is required after ','. (comma-spacing)
(#519) A space is required after ','. (comma-spacing)
(#519) A space is required after ','. (comma-spacing)
(#519) Requires a space after '{'. (block-spacing)
(#519) Statement inside of curly braces should be on next line. (brace-style)
(#519) Missing space before opening brace. (space-before-blocks)
(#519) A space is required after ','. (comma-spacing)
(#519) Missing whitespace after semicolon. (semi-spacing)
(#519) A space is required after ','. (comma-spacing)
(#519) 'Float32Array' is not defined. (no-undef)
(#519) A space is required after ','. (comma-spacing)
(#519) Missing whitespace after semicolon. (semi-spacing)
(#519) Operator '=' must be spaced. (space-infix-ops)
(#519) Missing whitespace after semicolon. (semi-spacing)
(#519) Operator '=' must be spaced. (space-infix-ops)
(#519) Operator '/' must be spaced. (space-infix-ops)
(#519) Requires a space before '}'. (block-spacing)
(#519) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#519) Missing semicolon. (semi)
(#519) Missing whitespace after semicolon. (semi-spacing)
(#519) Operator '=' must be spaced. (space-infix-ops)
(#519) A space is required after ','. (comma-spacing)
(#519) A space is required after ','. (comma-spacing)
(#519) A space is required after ','. (comma-spacing)
(#519) Requires a space after '{'. (block-spacing)
(#519) Statement inside of curly braces should be on next line. (brace-style)
(#519) Missing space before opening brace. (space-before-blocks)
(#519) A space is required after ','. (comma-spacing)
(#519) A space is required after ','. (comma-spacing)
(#519) A space is required after ','. (comma-spacing)
(#519) Missing whitespace after semicolon. (semi-spacing)
(#519) A space is required after ','. (comma-spacing)
(#520) This line has a length of 520. Maximum allowed is 132. (max-len)
(#520) A space is required after ','. (comma-spacing)
(#520) Missing whitespace after semicolon. (semi-spacing)
(#520) A space is required after ','. (comma-spacing)
(#520) A space is required after ','. (comma-spacing)
(#520) A space is required after ','. (comma-spacing)
(#520) Requires a space before '}'. (block-spacing)
(#520) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#520) Missing semicolon. (semi)
(#520) Missing whitespace after semicolon. (semi-spacing)
(#520) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#520) Operator '=' must be spaced. (space-infix-ops)
(#520) Requires a space after '{'. (block-spacing)
(#520) Statement inside of curly braces should be on next line. (brace-style)
(#520) Missing space before opening brace. (space-before-blocks)
(#520) A space is required after ','. (comma-spacing)
(#520) Missing whitespace after semicolon. (semi-spacing)
(#520) A space is required after ','. (comma-spacing)
(#520) A space is required after ','. (comma-spacing)
(#520) A space is required after ','. (comma-spacing)
(#520) A space is required after ','. (comma-spacing)
(#520) A space is required after ','. (comma-spacing)
(#520) Missing whitespace after semicolon. (semi-spacing)
(#520) A space is required after ','. (comma-spacing)
(#520) Missing whitespace after semicolon. (semi-spacing)
(#520) A space is required after ','. (comma-spacing)
(#520) A space is required after ','. (comma-spacing)
(#520) A space is required after ','. (comma-spacing)
(#520) A space is required after ','. (comma-spacing)
(#520) A space is required after ','. (comma-spacing)
(#520) Missing whitespace after semicolon. (semi-spacing)
(#520) A space is required after ','. (comma-spacing)
(#520) Missing whitespace after semicolon. (semi-spacing)
(#521) This line has a length of 206. Maximum allowed is 132. (max-len)
(#521) A space is required after ','. (comma-spacing)
(#521) A space is required after ','. (comma-spacing)
(#521) A space is required after ','. (comma-spacing)
(#521) A space is required after ','. (comma-spacing)
(#521) Requires a space before '}'. (block-spacing)
(#521) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#521) Missing semicolon. (semi)
(#521) Missing whitespace after semicolon. (semi-spacing)
(#521) Operator '=' must be spaced. (space-infix-ops)
(#521) Requires a space after '{'. (block-spacing)
(#521) Statement inside of curly braces should be on next line. (brace-style)
(#521) Missing space before opening brace. (space-before-blocks)
(#521) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#521) Operator '=' must be spaced. (space-infix-ops)
(#521) Missing whitespace after semicolon. (semi-spacing)
(#521) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#521) Operator '&&' must be spaced. (space-infix-ops)
(#521) A space is required after ','. (comma-spacing)
(#521) A space is required after ','. (comma-spacing)
(#521) A space is required after ','. (comma-spacing)
(#521) Requires a space before '}'. (block-spacing)
(#521) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#521) Missing semicolon. (semi)
(#521) Requires a space before '}'. (block-spacing)
(#521) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#521) Missing semicolon. (semi)
(#521) A space is required after ','. (comma-spacing)
(#522) This line has a length of 510. Maximum allowed is 132. (max-len)
(#522) A space is required after ','. (comma-spacing)
(#522) A space is required after ','. (comma-spacing)
(#522) A space is required after ','. (comma-spacing)
(#522) A space is required after ','. (comma-spacing)
(#522) A space is required after ','. (comma-spacing)
(#522) A space is required after ','. (comma-spacing)
(#522) Requires a space after '{'. (block-spacing)
(#522) Statement inside of curly braces should be on next line. (brace-style)
(#522) Missing space before opening brace. (space-before-blocks)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) A space is required after ','. (comma-spacing)
(#522) A space is required after ','. (comma-spacing)
(#522) A space is required after ','. (comma-spacing)
(#522) Requires a space after '{'. (block-spacing)
(#522) Statement inside of curly braces should be on next line. (brace-style)
(#522) Missing space before opening brace. (space-before-blocks)
(#522) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) Missing whitespace after semicolon. (semi-spacing)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) Missing whitespace after semicolon. (semi-spacing)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) Missing whitespace after semicolon. (semi-spacing)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) Requires a space before '}'. (block-spacing)
(#522) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#522) Missing semicolon. (semi)
(#522) Missing whitespace after semicolon. (semi-spacing)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) Missing '()' invoking a constructor. (new-parens)
(#522) Missing whitespace after semicolon. (semi-spacing)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) Requires a space after '{'. (block-spacing)
(#522) Statement inside of curly braces should be on next line. (brace-style)
(#522) Missing space before opening brace. (space-before-blocks)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) A space is required after ','. (comma-spacing)
(#522) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) A space is required after ','. (comma-spacing)
(#522) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) A space is required after ','. (comma-spacing)
(#522) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) A space is required after ','. (comma-spacing)
(#522) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) Missing whitespace after semicolon. (semi-spacing)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) A space is required after ','. (comma-spacing)
(#522) Operator '/' must be spaced. (space-infix-ops)
(#522) Missing whitespace after semicolon. (semi-spacing)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) Operator '-' must be spaced. (space-infix-ops)
(#522) A space is required after ','. (comma-spacing)
(#522) Operator '-' must be spaced. (space-infix-ops)
(#522) A space is required after ','. (comma-spacing)
(#522) Operator '-' must be spaced. (space-infix-ops)
(#522) Missing whitespace after semicolon. (semi-spacing)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) Operator '-' must be spaced. (space-infix-ops)
(#522) A space is required after ','. (comma-spacing)
(#522) Operator '-' must be spaced. (space-infix-ops)
(#522) A space is required after ','. (comma-spacing)
(#522) Operator '-' must be spaced. (space-infix-ops)
(#522) Missing whitespace after semicolon. (semi-spacing)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) Operator '-' must be spaced. (space-infix-ops)
(#522) A space is required after ','. (comma-spacing)
(#522) Operator '-' must be spaced. (space-infix-ops)
(#522) A space is required after ','. (comma-spacing)
(#522) Operator '-' must be spaced. (space-infix-ops)
(#522) A space is required after ','. (comma-spacing)
(#522) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) A space is required after ','. (comma-spacing)
(#522) A space is required after ','. (comma-spacing)
(#522) Missing whitespace after semicolon. (semi-spacing)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) A space is required after ','. (comma-spacing)
(#522) A space is required after ','. (comma-spacing)
(#522) Missing whitespace after semicolon. (semi-spacing)
(#523) This line has a length of 509. Maximum allowed is 132. (max-len)
(#523) Missing whitespace after semicolon. (semi-spacing)
(#523) Operator '=' must be spaced. (space-infix-ops)
(#523) A space is required after ','. (comma-spacing)
(#523) A space is required after ','. (comma-spacing)
(#523) A space is required after ','. (comma-spacing)
(#523) Missing whitespace after semicolon. (semi-spacing)
(#523) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#523) Operator '=' must be spaced. (space-infix-ops)
(#523) A space is required after ','. (comma-spacing)
(#523) A space is required after ','. (comma-spacing)
(#523) Missing whitespace after semicolon. (semi-spacing)
(#523) Operator '=' must be spaced. (space-infix-ops)
(#523) A space is required after ','. (comma-spacing)
(#523) A space is required after ','. (comma-spacing)
(#523) Missing whitespace after semicolon. (semi-spacing)
(#523) Operator '=' must be spaced. (space-infix-ops)
(#523) A space is required after ','. (comma-spacing)
(#523) A space is required after ','. (comma-spacing)
(#523) A space is required after ','. (comma-spacing)
(#523) A space is required after ','. (comma-spacing)
(#523) A space is required after ','. (comma-spacing)
(#523) Missing whitespace after semicolon. (semi-spacing)
(#523) Operator '=' must be spaced. (space-infix-ops)
(#523) Missing whitespace after semicolon. (semi-spacing)
(#523) Operator '=' must be spaced. (space-infix-ops)
(#523) A space is required after ','. (comma-spacing)
(#523) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#523) Operator '=' must be spaced. (space-infix-ops)
(#523) Missing whitespace after semicolon. (semi-spacing)
(#523) Expected space(s) after "for". (keyword-spacing)
(#523) Operator '=' must be spaced. (space-infix-ops)
(#523) Missing whitespace after semicolon. (semi-spacing)
(#523) Operator '<=' must be spaced. (space-infix-ops)
(#523) Missing whitespace after semicolon. (semi-spacing)
(#523) Requires a space after '{'. (block-spacing)
(#523) Statement inside of curly braces should be on next line. (brace-style)
(#523) Missing space before opening brace. (space-before-blocks)
(#523) Operator '=' must be spaced. (space-infix-ops)
(#523) Operator '*' must be spaced. (space-infix-ops)
(#523) Operator '/' must be spaced. (space-infix-ops)
(#523) Missing whitespace after semicolon. (semi-spacing)
(#523) Operator '=' must be spaced. (space-infix-ops)
(#523) A space is required after ','. (comma-spacing)
(#523) A space is required after ','. (comma-spacing)
(#523) Missing whitespace after semicolon. (semi-spacing)
(#523) Operator '=' must be spaced. (space-infix-ops)
(#523) A space is required after ','. (comma-spacing)
(#523) A space is required after ','. (comma-spacing)
(#523) Missing whitespace after semicolon. (semi-spacing)
(#523) Operator '=' must be spaced. (space-infix-ops)
(#523) A space is required after ','. (comma-spacing)
(#523) A space is required after ','. (comma-spacing)
(#523) A space is required after ','. (comma-spacing)
(#523) Missing whitespace after semicolon. (semi-spacing)
(#523) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#523) Operator '==' must be spaced. (space-infix-ops)
(#523) Operator '&&' must be spaced. (space-infix-ops)
(#523) Operator '=' must be spaced. (space-infix-ops)
(#523) Missing whitespace after semicolon. (semi-spacing)
(#523) Operator '+' must be spaced. (space-infix-ops)
(#523) A space is required after ','. (comma-spacing)
(#523) Operator '+' must be spaced. (space-infix-ops)
(#523) A space is required after ','. (comma-spacing)
(#523) Operator '+' must be spaced. (space-infix-ops)
(#523) Missing whitespace after semicolon. (semi-spacing)
(#523) A space is required after ','. (comma-spacing)
(#523) A space is required after ','. (comma-spacing)
(#523) Missing whitespace after semicolon. (semi-spacing)
(#523) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#523) Operator '<' must be spaced. (space-infix-ops)
(#523) Operator '&&' must be spaced. (space-infix-ops)
(#523) A space is required after ','. (comma-spacing)
(#523) Operator '+' must be spaced. (space-infix-ops)
(#523) Requires a space before '}'. (block-spacing)
(#523) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#523) Missing semicolon. (semi)
(#523) Expected space(s) before "this". (keyword-spacing)
(#523) Operator '=' must be spaced. (space-infix-ops)
(#524) This line has a length of 507. Maximum allowed is 132. (max-len)
(#524) A space is required after ','. (comma-spacing)
(#524) A space is required after ','. (comma-spacing)
(#524) Missing whitespace after semicolon. (semi-spacing)
(#524) Operator '=' must be spaced. (space-infix-ops)
(#524) A space is required after ','. (comma-spacing)
(#524) Missing whitespace after semicolon. (semi-spacing)
(#524) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#524) A space is required after ','. (comma-spacing)
(#524) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#524) Missing whitespace after semicolon. (semi-spacing)
(#524) Operator '=' must be spaced. (space-infix-ops)
(#524) Operator '-' must be spaced. (space-infix-ops)
(#524) Operator '*' must be spaced. (space-infix-ops)
(#524) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#524) Operator '*' must be spaced. (space-infix-ops)
(#524) Operator '/' must be spaced. (space-infix-ops)
(#524) Missing whitespace after semicolon. (semi-spacing)
(#524) Operator '=' must be spaced. (space-infix-ops)
(#524) A space is required after ','. (comma-spacing)
(#524) A space is required after ','. (comma-spacing)
(#524) Missing whitespace after semicolon. (semi-spacing)
(#524) Operator '=' must be spaced. (space-infix-ops)
(#524) A space is required after ','. (comma-spacing)
(#524) A space is required after ','. (comma-spacing)
(#524) Missing whitespace after semicolon. (semi-spacing)
(#524) Operator '=' must be spaced. (space-infix-ops)
(#524) A space is required after ','. (comma-spacing)
(#524) A space is required after ','. (comma-spacing)
(#524) A space is required after ','. (comma-spacing)
(#524) Missing whitespace after semicolon. (semi-spacing)
(#524) Operator '+' must be spaced. (space-infix-ops)
(#524) Operator '+' must be spaced. (space-infix-ops)
(#524) A space is required after ','. (comma-spacing)
(#524) Operator '+' must be spaced. (space-infix-ops)
(#524) Operator '+' must be spaced. (space-infix-ops)
(#524) A space is required after ','. (comma-spacing)
(#524) Operator '+' must be spaced. (space-infix-ops)
(#524) Operator '+' must be spaced. (space-infix-ops)
(#524) Missing whitespace after semicolon. (semi-spacing)
(#524) A space is required after ','. (comma-spacing)
(#524) A space is required after ','. (comma-spacing)
(#524) Missing whitespace after semicolon. (semi-spacing)
(#524) Operator '-' must be spaced. (space-infix-ops)
(#524) Operator '+' must be spaced. (space-infix-ops)
(#524) A space is required after ','. (comma-spacing)
(#524) Operator '-' must be spaced. (space-infix-ops)
(#524) Operator '+' must be spaced. (space-infix-ops)
(#524) A space is required after ','. (comma-spacing)
(#524) Operator '-' must be spaced. (space-infix-ops)
(#524) Operator '+' must be spaced. (space-infix-ops)
(#524) Missing whitespace after semicolon. (semi-spacing)
(#524) A space is required after ','. (comma-spacing)
(#524) A space is required after ','. (comma-spacing)
(#524) Missing whitespace after semicolon. (semi-spacing)
(#524) A space is required after ','. (comma-spacing)
(#524) Operator '+' must be spaced. (space-infix-ops)
(#524) A space is required after ','. (comma-spacing)
(#524) A space is required after ','. (comma-spacing)
(#524) Operator '+' must be spaced. (space-infix-ops)
(#524) Missing whitespace after semicolon. (semi-spacing)
(#524) A space is required after ','. (comma-spacing)
(#524) A space is required after ','. (comma-spacing)
(#524) Requires a space before '}'. (block-spacing)
(#524) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#524) Missing semicolon. (semi)
(#524) Missing whitespace after semicolon. (semi-spacing)
(#524) Operator '=' must be spaced. (space-infix-ops)
(#524) 'c' is defined but never used. (no-unused-vars)
(#524) Requires a space after '{'. (block-spacing)
(#524) Statement inside of curly braces should be on next line. (brace-style)
(#524) Missing space before opening brace. (space-before-blocks)
(#524) A space is required after ','. (comma-spacing)
(#525) This line has a length of 223. Maximum allowed is 132. (max-len)
(#525) Operator '+' must be spaced. (space-infix-ops)
(#525) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#525) A space is required after ','. (comma-spacing)
(#525) Missing whitespace after semicolon. (semi-spacing)
(#525) Expected space(s) after "return". (keyword-spacing)
(#525) Missing space before value for key 'pos'. (key-spacing)
(#525) A space is required after ','. (comma-spacing)
(#525) Missing space before value for key 'value'. (key-spacing)
(#525) A space is required after ','. (comma-spacing)
(#525) A space is required after ','. (comma-spacing)
(#525) A space is required after ','. (comma-spacing)
(#525) Requires a space before '}'. (block-spacing)
(#525) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#525) Missing semicolon. (semi)
(#525) Requires a space before '}'. (block-spacing)
(#525) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#525) Missing semicolon. (semi)
(#525) A space is required after ','. (comma-spacing)
(#525) A space is required after ','. (comma-spacing)
(#525) A space is required after ','. (comma-spacing)
(#525) A space is required after ','. (comma-spacing)
(#525) A space is required after ','. (comma-spacing)
(#526) This line has a length of 502. Maximum allowed is 132. (max-len)
(#526) A space is required after ','. (comma-spacing)
(#526) A space is required after ','. (comma-spacing)
(#526) A space is required after ','. (comma-spacing)
(#526) A space is required after ','. (comma-spacing)
(#526) A space is required after ','. (comma-spacing)
(#526) A space is required after ','. (comma-spacing)
(#526) A space is required after ','. (comma-spacing)
(#526) A space is required after ','. (comma-spacing)
(#526) 'e' is defined but never used. (no-unused-vars)
(#526) Requires a space after '{'. (block-spacing)
(#526) Statement inside of curly braces should be on next line. (brace-style)
(#526) Missing space before opening brace. (space-before-blocks)
(#526) Operator '=' must be spaced. (space-infix-ops)
(#526) A space is required after ','. (comma-spacing)
(#526) Requires a space after '{'. (block-spacing)
(#526) Statement inside of curly braces should be on next line. (brace-style)
(#526) Missing space before opening brace. (space-before-blocks)
(#526) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#526) A space is required after ','. (comma-spacing)
(#526) Missing whitespace after semicolon. (semi-spacing)
(#526) A space is required after ','. (comma-spacing)
(#526) A space is required after ','. (comma-spacing)
(#526) A space is required after ','. (comma-spacing)
(#526) A space is required after ','. (comma-spacing)
(#526) A space is required after ','. (comma-spacing)
(#526) Missing whitespace after semicolon. (semi-spacing)
(#526) A space is required after ','. (comma-spacing)
(#526) Missing whitespace after semicolon. (semi-spacing)
(#526) A space is required after ','. (comma-spacing)
(#526) A space is required after ','. (comma-spacing)
(#526) A space is required after ','. (comma-spacing)
(#526) A space is required after ','. (comma-spacing)
(#526) A space is required after ','. (comma-spacing)
(#526) Missing whitespace after semicolon. (semi-spacing)
(#526) A space is required after ','. (comma-spacing)
(#526) Requires a space before '}'. (block-spacing)
(#526) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#526) Missing semicolon. (semi)
(#526) A space is required after ','. (comma-spacing)
(#526) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#526) Operator '=' must be spaced. (space-infix-ops)
(#526) A space is required after ','. (comma-spacing)
(#526) A space is required after ','. (comma-spacing)
(#526) Requires a space after '{'. (block-spacing)
(#526) Statement inside of curly braces should be on next line. (brace-style)
(#526) Missing space before opening brace. (space-before-blocks)
(#526) Operator '=' must be spaced. (space-infix-ops)
(#526) Operator '*' must be spaced. (space-infix-ops)
(#526) Operator '+' must be spaced. (space-infix-ops)
(#526) Operator '*' must be spaced. (space-infix-ops)
(#526) A space is required after ','. (comma-spacing)
(#526) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#526) Operator '=' must be spaced. (space-infix-ops)
(#526) A space is required after ','. (comma-spacing)
(#526) A space is required after ','. (comma-spacing)
(#526) A space is required after ','. (comma-spacing)
(#526) A space is required after ','. (comma-spacing)
(#526) A space is required after ','. (comma-spacing)
(#526) Operator '/' must be spaced. (space-infix-ops)
(#526) A space is required after ','. (comma-spacing)
(#526) Operator '/' must be spaced. (space-infix-ops)
(#526) A space is required after ','. (comma-spacing)
(#526) A space is required after ','. (comma-spacing)
(#526) A space is required after ','. (comma-spacing)
(#526) Operator '/' must be spaced. (space-infix-ops)
(#527) This line has a length of 523. Maximum allowed is 132. (max-len)
(#527) Operator '/' must be spaced. (space-infix-ops)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#527) Operator '=' must be spaced. (space-infix-ops)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) Operator '/' must be spaced. (space-infix-ops)
(#527) A space is required after ','. (comma-spacing)
(#527) Operator '/' must be spaced. (space-infix-ops)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) Operator '/' must be spaced. (space-infix-ops)
(#527) A space is required after ','. (comma-spacing)
(#527) Operator '/' must be spaced. (space-infix-ops)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#527) Operator '=' must be spaced. (space-infix-ops)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) Missing whitespace after semicolon. (semi-spacing)
(#527) Operator '=' must be spaced. (space-infix-ops)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) Missing whitespace after semicolon. (semi-spacing)
(#527) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#527) Operator '=' must be spaced. (space-infix-ops)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) Missing whitespace after semicolon. (semi-spacing)
(#527) Operator '=' must be spaced. (space-infix-ops)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) Missing whitespace after semicolon. (semi-spacing)
(#527) Operator '=' must be spaced. (space-infix-ops)
(#527) Requires a space after '{'. (block-spacing)
(#527) Statement inside of curly braces should be on next line. (brace-style)
(#527) Missing space before opening brace. (space-before-blocks)
(#527) A space is required after ','. (comma-spacing)
(#527) Requires a space before '}'. (block-spacing)
(#527) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#527) Missing semicolon. (semi)
(#527) Requires a space before '}'. (block-spacing)
(#527) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#527) Missing semicolon. (semi)
(#527) Missing whitespace after semicolon. (semi-spacing)
(#527) Operator '=' must be spaced. (space-infix-ops)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) Requires a space after '{'. (block-spacing)
(#527) Statement inside of curly braces should be on next line. (brace-style)
(#527) Missing space before opening brace. (space-before-blocks)
(#527) Operator '=' must be spaced. (space-infix-ops)
(#527) Missing whitespace after semicolon. (semi-spacing)
(#527) Operator '=' must be spaced. (space-infix-ops)
(#527) Missing whitespace after semicolon. (semi-spacing)
(#527) Operator '=' must be spaced. (space-infix-ops)
(#527) Missing whitespace after semicolon. (semi-spacing)
(#527) Missing whitespace after semicolon. (semi-spacing)
(#527) Operator '-' must be spaced. (space-infix-ops)
(#528) This line has a length of 504. Maximum allowed is 132. (max-len)
(#528) Expected space(s) after "for". (keyword-spacing)
(#528) Operator '=' must be spaced. (space-infix-ops)
(#528) A space is required after ','. (comma-spacing)
(#528) A space is required after ','. (comma-spacing)
(#528) A space is required after ','. (comma-spacing)
(#528) Operator '=' must be spaced. (space-infix-ops)
(#528) A space is required after ','. (comma-spacing)
(#528) Operator '=' must be spaced. (space-infix-ops)
(#528) Missing whitespace after semicolon. (semi-spacing)
(#528) Operator '<' must be spaced. (space-infix-ops)
(#528) Missing whitespace after semicolon. (semi-spacing)
(#528) Requires a space after '{'. (block-spacing)
(#528) Statement inside of curly braces should be on next line. (brace-style)
(#528) Missing space before opening brace. (space-before-blocks)
(#528) Expected space(s) after "if". (keyword-spacing)
(#528) 'H' used outside of binding context. (block-scoped-var)
(#528) Operator '||' must be spaced. (space-infix-ops)
(#528) Operator '<' must be spaced. (space-infix-ops)
(#528) 'H' used outside of binding context. (block-scoped-var)
(#528) Requires a space after '{'. (block-spacing)
(#528) Statement inside of curly braces should be on next line. (brace-style)
(#528) Missing space before opening brace. (space-before-blocks)
(#528) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#528) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#528) Operator '<' must be spaced. (space-infix-ops)
(#528) Operator '&&' must be spaced. (space-infix-ops)
(#528) Missing whitespace after semicolon. (semi-spacing)
(#528) Operator '=' must be spaced. (space-infix-ops)
(#528) Missing space before value for key 'count'. (key-spacing)
(#528) A space is required after ','. (comma-spacing)
(#528) Missing space before value for key 'positionData'. (key-spacing)
(#528) A space is required after ','. (comma-spacing)
(#528) Missing space before value for key 'normalData'. (key-spacing)
(#528) A space is required after ','. (comma-spacing)
(#528) Missing space before value for key 'indexData'. (key-spacing)
(#528) Missing whitespace after semicolon. (semi-spacing)
(#528) Requires a space before '}'. (block-spacing)
(#528) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#528) Missing semicolon. (semi)
(#528) Expected space(s) before "var". (keyword-spacing)
(#528) Operator '=' must be spaced. (space-infix-ops)
(#528) Missing whitespace after semicolon. (semi-spacing)
(#528) 'H' used outside of binding context. (block-scoped-var)
(#528) Missing whitespace after semicolon. (semi-spacing)
(#528) Expected space(s) after "for". (keyword-spacing)
(#528) Operator '=' must be spaced. (space-infix-ops)
(#528) A space is required after ','. (comma-spacing)
(#528) Operator '=' must be spaced. (space-infix-ops)
(#528) A space is required after ','. (comma-spacing)
(#528) A space is required after ','. (comma-spacing)
(#528) A space is required after ','. (comma-spacing)
(#528) A space is required after ','. (comma-spacing)
(#528) Operator '=' must be spaced. (space-infix-ops)
(#528) Missing whitespace after semicolon. (semi-spacing)
(#528) Operator '<' must be spaced. (space-infix-ops)
(#528) Missing whitespace after semicolon. (semi-spacing)
(#528) Requires a space after '{'. (block-spacing)
(#528) Statement inside of curly braces should be on next line. (brace-style)
(#528) Missing space before opening brace. (space-before-blocks)
(#528) Operator '=' must be spaced. (space-infix-ops)
(#528) A space is required after ','. (comma-spacing)
(#528) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#528) Operator '=' must be spaced. (space-infix-ops)
(#528) Missing whitespace after semicolon. (semi-spacing)
(#528) Operator '=' must be spaced. (space-infix-ops)
(#528) Do not nest ternary expressions. (no-nested-ternary)
(#528) Operator '===' must be spaced. (space-infix-ops)
(#528) Operator '-' must be spaced. (space-infix-ops)
(#528) Operator '?' must be spaced. (space-infix-ops)
(#528) Operator '===' must be spaced. (space-infix-ops)
(#528) Operator '-' must be spaced. (space-infix-ops)
(#528) Operator '?' must be spaced. (space-infix-ops)
(#528) Operator '-' must be spaced. (space-infix-ops)
(#528) Operator ':' must be spaced. (space-infix-ops)
(#528) Operator '+' must be spaced. (space-infix-ops)
(#528) Operator ':' must be spaced. (space-infix-ops)
(#528) Operator '+' must be spaced. (space-infix-ops)
(#528) Missing whitespace after semicolon. (semi-spacing)
(#528) Operator '=' must be spaced. (space-infix-ops)
(#528) Operator '-' must be spaced. (space-infix-ops)
(#528) A space is required after ','. (comma-spacing)
(#528) Operator '-' must be spaced. (space-infix-ops)
(#528) A space is required after ','. (comma-spacing)
(#528) Operator '-' must be spaced. (space-infix-ops)
(#528) Missing whitespace after semicolon. (semi-spacing)
(#528) Missing whitespace after semicolon. (semi-spacing)
(#528) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#528) Operator '===' must be spaced. (space-infix-ops)
(#528) Operator '-' must be spaced. (space-infix-ops)
(#528) Operator '&&' must be spaced. (space-infix-ops)
(#528) Operator '===' must be spaced. (space-infix-ops)
(#528) Operator '-' must be spaced. (space-infix-ops)
(#528) Operator '&&' must be spaced. (space-infix-ops)
(#529) This line has a length of 502. Maximum allowed is 132. (max-len)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) Operator '=' must be spaced. (space-infix-ops)
(#529) A space is required after ','. (comma-spacing)
(#529) A space is required after ','. (comma-spacing)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) A space is required after ','. (comma-spacing)
(#529) Operator '/' must be spaced. (space-infix-ops)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) Operator '=' must be spaced. (space-infix-ops)
(#529) A constructor name should not start with a lowercase letter. (new-cap)
(#529) A space is required after ','. (comma-spacing)
(#529) A space is required after ','. (comma-spacing)
(#529) Operator '*' must be spaced. (space-infix-ops)
(#529) Operator '/' must be spaced. (space-infix-ops)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) Operator '=' must be spaced. (space-infix-ops)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) Expected space(s) after "for". (keyword-spacing)
(#529) Operator '=' must be spaced. (space-infix-ops)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) Operator '<' must be spaced. (space-infix-ops)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) Requires a space after '{'. (block-spacing)
(#529) Statement inside of curly braces should be on next line. (brace-style)
(#529) Missing space before opening brace. (space-before-blocks)
(#529) Operator '=' must be spaced. (space-infix-ops)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#529) Operator '===' must be spaced. (space-infix-ops)
(#529) Operator '/' must be spaced. (space-infix-ops)
(#529) Operator '&&' must be spaced. (space-infix-ops)
(#529) Operator '=' must be spaced. (space-infix-ops)
(#529) A space is required after ','. (comma-spacing)
(#529) A space is required after ','. (comma-spacing)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) 'H' used outside of binding context. (block-scoped-var)
(#529) A space is required after ','. (comma-spacing)
(#529) A space is required after ','. (comma-spacing)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) 'H' used outside of binding context. (block-scoped-var)
(#529) Operator '+' must be spaced. (space-infix-ops)
(#529) A space is required after ','. (comma-spacing)
(#529) Operator '+' must be spaced. (space-infix-ops)
(#529) A space is required after ','. (comma-spacing)
(#529) Operator '+' must be spaced. (space-infix-ops)
(#529) Requires a space before '}'. (block-spacing)
(#529) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#529) Missing semicolon. (semi)
(#529) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#529) Operator '&&' must be spaced. (space-infix-ops)
(#529) Operator '=' must be spaced. (space-infix-ops)
(#529) A space is required after ','. (comma-spacing)
(#529) Operator '<' must be spaced. (space-infix-ops)
(#529) Operator '&&' must be spaced. (space-infix-ops)
(#529) Operator '=' must be spaced. (space-infix-ops)
(#529) A space is required after ','. (comma-spacing)
(#529) Operator '=' must be spaced. (space-infix-ops)
(#529) Requires a space before '}'. (block-spacing)
(#529) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#529) Missing semicolon. (semi)
(#529) Requires a space before '}'. (block-spacing)
(#529) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#529) 'H' used outside of binding context. (block-scoped-var)
(#529) Operator '=' must be spaced. (space-infix-ops)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) Expected space(s) after "for". (keyword-spacing)
(#529) 'y' used outside of binding context. (block-scoped-var)
(#529) Operator '=' must be spaced. (space-infix-ops)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) 'H' used outside of binding context. (block-scoped-var)
(#529) Operator '<' must be spaced. (space-infix-ops)
(#529) 'y' used outside of binding context. (block-scoped-var)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) 'H' used outside of binding context. (block-scoped-var)
(#529) Expected { after 'for' condition. (curly)
(#529) Expected space(s) before "for". (keyword-spacing)
(#529) Expected space(s) after "for". (keyword-spacing)
(#529) 'x' used outside of binding context. (block-scoped-var)
(#529) Operator '=' must be spaced. (space-infix-ops)
(#529) 'H' used outside of binding context. (block-scoped-var)
(#529) A space is required after ','. (comma-spacing)
(#529) 'A' used outside of binding context. (block-scoped-var)
(#529) Operator '=' must be spaced. (space-infix-ops)
(#529) A space is required after ','. (comma-spacing)
(#529) 'a' used outside of binding context. (block-scoped-var)
(#529) Operator '=' must be spaced. (space-infix-ops)
(#529) 'x' used outside of binding context. (block-scoped-var)
(#529) Operator '-' must be spaced. (space-infix-ops)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) 'A' used outside of binding context. (block-scoped-var)
(#529) Operator '<' must be spaced. (space-infix-ops)
(#529) 'a' used outside of binding context. (block-scoped-var)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) 'A' used outside of binding context. (block-scoped-var)
(#529) Expected { after 'for' condition. (curly)
(#529) Expected space(s) before "for". (keyword-spacing)
(#529) Expected space(s) after "for". (keyword-spacing)
(#529) 'f' used outside of binding context. (block-scoped-var)
(#529) Operator '=' must be spaced. (space-infix-ops)
(#529) 'A' used outside of binding context. (block-scoped-var)
(#529) Operator '*' must be spaced. (space-infix-ops)
(#529) Operator '*' must be spaced. (space-infix-ops)
(#529) A space is required after ','. (comma-spacing)
(#529) 't' used outside of binding context. (block-scoped-var)
(#529) Operator '=' must be spaced. (space-infix-ops)
(#529) A space is required after ','. (comma-spacing)
(#529) 'C' used outside of binding context. (block-scoped-var)
(#529) Operator '=' must be spaced. (space-infix-ops)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) 't' used outside of binding context. (block-scoped-var)
(#529) Operator '<' must be spaced. (space-infix-ops)
(#529) 'C' used outside of binding context. (block-scoped-var)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) 't' used outside of binding context. (block-scoped-var)
(#529) Expected { after 'for' condition. (curly)
(#529) Expected space(s) before "for". (keyword-spacing)
(#529) Expected space(s) after "for". (keyword-spacing)
(#529) 'F' used outside of binding context. (block-scoped-var)
(#529) Operator '=' must be spaced. (space-infix-ops)
(#529) 'f' used outside of binding context. (block-scoped-var)
(#529) Operator '+' must be spaced. (space-infix-ops)
(#529) 't' used outside of binding context. (block-scoped-var)
(#529) Operator '*' must be spaced. (space-infix-ops)
(#529) A space is required after ','. (comma-spacing)
(#529) 'I' used outside of binding context. (block-scoped-var)
(#529) Operator '=' must be spaced. (space-infix-ops)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) 'I' used outside of binding context. (block-scoped-var)
(#529) Operator '<' must be spaced. (space-infix-ops)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) 'I' used outside of binding context. (block-scoped-var)
(#529) 'L' used outside of binding context. (block-scoped-var)
(#529) Expected { after 'for' condition. (curly)
(#529) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#529) Operator '=' must be spaced. (space-infix-ops)
(#529) 'F' used outside of binding context. (block-scoped-var)
(#529) Operator '+' must be spaced. (space-infix-ops)
(#529) 'I' used outside of binding context. (block-scoped-var)
(#529) Unexpected use of comma operator. (no-sequences)
(#529) A space is required after ','. (comma-spacing)
(#529) 'x' used outside of binding context. (block-scoped-var)
(#529) 'L' used outside of binding context. (block-scoped-var)
(#529) A space is required after ','. (comma-spacing)
(#529) 'x' used outside of binding context. (block-scoped-var)
(#529) 'L' used outside of binding context. (block-scoped-var)
(#529) Operator '+' must be spaced. (space-infix-ops)
(#529) A space is required after ','. (comma-spacing)
(#529) 'x' used outside of binding context. (block-scoped-var)
(#529) 'L' used outside of binding context. (block-scoped-var)
(#529) Operator '+' must be spaced. (space-infix-ops)
(#530) This line has a length of 520. Maximum allowed is 132. (max-len)
(#530) Operator '+' must be spaced. (space-infix-ops)
(#530) A space is required after ','. (comma-spacing)
(#530) 'x' used outside of binding context. (block-scoped-var)
(#530) 'L' used outside of binding context. (block-scoped-var)
(#530) A space is required after ','. (comma-spacing)
(#530) 'x' used outside of binding context. (block-scoped-var)
(#530) 'L' used outside of binding context. (block-scoped-var)
(#530) Operator '+' must be spaced. (space-infix-ops)
(#530) Operator '+' must be spaced. (space-infix-ops)
(#530) A space is required after ','. (comma-spacing)
(#530) 'x' used outside of binding context. (block-scoped-var)
(#530) 'L' used outside of binding context. (block-scoped-var)
(#530) Operator '+' must be spaced. (space-infix-ops)
(#530) Missing whitespace after semicolon. (semi-spacing)
(#530) A space is required after ','. (comma-spacing)
(#530) A space is required after ','. (comma-spacing)
(#530) Missing whitespace after semicolon. (semi-spacing)
(#530) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#530) Operator '=' must be spaced. (space-infix-ops)
(#530) A space is required after ','. (comma-spacing)
(#530) Missing whitespace after semicolon. (semi-spacing)
(#530) Expected space(s) after "for". (keyword-spacing)
(#530) Operator '=' must be spaced. (space-infix-ops)
(#530) Missing whitespace after semicolon. (semi-spacing)
(#530) Operator '>' must be spaced. (space-infix-ops)
(#530) Missing whitespace after semicolon. (semi-spacing)
(#530) 'H' used outside of binding context. (block-scoped-var)
(#530) Expected { after 'for' condition. (curly)
(#530) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#530) Operator '=' must be spaced. (space-infix-ops)
(#530) Operator '/' must be spaced. (space-infix-ops)
(#530) Operator '*' must be spaced. (space-infix-ops)
(#530) Unexpected use of comma operator. (no-sequences)
(#530) A space is required after ','. (comma-spacing)
(#530) Operator '*' must be spaced. (space-infix-ops)
(#530) 'H' used outside of binding context. (block-scoped-var)
(#530) A space is required after ','. (comma-spacing)
(#530) Operator '*' must be spaced. (space-infix-ops)
(#530) 'H' used outside of binding context. (block-scoped-var)
(#530) Missing whitespace after semicolon. (semi-spacing)
(#530) A space is required after ','. (comma-spacing)
(#530) A space is required after ','. (comma-spacing)
(#530) A space is required after ','. (comma-spacing)
(#530) A space is required after ','. (comma-spacing)
(#530) A space is required after ','. (comma-spacing)
(#530) Missing whitespace after semicolon. (semi-spacing)
(#530) Operator '=' must be spaced. (space-infix-ops)
(#530) A space is required after ','. (comma-spacing)
(#530) Missing whitespace after semicolon. (semi-spacing)
(#530) Operator '=' must be spaced. (space-infix-ops)
(#530) Function has a complexity of 25. Maximum allowed is 20. (complexity)
(#530) A space is required after ','. (comma-spacing)
(#530) Requires a space after '{'. (block-spacing)
(#530) Statement inside of curly braces should be on next line. (brace-style)
(#530) Missing space before opening brace. (space-before-blocks)
(#530) Missing whitespace after semicolon. (semi-spacing)
(#530) A space is required after ','. (comma-spacing)
(#530) Operator '?' must be spaced. (space-infix-ops)
(#530) Operator ':' must be spaced. (space-infix-ops)
(#530) Missing whitespace after semicolon. (semi-spacing)
(#531) This line has a length of 521. Maximum allowed is 132. (max-len)
(#531) A space is required after ','. (comma-spacing)
(#531) A space is required after ','. (comma-spacing)
(#531) Missing whitespace after semicolon. (semi-spacing)
(#531) Expected space(s) after "if". (keyword-spacing)
(#531) Expected { after 'if' condition. (curly)
(#531) Expected space(s) before "for". (keyword-spacing)
(#531) Expected space(s) after "for". (keyword-spacing)
(#531) Operator '=' must be spaced. (space-infix-ops)
(#531) A space is required after ','. (comma-spacing)
(#531) Operator '=' must be spaced. (space-infix-ops)
(#531) Missing whitespace after semicolon. (semi-spacing)
(#531) Operator '<' must be spaced. (space-infix-ops)
(#531) Missing whitespace after semicolon. (semi-spacing)
(#531) Requires a space after '{'. (block-spacing)
(#531) Statement inside of curly braces should be on next line. (brace-style)
(#531) Missing space before opening brace. (space-before-blocks)
(#531) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#531) Operator '=' must be spaced. (space-infix-ops)
(#531) Missing whitespace after semicolon. (semi-spacing)
(#531) A space is required after ','. (comma-spacing)
(#531) Missing whitespace after semicolon. (semi-spacing)
(#531) A space is required after ','. (comma-spacing)
(#531) A space is required after ','. (comma-spacing)
(#531) A space is required after ','. (comma-spacing)
(#531) Requires a space before '}'. (block-spacing)
(#531) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#531) Missing semicolon. (semi)
(#531) Missing whitespace after semicolon. (semi-spacing)
(#531) Expected space(s) after "for". (keyword-spacing)
(#531) 'ba' used outside of binding context. (block-scoped-var)
(#531) Operator '=' must be spaced. (space-infix-ops)
(#531) Missing whitespace after semicolon. (semi-spacing)
(#531) Operator '>' must be spaced. (space-infix-ops)
(#531) 'ba' used outside of binding context. (block-scoped-var)
(#531) Missing whitespace after semicolon. (semi-spacing)
(#531) 'ba' used outside of binding context. (block-scoped-var)
(#531) 'X' used outside of binding context. (block-scoped-var)
(#531) Expected { after 'for' condition. (curly)
(#531) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#531) Operator '=' must be spaced. (space-infix-ops)
(#531) 'ba' used outside of binding context. (block-scoped-var)
(#531) Unexpected use of comma operator. (no-sequences)
(#531) A space is required after ','. (comma-spacing)
(#531) 'X' used outside of binding context. (block-scoped-var)
(#531) Operator '=' must be spaced. (space-infix-ops)
(#531) A space is required after ','. (comma-spacing)
(#531) 'X' used outside of binding context. (block-scoped-var)
(#531) A space is required after ','. (comma-spacing)
(#531) 'X' used outside of binding context. (block-scoped-var)
(#531) A space is required after ','. (comma-spacing)
(#531) 'X' used outside of binding context. (block-scoped-var)
(#531) A space is required after ','. (comma-spacing)
(#531) 'ca' used outside of binding context. (block-scoped-var)
(#531) Operator '=' must be spaced. (space-infix-ops)
(#531) Operator '/' must be spaced. (space-infix-ops)
(#531) A space is required after ','. (comma-spacing)
(#531) 'X' used outside of binding context. (block-scoped-var)
(#531) A space is required after ','. (comma-spacing)
(#531) 'ca' used outside of binding context. (block-scoped-var)
(#531) A space is required after ','. (comma-spacing)
(#531) 'ca' used outside of binding context. (block-scoped-var)
(#531) A space is required after ','. (comma-spacing)
(#531) 'ca' used outside of binding context. (block-scoped-var)
(#531) A space is required after ','. (comma-spacing)
(#531) A space is required after ','. (comma-spacing)
(#531) 'X' used outside of binding context. (block-scoped-var)
(#531) A space is required after ','. (comma-spacing)
(#531) A space is required after ','. (comma-spacing)
(#531) A space is required after ','. (comma-spacing)
(#531) A space is required after ','. (comma-spacing)
(#531) Missing whitespace after semicolon. (semi-spacing)
(#532) This line has a length of 528. Maximum allowed is 132. (max-len)
(#532) 'ba' used outside of binding context. (block-scoped-var)
(#532) Operator '=' must be spaced. (space-infix-ops)
(#532) Missing whitespace after semicolon. (semi-spacing)
(#532) Expected space(s) after "for". (keyword-spacing)
(#532) 'X' used outside of binding context. (block-scoped-var)
(#532) Operator '=' must be spaced. (space-infix-ops)
(#532) Operator '-' must be spaced. (space-infix-ops)
(#532) Missing whitespace after semicolon. (semi-spacing)
(#532) 'ba' used outside of binding context. (block-scoped-var)
(#532) Operator '<' must be spaced. (space-infix-ops)
(#532) 'X' used outside of binding context. (block-scoped-var)
(#532) Missing whitespace after semicolon. (semi-spacing)
(#532) 'ba' used outside of binding context. (block-scoped-var)
(#532) Requires a space after '{'. (block-spacing)
(#532) Statement inside of curly braces should be on next line. (brace-style)
(#532) Missing space before opening brace. (space-before-blocks)
(#532) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#532) Operator '=' must be spaced. (space-infix-ops)
(#532) 'ba' used outside of binding context. (block-scoped-var)
(#532) Missing whitespace after semicolon. (semi-spacing)
(#532) 'ca' used outside of binding context. (block-scoped-var)
(#532) Operator '=' must be spaced. (space-infix-ops)
(#532) Missing whitespace after semicolon. (semi-spacing)
(#532) Operator '=' must be spaced. (space-infix-ops)
(#532) A space is required after ','. (comma-spacing)
(#532) A space is required after ','. (comma-spacing)
(#532) A space is required after ','. (comma-spacing)
(#532) Missing whitespace after semicolon. (semi-spacing)
(#532) Operator '=' must be spaced. (space-infix-ops)
(#532) Operator '*' must be spaced. (space-infix-ops)
(#532) 'ca' used outside of binding context. (block-scoped-var)
(#532) Missing whitespace after semicolon. (semi-spacing)
(#532) Operator '=' must be spaced. (space-infix-ops)
(#532) Operator '/' must be spaced. (space-infix-ops)
(#532) A space is required after ','. (comma-spacing)
(#532) A space is required after ','. (comma-spacing)
(#532) Operator '/' must be spaced. (space-infix-ops)
(#532) Missing whitespace after semicolon. (semi-spacing)
(#532) Operator '=' must be spaced. (space-infix-ops)
(#532) A space is required after ','. (comma-spacing)
(#532) 'ca' used outside of binding context. (block-scoped-var)
(#532) A space is required after ','. (comma-spacing)
(#532) 'ca' used outside of binding context. (block-scoped-var)
(#532) A space is required after ','. (comma-spacing)
(#532) 'ca' used outside of binding context. (block-scoped-var)
(#532) A space is required after ','. (comma-spacing)
(#532) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#532) Operator '=' must be spaced. (space-infix-ops)
(#532) A space is required after ','. (comma-spacing)
(#532) A space is required after ','. (comma-spacing)
(#532) A space is required after ','. (comma-spacing)
(#532) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#532) Operator '=' must be spaced. (space-infix-ops)
(#532) A space is required after ','. (comma-spacing)
(#532) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#532) Operator '=' must be spaced. (space-infix-ops)
(#532) Operator '-' must be spaced. (space-infix-ops)
(#532) 'ca' used outside of binding context. (block-scoped-var)
(#532) A space is required after ','. (comma-spacing)
(#532) Operator '-' must be spaced. (space-infix-ops)
(#532) 'ca' used outside of binding context. (block-scoped-var)
(#532) A space is required after ','. (comma-spacing)
(#532) Operator '-' must be spaced. (space-infix-ops)
(#532) 'ca' used outside of binding context. (block-scoped-var)
(#532) Missing whitespace after semicolon. (semi-spacing)
(#532) 'ca' used outside of binding context. (block-scoped-var)
(#532) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#532) Operator '===' must be spaced. (space-infix-ops)
(#532) Operator '&&' must be spaced. (space-infix-ops)
(#532) 'ca' used outside of binding context. (block-scoped-var)
(#532) Operator '===' must be spaced. (space-infix-ops)
(#532) Operator '?' must be spaced. (space-infix-ops)
(#532) Operator '=' must be spaced. (space-infix-ops)
(#532) A space is required after ','. (comma-spacing)
(#532) A space is required after ','. (comma-spacing)
(#532) A space is required after ','. (comma-spacing)
(#532) 'ca' used outside of binding context. (block-scoped-var)
(#532) Comparing to itself is potentially pointless. (no-self-compare)
(#532) Operator '<' must be spaced. (space-infix-ops)
(#532) 'ca' used outside of binding context. (block-scoped-var)
(#532) Operator '&&' must be spaced. (space-infix-ops)
(#532) Operator '=' must be spaced. (space-infix-ops)
(#532) Operator ':' must be spaced. (space-infix-ops)
(#532) Operator '=' must be spaced. (space-infix-ops)
(#532) A space is required after ','. (comma-spacing)
(#532) A space is required after ','. (comma-spacing)
(#532) Operator '=' must be spaced. (space-infix-ops)
(#532) A space is required after ','. (comma-spacing)
(#532) A space is required after ','. (comma-spacing)
(#532) Missing whitespace after semicolon. (semi-spacing)
(#532) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#532) Operator '!==' must be spaced. (space-infix-ops)
(#532) Operator '&&' must be spaced. (space-infix-ops)
(#532) A space is required after ','. (comma-spacing)
(#532) A space is required after ','. (comma-spacing)
(#532) Missing whitespace after semicolon. (semi-spacing)
(#532) A space is required after ','. (comma-spacing)
(#532) Missing whitespace after semicolon. (semi-spacing)
(#532) A space is required after ','. (comma-spacing)
(#532) Missing whitespace after semicolon. (semi-spacing)
(#532) A space is required after ','. (comma-spacing)
(#532) A space is required after ','. (comma-spacing)
(#532) Requires a space before '}'. (block-spacing)
(#532) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#532) Missing semicolon. (semi)
(#533) This line has a length of 504. Maximum allowed is 132. (max-len)
(#533) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#533) Operator '!==' must be spaced. (space-infix-ops)
(#533) Operator '||' must be spaced. (space-infix-ops)
(#533) Operator '||' must be spaced. (space-infix-ops)
(#533) A space is required after ','. (comma-spacing)
(#533) Missing whitespace after semicolon. (semi-spacing)
(#533) 'ba' used outside of binding context. (block-scoped-var)
(#533) Operator '=' must be spaced. (space-infix-ops)
(#533) Missing whitespace after semicolon. (semi-spacing)
(#533) Expected space(s) after "for". (keyword-spacing)
(#533) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#533) 'X' used outside of binding context. (block-scoped-var)
(#533) Operator '=' must be spaced. (space-infix-ops)
(#533) Operator '-' must be spaced. (space-infix-ops)
(#533) Missing whitespace after semicolon. (semi-spacing)
(#533) 'ba' used outside of binding context. (block-scoped-var)
(#533) Operator '<' must be spaced. (space-infix-ops)
(#533) 'X' used outside of binding context. (block-scoped-var)
(#533) Missing whitespace after semicolon. (semi-spacing)
(#533) 'ba' used outside of binding context. (block-scoped-var)
(#533) Expected { after 'for' condition. (curly)
(#533) Expected space(s) before "if". (keyword-spacing)
(#533) Expected space(s) after "if". (keyword-spacing)
(#533) 'ca' used outside of binding context. (block-scoped-var)
(#533) Operator '=' must be spaced. (space-infix-ops)
(#533) 'ba' used outside of binding context. (block-scoped-var)
(#533) Unexpected use of comma operator. (no-sequences)
(#533) A space is required after ','. (comma-spacing)
(#533) 'oa' used outside of binding context. (block-scoped-var)
(#533) Operator '=' must be spaced. (space-infix-ops)
(#533) 'ca' used outside of binding context. (block-scoped-var)
(#533) A space is required after ','. (comma-spacing)
(#533) 'ia' used outside of binding context. (block-scoped-var)
(#533) Operator '=' must be spaced. (space-infix-ops)
(#533) A space is required after ','. (comma-spacing)
(#533) 'oa' used outside of binding context. (block-scoped-var)
(#533) A space is required after ','. (comma-spacing)
(#533) 'oa' used outside of binding context. (block-scoped-var)
(#533) A space is required after ','. (comma-spacing)
(#533) 'oa' used outside of binding context. (block-scoped-var)
(#533) A space is required after ','. (comma-spacing)
(#533) 'ka' used outside of binding context. (block-scoped-var)
(#533) Operator '=' must be spaced. (space-infix-ops)
(#533) A space is required after ','. (comma-spacing)
(#533) A space is required after ','. (comma-spacing)
(#533) A space is required after ','. (comma-spacing)
(#533) 'na' used outside of binding context. (block-scoped-var)
(#533) Operator '=' must be spaced. (space-infix-ops)
(#533) A space is required after ','. (comma-spacing)
(#533) 'pa' used outside of binding context. (block-scoped-var)
(#533) Operator '=' must be spaced. (space-infix-ops)
(#533) 'ca' used outside of binding context. (block-scoped-var)
(#533) Requires a space after '{'. (block-spacing)
(#533) Statement inside of curly braces should be on next line. (brace-style)
(#533) Missing space before opening brace. (space-before-blocks)
(#533) 'Z' used outside of binding context. (block-scoped-var)
(#533) Operator '=' must be spaced. (space-infix-ops)
(#533) 'pa' used outside of binding context. (block-scoped-var)
(#533) Operator '-' must be spaced. (space-infix-ops)
(#533) 'oa' used outside of binding context. (block-scoped-var)
(#533) A space is required after ','. (comma-spacing)
(#533) 'pa' used outside of binding context. (block-scoped-var)
(#533) Operator '-' must be spaced. (space-infix-ops)
(#533) 'oa' used outside of binding context. (block-scoped-var)
(#533) A space is required after ','. (comma-spacing)
(#533) 'pa' used outside of binding context. (block-scoped-var)
(#533) Operator '-' must be spaced. (space-infix-ops)
(#533) 'oa' used outside of binding context. (block-scoped-var)
(#533) Missing whitespace after semicolon. (semi-spacing)
(#533) 'oa' used outside of binding context. (block-scoped-var)
(#533) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#533) Operator '===' must be spaced. (space-infix-ops)
(#533) 'pa' used outside of binding context. (block-scoped-var)
(#533) Operator '&&' must be spaced. (space-infix-ops)
(#533) 'oa' used outside of binding context. (block-scoped-var)
(#533) Operator '===' must be spaced. (space-infix-ops)
(#533) 'pa' used outside of binding context. (block-scoped-var)
(#533) Operator '?' must be spaced. (space-infix-ops)
(#533) 'ka' used outside of binding context. (block-scoped-var)
(#533) Operator '=' must be spaced. (space-infix-ops)
(#533) A space is required after ','. (comma-spacing)
(#533) A space is required after ','. (comma-spacing)
(#533) A space is required after ','. (comma-spacing)
(#533) 'oa' used outside of binding context. (block-scoped-var)
(#533) Comparing to itself is potentially pointless. (no-self-compare)
(#533) Operator '<' must be spaced. (space-infix-ops)
(#533) 'oa' used outside of binding context. (block-scoped-var)
(#533) Operator '&&' must be spaced. (space-infix-ops)
(#533) 'na' used outside of binding context. (block-scoped-var)
(#533) Operator '=' must be spaced. (space-infix-ops)
(#533) Operator ':' must be spaced. (space-infix-ops)
(#533) 'na' used outside of binding context. (block-scoped-var)
(#533) Operator '=' must be spaced. (space-infix-ops)
(#533) 'ka' used outside of binding context. (block-scoped-var)
(#533) A space is required after ','. (comma-spacing)
(#533) 'Z' used outside of binding context. (block-scoped-var)
(#533) A space is required after ','. (comma-spacing)
(#533) 'ka' used outside of binding context. (block-scoped-var)
(#533) Operator '=' must be spaced. (space-infix-ops)
(#533) 'ka' used outside of binding context. (block-scoped-var)
(#533) A space is required after ','. (comma-spacing)
(#533) 'Z' used outside of binding context. (block-scoped-var)
(#533) A space is required after ','. (comma-spacing)
(#533) Missing whitespace after semicolon. (semi-spacing)
(#533) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#533) Operator '!==' must be spaced. (space-infix-ops)
(#533) 'na' used outside of binding context. (block-scoped-var)
(#533) Operator '&&' must be spaced. (space-infix-ops)
(#533) 'ia' used outside of binding context. (block-scoped-var)
(#533) A space is required after ','. (comma-spacing)
(#533) 'na' used outside of binding context. (block-scoped-var)
(#533) A space is required after ','. (comma-spacing)
(#533) 'ka' used outside of binding context. (block-scoped-var)
(#533) Missing whitespace after semicolon. (semi-spacing)
(#533) 'oa' used outside of binding context. (block-scoped-var)
(#533) Operator '=' must be spaced. (space-infix-ops)
(#533) A space is required after ','. (comma-spacing)
(#533) A space is required after ','. (comma-spacing)
(#533) Missing whitespace after semicolon. (semi-spacing)
(#533) 'na' used outside of binding context. (block-scoped-var)
(#533) Operator '=' must be spaced. (space-infix-ops)
(#533) A space is required after ','. (comma-spacing)
(#533) 'na' used outside of binding context. (block-scoped-var)
(#533) A space is required after ','. (comma-spacing)
(#533) 'ka' used outside of binding context. (block-scoped-var)
(#533) Missing whitespace after semicolon. (semi-spacing)
(#533) 'na' used outside of binding context. (block-scoped-var)
(#533) A space is required after ','. (comma-spacing)
(#533) 'oa' used outside of binding context. (block-scoped-var)
(#533) Missing whitespace after semicolon. (semi-spacing)
(#533) 'na' used outside of binding context. (block-scoped-var)
(#533) Operator '=' must be spaced. (space-infix-ops)
(#533) 'ca' used outside of binding context. (block-scoped-var)
(#533) Missing whitespace after semicolon. (semi-spacing)
(#533) 'ka' used outside of binding context. (block-scoped-var)
(#533) Operator '=' must be spaced. (space-infix-ops)
(#533) 'ca' used outside of binding context. (block-scoped-var)
(#533) Missing whitespace after semicolon. (semi-spacing)
(#533) Expected space(s) after "if". (keyword-spacing)
(#533) 'na' used outside of binding context. (block-scoped-var)
(#533) Operator '!==' must be spaced. (space-infix-ops)
(#533) 'ka' used outside of binding context. (block-scoped-var)
(#533) Operator '||' must be spaced. (space-infix-ops)
(#534) This line has a length of 514. Maximum allowed is 132. (max-len)
(#534) 'na' used outside of binding context. (block-scoped-var)
(#534) Operator '!==' must be spaced. (space-infix-ops)
(#534) 'ka' used outside of binding context. (block-scoped-var)
(#534) 'na' used outside of binding context. (block-scoped-var)
(#534) Expected { after 'if' condition. (curly)
(#534) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#534) Operator '=' must be spaced. (space-infix-ops)
(#534) 'ka' used outside of binding context. (block-scoped-var)
(#534) Operator '-' must be spaced. (space-infix-ops)
(#534) 'na' used outside of binding context. (block-scoped-var)
(#534) A space is required after ','. (comma-spacing)
(#534) 'ka' used outside of binding context. (block-scoped-var)
(#534) Operator '-' must be spaced. (space-infix-ops)
(#534) 'na' used outside of binding context. (block-scoped-var)
(#534) A space is required after ','. (comma-spacing)
(#534) 'ka' used outside of binding context. (block-scoped-var)
(#534) Operator '-' must be spaced. (space-infix-ops)
(#534) 'na' used outside of binding context. (block-scoped-var)
(#534) Unexpected use of comma operator. (no-sequences)
(#534) A space is required after ','. (comma-spacing)
(#534) 'ka' used outside of binding context. (block-scoped-var)
(#534) Operator '=' must be spaced. (space-infix-ops)
(#534) 'oa' used outside of binding context. (block-scoped-var)
(#534) A space is required after ','. (comma-spacing)
(#534) 'na' used outside of binding context. (block-scoped-var)
(#534) A space is required after ','. (comma-spacing)
(#534) Operator '>' must be spaced. (space-infix-ops)
(#534) 'Z' used outside of binding context. (block-scoped-var)
(#534) A space is required after ','. (comma-spacing)
(#534) 'oa' used outside of binding context. (block-scoped-var)
(#534) A space is required after ','. (comma-spacing)
(#534) 'na' used outside of binding context. (block-scoped-var)
(#534) Operator '&&' must be spaced. (space-infix-ops)
(#534) 'ka' used outside of binding context. (block-scoped-var)
(#534) Operator '*=' must be spaced. (space-infix-ops)
(#534) A space is required after ','. (comma-spacing)
(#534) 'ia' used outside of binding context. (block-scoped-var)
(#534) A space is required after ','. (comma-spacing)
(#534) 'ka' used outside of binding context. (block-scoped-var)
(#534) Missing whitespace after semicolon. (semi-spacing)
(#534) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#534) Operator '||' must be spaced. (space-infix-ops)
(#534) Do not nest ternary expressions. (no-nested-ternary)
(#534) Operator '===' must be spaced. (space-infix-ops)
(#534) Operator '?' must be spaced. (space-infix-ops)
(#534) 'ca' used outside of binding context. (block-scoped-var)
(#534) Operator '?' must be spaced. (space-infix-ops)
(#534) A space is required after ','. (comma-spacing)
(#534) 'ca' used outside of binding context. (block-scoped-var)
(#534) Operator ':' must be spaced. (space-infix-ops)
(#534) A space is required after ','. (comma-spacing)
(#534) Operator ':' must be spaced. (space-infix-ops)
(#534) Operator '===' must be spaced. (space-infix-ops)
(#534) Operator '&&' must be spaced. (space-infix-ops)
(#534) A space is required after ','. (comma-spacing)
(#534) 'ba' used outside of binding context. (block-scoped-var)
(#534) A space is required after ','. (comma-spacing)
(#534) 'X' used outside of binding context. (block-scoped-var)
(#534) A space is required after ','. (comma-spacing)
(#534) Missing whitespace after semicolon. (semi-spacing)
(#534) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#534) A space is required after ','. (comma-spacing)
(#534) 'ia' used outside of binding context. (block-scoped-var)
(#534) Missing whitespace after semicolon. (semi-spacing)
(#534) A space is required after ','. (comma-spacing)
(#534) A space is required after ','. (comma-spacing)
(#535) This line has a length of 516. Maximum allowed is 132. (max-len)
(#535) Requires a space before '}'. (block-spacing)
(#535) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#535) Missing semicolon. (semi)
(#535) Requires a space before '}'. (block-spacing)
(#535) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#535) Requires a space before '}'. (block-spacing)
(#535) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#535) Missing semicolon. (semi)
(#535) Missing whitespace after semicolon. (semi-spacing)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) Missing '()' invoking a constructor. (new-parens)
(#535) Missing whitespace after semicolon. (semi-spacing)
(#535) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) Function has a complexity of 21. Maximum allowed is 20. (complexity)
(#535) A space is required after ','. (comma-spacing)
(#535) A space is required after ','. (comma-spacing)
(#535) A space is required after ','. (comma-spacing)
(#535) Requires a space after '{'. (block-spacing)
(#535) Statement inside of curly braces should be on next line. (brace-style)
(#535) Missing space before opening brace. (space-before-blocks)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) Missing whitespace after semicolon. (semi-spacing)
(#535) Operator '-' must be spaced. (space-infix-ops)
(#535) Missing whitespace after semicolon. (semi-spacing)
(#535) Expected space(s) after "for". (keyword-spacing)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) A space is required after ','. (comma-spacing)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) Operator '-' must be spaced. (space-infix-ops)
(#535) Missing whitespace after semicolon. (semi-spacing)
(#535) Operator '<=' must be spaced. (space-infix-ops)
(#535) Missing whitespace after semicolon. (semi-spacing)
(#535) Requires a space after '{'. (block-spacing)
(#535) Statement inside of curly braces should be on next line. (brace-style)
(#535) Missing space before opening brace. (space-before-blocks)
(#535) Expected space(s) after "for". (keyword-spacing)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) Operator '==' must be spaced. (space-infix-ops)
(#535) Operator '?' must be spaced. (space-infix-ops)
(#535) Operator ':' must be spaced. (space-infix-ops)
(#535) Operator '-' must be spaced. (space-infix-ops)
(#535) A space is required after ','. (comma-spacing)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) Operator '+' must be spaced. (space-infix-ops)
(#535) A space is required after ','. (comma-spacing)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) Operator '+' must be spaced. (space-infix-ops)
(#535) A space is required after ','. (comma-spacing)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) Operator '==' must be spaced. (space-infix-ops)
(#535) Operator '?' must be spaced. (space-infix-ops)
(#535) Operator '+' must be spaced. (space-infix-ops)
(#535) Operator ':' must be spaced. (space-infix-ops)
(#535) Operator '+' must be spaced. (space-infix-ops)
(#535) A space is required after ','. (comma-spacing)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) A space is required after ','. (comma-spacing)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) Missing whitespace after semicolon. (semi-spacing)
(#535) Operator '<' must be spaced. (space-infix-ops)
(#535) Missing whitespace after semicolon. (semi-spacing)
(#535) Requires a space after '{'. (block-spacing)
(#535) Statement inside of curly braces should be on next line. (brace-style)
(#535) Missing space before opening brace. (space-before-blocks)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) Operator '/' must be spaced. (space-infix-ops)
(#535) Missing whitespace after semicolon. (semi-spacing)
(#535) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#535) Operator '==' must be spaced. (space-infix-ops)
(#535) Operator '&&' must be spaced. (space-infix-ops)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) Operator '/' must be spaced. (space-infix-ops)
(#535) Operator '-' must be spaced. (space-infix-ops)
(#535) Missing whitespace after semicolon. (semi-spacing)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) A space is required after ','. (comma-spacing)
(#535) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '+' must be spaced. (space-infix-ops)
(#535) Operator '-' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '+' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '-' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '+' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '-' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '+' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '-' must be spaced. (space-infix-ops)
(#535) Operator '-' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '+' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) A space is required after ','. (comma-spacing)
(#535) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '+' must be spaced. (space-infix-ops)
(#535) Operator '-' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '+' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '-' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '+' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '-' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '+' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '-' must be spaced. (space-infix-ops)
(#535) Operator '-' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '+' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) A space is required after ','. (comma-spacing)
(#535) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '+' must be spaced. (space-infix-ops)
(#535) Operator '-' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '+' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '-' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '+' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '-' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '+' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '-' must be spaced. (space-infix-ops)
(#535) Operator '-' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '+' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Operator '*' must be spaced. (space-infix-ops)
(#535) Missing whitespace after semicolon. (semi-spacing)
(#535) Requires a space before '}'. (block-spacing)
(#535) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#535) Missing semicolon. (semi)
(#535) 'C' used outside of binding context. (block-scoped-var)
(#535) Requires a space before '}'. (block-spacing)
(#535) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#535) Missing semicolon. (semi)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#536) This line has a length of 505. Maximum allowed is 132. (max-len)
(#536) Missing whitespace after semicolon. (semi-spacing)
(#536) Operator '=' must be spaced. (space-infix-ops)
(#536) Missing whitespace after semicolon. (semi-spacing)
(#536) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#536) Operator '=' must be spaced. (space-infix-ops)
(#536) Missing whitespace after semicolon. (semi-spacing)
(#536) Missing whitespace after semicolon. (semi-spacing)
(#536) Operator '-' must be spaced. (space-infix-ops)
(#536) Missing whitespace after semicolon. (semi-spacing)
(#536) Operator '=' must be spaced. (space-infix-ops)
(#536) A space is required after ','. (comma-spacing)
(#536) A space is required after ','. (comma-spacing)
(#536) Missing whitespace after semicolon. (semi-spacing)
(#536) 'x' used outside of binding context. (block-scoped-var)
(#536) Operator '=' must be spaced. (space-infix-ops)
(#536) Missing whitespace after semicolon. (semi-spacing)
(#536) Expected space(s) after "for". (keyword-spacing)
(#536) 'A' used outside of binding context. (block-scoped-var)
(#536) Operator '=' must be spaced. (space-infix-ops)
(#536) Missing whitespace after semicolon. (semi-spacing)
(#536) 'x' used outside of binding context. (block-scoped-var)
(#536) Operator '<' must be spaced. (space-infix-ops)
(#536) 'A' used outside of binding context. (block-scoped-var)
(#536) Missing whitespace after semicolon. (semi-spacing)
(#536) 'x' used outside of binding context. (block-scoped-var)
(#536) Requires a space after '{'. (block-spacing)
(#536) Statement inside of curly braces should be on next line. (brace-style)
(#536) Missing space before opening brace. (space-before-blocks)
(#536) Expected space(s) after "if". (keyword-spacing)
(#536) 'L' used outside of binding context. (block-scoped-var)
(#536) Operator '||' must be spaced. (space-infix-ops)
(#536) Operator '<' must be spaced. (space-infix-ops)
(#536) 'L' used outside of binding context. (block-scoped-var)
(#536) Requires a space after '{'. (block-spacing)
(#536) Statement inside of curly braces should be on next line. (brace-style)
(#536) Missing space before opening brace. (space-before-blocks)
(#536) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#536) Operator '<' must be spaced. (space-infix-ops)
(#536) Operator '&&' must be spaced. (space-infix-ops)
(#536) 'x' used outside of binding context. (block-scoped-var)
(#536) Missing whitespace after semicolon. (semi-spacing)
(#536) Operator '=' must be spaced. (space-infix-ops)
(#536) Missing space before value for key 'count'. (key-spacing)
(#536) A space is required after ','. (comma-spacing)
(#536) Missing space before value for key 'positionData'. (key-spacing)
(#536) A space is required after ','. (comma-spacing)
(#536) Missing space before value for key 'normalData'. (key-spacing)
(#536) A space is required after ','. (comma-spacing)
(#536) Missing space before value for key 'indexData'. (key-spacing)
(#536) Missing whitespace after semicolon. (semi-spacing)
(#536) Requires a space before '}'. (block-spacing)
(#536) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#536) Missing semicolon. (semi)
(#536) 'H' used outside of binding context. (block-scoped-var)
(#536) Operator '=' must be spaced. (space-infix-ops)
(#536) 'x' used outside of binding context. (block-scoped-var)
(#536) Missing whitespace after semicolon. (semi-spacing)
(#536) 'L' used outside of binding context. (block-scoped-var)
(#536) Missing whitespace after semicolon. (semi-spacing)
(#536) Expected space(s) after "for". (keyword-spacing)
(#536) 'a' used outside of binding context. (block-scoped-var)
(#536) Operator '=' must be spaced. (space-infix-ops)
(#536) Missing whitespace after semicolon. (semi-spacing)
(#536) 'a' used outside of binding context. (block-scoped-var)
(#536) Operator '<' must be spaced. (space-infix-ops)
(#536) Missing whitespace after semicolon. (semi-spacing)
(#536) 'a' used outside of binding context. (block-scoped-var)
(#536) Expected { after 'for' condition. (curly)
(#536) Expected space(s) before "for". (keyword-spacing)
(#536) Expected space(s) after "for". (keyword-spacing)
(#536) 'f' used outside of binding context. (block-scoped-var)
(#536) Operator '=' must be spaced. (space-infix-ops)
(#536) 'H' used outside of binding context. (block-scoped-var)
(#536) 'a' used outside of binding context. (block-scoped-var)
(#536) A space is required after ','. (comma-spacing)
(#536) 't' used outside of binding context. (block-scoped-var)
(#536) Operator '=' must be spaced. (space-infix-ops)
(#536) 'a' used outside of binding context. (block-scoped-var)
(#536) Do not nest ternary expressions. (no-nested-ternary)
(#536) Operator '===' must be spaced. (space-infix-ops)
(#536) Operator '-' must be spaced. (space-infix-ops)
(#536) Operator '?' must be spaced. (space-infix-ops)
(#536) 'x' used outside of binding context. (block-scoped-var)
(#536) Operator '===' must be spaced. (space-infix-ops)
(#536) Operator '-' must be spaced. (space-infix-ops)
(#536) Operator '?' must be spaced. (space-infix-ops)
(#536) 'H' used outside of binding context. (block-scoped-var)
(#536) 'a' used outside of binding context. (block-scoped-var)
(#536) Operator '-' must be spaced. (space-infix-ops)
(#536) Operator ':' must be spaced. (space-infix-ops)
(#536) 'x' used outside of binding context. (block-scoped-var)
(#536) Operator '+' must be spaced. (space-infix-ops)
(#536) Operator ':' must be spaced. (space-infix-ops)
(#536) 'H' used outside of binding context. (block-scoped-var)
(#536) 'a' used outside of binding context. (block-scoped-var)
(#536) Operator '+' must be spaced. (space-infix-ops)
(#536) A space is required after ','. (comma-spacing)
(#536) 't' used outside of binding context. (block-scoped-var)
(#536) Operator '=' must be spaced. (space-infix-ops)
(#536) 't' used outside of binding context. (block-scoped-var)
(#536) Operator '-' must be spaced. (space-infix-ops)
(#536) 'f' used outside of binding context. (block-scoped-var)
(#536) A space is required after ','. (comma-spacing)
(#536) 't' used outside of binding context. (block-scoped-var)
(#536) Operator '-' must be spaced. (space-infix-ops)
(#536) 'f' used outside of binding context. (block-scoped-var)
(#536) A space is required after ','. (comma-spacing)
(#536) 't' used outside of binding context. (block-scoped-var)
(#536) Operator '-' must be spaced. (space-infix-ops)
(#536) 'f' used outside of binding context. (block-scoped-var)
(#536) A space is required after ','. (comma-spacing)
(#536) 't' used outside of binding context. (block-scoped-var)
(#536) A space is required after ','. (comma-spacing)
(#536) 'x' used outside of binding context. (block-scoped-var)
(#536) Operator '===' must be spaced. (space-infix-ops)
(#536) Operator '-' must be spaced. (space-infix-ops)
(#536) Operator '&&' must be spaced. (space-infix-ops)
(#536) 'a' used outside of binding context. (block-scoped-var)
(#536) Operator '===' must be spaced. (space-infix-ops)
(#536) Operator '-' must be spaced. (space-infix-ops)
(#536) Operator '&&' must be spaced. (space-infix-ops)
(#536) 't' used outside of binding context. (block-scoped-var)
(#536) A space is required after ','. (comma-spacing)
(#536) A space is required after ','. (comma-spacing)
(#536) 'C' used outside of binding context. (block-scoped-var)
(#536) Operator '=' must be spaced. (space-infix-ops)
(#536) 't' used outside of binding context. (block-scoped-var)
(#536) A space is required after ','. (comma-spacing)
(#536) A space is required after ','. (comma-spacing)
(#536) A space is required after ','. (comma-spacing)
(#536) 'C' used outside of binding context. (block-scoped-var)
(#536) A space is required after ','. (comma-spacing)
(#536) 'C' used outside of binding context. (block-scoped-var)
(#537) This line has a length of 508. Maximum allowed is 132. (max-len)
(#537) Operator '/' must be spaced. (space-infix-ops)
(#537) A space is required after ','. (comma-spacing)
(#537) 't' used outside of binding context. (block-scoped-var)
(#537) Operator '=' must be spaced. (space-infix-ops)
(#537) A constructor name should not start with a lowercase letter. (new-cap)
(#537) 'C' used outside of binding context. (block-scoped-var)
(#537) A space is required after ','. (comma-spacing)
(#537) 't' used outside of binding context. (block-scoped-var)
(#537) A space is required after ','. (comma-spacing)
(#537) Operator '*' must be spaced. (space-infix-ops)
(#537) Operator '/' must be spaced. (space-infix-ops)
(#537) A space is required after ','. (comma-spacing)
(#537) 'C' used outside of binding context. (block-scoped-var)
(#537) Operator '=' must be spaced. (space-infix-ops)
(#537) A space is required after ','. (comma-spacing)
(#537) 'F' used outside of binding context. (block-scoped-var)
(#537) Operator '=' must be spaced. (space-infix-ops)
(#537) Missing whitespace after semicolon. (semi-spacing)
(#537) 'C' used outside of binding context. (block-scoped-var)
(#537) Operator '<' must be spaced. (space-infix-ops)
(#537) 'F' used outside of binding context. (block-scoped-var)
(#537) Missing whitespace after semicolon. (semi-spacing)
(#537) 'C' used outside of binding context. (block-scoped-var)
(#537) 'I' used outside of binding context. (block-scoped-var)
(#537) Expected { after 'for' condition. (curly)
(#537) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#537) Operator '=' must be spaced. (space-infix-ops)
(#537) 't' used outside of binding context. (block-scoped-var)
(#537) Unexpected use of comma operator. (no-sequences)
(#537) A space is required after ','. (comma-spacing)
(#537) 'C' used outside of binding context. (block-scoped-var)
(#537) Operator '===' must be spaced. (space-infix-ops)
(#537) Operator '/' must be spaced. (space-infix-ops)
(#537) Operator '&&' must be spaced. (space-infix-ops)
(#537) Operator '=' must be spaced. (space-infix-ops)
(#537) 'I' used outside of binding context. (block-scoped-var)
(#537) A space is required after ','. (comma-spacing)
(#537) 'I' used outside of binding context. (block-scoped-var)
(#537) A space is required after ','. (comma-spacing)
(#537) 'I' used outside of binding context. (block-scoped-var)
(#537) A space is required after ','. (comma-spacing)
(#537) 'L' used outside of binding context. (block-scoped-var)
(#537) 'I' used outside of binding context. (block-scoped-var)
(#537) A space is required after ','. (comma-spacing)
(#537) 'I' used outside of binding context. (block-scoped-var)
(#537) A space is required after ','. (comma-spacing)
(#537) 'I' used outside of binding context. (block-scoped-var)
(#537) A space is required after ','. (comma-spacing)
(#537) 'L' used outside of binding context. (block-scoped-var)
(#537) 'f' used outside of binding context. (block-scoped-var)
(#537) Operator '+' must be spaced. (space-infix-ops)
(#537) 'I' used outside of binding context. (block-scoped-var)
(#537) A space is required after ','. (comma-spacing)
(#537) 'f' used outside of binding context. (block-scoped-var)
(#537) Operator '+' must be spaced. (space-infix-ops)
(#537) 'I' used outside of binding context. (block-scoped-var)
(#537) A space is required after ','. (comma-spacing)
(#537) 'f' used outside of binding context. (block-scoped-var)
(#537) Operator '+' must be spaced. (space-infix-ops)
(#537) 'I' used outside of binding context. (block-scoped-var)
(#537) Requires a space before '}'. (block-spacing)
(#537) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#537) Missing semicolon. (semi)
(#537) Operator '=' must be spaced. (space-infix-ops)
(#537) Missing whitespace after semicolon. (semi-spacing)
(#537) Expected space(s) after "for". (keyword-spacing)
(#537) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#537) Operator '=' must be spaced. (space-infix-ops)
(#537) Missing whitespace after semicolon. (semi-spacing)
(#537) Operator '<' must be spaced. (space-infix-ops)
(#537) Missing whitespace after semicolon. (semi-spacing)
(#537) Expected { after 'for' condition. (curly)
(#537) Expected space(s) before "for". (keyword-spacing)
(#537) Expected space(s) after "for". (keyword-spacing)
(#537) 'L' used outside of binding context. (block-scoped-var)
(#537) Operator '=' must be spaced. (space-infix-ops)
(#537) A space is required after ','. (comma-spacing)
(#537) Operator '=' must be spaced. (space-infix-ops)
(#537) A space is required after ','. (comma-spacing)
(#537) 'x' used outside of binding context. (block-scoped-var)
(#537) Operator '=' must be spaced. (space-infix-ops)
(#537) 'L' used outside of binding context. (block-scoped-var)
(#537) Operator '-' must be spaced. (space-infix-ops)
(#537) Missing whitespace after semicolon. (semi-spacing)
(#537) Operator '<' must be spaced. (space-infix-ops)
(#537) 'x' used outside of binding context. (block-scoped-var)
(#537) Missing whitespace after semicolon. (semi-spacing)
(#537) Expected { after 'for' condition. (curly)
(#537) Expected space(s) before "for". (keyword-spacing)
(#537) Expected space(s) after "for". (keyword-spacing)
(#537) 'A' used outside of binding context. (block-scoped-var)
(#537) Operator '=' must be spaced. (space-infix-ops)
(#537) Operator '*' must be spaced. (space-infix-ops)
(#537) Operator '*' must be spaced. (space-infix-ops)
(#537) A space is required after ','. (comma-spacing)
(#537) 'H' used outside of binding context. (block-scoped-var)
(#537) Operator '=' must be spaced. (space-infix-ops)
(#537) A space is required after ','. (comma-spacing)
(#537) 'a' used outside of binding context. (block-scoped-var)
(#537) Operator '=' must be spaced. (space-infix-ops)
(#537) Missing whitespace after semicolon. (semi-spacing)
(#537) 'H' used outside of binding context. (block-scoped-var)
(#537) Operator '<' must be spaced. (space-infix-ops)
(#537) 'a' used outside of binding context. (block-scoped-var)
(#537) Missing whitespace after semicolon. (semi-spacing)
(#537) 'H' used outside of binding context. (block-scoped-var)
(#537) Expected { after 'for' condition. (curly)
(#537) Expected space(s) before "for". (keyword-spacing)
(#537) Expected space(s) after "for". (keyword-spacing)
(#537) 'f' used outside of binding context. (block-scoped-var)
(#537) Operator '=' must be spaced. (space-infix-ops)
(#537) 'A' used outside of binding context. (block-scoped-var)
(#537) Operator '+' must be spaced. (space-infix-ops)
(#537) 'H' used outside of binding context. (block-scoped-var)
(#537) Operator '*' must be spaced. (space-infix-ops)
(#537) A space is required after ','. (comma-spacing)
(#537) 't' used outside of binding context. (block-scoped-var)
(#537) Operator '=' must be spaced. (space-infix-ops)
(#537) Missing whitespace after semicolon. (semi-spacing)
(#537) 't' used outside of binding context. (block-scoped-var)
(#537) Operator '<=' must be spaced. (space-infix-ops)
(#537) Missing whitespace after semicolon. (semi-spacing)
(#537) 't' used outside of binding context. (block-scoped-var)
(#537) 'C' used outside of binding context. (block-scoped-var)
(#537) Expected { after 'for' condition. (curly)
(#537) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#537) Operator '=' must be spaced. (space-infix-ops)
(#537) 'f' used outside of binding context. (block-scoped-var)
(#537) Operator '+' must be spaced. (space-infix-ops)
(#537) 't' used outside of binding context. (block-scoped-var)
(#537) Operator '%' must be spaced. (space-infix-ops)
(#537) Unexpected use of comma operator. (no-sequences)
(#537) A space is required after ','. (comma-spacing)
(#537) 'L' used outside of binding context. (block-scoped-var)
(#537) 'C' used outside of binding context. (block-scoped-var)
(#537) A space is required after ','. (comma-spacing)
(#537) 'C' used outside of binding context. (block-scoped-var)
(#537) Operator '+' must be spaced. (space-infix-ops)
(#537) Missing whitespace after semicolon. (semi-spacing)
(#537) A space is required after ','. (comma-spacing)
(#537) A space is required after ','. (comma-spacing)
(#537) Requires a space before '}'. (block-spacing)
(#537) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#537) Missing semicolon. (semi)
(#537) Missing whitespace after semicolon. (semi-spacing)
(#537) Operator '=' must be spaced. (space-infix-ops)
(#537) Missing '()' invoking a constructor. (new-parens)
(#537) Operator '=' must be spaced. (space-infix-ops)
(#538) This line has a length of 509. Maximum allowed is 132. (max-len)
(#538) A space is required after ','. (comma-spacing)
(#538) Requires a space after '{'. (block-spacing)
(#538) Statement inside of curly braces should be on next line. (brace-style)
(#538) Missing space before opening brace. (space-before-blocks)
(#538) Missing whitespace after semicolon. (semi-spacing)
(#538) Expected space(s) after "for". (keyword-spacing)
(#538) Operator '=' must be spaced. (space-infix-ops)
(#538) A space is required after ','. (comma-spacing)
(#538) Operator '=' must be spaced. (space-infix-ops)
(#538) Missing whitespace after semicolon. (semi-spacing)
(#538) Operator '<' must be spaced. (space-infix-ops)
(#538) Missing whitespace after semicolon. (semi-spacing)
(#538) Requires a space after '{'. (block-spacing)
(#538) Statement inside of curly braces should be on next line. (brace-style)
(#538) Missing space before opening brace. (space-before-blocks)
(#538) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#538) Operator '=' must be spaced. (space-infix-ops)
(#538) Missing whitespace after semicolon. (semi-spacing)
(#538) A space is required after ','. (comma-spacing)
(#538) Missing whitespace after semicolon. (semi-spacing)
(#538) A space is required after ','. (comma-spacing)
(#538) A space is required after ','. (comma-spacing)
(#538) A space is required after ','. (comma-spacing)
(#538) Requires a space before '}'. (block-spacing)
(#538) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#538) Missing semicolon. (semi)
(#538) Missing whitespace after semicolon. (semi-spacing)
(#538) Expected space(s) after "for". (keyword-spacing)
(#538) 'l' used outside of binding context. (block-scoped-var)
(#538) Operator '=' must be spaced. (space-infix-ops)
(#538) Missing whitespace after semicolon. (semi-spacing)
(#538) Operator '>' must be spaced. (space-infix-ops)
(#538) 'l' used outside of binding context. (block-scoped-var)
(#538) Missing whitespace after semicolon. (semi-spacing)
(#538) 'l' used outside of binding context. (block-scoped-var)
(#538) 'r' used outside of binding context. (block-scoped-var)
(#538) Expected { after 'for' condition. (curly)
(#538) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#538) Operator '=' must be spaced. (space-infix-ops)
(#538) 'l' used outside of binding context. (block-scoped-var)
(#538) Unexpected use of comma operator. (no-sequences)
(#538) A space is required after ','. (comma-spacing)
(#538) 'r' used outside of binding context. (block-scoped-var)
(#538) Operator '=' must be spaced. (space-infix-ops)
(#538) A space is required after ','. (comma-spacing)
(#538) 'r' used outside of binding context. (block-scoped-var)
(#538) A space is required after ','. (comma-spacing)
(#538) 'r' used outside of binding context. (block-scoped-var)
(#538) A space is required after ','. (comma-spacing)
(#538) 'r' used outside of binding context. (block-scoped-var)
(#538) A space is required after ','. (comma-spacing)
(#538) 'y' used outside of binding context. (block-scoped-var)
(#538) Operator '=' must be spaced. (space-infix-ops)
(#538) Operator '/' must be spaced. (space-infix-ops)
(#538) A space is required after ','. (comma-spacing)
(#538) 'r' used outside of binding context. (block-scoped-var)
(#538) A space is required after ','. (comma-spacing)
(#538) 'y' used outside of binding context. (block-scoped-var)
(#538) A space is required after ','. (comma-spacing)
(#538) 'y' used outside of binding context. (block-scoped-var)
(#538) A space is required after ','. (comma-spacing)
(#538) 'y' used outside of binding context. (block-scoped-var)
(#538) A space is required after ','. (comma-spacing)
(#538) A space is required after ','. (comma-spacing)
(#538) 'r' used outside of binding context. (block-scoped-var)
(#538) A space is required after ','. (comma-spacing)
(#538) A space is required after ','. (comma-spacing)
(#538) A space is required after ','. (comma-spacing)
(#538) A space is required after ','. (comma-spacing)
(#538) Requires a space before '}'. (block-spacing)
(#538) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#538) Missing semicolon. (semi)
(#538) Requires a space before '}'. (block-spacing)
(#538) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#538) Missing semicolon. (semi)
(#538) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#540) This line has a length of 519. Maximum allowed is 132. (max-len)
(#540) A space is required after ','. (comma-spacing)
(#540) 'E' is defined but never used. (no-unused-vars)
(#540) A space is required after ','. (comma-spacing)
(#540) 'w' is defined but never used. (no-unused-vars)
(#540) Requires a space after '{'. (block-spacing)
(#540) Statement inside of curly braces should be on next line. (brace-style)
(#540) Missing space before opening brace. (space-before-blocks)
(#540) Operator '=' must be spaced. (space-infix-ops)
(#540) Requires a space after '{'. (block-spacing)
(#540) Statement inside of curly braces should be on next line. (brace-style)
(#540) Missing space before opening brace. (space-before-blocks)
(#540) This line has 22 statements. Maximum allowed is 2. (max-statements-per-line)
(#540) Operator '=' must be spaced. (space-infix-ops)
(#540) Missing whitespace after semicolon. (semi-spacing)
(#540) Operator '=' must be spaced. (space-infix-ops)
(#540) A space is required after ','. (comma-spacing)
(#540) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#540) Operator '=' must be spaced. (space-infix-ops)
(#540) A space is required after ','. (comma-spacing)
(#540) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#540) Operator '=' must be spaced. (space-infix-ops)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) Requires a space after '{'. (block-spacing)
(#540) Statement inside of curly braces should be on next line. (brace-style)
(#540) Missing space before opening brace. (space-before-blocks)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) Missing whitespace after semicolon. (semi-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) Missing whitespace after semicolon. (semi-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) Missing whitespace after semicolon. (semi-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) Missing whitespace after semicolon. (semi-spacing)
(#540) Expected space(s) after "for". (keyword-spacing)
(#540) Operator '=' must be spaced. (space-infix-ops)
(#540) Missing whitespace after semicolon. (semi-spacing)
(#540) Operator '>' must be spaced. (space-infix-ops)
(#540) Missing whitespace after semicolon. (semi-spacing)
(#540) Expected { after 'for' condition. (curly)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) Requires a space before '}'. (block-spacing)
(#540) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#540) Missing semicolon. (semi)
(#540) Missing whitespace after semicolon. (semi-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) Missing whitespace after semicolon. (semi-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) Missing whitespace after semicolon. (semi-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) Missing whitespace after semicolon. (semi-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) Missing whitespace after semicolon. (semi-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) Missing whitespace after semicolon. (semi-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) Missing whitespace after semicolon. (semi-spacing)
(#540) Operator '=' must be spaced. (space-infix-ops)
(#540) Missing whitespace after semicolon. (semi-spacing)
(#540) Expected space(s) after "for". (keyword-spacing)
(#540) Operator '=' must be spaced. (space-infix-ops)
(#540) Missing whitespace after semicolon. (semi-spacing)
(#540) Operator '>' must be spaced. (space-infix-ops)
(#540) Missing whitespace after semicolon. (semi-spacing)
(#540) Requires a space after '{'. (block-spacing)
(#540) Statement inside of curly braces should be on next line. (brace-style)
(#540) Missing space before opening brace. (space-before-blocks)
(#540) Operator '=' must be spaced. (space-infix-ops)
(#540) Operator '*' must be spaced. (space-infix-ops)
(#540) Missing whitespace after semicolon. (semi-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) Operator '+' must be spaced. (space-infix-ops)
(#540) A space is required after ','. (comma-spacing)
(#540) Operator '+' must be spaced. (space-infix-ops)
(#540) A space is required after ','. (comma-spacing)
(#540) Operator '+' must be spaced. (space-infix-ops)
(#540) A space is required after ','. (comma-spacing)
(#540) Operator '+' must be spaced. (space-infix-ops)
(#540) A space is required after ','. (comma-spacing)
(#540) Operator '+' must be spaced. (space-infix-ops)
(#540) A space is required after ','. (comma-spacing)
(#540) Operator '+' must be spaced. (space-infix-ops)
(#540) A space is required after ','. (comma-spacing)
(#540) Requires a space before '}'. (block-spacing)
(#540) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#540) Missing semicolon. (semi)
(#540) Expected space(s) before "this". (keyword-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) Requires a space before '}'. (block-spacing)
(#540) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#540) Missing semicolon. (semi)
(#540) Missing whitespace after semicolon. (semi-spacing)
(#540) Operator '=' must be spaced. (space-infix-ops)
(#540) Missing '()' invoking a constructor. (new-parens)
(#540) Operator '=' must be spaced. (space-infix-ops)
(#540) A space is required after ','. (comma-spacing)
(#540) Requires a space after '{'. (block-spacing)
(#540) Statement inside of curly braces should be on next line. (brace-style)
(#540) Missing space before opening brace. (space-before-blocks)
(#541) This line has a length of 221. Maximum allowed is 132. (max-len)
(#541) Missing whitespace after semicolon. (semi-spacing)
(#541) A space is required after ','. (comma-spacing)
(#541) Missing whitespace after semicolon. (semi-spacing)
(#541) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#541) Missing whitespace after semicolon. (semi-spacing)
(#541) A space is required after ','. (comma-spacing)
(#541) A space is required after ','. (comma-spacing)
(#541) A space is required after ','. (comma-spacing)
(#541) Requires a space before '}'. (block-spacing)
(#541) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#541) Missing semicolon. (semi)
(#541) Requires a space before '}'. (block-spacing)
(#541) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#541) Missing semicolon. (semi)
(#541) A space is required after ','. (comma-spacing)
(#542) This line has a length of 507. Maximum allowed is 132. (max-len)
(#542) A space is required after ','. (comma-spacing)
(#542) A space is required after ','. (comma-spacing)
(#542) A space is required after ','. (comma-spacing)
(#542) Requires a space after '{'. (block-spacing)
(#542) Statement inside of curly braces should be on next line. (brace-style)
(#542) Missing space before opening brace. (space-before-blocks)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) Unexpected empty function. (no-empty-function)
(#542) Missing space before opening brace. (space-before-blocks)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) Requires a space after '{'. (block-spacing)
(#542) Statement inside of curly braces should be on next line. (brace-style)
(#542) Missing space before opening brace. (space-before-blocks)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) Requires a space before '}'. (block-spacing)
(#542) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#542) Missing semicolon. (semi)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) A space is required after ','. (comma-spacing)
(#542) A space is required after ','. (comma-spacing)
(#542) Requires a space after '{'. (block-spacing)
(#542) Statement inside of curly braces should be on next line. (brace-style)
(#542) Missing space before opening brace. (space-before-blocks)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) Operator '===' must be spaced. (space-infix-ops)
(#542) Operator '?' must be spaced. (space-infix-ops)
(#542) Operator ':' must be spaced. (space-infix-ops)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) A space is required after ','. (comma-spacing)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) A space is required after ','. (comma-spacing)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) A space is required after ','. (comma-spacing)
(#542) Operator '+' must be spaced. (space-infix-ops)
(#542) A space is required after ','. (comma-spacing)
(#542) A space is required after ','. (comma-spacing)
(#542) A space is required after ','. (comma-spacing)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) A space is required after ','. (comma-spacing)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) A space is required after ','. (comma-spacing)
(#542) Requires a space before '}'. (block-spacing)
(#542) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#542) Missing semicolon. (semi)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) A space is required after ','. (comma-spacing)
(#542) A space is required after ','. (comma-spacing)
(#542) Requires a space after '{'. (block-spacing)
(#542) Statement inside of curly braces should be on next line. (brace-style)
(#542) Missing space before opening brace. (space-before-blocks)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) Operator '===' must be spaced. (space-infix-ops)
(#542) Operator '?' must be spaced. (space-infix-ops)
(#542) Operator ':' must be spaced. (space-infix-ops)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) A space is required after ','. (comma-spacing)
(#543) This line has a length of 523. Maximum allowed is 132. (max-len)
(#543) A space is required after ','. (comma-spacing)
(#543) Missing whitespace after semicolon. (semi-spacing)
(#543) A space is required after ','. (comma-spacing)
(#543) Operator '+' must be spaced. (space-infix-ops)
(#543) A space is required after ','. (comma-spacing)
(#543) A space is required after ','. (comma-spacing)
(#543) Missing whitespace after semicolon. (semi-spacing)
(#543) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#543) A space is required after ','. (comma-spacing)
(#543) Missing whitespace after semicolon. (semi-spacing)
(#543) A space is required after ','. (comma-spacing)
(#543) Requires a space before '}'. (block-spacing)
(#543) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#543) Missing semicolon. (semi)
(#543) Missing whitespace after semicolon. (semi-spacing)
(#543) Operator '=' must be spaced. (space-infix-ops)
(#543) A space is required after ','. (comma-spacing)
(#543) Requires a space after '{'. (block-spacing)
(#543) Statement inside of curly braces should be on next line. (brace-style)
(#543) Missing space before opening brace. (space-before-blocks)
(#543) A space is required after ','. (comma-spacing)
(#543) Missing whitespace after semicolon. (semi-spacing)
(#543) A space is required after ','. (comma-spacing)
(#543) Missing whitespace after semicolon. (semi-spacing)
(#543) A space is required after ','. (comma-spacing)
(#543) A space is required after ','. (comma-spacing)
(#543) A space is required after ','. (comma-spacing)
(#543) A space is required after ','. (comma-spacing)
(#543) Missing whitespace after semicolon. (semi-spacing)
(#543) A space is required after ','. (comma-spacing)
(#543) Missing whitespace after semicolon. (semi-spacing)
(#543) A space is required after ','. (comma-spacing)
(#543) Requires a space before '}'. (block-spacing)
(#543) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#543) Missing semicolon. (semi)
(#543) Missing whitespace after semicolon. (semi-spacing)
(#543) Operator '=' must be spaced. (space-infix-ops)
(#543) A space is required after ','. (comma-spacing)
(#543) Requires a space after '{'. (block-spacing)
(#543) Statement inside of curly braces should be on next line. (brace-style)
(#543) Missing space before opening brace. (space-before-blocks)
(#544) This line has a length of 358. Maximum allowed is 132. (max-len)
(#544) Missing whitespace after semicolon. (semi-spacing)
(#544) A space is required after ','. (comma-spacing)
(#544) Missing whitespace after semicolon. (semi-spacing)
(#544) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#544) A space is required after ','. (comma-spacing)
(#544) A space is required after ','. (comma-spacing)
(#544) A space is required after ','. (comma-spacing)
(#544) Missing whitespace after semicolon. (semi-spacing)
(#544) A space is required after ','. (comma-spacing)
(#544) Missing whitespace after semicolon. (semi-spacing)
(#544) A space is required after ','. (comma-spacing)
(#544) Requires a space before '}'. (block-spacing)
(#544) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#544) Missing semicolon. (semi)
(#544) Missing whitespace after semicolon. (semi-spacing)
(#544) Operator '=' must be spaced. (space-infix-ops)
(#544) A space is required after ','. (comma-spacing)
(#544) A space is required after ','. (comma-spacing)
(#544) Requires a space after '{'. (block-spacing)
(#544) Statement inside of curly braces should be on next line. (brace-style)
(#544) Missing space before opening brace. (space-before-blocks)
(#544) A space is required after ','. (comma-spacing)
(#544) Missing whitespace after semicolon. (semi-spacing)
(#544) A space is required after ','. (comma-spacing)
(#544) A space is required after ','. (comma-spacing)
(#544) A space is required after ','. (comma-spacing)
(#544) Requires a space before '}'. (block-spacing)
(#544) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#544) Missing semicolon. (semi)
(#544) Requires a space before '}'. (block-spacing)
(#544) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#544) Missing semicolon. (semi)
(#544) A space is required after ','. (comma-spacing)
(#544) A space is required after ','. (comma-spacing)
(#545) This line has a length of 429. Maximum allowed is 132. (max-len)
(#545) A space is required after ','. (comma-spacing)
(#545) 'E' is defined but never used. (no-unused-vars)
(#545) A space is required after ','. (comma-spacing)
(#545) 'w' is defined but never used. (no-unused-vars)
(#545) A space is required after ','. (comma-spacing)
(#545) 'v' is defined but never used. (no-unused-vars)
(#545) Requires a space after '{'. (block-spacing)
(#545) Statement inside of curly braces should be on next line. (brace-style)
(#545) Missing space before opening brace. (space-before-blocks)
(#545) Operator '=' must be spaced. (space-infix-ops)
(#545) Unexpected empty function. (no-empty-function)
(#545) Missing space before opening brace. (space-before-blocks)
(#545) Missing whitespace after semicolon. (semi-spacing)
(#545) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#545) Operator '=' must be spaced. (space-infix-ops)
(#545) Missing whitespace after semicolon. (semi-spacing)
(#545) Operator '=' must be spaced. (space-infix-ops)
(#545) A space is required after ','. (comma-spacing)
(#545) Requires a space after '{'. (block-spacing)
(#545) Statement inside of curly braces should be on next line. (brace-style)
(#545) Missing space before opening brace. (space-before-blocks)
(#545) Operator '=' must be spaced. (space-infix-ops)
(#545) Missing whitespace after semicolon. (semi-spacing)
(#545) Operator '=' must be spaced. (space-infix-ops)
(#545) Requires a space before '}'. (block-spacing)
(#545) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#545) Missing semicolon. (semi)
(#545) Missing whitespace after semicolon. (semi-spacing)
(#545) Operator '=' must be spaced. (space-infix-ops)
(#545) A space is required after ','. (comma-spacing)
(#545) A space is required after ','. (comma-spacing)
(#545) Requires a space after '{'. (block-spacing)
(#545) Statement inside of curly braces should be on next line. (brace-style)
(#545) Missing space before opening brace. (space-before-blocks)
(#545) Operator '=' must be spaced. (space-infix-ops)
(#545) Missing whitespace after semicolon. (semi-spacing)
(#545) Operator '=' must be spaced. (space-infix-ops)
(#545) Missing whitespace after semicolon. (semi-spacing)
(#545) A space is required after ','. (comma-spacing)
(#545) Missing whitespace after semicolon. (semi-spacing)
(#545) A space is required after ','. (comma-spacing)
(#545) A space is required after ','. (comma-spacing)
(#545) A space is required after ','. (comma-spacing)
(#545) Missing whitespace after semicolon. (semi-spacing)
(#545) A space is required after ','. (comma-spacing)
(#545) Requires a space before '}'. (block-spacing)
(#545) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#545) Missing semicolon. (semi)
(#545) Requires a space before '}'. (block-spacing)
(#545) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#545) Missing semicolon. (semi)
(#545) A space is required after ','. (comma-spacing)
(#545) A space is required after ','. (comma-spacing)
(#546) This line has a length of 505. Maximum allowed is 132. (max-len)
(#546) A space is required after ','. (comma-spacing)
(#546) A space is required after ','. (comma-spacing)
(#546) A space is required after ','. (comma-spacing)
(#546) 'v' is defined but never used. (no-unused-vars)
(#546) Requires a space after '{'. (block-spacing)
(#546) Statement inside of curly braces should be on next line. (brace-style)
(#546) Missing space before opening brace. (space-before-blocks)
(#546) Operator '=' must be spaced. (space-infix-ops)
(#546) Unexpected empty function. (no-empty-function)
(#546) Missing space before opening brace. (space-before-blocks)
(#546) Missing whitespace after semicolon. (semi-spacing)
(#546) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#546) Operator '=' must be spaced. (space-infix-ops)
(#546) Missing whitespace after semicolon. (semi-spacing)
(#546) Operator '=' must be spaced. (space-infix-ops)
(#546) Requires a space after '{'. (block-spacing)
(#546) Statement inside of curly braces should be on next line. (brace-style)
(#546) Missing space before opening brace. (space-before-blocks)
(#546) Expected space(s) after "for". (keyword-spacing)
(#546) Operator '=' must be spaced. (space-infix-ops)
(#546) A space is required after ','. (comma-spacing)
(#546) Operator '=' must be spaced. (space-infix-ops)
(#546) Missing whitespace after semicolon. (semi-spacing)
(#546) Operator '<' must be spaced. (space-infix-ops)
(#546) Missing whitespace after semicolon. (semi-spacing)
(#546) Requires a space after '{'. (block-spacing)
(#546) Statement inside of curly braces should be on next line. (brace-style)
(#546) Missing space before opening brace. (space-before-blocks)
(#546) Operator '=' must be spaced. (space-infix-ops)
(#546) Operator '*' must be spaced. (space-infix-ops)
(#546) Operator '-' must be spaced. (space-infix-ops)
(#546) A space is required after ','. (comma-spacing)
(#546) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#546) Operator '=' must be spaced. (space-infix-ops)
(#546) Operator '*' must be spaced. (space-infix-ops)
(#546) Operator '-' must be spaced. (space-infix-ops)
(#546) A space is required after ','. (comma-spacing)
(#546) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#546) Operator '=' must be spaced. (space-infix-ops)
(#546) Operator '*' must be spaced. (space-infix-ops)
(#546) Operator '-' must be spaced. (space-infix-ops)
(#546) A space is required after ','. (comma-spacing)
(#546) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#546) Operator '=' must be spaced. (space-infix-ops)
(#546) Operator '/' must be spaced. (space-infix-ops)
(#546) Missing whitespace after semicolon. (semi-spacing)
(#546) Operator '=' must be spaced. (space-infix-ops)
(#546) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#546) Operator '+' must be spaced. (space-infix-ops)
(#546) Operator '*' must be spaced. (space-infix-ops)
(#546) Operator '*' must be spaced. (space-infix-ops)
(#546) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#546) Missing whitespace after semicolon. (semi-spacing)
(#546) Operator '*=' must be spaced. (space-infix-ops)
(#546) Missing whitespace after semicolon. (semi-spacing)
(#546) Operator '*=' must be spaced. (space-infix-ops)
(#546) Missing whitespace after semicolon. (semi-spacing)
(#546) Operator '*=' must be spaced. (space-infix-ops)
(#546) Missing whitespace after semicolon. (semi-spacing)
(#546) A space is required after ','. (comma-spacing)
(#546) A space is required after ','. (comma-spacing)
(#546) Requires a space before '}'. (block-spacing)
(#546) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#546) Missing semicolon. (semi)
(#546) Expected space(s) before "this". (keyword-spacing)
(#546) Operator '=' must be spaced. (space-infix-ops)
(#546) 'Float32Array' is not defined. (no-undef)
(#546) 'q' used outside of binding context. (block-scoped-var)
(#546) Requires a space before '}'. (block-spacing)
(#546) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#546) Missing semicolon. (semi)
(#546) Missing whitespace after semicolon. (semi-spacing)
(#546) Operator '=' must be spaced. (space-infix-ops)
(#546) Requires a space after '{'. (block-spacing)
(#546) Statement inside of curly braces should be on next line. (brace-style)
(#546) Missing space before opening brace. (space-before-blocks)
(#546) Expected space(s) after "for". (keyword-spacing)
(#546) Operator '=' must be spaced. (space-infix-ops)
(#546) A space is required after ','. (comma-spacing)
(#546) Operator '=' must be spaced. (space-infix-ops)
(#546) Missing whitespace after semicolon. (semi-spacing)
(#546) Operator '>' must be spaced. (space-infix-ops)
(#546) Missing whitespace after semicolon. (semi-spacing)
(#546) Expected { after 'for' condition. (curly)
(#546) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#546) Operator '*' must be spaced. (space-infix-ops)
(#546) Operator '-' must be spaced. (space-infix-ops)
(#546) Unexpected use of comma operator. (no-sequences)
(#546) A space is required after ','. (comma-spacing)
(#546) Operator '*' must be spaced. (space-infix-ops)
(#546) Operator '-' must be spaced. (space-infix-ops)
(#546) A space is required after ','. (comma-spacing)
(#546) Missing whitespace after semicolon. (semi-spacing)
(#546) Operator '=' must be spaced. (space-infix-ops)
(#546) Missing whitespace after semicolon. (semi-spacing)
(#546) A space is required after ','. (comma-spacing)
(#546) Missing whitespace after semicolon. (semi-spacing)
(#546) A space is required after ','. (comma-spacing)
(#546) A space is required after ','. (comma-spacing)
(#546) A space is required after ','. (comma-spacing)
(#546) A space is required after ','. (comma-spacing)
(#546) A space is required after ','. (comma-spacing)
(#546) A space is required after ','. (comma-spacing)
(#546) A space is required after ','. (comma-spacing)
(#547) This line has a length of 338. Maximum allowed is 132. (max-len)
(#547) 'Float32Array' is not defined. (no-undef)
(#547) 'q' used outside of binding context. (block-scoped-var)
(#547) Missing whitespace after semicolon. (semi-spacing)
(#547) A space is required after ','. (comma-spacing)
(#547) A space is required after ','. (comma-spacing)
(#547) Missing whitespace after semicolon. (semi-spacing)
(#547) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#547) A space is required after ','. (comma-spacing)
(#547) A space is required after ','. (comma-spacing)
(#547) Missing whitespace after semicolon. (semi-spacing)
(#547) A space is required after ','. (comma-spacing)
(#547) A space is required after ','. (comma-spacing)
(#547) Missing whitespace after semicolon. (semi-spacing)
(#547) A space is required after ','. (comma-spacing)
(#547) A space is required after ','. (comma-spacing)
(#547) Missing whitespace after semicolon. (semi-spacing)
(#547) A space is required after ','. (comma-spacing)
(#547) Requires a space before '}'. (block-spacing)
(#547) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#547) Missing semicolon. (semi)
(#547) Requires a space before '}'. (block-spacing)
(#547) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#547) Missing semicolon. (semi)
(#547) A space is required after ','. (comma-spacing)
(#547) A space is required after ','. (comma-spacing)
(#548) This line has a length of 514. Maximum allowed is 132. (max-len)
(#548) A space is required after ','. (comma-spacing)
(#548) A space is required after ','. (comma-spacing)
(#548) A space is required after ','. (comma-spacing)
(#548) Requires a space after '{'. (block-spacing)
(#548) Statement inside of curly braces should be on next line. (brace-style)
(#548) Missing space before opening brace. (space-before-blocks)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) Unexpected empty function. (no-empty-function)
(#548) Missing space before opening brace. (space-before-blocks)
(#548) Missing whitespace after semicolon. (semi-spacing)
(#548) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) Missing whitespace after semicolon. (semi-spacing)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) A space is required after ','. (comma-spacing)
(#548) A space is required after ','. (comma-spacing)
(#548) A space is required after ','. (comma-spacing)
(#548) Requires a space after '{'. (block-spacing)
(#548) Statement inside of curly braces should be on next line. (brace-style)
(#548) Missing space before opening brace. (space-before-blocks)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) Missing whitespace after semicolon. (semi-spacing)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) Missing whitespace after semicolon. (semi-spacing)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) Missing whitespace after semicolon. (semi-spacing)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) Operator '!==' must be spaced. (space-infix-ops)
(#548) Operator '?' must be spaced. (space-infix-ops)
(#548) Operator ':' must be spaced. (space-infix-ops)
(#548) Missing whitespace after semicolon. (semi-spacing)
(#548) A space is required after ','. (comma-spacing)
(#548) Missing whitespace after semicolon. (semi-spacing)
(#548) A space is required after ','. (comma-spacing)
(#548) A space is required after ','. (comma-spacing)
(#548) Missing whitespace after semicolon. (semi-spacing)
(#548) A space is required after ','. (comma-spacing)
(#548) A space is required after ','. (comma-spacing)
(#548) Missing whitespace after semicolon. (semi-spacing)
(#548) A space is required after ','. (comma-spacing)
(#548) A space is required after ','. (comma-spacing)
(#548) Missing whitespace after semicolon. (semi-spacing)
(#548) A space is required after ','. (comma-spacing)
(#548) A space is required after ','. (comma-spacing)
(#548) Missing whitespace after semicolon. (semi-spacing)
(#548) A space is required after ','. (comma-spacing)
(#548) Requires a space before '}'. (block-spacing)
(#548) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#548) Missing semicolon. (semi)
(#548) Missing whitespace after semicolon. (semi-spacing)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#549) This line has a length of 272. Maximum allowed is 132. (max-len)
(#549) A space is required after ','. (comma-spacing)
(#549) A space is required after ','. (comma-spacing)
(#549) Requires a space after '{'. (block-spacing)
(#549) Statement inside of curly braces should be on next line. (brace-style)
(#549) Missing space before opening brace. (space-before-blocks)
(#549) Operator '=' must be spaced. (space-infix-ops)
(#549) Missing whitespace after semicolon. (semi-spacing)
(#549) Operator '=' must be spaced. (space-infix-ops)
(#549) Missing whitespace after semicolon. (semi-spacing)
(#549) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#549) A space is required after ','. (comma-spacing)
(#549) Missing whitespace after semicolon. (semi-spacing)
(#549) A space is required after ','. (comma-spacing)
(#549) A space is required after ','. (comma-spacing)
(#549) A space is required after ','. (comma-spacing)
(#549) A space is required after ','. (comma-spacing)
(#549) A space is required after ','. (comma-spacing)
(#549) A space is required after ','. (comma-spacing)
(#549) A space is required after ','. (comma-spacing)
(#549) A space is required after ','. (comma-spacing)
(#549) Missing whitespace after semicolon. (semi-spacing)
(#549) A space is required after ','. (comma-spacing)
(#549) Requires a space before '}'. (block-spacing)
(#549) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#549) Missing semicolon. (semi)
(#549) Requires a space before '}'. (block-spacing)
(#549) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#549) Missing semicolon. (semi)
(#549) A space is required after ','. (comma-spacing)
(#549) A space is required after ','. (comma-spacing)
(#550) This line has a length of 507. Maximum allowed is 132. (max-len)
(#550) A space is required after ','. (comma-spacing)
(#550) A space is required after ','. (comma-spacing)
(#550) A space is required after ','. (comma-spacing)
(#550) A space is required after ','. (comma-spacing)
(#550) Requires a space after '{'. (block-spacing)
(#550) Statement inside of curly braces should be on next line. (brace-style)
(#550) Missing space before opening brace. (space-before-blocks)
(#550) Operator '=' must be spaced. (space-infix-ops)
(#550) Unexpected empty function. (no-empty-function)
(#550) Missing space before opening brace. (space-before-blocks)
(#550) Missing whitespace after semicolon. (semi-spacing)
(#550) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#550) Operator '=' must be spaced. (space-infix-ops)
(#550) Missing whitespace after semicolon. (semi-spacing)
(#550) Operator '=' must be spaced. (space-infix-ops)
(#550) Requires a space after '{'. (block-spacing)
(#550) Statement inside of curly braces should be on next line. (brace-style)
(#550) Missing space before opening brace. (space-before-blocks)
(#550) Missing whitespace after semicolon. (semi-spacing)
(#550) Operator '=' must be spaced. (space-infix-ops)
(#550) Requires a space before '}'. (block-spacing)
(#550) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#550) Missing semicolon. (semi)
(#550) Missing whitespace after semicolon. (semi-spacing)
(#550) Operator '=' must be spaced. (space-infix-ops)
(#550) Requires a space after '{'. (block-spacing)
(#550) Statement inside of curly braces should be on next line. (brace-style)
(#550) Missing space before opening brace. (space-before-blocks)
(#550) Operator '=' must be spaced. (space-infix-ops)
(#550) A space is required after ','. (comma-spacing)
(#550) Missing whitespace after semicolon. (semi-spacing)
(#550) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#550) Operator '||' must be spaced. (space-infix-ops)
(#550) Operator '=' must be spaced. (space-infix-ops)
(#550) Missing whitespace after semicolon. (semi-spacing)
(#550) Operator '=' must be spaced. (space-infix-ops)
(#550) A space is required after ','. (comma-spacing)
(#550) Missing whitespace after semicolon. (semi-spacing)
(#550) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#550) Operator '||' must be spaced. (space-infix-ops)
(#550) Operator '=' must be spaced. (space-infix-ops)
(#550) Missing whitespace after semicolon. (semi-spacing)
(#550) Operator '=' must be spaced. (space-infix-ops)
(#550) Missing whitespace after semicolon. (semi-spacing)
(#550) A space is required after ','. (comma-spacing)
(#550) Missing whitespace after semicolon. (semi-spacing)
(#550) A space is required after ','. (comma-spacing)
(#550) Missing whitespace after semicolon. (semi-spacing)
(#550) Missing whitespace after semicolon. (semi-spacing)
(#550) Missing whitespace after semicolon. (semi-spacing)
(#550) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#551) This line has a length of 501. Maximum allowed is 132. (max-len)
(#551) Operator '||' must be spaced. (space-infix-ops)
(#551) Unexpected alert. (no-alert)
(#551) Operator '+' must be spaced. (space-infix-ops)
(#551) Missing whitespace after semicolon. (semi-spacing)
(#551) Missing whitespace after semicolon. (semi-spacing)
(#551) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#551) Missing whitespace after semicolon. (semi-spacing)
(#551) Requires a space before '}'. (block-spacing)
(#551) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#551) Missing semicolon. (semi)
(#551) Missing whitespace after semicolon. (semi-spacing)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) Requires a space after '{'. (block-spacing)
(#551) Statement inside of curly braces should be on next line. (brace-style)
(#551) Missing space before opening brace. (space-before-blocks)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) Missing whitespace after semicolon. (semi-spacing)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) Missing whitespace after semicolon. (semi-spacing)
(#551) A space is required after ','. (comma-spacing)
(#551) A space is required after ','. (comma-spacing)
(#551) Missing whitespace after semicolon. (semi-spacing)
(#551) A space is required after ','. (comma-spacing)
(#551) A space is required after ','. (comma-spacing)
(#551) Requires a space before '}'. (block-spacing)
(#551) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#551) Missing semicolon. (semi)
(#551) Missing whitespace after semicolon. (semi-spacing)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) A space is required after ','. (comma-spacing)
(#551) A space is required after ','. (comma-spacing)
(#551) Requires a space after '{'. (block-spacing)
(#551) Statement inside of curly braces should be on next line. (brace-style)
(#551) Missing space before opening brace. (space-before-blocks)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) Missing whitespace after semicolon. (semi-spacing)
(#551) A space is required after ','. (comma-spacing)
(#552) This line has a length of 513. Maximum allowed is 132. (max-len)
(#552) Missing whitespace after semicolon. (semi-spacing)
(#552) A space is required after ','. (comma-spacing)
(#552) Operator '?' must be spaced. (space-infix-ops)
(#552) Operator ':' must be spaced. (space-infix-ops)
(#552) Unexpected alert. (no-alert)
(#552) 'shaderScript' is not defined. (no-undef)
(#552) Operator '+' must be spaced. (space-infix-ops)
(#552) Operator '+' must be spaced. (space-infix-ops)
(#552) A space is required after ','. (comma-spacing)
(#552) A space is required after ','. (comma-spacing)
(#552) Requires a space before '}'. (block-spacing)
(#552) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#552) Missing semicolon. (semi)
(#552) Missing whitespace after semicolon. (semi-spacing)
(#552) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) Requires a space after '{'. (block-spacing)
(#552) Statement inside of curly braces should be on next line. (brace-style)
(#552) Missing space before opening brace. (space-before-blocks)
(#552) Requires a space before '}'. (block-spacing)
(#552) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#552) Missing semicolon. (semi)
(#552) Missing whitespace after semicolon. (semi-spacing)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) Requires a space after '{'. (block-spacing)
(#552) Statement inside of curly braces should be on next line. (brace-style)
(#552) Missing space before opening brace. (space-before-blocks)
(#552) Requires a space before '}'. (block-spacing)
(#552) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#552) Missing semicolon. (semi)
(#552) Missing whitespace after semicolon. (semi-spacing)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) A space is required after ','. (comma-spacing)
(#552) Requires a space after '{'. (block-spacing)
(#552) Statement inside of curly braces should be on next line. (brace-style)
(#552) Missing space before opening brace. (space-before-blocks)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) Missing whitespace after semicolon. (semi-spacing)
(#552) Expected space(s) after "if". (keyword-spacing)
(#552) Expected { after 'if' condition. (curly)
(#552) Expected space(s) before "return". (keyword-spacing)
(#552) Missing whitespace after semicolon. (semi-spacing)
(#552) Expected space(s) after "for". (keyword-spacing)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) A space is required after ','. (comma-spacing)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) Missing whitespace after semicolon. (semi-spacing)
(#552) Expected { after 'for' condition. (curly)
(#552) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#552) Operator '===' must be spaced. (space-infix-ops)
(#552) Operator '&&' must be spaced. (space-infix-ops)
(#552) Unexpected use of comma operator. (no-sequences)
(#552) A space is required after ','. (comma-spacing)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) Missing whitespace after semicolon. (semi-spacing)
(#552) 'c' used outside of binding context. (block-scoped-var)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) 'c' used outside of binding context. (block-scoped-var)
(#552) Missing whitespace after semicolon. (semi-spacing)
(#552) Expected space(s) after "if". (keyword-spacing)
(#552) Operator '===' must be spaced. (space-infix-ops)
(#553) This line has a length of 517. Maximum allowed is 132. (max-len)
(#553) Expected { after 'if' condition. (curly)
(#553) Operator '=' must be spaced. (space-infix-ops)
(#553) A space is required after ','. (comma-spacing)
(#553) A space is required after ','. (comma-spacing)
(#553) 'c' used outside of binding context. (block-scoped-var)
(#553) Missing whitespace after semicolon. (semi-spacing)
(#553) Expected space(s) after "if". (keyword-spacing)
(#553) Operator '===' must be spaced. (space-infix-ops)
(#553) Expected { after 'if' condition. (curly)
(#553) Operator '=' must be spaced. (space-infix-ops)
(#553) A space is required after ','. (comma-spacing)
(#553) A space is required after ','. (comma-spacing)
(#553) 'c' used outside of binding context. (block-scoped-var)
(#553) Missing whitespace after semicolon. (semi-spacing)
(#553) Expected { after 'else'. (curly)
(#553) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#553) Missing whitespace after semicolon. (semi-spacing)
(#553) Requires a space before '}'. (block-spacing)
(#553) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#553) Missing semicolon. (semi)
(#553) Missing whitespace after semicolon. (semi-spacing)
(#553) Operator '=' must be spaced. (space-infix-ops)
(#553) Requires a space after '{'. (block-spacing)
(#553) Statement inside of curly braces should be on next line. (brace-style)
(#553) Missing space before opening brace. (space-before-blocks)
(#553) Operator '=' must be spaced. (space-infix-ops)
(#553) A space is required after ','. (comma-spacing)
(#553) Missing whitespace after semicolon. (semi-spacing)
(#553) Operator '=' must be spaced. (space-infix-ops)
(#553) A space is required after ','. (comma-spacing)
(#553) Requires a space before '}'. (block-spacing)
(#553) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#553) Missing semicolon. (semi)
(#553) Missing whitespace after semicolon. (semi-spacing)
(#553) Operator '=' must be spaced. (space-infix-ops)
(#553) 'q' is defined but never used. (no-unused-vars)
(#553) Unexpected empty function. (no-empty-function)
(#553) Missing space before opening brace. (space-before-blocks)
(#553) Missing whitespace after semicolon. (semi-spacing)
(#553) Operator '=' must be spaced. (space-infix-ops)
(#553) 'q' is defined but never used. (no-unused-vars)
(#553) Unexpected empty function. (no-empty-function)
(#553) Missing space before opening brace. (space-before-blocks)
(#553) Missing whitespace after semicolon. (semi-spacing)
(#553) Operator '=' must be spaced. (space-infix-ops)
(#553) A space is required after ','. (comma-spacing)
(#553) Requires a space after '{'. (block-spacing)
(#553) Statement inside of curly braces should be on next line. (brace-style)
(#553) Missing space before opening brace. (space-before-blocks)
(#553) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#553) Operator '===' must be spaced. (space-infix-ops)
(#553) Operator '?' must be spaced. (space-infix-ops)
(#554) This line has a length of 510. Maximum allowed is 132. (max-len)
(#554) Operator ':' must be spaced. (space-infix-ops)
(#554) A space is required after ','. (comma-spacing)
(#554) A space is required after ','. (comma-spacing)
(#554) A space is required after ','. (comma-spacing)
(#554) Requires a space before '}'. (block-spacing)
(#554) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#554) Missing semicolon. (semi)
(#554) Missing whitespace after semicolon. (semi-spacing)
(#554) Operator '=' must be spaced. (space-infix-ops)
(#554) A space is required after ','. (comma-spacing)
(#554) Requires a space after '{'. (block-spacing)
(#554) Statement inside of curly braces should be on next line. (brace-style)
(#554) Missing space before opening brace. (space-before-blocks)
(#554) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#554) A space is required after ','. (comma-spacing)
(#554) A space is required after ','. (comma-spacing)
(#554) Requires a space before '}'. (block-spacing)
(#554) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#554) Missing semicolon. (semi)
(#554) Missing whitespace after semicolon. (semi-spacing)
(#554) Operator '=' must be spaced. (space-infix-ops)
(#554) A space is required after ','. (comma-spacing)
(#554) Requires a space after '{'. (block-spacing)
(#554) Statement inside of curly braces should be on next line. (brace-style)
(#554) Missing space before opening brace. (space-before-blocks)
(#554) A space is required after ','. (comma-spacing)
(#554) A space is required after ','. (comma-spacing)
(#554) Requires a space before '}'. (block-spacing)
(#554) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#554) Missing semicolon. (semi)
(#554) Missing whitespace after semicolon. (semi-spacing)
(#554) Operator '=' must be spaced. (space-infix-ops)
(#554) 'q' is defined but never used. (no-unused-vars)
(#554) A space is required after ','. (comma-spacing)
(#554) 'd' is defined but never used. (no-unused-vars)
(#554) Unexpected empty function. (no-empty-function)
(#554) Missing space before opening brace. (space-before-blocks)
(#554) Missing whitespace after semicolon. (semi-spacing)
(#554) Operator '=' must be spaced. (space-infix-ops)
(#554) 'q' is defined but never used. (no-unused-vars)
(#554) A space is required after ','. (comma-spacing)
(#554) 'd' is defined but never used. (no-unused-vars)
(#554) Unexpected empty function. (no-empty-function)
(#554) Missing space before opening brace. (space-before-blocks)
(#554) Missing whitespace after semicolon. (semi-spacing)
(#554) Operator '=' must be spaced. (space-infix-ops)
(#554) 'q' is defined but never used. (no-unused-vars)
(#554) A space is required after ','. (comma-spacing)
(#554) 'd' is defined but never used. (no-unused-vars)
(#554) Unexpected empty function. (no-empty-function)
(#554) Missing space before opening brace. (space-before-blocks)
(#554) Missing whitespace after semicolon. (semi-spacing)
(#554) Operator '=' must be spaced. (space-infix-ops)
(#554) 'q' is defined but never used. (no-unused-vars)
(#554) A space is required after ','. (comma-spacing)
(#554) 'd' is defined but never used. (no-unused-vars)
(#554) Unexpected empty function. (no-empty-function)
(#554) Missing space before opening brace. (space-before-blocks)
(#554) Missing whitespace after semicolon. (semi-spacing)
(#554) Operator '=' must be spaced. (space-infix-ops)
(#554) 'q' is defined but never used. (no-unused-vars)
(#554) A space is required after ','. (comma-spacing)
(#554) 'd' is defined but never used. (no-unused-vars)
(#554) Unexpected empty function. (no-empty-function)
(#554) Missing space before opening brace. (space-before-blocks)
(#554) Requires a space before '}'. (block-spacing)
(#554) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#554) Missing semicolon. (semi)
(#554) A space is required after ','. (comma-spacing)
(#555) A space is required after ','. (comma-spacing)
(#556) This line has a length of 522. Maximum allowed is 132. (max-len)
(#556) A space is required after ','. (comma-spacing)
(#556) 'E' is defined but never used. (no-unused-vars)
(#556) A space is required after ','. (comma-spacing)
(#556) 'w' is defined but never used. (no-unused-vars)
(#556) A space is required after ','. (comma-spacing)
(#556) 'v' is defined but never used. (no-unused-vars)
(#556) A space is required after ','. (comma-spacing)
(#556) 'k' is defined but never used. (no-unused-vars)
(#556) Requires a space after '{'. (block-spacing)
(#556) Statement inside of curly braces should be on next line. (brace-style)
(#556) Missing space before opening brace. (space-before-blocks)
(#556) Operator '=' must be spaced. (space-infix-ops)
(#556) Unexpected empty function. (no-empty-function)
(#556) Missing space before opening brace. (space-before-blocks)
(#556) Missing whitespace after semicolon. (semi-spacing)
(#556) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#556) Operator '=' must be spaced. (space-infix-ops)
(#556) Missing whitespace after semicolon. (semi-spacing)
(#556) Operator '=' must be spaced. (space-infix-ops)
(#556) Operator '=' must be spaced. (space-infix-ops)
(#556) Missing '()' invoking a constructor. (new-parens)
(#556) Missing whitespace after semicolon. (semi-spacing)
(#556) Operator '=' must be spaced. (space-infix-ops)
(#556) Requires a space after '{'. (block-spacing)
(#556) Statement inside of curly braces should be on next line. (brace-style)
(#556) Missing space before opening brace. (space-before-blocks)
(#556) A space is required after ','. (comma-spacing)
(#556) Missing whitespace after semicolon. (semi-spacing)
(#556) Operator '=' must be spaced. (space-infix-ops)
(#556) A space is required after ','. (comma-spacing)
(#556) Missing whitespace after semicolon. (semi-spacing)
(#556) Operator '=' must be spaced. (space-infix-ops)
(#556) A space is required after ','. (comma-spacing)
(#556) Missing whitespace after semicolon. (semi-spacing)
(#556) Operator '=' must be spaced. (space-infix-ops)
(#556) A space is required after ','. (comma-spacing)
(#556) Missing whitespace after semicolon. (semi-spacing)
(#556) Operator '=' must be spaced. (space-infix-ops)
(#556) A space is required after ','. (comma-spacing)
(#556) Missing whitespace after semicolon. (semi-spacing)
(#556) Operator '=' must be spaced. (space-infix-ops)
(#557) This line has a length of 502. Maximum allowed is 132. (max-len)
(#557) A space is required after ','. (comma-spacing)
(#557) Missing whitespace after semicolon. (semi-spacing)
(#557) Operator '=' must be spaced. (space-infix-ops)
(#557) A space is required after ','. (comma-spacing)
(#557) Missing whitespace after semicolon. (semi-spacing)
(#557) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#557) Operator '=' must be spaced. (space-infix-ops)
(#557) A space is required after ','. (comma-spacing)
(#557) Missing whitespace after semicolon. (semi-spacing)
(#557) Operator '=' must be spaced. (space-infix-ops)
(#557) A space is required after ','. (comma-spacing)
(#557) Requires a space before '}'. (block-spacing)
(#557) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#557) Missing semicolon. (semi)
(#557) Missing whitespace after semicolon. (semi-spacing)
(#557) Operator '=' must be spaced. (space-infix-ops)
(#557) A space is required after ','. (comma-spacing)
(#557) A space is required after ','. (comma-spacing)
(#557) Requires a space after '{'. (block-spacing)
(#557) Statement inside of curly braces should be on next line. (brace-style)
(#557) Missing space before opening brace. (space-before-blocks)
(#557) A space is required after ','. (comma-spacing)
(#557) A space is required after ','. (comma-spacing)
(#557) Requires a space before '}'. (block-spacing)
(#557) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#557) Missing semicolon. (semi)
(#557) Missing whitespace after semicolon. (semi-spacing)
(#557) Operator '=' must be spaced. (space-infix-ops)
(#557) A space is required after ','. (comma-spacing)
(#557) Requires a space after '{'. (block-spacing)
(#557) Statement inside of curly braces should be on next line. (brace-style)
(#557) Missing space before opening brace. (space-before-blocks)
(#557) A space is required after ','. (comma-spacing)
(#557) Requires a space before '}'. (block-spacing)
(#557) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#557) Missing semicolon. (semi)
(#557) Missing whitespace after semicolon. (semi-spacing)
(#557) Operator '=' must be spaced. (space-infix-ops)
(#557) A space is required after ','. (comma-spacing)
(#557) Requires a space after '{'. (block-spacing)
(#557) Statement inside of curly braces should be on next line. (brace-style)
(#557) Missing space before opening brace. (space-before-blocks)
(#557) A space is required after ','. (comma-spacing)
(#557) Requires a space before '}'. (block-spacing)
(#557) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#557) Missing semicolon. (semi)
(#558) This line has a length of 638. Maximum allowed is 132. (max-len)
(#558) Operator '=' must be spaced. (space-infix-ops)
(#558) A space is required after ','. (comma-spacing)
(#558) Requires a space after '{'. (block-spacing)
(#558) Statement inside of curly braces should be on next line. (brace-style)
(#558) Missing space before opening brace. (space-before-blocks)
(#558) A space is required after ','. (comma-spacing)
(#558) Requires a space before '}'. (block-spacing)
(#558) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#558) Missing semicolon. (semi)
(#558) Missing whitespace after semicolon. (semi-spacing)
(#558) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#558) Operator '=' must be spaced. (space-infix-ops)
(#558) A space is required after ','. (comma-spacing)
(#558) Requires a space after '{'. (block-spacing)
(#558) Statement inside of curly braces should be on next line. (brace-style)
(#558) Missing space before opening brace. (space-before-blocks)
(#558) A space is required after ','. (comma-spacing)
(#558) Requires a space before '}'. (block-spacing)
(#558) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#558) Missing semicolon. (semi)
(#558) Missing whitespace after semicolon. (semi-spacing)
(#558) Operator '=' must be spaced. (space-infix-ops)
(#558) A space is required after ','. (comma-spacing)
(#558) Requires a space after '{'. (block-spacing)
(#558) Statement inside of curly braces should be on next line. (brace-style)
(#558) Missing space before opening brace. (space-before-blocks)
(#558) A space is required after ','. (comma-spacing)
(#558) Requires a space before '}'. (block-spacing)
(#558) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#558) Missing semicolon. (semi)
(#558) Missing whitespace after semicolon. (semi-spacing)
(#558) Operator '=' must be spaced. (space-infix-ops)
(#558) A space is required after ','. (comma-spacing)
(#558) Requires a space after '{'. (block-spacing)
(#558) Statement inside of curly braces should be on next line. (brace-style)
(#558) Missing space before opening brace. (space-before-blocks)
(#558) A space is required after ','. (comma-spacing)
(#558) Requires a space before '}'. (block-spacing)
(#558) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#558) Missing semicolon. (semi)
(#558) Missing whitespace after semicolon. (semi-spacing)
(#558) Operator '=' must be spaced. (space-infix-ops)
(#558) A space is required after ','. (comma-spacing)
(#558) Requires a space after '{'. (block-spacing)
(#558) Statement inside of curly braces should be on next line. (brace-style)
(#558) Missing space before opening brace. (space-before-blocks)
(#558) A space is required after ','. (comma-spacing)
(#558) Requires a space before '}'. (block-spacing)
(#558) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#558) Missing semicolon. (semi)
(#558) Missing whitespace after semicolon. (semi-spacing)
(#558) Operator '=' must be spaced. (space-infix-ops)
(#558) Requires a space after '{'. (block-spacing)
(#558) Statement inside of curly braces should be on next line. (brace-style)
(#558) Missing space before opening brace. (space-before-blocks)
(#558) A space is required after ','. (comma-spacing)
(#558) A space is required after ','. (comma-spacing)
(#558) Requires a space before '}'. (block-spacing)
(#558) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#558) Missing semicolon. (semi)
(#559) This line has a length of 4786. Maximum allowed is 132. (max-len)
(#559) Operator '=' must be spaced. (space-infix-ops)
(#559) Requires a space after '{'. (block-spacing)
(#559) Statement inside of curly braces should be on next line. (brace-style)
(#559) Missing space before opening brace. (space-before-blocks)
(#559) A space is required after ','. (comma-spacing)
(#559) A space is required after ','. (comma-spacing)
(#559) Requires a space before '}'. (block-spacing)
(#559) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#559) Missing semicolon. (semi)
(#559) Requires a space before '}'. (block-spacing)
(#559) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#559) Missing semicolon. (semi)
(#560) A space is required after ','. (comma-spacing)
(#560) A space is required after ','. (comma-spacing)
(#561) This line has a length of 507. Maximum allowed is 132. (max-len)
(#561) A space is required after ','. (comma-spacing)
(#561) 'E' is defined but never used. (no-unused-vars)
(#561) A space is required after ','. (comma-spacing)
(#561) 'w' is defined but never used. (no-unused-vars)
(#561) A space is required after ','. (comma-spacing)
(#561) 'v' is defined but never used. (no-unused-vars)
(#561) A space is required after ','. (comma-spacing)
(#561) 'k' is defined but never used. (no-unused-vars)
(#561) Requires a space after '{'. (block-spacing)
(#561) Statement inside of curly braces should be on next line. (brace-style)
(#561) Missing space before opening brace. (space-before-blocks)
(#561) Operator '=' must be spaced. (space-infix-ops)
(#561) Unexpected empty function. (no-empty-function)
(#561) Missing space before opening brace. (space-before-blocks)
(#561) Missing whitespace after semicolon. (semi-spacing)
(#561) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#561) Operator '=' must be spaced. (space-infix-ops)
(#561) Missing whitespace after semicolon. (semi-spacing)
(#561) Operator '=' must be spaced. (space-infix-ops)
(#561) Operator '=' must be spaced. (space-infix-ops)
(#561) Missing '()' invoking a constructor. (new-parens)
(#561) Missing whitespace after semicolon. (semi-spacing)
(#561) Operator '=' must be spaced. (space-infix-ops)
(#561) Requires a space after '{'. (block-spacing)
(#561) Statement inside of curly braces should be on next line. (brace-style)
(#561) Missing space before opening brace. (space-before-blocks)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing whitespace after semicolon. (semi-spacing)
(#561) Operator '=' must be spaced. (space-infix-ops)
(#561) A space is required after ','. (comma-spacing)
(#561) Requires a space before '}'. (block-spacing)
(#561) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#561) Missing semicolon. (semi)
(#561) Missing whitespace after semicolon. (semi-spacing)
(#561) Operator '=' must be spaced. (space-infix-ops)
(#561) Requires a space after '{'. (block-spacing)
(#561) Statement inside of curly braces should be on next line. (brace-style)
(#561) Missing space before opening brace. (space-before-blocks)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing whitespace after semicolon. (semi-spacing)
(#561) Operator '=' must be spaced. (space-infix-ops)
(#561) Missing whitespace after semicolon. (semi-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Requires a space before '}'. (block-spacing)
(#561) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#561) Missing semicolon. (semi)
(#561) Missing whitespace after semicolon. (semi-spacing)
(#561) Operator '=' must be spaced. (space-infix-ops)
(#561) Requires a space after '{'. (block-spacing)
(#561) Statement inside of curly braces should be on next line. (brace-style)
(#561) Missing space before opening brace. (space-before-blocks)
(#562) This line has a length of 653. Maximum allowed is 132. (max-len)
(#562) A space is required after ','. (comma-spacing)
(#562) Requires a space before '}'. (block-spacing)
(#562) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#562) Missing semicolon. (semi)
(#563) This line has a length of 542. Maximum allowed is 132. (max-len)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Requires a space after '{'. (block-spacing)
(#563) Statement inside of curly braces should be on next line. (brace-style)
(#563) Missing space before opening brace. (space-before-blocks)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Operator '?' must be spaced. (space-infix-ops)
(#563) Operator ':' must be spaced. (space-infix-ops)
(#563) A space is required after ','. (comma-spacing)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#563) A space is required after ','. (comma-spacing)
(#563) A space is required after ','. (comma-spacing)
(#563) Requires a space before '}'. (block-spacing)
(#563) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#563) Missing semicolon. (semi)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Requires a space after '{'. (block-spacing)
(#563) Statement inside of curly braces should be on next line. (brace-style)
(#563) Missing space before opening brace. (space-before-blocks)
(#563) A space is required after ','. (comma-spacing)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) Requires a space before '}'. (block-spacing)
(#563) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#563) Missing semicolon. (semi)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Requires a space after '{'. (block-spacing)
(#563) Statement inside of curly braces should be on next line. (brace-style)
(#563) Missing space before opening brace. (space-before-blocks)
(#564) This line has a length of 264. Maximum allowed is 132. (max-len)
(#564) Missing whitespace after semicolon. (semi-spacing)
(#564) Missing whitespace after semicolon. (semi-spacing)
(#564) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#564) Requires a space before '}'. (block-spacing)
(#564) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#564) Missing semicolon. (semi)
(#564) Missing whitespace after semicolon. (semi-spacing)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) A space is required after ','. (comma-spacing)
(#564) A space is required after ','. (comma-spacing)
(#564) Requires a space after '{'. (block-spacing)
(#564) Statement inside of curly braces should be on next line. (brace-style)
(#564) Missing space before opening brace. (space-before-blocks)
(#564) A space is required after ','. (comma-spacing)
(#564) A space is required after ','. (comma-spacing)
(#564) Requires a space before '}'. (block-spacing)
(#564) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#564) Missing semicolon. (semi)
(#564) Requires a space before '}'. (block-spacing)
(#564) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#564) Missing semicolon. (semi)
(#564) A space is required after ','. (comma-spacing)
(#564) A space is required after ','. (comma-spacing)
(#564) A space is required after ','. (comma-spacing)
(#565) This line has a length of 508. Maximum allowed is 132. (max-len)
(#565) A space is required after ','. (comma-spacing)
(#565) 'E' is defined but never used. (no-unused-vars)
(#565) A space is required after ','. (comma-spacing)
(#565) 'w' is defined but never used. (no-unused-vars)
(#565) A space is required after ','. (comma-spacing)
(#565) 'v' is defined but never used. (no-unused-vars)
(#565) A space is required after ','. (comma-spacing)
(#565) 'k' is defined but never used. (no-unused-vars)
(#565) Requires a space after '{'. (block-spacing)
(#565) Statement inside of curly braces should be on next line. (brace-style)
(#565) Missing space before opening brace. (space-before-blocks)
(#565) Operator '=' must be spaced. (space-infix-ops)
(#565) Unexpected empty function. (no-empty-function)
(#565) Missing space before opening brace. (space-before-blocks)
(#565) Missing whitespace after semicolon. (semi-spacing)
(#565) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#565) Operator '=' must be spaced. (space-infix-ops)
(#565) Missing whitespace after semicolon. (semi-spacing)
(#565) Operator '=' must be spaced. (space-infix-ops)
(#565) Operator '=' must be spaced. (space-infix-ops)
(#565) Missing '()' invoking a constructor. (new-parens)
(#565) Missing whitespace after semicolon. (semi-spacing)
(#565) Operator '=' must be spaced. (space-infix-ops)
(#565) Requires a space after '{'. (block-spacing)
(#565) Statement inside of curly braces should be on next line. (brace-style)
(#565) Missing space before opening brace. (space-before-blocks)
(#565) A space is required after ','. (comma-spacing)
(#565) Missing whitespace after semicolon. (semi-spacing)
(#565) Operator '=' must be spaced. (space-infix-ops)
(#565) A space is required after ','. (comma-spacing)
(#565) Missing whitespace after semicolon. (semi-spacing)
(#565) Operator '=' must be spaced. (space-infix-ops)
(#565) A space is required after ','. (comma-spacing)
(#565) Missing whitespace after semicolon. (semi-spacing)
(#565) Operator '=' must be spaced. (space-infix-ops)
(#565) A space is required after ','. (comma-spacing)
(#565) Missing whitespace after semicolon. (semi-spacing)
(#565) Operator '=' must be spaced. (space-infix-ops)
(#565) A space is required after ','. (comma-spacing)
(#565) Requires a space before '}'. (block-spacing)
(#565) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#565) Missing semicolon. (semi)
(#566) This line has a length of 902. Maximum allowed is 132. (max-len)
(#566) Operator '=' must be spaced. (space-infix-ops)
(#566) Requires a space after '{'. (block-spacing)
(#566) Statement inside of curly braces should be on next line. (brace-style)
(#566) Missing space before opening brace. (space-before-blocks)
(#566) A space is required after ','. (comma-spacing)
(#566) A space is required after ','. (comma-spacing)
(#566) Requires a space before '}'. (block-spacing)
(#566) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#566) Missing semicolon. (semi)
(#566) Missing whitespace after semicolon. (semi-spacing)
(#566) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#566) Operator '=' must be spaced. (space-infix-ops)
(#566) Requires a space after '{'. (block-spacing)
(#566) Statement inside of curly braces should be on next line. (brace-style)
(#566) Missing space before opening brace. (space-before-blocks)
(#566) A space is required after ','. (comma-spacing)
(#566) A space is required after ','. (comma-spacing)
(#566) Requires a space before '}'. (block-spacing)
(#566) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#566) Missing semicolon. (semi)
(#566) Requires a space before '}'. (block-spacing)
(#566) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#566) Missing semicolon. (semi)
(#567) A space is required after ','. (comma-spacing)
(#567) A space is required after ','. (comma-spacing)
(#568) This line has a length of 783. Maximum allowed is 132. (max-len)
(#568) A space is required after ','. (comma-spacing)
(#568) A space is required after ','. (comma-spacing)
(#568) A space is required after ','. (comma-spacing)
(#568) 'v' is defined but never used. (no-unused-vars)
(#568) A space is required after ','. (comma-spacing)
(#568) 'k' is defined but never used. (no-unused-vars)
(#568) Requires a space after '{'. (block-spacing)
(#568) Statement inside of curly braces should be on next line. (brace-style)
(#568) Missing space before opening brace. (space-before-blocks)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) Unexpected empty function. (no-empty-function)
(#568) Missing space before opening brace. (space-before-blocks)
(#568) Missing whitespace after semicolon. (semi-spacing)
(#568) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) Missing whitespace after semicolon. (semi-spacing)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) Missing '()' invoking a constructor. (new-parens)
(#568) Missing whitespace after semicolon. (semi-spacing)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) Requires a space after '{'. (block-spacing)
(#568) Statement inside of curly braces should be on next line. (brace-style)
(#568) Missing space before opening brace. (space-before-blocks)
(#568) A space is required after ','. (comma-spacing)
(#568) Missing whitespace after semicolon. (semi-spacing)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) A space is required after ','. (comma-spacing)
(#568) Requires a space before '}'. (block-spacing)
(#568) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#568) Missing semicolon. (semi)
(#568) Missing whitespace after semicolon. (semi-spacing)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) Requires a space after '{'. (block-spacing)
(#568) Statement inside of curly braces should be on next line. (brace-style)
(#568) Missing space before opening brace. (space-before-blocks)
(#568) A space is required after ','. (comma-spacing)
(#568) A space is required after ','. (comma-spacing)
(#568) Requires a space before '}'. (block-spacing)
(#568) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#568) Missing semicolon. (semi)
(#568) Missing whitespace after semicolon. (semi-spacing)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#569) This line has a length of 506. Maximum allowed is 132. (max-len)
(#569) Requires a space after '{'. (block-spacing)
(#569) Statement inside of curly braces should be on next line. (brace-style)
(#569) Missing space before opening brace. (space-before-blocks)
(#569) A space is required after ','. (comma-spacing)
(#569) A space is required after ','. (comma-spacing)
(#569) Requires a space before '}'. (block-spacing)
(#569) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#569) Missing semicolon. (semi)
(#569) Missing whitespace after semicolon. (semi-spacing)
(#569) Operator '=' must be spaced. (space-infix-ops)
(#569) Requires a space after '{'. (block-spacing)
(#569) Statement inside of curly braces should be on next line. (brace-style)
(#569) Missing space before opening brace. (space-before-blocks)
(#569) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#569) A space is required after ','. (comma-spacing)
(#569) Missing whitespace after semicolon. (semi-spacing)
(#569) Requires a space before '}'. (block-spacing)
(#569) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#569) Missing semicolon. (semi)
(#569) Missing whitespace after semicolon. (semi-spacing)
(#569) Operator '=' must be spaced. (space-infix-ops)
(#569) Requires a space after '{'. (block-spacing)
(#569) Statement inside of curly braces should be on next line. (brace-style)
(#569) Missing space before opening brace. (space-before-blocks)
(#569) A space is required after ','. (comma-spacing)
(#569) Missing whitespace after semicolon. (semi-spacing)
(#569) Requires a space before '}'. (block-spacing)
(#569) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#569) Missing semicolon. (semi)
(#569) Missing whitespace after semicolon. (semi-spacing)
(#569) Operator '=' must be spaced. (space-infix-ops)
(#570) This line has a length of 215. Maximum allowed is 132. (max-len)
(#570) A space is required after ','. (comma-spacing)
(#570) Requires a space after '{'. (block-spacing)
(#570) Statement inside of curly braces should be on next line. (brace-style)
(#570) Missing space before opening brace. (space-before-blocks)
(#570) A space is required after ','. (comma-spacing)
(#570) A space is required after ','. (comma-spacing)
(#570) Missing whitespace after semicolon. (semi-spacing)
(#570) Operator '=' must be spaced. (space-infix-ops)
(#570) A space is required after ','. (comma-spacing)
(#570) Missing whitespace after semicolon. (semi-spacing)
(#570) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#570) A space is required after ','. (comma-spacing)
(#570) A space is required after ','. (comma-spacing)
(#570) Requires a space before '}'. (block-spacing)
(#570) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#570) Missing semicolon. (semi)
(#570) Requires a space before '}'. (block-spacing)
(#570) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#570) Missing semicolon. (semi)
(#570) A space is required after ','. (comma-spacing)
(#570) A space is required after ','. (comma-spacing)
(#570) A space is required after ','. (comma-spacing)
(#571) This line has a length of 522. Maximum allowed is 132. (max-len)
(#571) A space is required after ','. (comma-spacing)
(#571) 'E' is defined but never used. (no-unused-vars)
(#571) A space is required after ','. (comma-spacing)
(#571) 'w' is defined but never used. (no-unused-vars)
(#571) A space is required after ','. (comma-spacing)
(#571) 'v' is defined but never used. (no-unused-vars)
(#571) A space is required after ','. (comma-spacing)
(#571) 'k' is defined but never used. (no-unused-vars)
(#571) Requires a space after '{'. (block-spacing)
(#571) Statement inside of curly braces should be on next line. (brace-style)
(#571) Missing space before opening brace. (space-before-blocks)
(#571) Operator '=' must be spaced. (space-infix-ops)
(#571) Unexpected empty function. (no-empty-function)
(#571) Missing space before opening brace. (space-before-blocks)
(#571) Missing whitespace after semicolon. (semi-spacing)
(#571) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#571) Operator '=' must be spaced. (space-infix-ops)
(#571) Missing whitespace after semicolon. (semi-spacing)
(#571) Operator '=' must be spaced. (space-infix-ops)
(#571) Operator '=' must be spaced. (space-infix-ops)
(#571) Missing '()' invoking a constructor. (new-parens)
(#571) Missing whitespace after semicolon. (semi-spacing)
(#571) Operator '=' must be spaced. (space-infix-ops)
(#571) Requires a space after '{'. (block-spacing)
(#571) Statement inside of curly braces should be on next line. (brace-style)
(#571) Missing space before opening brace. (space-before-blocks)
(#571) A space is required after ','. (comma-spacing)
(#571) Missing whitespace after semicolon. (semi-spacing)
(#571) Operator '=' must be spaced. (space-infix-ops)
(#571) A space is required after ','. (comma-spacing)
(#571) Missing whitespace after semicolon. (semi-spacing)
(#571) Operator '=' must be spaced. (space-infix-ops)
(#571) A space is required after ','. (comma-spacing)
(#571) Missing whitespace after semicolon. (semi-spacing)
(#571) Operator '=' must be spaced. (space-infix-ops)
(#571) A space is required after ','. (comma-spacing)
(#571) Missing whitespace after semicolon. (semi-spacing)
(#571) Operator '=' must be spaced. (space-infix-ops)
(#571) A space is required after ','. (comma-spacing)
(#572) This line has a length of 516. Maximum allowed is 132. (max-len)
(#572) Operator '=' must be spaced. (space-infix-ops)
(#572) A space is required after ','. (comma-spacing)
(#572) Missing whitespace after semicolon. (semi-spacing)
(#572) Operator '=' must be spaced. (space-infix-ops)
(#572) A space is required after ','. (comma-spacing)
(#572) Requires a space before '}'. (block-spacing)
(#572) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#572) Missing semicolon. (semi)
(#572) Missing whitespace after semicolon. (semi-spacing)
(#572) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#572) Operator '=' must be spaced. (space-infix-ops)
(#572) Requires a space after '{'. (block-spacing)
(#572) Statement inside of curly braces should be on next line. (brace-style)
(#572) Missing space before opening brace. (space-before-blocks)
(#572) A space is required after ','. (comma-spacing)
(#572) A space is required after ','. (comma-spacing)
(#572) Requires a space before '}'. (block-spacing)
(#572) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#572) Missing semicolon. (semi)
(#572) Missing whitespace after semicolon. (semi-spacing)
(#572) Operator '=' must be spaced. (space-infix-ops)
(#572) Requires a space after '{'. (block-spacing)
(#572) Statement inside of curly braces should be on next line. (brace-style)
(#572) Missing space before opening brace. (space-before-blocks)
(#572) A space is required after ','. (comma-spacing)
(#573) This line has a length of 1250. Maximum allowed is 132. (max-len)
(#573) Requires a space before '}'. (block-spacing)
(#573) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#573) Missing semicolon. (semi)
(#574) This line has a length of 389. Maximum allowed is 132. (max-len)
(#574) Operator '=' must be spaced. (space-infix-ops)
(#574) A space is required after ','. (comma-spacing)
(#574) A space is required after ','. (comma-spacing)
(#574) Requires a space after '{'. (block-spacing)
(#574) Statement inside of curly braces should be on next line. (brace-style)
(#574) Missing space before opening brace. (space-before-blocks)
(#574) A space is required after ','. (comma-spacing)
(#574) A space is required after ','. (comma-spacing)
(#574) Requires a space before '}'. (block-spacing)
(#574) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#574) Missing semicolon. (semi)
(#574) Missing whitespace after semicolon. (semi-spacing)
(#574) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#574) Operator '=' must be spaced. (space-infix-ops)
(#574) A space is required after ','. (comma-spacing)
(#574) Requires a space after '{'. (block-spacing)
(#574) Statement inside of curly braces should be on next line. (brace-style)
(#574) Missing space before opening brace. (space-before-blocks)
(#574) A space is required after ','. (comma-spacing)
(#574) Requires a space before '}'. (block-spacing)
(#574) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#574) Missing semicolon. (semi)
(#574) Missing whitespace after semicolon. (semi-spacing)
(#574) Operator '=' must be spaced. (space-infix-ops)
(#574) A space is required after ','. (comma-spacing)
(#574) Requires a space after '{'. (block-spacing)
(#574) Statement inside of curly braces should be on next line. (brace-style)
(#574) Missing space before opening brace. (space-before-blocks)
(#574) A space is required after ','. (comma-spacing)
(#574) Requires a space before '}'. (block-spacing)
(#574) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#574) Missing semicolon. (semi)
(#574) Missing whitespace after semicolon. (semi-spacing)
(#574) Operator '=' must be spaced. (space-infix-ops)
(#574) A space is required after ','. (comma-spacing)
(#574) Requires a space after '{'. (block-spacing)
(#574) Statement inside of curly braces should be on next line. (brace-style)
(#574) Missing space before opening brace. (space-before-blocks)
(#574) A space is required after ','. (comma-spacing)
(#574) Requires a space before '}'. (block-spacing)
(#574) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#574) Missing semicolon. (semi)
(#574) Requires a space before '}'. (block-spacing)
(#574) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#574) Missing semicolon. (semi)
(#574) A space is required after ','. (comma-spacing)
(#574) A space is required after ','. (comma-spacing)
(#574) A space is required after ','. (comma-spacing)
(#575) This line has a length of 534. Maximum allowed is 132. (max-len)
(#575) A space is required after ','. (comma-spacing)
(#575) A space is required after ','. (comma-spacing)
(#575) A space is required after ','. (comma-spacing)
(#575) A space is required after ','. (comma-spacing)
(#575) Requires a space after '{'. (block-spacing)
(#575) Statement inside of curly braces should be on next line. (brace-style)
(#575) Missing space before opening brace. (space-before-blocks)
(#575) Operator '=' must be spaced. (space-infix-ops)
(#575) Unexpected empty function. (no-empty-function)
(#575) Missing space before opening brace. (space-before-blocks)
(#575) Missing whitespace after semicolon. (semi-spacing)
(#575) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#575) Operator '=' must be spaced. (space-infix-ops)
(#575) Missing whitespace after semicolon. (semi-spacing)
(#575) Operator '=' must be spaced. (space-infix-ops)
(#575) Operator '=' must be spaced. (space-infix-ops)
(#575) Missing '()' invoking a constructor. (new-parens)
(#575) Missing whitespace after semicolon. (semi-spacing)
(#575) Operator '=' must be spaced. (space-infix-ops)
(#575) Requires a space after '{'. (block-spacing)
(#575) Statement inside of curly braces should be on next line. (brace-style)
(#575) Missing space before opening brace. (space-before-blocks)
(#575) A space is required after ','. (comma-spacing)
(#575) Missing whitespace after semicolon. (semi-spacing)
(#575) Operator '=' must be spaced. (space-infix-ops)
(#575) A space is required after ','. (comma-spacing)
(#575) Missing whitespace after semicolon. (semi-spacing)
(#575) Operator '=' must be spaced. (space-infix-ops)
(#575) A space is required after ','. (comma-spacing)
(#575) Missing whitespace after semicolon. (semi-spacing)
(#575) Operator '=' must be spaced. (space-infix-ops)
(#575) A space is required after ','. (comma-spacing)
(#575) Missing whitespace after semicolon. (semi-spacing)
(#575) Operator '=' must be spaced. (space-infix-ops)
(#575) A space is required after ','. (comma-spacing)
(#575) Missing whitespace after semicolon. (semi-spacing)
(#575) Operator '=' must be spaced. (space-infix-ops)
(#576) This line has a length of 521. Maximum allowed is 132. (max-len)
(#576) A space is required after ','. (comma-spacing)
(#576) Missing whitespace after semicolon. (semi-spacing)
(#576) Operator '=' must be spaced. (space-infix-ops)
(#576) A space is required after ','. (comma-spacing)
(#576) Missing whitespace after semicolon. (semi-spacing)
(#576) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#576) Operator '=' must be spaced. (space-infix-ops)
(#576) A space is required after ','. (comma-spacing)
(#576) Missing whitespace after semicolon. (semi-spacing)
(#576) Operator '=' must be spaced. (space-infix-ops)
(#576) A space is required after ','. (comma-spacing)
(#576) Missing whitespace after semicolon. (semi-spacing)
(#576) Operator '=' must be spaced. (space-infix-ops)
(#576) A space is required after ','. (comma-spacing)
(#576) Missing whitespace after semicolon. (semi-spacing)
(#576) Operator '=' must be spaced. (space-infix-ops)
(#576) A space is required after ','. (comma-spacing)
(#577) This line has a length of 533. Maximum allowed is 132. (max-len)
(#577) Operator '=' must be spaced. (space-infix-ops)
(#577) A space is required after ','. (comma-spacing)
(#577) Missing whitespace after semicolon. (semi-spacing)
(#577) Operator '=' must be spaced. (space-infix-ops)
(#577) A space is required after ','. (comma-spacing)
(#577) Missing whitespace after semicolon. (semi-spacing)
(#577) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#577) Operator '=' must be spaced. (space-infix-ops)
(#577) A space is required after ','. (comma-spacing)
(#577) Missing whitespace after semicolon. (semi-spacing)
(#577) Operator '=' must be spaced. (space-infix-ops)
(#577) A space is required after ','. (comma-spacing)
(#577) Missing whitespace after semicolon. (semi-spacing)
(#577) Operator '=' must be spaced. (space-infix-ops)
(#577) A space is required after ','. (comma-spacing)
(#577) Missing whitespace after semicolon. (semi-spacing)
(#577) Operator '=' must be spaced. (space-infix-ops)
(#577) A space is required after ','. (comma-spacing)
(#577) Missing whitespace after semicolon. (semi-spacing)
(#577) Operator '=' must be spaced. (space-infix-ops)
(#578) This line has a length of 510. Maximum allowed is 132. (max-len)
(#578) Missing whitespace after semicolon. (semi-spacing)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) A space is required after ','. (comma-spacing)
(#578) Missing whitespace after semicolon. (semi-spacing)
(#578) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) A space is required after ','. (comma-spacing)
(#578) Missing whitespace after semicolon. (semi-spacing)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) A space is required after ','. (comma-spacing)
(#578) Missing whitespace after semicolon. (semi-spacing)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) A space is required after ','. (comma-spacing)
(#578) Missing whitespace after semicolon. (semi-spacing)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) A space is required after ','. (comma-spacing)
(#578) Missing whitespace after semicolon. (semi-spacing)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) A space is required after ','. (comma-spacing)
(#578) Requires a space before '}'. (block-spacing)
(#578) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#578) Missing semicolon. (semi)
(#579) This line has a length of 1176. Maximum allowed is 132. (max-len)
(#579) Operator '=' must be spaced. (space-infix-ops)
(#579) Requires a space after '{'. (block-spacing)
(#579) Statement inside of curly braces should be on next line. (brace-style)
(#579) Missing space before opening brace. (space-before-blocks)
(#579) A space is required after ','. (comma-spacing)
(#579) A space is required after ','. (comma-spacing)
(#579) Requires a space before '}'. (block-spacing)
(#579) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#579) Missing semicolon. (semi)
(#580) This line has a length of 2649. Maximum allowed is 132. (max-len)
(#580) Operator '=' must be spaced. (space-infix-ops)
(#580) Requires a space after '{'. (block-spacing)
(#580) Statement inside of curly braces should be on next line. (brace-style)
(#580) Missing space before opening brace. (space-before-blocks)
(#580) Operator '=' must be spaced. (space-infix-ops)
(#580) Operator '?' must be spaced. (space-infix-ops)
(#580) Operator ':' must be spaced. (space-infix-ops)
(#580) A space is required after ','. (comma-spacing)
(#581) This line has a length of 515. Maximum allowed is 132. (max-len)
(#581) A space is required after ','. (comma-spacing)
(#581) A space is required after ','. (comma-spacing)
(#581) Requires a space before '}'. (block-spacing)
(#581) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#581) Missing semicolon. (semi)
(#581) Missing whitespace after semicolon. (semi-spacing)
(#581) Operator '=' must be spaced. (space-infix-ops)
(#581) Requires a space after '{'. (block-spacing)
(#581) Statement inside of curly braces should be on next line. (brace-style)
(#581) Missing space before opening brace. (space-before-blocks)
(#581) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#581) A space is required after ','. (comma-spacing)
(#581) Missing whitespace after semicolon. (semi-spacing)
(#581) Requires a space before '}'. (block-spacing)
(#581) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#581) Missing semicolon. (semi)
(#581) Missing whitespace after semicolon. (semi-spacing)
(#581) Operator '=' must be spaced. (space-infix-ops)
(#581) Requires a space after '{'. (block-spacing)
(#581) Statement inside of curly braces should be on next line. (brace-style)
(#581) Missing space before opening brace. (space-before-blocks)
(#581) A space is required after ','. (comma-spacing)
(#581) Missing whitespace after semicolon. (semi-spacing)
(#581) Requires a space before '}'. (block-spacing)
(#581) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#581) Missing semicolon. (semi)
(#581) Missing whitespace after semicolon. (semi-spacing)
(#581) Operator '=' must be spaced. (space-infix-ops)
(#581) A space is required after ','. (comma-spacing)
(#581) Requires a space after '{'. (block-spacing)
(#581) Statement inside of curly braces should be on next line. (brace-style)
(#581) Missing space before opening brace. (space-before-blocks)
(#581) Expected space(s) after "if". (keyword-spacing)
(#581) Operator '===' must be spaced. (space-infix-ops)
(#581) Expected { after 'if' condition. (curly)
(#581) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#581) Expected space(s) before "this". (keyword-spacing)
(#581) A space is required after ','. (comma-spacing)
(#581) Unexpected use of comma operator. (no-sequences)
(#581) A space is required after ','. (comma-spacing)
(#581) A space is required after ','. (comma-spacing)
(#581) Missing whitespace after semicolon. (semi-spacing)
(#581) Expected space(s) after "else". (keyword-spacing)
(#581) Requires a space after '{'. (block-spacing)
(#581) Statement inside of curly braces should be on next line. (brace-style)
(#581) Operator '=' must be spaced. (space-infix-ops)
(#581) A space is required after ','. (comma-spacing)
(#581) A space is required after ','. (comma-spacing)
(#581) Missing whitespace after semicolon. (semi-spacing)
(#581) Operator '=' must be spaced. (space-infix-ops)
(#582) This line has a length of 501. Maximum allowed is 132. (max-len)
(#582) A space is required after ','. (comma-spacing)
(#582) Missing whitespace after semicolon. (semi-spacing)
(#582) A space is required after ','. (comma-spacing)
(#582) Missing whitespace after semicolon. (semi-spacing)
(#582) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#582) A space is required after ','. (comma-spacing)
(#582) Requires a space before '}'. (block-spacing)
(#582) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#582) Missing semicolon. (semi)
(#582) Requires a space before '}'. (block-spacing)
(#582) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#582) Missing whitespace after semicolon. (semi-spacing)
(#582) Operator '=' must be spaced. (space-infix-ops)
(#582) A space is required after ','. (comma-spacing)
(#582) Requires a space after '{'. (block-spacing)
(#582) Statement inside of curly braces should be on next line. (brace-style)
(#582) Missing space before opening brace. (space-before-blocks)
(#582) A space is required after ','. (comma-spacing)
(#582) A space is required after ','. (comma-spacing)
(#582) Missing whitespace after semicolon. (semi-spacing)
(#582) Operator '=' must be spaced. (space-infix-ops)
(#582) A space is required after ','. (comma-spacing)
(#582) Missing whitespace after semicolon. (semi-spacing)
(#582) A space is required after ','. (comma-spacing)
(#582) A space is required after ','. (comma-spacing)
(#582) Requires a space before '}'. (block-spacing)
(#582) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#582) Missing semicolon. (semi)
(#582) Missing whitespace after semicolon. (semi-spacing)
(#582) Operator '=' must be spaced. (space-infix-ops)
(#582) A space is required after ','. (comma-spacing)
(#582) Requires a space after '{'. (block-spacing)
(#582) Statement inside of curly braces should be on next line. (brace-style)
(#582) Missing space before opening brace. (space-before-blocks)
(#582) A space is required after ','. (comma-spacing)
(#582) Requires a space before '}'. (block-spacing)
(#582) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#582) Missing semicolon. (semi)
(#582) Missing whitespace after semicolon. (semi-spacing)
(#582) Operator '=' must be spaced. (space-infix-ops)
(#582) A space is required after ','. (comma-spacing)
(#582) Requires a space after '{'. (block-spacing)
(#582) Statement inside of curly braces should be on next line. (brace-style)
(#582) Missing space before opening brace. (space-before-blocks)
(#582) A space is required after ','. (comma-spacing)
(#582) Requires a space before '}'. (block-spacing)
(#582) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#582) Missing semicolon. (semi)
(#582) Missing whitespace after semicolon. (semi-spacing)
(#582) Operator '=' must be spaced. (space-infix-ops)
(#582) A space is required after ','. (comma-spacing)
(#582) Requires a space after '{'. (block-spacing)
(#582) Statement inside of curly braces should be on next line. (brace-style)
(#582) Missing space before opening brace. (space-before-blocks)
(#582) A space is required after ','. (comma-spacing)
(#582) Requires a space before '}'. (block-spacing)
(#582) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#582) Missing semicolon. (semi)
(#582) Missing whitespace after semicolon. (semi-spacing)
(#582) Operator '=' must be spaced. (space-infix-ops)
(#582) A space is required after ','. (comma-spacing)
(#582) Requires a space after '{'. (block-spacing)
(#582) Statement inside of curly braces should be on next line. (brace-style)
(#582) Missing space before opening brace. (space-before-blocks)
(#582) A space is required after ','. (comma-spacing)
(#582) Requires a space before '}'. (block-spacing)
(#582) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#582) Missing semicolon. (semi)
(#582) Missing whitespace after semicolon. (semi-spacing)
(#582) Operator '=' must be spaced. (space-infix-ops)
(#583) This line has a length of 532. Maximum allowed is 132. (max-len)
(#583) A space is required after ','. (comma-spacing)
(#583) Requires a space after '{'. (block-spacing)
(#583) Statement inside of curly braces should be on next line. (brace-style)
(#583) Missing space before opening brace. (space-before-blocks)
(#583) A space is required after ','. (comma-spacing)
(#583) Requires a space before '}'. (block-spacing)
(#583) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#583) Missing semicolon. (semi)
(#583) Missing whitespace after semicolon. (semi-spacing)
(#583) Operator '=' must be spaced. (space-infix-ops)
(#583) A space is required after ','. (comma-spacing)
(#583) Requires a space after '{'. (block-spacing)
(#583) Statement inside of curly braces should be on next line. (brace-style)
(#583) Missing space before opening brace. (space-before-blocks)
(#583) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#583) A space is required after ','. (comma-spacing)
(#583) Requires a space before '}'. (block-spacing)
(#583) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#583) Missing semicolon. (semi)
(#583) Missing whitespace after semicolon. (semi-spacing)
(#583) Operator '=' must be spaced. (space-infix-ops)
(#583) A space is required after ','. (comma-spacing)
(#583) Requires a space after '{'. (block-spacing)
(#583) Statement inside of curly braces should be on next line. (brace-style)
(#583) Missing space before opening brace. (space-before-blocks)
(#583) A space is required after ','. (comma-spacing)
(#583) Requires a space before '}'. (block-spacing)
(#583) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#583) Missing semicolon. (semi)
(#583) Missing whitespace after semicolon. (semi-spacing)
(#583) Operator '=' must be spaced. (space-infix-ops)
(#583) A space is required after ','. (comma-spacing)
(#583) Requires a space after '{'. (block-spacing)
(#583) Statement inside of curly braces should be on next line. (brace-style)
(#583) Missing space before opening brace. (space-before-blocks)
(#583) A space is required after ','. (comma-spacing)
(#583) Requires a space before '}'. (block-spacing)
(#583) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#583) Missing semicolon. (semi)
(#583) Missing whitespace after semicolon. (semi-spacing)
(#583) Operator '=' must be spaced. (space-infix-ops)
(#583) A space is required after ','. (comma-spacing)
(#583) Requires a space after '{'. (block-spacing)
(#583) Statement inside of curly braces should be on next line. (brace-style)
(#583) Missing space before opening brace. (space-before-blocks)
(#583) A space is required after ','. (comma-spacing)
(#583) Requires a space before '}'. (block-spacing)
(#583) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#583) Missing semicolon. (semi)
(#583) Missing whitespace after semicolon. (semi-spacing)
(#583) Operator '=' must be spaced. (space-infix-ops)
(#583) A space is required after ','. (comma-spacing)
(#583) Requires a space after '{'. (block-spacing)
(#583) Statement inside of curly braces should be on next line. (brace-style)
(#583) Missing space before opening brace. (space-before-blocks)
(#583) A space is required after ','. (comma-spacing)
(#583) Requires a space before '}'. (block-spacing)
(#583) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#583) Missing semicolon. (semi)
(#583) Missing whitespace after semicolon. (semi-spacing)
(#583) Operator '=' must be spaced. (space-infix-ops)
(#583) A space is required after ','. (comma-spacing)
(#583) Requires a space after '{'. (block-spacing)
(#583) Statement inside of curly braces should be on next line. (brace-style)
(#583) Missing space before opening brace. (space-before-blocks)
(#584) This line has a length of 520. Maximum allowed is 132. (max-len)
(#584) Requires a space before '}'. (block-spacing)
(#584) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#584) Missing semicolon. (semi)
(#584) Missing whitespace after semicolon. (semi-spacing)
(#584) Operator '=' must be spaced. (space-infix-ops)
(#584) A space is required after ','. (comma-spacing)
(#584) Requires a space after '{'. (block-spacing)
(#584) Statement inside of curly braces should be on next line. (brace-style)
(#584) Missing space before opening brace. (space-before-blocks)
(#584) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#584) A space is required after ','. (comma-spacing)
(#584) Requires a space before '}'. (block-spacing)
(#584) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#584) Missing semicolon. (semi)
(#584) Missing whitespace after semicolon. (semi-spacing)
(#584) Operator '=' must be spaced. (space-infix-ops)
(#584) A space is required after ','. (comma-spacing)
(#584) Requires a space after '{'. (block-spacing)
(#584) Statement inside of curly braces should be on next line. (brace-style)
(#584) Missing space before opening brace. (space-before-blocks)
(#584) A space is required after ','. (comma-spacing)
(#584) Requires a space before '}'. (block-spacing)
(#584) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#584) Missing semicolon. (semi)
(#584) Missing whitespace after semicolon. (semi-spacing)
(#584) Operator '=' must be spaced. (space-infix-ops)
(#584) A space is required after ','. (comma-spacing)
(#584) Requires a space after '{'. (block-spacing)
(#584) Statement inside of curly braces should be on next line. (brace-style)
(#584) Missing space before opening brace. (space-before-blocks)
(#584) A space is required after ','. (comma-spacing)
(#584) Requires a space before '}'. (block-spacing)
(#584) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#584) Missing semicolon. (semi)
(#584) Missing whitespace after semicolon. (semi-spacing)
(#584) Operator '=' must be spaced. (space-infix-ops)
(#584) A space is required after ','. (comma-spacing)
(#584) Requires a space after '{'. (block-spacing)
(#584) Statement inside of curly braces should be on next line. (brace-style)
(#584) Missing space before opening brace. (space-before-blocks)
(#584) A space is required after ','. (comma-spacing)
(#584) Requires a space before '}'. (block-spacing)
(#584) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#584) Missing semicolon. (semi)
(#584) Missing whitespace after semicolon. (semi-spacing)
(#584) Operator '=' must be spaced. (space-infix-ops)
(#584) A space is required after ','. (comma-spacing)
(#584) Requires a space after '{'. (block-spacing)
(#584) Statement inside of curly braces should be on next line. (brace-style)
(#584) Missing space before opening brace. (space-before-blocks)
(#584) A space is required after ','. (comma-spacing)
(#584) A space is required after ','. (comma-spacing)
(#584) Requires a space before '}'. (block-spacing)
(#584) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#584) Missing semicolon. (semi)
(#584) Missing whitespace after semicolon. (semi-spacing)
(#584) Operator '=' must be spaced. (space-infix-ops)
(#584) A space is required after ','. (comma-spacing)
(#584) Requires a space after '{'. (block-spacing)
(#584) Statement inside of curly braces should be on next line. (brace-style)
(#584) Missing space before opening brace. (space-before-blocks)
(#585) This line has a length of 398. Maximum allowed is 132. (max-len)
(#585) A space is required after ','. (comma-spacing)
(#585) Requires a space before '}'. (block-spacing)
(#585) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#585) Missing semicolon. (semi)
(#585) Missing whitespace after semicolon. (semi-spacing)
(#585) Operator '=' must be spaced. (space-infix-ops)
(#585) A space is required after ','. (comma-spacing)
(#585) A space is required after ','. (comma-spacing)
(#585) Requires a space after '{'. (block-spacing)
(#585) Statement inside of curly braces should be on next line. (brace-style)
(#585) Missing space before opening brace. (space-before-blocks)
(#585) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#585) A space is required after ','. (comma-spacing)
(#585) A space is required after ','. (comma-spacing)
(#585) Requires a space before '}'. (block-spacing)
(#585) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#585) Missing semicolon. (semi)
(#585) Missing whitespace after semicolon. (semi-spacing)
(#585) Operator '=' must be spaced. (space-infix-ops)
(#585) A space is required after ','. (comma-spacing)
(#585) Requires a space after '{'. (block-spacing)
(#585) Statement inside of curly braces should be on next line. (brace-style)
(#585) Missing space before opening brace. (space-before-blocks)
(#585) A space is required after ','. (comma-spacing)
(#585) Requires a space before '}'. (block-spacing)
(#585) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#585) Missing semicolon. (semi)
(#585) Missing whitespace after semicolon. (semi-spacing)
(#585) Operator '=' must be spaced. (space-infix-ops)
(#585) A space is required after ','. (comma-spacing)
(#585) Requires a space after '{'. (block-spacing)
(#585) Statement inside of curly braces should be on next line. (brace-style)
(#585) Missing space before opening brace. (space-before-blocks)
(#585) A space is required after ','. (comma-spacing)
(#585) Operator '/' must be spaced. (space-infix-ops)
(#585) Requires a space before '}'. (block-spacing)
(#585) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#585) Missing semicolon. (semi)
(#585) Missing whitespace after semicolon. (semi-spacing)
(#585) Operator '=' must be spaced. (space-infix-ops)
(#585) A space is required after ','. (comma-spacing)
(#585) Requires a space after '{'. (block-spacing)
(#585) Statement inside of curly braces should be on next line. (brace-style)
(#585) Missing space before opening brace. (space-before-blocks)
(#585) A space is required after ','. (comma-spacing)
(#585) Requires a space before '}'. (block-spacing)
(#585) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#585) Missing semicolon. (semi)
(#585) Requires a space before '}'. (block-spacing)
(#585) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#585) Missing semicolon. (semi)
(#585) A space is required after ','. (comma-spacing)
(#585) A space is required after ','. (comma-spacing)
(#585) A space is required after ','. (comma-spacing)
(#586) This line has a length of 622. Maximum allowed is 132. (max-len)
(#586) A space is required after ','. (comma-spacing)
(#586) 'E' is defined but never used. (no-unused-vars)
(#586) A space is required after ','. (comma-spacing)
(#586) 'w' is defined but never used. (no-unused-vars)
(#586) A space is required after ','. (comma-spacing)
(#586) 'v' is defined but never used. (no-unused-vars)
(#586) A space is required after ','. (comma-spacing)
(#586) 'k' is defined but never used. (no-unused-vars)
(#586) Requires a space after '{'. (block-spacing)
(#586) Statement inside of curly braces should be on next line. (brace-style)
(#586) Missing space before opening brace. (space-before-blocks)
(#586) Operator '=' must be spaced. (space-infix-ops)
(#586) Unexpected empty function. (no-empty-function)
(#586) Missing space before opening brace. (space-before-blocks)
(#586) Missing whitespace after semicolon. (semi-spacing)
(#586) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#586) Operator '=' must be spaced. (space-infix-ops)
(#586) Missing whitespace after semicolon. (semi-spacing)
(#586) Operator '=' must be spaced. (space-infix-ops)
(#586) Operator '=' must be spaced. (space-infix-ops)
(#586) Missing '()' invoking a constructor. (new-parens)
(#586) Missing whitespace after semicolon. (semi-spacing)
(#586) Operator '=' must be spaced. (space-infix-ops)
(#586) Requires a space after '{'. (block-spacing)
(#586) Statement inside of curly braces should be on next line. (brace-style)
(#586) Missing space before opening brace. (space-before-blocks)
(#586) A space is required after ','. (comma-spacing)
(#586) Missing whitespace after semicolon. (semi-spacing)
(#586) Operator '=' must be spaced. (space-infix-ops)
(#586) A space is required after ','. (comma-spacing)
(#586) Requires a space before '}'. (block-spacing)
(#586) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#586) Missing semicolon. (semi)
(#586) Missing whitespace after semicolon. (semi-spacing)
(#586) Operator '=' must be spaced. (space-infix-ops)
(#586) Requires a space after '{'. (block-spacing)
(#586) Statement inside of curly braces should be on next line. (brace-style)
(#586) Missing space before opening brace. (space-before-blocks)
(#586) A space is required after ','. (comma-spacing)
(#586) A space is required after ','. (comma-spacing)
(#586) Requires a space before '}'. (block-spacing)
(#586) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#586) Missing semicolon. (semi)
(#587) This line has a length of 457. Maximum allowed is 132. (max-len)
(#587) Operator '=' must be spaced. (space-infix-ops)
(#587) Requires a space after '{'. (block-spacing)
(#587) Statement inside of curly braces should be on next line. (brace-style)
(#587) Missing space before opening brace. (space-before-blocks)
(#587) Operator '=' must be spaced. (space-infix-ops)
(#587) Operator '?' must be spaced. (space-infix-ops)
(#587) Operator ':' must be spaced. (space-infix-ops)
(#587) A space is required after ','. (comma-spacing)
(#587) Missing whitespace after semicolon. (semi-spacing)
(#587) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#587) A space is required after ','. (comma-spacing)
(#587) A space is required after ','. (comma-spacing)
(#587) Requires a space before '}'. (block-spacing)
(#587) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#587) Missing semicolon. (semi)
(#587) Missing whitespace after semicolon. (semi-spacing)
(#587) Operator '=' must be spaced. (space-infix-ops)
(#587) A space is required after ','. (comma-spacing)
(#587) Requires a space after '{'. (block-spacing)
(#587) Statement inside of curly braces should be on next line. (brace-style)
(#587) Missing space before opening brace. (space-before-blocks)
(#587) A space is required after ','. (comma-spacing)
(#587) Requires a space before '}'. (block-spacing)
(#587) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#587) Missing semicolon. (semi)
(#587) Requires a space before '}'. (block-spacing)
(#587) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#587) Missing semicolon. (semi)
(#587) A space is required after ','. (comma-spacing)
(#587) A space is required after ','. (comma-spacing)
(#587) A space is required after ','. (comma-spacing)
(#588) This line has a length of 515. Maximum allowed is 132. (max-len)
(#588) A space is required after ','. (comma-spacing)
(#588) 'E' is defined but never used. (no-unused-vars)
(#588) A space is required after ','. (comma-spacing)
(#588) 'w' is defined but never used. (no-unused-vars)
(#588) A space is required after ','. (comma-spacing)
(#588) 'v' is defined but never used. (no-unused-vars)
(#588) A space is required after ','. (comma-spacing)
(#588) 'k' is defined but never used. (no-unused-vars)
(#588) Requires a space after '{'. (block-spacing)
(#588) Statement inside of curly braces should be on next line. (brace-style)
(#588) Missing space before opening brace. (space-before-blocks)
(#588) Operator '=' must be spaced. (space-infix-ops)
(#588) Unexpected empty function. (no-empty-function)
(#588) Missing space before opening brace. (space-before-blocks)
(#588) Missing whitespace after semicolon. (semi-spacing)
(#588) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#588) Operator '=' must be spaced. (space-infix-ops)
(#588) Operator '=' must be spaced. (space-infix-ops)
(#588) Missing '()' invoking a constructor. (new-parens)
(#588) Missing whitespace after semicolon. (semi-spacing)
(#588) Operator '=' must be spaced. (space-infix-ops)
(#588) Requires a space after '{'. (block-spacing)
(#588) Statement inside of curly braces should be on next line. (brace-style)
(#588) Missing space before opening brace. (space-before-blocks)
(#588) A space is required after ','. (comma-spacing)
(#588) A space is required after ','. (comma-spacing)
(#588) Requires a space before '}'. (block-spacing)
(#588) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#588) Missing semicolon. (semi)
(#588) Missing whitespace after semicolon. (semi-spacing)
(#588) Operator '=' must be spaced. (space-infix-ops)
(#589) This line has a length of 235. Maximum allowed is 132. (max-len)
(#589) Requires a space after '{'. (block-spacing)
(#589) Statement inside of curly braces should be on next line. (brace-style)
(#589) Missing space before opening brace. (space-before-blocks)
(#589) A space is required after ','. (comma-spacing)
(#589) A space is required after ','. (comma-spacing)
(#589) Requires a space before '}'. (block-spacing)
(#589) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#589) Missing semicolon. (semi)
(#589) Requires a space before '}'. (block-spacing)
(#589) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#589) Missing semicolon. (semi)
(#589) A space is required after ','. (comma-spacing)
(#589) A space is required after ','. (comma-spacing)
(#589) A space is required after ','. (comma-spacing)
(#590) This line has a length of 612. Maximum allowed is 132. (max-len)
(#590) A space is required after ','. (comma-spacing)
(#590) 'E' is defined but never used. (no-unused-vars)
(#590) A space is required after ','. (comma-spacing)
(#590) 'w' is defined but never used. (no-unused-vars)
(#590) A space is required after ','. (comma-spacing)
(#590) 'v' is defined but never used. (no-unused-vars)
(#590) A space is required after ','. (comma-spacing)
(#590) 'k' is defined but never used. (no-unused-vars)
(#590) Requires a space after '{'. (block-spacing)
(#590) Statement inside of curly braces should be on next line. (brace-style)
(#590) Missing space before opening brace. (space-before-blocks)
(#590) Operator '=' must be spaced. (space-infix-ops)
(#590) Unexpected empty function. (no-empty-function)
(#590) Missing space before opening brace. (space-before-blocks)
(#590) Missing whitespace after semicolon. (semi-spacing)
(#590) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#590) Operator '=' must be spaced. (space-infix-ops)
(#590) Operator '=' must be spaced. (space-infix-ops)
(#590) Missing '()' invoking a constructor. (new-parens)
(#590) Missing whitespace after semicolon. (semi-spacing)
(#590) Operator '=' must be spaced. (space-infix-ops)
(#590) Requires a space after '{'. (block-spacing)
(#590) Statement inside of curly braces should be on next line. (brace-style)
(#590) Missing space before opening brace. (space-before-blocks)
(#590) A space is required after ','. (comma-spacing)
(#590) A space is required after ','. (comma-spacing)
(#590) Requires a space before '}'. (block-spacing)
(#590) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#590) Missing semicolon. (semi)
(#590) Missing whitespace after semicolon. (semi-spacing)
(#590) Operator '=' must be spaced. (space-infix-ops)
(#590) Requires a space after '{'. (block-spacing)
(#590) Statement inside of curly braces should be on next line. (brace-style)
(#590) Missing space before opening brace. (space-before-blocks)
(#590) A space is required after ','. (comma-spacing)
(#590) A space is required after ','. (comma-spacing)
(#590) Requires a space before '}'. (block-spacing)
(#590) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#590) Missing semicolon. (semi)
(#590) Requires a space before '}'. (block-spacing)
(#590) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#590) Missing semicolon. (semi)
(#591) A space is required after ','. (comma-spacing)
(#591) A space is required after ','. (comma-spacing)
(#592) This line has a length of 510. Maximum allowed is 132. (max-len)
(#592) A space is required after ','. (comma-spacing)
(#592) A space is required after ','. (comma-spacing)
(#592) A space is required after ','. (comma-spacing)
(#592) A space is required after ','. (comma-spacing)
(#592) A space is required after ','. (comma-spacing)
(#592) A space is required after ','. (comma-spacing)
(#592) 'd' is defined but never used. (no-unused-vars)
(#592) Requires a space after '{'. (block-spacing)
(#592) Statement inside of curly braces should be on next line. (brace-style)
(#592) Missing space before opening brace. (space-before-blocks)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) A space is required after ','. (comma-spacing)
(#592) A space is required after ','. (comma-spacing)
(#592) Requires a space after '{'. (block-spacing)
(#592) Statement inside of curly braces should be on next line. (brace-style)
(#592) Missing space before opening brace. (space-before-blocks)
(#592) This line has 23 statements. Maximum allowed is 2. (max-statements-per-line)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) Missing whitespace after semicolon. (semi-spacing)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) Missing whitespace after semicolon. (semi-spacing)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) Requires a space before '}'. (block-spacing)
(#592) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#592) Missing semicolon. (semi)
(#592) Missing whitespace after semicolon. (semi-spacing)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) Unexpected empty function. (no-empty-function)
(#592) Missing space before opening brace. (space-before-blocks)
(#592) Missing whitespace after semicolon. (semi-spacing)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) Missing '()' invoking a constructor. (new-parens)
(#592) Missing whitespace after semicolon. (semi-spacing)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) A space is required after ','. (comma-spacing)
(#592) A space is required after ','. (comma-spacing)
(#592) A space is required after ','. (comma-spacing)
(#592) A space is required after ','. (comma-spacing)
(#592) A space is required after ','. (comma-spacing)
(#592) A space is required after ','. (comma-spacing)
(#592) A space is required after ','. (comma-spacing)
(#592) Requires a space after '{'. (block-spacing)
(#592) Statement inside of curly braces should be on next line. (brace-style)
(#592) Missing space before opening brace. (space-before-blocks)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) Missing whitespace after semicolon. (semi-spacing)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) Operator '-' must be spaced. (space-infix-ops)
(#592) Missing whitespace after semicolon. (semi-spacing)
(#592) Expected space(s) after "for". (keyword-spacing)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) Missing whitespace after semicolon. (semi-spacing)
(#592) Operator '<' must be spaced. (space-infix-ops)
(#592) Missing whitespace after semicolon. (semi-spacing)
(#592) Requires a space after '{'. (block-spacing)
(#592) Statement inside of curly braces should be on next line. (brace-style)
(#592) Missing space before opening brace. (space-before-blocks)
(#592) Expected space(s) after "for". (keyword-spacing)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) Operator '-' must be spaced. (space-infix-ops)
(#592) A space is required after ','. (comma-spacing)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) Missing whitespace after semicolon. (semi-spacing)
(#592) Operator '<' must be spaced. (space-infix-ops)
(#592) Missing whitespace after semicolon. (semi-spacing)
(#592) Requires a space after '{'. (block-spacing)
(#592) Statement inside of curly braces should be on next line. (brace-style)
(#592) Missing space before opening brace. (space-before-blocks)
(#592) Expected space(s) after "for". (keyword-spacing)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) Operator '-' must be spaced. (space-infix-ops)
(#592) A space is required after ','. (comma-spacing)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) Missing whitespace after semicolon. (semi-spacing)
(#592) Operator '<' must be spaced. (space-infix-ops)
(#592) Missing whitespace after semicolon. (semi-spacing)
(#592) Expected { after 'for' condition. (curly)
(#592) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#592) A space is required after ','. (comma-spacing)
(#592) A space is required after ','. (comma-spacing)
(#592) Unexpected use of comma operator. (no-sequences)
(#592) A space is required after ','. (comma-spacing)
(#592) Operator '+=' must be spaced. (space-infix-ops)
(#592) Missing whitespace after semicolon. (semi-spacing)
(#592) Operator '+=' must be spaced. (space-infix-ops)
(#592) Requires a space before '}'. (block-spacing)
(#592) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#592) Missing semicolon. (semi)
(#592) Operator '+=' must be spaced. (space-infix-ops)
(#592) Requires a space before '}'. (block-spacing)
(#592) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#592) Missing semicolon. (semi)
(#592) Expected space(s) before "return". (keyword-spacing)
(#592) Requires a space before '}'. (block-spacing)
(#592) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#592) Missing semicolon. (semi)
(#592) Missing whitespace after semicolon. (semi-spacing)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) Function has a complexity of 32. Maximum allowed is 20. (complexity)
(#592) A space is required after ','. (comma-spacing)
(#592) A space is required after ','. (comma-spacing)
(#592) Requires a space after '{'. (block-spacing)
(#592) Statement inside of curly braces should be on next line. (brace-style)
(#592) Missing space before opening brace. (space-before-blocks)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) A space is required after ','. (comma-spacing)
(#592) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) A space is required after ','. (comma-spacing)
(#592) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) A space is required after ','. (comma-spacing)
(#592) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) A space is required after ','. (comma-spacing)
(#592) A space is required after ','. (comma-spacing)
(#592) A space is required after ','. (comma-spacing)
(#592) A space is required after ','. (comma-spacing)
(#592) A space is required after ','. (comma-spacing)
(#592) Missing whitespace after semicolon. (semi-spacing)
(#592) Operator '+=' must be spaced. (space-infix-ops)
(#592) Missing whitespace after semicolon. (semi-spacing)
(#592) Expected space(s) after "for". (keyword-spacing)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) A space is required after ','. (comma-spacing)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) Missing whitespace after semicolon. (semi-spacing)
(#592) Operator '<' must be spaced. (space-infix-ops)
(#592) Missing whitespace after semicolon. (semi-spacing)
(#592) Requires a space after '{'. (block-spacing)
(#592) Statement inside of curly braces should be on next line. (brace-style)
(#592) Missing space before opening brace. (space-before-blocks)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) Missing whitespace after semicolon. (semi-spacing)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#592) A space is required after ','. (comma-spacing)
(#592) Operator '-' must be spaced. (space-infix-ops)
(#592) Missing whitespace after semicolon. (semi-spacing)
(#592) Operator '=' must be spaced. (space-infix-ops)
(#593) This line has a length of 501. Maximum allowed is 132. (max-len)
(#593) Operator '+' must be spaced. (space-infix-ops)
(#593) Missing whitespace after semicolon. (semi-spacing)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) A space is required after ','. (comma-spacing)
(#593) Operator '-' must be spaced. (space-infix-ops)
(#593) Missing whitespace after semicolon. (semi-spacing)
(#593) This line has 25 statements. Maximum allowed is 2. (max-statements-per-line)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) A space is required after ','. (comma-spacing)
(#593) Operator '+' must be spaced. (space-infix-ops)
(#593) Missing whitespace after semicolon. (semi-spacing)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) A space is required after ','. (comma-spacing)
(#593) Operator '-' must be spaced. (space-infix-ops)
(#593) Missing whitespace after semicolon. (semi-spacing)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) A space is required after ','. (comma-spacing)
(#593) Operator '+' must be spaced. (space-infix-ops)
(#593) Requires a space before '}'. (block-spacing)
(#593) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#593) Missing semicolon. (semi)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) Operator '-' must be spaced. (space-infix-ops)
(#593) Missing whitespace after semicolon. (semi-spacing)
(#593) 'y' used outside of binding context. (block-scoped-var)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) Operator '-' must be spaced. (space-infix-ops)
(#593) Missing whitespace after semicolon. (semi-spacing)
(#593) 'x' used outside of binding context. (block-scoped-var)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) Operator '-' must be spaced. (space-infix-ops)
(#593) Missing whitespace after semicolon. (semi-spacing)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) A space is required after ','. (comma-spacing)
(#593) 'y' used outside of binding context. (block-scoped-var)
(#593) A space is required after ','. (comma-spacing)
(#593) 'x' used outside of binding context. (block-scoped-var)
(#593) Operator '/' must be spaced. (space-infix-ops)
(#593) Missing whitespace after semicolon. (semi-spacing)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) Operator '+' must be spaced. (space-infix-ops)
(#593) Operator '/' must be spaced. (space-infix-ops)
(#593) Missing whitespace after semicolon. (semi-spacing)
(#593) 'A' used outside of binding context. (block-scoped-var)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) Operator '+' must be spaced. (space-infix-ops)
(#593) 'y' used outside of binding context. (block-scoped-var)
(#593) Operator '/' must be spaced. (space-infix-ops)
(#593) Missing whitespace after semicolon. (semi-spacing)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) Operator '+' must be spaced. (space-infix-ops)
(#593) 'x' used outside of binding context. (block-scoped-var)
(#593) Operator '/' must be spaced. (space-infix-ops)
(#593) Missing whitespace after semicolon. (semi-spacing)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) A space is required after ','. (comma-spacing)
(#593) 'y' used outside of binding context. (block-scoped-var)
(#593) A space is required after ','. (comma-spacing)
(#593) 'x' used outside of binding context. (block-scoped-var)
(#593) A space is required after ','. (comma-spacing)
(#593) A space is required after ','. (comma-spacing)
(#593) A space is required after ','. (comma-spacing)
(#593) A space is required after ','. (comma-spacing)
(#593) 'A' used outside of binding context. (block-scoped-var)
(#593) A space is required after ','. (comma-spacing)
(#593) Missing whitespace after semicolon. (semi-spacing)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) A space is required after ','. (comma-spacing)
(#593) A space is required after ','. (comma-spacing)
(#593) 'A' used outside of binding context. (block-scoped-var)
(#593) A space is required after ','. (comma-spacing)
(#593) Missing whitespace after semicolon. (semi-spacing)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) Missing whitespace after semicolon. (semi-spacing)
(#593) 'y' used outside of binding context. (block-scoped-var)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) Missing whitespace after semicolon. (semi-spacing)
(#593) 'x' used outside of binding context. (block-scoped-var)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) Missing whitespace after semicolon. (semi-spacing)
(#593) Expected space(s) after "for". (keyword-spacing)
(#593) 'A' used outside of binding context. (block-scoped-var)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) Missing whitespace after semicolon. (semi-spacing)
(#593) 'x' used outside of binding context. (block-scoped-var)
(#593) Operator '<' must be spaced. (space-infix-ops)
(#593) 'A' used outside of binding context. (block-scoped-var)
(#593) Missing whitespace after semicolon. (semi-spacing)
(#593) 'x' used outside of binding context. (block-scoped-var)
(#593) Requires a space after '{'. (block-spacing)
(#593) Statement inside of curly braces should be on next line. (brace-style)
(#593) Missing space before opening brace. (space-before-blocks)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) 'y' used outside of binding context. (block-scoped-var)
(#593) Missing whitespace after semicolon. (semi-spacing)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) A space is required after ','. (comma-spacing)
(#593) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) 'x' used outside of binding context. (block-scoped-var)
(#593) A space is required after ','. (comma-spacing)
(#593) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) A space is required after ','. (comma-spacing)
(#593) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) Operator '*' must be spaced. (space-infix-ops)
(#593) Operator '+' must be spaced. (space-infix-ops)
(#593) Operator '-' must be spaced. (space-infix-ops)
(#593) A space is required after ','. (comma-spacing)
(#593) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) Operator '*' must be spaced. (space-infix-ops)
(#593) Operator '+' must be spaced. (space-infix-ops)
(#593) Operator '-' must be spaced. (space-infix-ops)
(#593) Missing whitespace after semicolon. (semi-spacing)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) Operator '*' must be spaced. (space-infix-ops)
(#593) Operator '+' must be spaced. (space-infix-ops)
(#593) Operator '-' must be spaced. (space-infix-ops)
(#593) Missing whitespace after semicolon. (semi-spacing)
(#593) Expected space(s) after "for". (keyword-spacing)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) A space is required after ','. (comma-spacing)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) A space is required after ','. (comma-spacing)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) Missing whitespace after semicolon. (semi-spacing)
(#593) Operator '<' must be spaced. (space-infix-ops)
(#593) Missing whitespace after semicolon. (semi-spacing)
(#593) Requires a space after '{'. (block-spacing)
(#593) Statement inside of curly braces should be on next line. (brace-style)
(#593) Missing space before opening brace. (space-before-blocks)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) Missing whitespace after semicolon. (semi-spacing)
(#593) Expected space(s) after "if". (keyword-spacing)
(#593) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#593) Operator '>' must be spaced. (space-infix-ops)
(#593) Operator '-' must be spaced. (space-infix-ops)
(#593) Operator '&&' must be spaced. (space-infix-ops)
(#593) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#593) Operator '>' must be spaced. (space-infix-ops)
(#593) Operator '-' must be spaced. (space-infix-ops)
(#593) Operator '&&' must be spaced. (space-infix-ops)
(#593) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#593) Operator '>' must be spaced. (space-infix-ops)
(#593) Operator '-' must be spaced. (space-infix-ops)
(#593) Requires a space after '{'. (block-spacing)
(#593) Statement inside of curly braces should be on next line. (brace-style)
(#593) Missing space before opening brace. (space-before-blocks)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#594) This line has a length of 511. Maximum allowed is 132. (max-len)
(#594) Missing whitespace after semicolon. (semi-spacing)
(#594) Requires a space before '}'. (block-spacing)
(#594) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#594) Missing semicolon. (semi)
(#594) Requires a space before '}'. (block-spacing)
(#594) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#594) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#594) This line has 21 statements. Maximum allowed is 2. (max-statements-per-line)
(#594) Operator '==' must be spaced. (space-infix-ops)
(#594) 'I' used outside of binding context. (block-scoped-var)
(#594) Operator '&&' must be spaced. (space-infix-ops)
(#594) 'I' used outside of binding context. (block-scoped-var)
(#594) Operator '=' must be spaced. (space-infix-ops)
(#594) A space is required after ','. (comma-spacing)
(#594) A space is required after ','. (comma-spacing)
(#594) A space is required after ','. (comma-spacing)
(#594) A space is required after ','. (comma-spacing)
(#594) Missing whitespace after semicolon. (semi-spacing)
(#594) A space is required after ','. (comma-spacing)
(#594) 'I' used outside of binding context. (block-scoped-var)
(#594) Requires a space before '}'. (block-spacing)
(#594) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#594) Missing semicolon. (semi)
(#594) Operator '=' must be spaced. (space-infix-ops)
(#594) Missing whitespace after semicolon. (semi-spacing)
(#594) Operator '=' must be spaced. (space-infix-ops)
(#594) Missing whitespace after semicolon. (semi-spacing)
(#594) Expected space(s) after "for". (keyword-spacing)
(#594) 'x' used outside of binding context. (block-scoped-var)
(#594) Operator '=' must be spaced. (space-infix-ops)
(#594) Missing whitespace after semicolon. (semi-spacing)
(#594) Operator '<' must be spaced. (space-infix-ops)
(#594) 'x' used outside of binding context. (block-scoped-var)
(#594) Missing whitespace after semicolon. (semi-spacing)
(#594) 'a' used outside of binding context. (block-scoped-var)
(#594) Expected { after 'for' condition. (curly)
(#594) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#594) Operator '=' must be spaced. (space-infix-ops)
(#594) Unexpected use of comma operator. (no-sequences)
(#594) A space is required after ','. (comma-spacing)
(#594) 'A' used outside of binding context. (block-scoped-var)
(#594) Operator '=' must be spaced. (space-infix-ops)
(#594) 'y' used outside of binding context. (block-scoped-var)
(#594) 'a' used outside of binding context. (block-scoped-var)
(#594) A space is required after ','. (comma-spacing)
(#594) Operator '=' must be spaced. (space-infix-ops)
(#594) 'y' used outside of binding context. (block-scoped-var)
(#594) 'a' used outside of binding context. (block-scoped-var)
(#594) A space is required after ','. (comma-spacing)
(#594) 'a' used outside of binding context. (block-scoped-var)
(#594) Operator '=' must be spaced. (space-infix-ops)
(#594) 'y' used outside of binding context. (block-scoped-var)
(#594) 'a' used outside of binding context. (block-scoped-var)
(#594) A space is required after ','. (comma-spacing)
(#594) A constructor name should not start with a lowercase letter. (new-cap)
(#594) 'A' used outside of binding context. (block-scoped-var)
(#594) A space is required after ','. (comma-spacing)
(#594) A space is required after ','. (comma-spacing)
(#594) 'a' used outside of binding context. (block-scoped-var)
(#594) A space is required after ','. (comma-spacing)
(#594) 'A' used outside of binding context. (block-scoped-var)
(#594) A space is required after ','. (comma-spacing)
(#594) A space is required after ','. (comma-spacing)
(#594) 'a' used outside of binding context. (block-scoped-var)
(#594) Missing whitespace after semicolon. (semi-spacing)
(#594) Operator '=' must be spaced. (space-infix-ops)
(#594) Missing whitespace after semicolon. (semi-spacing)
(#594) Operator '=' must be spaced. (space-infix-ops)
(#594) Missing whitespace after semicolon. (semi-spacing)
(#594) Expected space(s) after "for". (keyword-spacing)
(#594) 'y' used outside of binding context. (block-scoped-var)
(#594) Operator '=' must be spaced. (space-infix-ops)
(#594) Missing whitespace after semicolon. (semi-spacing)
(#594) Operator '<' must be spaced. (space-infix-ops)
(#594) 'y' used outside of binding context. (block-scoped-var)
(#594) Missing whitespace after semicolon. (semi-spacing)
(#594) Requires a space after '{'. (block-spacing)
(#594) Statement inside of curly braces should be on next line. (brace-style)
(#594) Missing space before opening brace. (space-before-blocks)
(#594) 'x' used outside of binding context. (block-scoped-var)
(#594) Operator '=' must be spaced. (space-infix-ops)
(#594) Missing whitespace after semicolon. (semi-spacing)
(#594) 'A' used outside of binding context. (block-scoped-var)
(#594) Operator '=' must be spaced. (space-infix-ops)
(#594) Missing whitespace after semicolon. (semi-spacing)
(#594) Expected space(s) after "for". (keyword-spacing)
(#594) Operator '=' must be spaced. (space-infix-ops)
(#594) Missing whitespace after semicolon. (semi-spacing)
(#594) 'A' used outside of binding context. (block-scoped-var)
(#594) Operator '<' must be spaced. (space-infix-ops)
(#594) Missing whitespace after semicolon. (semi-spacing)
(#594) 'A' used outside of binding context. (block-scoped-var)
(#594) Expected { after 'for' condition. (curly)
(#594) Expected space(s) before "if". (keyword-spacing)
(#594) Expected space(s) after "if". (keyword-spacing)
(#594) 'a' used outside of binding context. (block-scoped-var)
(#594) Operator '=' must be spaced. (space-infix-ops)
(#594) 'A' used outside of binding context. (block-scoped-var)
(#594) Unexpected use of comma operator. (no-sequences)
(#594) A space is required after ','. (comma-spacing)
(#594) 'a' used outside of binding context. (block-scoped-var)
(#594) Operator '===' must be spaced. (space-infix-ops)
(#594) Operator '||' must be spaced. (space-infix-ops)
(#594) 'a' used outside of binding context. (block-scoped-var)
(#594) Operator '===' must be spaced. (space-infix-ops)
(#594) Operator '||' must be spaced. (space-infix-ops)
(#594) 'a' used outside of binding context. (block-scoped-var)
(#594) Operator '===' must be spaced. (space-infix-ops)
(#594) 'a' used outside of binding context. (block-scoped-var)
(#594) Expected { after 'if' condition. (curly)
(#594) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#594) Operator '!=' must be spaced. (space-infix-ops)
(#594) Operator '&&' must be spaced. (space-infix-ops)
(#594) Operator '===' must be spaced. (space-infix-ops)
(#594) 'x' used outside of binding context. (block-scoped-var)
(#594) 'a' used outside of binding context. (block-scoped-var)
(#594) Operator '&&' must be spaced. (space-infix-ops)
(#594) 'x' used outside of binding context. (block-scoped-var)
(#594) 'a' used outside of binding context. (block-scoped-var)
(#594) Unexpected use of comma operator. (no-sequences)
(#594) A space is required after ','. (comma-spacing)
(#594) 'a' used outside of binding context. (block-scoped-var)
(#594) Operator '!=' must be spaced. (space-infix-ops)
(#594) Operator '&&' must be spaced. (space-infix-ops)
(#594) Operator '===' must be spaced. (space-infix-ops)
(#594) 'x' used outside of binding context. (block-scoped-var)
(#594) 'a' used outside of binding context. (block-scoped-var)
(#594) Operator '&&' must be spaced. (space-infix-ops)
(#594) 'x' used outside of binding context. (block-scoped-var)
(#594) 'a' used outside of binding context. (block-scoped-var)
(#594) A space is required after ','. (comma-spacing)
(#594) 'a' used outside of binding context. (block-scoped-var)
(#594) Operator '!=' must be spaced. (space-infix-ops)
(#594) Operator '&&' must be spaced. (space-infix-ops)
(#594) Operator '===' must be spaced. (space-infix-ops)
(#594) 'x' used outside of binding context. (block-scoped-var)
(#594) 'a' used outside of binding context. (block-scoped-var)
(#594) Operator '&&' must be spaced. (space-infix-ops)
(#594) 'x' used outside of binding context. (block-scoped-var)
(#594) 'a' used outside of binding context. (block-scoped-var)
(#594) Missing whitespace after semicolon. (semi-spacing)
(#594) 'x' used outside of binding context. (block-scoped-var)
(#594) Requires a space before '}'. (block-spacing)
(#594) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#594) Missing semicolon. (semi)
(#594) Operator '=' must be spaced. (space-infix-ops)
(#594) Missing whitespace after semicolon. (semi-spacing)
(#594) 'y' used outside of binding context. (block-scoped-var)
(#594) Operator '=' must be spaced. (space-infix-ops)
(#594) Missing whitespace after semicolon. (semi-spacing)
(#594) Expected space(s) after "for". (keyword-spacing)
(#594) 'x' used outside of binding context. (block-scoped-var)
(#594) Operator '=' must be spaced. (space-infix-ops)
(#594) Missing whitespace after semicolon. (semi-spacing)
(#594) 'y' used outside of binding context. (block-scoped-var)
(#594) Operator '<' must be spaced. (space-infix-ops)
(#594) 'x' used outside of binding context. (block-scoped-var)
(#594) Missing whitespace after semicolon. (semi-spacing)
(#594) 'y' used outside of binding context. (block-scoped-var)
(#594) Requires a space after '{'. (block-spacing)
(#594) Statement inside of curly braces should be on next line. (brace-style)
(#594) Missing space before opening brace. (space-before-blocks)
(#594) Operator '=' must be spaced. (space-infix-ops)
(#594) 'y' used outside of binding context. (block-scoped-var)
(#594) Missing whitespace after semicolon. (semi-spacing)
(#594) 'a' used outside of binding context. (block-scoped-var)
(#594) Operator '=' must be spaced. (space-infix-ops)
(#594) 'y' used outside of binding context. (block-scoped-var)
(#594) Missing whitespace after semicolon. (semi-spacing)
(#594) 'A' used outside of binding context. (block-scoped-var)
(#594) Operator '=' must be spaced. (space-infix-ops)
(#594) Missing '()' invoking a constructor. (new-parens)
(#594) Missing whitespace after semicolon. (semi-spacing)
(#594) Expected space(s) after "if". (keyword-spacing)
(#594) Operator '>' must be spaced. (space-infix-ops)
(#594) 'a' used outside of binding context. (block-scoped-var)
(#594) 'A' used outside of binding context. (block-scoped-var)
(#594) Expected { after 'if' condition. (curly)
(#594) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#594) Operator '=' must be spaced. (space-infix-ops)
(#595) This line has a length of 501. Maximum allowed is 132. (max-len)
(#595) Unexpected use of comma operator. (no-sequences)
(#595) A space is required after ','. (comma-spacing)
(#595) 'A' used outside of binding context. (block-scoped-var)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) A space is required after ','. (comma-spacing)
(#595) 'A' used outside of binding context. (block-scoped-var)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) Expected space(s) after "else". (keyword-spacing)
(#595) Requires a space after '{'. (block-spacing)
(#595) Statement inside of curly braces should be on next line. (brace-style)
(#595) 't' used outside of binding context. (block-scoped-var)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#595) This line has 23 statements. Maximum allowed is 2. (max-statements-per-line)
(#595) Operator '>' must be spaced. (space-infix-ops)
(#595) 'a' used outside of binding context. (block-scoped-var)
(#595) Operator '&&' must be spaced. (space-infix-ops)
(#595) 't' used outside of binding context. (block-scoped-var)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) 'C' used outside of binding context. (block-scoped-var)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) Expected space(s) after "for". (keyword-spacing)
(#595) 'F' used outside of binding context. (block-scoped-var)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) 'a' used outside of binding context. (block-scoped-var)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) 'C' used outside of binding context. (block-scoped-var)
(#595) Operator '<' must be spaced. (space-infix-ops)
(#595) 'F' used outside of binding context. (block-scoped-var)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) 'C' used outside of binding context. (block-scoped-var)
(#595) 'f' used outside of binding context. (block-scoped-var)
(#595) Expected { after 'for' condition. (curly)
(#595) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) 'a' used outside of binding context. (block-scoped-var)
(#595) 'C' used outside of binding context. (block-scoped-var)
(#595) Unexpected use of comma operator. (no-sequences)
(#595) A space is required after ','. (comma-spacing)
(#595) 'A' used outside of binding context. (block-scoped-var)
(#595) Operator '+=' must be spaced. (space-infix-ops)
(#595) 'f' used outside of binding context. (block-scoped-var)
(#595) A space is required after ','. (comma-spacing)
(#595) 'A' used outside of binding context. (block-scoped-var)
(#595) Operator '+=' must be spaced. (space-infix-ops)
(#595) 'f' used outside of binding context. (block-scoped-var)
(#595) A space is required after ','. (comma-spacing)
(#595) 'A' used outside of binding context. (block-scoped-var)
(#595) Operator '+=' must be spaced. (space-infix-ops)
(#595) 'f' used outside of binding context. (block-scoped-var)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) 'A' used outside of binding context. (block-scoped-var)
(#595) Operator '+=' must be spaced. (space-infix-ops)
(#595) Operator '*' must be spaced. (space-infix-ops)
(#595) 't' used outside of binding context. (block-scoped-var)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) 'A' used outside of binding context. (block-scoped-var)
(#595) Operator '+=' must be spaced. (space-infix-ops)
(#595) Operator '*' must be spaced. (space-infix-ops)
(#595) 't' used outside of binding context. (block-scoped-var)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) 'A' used outside of binding context. (block-scoped-var)
(#595) Operator '+=' must be spaced. (space-infix-ops)
(#595) Operator '*' must be spaced. (space-infix-ops)
(#595) 't' used outside of binding context. (block-scoped-var)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) Operator '/' must be spaced. (space-infix-ops)
(#595) 't' used outside of binding context. (block-scoped-var)
(#595) Operator '+' must be spaced. (space-infix-ops)
(#595) 'a' used outside of binding context. (block-scoped-var)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) 'A' used outside of binding context. (block-scoped-var)
(#595) Operator '*=' must be spaced. (space-infix-ops)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) 'A' used outside of binding context. (block-scoped-var)
(#595) Operator '*=' must be spaced. (space-infix-ops)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) 'A' used outside of binding context. (block-scoped-var)
(#595) Operator '*=' must be spaced. (space-infix-ops)
(#595) Requires a space before '}'. (block-spacing)
(#595) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#595) Missing semicolon. (semi)
(#595) 'A' used outside of binding context. (block-scoped-var)
(#595) Requires a space before '}'. (block-spacing)
(#595) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#595) Missing semicolon. (semi)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) Expected space(s) after "for". (keyword-spacing)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) Operator '<' must be spaced. (space-infix-ops)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) 'y' used outside of binding context. (block-scoped-var)
(#595) Expected { after 'for' condition. (curly)
(#595) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) Unexpected use of comma operator. (no-sequences)
(#595) A space is required after ','. (comma-spacing)
(#595) 'y' used outside of binding context. (block-scoped-var)
(#595) A space is required after ','. (comma-spacing)
(#595) 'y' used outside of binding context. (block-scoped-var)
(#595) A space is required after ','. (comma-spacing)
(#595) 'y' used outside of binding context. (block-scoped-var)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) Expected space(s) after "for". (keyword-spacing)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) Operator '<' must be spaced. (space-infix-ops)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) 'y' used outside of binding context. (block-scoped-var)
(#595) Expected { after 'for' condition. (curly)
(#595) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) Unexpected use of comma operator. (no-sequences)
(#595) A space is required after ','. (comma-spacing)
(#595) 'x' used outside of binding context. (block-scoped-var)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) 'y' used outside of binding context. (block-scoped-var)
(#595) A space is required after ','. (comma-spacing)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) 'y' used outside of binding context. (block-scoped-var)
(#595) A space is required after ','. (comma-spacing)
(#595) 'A' used outside of binding context. (block-scoped-var)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) 'y' used outside of binding context. (block-scoped-var)
(#595) A space is required after ','. (comma-spacing)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) Operator '-' must be spaced. (space-infix-ops)
(#595) 'x' used outside of binding context. (block-scoped-var)
(#595) A space is required after ','. (comma-spacing)
(#595) Operator '-' must be spaced. (space-infix-ops)
(#595) 'x' used outside of binding context. (block-scoped-var)
(#595) A space is required after ','. (comma-spacing)
(#595) Operator '-' must be spaced. (space-infix-ops)
(#595) 'x' used outside of binding context. (block-scoped-var)
(#595) A space is required after ','. (comma-spacing)
(#595) A space is required after ','. (comma-spacing)
(#595) 'A' used outside of binding context. (block-scoped-var)
(#595) Operator '-' must be spaced. (space-infix-ops)
(#595) 'x' used outside of binding context. (block-scoped-var)
(#595) A space is required after ','. (comma-spacing)
(#595) 'A' used outside of binding context. (block-scoped-var)
(#595) Operator '-' must be spaced. (space-infix-ops)
(#595) 'x' used outside of binding context. (block-scoped-var)
(#595) A space is required after ','. (comma-spacing)
(#595) 'A' used outside of binding context. (block-scoped-var)
(#595) Operator '-' must be spaced. (space-infix-ops)
(#595) 'x' used outside of binding context. (block-scoped-var)
(#595) A space is required after ','. (comma-spacing)
(#595) Operator '&&' must be spaced. (space-infix-ops)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) A space is required after ','. (comma-spacing)
(#595) A space is required after ','. (comma-spacing)
(#595) A space is required after ','. (comma-spacing)
(#595) 'y' used outside of binding context. (block-scoped-var)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) Expected space(s) after "for". (keyword-spacing)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) Operator '<' must be spaced. (space-infix-ops)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) Requires a space after '{'. (block-spacing)
(#595) Statement inside of curly braces should be on next line. (brace-style)
(#595) Missing space before opening brace. (space-before-blocks)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) A space is required after ','. (comma-spacing)
(#595) A space is required after ','. (comma-spacing)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) 'y' used outside of binding context. (block-scoped-var)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) Expected space(s) after "for". (keyword-spacing)
(#595) 'x' used outside of binding context. (block-scoped-var)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) 'y' used outside of binding context. (block-scoped-var)
(#595) Operator '<' must be spaced. (space-infix-ops)
(#595) 'x' used outside of binding context. (block-scoped-var)
(#595) Missing whitespace after semicolon. (semi-spacing)
(#595) 'y' used outside of binding context. (block-scoped-var)
(#595) Expected { after 'for' condition. (curly)
(#595) Expected space(s) before "if". (keyword-spacing)
(#595) Expected space(s) after "if". (keyword-spacing)
(#595) 'A' used outside of binding context. (block-scoped-var)
(#595) Operator '=' must be spaced. (space-infix-ops)
(#595) 'y' used outside of binding context. (block-scoped-var)
(#595) Unexpected use of comma operator. (no-sequences)
(#595) A space is required after ','. (comma-spacing)
(#595) 'A' used outside of binding context. (block-scoped-var)
(#595) Operator '===' must be spaced. (space-infix-ops)
(#595) Operator '||' must be spaced. (space-infix-ops)
(#596) This line has a length of 516. Maximum allowed is 132. (max-len)
(#596) 'A' used outside of binding context. (block-scoped-var)
(#596) Operator '===' must be spaced. (space-infix-ops)
(#596) Operator '||' must be spaced. (space-infix-ops)
(#596) 'A' used outside of binding context. (block-scoped-var)
(#596) Operator '===' must be spaced. (space-infix-ops)
(#596) Expected { after 'if' condition. (curly)
(#596) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#596) Operator '+=' must be spaced. (space-infix-ops)
(#596) 'A' used outside of binding context. (block-scoped-var)
(#596) Unexpected use of comma operator. (no-sequences)
(#596) A space is required after ','. (comma-spacing)
(#596) Operator '+=' must be spaced. (space-infix-ops)
(#596) 'A' used outside of binding context. (block-scoped-var)
(#596) A space is required after ','. (comma-spacing)
(#596) Operator '+=' must be spaced. (space-infix-ops)
(#596) 'A' used outside of binding context. (block-scoped-var)
(#596) Missing whitespace after semicolon. (semi-spacing)
(#596) Missing whitespace after semicolon. (semi-spacing)
(#596) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#596) A space is required after ','. (comma-spacing)
(#596) A space is required after ','. (comma-spacing)
(#596) Requires a space before '}'. (block-spacing)
(#596) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#596) Missing semicolon. (semi)
(#596) Expected space(s) before "this". (keyword-spacing)
(#596) A space is required after ','. (comma-spacing)
(#596) A space is required after ','. (comma-spacing)
(#596) Requires a space before '}'. (block-spacing)
(#596) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#596) Missing semicolon. (semi)
(#596) Missing whitespace after semicolon. (semi-spacing)
(#596) Operator '=' must be spaced. (space-infix-ops)
(#596) A space is required after ','. (comma-spacing)
(#596) Requires a space after '{'. (block-spacing)
(#596) Statement inside of curly braces should be on next line. (brace-style)
(#596) Missing space before opening brace. (space-before-blocks)
(#596) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#596) Operator '&&' must be spaced. (space-infix-ops)
(#596) Operator '=' must be spaced. (space-infix-ops)
(#596) Missing whitespace after semicolon. (semi-spacing)
(#596) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#596) Operator '&&' must be spaced. (space-infix-ops)
(#596) A space is required after ','. (comma-spacing)
(#596) A space is required after ','. (comma-spacing)
(#596) A space is required after ','. (comma-spacing)
(#596) A space is required after ','. (comma-spacing)
(#596) A space is required after ','. (comma-spacing)
(#596) A space is required after ','. (comma-spacing)
(#596) A space is required after ','. (comma-spacing)
(#596) A space is required after ','. (comma-spacing)
(#596) A space is required after ','. (comma-spacing)
(#596) Do not nest ternary expressions. (no-nested-ternary)
(#596) Operator '===' must be spaced. (space-infix-ops)
(#596) Operator '?' must be spaced. (space-infix-ops)
(#596) A space is required after ','. (comma-spacing)
(#597) This line has a length of 416. Maximum allowed is 132. (max-len)
(#597) A space is required after ','. (comma-spacing)
(#597) A space is required after ','. (comma-spacing)
(#597) A space is required after ','. (comma-spacing)
(#597) Operator ':' must be spaced. (space-infix-ops)
(#597) Operator '===' must be spaced. (space-infix-ops)
(#597) Operator '?' must be spaced. (space-infix-ops)
(#597) A space is required after ','. (comma-spacing)
(#597) A space is required after ','. (comma-spacing)
(#597) A space is required after ','. (comma-spacing)
(#597) A space is required after ','. (comma-spacing)
(#597) Operator ':' must be spaced. (space-infix-ops)
(#597) A space is required after ','. (comma-spacing)
(#597) A space is required after ','. (comma-spacing)
(#597) A space is required after ','. (comma-spacing)
(#597) Requires a space before '}'. (block-spacing)
(#597) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#597) Missing semicolon. (semi)
(#597) Requires a space before '}'. (block-spacing)
(#597) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#597) Missing semicolon. (semi)
(#597) A space is required after ','. (comma-spacing)
(#597) A space is required after ','. (comma-spacing)
(#597) A space is required after ','. (comma-spacing)
(#597) A space is required after ','. (comma-spacing)
(#597) A space is required after ','. (comma-spacing)
(#598) This line has a length of 477. Maximum allowed is 132. (max-len)
(#598) A space is required after ','. (comma-spacing)
(#598) A space is required after ','. (comma-spacing)
(#598) A space is required after ','. (comma-spacing)
(#598) A space is required after ','. (comma-spacing)
(#598) 'k' is defined but never used. (no-unused-vars)
(#598) Requires a space after '{'. (block-spacing)
(#598) Statement inside of curly braces should be on next line. (brace-style)
(#598) Missing space before opening brace. (space-before-blocks)
(#598) Operator '=' must be spaced. (space-infix-ops)
(#598) A space is required after ','. (comma-spacing)
(#598) A space is required after ','. (comma-spacing)
(#598) Requires a space after '{'. (block-spacing)
(#598) Statement inside of curly braces should be on next line. (brace-style)
(#598) Missing space before opening brace. (space-before-blocks)
(#598) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#598) Operator '=' must be spaced. (space-infix-ops)
(#598) Missing whitespace after semicolon. (semi-spacing)
(#598) Operator '=' must be spaced. (space-infix-ops)
(#598) Missing whitespace after semicolon. (semi-spacing)
(#598) Operator '=' must be spaced. (space-infix-ops)
(#598) Missing whitespace after semicolon. (semi-spacing)
(#598) A space is required after ','. (comma-spacing)
(#598) A space is required after ','. (comma-spacing)
(#598) Requires a space before '}'. (block-spacing)
(#598) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#598) Missing semicolon. (semi)
(#598) Missing whitespace after semicolon. (semi-spacing)
(#598) Operator '=' must be spaced. (space-infix-ops)
(#598) Missing '()' invoking a constructor. (new-parens)
(#598) Operator '=' must be spaced. (space-infix-ops)
(#598) A space is required after ','. (comma-spacing)
(#598) A space is required after ','. (comma-spacing)
(#598) Requires a space after '{'. (block-spacing)
(#598) Statement inside of curly braces should be on next line. (brace-style)
(#598) Missing space before opening brace. (space-before-blocks)
(#598) Operator '=' must be spaced. (space-infix-ops)
(#598) Missing whitespace after semicolon. (semi-spacing)
(#598) Operator '=' must be spaced. (space-infix-ops)
(#598) A space is required after ','. (comma-spacing)
(#598) A space is required after ','. (comma-spacing)
(#598) A space is required after ','. (comma-spacing)
(#598) Missing whitespace after semicolon. (semi-spacing)
(#598) Operator '=' must be spaced. (space-infix-ops)
(#598) Missing whitespace after semicolon. (semi-spacing)
(#598) Expected space(s) after "for". (keyword-spacing)
(#598) Operator '=' must be spaced. (space-infix-ops)
(#598) Missing whitespace after semicolon. (semi-spacing)
(#598) Operator '<' must be spaced. (space-infix-ops)
(#598) Missing whitespace after semicolon. (semi-spacing)
(#598) Requires a space after '{'. (block-spacing)
(#598) Statement inside of curly braces should be on next line. (brace-style)
(#598) Missing space before opening brace. (space-before-blocks)
(#598) Operator '=' must be spaced. (space-infix-ops)
(#598) A space is required after ','. (comma-spacing)
(#598) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#598) Operator '=' must be spaced. (space-infix-ops)
(#598) Operator '&&' must be spaced. (space-infix-ops)
(#598) Operator '!==' must be spaced. (space-infix-ops)
(#598) Operator '?' must be spaced. (space-infix-ops)
(#598) Operator ':' must be spaced. (space-infix-ops)
(#598) Missing whitespace after semicolon. (semi-spacing)
(#598) Operator '=' must be spaced. (space-infix-ops)
(#598) Operator '-' must be spaced. (space-infix-ops)
(#598) Operator '-' must be spaced. (space-infix-ops)
(#598) Missing whitespace after semicolon. (semi-spacing)
(#598) Operator '=' must be spaced. (space-infix-ops)
(#598) A space is required after ','. (comma-spacing)
(#598) Requires a space before '}'. (block-spacing)
(#598) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#598) Missing semicolon. (semi)
(#598) Expected space(s) before "return". (keyword-spacing)
(#598) Requires a space before '}'. (block-spacing)
(#598) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#598) Missing semicolon. (semi)
(#598) Requires a space before '}'. (block-spacing)
(#598) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#598) Missing semicolon. (semi)
(#598) A space is required after ','. (comma-spacing)
(#598) A space is required after ','. (comma-spacing)
(#598) A space is required after ','. (comma-spacing)
(#599) This line has a length of 458. Maximum allowed is 132. (max-len)
(#599) A space is required after ','. (comma-spacing)
(#599) A space is required after ','. (comma-spacing)
(#599) A space is required after ','. (comma-spacing)
(#599) A space is required after ','. (comma-spacing)
(#599) 'k' is defined but never used. (no-unused-vars)
(#599) Requires a space after '{'. (block-spacing)
(#599) Statement inside of curly braces should be on next line. (brace-style)
(#599) Missing space before opening brace. (space-before-blocks)
(#599) Operator '=' must be spaced. (space-infix-ops)
(#599) A space is required after ','. (comma-spacing)
(#599) Requires a space after '{'. (block-spacing)
(#599) Statement inside of curly braces should be on next line. (brace-style)
(#599) Missing space before opening brace. (space-before-blocks)
(#599) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#599) Operator '=' must be spaced. (space-infix-ops)
(#599) Missing whitespace after semicolon. (semi-spacing)
(#599) Operator '=' must be spaced. (space-infix-ops)
(#599) Missing whitespace after semicolon. (semi-spacing)
(#599) Operator '=' must be spaced. (space-infix-ops)
(#599) Missing whitespace after semicolon. (semi-spacing)
(#599) A space is required after ','. (comma-spacing)
(#599) A space is required after ','. (comma-spacing)
(#599) Requires a space before '}'. (block-spacing)
(#599) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#599) Missing semicolon. (semi)
(#599) Missing whitespace after semicolon. (semi-spacing)
(#599) Operator '=' must be spaced. (space-infix-ops)
(#599) Missing '()' invoking a constructor. (new-parens)
(#599) Operator '=' must be spaced. (space-infix-ops)
(#599) A space is required after ','. (comma-spacing)
(#599) A space is required after ','. (comma-spacing)
(#599) Requires a space after '{'. (block-spacing)
(#599) Statement inside of curly braces should be on next line. (brace-style)
(#599) Missing space before opening brace. (space-before-blocks)
(#599) Operator '=' must be spaced. (space-infix-ops)
(#599) Missing whitespace after semicolon. (semi-spacing)
(#599) Operator '=' must be spaced. (space-infix-ops)
(#599) A space is required after ','. (comma-spacing)
(#599) A space is required after ','. (comma-spacing)
(#599) A space is required after ','. (comma-spacing)
(#599) Missing whitespace after semicolon. (semi-spacing)
(#599) Operator '=' must be spaced. (space-infix-ops)
(#599) Missing whitespace after semicolon. (semi-spacing)
(#599) Expected space(s) after "for". (keyword-spacing)
(#599) Operator '=' must be spaced. (space-infix-ops)
(#599) Missing whitespace after semicolon. (semi-spacing)
(#599) Operator '<' must be spaced. (space-infix-ops)
(#599) Missing whitespace after semicolon. (semi-spacing)
(#599) Requires a space after '{'. (block-spacing)
(#599) Statement inside of curly braces should be on next line. (brace-style)
(#599) Missing space before opening brace. (space-before-blocks)
(#599) Operator '=' must be spaced. (space-infix-ops)
(#599) A space is required after ','. (comma-spacing)
(#599) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#599) Operator '=' must be spaced. (space-infix-ops)
(#599) Operator '&&' must be spaced. (space-infix-ops)
(#599) Operator '!==' must be spaced. (space-infix-ops)
(#599) Operator '?' must be spaced. (space-infix-ops)
(#599) Operator ':' must be spaced. (space-infix-ops)
(#599) Missing whitespace after semicolon. (semi-spacing)
(#599) Operator '=' must be spaced. (space-infix-ops)
(#599) Operator '-' must be spaced. (space-infix-ops)
(#599) Missing whitespace after semicolon. (semi-spacing)
(#599) Operator '=' must be spaced. (space-infix-ops)
(#599) A space is required after ','. (comma-spacing)
(#599) Requires a space before '}'. (block-spacing)
(#599) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#599) Missing semicolon. (semi)
(#599) Expected space(s) before "return". (keyword-spacing)
(#599) Requires a space before '}'. (block-spacing)
(#599) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#599) Missing semicolon. (semi)
(#599) Requires a space before '}'. (block-spacing)
(#599) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#599) Missing semicolon. (semi)
(#599) A space is required after ','. (comma-spacing)
(#599) A space is required after ','. (comma-spacing)
(#599) A space is required after ','. (comma-spacing)
(#600) This line has a length of 502. Maximum allowed is 132. (max-len)
(#600) A space is required after ','. (comma-spacing)
(#600) A space is required after ','. (comma-spacing)
(#600) A space is required after ','. (comma-spacing)
(#600) Requires a space after '{'. (block-spacing)
(#600) Statement inside of curly braces should be on next line. (brace-style)
(#600) Missing space before opening brace. (space-before-blocks)
(#600) Operator '=' must be spaced. (space-infix-ops)
(#600) Requires a space after '{'. (block-spacing)
(#600) Statement inside of curly braces should be on next line. (brace-style)
(#600) Missing space before opening brace. (space-before-blocks)
(#600) This line has 24 statements. Maximum allowed is 2. (max-statements-per-line)
(#600) Operator '=' must be spaced. (space-infix-ops)
(#600) Missing whitespace after semicolon. (semi-spacing)
(#600) 'i' is not defined. (no-undef)
(#600) Operator '=' must be spaced. (space-infix-ops)
(#600) Missing whitespace after semicolon. (semi-spacing)
(#600) Expected space(s) after "for". (keyword-spacing)
(#600) 'ii' is not defined. (no-undef)
(#600) Operator '=' must be spaced. (space-infix-ops)
(#600) Missing whitespace after semicolon. (semi-spacing)
(#600) 'i' is not defined. (no-undef)
(#600) Operator '<' must be spaced. (space-infix-ops)
(#600) 'ii' is not defined. (no-undef)
(#600) Missing whitespace after semicolon. (semi-spacing)
(#600) 'i' is not defined. (no-undef)
(#600) Expected { after 'for' condition. (curly)
(#600) Expected space(s) before "this". (keyword-spacing)
(#600) 'i' is not defined. (no-undef)
(#600) Operator '=' must be spaced. (space-infix-ops)
(#600) Requires a space before '}'. (block-spacing)
(#600) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#600) Missing semicolon. (semi)
(#600) Missing whitespace after semicolon. (semi-spacing)
(#600) Operator '=' must be spaced. (space-infix-ops)
(#600) Missing whitespace after semicolon. (semi-spacing)
(#600) Operator '=' must be spaced. (space-infix-ops)
(#600) Requires a space after '{'. (block-spacing)
(#600) Statement inside of curly braces should be on next line. (brace-style)
(#600) Missing space before opening brace. (space-before-blocks)
(#600) 'i' is not defined. (no-undef)
(#600) Operator '=' must be spaced. (space-infix-ops)
(#600) Missing whitespace after semicolon. (semi-spacing)
(#600) Expected space(s) after "for". (keyword-spacing)
(#600) 'ii' is not defined. (no-undef)
(#600) Operator '=' must be spaced. (space-infix-ops)
(#600) Missing whitespace after semicolon. (semi-spacing)
(#600) 'i' is not defined. (no-undef)
(#600) Operator '<' must be spaced. (space-infix-ops)
(#600) 'ii' is not defined. (no-undef)
(#600) Missing whitespace after semicolon. (semi-spacing)
(#600) 'i' is not defined. (no-undef)
(#600) Expected { after 'for' condition. (curly)
(#600) Expected space(s) before "this". (keyword-spacing)
(#600) 'i' is not defined. (no-undef)
(#600) A space is required after ','. (comma-spacing)
(#600) Requires a space after '{'. (block-spacing)
(#600) Statement inside of curly braces should be on next line. (brace-style)
(#600) Missing space before opening brace. (space-before-blocks)
(#600) Operator '-' must be spaced. (space-infix-ops)
(#600) Requires a space before '}'. (block-spacing)
(#600) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#600) Missing semicolon. (semi)
(#600) Requires a space before '}'. (block-spacing)
(#600) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#600) Missing semicolon. (semi)
(#600) Missing whitespace after semicolon. (semi-spacing)
(#600) Operator '=' must be spaced. (space-infix-ops)
(#600) A space is required after ','. (comma-spacing)
(#600) Requires a space after '{'. (block-spacing)
(#600) Statement inside of curly braces should be on next line. (brace-style)
(#600) Missing space before opening brace. (space-before-blocks)
(#600) Operator '=' must be spaced. (space-infix-ops)
(#600) Missing whitespace after semicolon. (semi-spacing)
(#600) Operator '=' must be spaced. (space-infix-ops)
(#600) Missing whitespace after semicolon. (semi-spacing)
(#600) Operator '=' must be spaced. (space-infix-ops)
(#600) Operator '*' must be spaced. (space-infix-ops)
(#600) Operator '/' must be spaced. (space-infix-ops)
(#600) Missing whitespace after semicolon. (semi-spacing)
(#600) Operator '=' must be spaced. (space-infix-ops)
(#600) Operator '/' must be spaced. (space-infix-ops)
(#600) Missing whitespace after semicolon. (semi-spacing)
(#600) Operator '=' must be spaced. (space-infix-ops)
(#600) Operator '-' must be spaced. (space-infix-ops)
(#600) Missing whitespace after semicolon. (semi-spacing)
(#600) Operator '=' must be spaced. (space-infix-ops)
(#600) Missing whitespace after semicolon. (semi-spacing)
(#600) Missing whitespace after semicolon. (semi-spacing)
(#600) A space is required after ','. (comma-spacing)
(#600) Missing whitespace after semicolon. (semi-spacing)
(#600) A space is required after ','. (comma-spacing)
(#600) Missing whitespace after semicolon. (semi-spacing)
(#600) Missing whitespace after semicolon. (semi-spacing)
(#600) Missing whitespace after semicolon. (semi-spacing)
(#600) Missing whitespace after semicolon. (semi-spacing)
(#601) This line has a length of 526. Maximum allowed is 132. (max-len)
(#601) A space is required after ','. (comma-spacing)
(#601) Missing whitespace after semicolon. (semi-spacing)
(#601) A space is required after ','. (comma-spacing)
(#601) Missing whitespace after semicolon. (semi-spacing)
(#601) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#601) Missing whitespace after semicolon. (semi-spacing)
(#601) Missing whitespace after semicolon. (semi-spacing)
(#601) 'i' is not defined. (no-undef)
(#601) Operator '=' must be spaced. (space-infix-ops)
(#601) Missing whitespace after semicolon. (semi-spacing)
(#601) Expected space(s) after "for". (keyword-spacing)
(#601) 'ii' is not defined. (no-undef)
(#601) Operator '=' must be spaced. (space-infix-ops)
(#601) Missing whitespace after semicolon. (semi-spacing)
(#601) 'i' is not defined. (no-undef)
(#601) Operator '<' must be spaced. (space-infix-ops)
(#601) 'ii' is not defined. (no-undef)
(#601) Missing whitespace after semicolon. (semi-spacing)
(#601) 'i' is not defined. (no-undef)
(#601) Expected { after 'for' condition. (curly)
(#601) Expected space(s) before "for". (keyword-spacing)
(#601) Expected space(s) after "for". (keyword-spacing)
(#601) Operator '=' must be spaced. (space-infix-ops)
(#601) 'i' is not defined. (no-undef)
(#601) Operator '+' must be spaced. (space-infix-ops)
(#601) Operator '*' must be spaced. (space-infix-ops)
(#601) Operator '/' must be spaced. (space-infix-ops)
(#601) 'ii' is not defined. (no-undef)
(#601) Operator '+' must be spaced. (space-infix-ops)
(#601) A space is required after ','. (comma-spacing)
(#601) A space is required after ','. (comma-spacing)
(#601) A space is required after ','. (comma-spacing)
(#601) A space is required after ','. (comma-spacing)
(#601) A space is required after ','. (comma-spacing)
(#601) Operator '+' must be spaced. (space-infix-ops)
(#601) A space is required after ','. (comma-spacing)
(#601) A space is required after ','. (comma-spacing)
(#601) A space is required after ','. (comma-spacing)
(#601) 's' is not defined. (no-undef)
(#601) Operator '=' must be spaced. (space-infix-ops)
(#601) A space is required after ','. (comma-spacing)
(#601) 'ss' is not defined. (no-undef)
(#601) Operator '=' must be spaced. (space-infix-ops)
(#601) 'i' is not defined. (no-undef)
(#601) Missing whitespace after semicolon. (semi-spacing)
(#601) 's' is not defined. (no-undef)
(#601) Operator '<' must be spaced. (space-infix-ops)
(#601) 'ss' is not defined. (no-undef)
(#601) Missing whitespace after semicolon. (semi-spacing)
(#601) 's' is not defined. (no-undef)
(#601) Requires a space after '{'. (block-spacing)
(#601) Statement inside of curly braces should be on next line. (brace-style)
(#601) Missing space before opening brace. (space-before-blocks)
(#601) Operator '=' must be spaced. (space-infix-ops)
(#601) Operator '-' must be spaced. (space-infix-ops)
(#601) Operator '*' must be spaced. (space-infix-ops)
(#601) 'i' is not defined. (no-undef)
(#601) 's' is not defined. (no-undef)
(#601) Missing whitespace after semicolon. (semi-spacing)
(#601) Expected space(s) after "switch". (keyword-spacing)
(#601) 'i' is not defined. (no-undef)
(#601) 's' is not defined. (no-undef)
(#601) Requires a space after '{'. (block-spacing)
(#601) Statement inside of curly braces should be on next line. (brace-style)
(#601) Missing space before opening brace. (space-before-blocks)
(#601) Missing whitespace after semicolon. (semi-spacing)
(#601) A space is required after ','. (comma-spacing)
(#601) A space is required after ','. (comma-spacing)
(#601) A space is required after ','. (comma-spacing)
(#601) A space is required after ','. (comma-spacing)
(#601) Operator '*' must be spaced. (space-infix-ops)
(#601) A space is required after ','. (comma-spacing)
(#601) Missing whitespace after semicolon. (semi-spacing)
(#601) Missing whitespace after semicolon. (semi-spacing)
(#601) Missing whitespace after semicolon. (semi-spacing)
(#601) Missing whitespace after semicolon. (semi-spacing)
(#601) A space is required after ','. (comma-spacing)
(#601) A space is required after ','. (comma-spacing)
(#601) A space is required after ','. (comma-spacing)
(#601) A space is required after ','. (comma-spacing)
(#601) Operator '*' must be spaced. (space-infix-ops)
(#601) A space is required after ','. (comma-spacing)
(#601) Missing whitespace after semicolon. (semi-spacing)
(#601) Missing whitespace after semicolon. (semi-spacing)
(#601) Missing whitespace after semicolon. (semi-spacing)
(#602) This line has a length of 330. Maximum allowed is 132. (max-len)
(#602) Operator '-' must be spaced. (space-infix-ops)
(#602) A space is required after ','. (comma-spacing)
(#602) Operator '-' must be spaced. (space-infix-ops)
(#602) A space is required after ','. (comma-spacing)
(#602) A space is required after ','. (comma-spacing)
(#602) Missing whitespace after semicolon. (semi-spacing)
(#602) Missing whitespace after semicolon. (semi-spacing)
(#602) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#602) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#602) Unexpected use of comma operator. (no-sequences)
(#602) A space is required after ','. (comma-spacing)
(#602) A space is required after ','. (comma-spacing)
(#602) A space is required after ','. (comma-spacing)
(#602) A space is required after ','. (comma-spacing)
(#602) A space is required after ','. (comma-spacing)
(#602) A space is required after ','. (comma-spacing)
(#602) A space is required after ','. (comma-spacing)
(#602) Requires a space before '}'. (block-spacing)
(#602) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#602) Missing semicolon. (semi)
(#602) Expected space(s) before "switch". (keyword-spacing)
(#602) Expected space(s) after "switch". (keyword-spacing)
(#602) 'i' is not defined. (no-undef)
(#602) 's' is not defined. (no-undef)
(#602) Requires a space after '{'. (block-spacing)
(#602) Statement inside of curly braces should be on next line. (brace-style)
(#602) Missing space before opening brace. (space-before-blocks)
(#602) Operator '=' must be spaced. (space-infix-ops)
(#602) Missing whitespace after semicolon. (semi-spacing)
(#602) Missing whitespace after semicolon. (semi-spacing)
(#602) Missing whitespace after semicolon. (semi-spacing)
(#602) Requires a space before '}'. (block-spacing)
(#602) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#602) Missing semicolon. (semi)
(#602) Requires a space before '}'. (block-spacing)
(#602) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#602) Requires a space before '}'. (block-spacing)
(#602) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#602) Missing whitespace after semicolon. (semi-spacing)
(#602) Operator '=' must be spaced. (space-infix-ops)
(#602) A space is required after ','. (comma-spacing)
(#602) A space is required after ','. (comma-spacing)
(#602) Requires a space after '{'. (block-spacing)
(#602) Statement inside of curly braces should be on next line. (brace-style)
(#602) Missing space before opening brace. (space-before-blocks)
(#602) Operator '=' must be spaced. (space-infix-ops)
(#602) Missing whitespace after semicolon. (semi-spacing)
(#602) Operator '=' must be spaced. (space-infix-ops)
(#602) Missing whitespace after semicolon. (semi-spacing)
(#602) Operator '=' must be spaced. (space-infix-ops)
(#602) Operator '?' must be spaced. (space-infix-ops)
(#602) Operator ':' must be spaced. (space-infix-ops)
(#602) Requires a space before '}'. (block-spacing)
(#602) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#602) Missing semicolon. (semi)
(#602) Requires a space before '}'. (block-spacing)
(#602) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#602) Missing semicolon. (semi)
(#602) A space is required after ','. (comma-spacing)
(#602) A space is required after ','. (comma-spacing)
(#603) This line has a length of 504. Maximum allowed is 132. (max-len)
(#603) A space is required after ','. (comma-spacing)
(#603) A space is required after ','. (comma-spacing)
(#603) A space is required after ','. (comma-spacing)
(#603) A space is required after ','. (comma-spacing)
(#603) A space is required after ','. (comma-spacing)
(#603) Requires a space after '{'. (block-spacing)
(#603) Statement inside of curly braces should be on next line. (brace-style)
(#603) Missing space before opening brace. (space-before-blocks)
(#603) Operator '=' must be spaced. (space-infix-ops)
(#603) Missing space before value for key 'backgroundColor'. (key-spacing)
(#603) A space is required after ','. (comma-spacing)
(#603) Missing space before value for key 'scale'. (key-spacing)
(#603) A space is required after ','. (comma-spacing)
(#603) Missing space before value for key 'rotateAngle'. (key-spacing)
(#603) A space is required after ','. (comma-spacing)
(#603) Identifier 'bondLength_2D' is not in camel case. (camelcase)
(#603) Missing space before value for key 'bondLength_2D'. (key-spacing)
(#603) A space is required after ','. (comma-spacing)
(#603) Missing space before value for key 'angstromsPerBondLength'. (key-spacing)
(#603) A space is required after ','. (comma-spacing)
(#603) Identifier 'lightDirection_3D' is not in camel case. (camelcase)
(#603) Missing space before value for key 'lightDirection_3D'. (key-spacing)
(#603) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#603) A space is required after ','. (comma-spacing)
(#603) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#603) A space is required after ','. (comma-spacing)
(#603) A space is required after ','. (comma-spacing)
(#603) Identifier 'lightDiffuseColor_3D' is not in camel case. (camelcase)
(#603) Missing space before value for key 'lightDiffuseColor_3D'. (key-spacing)
(#603) A space is required after ','. (comma-spacing)
(#603) Identifier 'lightSpecularColor_3D' is not in camel case. (camelcase)
(#603) Missing space before value for key 'lightSpecularColor_3D'. (key-spacing)
(#603) A space is required after ','. (comma-spacing)
(#603) Identifier 'projectionPerspective_3D' is not in camel case. (camelcase)
(#603) Missing space before value for key 'projectionPerspective_3D'. (key-spacing)
(#603) A space is required after ','. (comma-spacing)
(#603) Identifier 'projectionPerspectiveVerticalFieldOfView_3D' is not in camel case. (camelcase)
(#603) Missing space before value for key 'projectionPerspectiveVerticalFieldOfView_3D'. (key-spacing)
(#603) A space is required after ','. (comma-spacing)
(#603) Identifier 'projectionOrthoWidth_3D' is not in camel case. (camelcase)
(#603) Missing space before value for key 'projectionOrthoWidth_3D'. (key-spacing)
(#603) A space is required after ','. (comma-spacing)
(#603) Identifier 'projectionWidthHeightRatio_3D' is not in camel case. (camelcase)
(#603) Missing space before value for key 'projectionWidthHeightRatio_3D'. (key-spacing)
(#603) A space is required after ','. (comma-spacing)
(#603) Identifier 'projectionFrontCulling_3D' is not in camel case. (camelcase)
(#603) Missing space before value for key 'projectionFrontCulling_3D'. (key-spacing)
(#603) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#603) A space is required after ','. (comma-spacing)
(#603) Identifier 'projectionBackCulling_3D' is not in camel case. (camelcase)
(#603) Missing space before value for key 'projectionBackCulling_3D'. (key-spacing)
(#603) A space is required after ','. (comma-spacing)
(#603) Identifier 'cullBackFace_3D' is not in camel case. (camelcase)
(#603) Missing space before value for key 'cullBackFace_3D'. (key-spacing)
(#603) A space is required after ','. (comma-spacing)
(#603) Identifier 'fog_mode_3D' is not in camel case. (camelcase)
(#603) Missing space before value for key 'fog_mode_3D'. (key-spacing)
(#603) A space is required after ','. (comma-spacing)
(#603) Identifier 'fog_color_3D' is not in camel case. (camelcase)
(#603) Missing space before value for key 'fog_color_3D'. (key-spacing)
(#603) A space is required after ','. (comma-spacing)
(#603) Identifier 'fog_start_3D' is not in camel case. (camelcase)
(#603) Missing space before value for key 'fog_start_3D'. (key-spacing)
(#603) A space is required after ','. (comma-spacing)
(#603) Identifier 'fog_end_3D' is not in camel case. (camelcase)
(#603) Missing space before value for key 'fog_end_3D'. (key-spacing)
(#604) This line has a length of 505. Maximum allowed is 132. (max-len)
(#604) Identifier 'fog_density_3D' is not in camel case. (camelcase)
(#604) Missing space before value for key 'fog_density_3D'. (key-spacing)
(#604) A space is required after ','. (comma-spacing)
(#604) Identifier 'shadow_3D' is not in camel case. (camelcase)
(#604) Missing space before value for key 'shadow_3D'. (key-spacing)
(#604) A space is required after ','. (comma-spacing)
(#604) Identifier 'shadow_intensity_3D' is not in camel case. (camelcase)
(#604) Missing space before value for key 'shadow_intensity_3D'. (key-spacing)
(#604) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#604) A space is required after ','. (comma-spacing)
(#604) Identifier 'flat_color_3D' is not in camel case. (camelcase)
(#604) Missing space before value for key 'flat_color_3D'. (key-spacing)
(#604) A space is required after ','. (comma-spacing)
(#604) Identifier 'antialias_3D' is not in camel case. (camelcase)
(#604) Missing space before value for key 'antialias_3D'. (key-spacing)
(#604) A space is required after ','. (comma-spacing)
(#604) Identifier 'gammaCorrection_3D' is not in camel case. (camelcase)
(#604) Missing space before value for key 'gammaCorrection_3D'. (key-spacing)
(#604) A space is required after ','. (comma-spacing)
(#604) Missing space before value for key 'colorHover'. (key-spacing)
(#604) A space is required after ','. (comma-spacing)
(#604) Missing space before value for key 'colorSelect'. (key-spacing)
(#604) A space is required after ','. (comma-spacing)
(#604) Missing space before value for key 'colorError'. (key-spacing)
(#604) A space is required after ','. (comma-spacing)
(#604) Missing space before value for key 'colorPreview'. (key-spacing)
(#604) A space is required after ','. (comma-spacing)
(#604) Identifier 'ssao_3D' is not in camel case. (camelcase)
(#604) Missing space before value for key 'ssao_3D'. (key-spacing)
(#604) A space is required after ','. (comma-spacing)
(#604) Identifier 'ssao_kernel_radius' is not in camel case. (camelcase)
(#604) Missing space before value for key 'ssao_kernel_radius'. (key-spacing)
(#604) A space is required after ','. (comma-spacing)
(#604) Identifier 'ssao_kernel_samples' is not in camel case. (camelcase)
(#604) Missing space before value for key 'ssao_kernel_samples'. (key-spacing)
(#604) A space is required after ','. (comma-spacing)
(#604) Identifier 'ssao_power' is not in camel case. (camelcase)
(#604) Missing space before value for key 'ssao_power'. (key-spacing)
(#604) A space is required after ','. (comma-spacing)
(#604) Identifier 'outline_3D' is not in camel case. (camelcase)
(#604) Missing space before value for key 'outline_3D'. (key-spacing)
(#604) A space is required after ','. (comma-spacing)
(#604) Identifier 'outline_thickness' is not in camel case. (camelcase)
(#604) Missing space before value for key 'outline_thickness'. (key-spacing)
(#604) A space is required after ','. (comma-spacing)
(#604) Identifier 'outline_normal_threshold' is not in camel case. (camelcase)
(#604) Missing space before value for key 'outline_normal_threshold'. (key-spacing)
(#604) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#604) A space is required after ','. (comma-spacing)
(#604) Identifier 'outline_depth_threshold' is not in camel case. (camelcase)
(#604) Missing space before value for key 'outline_depth_threshold'. (key-spacing)
(#604) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#604) A space is required after ','. (comma-spacing)
(#604) Identifier 'fxaa_edgeThreshold' is not in camel case. (camelcase)
(#604) Missing space before value for key 'fxaa_edgeThreshold'. (key-spacing)
(#604) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#604) A space is required after ','. (comma-spacing)
(#604) Identifier 'fxaa_edgeThresholdMin' is not in camel case. (camelcase)
(#604) Missing space before value for key 'fxaa_edgeThresholdMin'. (key-spacing)
(#604) Operator '/' must be spaced. (space-infix-ops)
(#604) A space is required after ','. (comma-spacing)
(#604) Identifier 'fxaa_searchSteps' is not in camel case. (camelcase)
(#604) Missing space before value for key 'fxaa_searchSteps'. (key-spacing)
(#604) A space is required after ','. (comma-spacing)
(#604) Identifier 'fxaa_searchThreshold' is not in camel case. (camelcase)
(#604) Missing space before value for key 'fxaa_searchThreshold'. (key-spacing)
(#604) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#604) A space is required after ','. (comma-spacing)
(#604) Identifier 'fxaa_subpixCap' is not in camel case. (camelcase)
(#604) Missing space before value for key 'fxaa_subpixCap'. (key-spacing)
(#604) A space is required after ','. (comma-spacing)
(#604) Identifier 'fxaa_subpixTrim' is not in camel case. (camelcase)
(#604) Missing space before value for key 'fxaa_subpixTrim'. (key-spacing)
(#604) A space is required after ','. (comma-spacing)
(#604) Identifier 'atoms_display' is not in camel case. (camelcase)
(#604) Missing space before value for key 'atoms_display'. (key-spacing)
(#605) This line has a length of 502. Maximum allowed is 132. (max-len)
(#605) Identifier 'atoms_color' is not in camel case. (camelcase)
(#605) Missing space before value for key 'atoms_color'. (key-spacing)
(#605) A space is required after ','. (comma-spacing)
(#605) Identifier 'atoms_font_size_2D' is not in camel case. (camelcase)
(#605) Missing space before value for key 'atoms_font_size_2D'. (key-spacing)
(#605) A space is required after ','. (comma-spacing)
(#605) Identifier 'atoms_font_families_2D' is not in camel case. (camelcase)
(#605) Missing space before value for key 'atoms_font_families_2D'. (key-spacing)
(#605) A space is required after ','. (comma-spacing)
(#605) A space is required after ','. (comma-spacing)
(#605) A space is required after ','. (comma-spacing)
(#605) Identifier 'atoms_font_bold_2D' is not in camel case. (camelcase)
(#605) Missing space before value for key 'atoms_font_bold_2D'. (key-spacing)
(#605) A space is required after ','. (comma-spacing)
(#605) Identifier 'atoms_font_italic_2D' is not in camel case. (camelcase)
(#605) Missing space before value for key 'atoms_font_italic_2D'. (key-spacing)
(#605) A space is required after ','. (comma-spacing)
(#605) Identifier 'atoms_circles_2D' is not in camel case. (camelcase)
(#605) Missing space before value for key 'atoms_circles_2D'. (key-spacing)
(#605) A space is required after ','. (comma-spacing)
(#605) Identifier 'atoms_circleDiameter_2D' is not in camel case. (camelcase)
(#605) Missing space before value for key 'atoms_circleDiameter_2D'. (key-spacing)
(#605) A space is required after ','. (comma-spacing)
(#605) Identifier 'atoms_circleBorderWidth_2D' is not in camel case. (camelcase)
(#605) Missing space before value for key 'atoms_circleBorderWidth_2D'. (key-spacing)
(#605) A space is required after ','. (comma-spacing)
(#605) Identifier 'atoms_lonePairDistance_2D' is not in camel case. (camelcase)
(#605) Missing space before value for key 'atoms_lonePairDistance_2D'. (key-spacing)
(#605) A space is required after ','. (comma-spacing)
(#605) Identifier 'atoms_lonePairSpread_2D' is not in camel case. (camelcase)
(#605) Missing space before value for key 'atoms_lonePairSpread_2D'. (key-spacing)
(#605) A space is required after ','. (comma-spacing)
(#605) Identifier 'atoms_lonePairDiameter_2D' is not in camel case. (camelcase)
(#605) Missing space before value for key 'atoms_lonePairDiameter_2D'. (key-spacing)
(#605) A space is required after ','. (comma-spacing)
(#605) Identifier 'atoms_useJMOLColors' is not in camel case. (camelcase)
(#605) Missing space before value for key 'atoms_useJMOLColors'. (key-spacing)
(#605) A space is required after ','. (comma-spacing)
(#605) Identifier 'atoms_usePYMOLColors' is not in camel case. (camelcase)
(#605) Missing space before value for key 'atoms_usePYMOLColors'. (key-spacing)
(#605) A space is required after ','. (comma-spacing)
(#605) Identifier 'atoms_HBlack_2D' is not in camel case. (camelcase)
(#605) Missing space before value for key 'atoms_HBlack_2D'. (key-spacing)
(#605) A space is required after ','. (comma-spacing)
(#605) Identifier 'atoms_implicitHydrogens_2D' is not in camel case. (camelcase)
(#605) Missing space before value for key 'atoms_implicitHydrogens_2D'. (key-spacing)
(#605) A space is required after ','. (comma-spacing)
(#605) Identifier 'atoms_displayTerminalCarbonLabels_2D' is not in camel case. (camelcase)
(#605) Missing space before value for key 'atoms_displayTerminalCarbonLabels_2D'. (key-spacing)
(#605) A space is required after ','. (comma-spacing)
(#605) Identifier 'atoms_showHiddenCarbons_2D' is not in camel case. (camelcase)
(#605) Missing space before value for key 'atoms_showHiddenCarbons_2D'. (key-spacing)
(#605) A space is required after ','. (comma-spacing)
(#605) Identifier 'atoms_showAttributedCarbons_2D' is not in camel case. (camelcase)
(#605) Missing space before value for key 'atoms_showAttributedCarbons_2D'. (key-spacing)
(#606) This line has a length of 523. Maximum allowed is 132. (max-len)
(#606) Identifier 'atoms_displayAllCarbonLabels_2D' is not in camel case. (camelcase)
(#606) Missing space before value for key 'atoms_displayAllCarbonLabels_2D'. (key-spacing)
(#606) A space is required after ','. (comma-spacing)
(#606) Identifier 'atoms_resolution_3D' is not in camel case. (camelcase)
(#606) Missing space before value for key 'atoms_resolution_3D'. (key-spacing)
(#606) A space is required after ','. (comma-spacing)
(#606) Identifier 'atoms_sphereDiameter_3D' is not in camel case. (camelcase)
(#606) Missing space before value for key 'atoms_sphereDiameter_3D'. (key-spacing)
(#606) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#606) A space is required after ','. (comma-spacing)
(#606) Identifier 'atoms_useVDWDiameters_3D' is not in camel case. (camelcase)
(#606) Missing space before value for key 'atoms_useVDWDiameters_3D'. (key-spacing)
(#606) A space is required after ','. (comma-spacing)
(#606) Identifier 'atoms_vdwMultiplier_3D' is not in camel case. (camelcase)
(#606) Missing space before value for key 'atoms_vdwMultiplier_3D'. (key-spacing)
(#606) A space is required after ','. (comma-spacing)
(#606) Identifier 'atoms_materialAmbientColor_3D' is not in camel case. (camelcase)
(#606) Missing space before value for key 'atoms_materialAmbientColor_3D'. (key-spacing)
(#606) A space is required after ','. (comma-spacing)
(#606) Identifier 'atoms_materialSpecularColor_3D' is not in camel case. (camelcase)
(#606) Missing space before value for key 'atoms_materialSpecularColor_3D'. (key-spacing)
(#606) A space is required after ','. (comma-spacing)
(#606) Identifier 'atoms_materialShininess_3D' is not in camel case. (camelcase)
(#606) Missing space before value for key 'atoms_materialShininess_3D'. (key-spacing)
(#606) A space is required after ','. (comma-spacing)
(#606) Identifier 'atoms_nonBondedAsStars_3D' is not in camel case. (camelcase)
(#606) Missing space before value for key 'atoms_nonBondedAsStars_3D'. (key-spacing)
(#606) A space is required after ','. (comma-spacing)
(#606) Identifier 'atoms_displayLabels_3D' is not in camel case. (camelcase)
(#606) Missing space before value for key 'atoms_displayLabels_3D'. (key-spacing)
(#606) A space is required after ','. (comma-spacing)
(#606) Identifier 'bonds_display' is not in camel case. (camelcase)
(#606) Missing space before value for key 'bonds_display'. (key-spacing)
(#606) A space is required after ','. (comma-spacing)
(#606) Identifier 'bonds_color' is not in camel case. (camelcase)
(#606) Missing space before value for key 'bonds_color'. (key-spacing)
(#606) A space is required after ','. (comma-spacing)
(#606) Identifier 'bonds_width_2D' is not in camel case. (camelcase)
(#606) Missing space before value for key 'bonds_width_2D'. (key-spacing)
(#606) A space is required after ','. (comma-spacing)
(#606) Identifier 'bonds_useAbsoluteSaturationWidths_2D' is not in camel case. (camelcase)
(#606) Missing space before value for key 'bonds_useAbsoluteSaturationWidths_2D'. (key-spacing)
(#606) A space is required after ','. (comma-spacing)
(#606) Identifier 'bonds_saturationWidth_2D' is not in camel case. (camelcase)
(#606) Missing space before value for key 'bonds_saturationWidth_2D'. (key-spacing)
(#606) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#606) A space is required after ','. (comma-spacing)
(#606) Identifier 'bonds_saturationWidthAbs_2D' is not in camel case. (camelcase)
(#606) Missing space before value for key 'bonds_saturationWidthAbs_2D'. (key-spacing)
(#606) A space is required after ','. (comma-spacing)
(#606) Identifier 'bonds_ends_2D' is not in camel case. (camelcase)
(#606) Missing space before value for key 'bonds_ends_2D'. (key-spacing)
(#606) A space is required after ','. (comma-spacing)
(#606) Identifier 'bonds_splitColor' is not in camel case. (camelcase)
(#606) Missing space before value for key 'bonds_splitColor'. (key-spacing)
(#606) A space is required after ','. (comma-spacing)
(#606) Identifier 'bonds_colorGradient' is not in camel case. (camelcase)
(#606) Missing space before value for key 'bonds_colorGradient'. (key-spacing)
(#607) This line has a length of 523. Maximum allowed is 132. (max-len)
(#607) Identifier 'bonds_saturationAngle_2D' is not in camel case. (camelcase)
(#607) Missing space before value for key 'bonds_saturationAngle_2D'. (key-spacing)
(#607) Operator '/' must be spaced. (space-infix-ops)
(#607) A space is required after ','. (comma-spacing)
(#607) Identifier 'bonds_symmetrical_2D' is not in camel case. (camelcase)
(#607) Missing space before value for key 'bonds_symmetrical_2D'. (key-spacing)
(#607) A space is required after ','. (comma-spacing)
(#607) Identifier 'bonds_clearOverlaps_2D' is not in camel case. (camelcase)
(#607) Missing space before value for key 'bonds_clearOverlaps_2D'. (key-spacing)
(#607) A space is required after ','. (comma-spacing)
(#607) Identifier 'bonds_overlapClearWidth_2D' is not in camel case. (camelcase)
(#607) Missing space before value for key 'bonds_overlapClearWidth_2D'. (key-spacing)
(#607) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#607) A space is required after ','. (comma-spacing)
(#607) Identifier 'bonds_atomLabelBuffer_2D' is not in camel case. (camelcase)
(#607) Missing space before value for key 'bonds_atomLabelBuffer_2D'. (key-spacing)
(#607) A space is required after ','. (comma-spacing)
(#607) Identifier 'bonds_wedgeThickness_2D' is not in camel case. (camelcase)
(#607) Missing space before value for key 'bonds_wedgeThickness_2D'. (key-spacing)
(#607) A space is required after ','. (comma-spacing)
(#607) Identifier 'bonds_wavyLength_2D' is not in camel case. (camelcase)
(#607) Missing space before value for key 'bonds_wavyLength_2D'. (key-spacing)
(#607) A space is required after ','. (comma-spacing)
(#607) Identifier 'bonds_hashWidth_2D' is not in camel case. (camelcase)
(#607) Missing space before value for key 'bonds_hashWidth_2D'. (key-spacing)
(#607) A space is required after ','. (comma-spacing)
(#607) Identifier 'bonds_hashSpacing_2D' is not in camel case. (camelcase)
(#607) Missing space before value for key 'bonds_hashSpacing_2D'. (key-spacing)
(#607) A space is required after ','. (comma-spacing)
(#607) Identifier 'bonds_dotSize_2D' is not in camel case. (camelcase)
(#607) Missing space before value for key 'bonds_dotSize_2D'. (key-spacing)
(#607) A space is required after ','. (comma-spacing)
(#607) Identifier 'bonds_lewisStyle_2D' is not in camel case. (camelcase)
(#607) Missing space before value for key 'bonds_lewisStyle_2D'. (key-spacing)
(#607) A space is required after ','. (comma-spacing)
(#607) Identifier 'bonds_showBondOrders_3D' is not in camel case. (camelcase)
(#607) Missing space before value for key 'bonds_showBondOrders_3D'. (key-spacing)
(#607) A space is required after ','. (comma-spacing)
(#607) Identifier 'bonds_resolution_3D' is not in camel case. (camelcase)
(#607) Missing space before value for key 'bonds_resolution_3D'. (key-spacing)
(#607) A space is required after ','. (comma-spacing)
(#607) Identifier 'bonds_renderAsLines_3D' is not in camel case. (camelcase)
(#607) Missing space before value for key 'bonds_renderAsLines_3D'. (key-spacing)
(#607) A space is required after ','. (comma-spacing)
(#607) Identifier 'bonds_cylinderDiameter_3D' is not in camel case. (camelcase)
(#607) Missing space before value for key 'bonds_cylinderDiameter_3D'. (key-spacing)
(#607) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#607) A space is required after ','. (comma-spacing)
(#607) Identifier 'bonds_pillLatitudeResolution_3D' is not in camel case. (camelcase)
(#607) Missing space before value for key 'bonds_pillLatitudeResolution_3D'. (key-spacing)
(#607) A space is required after ','. (comma-spacing)
(#607) Identifier 'bonds_pillLongitudeResolution_3D' is not in camel case. (camelcase)
(#607) Missing space before value for key 'bonds_pillLongitudeResolution_3D'. (key-spacing)
(#607) A space is required after ','. (comma-spacing)
(#607) Identifier 'bonds_pillHeight_3D' is not in camel case. (camelcase)
(#607) Missing space before value for key 'bonds_pillHeight_3D'. (key-spacing)
(#607) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#607) A space is required after ','. (comma-spacing)
(#607) Identifier 'bonds_pillSpacing_3D' is not in camel case. (camelcase)
(#607) Missing space before value for key 'bonds_pillSpacing_3D'. (key-spacing)
(#607) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#607) A space is required after ','. (comma-spacing)
(#607) Identifier 'bonds_pillDiameter_3D' is not in camel case. (camelcase)
(#607) Missing space before value for key 'bonds_pillDiameter_3D'. (key-spacing)
(#607) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#608) This line has a length of 527. Maximum allowed is 132. (max-len)
(#608) Identifier 'bonds_materialAmbientColor_3D' is not in camel case. (camelcase)
(#608) Missing space before value for key 'bonds_materialAmbientColor_3D'. (key-spacing)
(#608) A space is required after ','. (comma-spacing)
(#608) Identifier 'bonds_materialSpecularColor_3D' is not in camel case. (camelcase)
(#608) Missing space before value for key 'bonds_materialSpecularColor_3D'. (key-spacing)
(#608) A space is required after ','. (comma-spacing)
(#608) Identifier 'bonds_materialShininess_3D' is not in camel case. (camelcase)
(#608) Missing space before value for key 'bonds_materialShininess_3D'. (key-spacing)
(#608) A space is required after ','. (comma-spacing)
(#608) Identifier 'proteins_displayRibbon' is not in camel case. (camelcase)
(#608) Missing space before value for key 'proteins_displayRibbon'. (key-spacing)
(#608) A space is required after ','. (comma-spacing)
(#608) Identifier 'proteins_displayBackbone' is not in camel case. (camelcase)
(#608) Missing space before value for key 'proteins_displayBackbone'. (key-spacing)
(#608) A space is required after ','. (comma-spacing)
(#608) Identifier 'proteins_backboneThickness' is not in camel case. (camelcase)
(#608) Missing space before value for key 'proteins_backboneThickness'. (key-spacing)
(#608) A space is required after ','. (comma-spacing)
(#608) Identifier 'proteins_backboneColor' is not in camel case. (camelcase)
(#608) Missing space before value for key 'proteins_backboneColor'. (key-spacing)
(#608) A space is required after ','. (comma-spacing)
(#608) Identifier 'proteins_ribbonCartoonize' is not in camel case. (camelcase)
(#608) Missing space before value for key 'proteins_ribbonCartoonize'. (key-spacing)
(#608) A space is required after ','. (comma-spacing)
(#608) Identifier 'proteins_displayPipePlank' is not in camel case. (camelcase)
(#608) Missing space before value for key 'proteins_displayPipePlank'. (key-spacing)
(#608) A space is required after ','. (comma-spacing)
(#608) Identifier 'proteins_residueColor' is not in camel case. (camelcase)
(#608) Missing space before value for key 'proteins_residueColor'. (key-spacing)
(#608) A space is required after ','. (comma-spacing)
(#608) Identifier 'proteins_primaryColor' is not in camel case. (camelcase)
(#608) Missing space before value for key 'proteins_primaryColor'. (key-spacing)
(#608) A space is required after ','. (comma-spacing)
(#608) Identifier 'proteins_secondaryColor' is not in camel case. (camelcase)
(#608) Missing space before value for key 'proteins_secondaryColor'. (key-spacing)
(#608) A space is required after ','. (comma-spacing)
(#608) Identifier 'proteins_ribbonCartoonHelixPrimaryColor' is not in camel case. (camelcase)
(#608) Missing space before value for key 'proteins_ribbonCartoonHelixPrimaryColor'. (key-spacing)
(#608) A space is required after ','. (comma-spacing)
(#608) Identifier 'proteins_ribbonCartoonHelixSecondaryColor' is not in camel case. (camelcase)
(#608) Missing space before value for key 'proteins_ribbonCartoonHelixSecondaryColor'. (key-spacing)
(#608) A space is required after ','. (comma-spacing)
(#608) Identifier 'proteins_ribbonCartoonSheetColor' is not in camel case. (camelcase)
(#608) Missing space before value for key 'proteins_ribbonCartoonSheetColor'. (key-spacing)
(#609) This line has a length of 521. Maximum allowed is 132. (max-len)
(#609) Identifier 'proteins_tubeColor' is not in camel case. (camelcase)
(#609) Missing space before value for key 'proteins_tubeColor'. (key-spacing)
(#609) A space is required after ','. (comma-spacing)
(#609) Identifier 'proteins_tubeResolution_3D' is not in camel case. (camelcase)
(#609) Missing space before value for key 'proteins_tubeResolution_3D'. (key-spacing)
(#609) A space is required after ','. (comma-spacing)
(#609) Identifier 'proteins_ribbonThickness' is not in camel case. (camelcase)
(#609) Missing space before value for key 'proteins_ribbonThickness'. (key-spacing)
(#609) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#609) A space is required after ','. (comma-spacing)
(#609) Identifier 'proteins_tubeThickness' is not in camel case. (camelcase)
(#609) Missing space before value for key 'proteins_tubeThickness'. (key-spacing)
(#609) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#609) A space is required after ','. (comma-spacing)
(#609) Identifier 'proteins_plankSheetWidth' is not in camel case. (camelcase)
(#609) Missing space before value for key 'proteins_plankSheetWidth'. (key-spacing)
(#609) A space is required after ','. (comma-spacing)
(#609) Identifier 'proteins_cylinderHelixDiameter' is not in camel case. (camelcase)
(#609) Missing space before value for key 'proteins_cylinderHelixDiameter'. (key-spacing)
(#609) A space is required after ','. (comma-spacing)
(#609) Identifier 'proteins_verticalResolution' is not in camel case. (camelcase)
(#609) Missing space before value for key 'proteins_verticalResolution'. (key-spacing)
(#609) A space is required after ','. (comma-spacing)
(#609) Identifier 'proteins_horizontalResolution' is not in camel case. (camelcase)
(#609) Missing space before value for key 'proteins_horizontalResolution'. (key-spacing)
(#609) A space is required after ','. (comma-spacing)
(#609) Identifier 'proteins_materialAmbientColor_3D' is not in camel case. (camelcase)
(#609) Missing space before value for key 'proteins_materialAmbientColor_3D'. (key-spacing)
(#609) A space is required after ','. (comma-spacing)
(#609) Identifier 'proteins_materialSpecularColor_3D' is not in camel case. (camelcase)
(#609) Missing space before value for key 'proteins_materialSpecularColor_3D'. (key-spacing)
(#609) A space is required after ','. (comma-spacing)
(#609) Identifier 'proteins_materialShininess_3D' is not in camel case. (camelcase)
(#609) Missing space before value for key 'proteins_materialShininess_3D'. (key-spacing)
(#609) A space is required after ','. (comma-spacing)
(#609) Identifier 'nucleics_display' is not in camel case. (camelcase)
(#609) Missing space before value for key 'nucleics_display'. (key-spacing)
(#609) A space is required after ','. (comma-spacing)
(#609) Identifier 'nucleics_tubeColor' is not in camel case. (camelcase)
(#609) Missing space before value for key 'nucleics_tubeColor'. (key-spacing)
(#609) A space is required after ','. (comma-spacing)
(#609) Identifier 'nucleics_baseColor' is not in camel case. (camelcase)
(#609) Missing space before value for key 'nucleics_baseColor'. (key-spacing)
(#609) A space is required after ','. (comma-spacing)
(#609) Identifier 'nucleics_residueColor' is not in camel case. (camelcase)
(#609) Missing space before value for key 'nucleics_residueColor'. (key-spacing)
(#609) A space is required after ','. (comma-spacing)
(#609) Identifier 'nucleics_tubeThickness' is not in camel case. (camelcase)
(#609) Missing space before value for key 'nucleics_tubeThickness'. (key-spacing)
(#609) A space is required after ','. (comma-spacing)
(#609) Identifier 'nucleics_tubeResolution_3D' is not in camel case. (camelcase)
(#609) Missing space before value for key 'nucleics_tubeResolution_3D'. (key-spacing)
(#610) This line has a length of 508. Maximum allowed is 132. (max-len)
(#610) Identifier 'nucleics_verticalResolution' is not in camel case. (camelcase)
(#610) Missing space before value for key 'nucleics_verticalResolution'. (key-spacing)
(#610) A space is required after ','. (comma-spacing)
(#610) Identifier 'nucleics_materialAmbientColor_3D' is not in camel case. (camelcase)
(#610) Missing space before value for key 'nucleics_materialAmbientColor_3D'. (key-spacing)
(#610) A space is required after ','. (comma-spacing)
(#610) Identifier 'nucleics_materialSpecularColor_3D' is not in camel case. (camelcase)
(#610) Missing space before value for key 'nucleics_materialSpecularColor_3D'. (key-spacing)
(#610) A space is required after ','. (comma-spacing)
(#610) Identifier 'nucleics_materialShininess_3D' is not in camel case. (camelcase)
(#610) Missing space before value for key 'nucleics_materialShininess_3D'. (key-spacing)
(#610) A space is required after ','. (comma-spacing)
(#610) Identifier 'macro_displayAtoms' is not in camel case. (camelcase)
(#610) Missing space before value for key 'macro_displayAtoms'. (key-spacing)
(#610) A space is required after ','. (comma-spacing)
(#610) Identifier 'macro_displayBonds' is not in camel case. (camelcase)
(#610) Missing space before value for key 'macro_displayBonds'. (key-spacing)
(#610) A space is required after ','. (comma-spacing)
(#610) Identifier 'macro_atomToLigandDistance' is not in camel case. (camelcase)
(#610) Missing space before value for key 'macro_atomToLigandDistance'. (key-spacing)
(#610) A space is required after ','. (comma-spacing)
(#610) Identifier 'macro_showWater' is not in camel case. (camelcase)
(#610) Missing space before value for key 'macro_showWater'. (key-spacing)
(#610) A space is required after ','. (comma-spacing)
(#610) Identifier 'macro_colorByChain' is not in camel case. (camelcase)
(#610) Missing space before value for key 'macro_colorByChain'. (key-spacing)
(#610) A space is required after ','. (comma-spacing)
(#610) Identifier 'macro_rainbowColors' is not in camel case. (camelcase)
(#610) Missing space before value for key 'macro_rainbowColors'. (key-spacing)
(#610) A space is required after ','. (comma-spacing)
(#610) A space is required after ','. (comma-spacing)
(#610) A space is required after ','. (comma-spacing)
(#610) A space is required after ','. (comma-spacing)
(#610) A space is required after ','. (comma-spacing)
(#610) Identifier 'surfaces_display' is not in camel case. (camelcase)
(#610) Missing space before value for key 'surfaces_display'. (key-spacing)
(#610) A space is required after ','. (comma-spacing)
(#610) Identifier 'surfaces_alpha' is not in camel case. (camelcase)
(#610) Missing space before value for key 'surfaces_alpha'. (key-spacing)
(#610) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#610) A space is required after ','. (comma-spacing)
(#610) Identifier 'surfaces_style' is not in camel case. (camelcase)
(#610) Missing space before value for key 'surfaces_style'. (key-spacing)
(#610) A space is required after ','. (comma-spacing)
(#610) Identifier 'surfaces_color' is not in camel case. (camelcase)
(#610) Missing space before value for key 'surfaces_color'. (key-spacing)
(#610) A space is required after ','. (comma-spacing)
(#610) Identifier 'surfaces_materialAmbientColor_3D' is not in camel case. (camelcase)
(#610) Missing space before value for key 'surfaces_materialAmbientColor_3D'. (key-spacing)
(#610) A space is required after ','. (comma-spacing)
(#610) Identifier 'surfaces_materialSpecularColor_3D' is not in camel case. (camelcase)
(#610) Missing space before value for key 'surfaces_materialSpecularColor_3D'. (key-spacing)
(#611) This line has a length of 512. Maximum allowed is 132. (max-len)
(#611) Identifier 'surfaces_materialShininess_3D' is not in camel case. (camelcase)
(#611) Missing space before value for key 'surfaces_materialShininess_3D'. (key-spacing)
(#611) A space is required after ','. (comma-spacing)
(#611) Identifier 'plots_color' is not in camel case. (camelcase)
(#611) Missing space before value for key 'plots_color'. (key-spacing)
(#611) A space is required after ','. (comma-spacing)
(#611) Identifier 'plots_width' is not in camel case. (camelcase)
(#611) Missing space before value for key 'plots_width'. (key-spacing)
(#611) A space is required after ','. (comma-spacing)
(#611) Identifier 'plots_showIntegration' is not in camel case. (camelcase)
(#611) Missing space before value for key 'plots_showIntegration'. (key-spacing)
(#611) A space is required after ','. (comma-spacing)
(#611) Identifier 'plots_integrationColor' is not in camel case. (camelcase)
(#611) Missing space before value for key 'plots_integrationColor'. (key-spacing)
(#611) A space is required after ','. (comma-spacing)
(#611) Identifier 'plots_integrationLineWidth' is not in camel case. (camelcase)
(#611) Missing space before value for key 'plots_integrationLineWidth'. (key-spacing)
(#611) A space is required after ','. (comma-spacing)
(#611) Identifier 'plots_showGrid' is not in camel case. (camelcase)
(#611) Missing space before value for key 'plots_showGrid'. (key-spacing)
(#611) A space is required after ','. (comma-spacing)
(#611) Identifier 'plots_gridColor' is not in camel case. (camelcase)
(#611) Missing space before value for key 'plots_gridColor'. (key-spacing)
(#611) A space is required after ','. (comma-spacing)
(#611) Identifier 'plots_gridLineWidth' is not in camel case. (camelcase)
(#611) Missing space before value for key 'plots_gridLineWidth'. (key-spacing)
(#611) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#611) A space is required after ','. (comma-spacing)
(#611) Identifier 'plots_showYAxis' is not in camel case. (camelcase)
(#611) Missing space before value for key 'plots_showYAxis'. (key-spacing)
(#611) A space is required after ','. (comma-spacing)
(#611) Identifier 'plots_flipXAxis' is not in camel case. (camelcase)
(#611) Missing space before value for key 'plots_flipXAxis'. (key-spacing)
(#611) A space is required after ','. (comma-spacing)
(#611) Identifier 'text_font_size' is not in camel case. (camelcase)
(#611) Missing space before value for key 'text_font_size'. (key-spacing)
(#611) A space is required after ','. (comma-spacing)
(#611) Identifier 'text_font_families' is not in camel case. (camelcase)
(#611) Missing space before value for key 'text_font_families'. (key-spacing)
(#611) A space is required after ','. (comma-spacing)
(#611) A space is required after ','. (comma-spacing)
(#611) A space is required after ','. (comma-spacing)
(#611) Identifier 'text_font_bold' is not in camel case. (camelcase)
(#611) Missing space before value for key 'text_font_bold'. (key-spacing)
(#611) A space is required after ','. (comma-spacing)
(#611) Identifier 'text_font_italic' is not in camel case. (camelcase)
(#611) Missing space before value for key 'text_font_italic'. (key-spacing)
(#611) A space is required after ','. (comma-spacing)
(#611) Identifier 'text_font_stroke_3D' is not in camel case. (camelcase)
(#611) Missing space before value for key 'text_font_stroke_3D'. (key-spacing)
(#611) A space is required after ','. (comma-spacing)
(#611) Identifier 'text_color' is not in camel case. (camelcase)
(#611) Missing space before value for key 'text_color'. (key-spacing)
(#611) A space is required after ','. (comma-spacing)
(#611) Identifier 'shapes_color' is not in camel case. (camelcase)
(#611) Missing space before value for key 'shapes_color'. (key-spacing)
(#611) A space is required after ','. (comma-spacing)
(#611) Identifier 'shapes_lineWidth' is not in camel case. (camelcase)
(#611) Missing space before value for key 'shapes_lineWidth'. (key-spacing)
(#611) A space is required after ','. (comma-spacing)
(#611) Identifier 'shapes_pointSize' is not in camel case. (camelcase)
(#611) Missing space before value for key 'shapes_pointSize'. (key-spacing)
(#611) A space is required after ','. (comma-spacing)
(#611) Identifier 'shapes_arrowLength_2D' is not in camel case. (camelcase)
(#611) Missing space before value for key 'shapes_arrowLength_2D'. (key-spacing)
(#611) A space is required after ','. (comma-spacing)
(#611) Identifier 'compass_display' is not in camel case. (camelcase)
(#611) Missing space before value for key 'compass_display'. (key-spacing)
(#612) This line has a length of 505. Maximum allowed is 132. (max-len)
(#612) Identifier 'compass_axisXColor_3D' is not in camel case. (camelcase)
(#612) Missing space before value for key 'compass_axisXColor_3D'. (key-spacing)
(#612) A space is required after ','. (comma-spacing)
(#612) Identifier 'compass_axisYColor_3D' is not in camel case. (camelcase)
(#612) Missing space before value for key 'compass_axisYColor_3D'. (key-spacing)
(#612) A space is required after ','. (comma-spacing)
(#612) Identifier 'compass_axisZColor_3D' is not in camel case. (camelcase)
(#612) Missing space before value for key 'compass_axisZColor_3D'. (key-spacing)
(#612) A space is required after ','. (comma-spacing)
(#612) Identifier 'compass_size_3D' is not in camel case. (camelcase)
(#612) Missing space before value for key 'compass_size_3D'. (key-spacing)
(#612) A space is required after ','. (comma-spacing)
(#612) Identifier 'compass_resolution_3D' is not in camel case. (camelcase)
(#612) Missing space before value for key 'compass_resolution_3D'. (key-spacing)
(#612) A space is required after ','. (comma-spacing)
(#612) Identifier 'compass_displayText_3D' is not in camel case. (camelcase)
(#612) Missing space before value for key 'compass_displayText_3D'. (key-spacing)
(#612) A space is required after ','. (comma-spacing)
(#612) Identifier 'compass_type_3D' is not in camel case. (camelcase)
(#612) Missing space before value for key 'compass_type_3D'. (key-spacing)
(#612) A space is required after ','. (comma-spacing)
(#612) Identifier 'measurement_update_3D' is not in camel case. (camelcase)
(#612) Missing space before value for key 'measurement_update_3D'. (key-spacing)
(#612) A space is required after ','. (comma-spacing)
(#612) Identifier 'measurement_angleBands_3D' is not in camel case. (camelcase)
(#612) Missing space before value for key 'measurement_angleBands_3D'. (key-spacing)
(#612) A space is required after ','. (comma-spacing)
(#612) Identifier 'measurement_displayText_3D' is not in camel case. (camelcase)
(#612) Missing space before value for key 'measurement_displayText_3D'. (key-spacing)
(#612) Missing whitespace after semicolon. (semi-spacing)
(#612) Operator '=' must be spaced. (space-infix-ops)
(#612) Requires a space after '{'. (block-spacing)
(#612) Statement inside of curly braces should be on next line. (brace-style)
(#612) Missing space before opening brace. (space-before-blocks)
(#612) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#612) A space is required after ','. (comma-spacing)
(#612) Operator '===' must be spaced. (space-infix-ops)
(#612) Operator '?' must be spaced. (space-infix-ops)
(#612) Operator ':' must be spaced. (space-infix-ops)
(#612) Requires a space before '}'. (block-spacing)
(#612) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#612) Missing semicolon. (semi)
(#612) Missing whitespace after semicolon. (semi-spacing)
(#612) Operator '=' must be spaced. (space-infix-ops)
(#612) Missing whitespace after semicolon. (semi-spacing)
(#612) Operator '=' must be spaced. (space-infix-ops)
(#612) Requires a space after '{'. (block-spacing)
(#612) Statement inside of curly braces should be on next line. (brace-style)
(#612) Missing space before opening brace. (space-before-blocks)
(#612) Identifier 'bonds_display' is not in camel case. (camelcase)
(#612) Operator '=' must be spaced. (space-infix-ops)
(#612) Identifier 'atoms_display' is not in camel case. (camelcase)
(#612) Operator '=' must be spaced. (space-infix-ops)
(#612) Missing whitespace after semicolon. (semi-spacing)
(#612) Identifier 'bonds_color' is not in camel case. (camelcase)
(#612) Operator '=' must be spaced. (space-infix-ops)
(#612) Missing whitespace after semicolon. (semi-spacing)
(#612) Identifier 'bonds_showBondOrders_3D' is not in camel case. (camelcase)
(#612) Operator '=' must be spaced. (space-infix-ops)
(#613) This line has a length of 503. Maximum allowed is 132. (max-len)
(#613) Identifier 'bonds_splitColor' is not in camel case. (camelcase)
(#613) Operator '=' must be spaced. (space-infix-ops)
(#613) Identifier 'atoms_useJMOLColors' is not in camel case. (camelcase)
(#613) Operator '=' must be spaced. (space-infix-ops)
(#613) Identifier 'atoms_useVDWDiameters_3D' is not in camel case. (camelcase)
(#613) Operator '=' must be spaced. (space-infix-ops)
(#613) Missing whitespace after semicolon. (semi-spacing)
(#613) Identifier 'bonds_renderAsLines_3D' is not in camel case. (camelcase)
(#613) Operator '=' must be spaced. (space-infix-ops)
(#613) Missing whitespace after semicolon. (semi-spacing)
(#613) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#613) Do not nest ternary expressions. (no-nested-ternary)
(#613) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#613) Operator '===' must be spaced. (space-infix-ops)
(#613) Operator '?' must be spaced. (space-infix-ops)
(#613) Identifier 'atoms_vdwMultiplier_3D' is not in camel case. (camelcase)
(#613) Operator '=' must be spaced. (space-infix-ops)
(#613) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#613) A space is required after ','. (comma-spacing)
(#613) Identifier 'bonds_splitColor' is not in camel case. (camelcase)
(#613) Operator '=' must be spaced. (space-infix-ops)
(#613) A space is required after ','. (comma-spacing)
(#613) Identifier 'bonds_cylinderDiameter_3D' is not in camel case. (camelcase)
(#613) Operator '=' must be spaced. (space-infix-ops)
(#613) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#613) A space is required after ','. (comma-spacing)
(#613) Identifier 'bonds_materialAmbientColor_3D' is not in camel case. (camelcase)
(#613) Operator '=' must be spaced. (space-infix-ops)
(#613) A space is required after ','. (comma-spacing)
(#613) Identifier 'bonds_pillDiameter_3D' is not in camel case. (camelcase)
(#613) Operator '=' must be spaced. (space-infix-ops)
(#613) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#613) Operator ':' must be spaced. (space-infix-ops)
(#613) Do not nest ternary expressions. (no-nested-ternary)
(#613) Operator '===' must be spaced. (space-infix-ops)
(#613) Operator '?' must be spaced. (space-infix-ops)
(#613) Identifier 'bonds_display' is not in camel case. (camelcase)
(#613) Operator '=' must be spaced. (space-infix-ops)
(#613) A space is required after ','. (comma-spacing)
(#613) Identifier 'atoms_vdwMultiplier_3D' is not in camel case. (camelcase)
(#613) Operator '=' must be spaced. (space-infix-ops)
(#613) Operator ':' must be spaced. (space-infix-ops)
(#613) Do not nest ternary expressions. (no-nested-ternary)
(#613) Operator '===' must be spaced. (space-infix-ops)
(#613) Operator '?' must be spaced. (space-infix-ops)
(#613) Identifier 'bonds_showBondOrders_3D' is not in camel case. (camelcase)
(#613) Operator '=' must be spaced. (space-infix-ops)
(#613) Identifier 'atoms_useVDWDiameters_3D' is not in camel case. (camelcase)
(#613) Operator '=' must be spaced. (space-infix-ops)
(#614) This line has a length of 504. Maximum allowed is 132. (max-len)
(#614) Identifier 'bonds_cylinderDiameter_3D' is not in camel case. (camelcase)
(#614) Operator '=' must be spaced. (space-infix-ops)
(#614) Identifier 'atoms_sphereDiameter_3D' is not in camel case. (camelcase)
(#614) Operator '=' must be spaced. (space-infix-ops)
(#614) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#614) A space is required after ','. (comma-spacing)
(#614) Identifier 'bonds_materialAmbientColor_3D' is not in camel case. (camelcase)
(#614) Operator '=' must be spaced. (space-infix-ops)
(#614) Operator ':' must be spaced. (space-infix-ops)
(#614) Do not nest ternary expressions. (no-nested-ternary)
(#614) Operator '===' must be spaced. (space-infix-ops)
(#614) Operator '?' must be spaced. (space-infix-ops)
(#614) Identifier 'atoms_useVDWDiameters_3D' is not in camel case. (camelcase)
(#614) Operator '=' must be spaced. (space-infix-ops)
(#614) A space is required after ','. (comma-spacing)
(#614) Identifier 'bonds_cylinderDiameter_3D' is not in camel case. (camelcase)
(#614) Operator '=' must be spaced. (space-infix-ops)
(#614) Identifier 'bonds_pillDiameter_3D' is not in camel case. (camelcase)
(#614) Operator '=' must be spaced. (space-infix-ops)
(#614) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#614) A space is required after ','. (comma-spacing)
(#614) Identifier 'atoms_sphereDiameter_3D' is not in camel case. (camelcase)
(#614) Operator '=' must be spaced. (space-infix-ops)
(#614) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#614) A space is required after ','. (comma-spacing)
(#614) Identifier 'bonds_materialAmbientColor_3D' is not in camel case. (camelcase)
(#614) Operator '=' must be spaced. (space-infix-ops)
(#614) Operator ':' must be spaced. (space-infix-ops)
(#614) Operator '===' must be spaced. (space-infix-ops)
(#614) Operator '?' must be spaced. (space-infix-ops)
(#614) Identifier 'atoms_display' is not in camel case. (camelcase)
(#614) Operator '=' must be spaced. (space-infix-ops)
(#614) A space is required after ','. (comma-spacing)
(#614) Identifier 'bonds_renderAsLines_3D' is not in camel case. (camelcase)
(#614) Operator '=' must be spaced. (space-infix-ops)
(#614) A space is required after ','. (comma-spacing)
(#614) Identifier 'bonds_width_2D' is not in camel case. (camelcase)
(#614) Operator '=' must be spaced. (space-infix-ops)
(#614) A space is required after ','. (comma-spacing)
(#614) Identifier 'bonds_cylinderDiameter_3D' is not in camel case. (camelcase)
(#614) Operator '=' must be spaced. (space-infix-ops)
(#614) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#614) Operator ':' must be spaced. (space-infix-ops)
(#614) Unexpected alert. (no-alert)
(#614) Operator '+' must be spaced. (space-infix-ops)
(#615) This line has a length of 241. Maximum allowed is 132. (max-len)
(#615) Operator '+' must be spaced. (space-infix-ops)
(#615) Requires a space before '}'. (block-spacing)
(#615) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#615) Missing semicolon. (semi)
(#615) Missing whitespace after semicolon. (semi-spacing)
(#615) Operator '=' must be spaced. (space-infix-ops)
(#615) Requires a space after '{'. (block-spacing)
(#615) Statement inside of curly braces should be on next line. (brace-style)
(#615) Missing space before opening brace. (space-before-blocks)
(#615) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#615) Requires a space before '}'. (block-spacing)
(#615) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#615) Missing semicolon. (semi)
(#615) Requires a space before '}'. (block-spacing)
(#615) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#615) Missing semicolon. (semi)
(#615) A space is required after ','. (comma-spacing)
(#615) A space is required after ','. (comma-spacing)
(#615) A space is required after ','. (comma-spacing)
(#615) A space is required after ','. (comma-spacing)
(#616) This line has a length of 517. Maximum allowed is 132. (max-len)
(#616) A space is required after ','. (comma-spacing)
(#616) A space is required after ','. (comma-spacing)
(#616) A space is required after ','. (comma-spacing)
(#616) A space is required after ','. (comma-spacing)
(#616) Requires a space after '{'. (block-spacing)
(#616) Statement inside of curly braces should be on next line. (brace-style)
(#616) Missing space before opening brace. (space-before-blocks)
(#616) Operator '=' must be spaced. (space-infix-ops)
(#616) Requires a space after '{'. (block-spacing)
(#616) Statement inside of curly braces should be on next line. (brace-style)
(#616) Missing space before opening brace. (space-before-blocks)
(#616) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#616) Operator '/' must be spaced. (space-infix-ops)
(#616) Requires a space before '}'. (block-spacing)
(#616) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#616) Missing semicolon. (semi)
(#616) Missing whitespace after semicolon. (semi-spacing)
(#616) Operator '=' must be spaced. (space-infix-ops)
(#616) Unexpected empty function. (no-empty-function)
(#616) Missing space before opening brace. (space-before-blocks)
(#616) Missing whitespace after semicolon. (semi-spacing)
(#616) Operator '=' must be spaced. (space-infix-ops)
(#616) Missing whitespace after semicolon. (semi-spacing)
(#616) Operator '=' must be spaced. (space-infix-ops)
(#616) Missing whitespace after semicolon. (semi-spacing)
(#616) Operator '=' must be spaced. (space-infix-ops)
(#616) A space is required after ','. (comma-spacing)
(#616) Requires a space after '{'. (block-spacing)
(#616) Statement inside of curly braces should be on next line. (brace-style)
(#616) Missing space before opening brace. (space-before-blocks)
(#616) Operator '=' must be spaced. (space-infix-ops)
(#616) Missing whitespace after semicolon. (semi-spacing)
(#616) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#616) Operator '&&' must be spaced. (space-infix-ops)
(#616) Operator '=' must be spaced. (space-infix-ops)
(#616) Missing whitespace after semicolon. (semi-spacing)
(#616) Operator '=' must be spaced. (space-infix-ops)
(#616) Missing whitespace after semicolon. (semi-spacing)
(#616) Expected space(s) after "for". (keyword-spacing)
(#616) Operator '=' must be spaced. (space-infix-ops)
(#616) Missing whitespace after semicolon. (semi-spacing)
(#616) Operator '<' must be spaced. (space-infix-ops)
(#616) Missing whitespace after semicolon. (semi-spacing)
(#616) Expected { after 'for' condition. (curly)
(#616) Expected space(s) before "for". (keyword-spacing)
(#616) Expected space(s) after "for". (keyword-spacing)
(#616) Operator '=' must be spaced. (space-infix-ops)
(#616) Operator '+' must be spaced. (space-infix-ops)
(#616) Missing whitespace after semicolon. (semi-spacing)
(#616) Operator '<' must be spaced. (space-infix-ops)
(#616) Missing whitespace after semicolon. (semi-spacing)
(#616) Requires a space after '{'. (block-spacing)
(#616) Statement inside of curly braces should be on next line. (brace-style)
(#616) Missing space before opening brace. (space-before-blocks)
(#616) Operator '=' must be spaced. (space-infix-ops)
(#616) A space is required after ','. (comma-spacing)
(#616) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#616) Operator '=' must be spaced. (space-infix-ops)
(#616) Missing whitespace after semicolon. (semi-spacing)
(#616) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#616) Operator '<' must be spaced. (space-infix-ops)
(#616) Operator '+' must be spaced. (space-infix-ops)
(#616) Operator '*' must be spaced. (space-infix-ops)
(#616) Operator '*' must be spaced. (space-infix-ops)
(#616) Operator '&&' must be spaced. (space-infix-ops)
(#616) A space is required after ','. (comma-spacing)
(#616) A space is required after ','. (comma-spacing)
(#616) Requires a space before '}'. (block-spacing)
(#616) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#616) Missing semicolon. (semi)
(#616) Requires a space before '}'. (block-spacing)
(#616) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#616) Requires a space before '}'. (block-spacing)
(#616) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#616) Missing semicolon. (semi)
(#616) A space is required after ','. (comma-spacing)
(#617) A space is required after ','. (comma-spacing)
(#618) This line has a length of 495. Maximum allowed is 132. (max-len)
(#618) A space is required after ','. (comma-spacing)
(#618) A space is required after ','. (comma-spacing)
(#618) Requires a space after '{'. (block-spacing)
(#618) Statement inside of curly braces should be on next line. (brace-style)
(#618) Missing space before opening brace. (space-before-blocks)
(#618) Operator '=' must be spaced. (space-infix-ops)
(#618) Unexpected empty function. (no-empty-function)
(#618) Missing space before opening brace. (space-before-blocks)
(#618) Missing whitespace after semicolon. (semi-spacing)
(#618) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#618) Operator '=' must be spaced. (space-infix-ops)
(#618) A space is required after ','. (comma-spacing)
(#618) Requires a space after '{'. (block-spacing)
(#618) Statement inside of curly braces should be on next line. (brace-style)
(#618) Missing space before opening brace. (space-before-blocks)
(#618) Expected space(s) after "for". (keyword-spacing)
(#618) Operator '=' must be spaced. (space-infix-ops)
(#618) A space is required after ','. (comma-spacing)
(#618) Operator '=' must be spaced. (space-infix-ops)
(#618) A space is required after ','. (comma-spacing)
(#618) Operator '=' must be spaced. (space-infix-ops)
(#618) A space is required after ','. (comma-spacing)
(#618) Operator '=' must be spaced. (space-infix-ops)
(#618) Missing whitespace after semicolon. (semi-spacing)
(#618) Operator '<' must be spaced. (space-infix-ops)
(#618) Missing whitespace after semicolon. (semi-spacing)
(#618) Requires a space after '{'. (block-spacing)
(#618) Statement inside of curly braces should be on next line. (brace-style)
(#618) Missing space before opening brace. (space-before-blocks)
(#618) Operator '=' must be spaced. (space-infix-ops)
(#618) A space is required after ','. (comma-spacing)
(#618) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#618) Operator '=' must be spaced. (space-infix-ops)
(#618) Operator '!==' must be spaced. (space-infix-ops)
(#618) Operator '&&' must be spaced. (space-infix-ops)
(#618) Operator '!==' must be spaced. (space-infix-ops)
(#618) Missing whitespace after semicolon. (semi-spacing)
(#618) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#618) Operator '||' must be spaced. (space-infix-ops)
(#618) Operator '||' must be spaced. (space-infix-ops)
(#618) Operator '===' must be spaced. (space-infix-ops)
(#618) Operator '||' must be spaced. (space-infix-ops)
(#618) Operator '=' must be spaced. (space-infix-ops)
(#618) Missing whitespace after semicolon. (semi-spacing)
(#618) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#618) Operator '?' must be spaced. (space-infix-ops)
(#618) Operator '=' must be spaced. (space-infix-ops)
(#618) A space is required after ','. (comma-spacing)
(#618) Operator ':' must be spaced. (space-infix-ops)
(#618) Operator '===' must be spaced. (space-infix-ops)
(#618) Operator '&&' must be spaced. (space-infix-ops)
(#618) Operator '=' must be spaced. (space-infix-ops)
(#618) A space is required after ','. (comma-spacing)
(#618) Operator '===' must be spaced. (space-infix-ops)
(#618) Operator '&&' must be spaced. (space-infix-ops)
(#618) Operator '=' must be spaced. (space-infix-ops)
(#618) Requires a space before '}'. (block-spacing)
(#618) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#618) Missing semicolon. (semi)
(#618) Operator '=' must be spaced. (space-infix-ops)
(#618) Missing whitespace after semicolon. (semi-spacing)
(#618) Expected space(s) after "for". (keyword-spacing)
(#618) 'c' used outside of binding context. (block-scoped-var)
(#618) Operator '=' must be spaced. (space-infix-ops)
(#618) Missing whitespace after semicolon. (semi-spacing)
(#618) Operator '<' must be spaced. (space-infix-ops)
(#618) 'c' used outside of binding context. (block-scoped-var)
(#618) Missing whitespace after semicolon. (semi-spacing)
(#618) 'e' used outside of binding context. (block-scoped-var)
(#618) Expected { after 'for' condition. (curly)
(#618) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#618) Operator '=' must be spaced. (space-infix-ops)
(#618) Unexpected use of comma operator. (no-sequences)
(#618) A space is required after ','. (comma-spacing)
(#618) 'e' used outside of binding context. (block-scoped-var)
(#618) Operator '?' must be spaced. (space-infix-ops)
(#618) 'e' used outside of binding context. (block-scoped-var)
(#618) Operator '=' must be spaced. (space-infix-ops)
(#618) Operator ':' must be spaced. (space-infix-ops)
(#618) 'q' used outside of binding context. (block-scoped-var)
(#618) 'e' used outside of binding context. (block-scoped-var)
(#618) Missing whitespace after semicolon. (semi-spacing)
(#618) Operator '=' must be spaced. (space-infix-ops)
(#618) 'q' used outside of binding context. (block-scoped-var)
(#618) Missing whitespace after semicolon. (semi-spacing)
(#618) Operator '=' must be spaced. (space-infix-ops)
(#618) 'd' used outside of binding context. (block-scoped-var)
(#618) Requires a space before '}'. (block-spacing)
(#618) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#618) Missing semicolon. (semi)
(#618) Requires a space before '}'. (block-spacing)
(#618) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#618) Missing semicolon. (semi)
(#618) A space is required after ','. (comma-spacing)
(#619) This line has a length of 510. Maximum allowed is 132. (max-len)
(#619) A space is required after ','. (comma-spacing)
(#619) A space is required after ','. (comma-spacing)
(#619) 'w' is defined but never used. (no-unused-vars)
(#619) Requires a space after '{'. (block-spacing)
(#619) Statement inside of curly braces should be on next line. (brace-style)
(#619) Missing space before opening brace. (space-before-blocks)
(#619) Operator '=' must be spaced. (space-infix-ops)
(#619) Unexpected empty function. (no-empty-function)
(#619) Missing space before opening brace. (space-before-blocks)
(#619) Missing whitespace after semicolon. (semi-spacing)
(#619) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#619) Operator '=' must be spaced. (space-infix-ops)
(#619) Requires a space after '{'. (block-spacing)
(#619) Statement inside of curly braces should be on next line. (brace-style)
(#619) Missing space before opening brace. (space-before-blocks)
(#619) Expected space(s) after "for". (keyword-spacing)
(#619) Operator '=' must be spaced. (space-infix-ops)
(#619) A space is required after ','. (comma-spacing)
(#619) Operator '=' must be spaced. (space-infix-ops)
(#619) A space is required after ','. (comma-spacing)
(#619) Operator '=' must be spaced. (space-infix-ops)
(#619) Missing whitespace after semicolon. (semi-spacing)
(#619) Operator '<' must be spaced. (space-infix-ops)
(#619) Missing whitespace after semicolon. (semi-spacing)
(#619) Expected { after 'for' condition. (curly)
(#619) Operator '=' must be spaced. (space-infix-ops)
(#619) Missing whitespace after semicolon. (semi-spacing)
(#619) 'q' used outside of binding context. (block-scoped-var)
(#619) Operator '=' must be spaced. (space-infix-ops)
(#619) Missing whitespace after semicolon. (semi-spacing)
(#619) Expected space(s) after "for". (keyword-spacing)
(#619) 'd' used outside of binding context. (block-scoped-var)
(#619) Operator '=' must be spaced. (space-infix-ops)
(#619) Missing whitespace after semicolon. (semi-spacing)
(#619) 'q' used outside of binding context. (block-scoped-var)
(#619) Operator '<' must be spaced. (space-infix-ops)
(#619) 'd' used outside of binding context. (block-scoped-var)
(#619) Missing whitespace after semicolon. (semi-spacing)
(#619) 'q' used outside of binding context. (block-scoped-var)
(#619) Expected { after 'for' condition. (curly)
(#619) 'q' used outside of binding context. (block-scoped-var)
(#619) Operator '=' must be spaced. (space-infix-ops)
(#619) Missing whitespace after semicolon. (semi-spacing)
(#619) 'q' used outside of binding context. (block-scoped-var)
(#619) Operator '=' must be spaced. (space-infix-ops)
(#619) Missing whitespace after semicolon. (semi-spacing)
(#619) Expected space(s) after "for". (keyword-spacing)
(#619) 'd' used outside of binding context. (block-scoped-var)
(#619) Operator '=' must be spaced. (space-infix-ops)
(#619) Missing whitespace after semicolon. (semi-spacing)
(#619) 'q' used outside of binding context. (block-scoped-var)
(#619) Operator '<' must be spaced. (space-infix-ops)
(#619) 'd' used outside of binding context. (block-scoped-var)
(#619) Missing whitespace after semicolon. (semi-spacing)
(#619) 'q' used outside of binding context. (block-scoped-var)
(#619) Requires a space after '{'. (block-spacing)
(#619) Statement inside of curly braces should be on next line. (brace-style)
(#619) Missing space before opening brace. (space-before-blocks)
(#619) Operator '=' must be spaced. (space-infix-ops)
(#619) 'q' used outside of binding context. (block-scoped-var)
(#619) Missing whitespace after semicolon. (semi-spacing)
(#619) Expected space(s) after "if". (keyword-spacing)
(#619) Requires a space after '{'. (block-spacing)
(#619) Statement inside of curly braces should be on next line. (brace-style)
(#619) Missing space before opening brace. (space-before-blocks)
(#619) Operator '=' must be spaced. (space-infix-ops)
(#619) Missing '()' invoking a constructor. (new-parens)
(#619) Missing whitespace after semicolon. (semi-spacing)
(#619) Missing whitespace after semicolon. (semi-spacing)
(#619) Operator '=' must be spaced. (space-infix-ops)
(#619) Missing whitespace after semicolon. (semi-spacing)
(#619) Operator '=' must be spaced. (space-infix-ops)
(#619) Missing '()' invoking a constructor. (new-parens)
(#619) Missing whitespace after semicolon. (semi-spacing)
(#619) Expected space(s) after "for". (keyword-spacing)
(#619) Missing whitespace after semicolon. (semi-spacing)
(#619) Requires a space after '{'. (block-spacing)
(#619) Statement inside of curly braces should be on next line. (brace-style)
(#619) Missing space before opening brace. (space-before-blocks)
(#619) Operator '=' must be spaced. (space-infix-ops)
(#619) Missing whitespace after semicolon. (semi-spacing)
(#619) Expected space(s) after "for". (keyword-spacing)
(#619) Operator '=' must be spaced. (space-infix-ops)
(#619) A space is required after ','. (comma-spacing)
(#619) Operator '=' must be spaced. (space-infix-ops)
(#619) Missing whitespace after semicolon. (semi-spacing)
(#619) Operator '<' must be spaced. (space-infix-ops)
(#619) Missing whitespace after semicolon. (semi-spacing)
(#619) Requires a space after '{'. (block-spacing)
(#619) Statement inside of curly braces should be on next line. (brace-style)
(#619) Missing space before opening brace. (space-before-blocks)
(#619) Operator '=' must be spaced. (space-infix-ops)
(#619) Missing whitespace after semicolon. (semi-spacing)
(#619) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#619) Operator '&&' must be spaced. (space-infix-ops)
(#619) Operator '&&' must be spaced. (space-infix-ops)
(#619) Operator '=' must be spaced. (space-infix-ops)
(#619) A space is required after ','. (comma-spacing)
(#619) A space is required after ','. (comma-spacing)
(#619) Operator '=' must be spaced. (space-infix-ops)
(#620) This line has a length of 343. Maximum allowed is 132. (max-len)
(#620) Operator '||' must be spaced. (space-infix-ops)
(#620) Operator '=' must be spaced. (space-infix-ops)
(#620) A space is required after ','. (comma-spacing)
(#620) A space is required after ','. (comma-spacing)
(#620) Requires a space before '}'. (block-spacing)
(#620) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#620) Missing semicolon. (semi)
(#620) Requires a space before '}'. (block-spacing)
(#620) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#620) 'k' used outside of binding context. (block-scoped-var)
(#620) Requires a space before '}'. (block-spacing)
(#620) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#620) Missing semicolon. (semi)
(#620) Requires a space before '}'. (block-spacing)
(#620) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#620) Expected space(s) before "return". (keyword-spacing)
(#620) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#620) 'k' used outside of binding context. (block-scoped-var)
(#620) Requires a space before '}'. (block-spacing)
(#620) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#620) Missing semicolon. (semi)
(#620) Requires a space before '}'. (block-spacing)
(#620) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#620) Missing semicolon. (semi)
(#620) A space is required after ','. (comma-spacing)
(#620) Missing whitespace after semicolon. (semi-spacing)
(#620) A space is required after ','. (comma-spacing)
(#620) A space is required after ','. (comma-spacing)
(#620) 'w' is defined but never used. (no-unused-vars)
(#620) A space is required after ','. (comma-spacing)
(#620) 'v' is defined but never used. (no-unused-vars)
(#620) Requires a space after '{'. (block-spacing)
(#620) Statement inside of curly braces should be on next line. (brace-style)
(#620) Missing space before opening brace. (space-before-blocks)
(#620) Operator '=' must be spaced. (space-infix-ops)
(#620) Unexpected empty function. (no-empty-function)
(#620) Missing space before opening brace. (space-before-blocks)
(#620) Missing whitespace after semicolon. (semi-spacing)
(#620) Operator '=' must be spaced. (space-infix-ops)
(#620) Requires a space after '{'. (block-spacing)
(#620) Statement inside of curly braces should be on next line. (brace-style)
(#620) Missing space before opening brace. (space-before-blocks)
(#620) Operator '=' must be spaced. (space-infix-ops)
(#620) Missing '()' invoking a constructor. (new-parens)
(#620) Missing whitespace after semicolon. (semi-spacing)
(#620) Requires a space before '}'. (block-spacing)
(#620) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#620) Missing semicolon. (semi)
(#620) Requires a space before '}'. (block-spacing)
(#620) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#620) Missing semicolon. (semi)
(#620) A space is required after ','. (comma-spacing)
(#620) A space is required after ','. (comma-spacing)
(#621) This line has a length of 511. Maximum allowed is 132. (max-len)
(#621) A space is required after ','. (comma-spacing)
(#621) Requires a space after '{'. (block-spacing)
(#621) Statement inside of curly braces should be on next line. (brace-style)
(#621) Missing space before opening brace. (space-before-blocks)
(#621) Operator '=' must be spaced. (space-infix-ops)
(#621) Unexpected empty function. (no-empty-function)
(#621) Missing space before opening brace. (space-before-blocks)
(#621) Missing whitespace after semicolon. (semi-spacing)
(#621) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#621) Operator '=' must be spaced. (space-infix-ops)
(#621) Missing whitespace after semicolon. (semi-spacing)
(#621) Operator '=' must be spaced. (space-infix-ops)
(#621) Missing whitespace after semicolon. (semi-spacing)
(#621) Operator '=' must be spaced. (space-infix-ops)
(#621) Missing whitespace after semicolon. (semi-spacing)
(#621) Operator '=' must be spaced. (space-infix-ops)
(#621) Requires a space after '{'. (block-spacing)
(#621) Statement inside of curly braces should be on next line. (brace-style)
(#621) Missing space before opening brace. (space-before-blocks)
(#621) Operator '=' must be spaced. (space-infix-ops)
(#621) Missing whitespace after semicolon. (semi-spacing)
(#621) Operator '=' must be spaced. (space-infix-ops)
(#621) Missing whitespace after semicolon. (semi-spacing)
(#621) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#621) Operator '&&' must be spaced. (space-infix-ops)
(#621) Requires a space before '}'. (block-spacing)
(#621) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#621) Missing semicolon. (semi)
(#621) Requires a space before '}'. (block-spacing)
(#621) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#621) Missing semicolon. (semi)
(#621) Missing whitespace after semicolon. (semi-spacing)
(#621) A space is required after ','. (comma-spacing)
(#621) 'E' is defined but never used. (no-unused-vars)
(#621) Requires a space after '{'. (block-spacing)
(#621) Statement inside of curly braces should be on next line. (brace-style)
(#621) Missing space before opening brace. (space-before-blocks)
(#621) Operator '=' must be spaced. (space-infix-ops)
(#621) Requires a space after '{'. (block-spacing)
(#621) Statement inside of curly braces should be on next line. (brace-style)
(#621) Missing space before opening brace. (space-before-blocks)
(#621) Requires a space before '}'. (block-spacing)
(#621) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#621) Missing semicolon. (semi)
(#621) Missing whitespace after semicolon. (semi-spacing)
(#621) Operator '=' must be spaced. (space-infix-ops)
(#621) Missing '()' invoking a constructor. (new-parens)
(#621) Operator '=' must be spaced. (space-infix-ops)
(#621) Requires a space after '{'. (block-spacing)
(#621) Statement inside of curly braces should be on next line. (brace-style)
(#621) Missing space before opening brace. (space-before-blocks)
(#621) Operator '=' must be spaced. (space-infix-ops)
(#621) Operator '-' must be spaced. (space-infix-ops)
(#621) Operator '+' must be spaced. (space-infix-ops)
(#621) Requires a space before '}'. (block-spacing)
(#621) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#621) Missing semicolon. (semi)
(#621) Requires a space before '}'. (block-spacing)
(#621) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#621) Missing semicolon. (semi)
(#622) This line has a length of 508. Maximum allowed is 132. (max-len)
(#622) A space is required after ','. (comma-spacing)
(#622) A space is required after ','. (comma-spacing)
(#622) 'w' is defined but never used. (no-unused-vars)
(#622) Requires a space after '{'. (block-spacing)
(#622) Statement inside of curly braces should be on next line. (brace-style)
(#622) Missing space before opening brace. (space-before-blocks)
(#622) Operator '=' must be spaced. (space-infix-ops)
(#622) Requires a space after '{'. (block-spacing)
(#622) Statement inside of curly braces should be on next line. (brace-style)
(#622) Missing space before opening brace. (space-before-blocks)
(#622) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#622) Requires a space before '}'. (block-spacing)
(#622) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#622) Missing semicolon. (semi)
(#622) Missing whitespace after semicolon. (semi-spacing)
(#622) Operator '=' must be spaced. (space-infix-ops)
(#622) Missing '()' invoking a constructor. (new-parens)
(#622) Operator '=' must be spaced. (space-infix-ops)
(#622) Requires a space after '{'. (block-spacing)
(#622) Statement inside of curly braces should be on next line. (brace-style)
(#622) Missing space before opening brace. (space-before-blocks)
(#622) Expected space(s) after "for". (keyword-spacing)
(#622) Operator '=' must be spaced. (space-infix-ops)
(#622) A space is required after ','. (comma-spacing)
(#622) Operator '=' must be spaced. (space-infix-ops)
(#622) Missing whitespace after semicolon. (semi-spacing)
(#622) Operator '<' must be spaced. (space-infix-ops)
(#622) Missing whitespace after semicolon. (semi-spacing)
(#622) Expected { after 'for' condition. (curly)
(#622) Expected space(s) before "this". (keyword-spacing)
(#622) Operator '=' must be spaced. (space-infix-ops)
(#622) Missing whitespace after semicolon. (semi-spacing)
(#622) 'v' used outside of binding context. (block-scoped-var)
(#622) Operator '=' must be spaced. (space-infix-ops)
(#622) Missing whitespace after semicolon. (semi-spacing)
(#622) Expected space(s) after "for". (keyword-spacing)
(#622) 'k' used outside of binding context. (block-scoped-var)
(#622) Operator '=' must be spaced. (space-infix-ops)
(#622) Missing whitespace after semicolon. (semi-spacing)
(#622) 'v' used outside of binding context. (block-scoped-var)
(#622) Operator '<' must be spaced. (space-infix-ops)
(#622) 'k' used outside of binding context. (block-scoped-var)
(#622) Missing whitespace after semicolon. (semi-spacing)
(#622) 'v' used outside of binding context. (block-scoped-var)
(#622) Expected { after 'for' condition. (curly)
(#622) Expected space(s) before "if". (keyword-spacing)
(#622) Expected space(s) after "if". (keyword-spacing)
(#622) 'v' used outside of binding context. (block-scoped-var)
(#622) Requires a space after '{'. (block-spacing)
(#622) Statement inside of curly braces should be on next line. (brace-style)
(#622) Missing space before opening brace. (space-before-blocks)
(#622) Missing whitespace after semicolon. (semi-spacing)
(#622) Operator '=' must be spaced. (space-infix-ops)
(#622) Missing '()' invoking a constructor. (new-parens)
(#622) Missing whitespace after semicolon. (semi-spacing)
(#622) 'v' used outside of binding context. (block-scoped-var)
(#622) Operator '=' must be spaced. (space-infix-ops)
(#622) Missing whitespace after semicolon. (semi-spacing)
(#622) Expected space(s) after "for". (keyword-spacing)
(#622) 'v' used outside of binding context. (block-scoped-var)
(#622) Missing whitespace after semicolon. (semi-spacing)
(#622) Expected { after 'for' condition. (curly)
(#622) Expected space(s) before "for". (keyword-spacing)
(#622) Expected space(s) after "for". (keyword-spacing)
(#622) Operator '=' must be spaced. (space-infix-ops)
(#622) A space is required after ','. (comma-spacing)
(#622) Operator '=' must be spaced. (space-infix-ops)
(#622) A space is required after ','. (comma-spacing)
(#622) Operator '=' must be spaced. (space-infix-ops)
(#622) Missing whitespace after semicolon. (semi-spacing)
(#622) Operator '<' must be spaced. (space-infix-ops)
(#622) Missing whitespace after semicolon. (semi-spacing)
(#622) Requires a space after '{'. (block-spacing)
(#622) Statement inside of curly braces should be on next line. (brace-style)
(#622) Missing space before opening brace. (space-before-blocks)
(#622) Operator '=' must be spaced. (space-infix-ops)
(#623) This line has a length of 149. Maximum allowed is 132. (max-len)
(#623) Missing whitespace after semicolon. (semi-spacing)
(#623) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#623) Operator '&&' must be spaced. (space-infix-ops)
(#623) Operator '=' must be spaced. (space-infix-ops)
(#623) A space is required after ','. (comma-spacing)
(#623) Operator '||' must be spaced. (space-infix-ops)
(#623) Operator '=' must be spaced. (space-infix-ops)
(#623) A space is required after ','. (comma-spacing)
(#623) Requires a space before '}'. (block-spacing)
(#623) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#623) Missing semicolon. (semi)
(#623) Requires a space before '}'. (block-spacing)
(#623) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#623) Requires a space before '}'. (block-spacing)
(#623) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#623) Requires a space before '}'. (block-spacing)
(#623) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#623) Missing semicolon. (semi)
(#623) A space is required after ','. (comma-spacing)
(#624) This line has a length of 505. Maximum allowed is 132. (max-len)
(#624) A space is required after ','. (comma-spacing)
(#624) Requires a space after '{'. (block-spacing)
(#624) Statement inside of curly braces should be on next line. (brace-style)
(#624) Missing space before opening brace. (space-before-blocks)
(#624) Operator '=' must be spaced. (space-infix-ops)
(#624) Unexpected empty function. (no-empty-function)
(#624) Missing space before opening brace. (space-before-blocks)
(#624) Missing whitespace after semicolon. (semi-spacing)
(#624) This line has 21 statements. Maximum allowed is 2. (max-statements-per-line)
(#624) Operator '=' must be spaced. (space-infix-ops)
(#624) Missing whitespace after semicolon. (semi-spacing)
(#624) Operator '=' must be spaced. (space-infix-ops)
(#624) Missing whitespace after semicolon. (semi-spacing)
(#624) Operator '=' must be spaced. (space-infix-ops)
(#624) Missing whitespace after semicolon. (semi-spacing)
(#624) Operator '=' must be spaced. (space-infix-ops)
(#624) Missing whitespace after semicolon. (semi-spacing)
(#624) Operator '=' must be spaced. (space-infix-ops)
(#624) Requires a space after '{'. (block-spacing)
(#624) Statement inside of curly braces should be on next line. (brace-style)
(#624) Missing space before opening brace. (space-before-blocks)
(#624) Expected space(s) after "for". (keyword-spacing)
(#624) Operator '=' must be spaced. (space-infix-ops)
(#624) A space is required after ','. (comma-spacing)
(#624) Operator '=' must be spaced. (space-infix-ops)
(#624) Missing whitespace after semicolon. (semi-spacing)
(#624) Operator '<' must be spaced. (space-infix-ops)
(#624) Missing whitespace after semicolon. (semi-spacing)
(#624) Expected { after 'for' condition. (curly)
(#624) Operator '=' must be spaced. (space-infix-ops)
(#624) Missing whitespace after semicolon. (semi-spacing)
(#624) 'v' used outside of binding context. (block-scoped-var)
(#624) Operator '=' must be spaced. (space-infix-ops)
(#624) Missing whitespace after semicolon. (semi-spacing)
(#624) Expected space(s) after "for". (keyword-spacing)
(#624) 'k' used outside of binding context. (block-scoped-var)
(#624) Operator '=' must be spaced. (space-infix-ops)
(#624) Missing whitespace after semicolon. (semi-spacing)
(#624) 'v' used outside of binding context. (block-scoped-var)
(#624) Operator '<' must be spaced. (space-infix-ops)
(#624) 'k' used outside of binding context. (block-scoped-var)
(#624) Missing whitespace after semicolon. (semi-spacing)
(#624) 'v' used outside of binding context. (block-scoped-var)
(#624) Expected { after 'for' condition. (curly)
(#624) 'v' used outside of binding context. (block-scoped-var)
(#624) Operator '=' must be spaced. (space-infix-ops)
(#624) Missing whitespace after semicolon. (semi-spacing)
(#624) Expected space(s) after "for". (keyword-spacing)
(#624) 'v' used outside of binding context. (block-scoped-var)
(#624) Operator '=' must be spaced. (space-infix-ops)
(#624) Missing whitespace after semicolon. (semi-spacing)
(#624) 'v' used outside of binding context. (block-scoped-var)
(#624) Requires a space after '{'. (block-spacing)
(#624) Statement inside of curly braces should be on next line. (brace-style)
(#624) Missing space before opening brace. (space-before-blocks)
(#624) 'v' used outside of binding context. (block-scoped-var)
(#624) Operator '=' must be spaced. (space-infix-ops)
(#624) Missing whitespace after semicolon. (semi-spacing)
(#624) 'k' used outside of binding context. (block-scoped-var)
(#624) Operator '=' must be spaced. (space-infix-ops)
(#624) Missing whitespace after semicolon. (semi-spacing)
(#624) Expected space(s) after "for". (keyword-spacing)
(#624) Operator '=' must be spaced. (space-infix-ops)
(#624) Missing whitespace after semicolon. (semi-spacing)
(#624) 'k' used outside of binding context. (block-scoped-var)
(#624) Operator '<' must be spaced. (space-infix-ops)
(#624) Missing whitespace after semicolon. (semi-spacing)
(#624) 'k' used outside of binding context. (block-scoped-var)
(#624) Requires a space after '{'. (block-spacing)
(#624) Statement inside of curly braces should be on next line. (brace-style)
(#624) Missing space before opening brace. (space-before-blocks)
(#624) Expected space(s) after "for". (keyword-spacing)
(#624) Operator '=' must be spaced. (space-infix-ops)
(#624) A space is required after ','. (comma-spacing)
(#624) Operator '=' must be spaced. (space-infix-ops)
(#624) A space is required after ','. (comma-spacing)
(#624) Operator '=' must be spaced. (space-infix-ops)
(#624) A space is required after ','. (comma-spacing)
(#624) Operator '=' must be spaced. (space-infix-ops)
(#624) Missing whitespace after semicolon. (semi-spacing)
(#624) Operator '<' must be spaced. (space-infix-ops)
(#624) Missing whitespace after semicolon. (semi-spacing)
(#624) Expected { after 'for' condition. (curly)
(#624) Expected space(s) before "if". (keyword-spacing)
(#624) Expected space(s) after "if". (keyword-spacing)
(#624) 'k' used outside of binding context. (block-scoped-var)
(#624) Operator '&&' must be spaced. (space-infix-ops)
(#624) Requires a space after '{'. (block-spacing)
(#624) Statement inside of curly braces should be on next line. (brace-style)
(#624) Missing space before opening brace. (space-before-blocks)
(#624) Missing whitespace after semicolon. (semi-spacing)
(#624) Expected space(s) after "if". (keyword-spacing)
(#624) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#624) Operator '===' must be spaced. (space-infix-ops)
(#624) Expected { after 'if' condition. (curly)
(#624) Expected space(s) before "break". (keyword-spacing)
(#624) Missing whitespace after semicolon. (semi-spacing)
(#624) Operator '=' must be spaced. (space-infix-ops)
(#624) Requires a space before '}'. (block-spacing)
(#624) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#624) Missing semicolon. (semi)
(#624) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#624) Operator '===' must be spaced. (space-infix-ops)
(#624) 'd' used outside of binding context. (block-scoped-var)
(#624) Operator '&&' must be spaced. (space-infix-ops)
(#624) 'v' used outside of binding context. (block-scoped-var)
(#624) Operator '=' must be spaced. (space-infix-ops)
(#624) A space is required after ','. (comma-spacing)
(#624) 'c' used outside of binding context. (block-scoped-var)
(#624) Operator '=' must be spaced. (space-infix-ops)
(#624) A space is required after ','. (comma-spacing)
(#624) 'k' used outside of binding context. (block-scoped-var)
(#624) Operator '=' must be spaced. (space-infix-ops)
(#624) Requires a space before '}'. (block-spacing)
(#624) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#624) Missing semicolon. (semi)
(#624) Requires a space before '}'. (block-spacing)
(#624) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#624) 'v' used outside of binding context. (block-scoped-var)
(#624) Operator '=' must be spaced. (space-infix-ops)
(#624) Missing whitespace after semicolon. (semi-spacing)
(#624) Expected space(s) after "for". (keyword-spacing)
(#624) 'k' used outside of binding context. (block-scoped-var)
(#624) Operator '=' must be spaced. (space-infix-ops)
(#624) Missing whitespace after semicolon. (semi-spacing)
(#624) 'v' used outside of binding context. (block-scoped-var)
(#624) Operator '<' must be spaced. (space-infix-ops)
(#625) This line has a length of 546. Maximum allowed is 132. (max-len)
(#625) 'k' used outside of binding context. (block-scoped-var)
(#625) Missing whitespace after semicolon. (semi-spacing)
(#625) 'v' used outside of binding context. (block-scoped-var)
(#625) Expected { after 'for' condition. (curly)
(#625) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#625) 'v' used outside of binding context. (block-scoped-var)
(#625) Operator '||' must be spaced. (space-infix-ops)
(#625) 'v' used outside of binding context. (block-scoped-var)
(#625) Missing whitespace after semicolon. (semi-spacing)
(#625) 'v' used outside of binding context. (block-scoped-var)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) Missing whitespace after semicolon. (semi-spacing)
(#625) Expected space(s) after "for". (keyword-spacing)
(#625) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#625) 'k' used outside of binding context. (block-scoped-var)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) Missing whitespace after semicolon. (semi-spacing)
(#625) 'v' used outside of binding context. (block-scoped-var)
(#625) Operator '<' must be spaced. (space-infix-ops)
(#625) 'k' used outside of binding context. (block-scoped-var)
(#625) Missing whitespace after semicolon. (semi-spacing)
(#625) 'v' used outside of binding context. (block-scoped-var)
(#625) Expected { after 'for' condition. (curly)
(#625) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#625) 'v' used outside of binding context. (block-scoped-var)
(#625) Operator '||' must be spaced. (space-infix-ops)
(#625) 'v' used outside of binding context. (block-scoped-var)
(#625) Missing whitespace after semicolon. (semi-spacing)
(#625) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#625) Operator '===' must be spaced. (space-infix-ops)
(#625) Operator '&&' must be spaced. (space-infix-ops)
(#625) Operator '!==' must be spaced. (space-infix-ops)
(#625) Operator '&&' must be spaced. (space-infix-ops)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) Requires a space before '}'. (block-spacing)
(#625) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#625) Missing semicolon. (semi)
(#625) Missing whitespace after semicolon. (semi-spacing)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) Requires a space after '{'. (block-spacing)
(#625) Statement inside of curly braces should be on next line. (brace-style)
(#625) Missing space before opening brace. (space-before-blocks)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) Missing whitespace after semicolon. (semi-spacing)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) Missing whitespace after semicolon. (semi-spacing)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) Missing whitespace after semicolon. (semi-spacing)
(#625) Missing whitespace after semicolon. (semi-spacing)
(#625) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#625) Operator '<' must be spaced. (space-infix-ops)
(#625) Operator '&&' must be spaced. (space-infix-ops)
(#625) Operator '&&' must be spaced. (space-infix-ops)
(#625) Requires a space before '}'. (block-spacing)
(#625) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#625) Missing semicolon. (semi)
(#625) Missing whitespace after semicolon. (semi-spacing)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) Requires a space after '{'. (block-spacing)
(#625) Statement inside of curly braces should be on next line. (brace-style)
(#625) Missing space before opening brace. (space-before-blocks)
(#625) Expected space(s) after "for". (keyword-spacing)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) A space is required after ','. (comma-spacing)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) Missing whitespace after semicolon. (semi-spacing)
(#625) Operator '<' must be spaced. (space-infix-ops)
(#625) Missing whitespace after semicolon. (semi-spacing)
(#625) Expected { after 'for' condition. (curly)
(#625) Expected space(s) before "for". (keyword-spacing)
(#625) Expected space(s) after "for". (keyword-spacing)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) A space is required after ','. (comma-spacing)
(#625) Operator '=' must be spaced. (space-infix-ops)
(#625) Missing whitespace after semicolon. (semi-spacing)
(#625) Operator '<' must be spaced. (space-infix-ops)
(#625) Missing whitespace after semicolon. (semi-spacing)
(#625) Expected { after 'for' condition. (curly)
(#625) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#625) Operator '!==' must be spaced. (space-infix-ops)
(#625) Operator '&&' must be spaced. (space-infix-ops)
(#625) Operator '!==' must be spaced. (space-infix-ops)
(#625) Operator '&&' must be spaced. (space-infix-ops)
(#626) Requires a space before '}'. (block-spacing)
(#626) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#626) Missing semicolon. (semi)
(#626) Requires a space before '}'. (block-spacing)
(#626) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#626) Missing semicolon. (semi)
(#627) This line has a length of 522. Maximum allowed is 132. (max-len)
(#627) A space is required after ','. (comma-spacing)
(#627) A space is required after ','. (comma-spacing)
(#627) Requires a space after '{'. (block-spacing)
(#627) Statement inside of curly braces should be on next line. (brace-style)
(#627) Missing space before opening brace. (space-before-blocks)
(#627) Missing JSDoc comment. (require-jsdoc)
(#627) A space is required after ','. (comma-spacing)
(#627) Requires a space after '{'. (block-spacing)
(#627) Statement inside of curly braces should be on next line. (brace-style)
(#627) Missing space before opening brace. (space-before-blocks)
(#627) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#627) Operator '=' must be spaced. (space-infix-ops)
(#627) Missing whitespace after semicolon. (semi-spacing)
(#627) Expected space(s) after "if". (keyword-spacing)
(#627) Expected { after 'if' condition. (curly)
(#627) Expected space(s) before "for". (keyword-spacing)
(#627) Expected space(s) after "for". (keyword-spacing)
(#627) Operator '=' must be spaced. (space-infix-ops)
(#627) A space is required after ','. (comma-spacing)
(#627) Operator '=' must be spaced. (space-infix-ops)
(#627) Missing whitespace after semicolon. (semi-spacing)
(#627) Operator '<' must be spaced. (space-infix-ops)
(#627) Missing whitespace after semicolon. (semi-spacing)
(#627) Expected { after 'for' condition. (curly)
(#627) Expected space(s) before "this". (keyword-spacing)
(#627) Operator '=' must be spaced. (space-infix-ops)
(#627) Missing whitespace after semicolon. (semi-spacing)
(#627) Requires a space before '}'. (block-spacing)
(#627) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#627) Missing semicolon. (semi)
(#627) Expected space(s) before "var". (keyword-spacing)
(#627) Operator '=' must be spaced. (space-infix-ops)
(#627) Missing whitespace after semicolon. (semi-spacing)
(#627) Operator '=' must be spaced. (space-infix-ops)
(#627) A space is required after ','. (comma-spacing)
(#627) Requires a space after '{'. (block-spacing)
(#627) Statement inside of curly braces should be on next line. (brace-style)
(#627) Missing space before opening brace. (space-before-blocks)
(#627) Expected space(s) after "for". (keyword-spacing)
(#627) Operator '=' must be spaced. (space-infix-ops)
(#627) Operator '-' must be spaced. (space-infix-ops)
(#627) A space is required after ','. (comma-spacing)
(#627) Operator '=' must be spaced. (space-infix-ops)
(#627) A space is required after ','. (comma-spacing)
(#627) Operator '=' must be spaced. (space-infix-ops)
(#627) A space is required after ','. (comma-spacing)
(#627) Operator '=' must be spaced. (space-infix-ops)
(#627) Missing whitespace after semicolon. (semi-spacing)
(#627) Operator '<' must be spaced. (space-infix-ops)
(#627) Missing whitespace after semicolon. (semi-spacing)
(#627) Expected { after 'for' condition. (curly)
(#627) Expected space(s) before "if". (keyword-spacing)
(#627) Expected space(s) after "if". (keyword-spacing)
(#627) Requires a space after '{'. (block-spacing)
(#627) Statement inside of curly braces should be on next line. (brace-style)
(#627) Missing space before opening brace. (space-before-blocks)
(#627) Operator '=' must be spaced. (space-infix-ops)
(#627) Missing whitespace after semicolon. (semi-spacing)
(#627) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#627) Operator '===' must be spaced. (space-infix-ops)
(#627) Operator '&&' must be spaced. (space-infix-ops)
(#627) Requires a space before '}'. (block-spacing)
(#627) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#627) Missing semicolon. (semi)
(#627) Operator '=' must be spaced. (space-infix-ops)
(#627) Missing whitespace after semicolon. (semi-spacing)
(#627) Operator '=' must be spaced. (space-infix-ops)
(#627) Missing whitespace after semicolon. (semi-spacing)
(#627) Expected space(s) after "for". (keyword-spacing)
(#627) 'c' used outside of binding context. (block-scoped-var)
(#627) Operator '=' must be spaced. (space-infix-ops)
(#627) 'e' used outside of binding context. (block-scoped-var)
(#627) Missing whitespace after semicolon. (semi-spacing)
(#627) Operator '<' must be spaced. (space-infix-ops)
(#627) 'c' used outside of binding context. (block-scoped-var)
(#627) Missing whitespace after semicolon. (semi-spacing)
(#627) Expected { after 'for' condition. (curly)
(#627) A constructor name should not start with a lowercase letter. (new-cap)
(#627) 'e' used outside of binding context. (block-scoped-var)
(#627) A space is required after ','. (comma-spacing)
(#627) Missing whitespace after semicolon. (semi-spacing)
(#627) Requires a space before '}'. (block-spacing)
(#627) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#627) Missing semicolon. (semi)
(#627) Missing whitespace after semicolon. (semi-spacing)
(#627) Operator '=' must be spaced. (space-infix-ops)
(#627) A space is required after ','. (comma-spacing)
(#627) A space is required after ','. (comma-spacing)
(#627) Requires a space after '{'. (block-spacing)
(#627) Statement inside of curly braces should be on next line. (brace-style)
(#627) Missing space before opening brace. (space-before-blocks)
(#627) Expected space(s) after "for". (keyword-spacing)
(#627) Operator '=' must be spaced. (space-infix-ops)
(#627) A space is required after ','. (comma-spacing)
(#627) Operator '=' must be spaced. (space-infix-ops)
(#627) Operator '-' must be spaced. (space-infix-ops)
(#627) Missing whitespace after semicolon. (semi-spacing)
(#627) Operator '<' must be spaced. (space-infix-ops)
(#627) Missing whitespace after semicolon. (semi-spacing)
(#627) Expected { after 'for' condition. (curly)
(#627) Expected space(s) before "if". (keyword-spacing)
(#627) Expected space(s) after "if". (keyword-spacing)
(#627) Operator '!==' must be spaced. (space-infix-ops)
(#627) Expected { after 'if' condition. (curly)
(#627) Expected space(s) before "return". (keyword-spacing)
(#627) Missing whitespace after semicolon. (semi-spacing)
(#627) Expected space(s) after "if". (keyword-spacing)
(#627) Operator '-' must be spaced. (space-infix-ops)
(#628) This line has a length of 518. Maximum allowed is 132. (max-len)
(#628) Operator '===' must be spaced. (space-infix-ops)
(#628) Operator '-' must be spaced. (space-infix-ops)
(#628) Requires a space after '{'. (block-spacing)
(#628) Statement inside of curly braces should be on next line. (brace-style)
(#628) Missing space before opening brace. (space-before-blocks)
(#628) Operator '=' must be spaced. (space-infix-ops)
(#628) Missing '()' invoking a constructor. (new-parens)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) Operator '=' must be spaced. (space-infix-ops)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#628) Operator '=' must be spaced. (space-infix-ops)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) Expected space(s) after "for". (keyword-spacing)
(#628) Operator '=' must be spaced. (space-infix-ops)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) Operator '<' must be spaced. (space-infix-ops)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) Expected { after 'for' condition. (curly)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) Expected space(s) after "for". (keyword-spacing)
(#628) Operator '=' must be spaced. (space-infix-ops)
(#628) Operator '-' must be spaced. (space-infix-ops)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) Operator '<=' must be spaced. (space-infix-ops)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) Expected { after 'for' condition. (curly)
(#628) Requires a space before '}'. (block-spacing)
(#628) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#628) Missing semicolon. (semi)
(#628) Expected space(s) before "else". (keyword-spacing)
(#628) Expected space(s) after "else". (keyword-spacing)
(#628) Requires a space after '{'. (block-spacing)
(#628) Statement inside of curly braces should be on next line. (brace-style)
(#628) 'e' used outside of binding context. (block-scoped-var)
(#628) Operator '=' must be spaced. (space-infix-ops)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) 'b' used outside of binding context. (block-scoped-var)
(#628) Operator '=' must be spaced. (space-infix-ops)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) Expected space(s) after "for". (keyword-spacing)
(#628) Operator '=' must be spaced. (space-infix-ops)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) 'b' used outside of binding context. (block-scoped-var)
(#628) Operator '<' must be spaced. (space-infix-ops)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) 'b' used outside of binding context. (block-scoped-var)
(#628) Expected { after 'for' condition. (curly)
(#628) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#628) 'b' used outside of binding context. (block-scoped-var)
(#628) Operator '-' must be spaced. (space-infix-ops)
(#628) Operator '&&' must be spaced. (space-infix-ops)
(#628) 'e' used outside of binding context. (block-scoped-var)
(#628) 'b' used outside of binding context. (block-scoped-var)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) Operator '=' must be spaced. (space-infix-ops)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) Expected space(s) after "for". (keyword-spacing)
(#628) 'b' used outside of binding context. (block-scoped-var)
(#628) Operator '=' must be spaced. (space-infix-ops)
(#628) 'e' used outside of binding context. (block-scoped-var)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) Operator '<' must be spaced. (space-infix-ops)
(#628) 'b' used outside of binding context. (block-scoped-var)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) Expected { after 'for' condition. (curly)
(#628) Expected space(s) before "if". (keyword-spacing)
(#628) Expected space(s) after "if". (keyword-spacing)
(#628) Operator '===' must be spaced. (space-infix-ops)
(#628) Operator '||' must be spaced. (space-infix-ops)
(#628) 'e' used outside of binding context. (block-scoped-var)
(#628) Operator '-' must be spaced. (space-infix-ops)
(#628) Operator '&&' must be spaced. (space-infix-ops)
(#628) 'e' used outside of binding context. (block-scoped-var)
(#628) Operator '-' must be spaced. (space-infix-ops)
(#628) Requires a space after '{'. (block-spacing)
(#628) Statement inside of curly braces should be on next line. (brace-style)
(#628) Missing space before opening brace. (space-before-blocks)
(#628) 'g' used outside of binding context. (block-scoped-var)
(#628) Operator '=' must be spaced. (space-infix-ops)
(#628) Missing '()' invoking a constructor. (new-parens)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) 'g' used outside of binding context. (block-scoped-var)
(#628) Operator '=' must be spaced. (space-infix-ops)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) Operator '=' must be spaced. (space-infix-ops)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) Expected space(s) after "for". (keyword-spacing)
(#628) Operator '=' must be spaced. (space-infix-ops)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) Operator '<' must be spaced. (space-infix-ops)
(#628) Missing whitespace after semicolon. (semi-spacing)
(#628) 'g' used outside of binding context. (block-scoped-var)
(#628) Expected { after 'for' condition. (curly)
(#629) This line has a length of 506. Maximum allowed is 132. (max-len)
(#629) Expected space(s) after "for". (keyword-spacing)
(#629) Operator '=' must be spaced. (space-infix-ops)
(#629) Operator '-' must be spaced. (space-infix-ops)
(#629) Missing whitespace after semicolon. (semi-spacing)
(#629) Operator '<=' must be spaced. (space-infix-ops)
(#629) Missing whitespace after semicolon. (semi-spacing)
(#629) 'g' used outside of binding context. (block-scoped-var)
(#629) Expected { after 'for' condition. (curly)
(#629) Missing whitespace after semicolon. (semi-spacing)
(#629) Requires a space before '}'. (block-spacing)
(#629) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#629) Missing semicolon. (semi)
(#629) Requires a space before '}'. (block-spacing)
(#629) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#629) Expected space(s) before "return". (keyword-spacing)
(#629) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#629) 'g' used outside of binding context. (block-scoped-var)
(#629) Requires a space before '}'. (block-spacing)
(#629) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#629) Missing semicolon. (semi)
(#629) Missing whitespace after semicolon. (semi-spacing)
(#629) Operator '=' must be spaced. (space-infix-ops)
(#629) Requires a space after '{'. (block-spacing)
(#629) Statement inside of curly braces should be on next line. (brace-style)
(#629) Missing space before opening brace. (space-before-blocks)
(#629) Requires a space before '}'. (block-spacing)
(#629) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#629) Missing semicolon. (semi)
(#629) Missing whitespace after semicolon. (semi-spacing)
(#629) Operator '=' must be spaced. (space-infix-ops)
(#629) Operator '=' must be spaced. (space-infix-ops)
(#629) Missing '()' invoking a constructor. (new-parens)
(#629) Missing whitespace after semicolon. (semi-spacing)
(#629) Operator '=' must be spaced. (space-infix-ops)
(#629) Missing whitespace after semicolon. (semi-spacing)
(#629) Operator '=' must be spaced. (space-infix-ops)
(#629) Function has a complexity of 34. Maximum allowed is 20. (complexity)
(#629) Requires a space after '{'. (block-spacing)
(#629) Statement inside of curly braces should be on next line. (brace-style)
(#629) Missing space before opening brace. (space-before-blocks)
(#629) Expected space(s) after "for". (keyword-spacing)
(#629) Operator '=' must be spaced. (space-infix-ops)
(#629) A space is required after ','. (comma-spacing)
(#629) Operator '=' must be spaced. (space-infix-ops)
(#629) Missing whitespace after semicolon. (semi-spacing)
(#629) Operator '<' must be spaced. (space-infix-ops)
(#629) Missing whitespace after semicolon. (semi-spacing)
(#629) Requires a space after '{'. (block-spacing)
(#629) Statement inside of curly braces should be on next line. (brace-style)
(#629) Missing space before opening brace. (space-before-blocks)
(#629) Expected space(s) after "for". (keyword-spacing)
(#629) Operator '=' must be spaced. (space-infix-ops)
(#629) A space is required after ','. (comma-spacing)
(#629) Operator '=' must be spaced. (space-infix-ops)
(#629) A space is required after ','. (comma-spacing)
(#629) Operator '=' must be spaced. (space-infix-ops)
(#629) Missing whitespace after semicolon. (semi-spacing)
(#629) Operator '<' must be spaced. (space-infix-ops)
(#629) Missing whitespace after semicolon. (semi-spacing)
(#629) Expected { after 'for' condition. (curly)
(#629) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#629) Expected space(s) before "this". (keyword-spacing)
(#629) Operator '&&' must be spaced. (space-infix-ops)
(#629) Missing whitespace after semicolon. (semi-spacing)
(#629) 'e' used outside of binding context. (block-scoped-var)
(#629) Operator '=' must be spaced. (space-infix-ops)
(#629) Missing whitespace after semicolon. (semi-spacing)
(#629) Expected space(s) after "for". (keyword-spacing)
(#629) 'b' used outside of binding context. (block-scoped-var)
(#629) Operator '=' must be spaced. (space-infix-ops)
(#629) 'c' used outside of binding context. (block-scoped-var)
(#629) Missing whitespace after semicolon. (semi-spacing)
(#629) 'e' used outside of binding context. (block-scoped-var)
(#629) Operator '<' must be spaced. (space-infix-ops)
(#629) 'b' used outside of binding context. (block-scoped-var)
(#629) Missing whitespace after semicolon. (semi-spacing)
(#629) 'e' used outside of binding context. (block-scoped-var)
(#629) Expected { after 'for' condition. (curly)
(#629) Expected space(s) before "for". (keyword-spacing)
(#629) Expected space(s) after "for". (keyword-spacing)
(#629) Operator '=' must be spaced. (space-infix-ops)
(#629) 'e' used outside of binding context. (block-scoped-var)
(#629) Operator '+' must be spaced. (space-infix-ops)
(#629) Missing whitespace after semicolon. (semi-spacing)
(#629) Operator '<' must be spaced. (space-infix-ops)
(#629) 'c' used outside of binding context. (block-scoped-var)
(#629) Missing whitespace after semicolon. (semi-spacing)
(#629) Requires a space after '{'. (block-spacing)
(#629) Statement inside of curly braces should be on next line. (brace-style)
(#629) Missing space before opening brace. (space-before-blocks)
(#629) Operator '=' must be spaced. (space-infix-ops)
(#629) Missing whitespace after semicolon. (semi-spacing)
(#629) Operator '=' must be spaced. (space-infix-ops)
(#629) A constructor name should not start with a lowercase letter. (new-cap)
(#629) 'c' used outside of binding context. (block-scoped-var)
(#629) 'e' used outside of binding context. (block-scoped-var)
(#629) Missing whitespace after semicolon. (semi-spacing)
(#629) Operator '=' must be spaced. (space-infix-ops)
(#629) A constructor name should not start with a lowercase letter. (new-cap)
(#629) 'c' used outside of binding context. (block-scoped-var)
(#629) Missing whitespace after semicolon. (semi-spacing)
(#629) Operator '=' must be spaced. (space-infix-ops)
(#630) This line has a length of 535. Maximum allowed is 132. (max-len)
(#630) Missing whitespace after semicolon. (semi-spacing)
(#630) Operator '=' must be spaced. (space-infix-ops)
(#630) Missing whitespace after semicolon. (semi-spacing)
(#630) Expected space(s) after "for". (keyword-spacing)
(#630) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#630) Operator '=' must be spaced. (space-infix-ops)
(#630) A space is required after ','. (comma-spacing)
(#630) Operator '=' must be spaced. (space-infix-ops)
(#630) 'c' used outside of binding context. (block-scoped-var)
(#630) Missing whitespace after semicolon. (semi-spacing)
(#630) Operator '<' must be spaced. (space-infix-ops)
(#630) Missing whitespace after semicolon. (semi-spacing)
(#630) Expected { after 'for' condition. (curly)
(#630) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#630) Operator '!==' must be spaced. (space-infix-ops)
(#630) 'e' used outside of binding context. (block-scoped-var)
(#630) Operator '&&' must be spaced. (space-infix-ops)
(#630) Operator '!==' must be spaced. (space-infix-ops)
(#630) Operator '&&' must be spaced. (space-infix-ops)
(#630) 'c' used outside of binding context. (block-scoped-var)
(#630) Missing whitespace after semicolon. (semi-spacing)
(#630) 'l' used outside of binding context. (block-scoped-var)
(#630) Operator '=' must be spaced. (space-infix-ops)
(#630) Missing whitespace after semicolon. (semi-spacing)
(#630) Expected space(s) after "for". (keyword-spacing)
(#630) 'r' used outside of binding context. (block-scoped-var)
(#630) Operator '=' must be spaced. (space-infix-ops)
(#630) A space is required after ','. (comma-spacing)
(#630) A space is required after ','. (comma-spacing)
(#630) Operator '&&' must be spaced. (space-infix-ops)
(#630) 'l' used outside of binding context. (block-scoped-var)
(#630) Operator '=' must be spaced. (space-infix-ops)
(#630) 'r' used outside of binding context. (block-scoped-var)
(#630) Missing whitespace after semicolon. (semi-spacing)
(#630) Operator '===' must be spaced. (space-infix-ops)
(#630) 'l' used outside of binding context. (block-scoped-var)
(#630) Operator '&&' must be spaced. (space-infix-ops)
(#630) Operator '<' must be spaced. (space-infix-ops)
(#630) Operator '&&' must be spaced. (space-infix-ops)
(#630) Operator '<' must be spaced. (space-infix-ops)
(#630) Requires a space after '{'. (block-spacing)
(#630) Statement inside of curly braces should be on next line. (brace-style)
(#630) Missing space before opening brace. (space-before-blocks)
(#630) 'r' used outside of binding context. (block-scoped-var)
(#630) Operator '=' must be spaced. (space-infix-ops)
(#630) Missing whitespace after semicolon. (semi-spacing)
(#630) Expected space(s) after "for". (keyword-spacing)
(#630) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#630) Operator '=' must be spaced. (space-infix-ops)
(#630) A space is required after ','. (comma-spacing)
(#630) Operator '=' must be spaced. (space-infix-ops)
(#630) Missing whitespace after semicolon. (semi-spacing)
(#630) Operator '<' must be spaced. (space-infix-ops)
(#630) Missing whitespace after semicolon. (semi-spacing)
(#630) Expected { after 'for' condition. (curly)
(#630) Expected space(s) before "for". (keyword-spacing)
(#630) Expected space(s) after "for". (keyword-spacing)
(#630) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#630) Operator '=' must be spaced. (space-infix-ops)
(#630) A space is required after ','. (comma-spacing)
(#630) A space is required after ','. (comma-spacing)
(#630) Operator '=' must be spaced. (space-infix-ops)
(#630) A space is required after ','. (comma-spacing)
(#630) Operator '=' must be spaced. (space-infix-ops)
(#630) Missing whitespace after semicolon. (semi-spacing)
(#630) Operator '<' must be spaced. (space-infix-ops)
(#630) Missing whitespace after semicolon. (semi-spacing)
(#630) 'r' used outside of binding context. (block-scoped-var)
(#630) Expected { after 'for' condition. (curly)
(#630) Missing whitespace after semicolon. (semi-spacing)
(#630) Operator '=' must be spaced. (space-infix-ops)
(#630) 'r' used outside of binding context. (block-scoped-var)
(#630) Missing whitespace after semicolon. (semi-spacing)
(#630) 'r' used outside of binding context. (block-scoped-var)
(#630) Operator '=' must be spaced. (space-infix-ops)
(#630) Missing whitespace after semicolon. (semi-spacing)
(#630) Expected space(s) after "for". (keyword-spacing)
(#630) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#630) 'y' used outside of binding context. (block-scoped-var)
(#630) Operator '=' must be spaced. (space-infix-ops)
(#630) Missing whitespace after semicolon. (semi-spacing)
(#630) 'r' used outside of binding context. (block-scoped-var)
(#630) Operator '<' must be spaced. (space-infix-ops)
(#630) 'y' used outside of binding context. (block-scoped-var)
(#630) Missing whitespace after semicolon. (semi-spacing)
(#630) 'r' used outside of binding context. (block-scoped-var)
(#630) Expected { after 'for' condition. (curly)
(#630) Expected space(s) before "for". (keyword-spacing)
(#630) Expected space(s) after "for". (keyword-spacing)
(#630) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#630) 'x' used outside of binding context. (block-scoped-var)
(#630) Operator '=' must be spaced. (space-infix-ops)
(#630) 'r' used outside of binding context. (block-scoped-var)
(#630) Operator '+' must be spaced. (space-infix-ops)
(#630) Missing whitespace after semicolon. (semi-spacing)
(#630) 'x' used outside of binding context. (block-scoped-var)
(#630) Operator '<' must be spaced. (space-infix-ops)
(#630) 'y' used outside of binding context. (block-scoped-var)
(#630) Missing whitespace after semicolon. (semi-spacing)
(#630) 'x' used outside of binding context. (block-scoped-var)
(#630) Expected { after 'for' condition. (curly)
(#630) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#630) 'A' used outside of binding context. (block-scoped-var)
(#630) Operator '=' must be spaced. (space-infix-ops)
(#630) 'r' used outside of binding context. (block-scoped-var)
(#630) A space is required after ','. (comma-spacing)
(#630) 'x' used outside of binding context. (block-scoped-var)
(#630) A space is required after ','. (comma-spacing)
(#630) Operator '&&' must be spaced. (space-infix-ops)
(#630) 'l' used outside of binding context. (block-scoped-var)
(#630) 'A' used outside of binding context. (block-scoped-var)
(#630) Missing whitespace after semicolon. (semi-spacing)
(#630) Expected space(s) after "if". (keyword-spacing)
(#630) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#630) Operator '===' must be spaced. (space-infix-ops)
(#630) 'l' used outside of binding context. (block-scoped-var)
(#630) Requires a space after '{'. (block-spacing)
(#630) Statement inside of curly braces should be on next line. (brace-style)
(#630) Missing space before opening brace. (space-before-blocks)
(#630) 'r' used outside of binding context. (block-scoped-var)
(#630) Operator '=' must be spaced. (space-infix-ops)
(#630) Missing whitespace after semicolon. (semi-spacing)
(#630) 'y' used outside of binding context. (block-scoped-var)
(#630) Operator '=' must be spaced. (space-infix-ops)
(#630) Missing whitespace after semicolon. (semi-spacing)
(#630) Expected space(s) after "for". (keyword-spacing)
(#630) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#630) 'x' used outside of binding context. (block-scoped-var)
(#630) Operator '=' must be spaced. (space-infix-ops)
(#630) Missing whitespace after semicolon. (semi-spacing)
(#630) 'y' used outside of binding context. (block-scoped-var)
(#630) Operator '<' must be spaced. (space-infix-ops)
(#630) 'x' used outside of binding context. (block-scoped-var)
(#630) Missing whitespace after semicolon. (semi-spacing)
(#630) 'y' used outside of binding context. (block-scoped-var)
(#630) Expected { after 'for' condition. (curly)
(#630) Expected space(s) before "for". (keyword-spacing)
(#630) Expected space(s) after "for". (keyword-spacing)
(#630) Blocks are nested too deeply (7). Maximum allowed is 4. (max-depth)
(#630) 'A' used outside of binding context. (block-scoped-var)
(#630) Operator '=' must be spaced. (space-infix-ops)
(#630) A space is required after ','. (comma-spacing)
(#630) 'H' used outside of binding context. (block-scoped-var)
(#630) Operator '=' must be spaced. (space-infix-ops)
(#630) Missing whitespace after semicolon. (semi-spacing)
(#630) 'A' used outside of binding context. (block-scoped-var)
(#630) Operator '<' must be spaced. (space-infix-ops)
(#630) 'H' used outside of binding context. (block-scoped-var)
(#630) Missing whitespace after semicolon. (semi-spacing)
(#630) 'A' used outside of binding context. (block-scoped-var)
(#630) Expected { after 'for' condition. (curly)
(#630) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#630) Expected space(s) before "this". (keyword-spacing)
(#630) 'A' used outside of binding context. (block-scoped-var)
(#630) 'y' used outside of binding context. (block-scoped-var)
(#630) Operator '&&' must be spaced. (space-infix-ops)
(#631) This line has a length of 461. Maximum allowed is 132. (max-len)
(#631) 'a' used outside of binding context. (block-scoped-var)
(#631) Operator '=' must be spaced. (space-infix-ops)
(#631) 'A' used outside of binding context. (block-scoped-var)
(#631) 'y' used outside of binding context. (block-scoped-var)
(#631) A space is required after ','. (comma-spacing)
(#631) Operator '===' must be spaced. (space-infix-ops)
(#631) 'a' used outside of binding context. (block-scoped-var)
(#631) Operator '&&' must be spaced. (space-infix-ops)
(#631) Operator '===' must be spaced. (space-infix-ops)
(#631) 'r' used outside of binding context. (block-scoped-var)
(#631) 'a' used outside of binding context. (block-scoped-var)
(#631) Operator '&&' must be spaced. (space-infix-ops)
(#631) 'r' used outside of binding context. (block-scoped-var)
(#631) 'a' used outside of binding context. (block-scoped-var)
(#631) Missing whitespace after semicolon. (semi-spacing)
(#631) 'y' used outside of binding context. (block-scoped-var)
(#631) Operator '=' must be spaced. (space-infix-ops)
(#631) Missing whitespace after semicolon. (semi-spacing)
(#631) Expected space(s) after "for". (keyword-spacing)
(#631) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#631) This line has 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#631) 'x' used outside of binding context. (block-scoped-var)
(#631) Operator '=' must be spaced. (space-infix-ops)
(#631) 'r' used outside of binding context. (block-scoped-var)
(#631) Missing whitespace after semicolon. (semi-spacing)
(#631) 'y' used outside of binding context. (block-scoped-var)
(#631) Operator '<' must be spaced. (space-infix-ops)
(#631) 'x' used outside of binding context. (block-scoped-var)
(#631) Missing whitespace after semicolon. (semi-spacing)
(#631) 'y' used outside of binding context. (block-scoped-var)
(#631) Expected { after 'for' condition. (curly)
(#631) 'r' used outside of binding context. (block-scoped-var)
(#631) 'y' used outside of binding context. (block-scoped-var)
(#631) Requires a space before '}'. (block-spacing)
(#631) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#631) Missing semicolon. (semi)
(#631) Requires a space before '}'. (block-spacing)
(#631) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#631) Expected space(s) before "if". (keyword-spacing)
(#631) Expected space(s) after "if". (keyword-spacing)
(#631) Operator '<' must be spaced. (space-infix-ops)
(#631) 'l' used outside of binding context. (block-scoped-var)
(#631) Requires a space after '{'. (block-spacing)
(#631) Statement inside of curly braces should be on next line. (brace-style)
(#631) Missing space before opening brace. (space-before-blocks)
(#631) Operator '=' must be spaced. (space-infix-ops)
(#631) Missing whitespace after semicolon. (semi-spacing)
(#631) Operator '=' must be spaced. (space-infix-ops)
(#631) Missing whitespace after semicolon. (semi-spacing)
(#631) Expected space(s) after "for". (keyword-spacing)
(#631) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#631) 'r' used outside of binding context. (block-scoped-var)
(#631) Operator '=' must be spaced. (space-infix-ops)
(#631) 'l' used outside of binding context. (block-scoped-var)
(#631) Missing whitespace after semicolon. (semi-spacing)
(#631) Operator '<' must be spaced. (space-infix-ops)
(#631) 'r' used outside of binding context. (block-scoped-var)
(#631) Missing whitespace after semicolon. (semi-spacing)
(#631) Expected { after 'for' condition. (curly)
(#631) Expected space(s) before "if". (keyword-spacing)
(#631) Expected space(s) after "if". (keyword-spacing)
(#631) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#631) Operator '||' must be spaced. (space-infix-ops)
(#631) Operator '>' must be spaced. (space-infix-ops)
(#631) 'l' used outside of binding context. (block-scoped-var)
(#631) Expected { after 'if' condition. (curly)
(#631) Operator '=' must be spaced. (space-infix-ops)
(#631) 'l' used outside of binding context. (block-scoped-var)
(#631) Missing whitespace after semicolon. (semi-spacing)
(#631) 'l' used outside of binding context. (block-scoped-var)
(#631) Operator '=' must be spaced. (space-infix-ops)
(#631) Missing whitespace after semicolon. (semi-spacing)
(#631) Operator '=' must be spaced. (space-infix-ops)
(#631) Missing whitespace after semicolon. (semi-spacing)
(#631) Expected space(s) after "for". (keyword-spacing)
(#631) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#631) 'r' used outside of binding context. (block-scoped-var)
(#631) Operator '=' must be spaced. (space-infix-ops)
(#631) Missing whitespace after semicolon. (semi-spacing)
(#631) Operator '<' must be spaced. (space-infix-ops)
(#631) 'r' used outside of binding context. (block-scoped-var)
(#631) Missing whitespace after semicolon. (semi-spacing)
(#631) Requires a space after '{'. (block-spacing)
(#631) Statement inside of curly braces should be on next line. (brace-style)
(#631) Missing space before opening brace. (space-before-blocks)
(#631) 'y' used outside of binding context. (block-scoped-var)
(#631) Operator '=' must be spaced. (space-infix-ops)
(#631) Missing whitespace after semicolon. (semi-spacing)
(#631) 'x' used outside of binding context. (block-scoped-var)
(#631) Operator '=' must be spaced. (space-infix-ops)
(#631) Missing whitespace after semicolon. (semi-spacing)
(#631) Expected space(s) after "for". (keyword-spacing)
(#631) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#631) 'A' used outside of binding context. (block-scoped-var)
(#631) Operator '=' must be spaced. (space-infix-ops)
(#631) Missing whitespace after semicolon. (semi-spacing)
(#631) 'x' used outside of binding context. (block-scoped-var)
(#631) Operator '<' must be spaced. (space-infix-ops)
(#631) 'A' used outside of binding context. (block-scoped-var)
(#631) Missing whitespace after semicolon. (semi-spacing)
(#631) 'x' used outside of binding context. (block-scoped-var)
(#631) Expected { after 'for' condition. (curly)
(#631) Expected space(s) before "if". (keyword-spacing)
(#631) Expected space(s) after "if". (keyword-spacing)
(#631) Blocks are nested too deeply (7). Maximum allowed is 4. (max-depth)
(#631) Operator '===' must be spaced. (space-infix-ops)
(#631) 'x' used outside of binding context. (block-scoped-var)
(#631) Requires a space after '{'. (block-spacing)
(#631) Statement inside of curly braces should be on next line. (brace-style)
(#631) Missing space before opening brace. (space-before-blocks)
(#631) 'y' used outside of binding context. (block-scoped-var)
(#631) Operator '=' must be spaced. (space-infix-ops)
(#631) Missing whitespace after semicolon. (semi-spacing)
(#631) Requires a space before '}'. (block-spacing)
(#631) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#631) Missing semicolon. (semi)
(#631) Expected space(s) before "if". (keyword-spacing)
(#631) Expected space(s) after "if". (keyword-spacing)
(#631) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#631) 'y' used outside of binding context. (block-scoped-var)
(#631) Requires a space after '{'. (block-spacing)
(#631) Statement inside of curly braces should be on next line. (brace-style)
(#631) Missing space before opening brace. (space-before-blocks)
(#631) 'l' used outside of binding context. (block-scoped-var)
(#631) Operator '=' must be spaced. (space-infix-ops)
(#631) Missing whitespace after semicolon. (semi-spacing)
(#631) Requires a space before '}'. (block-spacing)
(#631) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#631) Missing semicolon. (semi)
(#631) Requires a space before '}'. (block-spacing)
(#631) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#631) 'l' used outside of binding context. (block-scoped-var)
(#631) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#631) Operator '||' must be spaced. (space-infix-ops)
(#631) Requires a space before '}'. (block-spacing)
(#631) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#631) Missing semicolon. (semi)
(#631) Requires a space before '}'. (block-spacing)
(#631) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#631) Requires a space before '}'. (block-spacing)
(#631) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#631) Expected space(s) before "this". (keyword-spacing)
(#631) Requires a space before '}'. (block-spacing)
(#631) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#631) Missing semicolon. (semi)
(#631) Requires a space before '}'. (block-spacing)
(#631) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#631) Missing semicolon. (semi)
(#631) A space is required after ','. (comma-spacing)
(#632) This line has a length of 505. Maximum allowed is 132. (max-len)
(#632) A space is required after ','. (comma-spacing)
(#632) 'E' is defined but never used. (no-unused-vars)
(#632) Requires a space after '{'. (block-spacing)
(#632) Statement inside of curly braces should be on next line. (brace-style)
(#632) Missing space before opening brace. (space-before-blocks)
(#632) Operator '=' must be spaced. (space-infix-ops)
(#632) Requires a space after '{'. (block-spacing)
(#632) Statement inside of curly braces should be on next line. (brace-style)
(#632) Missing space before opening brace. (space-before-blocks)
(#632) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#632) Operator '=' must be spaced. (space-infix-ops)
(#632) Missing whitespace after semicolon. (semi-spacing)
(#632) Expected space(s) after "if". (keyword-spacing)
(#632) Operator '<' must be spaced. (space-infix-ops)
(#632) Requires a space after '{'. (block-spacing)
(#632) Statement inside of curly braces should be on next line. (brace-style)
(#632) Missing space before opening brace. (space-before-blocks)
(#632) Operator '=' must be spaced. (space-infix-ops)
(#632) A space is required after ','. (comma-spacing)
(#632) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#632) Operator '=' must be spaced. (space-infix-ops)
(#632) Missing whitespace after semicolon. (semi-spacing)
(#632) A space is required after ','. (comma-spacing)
(#632) Requires a space after '{'. (block-spacing)
(#632) Statement inside of curly braces should be on next line. (brace-style)
(#632) Missing space before opening brace. (space-before-blocks)
(#632) Operator '-' must be spaced. (space-infix-ops)
(#632) Requires a space before '}'. (block-spacing)
(#632) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#632) Missing semicolon. (semi)
(#632) Missing whitespace after semicolon. (semi-spacing)
(#632) Expected space(s) after "for". (keyword-spacing)
(#632) Operator '=' must be spaced. (space-infix-ops)
(#632) A space is required after ','. (comma-spacing)
(#632) Operator '=' must be spaced. (space-infix-ops)
(#632) Missing whitespace after semicolon. (semi-spacing)
(#632) Operator '<' must be spaced. (space-infix-ops)
(#632) Missing whitespace after semicolon. (semi-spacing)
(#632) Expected { after 'for' condition. (curly)
(#632) Operator '=' must be spaced. (space-infix-ops)
(#632) Missing whitespace after semicolon. (semi-spacing)
(#632) Operator '=' must be spaced. (space-infix-ops)
(#632) Missing whitespace after semicolon. (semi-spacing)
(#632) Expected space(s) after "for". (keyword-spacing)
(#632) 'q' used outside of binding context. (block-scoped-var)
(#632) Operator '=' must be spaced. (space-infix-ops)
(#632) Missing whitespace after semicolon. (semi-spacing)
(#632) Operator '<' must be spaced. (space-infix-ops)
(#632) 'q' used outside of binding context. (block-scoped-var)
(#632) Missing whitespace after semicolon. (semi-spacing)
(#632) Requires a space after '{'. (block-spacing)
(#632) Statement inside of curly braces should be on next line. (brace-style)
(#632) Missing space before opening brace. (space-before-blocks)
(#632) 'd' used outside of binding context. (block-scoped-var)
(#632) Operator '=' must be spaced. (space-infix-ops)
(#632) Missing whitespace after semicolon. (semi-spacing)
(#632) Expected space(s) after "for". (keyword-spacing)
(#632) Operator '=' must be spaced. (space-infix-ops)
(#632) A space is required after ','. (comma-spacing)
(#632) Operator '=' must be spaced. (space-infix-ops)
(#632) Missing whitespace after semicolon. (semi-spacing)
(#632) Operator '<' must be spaced. (space-infix-ops)
(#632) Missing whitespace after semicolon. (semi-spacing)
(#632) Expected { after 'for' condition. (curly)
(#632) Expected space(s) before "if". (keyword-spacing)
(#632) Expected space(s) after "if". (keyword-spacing)
(#632) Requires a space after '{'. (block-spacing)
(#632) Statement inside of curly braces should be on next line. (brace-style)
(#632) Missing space before opening brace. (space-before-blocks)
(#632) 'd' used outside of binding context. (block-scoped-var)
(#632) Operator '=' must be spaced. (space-infix-ops)
(#632) Missing whitespace after semicolon. (semi-spacing)
(#632) Requires a space before '}'. (block-spacing)
(#632) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#632) Missing semicolon. (semi)
(#632) Expected space(s) before "if". (keyword-spacing)
(#632) Expected space(s) after "if". (keyword-spacing)
(#632) 'd' used outside of binding context. (block-scoped-var)
(#632) Requires a space after '{'. (block-spacing)
(#632) Statement inside of curly braces should be on next line. (brace-style)
(#632) Missing space before opening brace. (space-before-blocks)
(#632) 'd' used outside of binding context. (block-scoped-var)
(#632) Operator '=' must be spaced. (space-infix-ops)
(#632) Missing whitespace after semicolon. (semi-spacing)
(#632) Expected space(s) after "for". (keyword-spacing)
(#632) 'c' used outside of binding context. (block-scoped-var)
(#632) Operator '=' must be spaced. (space-infix-ops)
(#632) Missing whitespace after semicolon. (semi-spacing)
(#632) 'd' used outside of binding context. (block-scoped-var)
(#632) Operator '<' must be spaced. (space-infix-ops)
(#632) 'c' used outside of binding context. (block-scoped-var)
(#632) Missing whitespace after semicolon. (semi-spacing)
(#632) 'd' used outside of binding context. (block-scoped-var)
(#632) Expected { after 'for' condition. (curly)
(#632) 'd' used outside of binding context. (block-scoped-var)
(#632) Operator '=' must be spaced. (space-infix-ops)
(#632) Missing whitespace after semicolon. (semi-spacing)
(#632) Requires a space before '}'. (block-spacing)
(#632) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#632) Missing semicolon. (semi)
(#632) Expected space(s) before "if". (keyword-spacing)
(#632) Expected space(s) after "if". (keyword-spacing)
(#632) Operator '===' must be spaced. (space-infix-ops)
(#633) This line has a length of 228. Maximum allowed is 132. (max-len)
(#633) Expected { after 'if' condition. (curly)
(#633) Expected space(s) before "break". (keyword-spacing)
(#633) Requires a space before '}'. (block-spacing)
(#633) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#633) Missing semicolon. (semi)
(#633) Requires a space before '}'. (block-spacing)
(#633) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#633) Requires a space before '}'. (block-spacing)
(#633) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#633) Requires a space before '}'. (block-spacing)
(#633) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#633) Missing semicolon. (semi)
(#633) Missing whitespace after semicolon. (semi-spacing)
(#633) A space is required after ','. (comma-spacing)
(#633) 'E' is defined but never used. (no-unused-vars)
(#633) Requires a space after '{'. (block-spacing)
(#633) Statement inside of curly braces should be on next line. (brace-style)
(#633) Missing space before opening brace. (space-before-blocks)
(#633) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#633) Operator '=' must be spaced. (space-infix-ops)
(#633) Unexpected empty function. (no-empty-function)
(#633) Missing space before opening brace. (space-before-blocks)
(#633) Missing whitespace after semicolon. (semi-spacing)
(#633) Operator '=' must be spaced. (space-infix-ops)
(#633) A space is required after ','. (comma-spacing)
(#633) A space is required after ','. (comma-spacing)
(#633) Requires a space after '{'. (block-spacing)
(#633) Statement inside of curly braces should be on next line. (brace-style)
(#633) Missing space before opening brace. (space-before-blocks)
(#633) Expected space(s) after "for". (keyword-spacing)
(#633) Operator '=' must be spaced. (space-infix-ops)
(#633) A space is required after ','. (comma-spacing)
(#633) Operator '=' must be spaced. (space-infix-ops)
(#633) A space is required after ','. (comma-spacing)
(#633) Operator '=' must be spaced. (space-infix-ops)
(#633) Missing whitespace after semicolon. (semi-spacing)
(#633) Operator '<' must be spaced. (space-infix-ops)
(#633) Operator '-' must be spaced. (space-infix-ops)
(#633) Missing whitespace after semicolon. (semi-spacing)
(#633) Expected { after 'for' condition. (curly)
(#633) Missing whitespace after semicolon. (semi-spacing)
(#633) Operator '?' must be spaced. (space-infix-ops)
(#633) Operator '+' must be spaced. (space-infix-ops)
(#633) 'd' used outside of binding context. (block-scoped-var)
(#633) Operator ':' must be spaced. (space-infix-ops)
(#633) 'd' used outside of binding context. (block-scoped-var)
(#633) Operator '+' must be spaced. (space-infix-ops)
(#633) Requires a space before '}'. (block-spacing)
(#633) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#633) Missing semicolon. (semi)
(#633) Requires a space before '}'. (block-spacing)
(#633) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#633) Missing semicolon. (semi)
(#634) This line has a length of 504. Maximum allowed is 132. (max-len)
(#634) A space is required after ','. (comma-spacing)
(#634) A space is required after ','. (comma-spacing)
(#634) A space is required after ','. (comma-spacing)
(#634) A space is required after ','. (comma-spacing)
(#634) A space is required after ','. (comma-spacing)
(#634) A space is required after ','. (comma-spacing)
(#634) A space is required after ','. (comma-spacing)
(#634) Requires a space after '{'. (block-spacing)
(#634) Statement inside of curly braces should be on next line. (brace-style)
(#634) Missing space before opening brace. (space-before-blocks)
(#634) Operator '=' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#634) Operator '=' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#634) Operator '=' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#634) Operator '=' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#634) Operator '=' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#634) Operator '=' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#634) Operator '=' must be spaced. (space-infix-ops)
(#634) Unnecessary escape character: \-. (no-useless-escape)
(#634) A space is required after ','. (comma-spacing)
(#634) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#634) Operator '=' must be spaced. (space-infix-ops)
(#634) Requires a space after '{'. (block-spacing)
(#634) Statement inside of curly braces should be on next line. (brace-style)
(#634) Missing space before opening brace. (space-before-blocks)
(#634) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#634) Operator '!==' must be spaced. (space-infix-ops)
(#634) Requires a space before '}'. (block-spacing)
(#634) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#634) Missing semicolon. (semi)
(#634) A space is required after ','. (comma-spacing)
(#634) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#634) Operator '=' must be spaced. (space-infix-ops)
(#634) Missing space before value for key 'P'. (key-spacing)
(#634) A space is required after ','. (comma-spacing)
(#634) Missing space before value for key 'A'. (key-spacing)
(#634) A space is required after ','. (comma-spacing)
(#634) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#634) A space is required after ','. (comma-spacing)
(#634) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#634) A space is required after ','. (comma-spacing)
(#634) Missing space before value for key 'B'. (key-spacing)
(#634) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#634) A space is required after ','. (comma-spacing)
(#634) A space is required after ','. (comma-spacing)
(#634) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#634) A space is required after ','. (comma-spacing)
(#634) Missing space before value for key 'C'. (key-spacing)
(#634) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#634) A space is required after ','. (comma-spacing)
(#634) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#634) A space is required after ','. (comma-spacing)
(#634) A space is required after ','. (comma-spacing)
(#634) Missing space before value for key 'I'. (key-spacing)
(#634) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#634) A space is required after ','. (comma-spacing)
(#634) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#634) A space is required after ','. (comma-spacing)
(#634) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#634) A space is required after ','. (comma-spacing)
(#634) Missing space before value for key 'R'. (key-spacing)
(#634) Operator '/' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Operator '/' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Operator '/' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Operator '/' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Operator '/' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Operator '/' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Missing space before value for key 'S'. (key-spacing)
(#634) Operator '/' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Operator '/' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Operator '/' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Operator '/' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Operator '/' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Operator '/' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Missing space before value for key 'T'. (key-spacing)
(#634) Operator '/' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Operator '/' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Operator '/' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Operator '/' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Operator '/' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Operator '/' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Missing space before value for key 'F'. (key-spacing)
(#634) A space is required after ','. (comma-spacing)
(#634) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#634) A space is required after ','. (comma-spacing)
(#634) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#634) A space is required after ','. (comma-spacing)
(#634) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#634) A space is required after ','. (comma-spacing)
(#634) A space is required after ','. (comma-spacing)
(#634) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#634) A space is required after ','. (comma-spacing)
(#634) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#634) A space is required after ','. (comma-spacing)
(#634) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#634) A space is required after ','. (comma-spacing)
(#634) A space is required after ','. (comma-spacing)
(#634) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#634) Operator '=' must be spaced. (space-infix-ops)
(#634) Requires a space after '{'. (block-spacing)
(#634) Statement inside of curly braces should be on next line. (brace-style)
(#634) Missing space before opening brace. (space-before-blocks)
(#634) Operator '=' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#634) Operator '=' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#634) Operator '=' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#634) Operator '=' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#634) Operator '=' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#634) Operator '=' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#634) Operator '=' must be spaced. (space-infix-ops)
(#634) Missing whitespace after semicolon. (semi-spacing)
(#634) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#634) Operator '!==' must be spaced. (space-infix-ops)
(#634) Operator '&&' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Operator '<' must be spaced. (space-infix-ops)
(#634) Operator '&&' must be spaced. (space-infix-ops)
(#634) Operator '!==' must be spaced. (space-infix-ops)
(#634) Operator '-' must be spaced. (space-infix-ops)
(#634) Operator '&&' must be spaced. (space-infix-ops)
(#634) Operator '*=' must be spaced. (space-infix-ops)
(#634) Missing whitespace after semicolon. (semi-spacing)
(#634) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#634) Operator '!==' must be spaced. (space-infix-ops)
(#634) Operator '&&' must be spaced. (space-infix-ops)
(#634) A space is required after ','. (comma-spacing)
(#634) Operator '<' must be spaced. (space-infix-ops)
(#634) Operator '&&' must be spaced. (space-infix-ops)
(#634) Operator '!==' must be spaced. (space-infix-ops)
(#635) This line has a length of 501. Maximum allowed is 132. (max-len)
(#635) Operator '-' must be spaced. (space-infix-ops)
(#635) Operator '&&' must be spaced. (space-infix-ops)
(#635) Operator '*=' must be spaced. (space-infix-ops)
(#635) Missing whitespace after semicolon. (semi-spacing)
(#635) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#635) Operator '!==' must be spaced. (space-infix-ops)
(#635) Operator '&&' must be spaced. (space-infix-ops)
(#635) A space is required after ','. (comma-spacing)
(#635) Operator '<' must be spaced. (space-infix-ops)
(#635) Operator '&&' must be spaced. (space-infix-ops)
(#635) Operator '!==' must be spaced. (space-infix-ops)
(#635) Operator '-' must be spaced. (space-infix-ops)
(#635) Operator '&&' must be spaced. (space-infix-ops)
(#635) Operator '*=' must be spaced. (space-infix-ops)
(#635) Missing whitespace after semicolon. (semi-spacing)
(#635) Expected space(s) after "if". (keyword-spacing)
(#635) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#635) Operator '<' must be spaced. (space-infix-ops)
(#635) Expected { after 'if' condition. (curly)
(#635) Expected space(s) before "for". (keyword-spacing)
(#635) Expected space(s) after "for". (keyword-spacing)
(#635) Operator '=' must be spaced. (space-infix-ops)
(#635) A space is required after ','. (comma-spacing)
(#635) Operator '=' must be spaced. (space-infix-ops)
(#635) A space is required after ','. (comma-spacing)
(#635) Operator '=' must be spaced. (space-infix-ops)
(#635) Missing whitespace after semicolon. (semi-spacing)
(#635) Operator '<' must be spaced. (space-infix-ops)
(#635) Missing whitespace after semicolon. (semi-spacing)
(#635) Requires a space after '{'. (block-spacing)
(#635) Statement inside of curly braces should be on next line. (brace-style)
(#635) Missing space before opening brace. (space-before-blocks)
(#635) Operator '=' must be spaced. (space-infix-ops)
(#635) Missing whitespace after semicolon. (semi-spacing)
(#635) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#635) Operator '!==' must be spaced. (space-infix-ops)
(#635) Operator '&&' must be spaced. (space-infix-ops)
(#635) Operator '!==' must be spaced. (space-infix-ops)
(#635) Operator '||' must be spaced. (space-infix-ops)
(#635) Operator '!==' must be spaced. (space-infix-ops)
(#635) Operator '-' must be spaced. (space-infix-ops)
(#635) Operator '&&' must be spaced. (space-infix-ops)
(#635) Operator '+' must be spaced. (space-infix-ops)
(#635) Operator '||' must be spaced. (space-infix-ops)
(#635) Operator '=' must be spaced. (space-infix-ops)
(#635) Missing whitespace after semicolon. (semi-spacing)
(#635) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#635) Operator '&&' must be spaced. (space-infix-ops)
(#635) Do not nest ternary expressions. (no-nested-ternary)
(#635) Operator '===' must be spaced. (space-infix-ops)
(#635) Operator '?' must be spaced. (space-infix-ops)
(#635) Operator '+=' must be spaced. (space-infix-ops)
(#635) Operator ':' must be spaced. (space-infix-ops)
(#635) Operator '===' must be spaced. (space-infix-ops)
(#635) Operator '?' must be spaced. (space-infix-ops)
(#635) Operator '-=' must be spaced. (space-infix-ops)
(#635) Operator ':' must be spaced. (space-infix-ops)
(#635) Operator '===' must be spaced. (space-infix-ops)
(#635) Operator '&&' must be spaced. (space-infix-ops)
(#635) Operator '/=' must be spaced. (space-infix-ops)
(#635) Requires a space before '}'. (block-spacing)
(#635) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#635) Missing semicolon. (semi)
(#635) Expected space(s) before "return". (keyword-spacing)
(#635) Expected space(s) after "return". (keyword-spacing)
(#635) A space is required after ','. (comma-spacing)
(#635) A space is required after ','. (comma-spacing)
(#635) A space is required after ','. (comma-spacing)
(#635) Requires a space before '}'. (block-spacing)
(#635) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#635) Missing semicolon. (semi)
(#635) Missing whitespace after semicolon. (semi-spacing)
(#635) Operator '=' must be spaced. (space-infix-ops)
(#635) Unexpected empty function. (no-empty-function)
(#635) Missing space before opening brace. (space-before-blocks)
(#635) Missing whitespace after semicolon. (semi-spacing)
(#635) Operator '=' must be spaced. (space-infix-ops)
(#635) Missing '()' invoking a constructor. (new-parens)
(#635) Operator '=' must be spaced. (space-infix-ops)
(#635) Function has a complexity of 85. Maximum allowed is 20. (complexity)
(#635) A space is required after ','. (comma-spacing)
(#635) A space is required after ','. (comma-spacing)
(#635) A space is required after ','. (comma-spacing)
(#635) Requires a space after '{'. (block-spacing)
(#635) Statement inside of curly braces should be on next line. (brace-style)
(#635) Missing space before opening brace. (space-before-blocks)
(#635) Operator '=' must be spaced. (space-infix-ops)
(#635) Operator '?' must be spaced. (space-infix-ops)
(#635) Operator ':' must be spaced. (space-infix-ops)
(#635) Missing whitespace after semicolon. (semi-spacing)
(#635) Operator '=' must be spaced. (space-infix-ops)
(#635) Operator '?' must be spaced. (space-infix-ops)
(#635) Operator ':' must be spaced. (space-infix-ops)
(#635) Missing whitespace after semicolon. (semi-spacing)
(#635) Operator '=' must be spaced. (space-infix-ops)
(#635) Operator '?' must be spaced. (space-infix-ops)
(#635) Operator ':' must be spaced. (space-infix-ops)
(#635) Missing whitespace after semicolon. (semi-spacing)
(#635) Operator '=' must be spaced. (space-infix-ops)
(#635) Missing '()' invoking a constructor. (new-parens)
(#635) Missing whitespace after semicolon. (semi-spacing)
(#635) Expected space(s) after "if". (keyword-spacing)
(#635) Expected { after 'if' condition. (curly)
(#635) Expected space(s) before "return". (keyword-spacing)
(#635) Missing whitespace after semicolon. (semi-spacing)
(#635) Expected space(s) after "for". (keyword-spacing)
(#635) Operator '=' must be spaced. (space-infix-ops)
(#635) A space is required after ','. (comma-spacing)
(#635) Operator '=' must be spaced. (space-infix-ops)
(#635) A space is required after ','. (comma-spacing)
(#635) Operator '=' must be spaced. (space-infix-ops)
(#635) A space is required after ','. (comma-spacing)
(#635) Operator '=' must be spaced. (space-infix-ops)
(#636) This line has a length of 512. Maximum allowed is 132. (max-len)
(#636) A space is required after ','. (comma-spacing)
(#636) Operator '=' must be spaced. (space-infix-ops)
(#636) A space is required after ','. (comma-spacing)
(#636) Operator '=' must be spaced. (space-infix-ops)
(#636) A space is required after ','. (comma-spacing)
(#636) Operator '=' must be spaced. (space-infix-ops)
(#636) A space is required after ','. (comma-spacing)
(#636) Operator '=' must be spaced. (space-infix-ops)
(#636) A space is required after ','. (comma-spacing)
(#636) A space is required after ','. (comma-spacing)
(#636) A space is required after ','. (comma-spacing)
(#636) A space is required after ','. (comma-spacing)
(#636) A space is required after ','. (comma-spacing)
(#636) Operator '=' must be spaced. (space-infix-ops)
(#636) Missing whitespace after semicolon. (semi-spacing)
(#636) Operator '<' must be spaced. (space-infix-ops)
(#636) Expected { after 'for' condition. (curly)
(#636) Expected space(s) before "if". (keyword-spacing)
(#636) Expected space(s) after "if". (keyword-spacing)
(#636) Operator '?' must be spaced. (space-infix-ops)
(#636) Operator '=' must be spaced. (space-infix-ops)
(#636) Operator ':' must be spaced. (space-infix-ops)
(#636) Operator '=' must be spaced. (space-infix-ops)
(#636) Unexpected use of comma operator. (no-sequences)
(#636) A space is required after ','. (comma-spacing)
(#636) Operator '<' must be spaced. (space-infix-ops)
(#636) Expected { after 'if' condition. (curly)
(#636) Expected space(s) before "if". (keyword-spacing)
(#636) Expected space(s) after "if". (keyword-spacing)
(#636) Expected { after 'if' condition. (curly)
(#636) Operator '=' must be spaced. (space-infix-ops)
(#636) Missing whitespace after semicolon. (semi-spacing)
(#636) Expected space(s) after "if". (keyword-spacing)
(#636) Expected { after 'if' condition. (curly)
(#636) Operator '=' must be spaced. (space-infix-ops)
(#636) Missing whitespace after semicolon. (semi-spacing)
(#636) Expected space(s) after "if". (keyword-spacing)
(#636) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#636) Expected { after 'if' condition. (curly)
(#636) Operator '=' must be spaced. (space-infix-ops)
(#636) Missing whitespace after semicolon. (semi-spacing)
(#636) Expected space(s) after "if". (keyword-spacing)
(#636) Expected { after 'if' condition. (curly)
(#636) Operator '=' must be spaced. (space-infix-ops)
(#636) Operator '*' must be spaced. (space-infix-ops)
(#636) Operator '/' must be spaced. (space-infix-ops)
(#636) Missing whitespace after semicolon. (semi-spacing)
(#636) Expected space(s) after "if". (keyword-spacing)
(#636) Expected { after 'if' condition. (curly)
(#636) Operator '=' must be spaced. (space-infix-ops)
(#636) Operator '*' must be spaced. (space-infix-ops)
(#636) Operator '/' must be spaced. (space-infix-ops)
(#636) Missing whitespace after semicolon. (semi-spacing)
(#636) Expected space(s) after "if". (keyword-spacing)
(#636) Expected { after 'if' condition. (curly)
(#636) Operator '=' must be spaced. (space-infix-ops)
(#636) Operator '*' must be spaced. (space-infix-ops)
(#636) Operator '/' must be spaced. (space-infix-ops)
(#637) This line has a length of 508. Maximum allowed is 132. (max-len)
(#637) Missing whitespace after semicolon. (semi-spacing)
(#637) Expected space(s) after "if". (keyword-spacing)
(#637) Expected { after 'if' condition. (curly)
(#637) Operator '=' must be spaced. (space-infix-ops)
(#637) Missing whitespace after semicolon. (semi-spacing)
(#637) Expected space(s) after "if". (keyword-spacing)
(#637) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#637) Requires a space after '{'. (block-spacing)
(#637) Statement inside of curly braces should be on next line. (brace-style)
(#637) Missing space before opening brace. (space-before-blocks)
(#637) Expected space(s) after "for". (keyword-spacing)
(#637) Operator '=' must be spaced. (space-infix-ops)
(#637) Missing space before value for key 'fields'. (key-spacing)
(#637) A space is required after ','. (comma-spacing)
(#637) Missing space before value for key 'lines'. (key-spacing)
(#637) A space is required after ','. (comma-spacing)
(#637) Operator '=' must be spaced. (space-infix-ops)
(#637) Missing whitespace after semicolon. (semi-spacing)
(#637) Operator '=' must be spaced. (space-infix-ops)
(#637) Operator '!==' must be spaced. (space-infix-ops)
(#637) Operator '&&' must be spaced. (space-infix-ops)
(#637) Operator '=' must be spaced. (space-infix-ops)
(#637) A space is required after ','. (comma-spacing)
(#637) Operator '&&' must be spaced. (space-infix-ops)
(#637) Operator '<' must be spaced. (space-infix-ops)
(#637) Expected { after 'for' condition. (curly)
(#637) Expected space(s) before "if". (keyword-spacing)
(#637) Expected space(s) after "if". (keyword-spacing)
(#637) Requires a space after '{'. (block-spacing)
(#637) Statement inside of curly braces should be on next line. (brace-style)
(#637) Missing space before opening brace. (space-before-blocks)
(#637) Expected space(s) after "if". (keyword-spacing)
(#637) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#637) Expected { after 'if' condition. (curly)
(#637) Expected space(s) before "break". (keyword-spacing)
(#637) Missing whitespace after semicolon. (semi-spacing)
(#637) Operator '=' must be spaced. (space-infix-ops)
(#637) Requires a space before '}'. (block-spacing)
(#637) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#637) Missing semicolon. (semi)
(#637) Expected space(s) before "else". (keyword-spacing)
(#637) Expected { after 'else'. (curly)
(#637) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#637) Operator '=' must be spaced. (space-infix-ops)
(#637) Unexpected use of comma operator. (no-sequences)
(#637) A space is required after ','. (comma-spacing)
(#637) Missing whitespace after semicolon. (semi-spacing)
(#637) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#637) Operator '!==' must be spaced. (space-infix-ops)
(#637) Operator '&&' must be spaced. (space-infix-ops)
(#637) Operator '||' must be spaced. (space-infix-ops)
(#637) Operator '&&' must be spaced. (space-infix-ops)
(#637) Operator '=' must be spaced. (space-infix-ops)
(#637) Missing whitespace after semicolon. (semi-spacing)
(#637) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#637) Do not nest ternary expressions. (no-nested-ternary)
(#637) Operator '!==' must be spaced. (space-infix-ops)
(#637) 'ka' used outside of binding context. (block-scoped-var)
(#637) Operator '||' must be spaced. (space-infix-ops)
(#637) Operator '!==' must be spaced. (space-infix-ops)
(#637) 'ka' used outside of binding context. (block-scoped-var)
(#637) Operator '?' must be spaced. (space-infix-ops)
(#638) This line has a length of 501. Maximum allowed is 132. (max-len)
(#638) Operator '=' must be spaced. (space-infix-ops)
(#638) 'ka' used outside of binding context. (block-scoped-var)
(#638) Operator ':' must be spaced. (space-infix-ops)
(#638) Operator '!==' must be spaced. (space-infix-ops)
(#638) 'ka' used outside of binding context. (block-scoped-var)
(#638) Operator '?' must be spaced. (space-infix-ops)
(#638) Operator '=' must be spaced. (space-infix-ops)
(#638) 'ka' used outside of binding context. (block-scoped-var)
(#638) Operator ':' must be spaced. (space-infix-ops)
(#638) Operator '!==' must be spaced. (space-infix-ops)
(#638) 'ka' used outside of binding context. (block-scoped-var)
(#638) Operator '&&' must be spaced. (space-infix-ops)
(#638) Operator '=' must be spaced. (space-infix-ops)
(#638) 'ka' used outside of binding context. (block-scoped-var)
(#638) Requires a space before '}'. (block-spacing)
(#638) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#638) Missing semicolon. (semi)
(#638) Expected space(s) before "var". (keyword-spacing)
(#638) Operator '=' must be spaced. (space-infix-ops)
(#638) 'L' used outside of binding context. (block-scoped-var)
(#638) A space is required after ','. (comma-spacing)
(#638) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#638) Operator '=' must be spaced. (space-infix-ops)
(#638) 'O' used outside of binding context. (block-scoped-var)
(#638) A space is required after ','. (comma-spacing)
(#638) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#638) Operator '=' must be spaced. (space-infix-ops)
(#638) 'S' used outside of binding context. (block-scoped-var)
(#638) A space is required after ','. (comma-spacing)
(#638) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#638) Operator '=' must be spaced. (space-infix-ops)
(#638) 'V' used outside of binding context. (block-scoped-var)
(#638) A space is required after ','. (comma-spacing)
(#638) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#638) Operator '=' must be spaced. (space-infix-ops)
(#638) 'Y' used outside of binding context. (block-scoped-var)
(#638) A space is required after ','. (comma-spacing)
(#638) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#638) Operator '=' must be spaced. (space-infix-ops)
(#638) 'W' used outside of binding context. (block-scoped-var)
(#638) Operator '-' must be spaced. (space-infix-ops)
(#638) Operator '*' must be spaced. (space-infix-ops)
(#638) Operator '/' must be spaced. (space-infix-ops)
(#638) Missing whitespace after semicolon. (semi-spacing)
(#638) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#638) Operator '=' must be spaced. (space-infix-ops)
(#638) A space is required after ','. (comma-spacing)
(#638) A space is required after ','. (comma-spacing)
(#638) A space is required after ','. (comma-spacing)
(#638) A space is required after ','. (comma-spacing)
(#638) Operator '*' must be spaced. (space-infix-ops)
(#638) A space is required after ','. (comma-spacing)
(#638) Operator '*' must be spaced. (space-infix-ops)
(#638) A space is required after ','. (comma-spacing)
(#638) A space is required after ','. (comma-spacing)
(#638) A space is required after ','. (comma-spacing)
(#638) Operator '*' must be spaced. (space-infix-ops)
(#638) A space is required after ','. (comma-spacing)
(#638) Operator '*' must be spaced. (space-infix-ops)
(#638) A space is required after ','. (comma-spacing)
(#638) Operator '*' must be spaced. (space-infix-ops)
(#638) Operator '-' must be spaced. (space-infix-ops)
(#638) A space is required after ','. (comma-spacing)
(#638) Operator '-' must be spaced. (space-infix-ops)
(#638) Operator '*' must be spaced. (space-infix-ops)
(#638) A space is required after ','. (comma-spacing)
(#638) A space is required after ','. (comma-spacing)
(#638) A space is required after ','. (comma-spacing)
(#638) A space is required after ','. (comma-spacing)
(#638) A space is required after ','. (comma-spacing)
(#638) Missing whitespace after semicolon. (semi-spacing)
(#638) Expected space(s) after "if". (keyword-spacing)
(#638) 'ca' used outside of binding context. (block-scoped-var)
(#638) Requires a space after '{'. (block-spacing)
(#638) Statement inside of curly braces should be on next line. (brace-style)
(#638) Missing space before opening brace. (space-before-blocks)
(#638) Expected space(s) after "for". (keyword-spacing)
(#638) Operator '=' must be spaced. (space-infix-ops)
(#638) A space is required after ','. (comma-spacing)
(#638) Operator '=' must be spaced. (space-infix-ops)
(#638) A space is required after ','. (comma-spacing)
(#638) Operator '=' must be spaced. (space-infix-ops)
(#638) A space is required after ','. (comma-spacing)
(#638) Operator '=' must be spaced. (space-infix-ops)
(#638) A space is required after ','. (comma-spacing)
(#638) Operator '=' must be spaced. (space-infix-ops)
(#638) A space is required after ','. (comma-spacing)
(#638) Operator '=' must be spaced. (space-infix-ops)
(#638) A space is required after ','. (comma-spacing)
(#638) Operator '=' must be spaced. (space-infix-ops)
(#638) 'ca' used outside of binding context. (block-scoped-var)
(#638) Missing whitespace after semicolon. (semi-spacing)
(#638) Operator '<' must be spaced. (space-infix-ops)
(#638) Missing whitespace after semicolon. (semi-spacing)
(#638) Requires a space after '{'. (block-spacing)
(#638) Statement inside of curly braces should be on next line. (brace-style)
(#638) Missing space before opening brace. (space-before-blocks)
(#638) Operator '=' must be spaced. (space-infix-ops)
(#638) 'ca' used outside of binding context. (block-scoped-var)
(#638) Missing whitespace after semicolon. (semi-spacing)
(#638) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#638) Do not nest ternary expressions. (no-nested-ternary)
(#638) Operator '===' must be spaced. (space-infix-ops)
(#638) Operator '?' must be spaced. (space-infix-ops)
(#638) Operator '=' must be spaced. (space-infix-ops)
(#638) Operator ':' must be spaced. (space-infix-ops)
(#638) Do not nest ternary expressions. (no-nested-ternary)
(#638) Operator '===' must be spaced. (space-infix-ops)
(#638) Operator '?' must be spaced. (space-infix-ops)
(#638) Operator '=' must be spaced. (space-infix-ops)
(#638) Operator ':' must be spaced. (space-infix-ops)
(#638) Do not nest ternary expressions. (no-nested-ternary)
(#638) Operator '===' must be spaced. (space-infix-ops)
(#638) Operator '?' must be spaced. (space-infix-ops)
(#639) This line has a length of 503. Maximum allowed is 132. (max-len)
(#639) Operator '=' must be spaced. (space-infix-ops)
(#639) Operator ':' must be spaced. (space-infix-ops)
(#639) Operator '===' must be spaced. (space-infix-ops)
(#639) Operator '?' must be spaced. (space-infix-ops)
(#639) Operator '=' must be spaced. (space-infix-ops)
(#639) Operator ':' must be spaced. (space-infix-ops)
(#639) Operator '===' must be spaced. (space-infix-ops)
(#639) Operator '&&' must be spaced. (space-infix-ops)
(#639) Operator '=' must be spaced. (space-infix-ops)
(#639) Requires a space before '}'. (block-spacing)
(#639) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#639) Missing semicolon. (semi)
(#639) Expected space(s) before "for". (keyword-spacing)
(#639) Expected space(s) after "for". (keyword-spacing)
(#639) Operator '=' must be spaced. (space-infix-ops)
(#639) A space is required after ','. (comma-spacing)
(#639) Operator '=' must be spaced. (space-infix-ops)
(#639) 'ca' used outside of binding context. (block-scoped-var)
(#639) Missing whitespace after semicolon. (semi-spacing)
(#639) Operator '<' must be spaced. (space-infix-ops)
(#639) Missing whitespace after semicolon. (semi-spacing)
(#639) Requires a space after '{'. (block-spacing)
(#639) Statement inside of curly braces should be on next line. (brace-style)
(#639) Missing space before opening brace. (space-before-blocks)
(#639) 'Z' used outside of binding context. (block-scoped-var)
(#639) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#639) Operator '=' must be spaced. (space-infix-ops)
(#639) 'ca' used outside of binding context. (block-scoped-var)
(#639) Missing whitespace after semicolon. (semi-spacing)
(#639) Operator '=' must be spaced. (space-infix-ops)
(#639) 'Z' used outside of binding context. (block-scoped-var)
(#639) A space is required after ','. (comma-spacing)
(#639) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#639) Operator '=' must be spaced. (space-infix-ops)
(#639) Operator '===' must be spaced. (space-infix-ops)
(#639) 'mb' used outside of binding context. (block-scoped-var)
(#639) Operator '?' must be spaced. (space-infix-ops)
(#639) 'Wa' used outside of binding context. (block-scoped-var)
(#639) Operator ':' must be spaced. (space-infix-ops)
(#639) 'mb' used outside of binding context. (block-scoped-var)
(#639) A space is required after ','. (comma-spacing)
(#639) 'ma' used outside of binding context. (block-scoped-var)
(#639) A space is required after ','. (comma-spacing)
(#639) 'eb' used outside of binding context. (block-scoped-var)
(#639) A space is required after ','. (comma-spacing)
(#639) 'Jb' used outside of binding context. (block-scoped-var)
(#639) Missing whitespace after semicolon. (semi-spacing)
(#639) Missing whitespace after semicolon. (semi-spacing)
(#639) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#639) Operator '!==' must be spaced. (space-infix-ops)
(#639) 'Wa' used outside of binding context. (block-scoped-var)
(#639) Operator '&&' must be spaced. (space-infix-ops)
(#639) Operator '=' must be spaced. (space-infix-ops)
(#639) 'Wa' used outside of binding context. (block-scoped-var)
(#639) A space is required after ','. (comma-spacing)
(#639) Operator '=' must be spaced. (space-infix-ops)
(#639) Requires a space before '}'. (block-spacing)
(#639) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#639) Missing semicolon. (semi)
(#639) Requires a space before '}'. (block-spacing)
(#639) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#639) Expected space(s) before "if". (keyword-spacing)
(#639) Expected space(s) after "if". (keyword-spacing)
(#639) 'X' used outside of binding context. (block-scoped-var)
(#639) Operator '&&' must be spaced. (space-infix-ops)
(#639) 'ia' used outside of binding context. (block-scoped-var)
(#639) Requires a space after '{'. (block-spacing)
(#639) Statement inside of curly braces should be on next line. (brace-style)
(#639) Missing space before opening brace. (space-before-blocks)
(#639) Expected space(s) after "for". (keyword-spacing)
(#639) Operator '=' must be spaced. (space-infix-ops)
(#639) A space is required after ','. (comma-spacing)
(#639) Operator '=' must be spaced. (space-infix-ops)
(#639) A space is required after ','. (comma-spacing)
(#639) Operator '=' must be spaced. (space-infix-ops)
(#639) 'X' used outside of binding context. (block-scoped-var)
(#639) Missing whitespace after semicolon. (semi-spacing)
(#639) Operator '<' must be spaced. (space-infix-ops)
(#639) Missing whitespace after semicolon. (semi-spacing)
(#639) Requires a space after '{'. (block-spacing)
(#639) Statement inside of curly braces should be on next line. (brace-style)
(#639) Missing space before opening brace. (space-before-blocks)
(#639) Operator '=' must be spaced. (space-infix-ops)
(#639) 'X' used outside of binding context. (block-scoped-var)
(#639) Missing whitespace after semicolon. (semi-spacing)
(#639) Expected space(s) after "if". (keyword-spacing)
(#639) Operator '===' must be spaced. (space-infix-ops)
(#639) Operator '||' must be spaced. (space-infix-ops)
(#639) Operator '===' must be spaced. (space-infix-ops)
(#639) Expected { after 'if' condition. (curly)
(#639) Operator '=' must be spaced. (space-infix-ops)
(#639) Requires a space before '}'. (block-spacing)
(#639) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#639) Missing semicolon. (semi)
(#639) Expected space(s) before "for". (keyword-spacing)
(#639) Expected space(s) after "for". (keyword-spacing)
(#639) Operator '=' must be spaced. (space-infix-ops)
(#639) 'ba' used outside of binding context. (block-scoped-var)
(#639) A space is required after ','. (comma-spacing)
(#639) Operator '=' must be spaced. (space-infix-ops)
(#640) This line has a length of 503. Maximum allowed is 132. (max-len)
(#640) Operator '=' must be spaced. (space-infix-ops)
(#640) A space is required after ','. (comma-spacing)
(#640) Operator '=' must be spaced. (space-infix-ops)
(#640) 'X' used outside of binding context. (block-scoped-var)
(#640) Missing whitespace after semicolon. (semi-spacing)
(#640) Operator '<' must be spaced. (space-infix-ops)
(#640) Missing whitespace after semicolon. (semi-spacing)
(#640) Expected { after 'for' condition. (curly)
(#640) Expected space(s) before "for". (keyword-spacing)
(#640) Expected space(s) after "for". (keyword-spacing)
(#640) Operator '=' must be spaced. (space-infix-ops)
(#640) 'X' used outside of binding context. (block-scoped-var)
(#640) A space is required after ','. (comma-spacing)
(#640) Operator '=' must be spaced. (space-infix-ops)
(#640) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#640) 'Mb' used outside of binding context. (block-scoped-var)
(#640) A space is required after ','. (comma-spacing)
(#640) Operator '=' must be spaced. (space-infix-ops)
(#640) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#640) 'Mb' used outside of binding context. (block-scoped-var)
(#640) Operator '+' must be spaced. (space-infix-ops)
(#640) A space is required after ','. (comma-spacing)
(#640) Operator '=' must be spaced. (space-infix-ops)
(#640) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#640) 'Mb' used outside of binding context. (block-scoped-var)
(#640) Operator '+' must be spaced. (space-infix-ops)
(#640) A space is required after ','. (comma-spacing)
(#640) Operator '=' must be spaced. (space-infix-ops)
(#640) A space is required after ','. (comma-spacing)
(#640) Operator '=' must be spaced. (space-infix-ops)
(#640) Missing whitespace after semicolon. (semi-spacing)
(#640) Operator '<' must be spaced. (space-infix-ops)
(#640) Missing whitespace after semicolon. (semi-spacing)
(#640) Requires a space after '{'. (block-spacing)
(#640) Statement inside of curly braces should be on next line. (brace-style)
(#640) Missing space before opening brace. (space-before-blocks)
(#640) Operator '=' must be spaced. (space-infix-ops)
(#640) A space is required after ','. (comma-spacing)
(#640) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#640) Operator '=' must be spaced. (space-infix-ops)
(#640) Operator '*' must be spaced. (space-infix-ops)
(#640) Operator '+' must be spaced. (space-infix-ops)
(#640) Operator '*' must be spaced. (space-infix-ops)
(#640) Operator '+' must be spaced. (space-infix-ops)
(#640) Operator '*' must be spaced. (space-infix-ops)
(#640) Operator '+' must be spaced. (space-infix-ops)
(#640) A space is required after ','. (comma-spacing)
(#640) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#640) Operator '=' must be spaced. (space-infix-ops)
(#640) Operator '*' must be spaced. (space-infix-ops)
(#640) Operator '+' must be spaced. (space-infix-ops)
(#640) Operator '*' must be spaced. (space-infix-ops)
(#640) Operator '+' must be spaced. (space-infix-ops)
(#640) Operator '*' must be spaced. (space-infix-ops)
(#640) Operator '+' must be spaced. (space-infix-ops)
(#640) A space is required after ','. (comma-spacing)
(#640) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#640) Operator '=' must be spaced. (space-infix-ops)
(#640) Operator '*' must be spaced. (space-infix-ops)
(#640) Operator '+' must be spaced. (space-infix-ops)
(#640) Operator '*' must be spaced. (space-infix-ops)
(#640) Operator '+' must be spaced. (space-infix-ops)
(#640) Operator '*' must be spaced. (space-infix-ops)
(#640) Operator '+' must be spaced. (space-infix-ops)
(#640) A space is required after ','. (comma-spacing)
(#640) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#640) Operator '=' must be spaced. (space-infix-ops)
(#640) A space is required after ','. (comma-spacing)
(#640) A space is required after ','. (comma-spacing)
(#640) A space is required after ','. (comma-spacing)
(#640) Missing whitespace after semicolon. (semi-spacing)
(#640) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#640) Missing whitespace after semicolon. (semi-spacing)
(#640) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#640) Operator '!==' must be spaced. (space-infix-ops)
(#640) Operator '&&' must be spaced. (space-infix-ops)
(#640) Operator '=' must be spaced. (space-infix-ops)
(#640) A space is required after ','. (comma-spacing)
(#640) Operator '=' must be spaced. (space-infix-ops)
(#640) Operator '+' must be spaced. (space-infix-ops)
(#640) Missing whitespace after semicolon. (semi-spacing)
(#640) Expected space(s) after "if". (keyword-spacing)
(#640) Expected { after 'if' condition. (curly)
(#640) Expected space(s) before "for". (keyword-spacing)
(#640) Expected space(s) after "for". (keyword-spacing)
(#640) Operator '=' must be spaced. (space-infix-ops)
(#640) A space is required after ','. (comma-spacing)
(#640) Operator '=' must be spaced. (space-infix-ops)
(#640) Missing whitespace after semicolon. (semi-spacing)
(#640) Operator '<' must be spaced. (space-infix-ops)
(#640) Missing whitespace after semicolon. (semi-spacing)
(#640) Requires a space after '{'. (block-spacing)
(#640) Statement inside of curly braces should be on next line. (brace-style)
(#640) Missing space before opening brace. (space-before-blocks)
(#640) Operator '=' must be spaced. (space-infix-ops)
(#640) A space is required after ','. (comma-spacing)
(#640) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#640) Operator '=' must be spaced. (space-infix-ops)
(#640) A space is required after ','. (comma-spacing)
(#640) Operator '+' must be spaced. (space-infix-ops)
(#640) A space is required after ','. (comma-spacing)
(#640) Operator '+' must be spaced. (space-infix-ops)
(#640) A space is required after ','. (comma-spacing)
(#640) Operator '+' must be spaced. (space-infix-ops)
(#641) This line has a length of 530. Maximum allowed is 132. (max-len)
(#641) Missing whitespace after semicolon. (semi-spacing)
(#641) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#641) Operator '!==' must be spaced. (space-infix-ops)
(#641) Operator '&&' must be spaced. (space-infix-ops)
(#641) Operator '=' must be spaced. (space-infix-ops)
(#641) A space is required after ','. (comma-spacing)
(#641) Operator '=' must be spaced. (space-infix-ops)
(#641) Operator '+' must be spaced. (space-infix-ops)
(#641) Requires a space before '}'. (block-spacing)
(#641) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#641) Missing semicolon. (semi)
(#641) Requires a space before '}'. (block-spacing)
(#641) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#641) Expected space(s) before "for". (keyword-spacing)
(#641) Expected space(s) after "for". (keyword-spacing)
(#641) This line has 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#641) Operator '=' must be spaced. (space-infix-ops)
(#641) A space is required after ','. (comma-spacing)
(#641) Operator '=' must be spaced. (space-infix-ops)
(#641) 'kb' used outside of binding context. (block-scoped-var)
(#641) Missing whitespace after semicolon. (semi-spacing)
(#641) Operator '<' must be spaced. (space-infix-ops)
(#641) Missing whitespace after semicolon. (semi-spacing)
(#641) Requires a space after '{'. (block-spacing)
(#641) Statement inside of curly braces should be on next line. (brace-style)
(#641) Missing space before opening brace. (space-before-blocks)
(#641) Expected space(s) after "for". (keyword-spacing)
(#641) Operator '=' must be spaced. (space-infix-ops)
(#641) 'kb' used outside of binding context. (block-scoped-var)
(#641) Missing whitespace after semicolon. (semi-spacing)
(#641) Operator '<=' must be spaced. (space-infix-ops)
(#641) Expected { after 'for' condition. (curly)
(#641) Missing whitespace after semicolon. (semi-spacing)
(#641) Expected space(s) after "for". (keyword-spacing)
(#641) Operator '>' must be spaced. (space-infix-ops)
(#641) 'Ta' used outside of binding context. (block-scoped-var)
(#641) 'Ta' used outside of binding context. (block-scoped-var)
(#641) Expected { after 'for' condition. (curly)
(#641) Missing whitespace after semicolon. (semi-spacing)
(#641) Expected space(s) after "for". (keyword-spacing)
(#641) Operator '<=' must be spaced. (space-infix-ops)
(#641) 'Ta' used outside of binding context. (block-scoped-var)
(#641) 'Ta' used outside of binding context. (block-scoped-var)
(#641) Expected { after 'for' condition. (curly)
(#641) Missing whitespace after semicolon. (semi-spacing)
(#641) Expected space(s) after "for". (keyword-spacing)
(#641) Operator '>' must be spaced. (space-infix-ops)
(#641) 'Ta' used outside of binding context. (block-scoped-var)
(#641) 'Ta' used outside of binding context. (block-scoped-var)
(#641) Expected { after 'for' condition. (curly)
(#641) Missing whitespace after semicolon. (semi-spacing)
(#641) Expected space(s) after "for". (keyword-spacing)
(#641) Operator '<=' must be spaced. (space-infix-ops)
(#641) 'Ta' used outside of binding context. (block-scoped-var)
(#641) 'Ta' used outside of binding context. (block-scoped-var)
(#641) Expected { after 'for' condition. (curly)
(#641) Missing whitespace after semicolon. (semi-spacing)
(#641) Expected space(s) after "for". (keyword-spacing)
(#641) Operator '>' must be spaced. (space-infix-ops)
(#641) 'Ta' used outside of binding context. (block-scoped-var)
(#641) 'Ta' used outside of binding context. (block-scoped-var)
(#641) Expected { after 'for' condition. (curly)
(#641) Requires a space before '}'. (block-spacing)
(#641) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#641) Missing semicolon. (semi)
(#641) Expected space(s) before "for". (keyword-spacing)
(#641) Expected space(s) after "for". (keyword-spacing)
(#641) Operator '=' must be spaced. (space-infix-ops)
(#641) A space is required after ','. (comma-spacing)
(#641) Operator '=' must be spaced. (space-infix-ops)
(#641) A space is required after ','. (comma-spacing)
(#641) Operator '=' must be spaced. (space-infix-ops)
(#641) 'kb' used outside of binding context. (block-scoped-var)
(#641) Missing whitespace after semicolon. (semi-spacing)
(#641) Operator '<' must be spaced. (space-infix-ops)
(#641) Missing whitespace after semicolon. (semi-spacing)
(#641) Requires a space after '{'. (block-spacing)
(#641) Statement inside of curly braces should be on next line. (brace-style)
(#641) Missing space before opening brace. (space-before-blocks)
(#641) Expected space(s) after "for". (keyword-spacing)
(#641) Operator '=' must be spaced. (space-infix-ops)
(#641) A space is required after ','. (comma-spacing)
(#641) Operator '=' must be spaced. (space-infix-ops)
(#641) 'kb' used outside of binding context. (block-scoped-var)
(#641) A space is required after ','. (comma-spacing)
(#641) Operator '=' must be spaced. (space-infix-ops)
(#641) A space is required after ','. (comma-spacing)
(#641) Operator '=' must be spaced. (space-infix-ops)
(#641) Missing whitespace after semicolon. (semi-spacing)
(#641) Operator '<' must be spaced. (space-infix-ops)
(#641) Missing whitespace after semicolon. (semi-spacing)
(#641) Expected { after 'for' condition. (curly)
(#641) Expected space(s) before "if". (keyword-spacing)
(#641) Expected space(s) after "if". (keyword-spacing)
(#641) Operator '>' must be spaced. (space-infix-ops)
(#641) Requires a space after '{'. (block-spacing)
(#641) Statement inside of curly braces should be on next line. (brace-style)
(#641) Missing space before opening brace. (space-before-blocks)
(#641) Operator '=' must be spaced. (space-infix-ops)
(#641) Missing whitespace after semicolon. (semi-spacing)
(#641) Requires a space before '}'. (block-spacing)
(#641) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#641) Missing semicolon. (semi)
(#641) Expected space(s) before "if". (keyword-spacing)
(#641) Expected space(s) after "if". (keyword-spacing)
(#641) 'xa' used outside of binding context. (block-scoped-var)
(#641) Requires a space after '{'. (block-spacing)
(#641) Statement inside of curly braces should be on next line. (brace-style)
(#641) Missing space before opening brace. (space-before-blocks)
(#641) Expected space(s) after "for". (keyword-spacing)
(#641) Operator '=' must be spaced. (space-infix-ops)
(#641) A space is required after ','. (comma-spacing)
(#641) Operator '=' must be spaced. (space-infix-ops)
(#641) Missing whitespace after semicolon. (semi-spacing)
(#641) Operator '<' must be spaced. (space-infix-ops)
(#641) Missing whitespace after semicolon. (semi-spacing)
(#641) Expected { after 'for' condition. (curly)
(#641) Expected space(s) before "if". (keyword-spacing)
(#641) Expected space(s) after "if". (keyword-spacing)
(#641) Operator '>' must be spaced. (space-infix-ops)
(#641) 'jc' used outside of binding context. (block-scoped-var)
(#641) Requires a space after '{'. (block-spacing)
(#641) Statement inside of curly braces should be on next line. (brace-style)
(#641) Missing space before opening brace. (space-before-blocks)
(#641) 'xa' used outside of binding context. (block-scoped-var)
(#641) Operator '=' must be spaced. (space-infix-ops)
(#641) Missing whitespace after semicolon. (semi-spacing)
(#641) Requires a space before '}'. (block-spacing)
(#641) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#641) Missing semicolon. (semi)
(#641) 'xa' used outside of binding context. (block-scoped-var)
(#641) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#641) Operator '||' must be spaced. (space-infix-ops)
(#641) 'jc' used outside of binding context. (block-scoped-var)
(#641) Requires a space before '}'. (block-spacing)
(#641) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#641) Missing semicolon. (semi)
(#641) Requires a space before '}'. (block-spacing)
(#641) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#641) Operator '=' must be spaced. (space-infix-ops)
(#641) 'Ya' used outside of binding context. (block-scoped-var)
(#641) Requires a space before '}'. (block-spacing)
(#641) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#641) Missing semicolon. (semi)
(#641) Expected space(s) before "for". (keyword-spacing)
(#641) Expected space(s) after "for". (keyword-spacing)
(#641) Operator '=' must be spaced. (space-infix-ops)
(#642) This line has a length of 501. Maximum allowed is 132. (max-len)
(#642) A space is required after ','. (comma-spacing)
(#642) Operator '=' must be spaced. (space-infix-ops)
(#642) Missing whitespace after semicolon. (semi-spacing)
(#642) Operator '<' must be spaced. (space-infix-ops)
(#642) Missing whitespace after semicolon. (semi-spacing)
(#642) Expected { after 'for' condition. (curly)
(#642) Expected space(s) before "for". (keyword-spacing)
(#642) Expected space(s) after "for". (keyword-spacing)
(#642) Operator '=' must be spaced. (space-infix-ops)
(#642) Missing whitespace after semicolon. (semi-spacing)
(#642) Operator '<' must be spaced. (space-infix-ops)
(#642) Missing whitespace after semicolon. (semi-spacing)
(#642) Expected { after 'for' condition. (curly)
(#642) Expected space(s) before "for". (keyword-spacing)
(#642) Expected space(s) after "for". (keyword-spacing)
(#642) Operator '=' must be spaced. (space-infix-ops)
(#642) Missing whitespace after semicolon. (semi-spacing)
(#642) Operator '<' must be spaced. (space-infix-ops)
(#642) Missing whitespace after semicolon. (semi-spacing)
(#642) Expected { after 'for' condition. (curly)
(#642) Expected space(s) before "if". (keyword-spacing)
(#642) Expected space(s) after "if". (keyword-spacing)
(#642) Operator '!==' must be spaced. (space-infix-ops)
(#642) Operator '||' must be spaced. (space-infix-ops)
(#642) Operator '!==' must be spaced. (space-infix-ops)
(#642) Operator '||' must be spaced. (space-infix-ops)
(#642) Operator '!==' must be spaced. (space-infix-ops)
(#642) Expected { after 'if' condition. (curly)
(#642) Expected space(s) before "for". (keyword-spacing)
(#642) Expected space(s) after "for". (keyword-spacing)
(#642) Operator '=' must be spaced. (space-infix-ops)
(#642) A space is required after ','. (comma-spacing)
(#642) Operator '=' must be spaced. (space-infix-ops)
(#642) Missing whitespace after semicolon. (semi-spacing)
(#642) Operator '<' must be spaced. (space-infix-ops)
(#642) Missing whitespace after semicolon. (semi-spacing)
(#642) Requires a space after '{'. (block-spacing)
(#642) Statement inside of curly braces should be on next line. (brace-style)
(#642) Missing space before opening brace. (space-before-blocks)
(#642) Operator '=' must be spaced. (space-infix-ops)
(#642) A space is required after ','. (comma-spacing)
(#642) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#642) Operator '=' must be spaced. (space-infix-ops)
(#642) A space is required after ','. (comma-spacing)
(#642) Operator '+' must be spaced. (space-infix-ops)
(#642) A space is required after ','. (comma-spacing)
(#642) Operator '+' must be spaced. (space-infix-ops)
(#642) A space is required after ','. (comma-spacing)
(#642) Operator '+' must be spaced. (space-infix-ops)
(#642) Missing whitespace after semicolon. (semi-spacing)
(#642) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#642) Missing whitespace after semicolon. (semi-spacing)
(#642) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#642) Operator '!==' must be spaced. (space-infix-ops)
(#642) Operator '&&' must be spaced. (space-infix-ops)
(#642) Operator '=' must be spaced. (space-infix-ops)
(#642) A space is required after ','. (comma-spacing)
(#642) Operator '=' must be spaced. (space-infix-ops)
(#642) Operator '+' must be spaced. (space-infix-ops)
(#642) 'X' used outside of binding context. (block-scoped-var)
(#642) Operator '?' must be spaced. (space-infix-ops)
(#642) 'X' used outside of binding context. (block-scoped-var)
(#642) Operator ':' must be spaced. (space-infix-ops)
(#642) Operator '+' must be spaced. (space-infix-ops)
(#642) Operator '+' must be spaced. (space-infix-ops)
(#642) Operator '*' must be spaced. (space-infix-ops)
(#642) Operator '+' must be spaced. (space-infix-ops)
(#642) Operator '*' must be spaced. (space-infix-ops)
(#642) Requires a space before '}'. (block-spacing)
(#642) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#642) Missing semicolon. (semi)
(#642) Operator '=' must be spaced. (space-infix-ops)
(#642) 'Ac' used outside of binding context. (block-scoped-var)
(#642) Missing whitespace after semicolon. (semi-spacing)
(#642) Expected space(s) after "for". (keyword-spacing)
(#642) Operator '=' must be spaced. (space-infix-ops)
(#642) A space is required after ','. (comma-spacing)
(#642) Operator '=' must be spaced. (space-infix-ops)
(#642) Missing whitespace after semicolon. (semi-spacing)
(#642) Operator '<' must be spaced. (space-infix-ops)
(#642) Missing whitespace after semicolon. (semi-spacing)
(#642) Requires a space after '{'. (block-spacing)
(#642) Statement inside of curly braces should be on next line. (brace-style)
(#642) Missing space before opening brace. (space-before-blocks)
(#642) Operator '=' must be spaced. (space-infix-ops)
(#642) A space is required after ','. (comma-spacing)
(#642) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#642) Operator '=' must be spaced. (space-infix-ops)
(#642) A space is required after ','. (comma-spacing)
(#642) A space is required after ','. (comma-spacing)
(#642) A space is required after ','. (comma-spacing)
(#642) Missing whitespace after semicolon. (semi-spacing)
(#642) Operator '=' must be spaced. (space-infix-ops)
(#642) Missing whitespace after semicolon. (semi-spacing)
(#642) Operator '=' must be spaced. (space-infix-ops)
(#642) Missing whitespace after semicolon. (semi-spacing)
(#642) Operator '=' must be spaced. (space-infix-ops)
(#642) Requires a space before '}'. (block-spacing)
(#642) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#642) Missing semicolon. (semi)
(#642) Expected space(s) before "if". (keyword-spacing)
(#642) Expected space(s) after "if". (keyword-spacing)
(#642) 'ia' used outside of binding context. (block-scoped-var)
(#642) Requires a space after '{'. (block-spacing)
(#642) Statement inside of curly braces should be on next line. (brace-style)
(#642) Missing space before opening brace. (space-before-blocks)
(#642) Expected space(s) after "for". (keyword-spacing)
(#642) Operator '=' must be spaced. (space-infix-ops)
(#642) A space is required after ','. (comma-spacing)
(#642) Operator '=' must be spaced. (space-infix-ops)
(#642) A space is required after ','. (comma-spacing)
(#642) Operator '=' must be spaced. (space-infix-ops)
(#642) A space is required after ','. (comma-spacing)
(#642) Operator '=' must be spaced. (space-infix-ops)
(#643) This line has a length of 525. Maximum allowed is 132. (max-len)
(#643) 'ia' used outside of binding context. (block-scoped-var)
(#643) Missing whitespace after semicolon. (semi-spacing)
(#643) Operator '<' must be spaced. (space-infix-ops)
(#643) Missing whitespace after semicolon. (semi-spacing)
(#643) Requires a space after '{'. (block-spacing)
(#643) Statement inside of curly braces should be on next line. (brace-style)
(#643) Missing space before opening brace. (space-before-blocks)
(#643) Operator '=' must be spaced. (space-infix-ops)
(#643) 'ia' used outside of binding context. (block-scoped-var)
(#643) Missing whitespace after semicolon. (semi-spacing)
(#643) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#643) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#643) Operator '===' must be spaced. (space-infix-ops)
(#643) Operator '?' must be spaced. (space-infix-ops)
(#643) Operator '=' must be spaced. (space-infix-ops)
(#643) Operator ':' must be spaced. (space-infix-ops)
(#643) Operator '===' must be spaced. (space-infix-ops)
(#643) Operator '&&' must be spaced. (space-infix-ops)
(#643) Operator '=' must be spaced. (space-infix-ops)
(#643) Requires a space before '}'. (block-spacing)
(#643) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#643) Missing semicolon. (semi)
(#643) Expected space(s) before "for". (keyword-spacing)
(#643) Expected space(s) after "for". (keyword-spacing)
(#643) Operator '=' must be spaced. (space-infix-ops)
(#643) A space is required after ','. (comma-spacing)
(#643) Operator '=' must be spaced. (space-infix-ops)
(#643) 'ia' used outside of binding context. (block-scoped-var)
(#643) Missing whitespace after semicolon. (semi-spacing)
(#643) Operator '<' must be spaced. (space-infix-ops)
(#643) Missing whitespace after semicolon. (semi-spacing)
(#643) Expected { after 'for' condition. (curly)
(#643) Expected space(s) before "for". (keyword-spacing)
(#643) Expected space(s) after "for". (keyword-spacing)
(#643) Operator '=' must be spaced. (space-infix-ops)
(#643) 'ia' used outside of binding context. (block-scoped-var)
(#643) A space is required after ','. (comma-spacing)
(#643) Operator '=' must be spaced. (space-infix-ops)
(#643) 'Bc' used outside of binding context. (block-scoped-var)
(#643) A space is required after ','. (comma-spacing)
(#643) Operator '=' must be spaced. (space-infix-ops)
(#643) 'tc' used outside of binding context. (block-scoped-var)
(#643) A space is required after ','. (comma-spacing)
(#643) Operator '=' must be spaced. (space-infix-ops)
(#643) A space is required after ','. (comma-spacing)
(#643) Operator '=' must be spaced. (space-infix-ops)
(#643) Missing whitespace after semicolon. (semi-spacing)
(#643) Operator '<' must be spaced. (space-infix-ops)
(#643) Missing whitespace after semicolon. (semi-spacing)
(#643) Expected { after 'for' condition. (curly)
(#643) Expected space(s) before "for". (keyword-spacing)
(#643) Expected space(s) after "for". (keyword-spacing)
(#643) Operator '=' must be spaced. (space-infix-ops)
(#643) Operator '+' must be spaced. (space-infix-ops)
(#643) Missing whitespace after semicolon. (semi-spacing)
(#643) Operator '<' must be spaced. (space-infix-ops)
(#643) Missing whitespace after semicolon. (semi-spacing)
(#643) Requires a space after '{'. (block-spacing)
(#643) Statement inside of curly braces should be on next line. (brace-style)
(#643) Missing space before opening brace. (space-before-blocks)
(#643) Operator '=' must be spaced. (space-infix-ops)
(#643) A space is required after ','. (comma-spacing)
(#643) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#643) Operator '=' must be spaced. (space-infix-ops)
(#643) Missing whitespace after semicolon. (semi-spacing)
(#643) Expected space(s) after "if". (keyword-spacing)
(#643) Operator '!==' must be spaced. (space-infix-ops)
(#643) Expected { after 'if' condition. (curly)
(#643) Expected space(s) before "break". (keyword-spacing)
(#643) Missing whitespace after semicolon. (semi-spacing)
(#643) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#643) Operator '===' must be spaced. (space-infix-ops)
(#643) Operator '&&' must be spaced. (space-infix-ops)
(#643) Operator '===' must be spaced. (space-infix-ops)
(#643) Operator '||' must be spaced. (space-infix-ops)
(#643) Operator '===' must be spaced. (space-infix-ops)
(#643) Operator '&&' must be spaced. (space-infix-ops)
(#643) Operator '===' must be spaced. (space-infix-ops)
(#643) Operator '&&' must be spaced. (space-infix-ops)
(#643) A space is required after ','. (comma-spacing)
(#643) Requires a space before '}'. (block-spacing)
(#643) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#643) Missing semicolon. (semi)
(#643) Requires a space before '}'. (block-spacing)
(#643) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#643) Expected space(s) before "else". (keyword-spacing)
(#643) Expected space(s) after "else". (keyword-spacing)
(#643) Expected { after 'else'. (curly)
(#643) Missing '()' invoking a constructor. (new-parens)
(#644) This line has a length of 515. Maximum allowed is 132. (max-len)
(#644) Missing whitespace after semicolon. (semi-spacing)
(#644) Operator '=' must be spaced. (space-infix-ops)
(#644) Operator '/' must be spaced. (space-infix-ops)
(#644) A space is required after ','. (comma-spacing)
(#644) Operator '/' must be spaced. (space-infix-ops)
(#644) A space is required after ','. (comma-spacing)
(#644) Operator '/' must be spaced. (space-infix-ops)
(#644) A space is required after ','. (comma-spacing)
(#644) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#644) Operator '=' must be spaced. (space-infix-ops)
(#644) Missing space before value for key 'o'. (key-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) Missing space before value for key 'x'. (key-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) Operator '+' must be spaced. (space-infix-ops)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) Missing space before value for key 'y'. (key-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) Operator '+' must be spaced. (space-infix-ops)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) Missing space before value for key 'z'. (key-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) Operator '+' must be spaced. (space-infix-ops)
(#644) A space is required after ','. (comma-spacing)
(#644) Missing space before value for key 'xy'. (key-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) Operator '+' must be spaced. (space-infix-ops)
(#644) A space is required after ','. (comma-spacing)
(#644) Operator '+' must be spaced. (space-infix-ops)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) Missing space before value for key 'xz'. (key-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) Operator '+' must be spaced. (space-infix-ops)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) Operator '+' must be spaced. (space-infix-ops)
(#644) A space is required after ','. (comma-spacing)
(#644) Missing space before value for key 'yz'. (key-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) Operator '+' must be spaced. (space-infix-ops)
(#644) A space is required after ','. (comma-spacing)
(#644) Operator '+' must be spaced. (space-infix-ops)
(#644) A space is required after ','. (comma-spacing)
(#644) Missing space before value for key 'xyz'. (key-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) Operator '+' must be spaced. (space-infix-ops)
(#644) A space is required after ','. (comma-spacing)
(#644) Operator '+' must be spaced. (space-infix-ops)
(#644) A space is required after ','. (comma-spacing)
(#644) Operator '+' must be spaced. (space-infix-ops)
(#644) Missing whitespace after semicolon. (semi-spacing)
(#644) Expected space(s) after "return". (keyword-spacing)
(#644) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#644) Missing space before value for key 'molecule'. (key-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) Missing space before value for key 'unitCell'. (key-spacing)
(#644) Requires a space before '}'. (block-spacing)
(#644) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#644) Missing semicolon. (semi)
(#644) Missing whitespace after semicolon. (semi-spacing)
(#644) Operator '=' must be spaced. (space-infix-ops)
(#644) Missing '()' invoking a constructor. (new-parens)
(#644) Missing whitespace after semicolon. (semi-spacing)
(#644) Operator '=' must be spaced. (space-infix-ops)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) Requires a space after '{'. (block-spacing)
(#644) Statement inside of curly braces should be on next line. (brace-style)
(#644) Missing space before opening brace. (space-before-blocks)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) A space is required after ','. (comma-spacing)
(#644) Requires a space before '}'. (block-spacing)
(#644) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#644) Missing semicolon. (semi)
(#644) Requires a space before '}'. (block-spacing)
(#644) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#644) Missing semicolon. (semi)
(#645) A space is required after ','. (comma-spacing)
(#645) A space is required after ','. (comma-spacing)
(#645) A space is required after ','. (comma-spacing)
(#645) A space is required after ','. (comma-spacing)
(#645) A space is required after ','. (comma-spacing)
(#646) This line has a length of 508. Maximum allowed is 132. (max-len)
(#646) A space is required after ','. (comma-spacing)
(#646) A space is required after ','. (comma-spacing)
(#646) A space is required after ','. (comma-spacing)
(#646) A space is required after ','. (comma-spacing)
(#646) Requires a space after '{'. (block-spacing)
(#646) Statement inside of curly braces should be on next line. (brace-style)
(#646) Missing space before opening brace. (space-before-blocks)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Unexpected empty function. (no-empty-function)
(#646) Missing space before opening brace. (space-before-blocks)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Missing '()' invoking a constructor. (new-parens)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Requires a space after '{'. (block-spacing)
(#646) Statement inside of curly braces should be on next line. (brace-style)
(#646) Missing space before opening brace. (space-before-blocks)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) Expected space(s) after "for". (keyword-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) A space is required after ','. (comma-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) Operator '<' must be spaced. (space-infix-ops)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) Expected { after 'for' condition. (curly)
(#646) Expected space(s) before "for". (keyword-spacing)
(#646) Expected space(s) after "for". (keyword-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) A space is required after ','. (comma-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) A space is required after ','. (comma-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) Operator '<' must be spaced. (space-infix-ops)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) Requires a space after '{'. (block-spacing)
(#646) Statement inside of curly braces should be on next line. (brace-style)
(#646) Missing space before opening brace. (space-before-blocks)
(#646) Expected space(s) after "for". (keyword-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Missing '()' invoking a constructor. (new-parens)
(#646) A space is required after ','. (comma-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) A space is required after ','. (comma-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) A space is required after ','. (comma-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) A space is required after ','. (comma-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) Operator '<' must be spaced. (space-infix-ops)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) Requires a space after '{'. (block-spacing)
(#646) Statement inside of curly braces should be on next line. (brace-style)
(#646) Missing space before opening brace. (space-before-blocks)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) A space is required after ','. (comma-spacing)
(#646) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) Expected space(s) after "if". (keyword-spacing)
(#646) Operator '==' must be spaced. (space-infix-ops)
(#646) Requires a space after '{'. (block-spacing)
(#646) Statement inside of curly braces should be on next line. (brace-style)
(#646) Missing space before opening brace. (space-before-blocks)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Requires a space before '}'. (block-spacing)
(#646) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#646) Missing semicolon. (semi)
(#646) Expected space(s) before "else". (keyword-spacing)
(#646) Expected { after 'else'. (curly)
(#646) 't' used outside of binding context. (block-scoped-var)
(#646) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Unexpected use of comma operator. (no-sequences)
(#646) A space is required after ','. (comma-spacing)
(#646) 'C' used outside of binding context. (block-scoped-var)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) A space is required after ','. (comma-spacing)
(#646) 'F' used outside of binding context. (block-scoped-var)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Missing whitespace after semicolon. (semi-spacing)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#646) Operator '=' must be spaced. (space-infix-ops)
(#647) This line has a length of 501. Maximum allowed is 132. (max-len)
(#647) A space is required after ','. (comma-spacing)
(#647) 't' used outside of binding context. (block-scoped-var)
(#647) A space is required after ','. (comma-spacing)
(#647) 'C' used outside of binding context. (block-scoped-var)
(#647) A space is required after ','. (comma-spacing)
(#647) 'F' used outside of binding context. (block-scoped-var)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#647) This line has 23 statements. Maximum allowed is 2. (max-statements-per-line)
(#647) Operator '!=' must be spaced. (space-infix-ops)
(#647) Operator '&&' must be spaced. (space-infix-ops)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) Requires a space before '}'. (block-spacing)
(#647) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#647) Missing semicolon. (semi)
(#647) 'x' used outside of binding context. (block-scoped-var)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) 'A' used outside of binding context. (block-scoped-var)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) Expected space(s) after "for". (keyword-spacing)
(#647) 'H' used outside of binding context. (block-scoped-var)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) 'x' used outside of binding context. (block-scoped-var)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) 'A' used outside of binding context. (block-scoped-var)
(#647) Operator '<' must be spaced. (space-infix-ops)
(#647) 'H' used outside of binding context. (block-scoped-var)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) 'A' used outside of binding context. (block-scoped-var)
(#647) Requires a space after '{'. (block-spacing)
(#647) Statement inside of curly braces should be on next line. (brace-style)
(#647) Missing space before opening brace. (space-before-blocks)
(#647) 'a' used outside of binding context. (block-scoped-var)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) 'x' used outside of binding context. (block-scoped-var)
(#647) 'A' used outside of binding context. (block-scoped-var)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) 't' used outside of binding context. (block-scoped-var)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) 'a' used outside of binding context. (block-scoped-var)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) 'f' used outside of binding context. (block-scoped-var)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) 'r' used outside of binding context. (block-scoped-var)
(#647) 't' used outside of binding context. (block-scoped-var)
(#647) A space is required after ','. (comma-spacing)
(#647) 'y' used outside of binding context. (block-scoped-var)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) 't' used outside of binding context. (block-scoped-var)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) 'r' used outside of binding context. (block-scoped-var)
(#647) 't' used outside of binding context. (block-scoped-var)
(#647) A space is required after ','. (comma-spacing)
(#647) 'y' used outside of binding context. (block-scoped-var)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) Expected space(s) after "switch". (keyword-spacing)
(#647) 'a' used outside of binding context. (block-scoped-var)
(#647) Requires a space after '{'. (block-spacing)
(#647) Statement inside of curly braces should be on next line. (brace-style)
(#647) Missing space before opening brace. (space-before-blocks)
(#647) 'C' used outside of binding context. (block-scoped-var)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) 'C' used outside of binding context. (block-scoped-var)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) 'C' used outside of binding context. (block-scoped-var)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) 'C' used outside of binding context. (block-scoped-var)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) Requires a space before '}'. (block-spacing)
(#647) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#647) Missing semicolon. (semi)
(#647) 'f' used outside of binding context. (block-scoped-var)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) 'A' used outside of binding context. (block-scoped-var)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) 'f' used outside of binding context. (block-scoped-var)
(#647) A space is required after ','. (comma-spacing)
(#647) 't' used outside of binding context. (block-scoped-var)
(#647) A space is required after ','. (comma-spacing)
(#647) 'C' used outside of binding context. (block-scoped-var)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) Expected space(s) after "switch". (keyword-spacing)
(#647) 'a' used outside of binding context. (block-scoped-var)
(#647) Requires a space after '{'. (block-spacing)
(#647) Statement inside of curly braces should be on next line. (brace-style)
(#647) Missing space before opening brace. (space-before-blocks)
(#647) 'f' used outside of binding context. (block-scoped-var)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) Missing whitespace after semicolon. (semi-spacing)
(#647) 'f' used outside of binding context. (block-scoped-var)
(#647) Operator '=' must be spaced. (space-infix-ops)
(#648) This line has a length of 515. Maximum allowed is 132. (max-len)
(#648) Requires a space before '}'. (block-spacing)
(#648) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#648) Missing semicolon. (semi)
(#648) Requires a space before '}'. (block-spacing)
(#648) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#648) Requires a space before '}'. (block-spacing)
(#648) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#648) Expected space(s) before "return". (keyword-spacing)
(#648) Requires a space before '}'. (block-spacing)
(#648) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#648) Missing semicolon. (semi)
(#648) Missing whitespace after semicolon. (semi-spacing)
(#648) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#648) Operator '=' must be spaced. (space-infix-ops)
(#648) Requires a space after '{'. (block-spacing)
(#648) Statement inside of curly braces should be on next line. (brace-style)
(#648) Missing space before opening brace. (space-before-blocks)
(#648) Operator '=' must be spaced. (space-infix-ops)
(#648) Missing whitespace after semicolon. (semi-spacing)
(#648) Missing whitespace after semicolon. (semi-spacing)
(#648) Missing whitespace after semicolon. (semi-spacing)
(#648) Expected space(s) after "for". (keyword-spacing)
(#648) Operator '=' must be spaced. (space-infix-ops)
(#648) A space is required after ','. (comma-spacing)
(#648) Operator '=' must be spaced. (space-infix-ops)
(#648) Missing whitespace after semicolon. (semi-spacing)
(#648) Operator '<' must be spaced. (space-infix-ops)
(#648) Missing whitespace after semicolon. (semi-spacing)
(#648) Requires a space after '{'. (block-spacing)
(#648) Statement inside of curly braces should be on next line. (brace-style)
(#648) Missing space before opening brace. (space-before-blocks)
(#648) Missing whitespace after semicolon. (semi-spacing)
(#648) Missing whitespace after semicolon. (semi-spacing)
(#648) Missing whitespace after semicolon. (semi-spacing)
(#648) Missing whitespace after semicolon. (semi-spacing)
(#648) Expected space(s) after "for". (keyword-spacing)
(#648) Operator '=' must be spaced. (space-infix-ops)
(#648) A space is required after ','. (comma-spacing)
(#648) Operator '=' must be spaced. (space-infix-ops)
(#648) Missing whitespace after semicolon. (semi-spacing)
(#648) Operator '<' must be spaced. (space-infix-ops)
(#648) Missing whitespace after semicolon. (semi-spacing)
(#648) Requires a space after '{'. (block-spacing)
(#648) Statement inside of curly braces should be on next line. (brace-style)
(#648) Missing space before opening brace. (space-before-blocks)
(#648) Operator '=' must be spaced. (space-infix-ops)
(#648) Missing whitespace after semicolon. (semi-spacing)
(#648) Missing whitespace after semicolon. (semi-spacing)
(#649) This line has a length of 536. Maximum allowed is 132. (max-len)
(#649) Missing whitespace after semicolon. (semi-spacing)
(#649) Missing whitespace after semicolon. (semi-spacing)
(#649) This line has 26 statements. Maximum allowed is 2. (max-statements-per-line)
(#649) Missing whitespace after semicolon. (semi-spacing)
(#649) Missing whitespace after semicolon. (semi-spacing)
(#649) Missing whitespace after semicolon. (semi-spacing)
(#649) Missing whitespace after semicolon. (semi-spacing)
(#649) Missing whitespace after semicolon. (semi-spacing)
(#649) Missing whitespace after semicolon. (semi-spacing)
(#649) Missing whitespace after semicolon. (semi-spacing)
(#649) Missing whitespace after semicolon. (semi-spacing)
(#649) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#649) Operator '!=' must be spaced. (space-infix-ops)
(#649) Operator '&&' must be spaced. (space-infix-ops)
(#649) A space is required after ','. (comma-spacing)
(#649) A space is required after ','. (comma-spacing)
(#649) Missing whitespace after semicolon. (semi-spacing)
(#649) Requires a space before '}'. (block-spacing)
(#649) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#649) Missing semicolon. (semi)
(#649) Missing whitespace after semicolon. (semi-spacing)
(#649) Missing whitespace after semicolon. (semi-spacing)
(#649) 'm' used outside of binding context. (block-scoped-var)
(#649) Operator '=' must be spaced. (space-infix-ops)
(#649) Missing whitespace after semicolon. (semi-spacing)
(#649) Expected space(s) after "for". (keyword-spacing)
(#649) 'p' used outside of binding context. (block-scoped-var)
(#649) Operator '=' must be spaced. (space-infix-ops)
(#649) Missing whitespace after semicolon. (semi-spacing)
(#649) 'm' used outside of binding context. (block-scoped-var)
(#649) Operator '<' must be spaced. (space-infix-ops)
(#649) 'p' used outside of binding context. (block-scoped-var)
(#649) Missing whitespace after semicolon. (semi-spacing)
(#649) 'm' used outside of binding context. (block-scoped-var)
(#649) Requires a space after '{'. (block-spacing)
(#649) Statement inside of curly braces should be on next line. (brace-style)
(#649) Missing space before opening brace. (space-before-blocks)
(#649) 'l' used outside of binding context. (block-scoped-var)
(#649) Operator '=' must be spaced. (space-infix-ops)
(#649) 'm' used outside of binding context. (block-scoped-var)
(#649) Missing whitespace after semicolon. (semi-spacing)
(#649) Missing whitespace after semicolon. (semi-spacing)
(#649) 'l' used outside of binding context. (block-scoped-var)
(#649) Missing whitespace after semicolon. (semi-spacing)
(#649) Missing whitespace after semicolon. (semi-spacing)
(#649) 'l' used outside of binding context. (block-scoped-var)
(#649) Missing whitespace after semicolon. (semi-spacing)
(#649) Missing whitespace after semicolon. (semi-spacing)
(#649) Expected space(s) after "switch". (keyword-spacing)
(#649) 'l' used outside of binding context. (block-scoped-var)
(#649) Requires a space after '{'. (block-spacing)
(#649) Statement inside of curly braces should be on next line. (brace-style)
(#649) Missing space before opening brace. (space-before-blocks)
(#649) Missing whitespace after semicolon. (semi-spacing)
(#649) Missing whitespace after semicolon. (semi-spacing)
(#649) 'l' used outside of binding context. (block-scoped-var)
(#650) This line has a length of 302. Maximum allowed is 132. (max-len)
(#650) Missing whitespace after semicolon. (semi-spacing)
(#650) Requires a space before '}'. (block-spacing)
(#650) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#650) Missing semicolon. (semi)
(#650) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#650) Requires a space before '}'. (block-spacing)
(#650) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#650) Missing semicolon. (semi)
(#650) Missing whitespace after semicolon. (semi-spacing)
(#650) Requires a space before '}'. (block-spacing)
(#650) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#650) Missing semicolon. (semi)
(#650) Missing whitespace after semicolon. (semi-spacing)
(#650) Requires a space before '}'. (block-spacing)
(#650) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#650) Missing semicolon. (semi)
(#650) Missing whitespace after semicolon. (semi-spacing)
(#650) Operator '=' must be spaced. (space-infix-ops)
(#650) Missing '()' invoking a constructor. (new-parens)
(#650) Missing whitespace after semicolon. (semi-spacing)
(#650) Operator '=' must be spaced. (space-infix-ops)
(#650) Requires a space after '{'. (block-spacing)
(#650) Statement inside of curly braces should be on next line. (brace-style)
(#650) Missing space before opening brace. (space-before-blocks)
(#650) Requires a space before '}'. (block-spacing)
(#650) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#650) Missing semicolon. (semi)
(#650) Missing whitespace after semicolon. (semi-spacing)
(#650) Operator '=' must be spaced. (space-infix-ops)
(#650) Requires a space after '{'. (block-spacing)
(#650) Statement inside of curly braces should be on next line. (brace-style)
(#650) Missing space before opening brace. (space-before-blocks)
(#650) Requires a space before '}'. (block-spacing)
(#650) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#650) Missing semicolon. (semi)
(#650) Requires a space before '}'. (block-spacing)
(#650) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#650) Missing semicolon. (semi)
(#650) A space is required after ','. (comma-spacing)
(#650) A space is required after ','. (comma-spacing)
(#650) A space is required after ','. (comma-spacing)
(#651) This line has a length of 501. Maximum allowed is 132. (max-len)
(#651) A space is required after ','. (comma-spacing)
(#651) A space is required after ','. (comma-spacing)
(#651) A space is required after ','. (comma-spacing)
(#651) A space is required after ','. (comma-spacing)
(#651) Requires a space after '{'. (block-spacing)
(#651) Statement inside of curly braces should be on next line. (brace-style)
(#651) Missing space before opening brace. (space-before-blocks)
(#651) Operator '=' must be spaced. (space-infix-ops)
(#651) Unexpected empty function. (no-empty-function)
(#651) Missing space before opening brace. (space-before-blocks)
(#651) Missing whitespace after semicolon. (semi-spacing)
(#651) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#651) Operator '=' must be spaced. (space-infix-ops)
(#651) Operator '=' must be spaced. (space-infix-ops)
(#651) Missing '()' invoking a constructor. (new-parens)
(#651) Missing whitespace after semicolon. (semi-spacing)
(#651) Operator '=' must be spaced. (space-infix-ops)
(#651) A space is required after ','. (comma-spacing)
(#651) Requires a space after '{'. (block-spacing)
(#651) Statement inside of curly braces should be on next line. (brace-style)
(#651) Missing space before opening brace. (space-before-blocks)
(#651) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#651) Operator '||' must be spaced. (space-infix-ops)
(#651) Operator '=' must be spaced. (space-infix-ops)
(#651) Missing whitespace after semicolon. (semi-spacing)
(#651) Operator '=' must be spaced. (space-infix-ops)
(#651) Missing '()' invoking a constructor. (new-parens)
(#651) Missing whitespace after semicolon. (semi-spacing)
(#651) Expected space(s) after "if". (keyword-spacing)
(#651) Expected { after 'if' condition. (curly)
(#651) Expected space(s) before "return". (keyword-spacing)
(#651) Missing whitespace after semicolon. (semi-spacing)
(#651) Operator '=' must be spaced. (space-infix-ops)
(#651) Missing whitespace after semicolon. (semi-spacing)
(#651) Operator '=' must be spaced. (space-infix-ops)
(#651) A space is required after ','. (comma-spacing)
(#651) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#651) Operator '=' must be spaced. (space-infix-ops)
(#651) A space is required after ','. (comma-spacing)
(#651) Missing whitespace after semicolon. (semi-spacing)
(#651) Operator '=' must be spaced. (space-infix-ops)
(#651) A space is required after ','. (comma-spacing)
(#651) Missing whitespace after semicolon. (semi-spacing)
(#651) Expected space(s) after "for". (keyword-spacing)
(#651) Operator '=' must be spaced. (space-infix-ops)
(#651) Missing whitespace after semicolon. (semi-spacing)
(#651) Operator '<' must be spaced. (space-infix-ops)
(#651) Missing whitespace after semicolon. (semi-spacing)
(#651) Requires a space after '{'. (block-spacing)
(#651) Statement inside of curly braces should be on next line. (brace-style)
(#651) Missing space before opening brace. (space-before-blocks)
(#651) Operator '=' must be spaced. (space-infix-ops)
(#651) Operator '+' must be spaced. (space-infix-ops)
(#651) Missing whitespace after semicolon. (semi-spacing)
(#651) Operator '=' must be spaced. (space-infix-ops)
(#651) A space is required after ','. (comma-spacing)
(#651) A space is required after ','. (comma-spacing)
(#651) A space is required after ','. (comma-spacing)
(#651) Operator '*' must be spaced. (space-infix-ops)
(#651) A space is required after ','. (comma-spacing)
(#651) Operator '===' must be spaced. (space-infix-ops)
(#651) Operator '?' must be spaced. (space-infix-ops)
(#651) Operator ':' must be spaced. (space-infix-ops)
(#651) Operator '*' must be spaced. (space-infix-ops)
(#651) A space is required after ','. (comma-spacing)
(#651) Operator '*' must be spaced. (space-infix-ops)
(#651) A space is required after ','. (comma-spacing)
(#651) A space is required after ','. (comma-spacing)
(#651) Operator '*' must be spaced. (space-infix-ops)
(#651) Missing whitespace after semicolon. (semi-spacing)
(#651) Operator '=' must be spaced. (space-infix-ops)
(#651) A space is required after ','. (comma-spacing)
(#652) This line has a length of 523. Maximum allowed is 132. (max-len)
(#652) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#652) Operator '!==' must be spaced. (space-infix-ops)
(#652) Operator '&&' must be spaced. (space-infix-ops)
(#652) Operator '&&' must be spaced. (space-infix-ops)
(#652) Operator '=' must be spaced. (space-infix-ops)
(#652) Operator '+' must be spaced. (space-infix-ops)
(#652) Missing whitespace after semicolon. (semi-spacing)
(#652) Expected space(s) after "switch". (keyword-spacing)
(#652) A space is required after ','. (comma-spacing)
(#652) Requires a space after '{'. (block-spacing)
(#652) Statement inside of curly braces should be on next line. (brace-style)
(#652) Missing space before opening brace. (space-before-blocks)
(#652) This line has 22 statements. Maximum allowed is 2. (max-statements-per-line)
(#652) Operator '=' must be spaced. (space-infix-ops)
(#652) Missing whitespace after semicolon. (semi-spacing)
(#652) Missing whitespace after semicolon. (semi-spacing)
(#652) Operator '=' must be spaced. (space-infix-ops)
(#652) Missing whitespace after semicolon. (semi-spacing)
(#652) Missing whitespace after semicolon. (semi-spacing)
(#652) Operator '=' must be spaced. (space-infix-ops)
(#652) Missing whitespace after semicolon. (semi-spacing)
(#652) Missing whitespace after semicolon. (semi-spacing)
(#652) Operator '=' must be spaced. (space-infix-ops)
(#652) Missing whitespace after semicolon. (semi-spacing)
(#652) Missing whitespace after semicolon. (semi-spacing)
(#652) Operator '=' must be spaced. (space-infix-ops)
(#652) Missing whitespace after semicolon. (semi-spacing)
(#652) Missing whitespace after semicolon. (semi-spacing)
(#652) Operator '=' must be spaced. (space-infix-ops)
(#652) Requires a space before '}'. (block-spacing)
(#652) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#652) Missing semicolon. (semi)
(#652) Requires a space before '}'. (block-spacing)
(#652) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#652) Expected space(s) before "for". (keyword-spacing)
(#652) Expected space(s) after "for". (keyword-spacing)
(#652) Operator '=' must be spaced. (space-infix-ops)
(#652) Missing whitespace after semicolon. (semi-spacing)
(#652) Operator '<' must be spaced. (space-infix-ops)
(#652) Missing whitespace after semicolon. (semi-spacing)
(#652) Requires a space after '{'. (block-spacing)
(#652) Statement inside of curly braces should be on next line. (brace-style)
(#652) Missing space before opening brace. (space-before-blocks)
(#652) 'p' used outside of binding context. (block-scoped-var)
(#652) Operator '=' must be spaced. (space-infix-ops)
(#652) Operator '+' must be spaced. (space-infix-ops)
(#652) Operator '+' must be spaced. (space-infix-ops)
(#652) Missing whitespace after semicolon. (semi-spacing)
(#652) 'l' used outside of binding context. (block-scoped-var)
(#652) Operator '=' must be spaced. (space-infix-ops)
(#652) 'p' used outside of binding context. (block-scoped-var)
(#652) A space is required after ','. (comma-spacing)
(#652) Missing whitespace after semicolon. (semi-spacing)
(#652) 'm' used outside of binding context. (block-scoped-var)
(#652) Operator '=' must be spaced. (space-infix-ops)
(#652) 'p' used outside of binding context. (block-scoped-var)
(#652) A space is required after ','. (comma-spacing)
(#652) Missing whitespace after semicolon. (semi-spacing)
(#652) Expected space(s) after "if". (keyword-spacing)
(#652) Operator '<' must be spaced. (space-infix-ops)
(#652) 'l' used outside of binding context. (block-scoped-var)
(#652) Expected { after 'if' condition. (curly)
(#652) Expected space(s) before "switch". (keyword-spacing)
(#652) Expected space(s) after "switch". (keyword-spacing)
(#652) 'l' used outside of binding context. (block-scoped-var)
(#652) Requires a space after '{'. (block-spacing)
(#652) Statement inside of curly braces should be on next line. (brace-style)
(#652) Missing space before opening brace. (space-before-blocks)
(#652) 'l' used outside of binding context. (block-scoped-var)
(#652) Operator '=' must be spaced. (space-infix-ops)
(#652) Missing whitespace after semicolon. (semi-spacing)
(#652) Missing whitespace after semicolon. (semi-spacing)
(#652) 'l' used outside of binding context. (block-scoped-var)
(#652) Operator '=' must be spaced. (space-infix-ops)
(#652) Requires a space before '}'. (block-spacing)
(#652) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#652) Missing semicolon. (semi)
(#652) 'p' used outside of binding context. (block-scoped-var)
(#652) Operator '=' must be spaced. (space-infix-ops)
(#652) 'p' used outside of binding context. (block-scoped-var)
(#652) A space is required after ','. (comma-spacing)
(#652) Operator '-' must be spaced. (space-infix-ops)
(#652) A space is required after ','. (comma-spacing)
(#652) 'p' used outside of binding context. (block-scoped-var)
(#653) This line has a length of 508. Maximum allowed is 132. (max-len)
(#653) Operator '-' must be spaced. (space-infix-ops)
(#653) A space is required after ','. (comma-spacing)
(#653) 'l' used outside of binding context. (block-scoped-var)
(#653) Missing whitespace after semicolon. (semi-spacing)
(#653) Expected space(s) after "switch". (keyword-spacing)
(#653) 'm' used outside of binding context. (block-scoped-var)
(#653) Requires a space after '{'. (block-spacing)
(#653) Statement inside of curly braces should be on next line. (brace-style)
(#653) Missing space before opening brace. (space-before-blocks)
(#653) 'p' used outside of binding context. (block-scoped-var)
(#653) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#653) Operator '=' must be spaced. (space-infix-ops)
(#653) Missing whitespace after semicolon. (semi-spacing)
(#653) Missing whitespace after semicolon. (semi-spacing)
(#653) 'p' used outside of binding context. (block-scoped-var)
(#653) Operator '=' must be spaced. (space-infix-ops)
(#653) Missing whitespace after semicolon. (semi-spacing)
(#653) Missing whitespace after semicolon. (semi-spacing)
(#653) 'p' used outside of binding context. (block-scoped-var)
(#653) Operator '=' must be spaced. (space-infix-ops)
(#653) Requires a space before '}'. (block-spacing)
(#653) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#653) Missing semicolon. (semi)
(#653) Operator '=' must be spaced. (space-infix-ops)
(#653) 'p' used outside of binding context. (block-scoped-var)
(#653) Requires a space before '}'. (block-spacing)
(#653) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#653) Missing semicolon. (semi)
(#653) Expected space(s) before "return". (keyword-spacing)
(#653) Requires a space before '}'. (block-spacing)
(#653) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#653) Missing semicolon. (semi)
(#653) Missing whitespace after semicolon. (semi-spacing)
(#653) Operator '=' must be spaced. (space-infix-ops)
(#653) Function has a complexity of 21. Maximum allowed is 20. (complexity)
(#653) Requires a space after '{'. (block-spacing)
(#653) Statement inside of curly braces should be on next line. (brace-style)
(#653) Missing space before opening brace. (space-before-blocks)
(#653) Operator '=' must be spaced. (space-infix-ops)
(#653) Missing whitespace after semicolon. (semi-spacing)
(#653) Missing whitespace after semicolon. (semi-spacing)
(#653) A space is required after ','. (comma-spacing)
(#653) Missing whitespace after semicolon. (semi-spacing)
(#653) A space is required after ','. (comma-spacing)
(#653) Missing whitespace after semicolon. (semi-spacing)
(#653) Missing whitespace after semicolon. (semi-spacing)
(#653) Expected space(s) after "for". (keyword-spacing)
(#653) Operator '=' must be spaced. (space-infix-ops)
(#653) A space is required after ','. (comma-spacing)
(#653) Operator '=' must be spaced. (space-infix-ops)
(#653) A space is required after ','. (comma-spacing)
(#653) Operator '=' must be spaced. (space-infix-ops)
(#653) Missing whitespace after semicolon. (semi-spacing)
(#653) Operator '<' must be spaced. (space-infix-ops)
(#653) Missing whitespace after semicolon. (semi-spacing)
(#653) Requires a space after '{'. (block-spacing)
(#653) Statement inside of curly braces should be on next line. (brace-style)
(#653) Missing space before opening brace. (space-before-blocks)
(#653) Operator '=' must be spaced. (space-infix-ops)
(#653) A space is required after ','. (comma-spacing)
(#653) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#653) Operator '=' must be spaced. (space-infix-ops)
(#653) Missing whitespace after semicolon. (semi-spacing)
(#653) Expected space(s) after "if". (keyword-spacing)
(#653) Operator '!==' must be spaced. (space-infix-ops)
(#654) This line has a length of 502. Maximum allowed is 132. (max-len)
(#654) Operator '&&' must be spaced. (space-infix-ops)
(#654) Requires a space after '{'. (block-spacing)
(#654) Statement inside of curly braces should be on next line. (brace-style)
(#654) Missing space before opening brace. (space-before-blocks)
(#654) Operator '=' must be spaced. (space-infix-ops)
(#654) Operator '-' must be spaced. (space-infix-ops)
(#654) Missing whitespace after semicolon. (semi-spacing)
(#654) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#654) Operator '>' must be spaced. (space-infix-ops)
(#654) Operator '&&' must be spaced. (space-infix-ops)
(#654) Operator '<' must be spaced. (space-infix-ops)
(#654) Operator '&&' must be spaced. (space-infix-ops)
(#654) Operator '=' must be spaced. (space-infix-ops)
(#654) Operator '<' must be spaced. (space-infix-ops)
(#654) Operator '?' must be spaced. (space-infix-ops)
(#654) Operator ':' must be spaced. (space-infix-ops)
(#654) Operator '+' must be spaced. (space-infix-ops)
(#654) Requires a space before '}'. (block-spacing)
(#654) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#654) Missing semicolon. (semi)
(#654) 'l' used outside of binding context. (block-scoped-var)
(#654) This line has 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#654) Operator '=' must be spaced. (space-infix-ops)
(#654) Missing whitespace after semicolon. (semi-spacing)
(#654) Expected space(s) after "if". (keyword-spacing)
(#654) Operator '!==' must be spaced. (space-infix-ops)
(#654) Expected { after 'if' condition. (curly)
(#654) Expected space(s) before "switch". (keyword-spacing)
(#654) Expected space(s) after "switch". (keyword-spacing)
(#654) Requires a space after '{'. (block-spacing)
(#654) Statement inside of curly braces should be on next line. (brace-style)
(#654) Missing space before opening brace. (space-before-blocks)
(#654) 'l' used outside of binding context. (block-scoped-var)
(#654) Operator '=' must be spaced. (space-infix-ops)
(#654) Missing whitespace after semicolon. (semi-spacing)
(#654) Missing whitespace after semicolon. (semi-spacing)
(#654) 'l' used outside of binding context. (block-scoped-var)
(#654) Operator '=' must be spaced. (space-infix-ops)
(#654) Missing whitespace after semicolon. (semi-spacing)
(#654) Missing whitespace after semicolon. (semi-spacing)
(#654) 'l' used outside of binding context. (block-scoped-var)
(#654) Operator '=' must be spaced. (space-infix-ops)
(#654) Missing whitespace after semicolon. (semi-spacing)
(#654) Missing whitespace after semicolon. (semi-spacing)
(#654) 'l' used outside of binding context. (block-scoped-var)
(#654) Operator '=' must be spaced. (space-infix-ops)
(#654) Missing whitespace after semicolon. (semi-spacing)
(#654) Missing whitespace after semicolon. (semi-spacing)
(#654) 'l' used outside of binding context. (block-scoped-var)
(#654) Operator '=' must be spaced. (space-infix-ops)
(#654) Missing whitespace after semicolon. (semi-spacing)
(#654) Missing whitespace after semicolon. (semi-spacing)
(#654) 'l' used outside of binding context. (block-scoped-var)
(#654) Operator '=' must be spaced. (space-infix-ops)
(#654) Requires a space before '}'. (block-spacing)
(#654) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#654) Missing semicolon. (semi)
(#654) Operator '-' must be spaced. (space-infix-ops)
(#654) Operator '/' must be spaced. (space-infix-ops)
(#654) A space is required after ','. (comma-spacing)
(#654) Missing whitespace after semicolon. (semi-spacing)
(#654) Operator '-' must be spaced. (space-infix-ops)
(#654) Operator '/' must be spaced. (space-infix-ops)
(#654) A space is required after ','. (comma-spacing)
(#654) Missing whitespace after semicolon. (semi-spacing)
(#654) Operator '/' must be spaced. (space-infix-ops)
(#654) A space is required after ','. (comma-spacing)
(#654) Missing whitespace after semicolon. (semi-spacing)
(#654) Missing whitespace after semicolon. (semi-spacing)
(#654) A space is required after ','. (comma-spacing)
(#655) This line has a length of 501. Maximum allowed is 132. (max-len)
(#655) Missing whitespace after semicolon. (semi-spacing)
(#655) Missing whitespace after semicolon. (semi-spacing)
(#655) This line has 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#655) 'l' used outside of binding context. (block-scoped-var)
(#655) Missing whitespace after semicolon. (semi-spacing)
(#655) Requires a space before '}'. (block-spacing)
(#655) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#655) Missing semicolon. (semi)
(#655) 'e' used outside of binding context. (block-scoped-var)
(#655) Operator '=' must be spaced. (space-infix-ops)
(#655) Missing whitespace after semicolon. (semi-spacing)
(#655) Expected space(s) after "for". (keyword-spacing)
(#655) 'b' used outside of binding context. (block-scoped-var)
(#655) Operator '=' must be spaced. (space-infix-ops)
(#655) Missing whitespace after semicolon. (semi-spacing)
(#655) 'e' used outside of binding context. (block-scoped-var)
(#655) Operator '<' must be spaced. (space-infix-ops)
(#655) 'b' used outside of binding context. (block-scoped-var)
(#655) Missing whitespace after semicolon. (semi-spacing)
(#655) 'e' used outside of binding context. (block-scoped-var)
(#655) Requires a space after '{'. (block-spacing)
(#655) Statement inside of curly braces should be on next line. (brace-style)
(#655) Missing space before opening brace. (space-before-blocks)
(#655) 'm' used outside of binding context. (block-scoped-var)
(#655) Operator '=' must be spaced. (space-infix-ops)
(#655) 'e' used outside of binding context. (block-scoped-var)
(#655) Missing whitespace after semicolon. (semi-spacing)
(#655) 'g' used outside of binding context. (block-scoped-var)
(#655) Operator '=' must be spaced. (space-infix-ops)
(#655) Missing whitespace after semicolon. (semi-spacing)
(#655) 'm' used outside of binding context. (block-scoped-var)
(#655) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#655) Do not nest ternary expressions. (no-nested-ternary)
(#655) Operator '===' must be spaced. (space-infix-ops)
(#655) Operator '?' must be spaced. (space-infix-ops)
(#655) 'g' used outside of binding context. (block-scoped-var)
(#655) Operator '=' must be spaced. (space-infix-ops)
(#655) Operator ':' must be spaced. (space-infix-ops)
(#655) 'm' used outside of binding context. (block-scoped-var)
(#655) Operator '===' must be spaced. (space-infix-ops)
(#655) Operator '?' must be spaced. (space-infix-ops)
(#655) 'g' used outside of binding context. (block-scoped-var)
(#655) Operator '=' must be spaced. (space-infix-ops)
(#655) Operator ':' must be spaced. (space-infix-ops)
(#655) 'm' used outside of binding context. (block-scoped-var)
(#655) Operator '===' must be spaced. (space-infix-ops)
(#655) Operator '&&' must be spaced. (space-infix-ops)
(#655) 'g' used outside of binding context. (block-scoped-var)
(#655) Operator '=' must be spaced. (space-infix-ops)
(#655) Missing whitespace after semicolon. (semi-spacing)
(#655) 'm' used outside of binding context. (block-scoped-var)
(#655) Operator '+' must be spaced. (space-infix-ops)
(#655) A space is required after ','. (comma-spacing)
(#655) Missing whitespace after semicolon. (semi-spacing)
(#655) 'm' used outside of binding context. (block-scoped-var)
(#655) Operator '+' must be spaced. (space-infix-ops)
(#655) A space is required after ','. (comma-spacing)
(#655) Missing whitespace after semicolon. (semi-spacing)
(#655) 'm' used outside of binding context. (block-scoped-var)
(#655) Operator '=' must be spaced. (space-infix-ops)
(#655) 'm' used outside of binding context. (block-scoped-var)
(#655) Missing whitespace after semicolon. (semi-spacing)
(#655) Expected space(s) after "if". (keyword-spacing)
(#655) Operator '==' must be spaced. (space-infix-ops)
(#655) 'm' used outside of binding context. (block-scoped-var)
(#655) 'm' used outside of binding context. (block-scoped-var)
(#655) Expected { after 'if' condition. (curly)
(#655) Operator '=' must be spaced. (space-infix-ops)
(#655) Missing whitespace after semicolon. (semi-spacing)
(#655) Expected space(s) after "if". (keyword-spacing)
(#655) Operator '<' must be spaced. (space-infix-ops)
(#655) 'm' used outside of binding context. (block-scoped-var)
(#655) Operator '||' must be spaced. (space-infix-ops)
(#655) Operator '!=' must be spaced. (space-infix-ops)
(#655) 'm' used outside of binding context. (block-scoped-var)
(#655) Operator '%' must be spaced. (space-infix-ops)
(#655) 'm' used outside of binding context. (block-scoped-var)
(#655) Expected { after 'if' condition. (curly)
(#655) Operator '=' must be spaced. (space-infix-ops)
(#655) Missing whitespace after semicolon. (semi-spacing)
(#655) 'm' used outside of binding context. (block-scoped-var)
(#655) A space is required after ','. (comma-spacing)
(#655) Missing whitespace after semicolon. (semi-spacing)
(#655) Missing whitespace after semicolon. (semi-spacing)
(#655) 'g' used outside of binding context. (block-scoped-var)
(#655) Missing whitespace after semicolon. (semi-spacing)
(#655) Requires a space before '}'. (block-spacing)
(#655) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#655) Missing semicolon. (semi)
(#655) Missing whitespace after semicolon. (semi-spacing)
(#655) Requires a space before '}'. (block-spacing)
(#655) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#655) Missing semicolon. (semi)
(#656) This line has a length of 182. Maximum allowed is 132. (max-len)
(#656) Operator '=' must be spaced. (space-infix-ops)
(#656) Missing '()' invoking a constructor. (new-parens)
(#656) Missing whitespace after semicolon. (semi-spacing)
(#656) Operator '=' must be spaced. (space-infix-ops)
(#656) A space is required after ','. (comma-spacing)
(#656) Requires a space after '{'. (block-spacing)
(#656) Statement inside of curly braces should be on next line. (brace-style)
(#656) Missing space before opening brace. (space-before-blocks)
(#656) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#656) A space is required after ','. (comma-spacing)
(#656) Requires a space before '}'. (block-spacing)
(#656) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#656) Missing semicolon. (semi)
(#656) Missing whitespace after semicolon. (semi-spacing)
(#656) Operator '=' must be spaced. (space-infix-ops)
(#656) Requires a space after '{'. (block-spacing)
(#656) Statement inside of curly braces should be on next line. (brace-style)
(#656) Missing space before opening brace. (space-before-blocks)
(#656) Requires a space before '}'. (block-spacing)
(#656) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#656) Missing semicolon. (semi)
(#656) Requires a space before '}'. (block-spacing)
(#656) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#656) Missing semicolon. (semi)
(#656) A space is required after ','. (comma-spacing)
(#656) A space is required after ','. (comma-spacing)
(#656) A space is required after ','. (comma-spacing)
(#657) This line has a length of 534. Maximum allowed is 132. (max-len)
(#657) A space is required after ','. (comma-spacing)
(#657) A space is required after ','. (comma-spacing)
(#657) A space is required after ','. (comma-spacing)
(#657) A space is required after ','. (comma-spacing)
(#657) A space is required after ','. (comma-spacing)
(#657) A space is required after ','. (comma-spacing)
(#657) Requires a space after '{'. (block-spacing)
(#657) Statement inside of curly braces should be on next line. (brace-style)
(#657) Missing space before opening brace. (space-before-blocks)
(#657) Missing JSDoc comment. (require-jsdoc)
(#657) A space is required after ','. (comma-spacing)
(#657) A space is required after ','. (comma-spacing)
(#657) A space is required after ','. (comma-spacing)
(#657) A space is required after ','. (comma-spacing)
(#657) Requires a space after '{'. (block-spacing)
(#657) Statement inside of curly braces should be on next line. (brace-style)
(#657) Missing space before opening brace. (space-before-blocks)
(#657) Expected space(s) after "for". (keyword-spacing)
(#657) This line has 23 statements. Maximum allowed is 2. (max-statements-per-line)
(#657) Operator '=' must be spaced. (space-infix-ops)
(#657) A space is required after ','. (comma-spacing)
(#657) Operator '=' must be spaced. (space-infix-ops)
(#657) Missing whitespace after semicolon. (semi-spacing)
(#657) Operator '<' must be spaced. (space-infix-ops)
(#657) Missing whitespace after semicolon. (semi-spacing)
(#657) Requires a space after '{'. (block-spacing)
(#657) Statement inside of curly braces should be on next line. (brace-style)
(#657) Missing space before opening brace. (space-before-blocks)
(#657) Operator '=' must be spaced. (space-infix-ops)
(#657) Missing whitespace after semicolon. (semi-spacing)
(#657) Expected space(s) after "if". (keyword-spacing)
(#657) Operator '===' must be spaced. (space-infix-ops)
(#657) Operator '&&' must be spaced. (space-infix-ops)
(#657) Operator '>=' must be spaced. (space-infix-ops)
(#657) Operator '&&' must be spaced. (space-infix-ops)
(#657) Operator '<=' must be spaced. (space-infix-ops)
(#657) Requires a space after '{'. (block-spacing)
(#657) Statement inside of curly braces should be on next line. (brace-style)
(#657) Missing space before opening brace. (space-before-blocks)
(#657) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#657) Operator '?' must be spaced. (space-infix-ops)
(#657) Operator '=' must be spaced. (space-infix-ops)
(#657) Operator ':' must be spaced. (space-infix-ops)
(#657) Operator '=' must be spaced. (space-infix-ops)
(#657) Missing whitespace after semicolon. (semi-spacing)
(#657) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#657) Operator '===' must be spaced. (space-infix-ops)
(#657) Operator '&&' must be spaced. (space-infix-ops)
(#657) Operator '=' must be spaced. (space-infix-ops)
(#657) Missing whitespace after semicolon. (semi-spacing)
(#657) Requires a space before '}'. (block-spacing)
(#657) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#657) Missing semicolon. (semi)
(#657) Requires a space before '}'. (block-spacing)
(#657) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#657) Requires a space before '}'. (block-spacing)
(#657) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#657) Operator '=' must be spaced. (space-infix-ops)
(#657) Unexpected empty function. (no-empty-function)
(#657) Missing space before opening brace. (space-before-blocks)
(#657) Missing whitespace after semicolon. (semi-spacing)
(#657) Operator '=' must be spaced. (space-infix-ops)
(#657) Operator '=' must be spaced. (space-infix-ops)
(#657) Missing '()' invoking a constructor. (new-parens)
(#657) Missing whitespace after semicolon. (semi-spacing)
(#657) Operator '=' must be spaced. (space-infix-ops)
(#657) Missing whitespace after semicolon. (semi-spacing)
(#657) Operator '=' must be spaced. (space-infix-ops)
(#657) Missing whitespace after semicolon. (semi-spacing)
(#657) Operator '=' must be spaced. (space-infix-ops)
(#657) Function has a complexity of 71. Maximum allowed is 20. (complexity)
(#657) A space is required after ','. (comma-spacing)
(#657) Requires a space after '{'. (block-spacing)
(#657) Statement inside of curly braces should be on next line. (brace-style)
(#657) Missing space before opening brace. (space-before-blocks)
(#657) Operator '=' must be spaced. (space-infix-ops)
(#657) Missing '()' invoking a constructor. (new-parens)
(#657) Missing whitespace after semicolon. (semi-spacing)
(#657) Operator '=' must be spaced. (space-infix-ops)
(#657) Missing whitespace after semicolon. (semi-spacing)
(#657) Expected space(s) after "if". (keyword-spacing)
(#657) Expected { after 'if' condition. (curly)
(#657) Expected space(s) before "return". (keyword-spacing)
(#657) Missing whitespace after semicolon. (semi-spacing)
(#657) Operator '=' must be spaced. (space-infix-ops)
(#657) Missing whitespace after semicolon. (semi-spacing)
(#657) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#657) Operator '||' must be spaced. (space-infix-ops)
(#657) Operator '=' must be spaced. (space-infix-ops)
(#657) Missing whitespace after semicolon. (semi-spacing)
(#657) Operator '=' must be spaced. (space-infix-ops)
(#657) A space is required after ','. (comma-spacing)
(#657) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#657) Operator '=' must be spaced. (space-infix-ops)
(#657) A space is required after ','. (comma-spacing)
(#657) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#657) Operator '=' must be spaced. (space-infix-ops)
(#657) Missing whitespace after semicolon. (semi-spacing)
(#657) Operator '=' must be spaced. (space-infix-ops)
(#657) Missing whitespace after semicolon. (semi-spacing)
(#657) Expected space(s) after "for". (keyword-spacing)
(#657) Operator '=' must be spaced. (space-infix-ops)
(#657) A space is required after ','. (comma-spacing)
(#657) Operator '=' must be spaced. (space-infix-ops)
(#657) A space is required after ','. (comma-spacing)
(#657) Operator '=' must be spaced. (space-infix-ops)
(#657) Missing whitespace after semicolon. (semi-spacing)
(#657) Operator '<' must be spaced. (space-infix-ops)
(#657) Missing whitespace after semicolon. (semi-spacing)
(#657) Requires a space after '{'. (block-spacing)
(#657) Statement inside of curly braces should be on next line. (brace-style)
(#657) Missing space before opening brace. (space-before-blocks)
(#657) Operator '=' must be spaced. (space-infix-ops)
(#657) Missing whitespace after semicolon. (semi-spacing)
(#657) Expected space(s) after "if". (keyword-spacing)
(#657) Expected { after 'if' condition. (curly)
(#657) Missing space before value for key 'id'. (key-spacing)
(#658) This line has a length of 508. Maximum allowed is 132. (max-len)
(#658) A space is required after ','. (comma-spacing)
(#658) Missing space before value for key 'start'. (key-spacing)
(#658) A space is required after ','. (comma-spacing)
(#658) A space is required after ','. (comma-spacing)
(#658) Missing space before value for key 'end'. (key-spacing)
(#658) A space is required after ','. (comma-spacing)
(#658) Missing whitespace after semicolon. (semi-spacing)
(#658) Expected space(s) after "if". (keyword-spacing)
(#658) Expected { after 'if' condition. (curly)
(#658) Missing space before value for key 'id'. (key-spacing)
(#658) A space is required after ','. (comma-spacing)
(#658) A space is required after ','. (comma-spacing)
(#658) Missing space before value for key 'start'. (key-spacing)
(#658) A space is required after ','. (comma-spacing)
(#658) A space is required after ','. (comma-spacing)
(#658) Missing space before value for key 'end'. (key-spacing)
(#658) A space is required after ','. (comma-spacing)
(#658) Missing whitespace after semicolon. (semi-spacing)
(#658) Expected space(s) after "if". (keyword-spacing)
(#658) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#658) Requires a space after '{'. (block-spacing)
(#658) Statement inside of curly braces should be on next line. (brace-style)
(#658) Missing space before opening brace. (space-before-blocks)
(#658) Operator '=' must be spaced. (space-infix-ops)
(#658) A space is required after ','. (comma-spacing)
(#658) Missing whitespace after semicolon. (semi-spacing)
(#658) Expected space(s) after "if". (keyword-spacing)
(#658) Operator '===' must be spaced. (space-infix-ops)
(#658) Operator '||' must be spaced. (space-infix-ops)
(#658) Operator '===' must be spaced. (space-infix-ops)
(#658) Requires a space after '{'. (block-spacing)
(#658) Statement inside of curly braces should be on next line. (brace-style)
(#658) Missing space before opening brace. (space-before-blocks)
(#658) Operator '=' must be spaced. (space-infix-ops)
(#658) A space is required after ','. (comma-spacing)
(#658) Missing whitespace after semicolon. (semi-spacing)
(#658) Expected space(s) after "if". (keyword-spacing)
(#658) Operator '===' must be spaced. (space-infix-ops)
(#658) Requires a space after '{'. (block-spacing)
(#658) Statement inside of curly braces should be on next line. (brace-style)
(#658) Missing space before opening brace. (space-before-blocks)
(#658) Operator '=' must be spaced. (space-infix-ops)
(#658) A space is required after ','. (comma-spacing)
(#658) Missing whitespace after semicolon. (semi-spacing)
(#658) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#658) Operator '===' must be spaced. (space-infix-ops)
(#658) Operator '?' must be spaced. (space-infix-ops)
(#658) Operator '=' must be spaced. (space-infix-ops)
(#658) Operator ':' must be spaced. (space-infix-ops)
(#658) Operator '<' must be spaced. (space-infix-ops)
(#658) Operator '&&' must be spaced. (space-infix-ops)
(#658) Operator '=' must be spaced. (space-infix-ops)
(#658) Operator '<' must be spaced. (space-infix-ops)
(#658) Operator '?' must be spaced. (space-infix-ops)
(#658) Operator '+' must be spaced. (space-infix-ops)
(#658) Operator ':' must be spaced. (space-infix-ops)
(#658) Requires a space before '}'. (block-spacing)
(#658) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#658) Missing semicolon. (semi)
(#658) Operator '=' must be spaced. (space-infix-ops)
(#658) A space is required after ','. (comma-spacing)
(#658) A space is required after ','. (comma-spacing)
(#658) Operator '*' must be spaced. (space-infix-ops)
(#658) A space is required after ','. (comma-spacing)
(#659) This line has a length of 506. Maximum allowed is 132. (max-len)
(#659) Operator '*' must be spaced. (space-infix-ops)
(#659) A space is required after ','. (comma-spacing)
(#659) A space is required after ','. (comma-spacing)
(#659) Operator '*' must be spaced. (space-infix-ops)
(#659) Missing whitespace after semicolon. (semi-spacing)
(#659) Operator '=' must be spaced. (space-infix-ops)
(#659) Missing whitespace after semicolon. (semi-spacing)
(#659) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#659) Missing whitespace after semicolon. (semi-spacing)
(#659) 't' used outside of binding context. (block-scoped-var)
(#659) Operator '=' must be spaced. (space-infix-ops)
(#659) A space is required after ','. (comma-spacing)
(#659) Missing whitespace after semicolon. (semi-spacing)
(#659) Expected space(s) after "if". (keyword-spacing)
(#659) Operator '===' must be spaced. (space-infix-ops)
(#659) Expected { after 'if' condition. (curly)
(#659) Expected space(s) before "for". (keyword-spacing)
(#659) Expected space(s) after "for". (keyword-spacing)
(#659) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#659) Operator '=' must be spaced. (space-infix-ops)
(#659) Missing whitespace after semicolon. (semi-spacing)
(#659) Operator '>' must be spaced. (space-infix-ops)
(#659) Missing whitespace after semicolon. (semi-spacing)
(#659) Requires a space after '{'. (block-spacing)
(#659) Statement inside of curly braces should be on next line. (brace-style)
(#659) Missing space before opening brace. (space-before-blocks)
(#659) Operator '=' must be spaced. (space-infix-ops)
(#659) Missing whitespace after semicolon. (semi-spacing)
(#659) Operator '=' must be spaced. (space-infix-ops)
(#659) Missing whitespace after semicolon. (semi-spacing)
(#659) Operator '=' must be spaced. (space-infix-ops)
(#659) Missing whitespace after semicolon. (semi-spacing)
(#659) Requires a space before '}'. (block-spacing)
(#659) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#659) Missing semicolon. (semi)
(#659) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#659) Operator '-' must be spaced. (space-infix-ops)
(#659) Operator '!==' must be spaced. (space-infix-ops)
(#659) 't' used outside of binding context. (block-scoped-var)
(#659) Operator '&&' must be spaced. (space-infix-ops)
(#659) 'C' used outside of binding context. (block-scoped-var)
(#659) Operator '=' must be spaced. (space-infix-ops)
(#659) 't' used outside of binding context. (block-scoped-var)
(#659) A space is required after ','. (comma-spacing)
(#659) 'C' used outside of binding context. (block-scoped-var)
(#659) Operator '=' must be spaced. (space-infix-ops)
(#659) A space is required after ','. (comma-spacing)
(#659) A space is required after ','. (comma-spacing)
(#659) Operator '===' must be spaced. (space-infix-ops)
(#659) 'C' used outside of binding context. (block-scoped-var)
(#659) Operator '?' must be spaced. (space-infix-ops)
(#659) 'C' used outside of binding context. (block-scoped-var)
(#659) Operator '=' must be spaced. (space-infix-ops)
(#659) 'C' used outside of binding context. (block-scoped-var)
(#659) A space is required after ','. (comma-spacing)
(#659) Operator '+' must be spaced. (space-infix-ops)
(#659) 'C' used outside of binding context. (block-scoped-var)
(#659) Operator ':' must be spaced. (space-infix-ops)
(#659) Operator '===' must be spaced. (space-infix-ops)
(#659) 'C' used outside of binding context. (block-scoped-var)
(#659) Operator '&&' must be spaced. (space-infix-ops)
(#659) Operator '===' must be spaced. (space-infix-ops)
(#659) 'C' used outside of binding context. (block-scoped-var)
(#659) Operator '&&' must be spaced. (space-infix-ops)
(#659) 'C' used outside of binding context. (block-scoped-var)
(#659) Operator '=' must be spaced. (space-infix-ops)
(#659) 'C' used outside of binding context. (block-scoped-var)
(#659) A space is required after ','. (comma-spacing)
(#659) 'C' used outside of binding context. (block-scoped-var)
(#659) A space is required after ','. (comma-spacing)
(#659) 'F' used outside of binding context. (block-scoped-var)
(#659) Operator '=' must be spaced. (space-infix-ops)
(#659) A space is required after ','. (comma-spacing)
(#659) A space is required after ','. (comma-spacing)
(#659) 'C' used outside of binding context. (block-scoped-var)
(#659) A space is required after ','. (comma-spacing)
(#659) A space is required after ','. (comma-spacing)
(#659) 'F' used outside of binding context. (block-scoped-var)
(#659) A space is required after ','. (comma-spacing)
(#659) 't' used outside of binding context. (block-scoped-var)
(#659) A space is required after ','. (comma-spacing)
(#659) A space is required after ','. (comma-spacing)
(#659) 'C' used outside of binding context. (block-scoped-var)
(#659) A space is required after ','. (comma-spacing)
(#659) A space is required after ','. (comma-spacing)
(#659) 'F' used outside of binding context. (block-scoped-var)
(#659) A space is required after ','. (comma-spacing)
(#659) 't' used outside of binding context. (block-scoped-var)
(#659) A space is required after ','. (comma-spacing)
(#659) Missing whitespace after semicolon. (semi-spacing)
(#659) Operator '=' must be spaced. (space-infix-ops)
(#659) A space is required after ','. (comma-spacing)
(#659) Missing whitespace after semicolon. (semi-spacing)
(#659) 't' used outside of binding context. (block-scoped-var)
(#659) Operator '=' must be spaced. (space-infix-ops)
(#659) Operator '-' must be spaced. (space-infix-ops)
(#660) This line has a length of 508. Maximum allowed is 132. (max-len)
(#660) Missing whitespace after semicolon. (semi-spacing)
(#660) Expected space(s) after "if". (keyword-spacing)
(#660) Operator '===' must be spaced. (space-infix-ops)
(#660) Operator '||' must be spaced. (space-infix-ops)
(#660) Operator '===' must be spaced. (space-infix-ops)
(#660) Operator '||' must be spaced. (space-infix-ops)
(#660) Operator '===' must be spaced. (space-infix-ops)
(#660) 't' used outside of binding context. (block-scoped-var)
(#660) Expected { after 'if' condition. (curly)
(#660) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#660) Operator '||' must be spaced. (space-infix-ops)
(#660) 't' used outside of binding context. (block-scoped-var)
(#660) Operator '=' must be spaced. (space-infix-ops)
(#660) Missing whitespace after semicolon. (semi-spacing)
(#660) Expected space(s) after "if". (keyword-spacing)
(#660) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#660) Operator '===' must be spaced. (space-infix-ops)
(#660) Operator '&&' must be spaced. (space-infix-ops)
(#660) Operator '===' must be spaced. (space-infix-ops)
(#660) 't' used outside of binding context. (block-scoped-var)
(#660) Operator '||' must be spaced. (space-infix-ops)
(#660) Operator '===' must be spaced. (space-infix-ops)
(#660) 't' used outside of binding context. (block-scoped-var)
(#660) Operator '||' must be spaced. (space-infix-ops)
(#660) Operator '===' must be spaced. (space-infix-ops)
(#660) 't' used outside of binding context. (block-scoped-var)
(#660) Operator '||' must be spaced. (space-infix-ops)
(#660) Operator '===' must be spaced. (space-infix-ops)
(#660) Operator '&&' must be spaced. (space-infix-ops)
(#660) Operator '===' must be spaced. (space-infix-ops)
(#660) 't' used outside of binding context. (block-scoped-var)
(#660) Operator '||' must be spaced. (space-infix-ops)
(#660) Operator '===' must be spaced. (space-infix-ops)
(#660) 't' used outside of binding context. (block-scoped-var)
(#660) 't' used outside of binding context. (block-scoped-var)
(#660) Expected { after 'if' condition. (curly)
(#660) Operator '=' must be spaced. (space-infix-ops)
(#660) Missing whitespace after semicolon. (semi-spacing)
(#660) Expected space(s) after "if". (keyword-spacing)
(#660) Operator '===' must be spaced. (space-infix-ops)
(#660) 't' used outside of binding context. (block-scoped-var)
(#660) Expected { after 'if' condition. (curly)
(#660) Operator '=' must be spaced. (space-infix-ops)
(#660) Missing whitespace after semicolon. (semi-spacing)
(#660) Expected space(s) after "if". (keyword-spacing)
(#660) Operator '===' must be spaced. (space-infix-ops)
(#660) Operator '&&' must be spaced. (space-infix-ops)
(#660) Operator '===' must be spaced. (space-infix-ops)
(#660) 't' used outside of binding context. (block-scoped-var)
(#660) Operator '||' must be spaced. (space-infix-ops)
(#660) Operator '===' must be spaced. (space-infix-ops)
(#660) 't' used outside of binding context. (block-scoped-var)
(#660) Operator '||' must be spaced. (space-infix-ops)
(#660) Operator '===' must be spaced. (space-infix-ops)
(#660) 't' used outside of binding context. (block-scoped-var)
(#660) Operator '||' must be spaced. (space-infix-ops)
(#660) Operator '===' must be spaced. (space-infix-ops)
(#660) Operator '&&' must be spaced. (space-infix-ops)
(#660) Operator '===' must be spaced. (space-infix-ops)
(#660) 't' used outside of binding context. (block-scoped-var)
(#660) Operator '||' must be spaced. (space-infix-ops)
(#660) Operator '===' must be spaced. (space-infix-ops)
(#660) 't' used outside of binding context. (block-scoped-var)
(#660) 't' used outside of binding context. (block-scoped-var)
(#660) Expected { after 'if' condition. (curly)
(#660) Operator '=' must be spaced. (space-infix-ops)
(#660) Missing whitespace after semicolon. (semi-spacing)
(#660) Expected space(s) after "if". (keyword-spacing)
(#660) Operator '===' must be spaced. (space-infix-ops)
(#660) Operator '||' must be spaced. (space-infix-ops)
(#660) Operator '===' must be spaced. (space-infix-ops)
(#660) Operator '&&' must be spaced. (space-infix-ops)
(#660) Operator '===' must be spaced. (space-infix-ops)
(#660) 't' used outside of binding context. (block-scoped-var)
(#660) Operator '||' must be spaced. (space-infix-ops)
(#660) Operator '===' must be spaced. (space-infix-ops)
(#660) 't' used outside of binding context. (block-scoped-var)
(#660) Operator '||' must be spaced. (space-infix-ops)
(#660) Operator '===' must be spaced. (space-infix-ops)
(#660) 't' used outside of binding context. (block-scoped-var)
(#660) Operator '||' must be spaced. (space-infix-ops)
(#660) Operator '===' must be spaced. (space-infix-ops)
(#660) Requires a space after '{'. (block-spacing)
(#660) Statement inside of curly braces should be on next line. (brace-style)
(#660) Missing space before opening brace. (space-before-blocks)
(#660) Expected space(s) after "if". (keyword-spacing)
(#660) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#660) Operator '-' must be spaced. (space-infix-ops)
(#660) Requires a space after '{'. (block-spacing)
(#660) Statement inside of curly braces should be on next line. (brace-style)
(#660) Missing space before opening brace. (space-before-blocks)
(#660) Expected space(s) after "if". (keyword-spacing)
(#660) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#660) Operator '===' must be spaced. (space-infix-ops)
(#660) Operator '||' must be spaced. (space-infix-ops)
(#660) Operator '===' must be spaced. (space-infix-ops)
(#660) Expected { after 'if' condition. (curly)
(#660) Expected space(s) before "var". (keyword-spacing)
(#660) Operator '=' must be spaced. (space-infix-ops)
(#660) Missing whitespace after semicolon. (semi-spacing)
(#660) 't' used outside of binding context. (block-scoped-var)
(#660) Operator '=' must be spaced. (space-infix-ops)
(#660) Requires a space before '}'. (block-spacing)
(#660) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#660) Missing semicolon. (semi)
(#660) Requires a space before '}'. (block-spacing)
(#660) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#660) Expected space(s) before "else". (keyword-spacing)
(#660) Expected space(s) after "else". (keyword-spacing)
(#660) Expected { after 'else'. (curly)
(#660) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#660) Operator '===' must be spaced. (space-infix-ops)
(#660) Operator '&&' must be spaced. (space-infix-ops)
(#660) 'I' used outside of binding context. (block-scoped-var)
(#660) Operator '=' must be spaced. (space-infix-ops)
(#660) Requires a space before '}'. (block-spacing)
(#660) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#660) Missing semicolon. (semi)
(#660) Requires a space before '}'. (block-spacing)
(#660) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#660) Expected space(s) before "else". (keyword-spacing)
(#660) Expected space(s) after "if". (keyword-spacing)
(#660) Expected { after 'if' condition. (curly)
(#660) 'f' used outside of binding context. (block-scoped-var)
(#660) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#660) Operator '=' must be spaced. (space-infix-ops)
(#661) This line has a length of 501. Maximum allowed is 132. (max-len)
(#661) Unexpected use of comma operator. (no-sequences)
(#661) A space is required after ','. (comma-spacing)
(#661) Operator '===' must be spaced. (space-infix-ops)
(#661) 'f' used outside of binding context. (block-scoped-var)
(#661) Operator '&&' must be spaced. (space-infix-ops)
(#661) 'f' used outside of binding context. (block-scoped-var)
(#661) Operator '=' must be spaced. (space-infix-ops)
(#661) A space is required after ','. (comma-spacing)
(#661) A space is required after ','. (comma-spacing)
(#661) Operator '<' must be spaced. (space-infix-ops)
(#661) 'f' used outside of binding context. (block-scoped-var)
(#661) Operator '&&' must be spaced. (space-infix-ops)
(#661) 'f' used outside of binding context. (block-scoped-var)
(#661) Operator '=' must be spaced. (space-infix-ops)
(#661) 'f' used outside of binding context. (block-scoped-var)
(#661) A space is required after ','. (comma-spacing)
(#661) Operator '+' must be spaced. (space-infix-ops)
(#661) 'f' used outside of binding context. (block-scoped-var)
(#661) A space is required after ','. (comma-spacing)
(#661) 'f' used outside of binding context. (block-scoped-var)
(#661) Operator '=' must be spaced. (space-infix-ops)
(#661) 'f' used outside of binding context. (block-scoped-var)
(#661) A space is required after ','. (comma-spacing)
(#661) A space is required after ','. (comma-spacing)
(#661) Operator '*' must be spaced. (space-infix-ops)
(#661) A space is required after ','. (comma-spacing)
(#661) A space is required after ','. (comma-spacing)
(#661) Operator '*' must be spaced. (space-infix-ops)
(#661) A space is required after ','. (comma-spacing)
(#661) A space is required after ','. (comma-spacing)
(#661) Operator '*' must be spaced. (space-infix-ops)
(#661) A space is required after ','. (comma-spacing)
(#661) 'f' used outside of binding context. (block-scoped-var)
(#661) Operator '=' must be spaced. (space-infix-ops)
(#661) A space is required after ','. (comma-spacing)
(#661) Operator '===' must be spaced. (space-infix-ops)
(#661) A space is required after ','. (comma-spacing)
(#661) Operator '&&' must be spaced. (space-infix-ops)
(#661) 'f' used outside of binding context. (block-scoped-var)
(#661) Operator '=' must be spaced. (space-infix-ops)
(#661) A space is required after ','. (comma-spacing)
(#661) 'f' used outside of binding context. (block-scoped-var)
(#661) A space is required after ','. (comma-spacing)
(#661) A space is required after ','. (comma-spacing)
(#661) Operator '=' must be spaced. (space-infix-ops)
(#661) 'f' used outside of binding context. (block-scoped-var)
(#661) Missing whitespace after semicolon. (semi-spacing)
(#661) Expected space(s) after "if". (keyword-spacing)
(#661) Requires a space after '{'. (block-spacing)
(#661) Statement inside of curly braces should be on next line. (brace-style)
(#661) Missing space before opening brace. (space-before-blocks)
(#661) Expected space(s) after "if". (keyword-spacing)
(#661) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#661) 'f' used outside of binding context. (block-scoped-var)
(#661) Operator '=' must be spaced. (space-infix-ops)
(#661) A space is required after ','. (comma-spacing)
(#661) Unexpected use of comma operator. (no-sequences)
(#661) A space is required after ','. (comma-spacing)
(#661) 'f' used outside of binding context. (block-scoped-var)
(#661) Expected { after 'if' condition. (curly)
(#661) Expected space(s) before "for". (keyword-spacing)
(#661) Expected space(s) after "for". (keyword-spacing)
(#661) 'f' used outside of binding context. (block-scoped-var)
(#661) Operator '=' must be spaced. (space-infix-ops)
(#661) 'f' used outside of binding context. (block-scoped-var)
(#661) A space is required after ','. (comma-spacing)
(#661) 't' used outside of binding context. (block-scoped-var)
(#661) Operator '=' must be spaced. (space-infix-ops)
(#661) Missing whitespace after semicolon. (semi-spacing)
(#661) Operator '>' must be spaced. (space-infix-ops)
(#661) 't' used outside of binding context. (block-scoped-var)
(#661) Missing whitespace after semicolon. (semi-spacing)
(#661) 't' used outside of binding context. (block-scoped-var)
(#661) Expected { after 'for' condition. (curly)
(#661) Expected space(s) before "if". (keyword-spacing)
(#661) Expected space(s) after "if". (keyword-spacing)
(#661) 'C' used outside of binding context. (block-scoped-var)
(#661) Operator '=' must be spaced. (space-infix-ops)
(#661) Operator '+' must be spaced. (space-infix-ops)
(#661) Operator '*' must be spaced. (space-infix-ops)
(#661) 't' used outside of binding context. (block-scoped-var)
(#661) A space is required after ','. (comma-spacing)
(#661) Operator '+' must be spaced. (space-infix-ops)
(#661) Operator '*' must be spaced. (space-infix-ops)
(#661) 't' used outside of binding context. (block-scoped-var)
(#661) Unexpected use of comma operator. (no-sequences)
(#661) A space is required after ','. (comma-spacing)
(#661) Operator '!==' must be spaced. (space-infix-ops)
(#661) 'C' used outside of binding context. (block-scoped-var)
(#661) Operator '&&' must be spaced. (space-infix-ops)
(#661) 'C' used outside of binding context. (block-scoped-var)
(#661) Operator '=' must be spaced. (space-infix-ops)
(#661) 'C' used outside of binding context. (block-scoped-var)
(#661) A space is required after ','. (comma-spacing)
(#661) 'C' used outside of binding context. (block-scoped-var)
(#661) Requires a space after '{'. (block-spacing)
(#661) Statement inside of curly braces should be on next line. (brace-style)
(#661) Missing space before opening brace. (space-before-blocks)
(#661) 'C' used outside of binding context. (block-scoped-var)
(#661) Operator '=' must be spaced. (space-infix-ops)
(#662) This line has a length of 522. Maximum allowed is 132. (max-len)
(#662) 'C' used outside of binding context. (block-scoped-var)
(#662) Missing whitespace after semicolon. (semi-spacing)
(#662) 'F' used outside of binding context. (block-scoped-var)
(#662) Operator '=' must be spaced. (space-infix-ops)
(#662) Missing whitespace after semicolon. (semi-spacing)
(#662) Expected space(s) after "for". (keyword-spacing)
(#662) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#662) Operator '=' must be spaced. (space-infix-ops)
(#662) A space is required after ','. (comma-spacing)
(#662) Operator '=' must be spaced. (space-infix-ops)
(#662) Missing whitespace after semicolon. (semi-spacing)
(#662) Operator '<' must be spaced. (space-infix-ops)
(#662) Missing whitespace after semicolon. (semi-spacing)
(#662) Requires a space after '{'. (block-spacing)
(#662) Statement inside of curly braces should be on next line. (brace-style)
(#662) Missing space before opening brace. (space-before-blocks)
(#662) Operator '=' must be spaced. (space-infix-ops)
(#662) Missing whitespace after semicolon. (semi-spacing)
(#662) Expected space(s) after "if". (keyword-spacing)
(#662) Operator '===' must be spaced. (space-infix-ops)
(#662) 'f' used outside of binding context. (block-scoped-var)
(#662) Operator '&&' must be spaced. (space-infix-ops)
(#662) Operator '===' must be spaced. (space-infix-ops)
(#662) 'C' used outside of binding context. (block-scoped-var)
(#662) Operator '||' must be spaced. (space-infix-ops)
(#662) Operator '===' must be spaced. (space-infix-ops)
(#662) 'C' used outside of binding context. (block-scoped-var)
(#662) Operator '&&' must be spaced. (space-infix-ops)
(#662) Operator '===' must be spaced. (space-infix-ops)
(#662) 'f' used outside of binding context. (block-scoped-var)
(#662) Requires a space after '{'. (block-spacing)
(#662) Statement inside of curly braces should be on next line. (brace-style)
(#662) Missing space before opening brace. (space-before-blocks)
(#662) 'F' used outside of binding context. (block-scoped-var)
(#662) Operator '=' must be spaced. (space-infix-ops)
(#662) Missing whitespace after semicolon. (semi-spacing)
(#662) Requires a space before '}'. (block-spacing)
(#662) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#662) Missing semicolon. (semi)
(#662) Requires a space before '}'. (block-spacing)
(#662) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#662) 'F' used outside of binding context. (block-scoped-var)
(#662) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#662) Operator '||' must be spaced. (space-infix-ops)
(#662) 'f' used outside of binding context. (block-scoped-var)
(#662) A space is required after ','. (comma-spacing)
(#662) 'C' used outside of binding context. (block-scoped-var)
(#662) Requires a space before '}'. (block-spacing)
(#662) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#662) Missing semicolon. (semi)
(#662) Requires a space before '}'. (block-spacing)
(#662) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#662) Expected space(s) before "else". (keyword-spacing)
(#662) Expected space(s) after "if". (keyword-spacing)
(#662) Expected { after 'if' condition. (curly)
(#662) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#662) Expected space(s) before "this". (keyword-spacing)
(#662) A space is required after ','. (comma-spacing)
(#662) A space is required after ','. (comma-spacing)
(#662) 'I' used outside of binding context. (block-scoped-var)
(#662) A space is required after ','. (comma-spacing)
(#662) Unexpected use of comma operator. (no-sequences)
(#662) A space is required after ','. (comma-spacing)
(#662) Operator '=' must be spaced. (space-infix-ops)
(#662) Missing whitespace after semicolon. (semi-spacing)
(#662) Expected space(s) after "if". (keyword-spacing)
(#662) Expected { after 'if' condition. (curly)
(#662) Expected space(s) before "break". (keyword-spacing)
(#662) Requires a space before '}'. (block-spacing)
(#662) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#662) Missing semicolon. (semi)
(#662) Expected space(s) before "this". (keyword-spacing)
(#662) A space is required after ','. (comma-spacing)
(#662) A space is required after ','. (comma-spacing)
(#662) 'I' used outside of binding context. (block-scoped-var)
(#662) A space is required after ','. (comma-spacing)
(#662) Missing whitespace after semicolon. (semi-spacing)
(#662) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#662) Operator '===' must be spaced. (space-infix-ops)
(#662) Operator '&&' must be spaced. (space-infix-ops)
(#662) Missing '()' invoking a constructor. (new-parens)
(#662) A space is required after ','. (comma-spacing)
(#662) Missing whitespace after semicolon. (semi-spacing)
(#662) Expected space(s) after "if". (keyword-spacing)
(#662) Expected { after 'if' condition. (curly)
(#662) Expected space(s) before "for". (keyword-spacing)
(#662) Expected space(s) after "for". (keyword-spacing)
(#662) Operator '=' must be spaced. (space-infix-ops)
(#662) A space is required after ','. (comma-spacing)
(#662) 'I' used outside of binding context. (block-scoped-var)
(#662) Operator '=' must be spaced. (space-infix-ops)
(#662) Missing whitespace after semicolon. (semi-spacing)
(#662) Operator '<' must be spaced. (space-infix-ops)
(#662) 'I' used outside of binding context. (block-scoped-var)
(#662) Missing whitespace after semicolon. (semi-spacing)
(#662) Expected { after 'for' condition. (curly)
(#662) Expected space(s) before "for". (keyword-spacing)
(#662) Expected space(s) after "for". (keyword-spacing)
(#662) Operator '=' must be spaced. (space-infix-ops)
(#662) 'I' used outside of binding context. (block-scoped-var)
(#662) A space is required after ','. (comma-spacing)
(#662) Operator '+' must be spaced. (space-infix-ops)
(#662) A space is required after ','. (comma-spacing)
(#662) Operator '=' must be spaced. (space-infix-ops)
(#662) Operator '+' must be spaced. (space-infix-ops)
(#662) Missing whitespace after semicolon. (semi-spacing)
(#662) Operator '<' must be spaced. (space-infix-ops)
(#662) Missing whitespace after semicolon. (semi-spacing)
(#662) Expected { after 'for' condition. (curly)
(#662) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#662) Operator '=' must be spaced. (space-infix-ops)
(#662) Unexpected use of comma operator. (no-sequences)
(#662) A space is required after ','. (comma-spacing)
(#662) Operator '=' must be spaced. (space-infix-ops)
(#662) A space is required after ','. (comma-spacing)
(#662) Operator '<' must be spaced. (space-infix-ops)
(#662) Operator '*' must be spaced. (space-infix-ops)
(#662) Operator '+' must be spaced. (space-infix-ops)
(#662) Operator '&&' must be spaced. (space-infix-ops)
(#663) This line has a length of 507. Maximum allowed is 132. (max-len)
(#663) A space is required after ','. (comma-spacing)
(#663) A space is required after ','. (comma-spacing)
(#663) Missing whitespace after semicolon. (semi-spacing)
(#663) Operator '=' must be spaced. (space-infix-ops)
(#663) Missing whitespace after semicolon. (semi-spacing)
(#663) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#663) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#663) Operator '&&' must be spaced. (space-infix-ops)
(#663) A space is required after ','. (comma-spacing)
(#663) Missing whitespace after semicolon. (semi-spacing)
(#663) Requires a space before '}'. (block-spacing)
(#663) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#663) Missing semicolon. (semi)
(#663) Missing whitespace after semicolon. (semi-spacing)
(#663) Operator '=' must be spaced. (space-infix-ops)
(#663) A space is required after ','. (comma-spacing)
(#663) A space is required after ','. (comma-spacing)
(#663) A space is required after ','. (comma-spacing)
(#663) Requires a space after '{'. (block-spacing)
(#663) Statement inside of curly braces should be on next line. (brace-style)
(#663) Missing space before opening brace. (space-before-blocks)
(#663) Expected space(s) after "if". (keyword-spacing)
(#663) Operator '<' must be spaced. (space-infix-ops)
(#663) Requires a space after '{'. (block-spacing)
(#663) Statement inside of curly braces should be on next line. (brace-style)
(#663) Missing space before opening brace. (space-before-blocks)
(#663) Operator '=' must be spaced. (space-infix-ops)
(#663) Operator '-' must be spaced. (space-infix-ops)
(#663) Missing whitespace after semicolon. (semi-spacing)
(#663) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#663) Operator '||' must be spaced. (space-infix-ops)
(#663) Operator '=' must be spaced. (space-infix-ops)
(#663) Operator '-' must be spaced. (space-infix-ops)
(#663) Missing whitespace after semicolon. (semi-spacing)
(#663) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#663) Operator '||' must be spaced. (space-infix-ops)
(#663) Operator '=' must be spaced. (space-infix-ops)
(#663) Operator '-' must be spaced. (space-infix-ops)
(#663) Missing whitespace after semicolon. (semi-spacing)
(#663) Expected space(s) after "for". (keyword-spacing)
(#663) Operator '=' must be spaced. (space-infix-ops)
(#663) Missing whitespace after semicolon. (semi-spacing)
(#663) Operator '>' must be spaced. (space-infix-ops)
(#663) Missing whitespace after semicolon. (semi-spacing)
(#663) Expected { after 'for' condition. (curly)
(#663) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#663) Operator '=' must be spaced. (space-infix-ops)
(#663) Unexpected use of comma operator. (no-sequences)
(#663) A space is required after ','. (comma-spacing)
(#663) Operator '=' must be spaced. (space-infix-ops)
(#663) A space is required after ','. (comma-spacing)
(#663) Operator '=' must be spaced. (space-infix-ops)
(#663) Operator '-' must be spaced. (space-infix-ops)
(#663) A space is required after ','. (comma-spacing)
(#663) Missing whitespace after semicolon. (semi-spacing)
(#663) Requires a space before '}'. (block-spacing)
(#663) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#663) Missing semicolon. (semi)
(#663) Requires a space before '}'. (block-spacing)
(#663) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#663) Missing whitespace after semicolon. (semi-spacing)
(#663) Operator '=' must be spaced. (space-infix-ops)
(#663) A space is required after ','. (comma-spacing)
(#663) Requires a space after '{'. (block-spacing)
(#663) Statement inside of curly braces should be on next line. (brace-style)
(#663) Missing space before opening brace. (space-before-blocks)
(#663) Expected space(s) after "for". (keyword-spacing)
(#663) Operator '=' must be spaced. (space-infix-ops)
(#663) A space is required after ','. (comma-spacing)
(#663) Operator '=' must be spaced. (space-infix-ops)
(#663) A space is required after ','. (comma-spacing)
(#663) Operator '=' must be spaced. (space-infix-ops)
(#663) Missing whitespace after semicolon. (semi-spacing)
(#663) Operator '<' must be spaced. (space-infix-ops)
(#663) Missing whitespace after semicolon. (semi-spacing)
(#663) Requires a space after '{'. (block-spacing)
(#663) Statement inside of curly braces should be on next line. (brace-style)
(#663) Missing space before opening brace. (space-before-blocks)
(#663) Operator '=' must be spaced. (space-infix-ops)
(#663) Missing whitespace after semicolon. (semi-spacing)
(#663) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#663) Operator '&&' must be spaced. (space-infix-ops)
(#663) Operator '||' must be spaced. (space-infix-ops)
(#663) Requires a space before '}'. (block-spacing)
(#663) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#663) Missing semicolon. (semi)
(#663) Operator '=' must be spaced. (space-infix-ops)
(#663) Missing whitespace after semicolon. (semi-spacing)
(#663) Expected space(s) after "for". (keyword-spacing)
(#663) 'p' used outside of binding context. (block-scoped-var)
(#663) Operator '=' must be spaced. (space-infix-ops)
(#663) Missing whitespace after semicolon. (semi-spacing)
(#663) Operator '<' must be spaced. (space-infix-ops)
(#663) 'p' used outside of binding context. (block-scoped-var)
(#663) Missing whitespace after semicolon. (semi-spacing)
(#663) Expected { after 'for' condition. (curly)
(#663) Expected space(s) before "if". (keyword-spacing)
(#663) Expected space(s) after "if". (keyword-spacing)
(#663) 'l' used outside of binding context. (block-scoped-var)
(#663) Operator '=' must be spaced. (space-infix-ops)
(#664) This line has a length of 356. Maximum allowed is 132. (max-len)
(#664) Unexpected use of comma operator. (no-sequences)
(#664) A space is required after ','. (comma-spacing)
(#664) 'l' used outside of binding context. (block-scoped-var)
(#664) Operator '=' must be spaced. (space-infix-ops)
(#664) A space is required after ','. (comma-spacing)
(#664) Operator '===' must be spaced. (space-infix-ops)
(#664) 'm' used outside of binding context. (block-scoped-var)
(#664) 'l' used outside of binding context. (block-scoped-var)
(#664) Expected { after 'if' condition. (curly)
(#664) Operator '=' must be spaced. (space-infix-ops)
(#664) Missing whitespace after semicolon. (semi-spacing)
(#664) Expected space(s) after "else". (keyword-spacing)
(#664) Requires a space after '{'. (block-spacing)
(#664) Statement inside of curly braces should be on next line. (brace-style)
(#664) 'r' used outside of binding context. (block-scoped-var)
(#664) Operator '=' must be spaced. (space-infix-ops)
(#664) Missing whitespace after semicolon. (semi-spacing)
(#664) Expected space(s) after "for". (keyword-spacing)
(#664) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#664) Operator '=' must be spaced. (space-infix-ops)
(#664) 'm' used outside of binding context. (block-scoped-var)
(#664) Missing whitespace after semicolon. (semi-spacing)
(#664) 'r' used outside of binding context. (block-scoped-var)
(#664) Operator '<' must be spaced. (space-infix-ops)
(#664) Missing whitespace after semicolon. (semi-spacing)
(#664) 'r' used outside of binding context. (block-scoped-var)
(#664) 'l' used outside of binding context. (block-scoped-var)
(#664) Expected { after 'for' condition. (curly)
(#664) Operator '=' must be spaced. (space-infix-ops)
(#664) 'l' used outside of binding context. (block-scoped-var)
(#664) A space is required after ','. (comma-spacing)
(#664) 'l' used outside of binding context. (block-scoped-var)
(#664) 'm' used outside of binding context. (block-scoped-var)
(#664) 'r' used outside of binding context. (block-scoped-var)
(#664) Requires a space before '}'. (block-spacing)
(#664) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#664) Missing semicolon. (semi)
(#664) Requires a space before '}'. (block-spacing)
(#664) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#664) Missing whitespace after semicolon. (semi-spacing)
(#664) Operator '=' must be spaced. (space-infix-ops)
(#664) Missing '()' invoking a constructor. (new-parens)
(#664) Missing whitespace after semicolon. (semi-spacing)
(#664) Operator '=' must be spaced. (space-infix-ops)
(#664) A space is required after ','. (comma-spacing)
(#664) Requires a space after '{'. (block-spacing)
(#664) Statement inside of curly braces should be on next line. (brace-style)
(#664) Missing space before opening brace. (space-before-blocks)
(#664) A space is required after ','. (comma-spacing)
(#664) Requires a space before '}'. (block-spacing)
(#664) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#664) Missing semicolon. (semi)
(#664) Requires a space before '}'. (block-spacing)
(#664) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#664) Missing semicolon. (semi)
(#664) A space is required after ','. (comma-spacing)
(#664) A space is required after ','. (comma-spacing)
(#664) A space is required after ','. (comma-spacing)
(#664) A space is required after ','. (comma-spacing)
(#664) A space is required after ','. (comma-spacing)
(#665) This line has a length of 513. Maximum allowed is 132. (max-len)
(#665) A space is required after ','. (comma-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Requires a space after '{'. (block-spacing)
(#665) Statement inside of curly braces should be on next line. (brace-style)
(#665) Missing space before opening brace. (space-before-blocks)
(#665) Operator '=' must be spaced. (space-infix-ops)
(#665) Missing space before value for key '@'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'A'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'B'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'C'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'D'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'E'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'F'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'G'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'H'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'I'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'a'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'b'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'c'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'd'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'e'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'f'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'g'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'h'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'i'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#665) Operator '=' must be spaced. (space-infix-ops)
(#665) Missing space before value for key '%'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'J'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'K'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'L'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'M'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'N'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'O'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'P'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'Q'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'R'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'j'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'k'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'l'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'm'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'n'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'o'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'p'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'q'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'r'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#665) Operator '=' must be spaced. (space-infix-ops)
(#665) Missing space before value for key 'S'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'T'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'U'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'V'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'W'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'X'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'Y'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 'Z'. (key-spacing)
(#665) A space is required after ','. (comma-spacing)
(#665) Missing space before value for key 's'. (key-spacing)
(#665) Missing whitespace after semicolon. (semi-spacing)
(#665) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#665) Operator '=' must be spaced. (space-infix-ops)
(#665) Unexpected empty function. (no-empty-function)
(#665) Missing space before opening brace. (space-before-blocks)
(#665) Missing whitespace after semicolon. (semi-spacing)
(#665) Operator '=' must be spaced. (space-infix-ops)
(#665) Operator '=' must be spaced. (space-infix-ops)
(#665) Missing '()' invoking a constructor. (new-parens)
(#665) Missing whitespace after semicolon. (semi-spacing)
(#665) Operator '=' must be spaced. (space-infix-ops)
(#665) Missing whitespace after semicolon. (semi-spacing)
(#665) Operator '=' must be spaced. (space-infix-ops)
(#665) Function has a complexity of 61. Maximum allowed is 20. (complexity)
(#665) Requires a space after '{'. (block-spacing)
(#665) Statement inside of curly braces should be on next line. (brace-style)
(#665) Missing space before opening brace. (space-before-blocks)
(#665) Operator '=' must be spaced. (space-infix-ops)
(#665) Requires a space after '{'. (block-spacing)
(#665) Statement inside of curly braces should be on next line. (brace-style)
(#665) Missing space before opening brace. (space-before-blocks)
(#665) Operator '!==' must be spaced. (space-infix-ops)
(#665) Operator '||' must be spaced. (space-infix-ops)
(#665) Operator '!==' must be spaced. (space-infix-ops)
(#665) Operator '||' must be spaced. (space-infix-ops)
(#665) Operator '!==' must be spaced. (space-infix-ops)
(#665) Operator '||' must be spaced. (space-infix-ops)
(#665) Operator '===' must be spaced. (space-infix-ops)
(#665) Operator '||' must be spaced. (space-infix-ops)
(#665) Operator '===' must be spaced. (space-infix-ops)
(#665) Operator '||' must be spaced. (space-infix-ops)
(#665) Operator '===' must be spaced. (space-infix-ops)
(#665) Requires a space before '}'. (block-spacing)
(#665) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#665) Missing semicolon. (semi)
(#665) Missing whitespace after semicolon. (semi-spacing)
(#665) Operator '=' must be spaced. (space-infix-ops)
(#665) A space is required after ','. (comma-spacing)
(#665) Requires a space after '{'. (block-spacing)
(#665) Statement inside of curly braces should be on next line. (brace-style)
(#665) Missing space before opening brace. (space-before-blocks)
(#665) Operator '=' must be spaced. (space-infix-ops)
(#666) This line has a length of 512. Maximum allowed is 132. (max-len)
(#666) Operator '=' must be spaced. (space-infix-ops)
(#666) Missing whitespace after semicolon. (semi-spacing)
(#666) Do not nest ternary expressions. (no-nested-ternary)
(#666) Operator '!==' must be spaced. (space-infix-ops)
(#666) Operator '?' must be spaced. (space-infix-ops)
(#666) Operator '+' must be spaced. (space-infix-ops)
(#666) Operator ':' must be spaced. (space-infix-ops)
(#666) Operator '!==' must be spaced. (space-infix-ops)
(#666) Operator '?' must be spaced. (space-infix-ops)
(#666) Operator '+' must be spaced. (space-infix-ops)
(#666) Operator '+' must be spaced. (space-infix-ops)
(#666) Operator ':' must be spaced. (space-infix-ops)
(#666) Requires a space before '}'. (block-spacing)
(#666) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#666) Missing semicolon. (semi)
(#666) Missing whitespace after semicolon. (semi-spacing)
(#666) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#666) Operator '=' must be spaced. (space-infix-ops)
(#666) Missing '()' invoking a constructor. (new-parens)
(#666) Missing whitespace after semicolon. (semi-spacing)
(#666) Expected space(s) after "if". (keyword-spacing)
(#666) Operator '===' must be spaced. (space-infix-ops)
(#666) Operator '||' must be spaced. (space-infix-ops)
(#666) Operator '===' must be spaced. (space-infix-ops)
(#666) Expected { after 'if' condition. (curly)
(#666) Expected space(s) before "return". (keyword-spacing)
(#666) Missing whitespace after semicolon. (semi-spacing)
(#666) Operator '=' must be spaced. (space-infix-ops)
(#666) Missing whitespace after semicolon. (semi-spacing)
(#666) Expected space(s) after "for". (keyword-spacing)
(#666) Operator '=' must be spaced. (space-infix-ops)
(#666) A space is required after ','. (comma-spacing)
(#666) A space is required after ','. (comma-spacing)
(#666) A space is required after ','. (comma-spacing)
(#666) A space is required after ','. (comma-spacing)
(#666) A space is required after ','. (comma-spacing)
(#666) Operator '=' must be spaced. (space-infix-ops)
(#666) A space is required after ','. (comma-spacing)
(#666) Operator '=' must be spaced. (space-infix-ops)
(#666) A space is required after ','. (comma-spacing)
(#666) Operator '=' must be spaced. (space-infix-ops)
(#666) A space is required after ','. (comma-spacing)
(#666) Operator '=' must be spaced. (space-infix-ops)
(#666) A space is required after ','. (comma-spacing)
(#666) Operator '=' must be spaced. (space-infix-ops)
(#666) A space is required after ','. (comma-spacing)
(#666) Operator '=' must be spaced. (space-infix-ops)
(#666) A space is required after ','. (comma-spacing)
(#666) Operator '=' must be spaced. (space-infix-ops)
(#666) A space is required after ','. (comma-spacing)
(#666) Operator '=' must be spaced. (space-infix-ops)
(#666) A space is required after ','. (comma-spacing)
(#666) Operator '=' must be spaced. (space-infix-ops)
(#666) Missing whitespace after semicolon. (semi-spacing)
(#666) Operator '<' must be spaced. (space-infix-ops)
(#666) Missing whitespace after semicolon. (semi-spacing)
(#666) Requires a space after '{'. (block-spacing)
(#666) Statement inside of curly braces should be on next line. (brace-style)
(#666) Missing space before opening brace. (space-before-blocks)
(#666) Operator '=' must be spaced. (space-infix-ops)
(#666) A space is required after ','. (comma-spacing)
(#666) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#666) Operator '=' must be spaced. (space-infix-ops)
(#666) Missing whitespace after semicolon. (semi-spacing)
(#666) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#666) Operator '!==' must be spaced. (space-infix-ops)
(#666) Operator '&&' must be spaced. (space-infix-ops)
(#666) Operator '=' must be spaced. (space-infix-ops)
(#666) A space is required after ','. (comma-spacing)
(#666) Missing whitespace after semicolon. (semi-spacing)
(#666) Expected space(s) after "if". (keyword-spacing)
(#666) Operator '!==' must be spaced. (space-infix-ops)
(#666) Operator '&&' must be spaced. (space-infix-ops)
(#666) Expected { after 'if' condition. (curly)
(#666) Expected space(s) before "if". (keyword-spacing)
(#666) Expected space(s) after "if". (keyword-spacing)
(#666) Operator '=' must be spaced. (space-infix-ops)
(#666) Unexpected use of comma operator. (no-sequences)
(#666) A space is required after ','. (comma-spacing)
(#666) Operator '&&' must be spaced. (space-infix-ops)
(#666) Operator '>' must be spaced. (space-infix-ops)
(#666) Operator '&&' must be spaced. (space-infix-ops)
(#666) A space is required after ','. (comma-spacing)
(#666) Operator '=' must be spaced. (space-infix-ops)
(#666) A space is required after ','. (comma-spacing)
(#666) Expected { after 'if' condition. (curly)
(#666) Operator '=' must be spaced. (space-infix-ops)
(#666) Missing whitespace after semicolon. (semi-spacing)
(#666) Expected space(s) after "if". (keyword-spacing)
(#666) Expected { after 'if' condition. (curly)
(#666) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#666) Operator '=' must be spaced. (space-infix-ops)
(#667) This line has a length of 506. Maximum allowed is 132. (max-len)
(#667) Unexpected use of comma operator. (no-sequences)
(#667) A space is required after ','. (comma-spacing)
(#667) Operator '&&' must be spaced. (space-infix-ops)
(#667) Operator '===' must be spaced. (space-infix-ops)
(#667) Operator '&&' must be spaced. (space-infix-ops)
(#667) Operator '=' must be spaced. (space-infix-ops)
(#667) A space is required after ','. (comma-spacing)
(#667) Operator '=' must be spaced. (space-infix-ops)
(#667) Missing whitespace after semicolon. (semi-spacing)
(#667) Expected space(s) after "if". (keyword-spacing)
(#667) Expected { after 'if' condition. (curly)
(#667) Operator '=' must be spaced. (space-infix-ops)
(#667) Missing whitespace after semicolon. (semi-spacing)
(#667) Expected space(s) after "else". (keyword-spacing)
(#667) Requires a space after '{'. (block-spacing)
(#667) Statement inside of curly braces should be on next line. (brace-style)
(#667) Expected space(s) after "if". (keyword-spacing)
(#667) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#667) Expected { after 'if' condition. (curly)
(#667) Expected space(s) before "if". (keyword-spacing)
(#667) Expected space(s) after "if". (keyword-spacing)
(#667) Expected { after 'if' condition. (curly)
(#667) Operator '=' must be spaced. (space-infix-ops)
(#667) Missing whitespace after semicolon. (semi-spacing)
(#667) Expected space(s) after "if". (keyword-spacing)
(#667) Expected { after 'if' condition. (curly)
(#667) Operator '=' must be spaced. (space-infix-ops)
(#667) Missing whitespace after semicolon. (semi-spacing)
(#667) Expected space(s) after "if". (keyword-spacing)
(#667) Expected { after 'if' condition. (curly)
(#667) Operator '=' must be spaced. (space-infix-ops)
(#667) Missing whitespace after semicolon. (semi-spacing)
(#667) Expected space(s) after "if". (keyword-spacing)
(#667) Expected { after 'if' condition. (curly)
(#667) Operator '=' must be spaced. (space-infix-ops)
(#667) Missing whitespace after semicolon. (semi-spacing)
(#667) Expected space(s) after "if". (keyword-spacing)
(#667) Expected { after 'if' condition. (curly)
(#667) Operator '=' must be spaced. (space-infix-ops)
(#668) This line has a length of 502. Maximum allowed is 132. (max-len)
(#668) Missing whitespace after semicolon. (semi-spacing)
(#668) Expected space(s) after "if". (keyword-spacing)
(#668) Expected { after 'if' condition. (curly)
(#668) Operator '=' must be spaced. (space-infix-ops)
(#668) Missing whitespace after semicolon. (semi-spacing)
(#668) Expected space(s) after "if". (keyword-spacing)
(#668) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#668) Expected { after 'if' condition. (curly)
(#668) Missing whitespace after semicolon. (semi-spacing)
(#668) Expected space(s) after "if". (keyword-spacing)
(#668) Expected { after 'if' condition. (curly)
(#668) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#668) Expected space(s) before "this". (keyword-spacing)
(#668) Operator '&&' must be spaced. (space-infix-ops)
(#668) Operator '=' must be spaced. (space-infix-ops)
(#668) Missing whitespace after semicolon. (semi-spacing)
(#668) Expected space(s) after "if". (keyword-spacing)
(#668) Expected { after 'if' condition. (curly)
(#668) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#668) Expected space(s) before "this". (keyword-spacing)
(#668) Operator '&&' must be spaced. (space-infix-ops)
(#668) Operator '=' must be spaced. (space-infix-ops)
(#668) A space is required after ','. (comma-spacing)
(#668) Operator '=' must be spaced. (space-infix-ops)
(#668) A space is required after ','. (comma-spacing)
(#668) Operator '=' must be spaced. (space-infix-ops)
(#668) Missing whitespace after semicolon. (semi-spacing)
(#668) Expected space(s) after "if". (keyword-spacing)
(#668) Requires a space after '{'. (block-spacing)
(#668) Statement inside of curly braces should be on next line. (brace-style)
(#668) Missing space before opening brace. (space-before-blocks)
(#668) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#668) Operator '||' must be spaced. (space-infix-ops)
(#668) Operator '=' must be spaced. (space-infix-ops)
(#668) Missing whitespace after semicolon. (semi-spacing)
(#668) Operator '=' must be spaced. (space-infix-ops)
(#668) Operator '=' must be spaced. (space-infix-ops)
(#668) Missing whitespace after semicolon. (semi-spacing)
(#668) Operator '=' must be spaced. (space-infix-ops)
(#668) Missing whitespace after semicolon. (semi-spacing)
(#668) Expected space(s) after "for". (keyword-spacing)
(#668) Operator '=' must be spaced. (space-infix-ops)
(#669) This line has a length of 501. Maximum allowed is 132. (max-len)
(#669) Operator '-' must be spaced. (space-infix-ops)
(#669) Operator '/' must be spaced. (space-infix-ops)
(#669) Operator '-' must be spaced. (space-infix-ops)
(#669) A space is required after ','. (comma-spacing)
(#669) Operator '=' must be spaced. (space-infix-ops)
(#669) Operator '-' must be spaced. (space-infix-ops)
(#669) A space is required after ','. (comma-spacing)
(#669) Operator '=' must be spaced. (space-infix-ops)
(#669) A space is required after ','. (comma-spacing)
(#669) Operator '=' must be spaced. (space-infix-ops)
(#669) A space is required after ','. (comma-spacing)
(#669) Operator '=' must be spaced. (space-infix-ops)
(#669) A space is required after ','. (comma-spacing)
(#669) Operator '=' must be spaced. (space-infix-ops)
(#669) A space is required after ','. (comma-spacing)
(#669) Operator '=' must be spaced. (space-infix-ops)
(#669) Missing whitespace after semicolon. (semi-spacing)
(#669) Operator '<' must be spaced. (space-infix-ops)
(#669) Missing whitespace after semicolon. (semi-spacing)
(#669) Requires a space after '{'. (block-spacing)
(#669) Statement inside of curly braces should be on next line. (brace-style)
(#669) Missing space before opening brace. (space-before-blocks)
(#669) Operator '=' must be spaced. (space-infix-ops)
(#669) Missing whitespace after semicolon. (semi-spacing)
(#669) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#669) Operator '=' must be spaced. (space-infix-ops)
(#669) Missing whitespace after semicolon. (semi-spacing)
(#669) Operator '=' must be spaced. (space-infix-ops)
(#669) A space is required after ','. (comma-spacing)
(#669) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#669) Operator '=' must be spaced. (space-infix-ops)
(#669) Missing whitespace after semicolon. (semi-spacing)
(#669) Expected space(s) after "for". (keyword-spacing)
(#669) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#669) Operator '=' must be spaced. (space-infix-ops)
(#669) Missing whitespace after semicolon. (semi-spacing)
(#669) Operator '<' must be spaced. (space-infix-ops)
(#669) Missing whitespace after semicolon. (semi-spacing)
(#669) Expected { after 'for' condition. (curly)
(#669) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#669) Expected space(s) before "this". (keyword-spacing)
(#669) Operator '?' must be spaced. (space-infix-ops)
(#669) Operator '<' must be spaced. (space-infix-ops)
(#669) Operator '&&' must be spaced. (space-infix-ops)
(#669) Operator '!==' must be spaced. (space-infix-ops)
(#669) Operator '||' must be spaced. (space-infix-ops)
(#669) Operator '!==' must be spaced. (space-infix-ops)
(#669) Operator '&&' must be spaced. (space-infix-ops)
(#669) A space is required after ','. (comma-spacing)
(#669) Operator '=' must be spaced. (space-infix-ops)
(#669) Operator ':' must be spaced. (space-infix-ops)
(#669) Missing whitespace after semicolon. (semi-spacing)
(#669) Missing whitespace after semicolon. (semi-spacing)
(#669) Operator '=' must be spaced. (space-infix-ops)
(#669) Operator '*' must be spaced. (space-infix-ops)
(#669) Operator '-' must be spaced. (space-infix-ops)
(#669) Missing whitespace after semicolon. (semi-spacing)
(#669) Operator '=' must be spaced. (space-infix-ops)
(#669) Missing whitespace after semicolon. (semi-spacing)
(#669) Expected space(s) after "for". (keyword-spacing)
(#669) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#669) Operator '=' must be spaced. (space-infix-ops)
(#669) Missing whitespace after semicolon. (semi-spacing)
(#669) Operator '<' must be spaced. (space-infix-ops)
(#669) Missing whitespace after semicolon. (semi-spacing)
(#669) Expected { after 'for' condition. (curly)
(#669) Expected space(s) before "if". (keyword-spacing)
(#669) Expected space(s) after "if". (keyword-spacing)
(#669) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#669) Operator '=' must be spaced. (space-infix-ops)
(#669) Unexpected use of comma operator. (no-sequences)
(#669) A space is required after ','. (comma-spacing)
(#669) Operator '!==' must be spaced. (space-infix-ops)
(#669) Expected { after 'if' condition. (curly)
(#669) Expected space(s) before "for". (keyword-spacing)
(#669) Expected space(s) after "for". (keyword-spacing)
(#669) Blocks are nested too deeply (7). Maximum allowed is 4. (max-depth)
(#669) Operator '=' must be spaced. (space-infix-ops)
(#669) Operator '+' must be spaced. (space-infix-ops)
(#669) Operator '-' must be spaced. (space-infix-ops)
(#669) A space is required after ','. (comma-spacing)
(#669) Operator '=' must be spaced. (space-infix-ops)
(#669) Missing whitespace after semicolon. (semi-spacing)
(#669) Operator '<' must be spaced. (space-infix-ops)
(#669) Missing whitespace after semicolon. (semi-spacing)
(#669) Expected { after 'for' condition. (curly)
(#669) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#669) Operator '+=' must be spaced. (space-infix-ops)
(#669) Unexpected use of comma operator. (no-sequences)
(#669) A space is required after ','. (comma-spacing)
(#669) Operator '=' must be spaced. (space-infix-ops)
(#669) A space is required after ','. (comma-spacing)
(#669) A space is required after ','. (comma-spacing)
(#669) Operator '=' must be spaced. (space-infix-ops)
(#669) Operator '*' must be spaced. (space-infix-ops)
(#669) A space is required after ','. (comma-spacing)
(#669) Operator '-' must be spaced. (space-infix-ops)
(#669) Operator '=' must be spaced. (space-infix-ops)
(#669) Operator '/' must be spaced. (space-infix-ops)
(#669) A space is required after ','. (comma-spacing)
(#670) This line has a length of 509. Maximum allowed is 132. (max-len)
(#670) Expected { after 'else'. (curly)
(#670) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#670) Operator '!==' must be spaced. (space-infix-ops)
(#670) Operator '&&' must be spaced. (space-infix-ops)
(#670) Operator '?' must be spaced. (space-infix-ops)
(#670) Operator '=' must be spaced. (space-infix-ops)
(#670) A space is required after ','. (comma-spacing)
(#670) Operator '*' must be spaced. (space-infix-ops)
(#670) Operator ':' must be spaced. (space-infix-ops)
(#670) Operator '=' must be spaced. (space-infix-ops)
(#670) Operator '!==' must be spaced. (space-infix-ops)
(#670) A space is required after ','. (comma-spacing)
(#670) Operator '=' must be spaced. (space-infix-ops)
(#670) A space is required after ','. (comma-spacing)
(#670) Operator '+=' must be spaced. (space-infix-ops)
(#670) A space is required after ','. (comma-spacing)
(#670) Operator '=' must be spaced. (space-infix-ops)
(#670) A space is required after ','. (comma-spacing)
(#670) A space is required after ','. (comma-spacing)
(#670) Operator '=' must be spaced. (space-infix-ops)
(#670) Operator '*' must be spaced. (space-infix-ops)
(#670) A space is required after ','. (comma-spacing)
(#670) Operator '/' must be spaced. (space-infix-ops)
(#670) A space is required after ','. (comma-spacing)
(#670) Requires a space before '}'. (block-spacing)
(#670) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#670) Missing semicolon. (semi)
(#670) Expected space(s) before "if". (keyword-spacing)
(#670) Expected space(s) after "if". (keyword-spacing)
(#670) Operator '!==' must be spaced. (space-infix-ops)
(#670) Expected { after 'if' condition. (curly)
(#670) Expected space(s) before "for". (keyword-spacing)
(#670) Expected space(s) after "for". (keyword-spacing)
(#670) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#670) Operator '=' must be spaced. (space-infix-ops)
(#670) Operator '-' must be spaced. (space-infix-ops)
(#670) Operator '-' must be spaced. (space-infix-ops)
(#670) A space is required after ','. (comma-spacing)
(#670) Operator '=' must be spaced. (space-infix-ops)
(#670) A space is required after ','. (comma-spacing)
(#670) 'S' used outside of binding context. (block-scoped-var)
(#670) Operator '=' must be spaced. (space-infix-ops)
(#670) Missing whitespace after semicolon. (semi-spacing)
(#670) Operator '<' must be spaced. (space-infix-ops)
(#670) 'S' used outside of binding context. (block-scoped-var)
(#670) Missing whitespace after semicolon. (semi-spacing)
(#670) Expected { after 'for' condition. (curly)
(#670) Operator '+=' must be spaced. (space-infix-ops)
(#670) Requires a space before '}'. (block-spacing)
(#670) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#670) Missing semicolon. (semi)
(#670) Expected space(s) before "else". (keyword-spacing)
(#670) Expected space(s) after "if". (keyword-spacing)
(#670) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#670) Expected { after 'if' condition. (curly)
(#670) Expected space(s) before "for". (keyword-spacing)
(#670) Expected space(s) after "for". (keyword-spacing)
(#670) Operator '=' must be spaced. (space-infix-ops)
(#670) A space is required after ','. (comma-spacing)
(#670) Operator '=' must be spaced. (space-infix-ops)
(#670) A space is required after ','. (comma-spacing)
(#670) Operator '=' must be spaced. (space-infix-ops)
(#670) A space is required after ','. (comma-spacing)
(#670) Operator '=' must be spaced. (space-infix-ops)
(#670) A space is required after ','. (comma-spacing)
(#670) 'S' used outside of binding context. (block-scoped-var)
(#670) Operator '=' must be spaced. (space-infix-ops)
(#670) A space is required after ','. (comma-spacing)
(#670) 'Y' used outside of binding context. (block-scoped-var)
(#670) Operator '=' must be spaced. (space-infix-ops)
(#670) Missing whitespace after semicolon. (semi-spacing)
(#670) 'S' used outside of binding context. (block-scoped-var)
(#670) Operator '<' must be spaced. (space-infix-ops)
(#670) 'Y' used outside of binding context. (block-scoped-var)
(#670) Missing whitespace after semicolon. (semi-spacing)
(#670) 'S' used outside of binding context. (block-scoped-var)
(#670) Expected { after 'for' condition. (curly)
(#670) Expected space(s) before "for". (keyword-spacing)
(#670) Expected space(s) after "for". (keyword-spacing)
(#670) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#670) 'ba' used outside of binding context. (block-scoped-var)
(#670) Operator '=' must be spaced. (space-infix-ops)
(#670) 'S' used outside of binding context. (block-scoped-var)
(#670) A space is required after ','. (comma-spacing)
(#670) 'X' used outside of binding context. (block-scoped-var)
(#670) Operator '=' must be spaced. (space-infix-ops)
(#670) A space is required after ','. (comma-spacing)
(#670) 'ca' used outside of binding context. (block-scoped-var)
(#670) Operator '=' must be spaced. (space-infix-ops)
(#670) 'ba' used outside of binding context. (block-scoped-var)
(#670) Missing whitespace after semicolon. (semi-spacing)
(#670) 'X' used outside of binding context. (block-scoped-var)
(#670) Operator '+' must be spaced. (space-infix-ops)
(#670) Operator '<' must be spaced. (space-infix-ops)
(#670) 'ca' used outside of binding context. (block-scoped-var)
(#670) Missing whitespace after semicolon. (semi-spacing)
(#670) 'X' used outside of binding context. (block-scoped-var)
(#670) Operator '+=' must be spaced. (space-infix-ops)
(#670) Expected { after 'for' condition. (curly)
(#670) 'ba' used outside of binding context. (block-scoped-var)
(#670) 'X' used outside of binding context. (block-scoped-var)
(#670) A space is required after ','. (comma-spacing)
(#670) 'ba' used outside of binding context. (block-scoped-var)
(#670) 'X' used outside of binding context. (block-scoped-var)
(#670) Operator '+' must be spaced. (space-infix-ops)
(#670) Missing whitespace after semicolon. (semi-spacing)
(#670) Expected space(s) after "if". (keyword-spacing)
(#670) Expected { after 'if' condition. (curly)
(#670) Expected space(s) before "for". (keyword-spacing)
(#670) Expected space(s) after "for". (keyword-spacing)
(#670) Operator '=' must be spaced. (space-infix-ops)
(#671) This line has a length of 531. Maximum allowed is 132. (max-len)
(#671) Missing '()' invoking a constructor. (new-parens)
(#671) A space is required after ','. (comma-spacing)
(#671) Operator '=' must be spaced. (space-infix-ops)
(#671) A space is required after ','. (comma-spacing)
(#671) Operator '=' must be spaced. (space-infix-ops)
(#671) A space is required after ','. (comma-spacing)
(#671) 'S' used outside of binding context. (block-scoped-var)
(#671) Operator '=' must be spaced. (space-infix-ops)
(#671) A space is required after ','. (comma-spacing)
(#671) 'Y' used outside of binding context. (block-scoped-var)
(#671) Operator '=' must be spaced. (space-infix-ops)
(#671) Missing whitespace after semicolon. (semi-spacing)
(#671) 'S' used outside of binding context. (block-scoped-var)
(#671) Operator '<' must be spaced. (space-infix-ops)
(#671) 'Y' used outside of binding context. (block-scoped-var)
(#671) Missing whitespace after semicolon. (semi-spacing)
(#671) 'S' used outside of binding context. (block-scoped-var)
(#671) 'ba' used outside of binding context. (block-scoped-var)
(#671) Expected { after 'for' condition. (curly)
(#671) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#671) Operator '=' must be spaced. (space-infix-ops)
(#671) 'S' used outside of binding context. (block-scoped-var)
(#671) Unexpected use of comma operator. (no-sequences)
(#671) A space is required after ','. (comma-spacing)
(#671) 'ba' used outside of binding context. (block-scoped-var)
(#671) Missing whitespace after semicolon. (semi-spacing)
(#671) Expected space(s) after "if". (keyword-spacing)
(#671) Expected { after 'if' condition. (curly)
(#671) Expected space(s) before "for". (keyword-spacing)
(#671) Expected space(s) after "for". (keyword-spacing)
(#671) Operator '=' must be spaced. (space-infix-ops)
(#671) A space is required after ','. (comma-spacing)
(#671) Operator '=' must be spaced. (space-infix-ops)
(#671) A space is required after ','. (comma-spacing)
(#671) 'S' used outside of binding context. (block-scoped-var)
(#671) Operator '=' must be spaced. (space-infix-ops)
(#671) A space is required after ','. (comma-spacing)
(#671) 'Y' used outside of binding context. (block-scoped-var)
(#671) Operator '=' must be spaced. (space-infix-ops)
(#671) Missing whitespace after semicolon. (semi-spacing)
(#671) 'S' used outside of binding context. (block-scoped-var)
(#671) Operator '<' must be spaced. (space-infix-ops)
(#671) 'Y' used outside of binding context. (block-scoped-var)
(#671) Missing whitespace after semicolon. (semi-spacing)
(#671) 'S' used outside of binding context. (block-scoped-var)
(#671) 'ba' used outside of binding context. (block-scoped-var)
(#671) Expected { after 'for' condition. (curly)
(#671) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#671) Operator '=' must be spaced. (space-infix-ops)
(#671) 'S' used outside of binding context. (block-scoped-var)
(#671) Unexpected use of comma operator. (no-sequences)
(#671) A space is required after ','. (comma-spacing)
(#671) 'X' used outside of binding context. (block-scoped-var)
(#671) Operator '=' must be spaced. (space-infix-ops)
(#671) A space is required after ','. (comma-spacing)
(#671) Operator '===' must be spaced. (space-infix-ops)
(#671) 'ba' used outside of binding context. (block-scoped-var)
(#671) Operator '?' must be spaced. (space-infix-ops)
(#671) 'X' used outside of binding context. (block-scoped-var)
(#671) Operator '=' must be spaced. (space-infix-ops)
(#671) Operator ':' must be spaced. (space-infix-ops)
(#671) Operator '===' must be spaced. (space-infix-ops)
(#671) 'ba' used outside of binding context. (block-scoped-var)
(#671) Operator '&&' must be spaced. (space-infix-ops)
(#671) 'X' used outside of binding context. (block-scoped-var)
(#671) Operator '=' must be spaced. (space-infix-ops)
(#671) A space is required after ','. (comma-spacing)
(#671) 'ba' used outside of binding context. (block-scoped-var)
(#671) Operator '-' must be spaced. (space-infix-ops)
(#671) A space is required after ','. (comma-spacing)
(#671) 'ba' used outside of binding context. (block-scoped-var)
(#671) Operator '-' must be spaced. (space-infix-ops)
(#671) A space is required after ','. (comma-spacing)
(#671) 'X' used outside of binding context. (block-scoped-var)
(#671) Missing whitespace after semicolon. (semi-spacing)
(#671) Expected space(s) after "if". (keyword-spacing)
(#671) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#671) Operator '&&' must be spaced. (space-infix-ops)
(#671) Requires a space after '{'. (block-spacing)
(#671) Statement inside of curly braces should be on next line. (brace-style)
(#671) Missing space before opening brace. (space-before-blocks)
(#671) Operator '=' must be spaced. (space-infix-ops)
(#671) Missing whitespace after semicolon. (semi-spacing)
(#671) Operator '=' must be spaced. (space-infix-ops)
(#671) Missing whitespace after semicolon. (semi-spacing)
(#671) 'S' used outside of binding context. (block-scoped-var)
(#671) Operator '=' must be spaced. (space-infix-ops)
(#671) Missing whitespace after semicolon. (semi-spacing)
(#671) Expected space(s) after "for". (keyword-spacing)
(#671) 'Y' used outside of binding context. (block-scoped-var)
(#671) Operator '=' must be spaced. (space-infix-ops)
(#671) Missing whitespace after semicolon. (semi-spacing)
(#671) 'S' used outside of binding context. (block-scoped-var)
(#671) Operator '<' must be spaced. (space-infix-ops)
(#671) 'Y' used outside of binding context. (block-scoped-var)
(#671) Missing whitespace after semicolon. (semi-spacing)
(#671) 'S' used outside of binding context. (block-scoped-var)
(#671) 'ba' used outside of binding context. (block-scoped-var)
(#671) Expected { after 'for' condition. (curly)
(#671) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#671) Operator '=' must be spaced. (space-infix-ops)
(#671) 'S' used outside of binding context. (block-scoped-var)
(#671) Unexpected use of comma operator. (no-sequences)
(#671) A space is required after ','. (comma-spacing)
(#671) 'X' used outside of binding context. (block-scoped-var)
(#671) Operator '=' must be spaced. (space-infix-ops)
(#671) 'ba' used outside of binding context. (block-scoped-var)
(#671) Operator '-' must be spaced. (space-infix-ops)
(#672) This line has a length of 531. Maximum allowed is 132. (max-len)
(#672) A space is required after ','. (comma-spacing)
(#672) 'X' used outside of binding context. (block-scoped-var)
(#672) Operator '=' must be spaced. (space-infix-ops)
(#672) 'ba' used outside of binding context. (block-scoped-var)
(#672) A space is required after ','. (comma-spacing)
(#672) 'X' used outside of binding context. (block-scoped-var)
(#672) Operator '=' must be spaced. (space-infix-ops)
(#672) 'ba' used outside of binding context. (block-scoped-var)
(#672) A space is required after ','. (comma-spacing)
(#672) Operator '==' must be spaced. (space-infix-ops)
(#672) 'ba' used outside of binding context. (block-scoped-var)
(#672) Operator '&&' must be spaced. (space-infix-ops)
(#672) 'X' used outside of binding context. (block-scoped-var)
(#672) Operator '=' must be spaced. (space-infix-ops)
(#672) 'ba' used outside of binding context. (block-scoped-var)
(#672) Missing whitespace after semicolon. (semi-spacing)
(#672) Requires a space before '}'. (block-spacing)
(#672) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#672) Missing semicolon. (semi)
(#672) Expected space(s) before "else". (keyword-spacing)
(#672) Expected space(s) after "if". (keyword-spacing)
(#672) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#672) Expected { after 'if' condition. (curly)
(#672) Expected space(s) before "for". (keyword-spacing)
(#672) Expected space(s) after "for". (keyword-spacing)
(#672) Operator '=' must be spaced. (space-infix-ops)
(#672) A space is required after ','. (comma-spacing)
(#672) Operator '=' must be spaced. (space-infix-ops)
(#672) A space is required after ','. (comma-spacing)
(#672) Operator '=' must be spaced. (space-infix-ops)
(#672) A space is required after ','. (comma-spacing)
(#672) 'S' used outside of binding context. (block-scoped-var)
(#672) Operator '=' must be spaced. (space-infix-ops)
(#672) A space is required after ','. (comma-spacing)
(#672) 'Y' used outside of binding context. (block-scoped-var)
(#672) Operator '=' must be spaced. (space-infix-ops)
(#672) Missing whitespace after semicolon. (semi-spacing)
(#672) 'S' used outside of binding context. (block-scoped-var)
(#672) Operator '<' must be spaced. (space-infix-ops)
(#672) 'Y' used outside of binding context. (block-scoped-var)
(#672) Missing whitespace after semicolon. (semi-spacing)
(#672) 'S' used outside of binding context. (block-scoped-var)
(#672) Requires a space after '{'. (block-spacing)
(#672) Statement inside of curly braces should be on next line. (brace-style)
(#672) Missing space before opening brace. (space-before-blocks)
(#672) 'ca' used outside of binding context. (block-scoped-var)
(#672) Operator '=' must be spaced. (space-infix-ops)
(#672) 'S' used outside of binding context. (block-scoped-var)
(#672) Missing whitespace after semicolon. (semi-spacing)
(#672) 'ba' used outside of binding context. (block-scoped-var)
(#672) Operator '=' must be spaced. (space-infix-ops)
(#672) 'ca' used outside of binding context. (block-scoped-var)
(#672) Missing whitespace after semicolon. (semi-spacing)
(#672) 'X' used outside of binding context. (block-scoped-var)
(#672) Operator '=' must be spaced. (space-infix-ops)
(#672) 'ca' used outside of binding context. (block-scoped-var)
(#672) Missing whitespace after semicolon. (semi-spacing)
(#672) 'ca' used outside of binding context. (block-scoped-var)
(#672) Operator '=' must be spaced. (space-infix-ops)
(#672) 'ca' used outside of binding context. (block-scoped-var)
(#672) Operator '-' must be spaced. (space-infix-ops)
(#672) Missing whitespace after semicolon. (semi-spacing)
(#672) 'ia' used outside of binding context. (block-scoped-var)
(#672) Operator '=' must be spaced. (space-infix-ops)
(#672) Missing whitespace after semicolon. (semi-spacing)
(#672) 'W' used outside of binding context. (block-scoped-var)
(#672) Operator '=' must be spaced. (space-infix-ops)
(#672) Missing whitespace after semicolon. (semi-spacing)
(#672) Expected space(s) after "for". (keyword-spacing)
(#672) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#672) 'Z' used outside of binding context. (block-scoped-var)
(#672) Operator '=' must be spaced. (space-infix-ops)
(#672) Missing whitespace after semicolon. (semi-spacing)
(#672) 'W' used outside of binding context. (block-scoped-var)
(#672) Operator '<' must be spaced. (space-infix-ops)
(#672) 'Z' used outside of binding context. (block-scoped-var)
(#672) Missing whitespace after semicolon. (semi-spacing)
(#672) 'W' used outside of binding context. (block-scoped-var)
(#672) Expected { after 'for' condition. (curly)
(#672) Expected space(s) before "if". (keyword-spacing)
(#672) Expected space(s) after "if". (keyword-spacing)
(#672) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#672) 'oa' used outside of binding context. (block-scoped-var)
(#672) Operator '=' must be spaced. (space-infix-ops)
(#672) 'W' used outside of binding context. (block-scoped-var)
(#672) Unexpected use of comma operator. (no-sequences)
(#672) A space is required after ','. (comma-spacing)
(#672) 'oa' used outside of binding context. (block-scoped-var)
(#672) Operator '===' must be spaced. (space-infix-ops)
(#672) 'ba' used outside of binding context. (block-scoped-var)
(#672) Requires a space after '{'. (block-spacing)
(#672) Statement inside of curly braces should be on next line. (brace-style)
(#672) Missing space before opening brace. (space-before-blocks)
(#672) 'oa' used outside of binding context. (block-scoped-var)
(#672) 'ca' used outside of binding context. (block-scoped-var)
(#672) Missing whitespace after semicolon. (semi-spacing)
(#672) 'ca' used outside of binding context. (block-scoped-var)
(#672) Operator '=' must be spaced. (space-infix-ops)
(#672) 'oa' used outside of binding context. (block-scoped-var)
(#672) Missing whitespace after semicolon. (semi-spacing)
(#672) 'ia' used outside of binding context. (block-scoped-var)
(#672) Operator '=' must be spaced. (space-infix-ops)
(#672) Missing whitespace after semicolon. (semi-spacing)
(#672) Requires a space before '}'. (block-spacing)
(#672) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#672) Missing semicolon. (semi)
(#672) 'ia' used outside of binding context. (block-scoped-var)
(#672) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#672) Operator '||' must be spaced. (space-infix-ops)
(#672) 'ba' used outside of binding context. (block-scoped-var)
(#672) Operator '=' must be spaced. (space-infix-ops)
(#672) 'ba' used outside of binding context. (block-scoped-var)
(#672) Missing space before value for key 'x'. (key-spacing)
(#672) A space is required after ','. (comma-spacing)
(#672) 'X' used outside of binding context. (block-scoped-var)
(#672) Missing space before value for key 'y'. (key-spacing)
(#672) A space is required after ','. (comma-spacing)
(#672) Missing space before value for key 'as'. (key-spacing)
(#672) 'ca' used outside of binding context. (block-scoped-var)
(#672) A space is required after ','. (comma-spacing)
(#672) 'ca' used outside of binding context. (block-scoped-var)
(#672) Operator '=' must be spaced. (space-infix-ops)
(#672) 'ba' used outside of binding context. (block-scoped-var)
(#672) A space is required after ','. (comma-spacing)
(#672) 'ba' used outside of binding context. (block-scoped-var)
(#672) Requires a space before '}'. (block-spacing)
(#672) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#672) Missing semicolon. (semi)
(#672) Requires a space before '}'. (block-spacing)
(#672) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#672) Expected space(s) before "else". (keyword-spacing)
(#672) Expected { after 'else'. (curly)
(#672) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#672) Operator '=' must be spaced. (space-infix-ops)
(#673) This line has a length of 508. Maximum allowed is 132. (max-len)
(#673) Unexpected use of comma operator. (no-sequences)
(#673) A space is required after ','. (comma-spacing)
(#673) Operator '!==' must be spaced. (space-infix-ops)
(#673) Operator '&&' must be spaced. (space-infix-ops)
(#673) Operator '!==' must be spaced. (space-infix-ops)
(#673) Operator '&&' must be spaced. (space-infix-ops)
(#673) A space is required after ','. (comma-spacing)
(#673) Requires a space before '}'. (block-spacing)
(#673) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#673) Missing semicolon. (semi)
(#673) Missing whitespace after semicolon. (semi-spacing)
(#673) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#673) Requires a space before '}'. (block-spacing)
(#673) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#673) Missing semicolon. (semi)
(#673) Missing whitespace after semicolon. (semi-spacing)
(#673) Operator '=' must be spaced. (space-infix-ops)
(#673) A space is required after ','. (comma-spacing)
(#673) Requires a space after '{'. (block-spacing)
(#673) Statement inside of curly braces should be on next line. (brace-style)
(#673) Missing space before opening brace. (space-before-blocks)
(#673) Operator '=' must be spaced. (space-infix-ops)
(#673) Missing whitespace after semicolon. (semi-spacing)
(#673) Operator '=' must be spaced. (space-infix-ops)
(#673) A space is required after ','. (comma-spacing)
(#673) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#673) Operator '=' must be spaced. (space-infix-ops)
(#673) Operator '+' must be spaced. (space-infix-ops)
(#673) A space is required after ','. (comma-spacing)
(#673) A space is required after ','. (comma-spacing)
(#673) Missing whitespace after semicolon. (semi-spacing)
(#673) Identifier 'atoms_displayTerminalCarbonLabels_2D' is not in camel case. (camelcase)
(#673) Operator '=' must be spaced. (space-infix-ops)
(#673) Missing whitespace after semicolon. (semi-spacing)
(#673) Identifier 'atoms_displayImplicitHydrogens_2D' is not in camel case. (camelcase)
(#673) Operator '=' must be spaced. (space-infix-ops)
(#673) Missing whitespace after semicolon. (semi-spacing)
(#673) Operator '=' must be spaced. (space-infix-ops)
(#673) Requires a space after '{'. (block-spacing)
(#673) Statement inside of curly braces should be on next line. (brace-style)
(#673) Missing space before opening brace. (space-before-blocks)
(#673) Expected space(s) after "if". (keyword-spacing)
(#673) Operator '!==' must be spaced. (space-infix-ops)
(#673) Requires a space after '{'. (block-spacing)
(#673) Statement inside of curly braces should be on next line. (brace-style)
(#673) Missing space before opening brace. (space-before-blocks)
(#673) Operator '=' must be spaced. (space-infix-ops)
(#673) Missing whitespace after semicolon. (semi-spacing)
(#673) Expected space(s) after "for". (keyword-spacing)
(#673) Operator '=' must be spaced. (space-infix-ops)
(#673) Missing whitespace after semicolon. (semi-spacing)
(#673) Operator '<' must be spaced. (space-infix-ops)
(#673) Missing whitespace after semicolon. (semi-spacing)
(#673) Expected { after 'for' condition. (curly)
(#673) Expected space(s) before "this". (keyword-spacing)
(#673) Operator '=' must be spaced. (space-infix-ops)
(#673) Missing whitespace after semicolon. (semi-spacing)
(#673) Operator '=' must be spaced. (space-infix-ops)
(#673) Missing whitespace after semicolon. (semi-spacing)
(#673) Missing whitespace after semicolon. (semi-spacing)
(#673) Requires a space before '}'. (block-spacing)
(#673) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#673) Missing semicolon. (semi)
(#673) Requires a space before '}'. (block-spacing)
(#673) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#673) Missing whitespace after semicolon. (semi-spacing)
(#673) Operator '=' must be spaced. (space-infix-ops)
(#674) This line has a length of 511. Maximum allowed is 132. (max-len)
(#674) Operator '=' must be spaced. (space-infix-ops)
(#674) Requires a space after '{'. (block-spacing)
(#674) Statement inside of curly braces should be on next line. (brace-style)
(#674) Missing space before opening brace. (space-before-blocks)
(#674) Expected space(s) after "if". (keyword-spacing)
(#674) Operator '!==' must be spaced. (space-infix-ops)
(#674) Requires a space after '{'. (block-spacing)
(#674) Statement inside of curly braces should be on next line. (brace-style)
(#674) Missing space before opening brace. (space-before-blocks)
(#674) Expected space(s) after "for". (keyword-spacing)
(#674) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#674) Operator '=' must be spaced. (space-infix-ops)
(#674) A space is required after ','. (comma-spacing)
(#674) Operator '=' must be spaced. (space-infix-ops)
(#674) A space is required after ','. (comma-spacing)
(#674) Operator '=' must be spaced. (space-infix-ops)
(#674) Missing whitespace after semicolon. (semi-spacing)
(#674) Operator '<' must be spaced. (space-infix-ops)
(#674) Missing whitespace after semicolon. (semi-spacing)
(#674) Requires a space after '{'. (block-spacing)
(#674) Statement inside of curly braces should be on next line. (brace-style)
(#674) Missing space before opening brace. (space-before-blocks)
(#674) Operator '=' must be spaced. (space-infix-ops)
(#674) Missing whitespace after semicolon. (semi-spacing)
(#674) Operator '=' must be spaced. (space-infix-ops)
(#674) Missing whitespace after semicolon. (semi-spacing)
(#674) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#674) Operator '&&' must be spaced. (space-infix-ops)
(#674) Operator '===' must be spaced. (space-infix-ops)
(#674) Operator '||' must be spaced. (space-infix-ops)
(#674) Operator '<' must be spaced. (space-infix-ops)
(#674) Operator '&&' must be spaced. (space-infix-ops)
(#674) Operator '=' must be spaced. (space-infix-ops)
(#674) Requires a space before '}'. (block-spacing)
(#674) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#674) Missing semicolon. (semi)
(#674) Operator '=' must be spaced. (space-infix-ops)
(#674) Missing whitespace after semicolon. (semi-spacing)
(#674) Expected space(s) after "if". (keyword-spacing)
(#674) Operator '>' must be spaced. (space-infix-ops)
(#674) 'y' used outside of binding context. (block-scoped-var)
(#674) Requires a space after '{'. (block-spacing)
(#674) Statement inside of curly braces should be on next line. (brace-style)
(#674) Missing space before opening brace. (space-before-blocks)
(#674) Operator '=' must be spaced. (space-infix-ops)
(#674) Missing whitespace after semicolon. (semi-spacing)
(#674) Expected space(s) after "for". (keyword-spacing)
(#674) 'x' used outside of binding context. (block-scoped-var)
(#674) Operator '=' must be spaced. (space-infix-ops)
(#674) 'y' used outside of binding context. (block-scoped-var)
(#674) Missing whitespace after semicolon. (semi-spacing)
(#674) Operator '<' must be spaced. (space-infix-ops)
(#674) 'x' used outside of binding context. (block-scoped-var)
(#674) Missing whitespace after semicolon. (semi-spacing)
(#674) 'y' used outside of binding context. (block-scoped-var)
(#674) Expected { after 'for' condition. (curly)
(#674) Operator '=' must be spaced. (space-infix-ops)
(#674) Missing whitespace after semicolon. (semi-spacing)
(#674) Operator '=' must be spaced. (space-infix-ops)
(#674) 'y' used outside of binding context. (block-scoped-var)
(#674) Requires a space before '}'. (block-spacing)
(#674) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#674) Missing semicolon. (semi)
(#674) Expected space(s) before "this". (keyword-spacing)
(#674) Missing whitespace after semicolon. (semi-spacing)
(#674) Requires a space before '}'. (block-spacing)
(#674) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#674) Missing semicolon. (semi)
(#674) Requires a space before '}'. (block-spacing)
(#674) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#674) Missing whitespace after semicolon. (semi-spacing)
(#674) Operator '=' must be spaced. (space-infix-ops)
(#674) Missing whitespace after semicolon. (semi-spacing)
(#674) Operator '=' must be spaced. (space-infix-ops)
(#674) A space is required after ','. (comma-spacing)
(#674) Requires a space after '{'. (block-spacing)
(#674) Statement inside of curly braces should be on next line. (brace-style)
(#674) Missing space before opening brace. (space-before-blocks)
(#674) Expected space(s) after "if". (keyword-spacing)
(#674) Operator '!==' must be spaced. (space-infix-ops)
(#674) Expected { after 'if' condition. (curly)
(#674) Expected space(s) before "for". (keyword-spacing)
(#674) Expected space(s) after "for". (keyword-spacing)
(#674) Operator '=' must be spaced. (space-infix-ops)
(#674) A space is required after ','. (comma-spacing)
(#674) Operator '=' must be spaced. (space-infix-ops)
(#674) Missing whitespace after semicolon. (semi-spacing)
(#674) Operator '<' must be spaced. (space-infix-ops)
(#675) This line has a length of 506. Maximum allowed is 132. (max-len)
(#675) Missing whitespace after semicolon. (semi-spacing)
(#675) Expected { after 'for' condition. (curly)
(#675) Expected space(s) before "this". (keyword-spacing)
(#675) A space is required after ','. (comma-spacing)
(#675) Requires a space before '}'. (block-spacing)
(#675) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#675) Missing semicolon. (semi)
(#675) Missing whitespace after semicolon. (semi-spacing)
(#675) Operator '=' must be spaced. (space-infix-ops)
(#675) Operator '+' must be spaced. (space-infix-ops)
(#675) A space is required after ','. (comma-spacing)
(#675) A space is required after ','. (comma-spacing)
(#675) Missing whitespace after semicolon. (semi-spacing)
(#675) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#675) Identifier 'plots_showYAxis' is not in camel case. (camelcase)
(#675) Operator '=' must be spaced. (space-infix-ops)
(#675) Missing whitespace after semicolon. (semi-spacing)
(#675) Identifier 'plots_flipXAxis' is not in camel case. (camelcase)
(#675) Operator '=' must be spaced. (space-infix-ops)
(#675) Missing whitespace after semicolon. (semi-spacing)
(#675) Operator '=' must be spaced. (space-infix-ops)
(#675) Requires a space after '{'. (block-spacing)
(#675) Statement inside of curly braces should be on next line. (brace-style)
(#675) Missing space before opening brace. (space-before-blocks)
(#675) Expected space(s) after "if". (keyword-spacing)
(#675) Operator '&&' must be spaced. (space-infix-ops)
(#675) Requires a space after '{'. (block-spacing)
(#675) Statement inside of curly braces should be on next line. (brace-style)
(#675) Missing space before opening brace. (space-before-blocks)
(#675) Operator '=' must be spaced. (space-infix-ops)
(#675) Missing whitespace after semicolon. (semi-spacing)
(#675) Expected space(s) after "for". (keyword-spacing)
(#675) Operator '=' must be spaced. (space-infix-ops)
(#675) Missing whitespace after semicolon. (semi-spacing)
(#675) Operator '<' must be spaced. (space-infix-ops)
(#675) Missing whitespace after semicolon. (semi-spacing)
(#675) Expected { after 'for' condition. (curly)
(#675) Operator '=' must be spaced. (space-infix-ops)
(#675) Missing whitespace after semicolon. (semi-spacing)
(#675) Operator '=' must be spaced. (space-infix-ops)
(#675) Missing whitespace after semicolon. (semi-spacing)
(#675) Missing whitespace after semicolon. (semi-spacing)
(#675) Requires a space before '}'. (block-spacing)
(#675) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#675) Missing semicolon. (semi)
(#675) Requires a space before '}'. (block-spacing)
(#675) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#675) Missing whitespace after semicolon. (semi-spacing)
(#675) Operator '=' must be spaced. (space-infix-ops)
(#675) Missing whitespace after semicolon. (semi-spacing)
(#675) Operator '=' must be spaced. (space-infix-ops)
(#675) Requires a space after '{'. (block-spacing)
(#675) Statement inside of curly braces should be on next line. (brace-style)
(#675) Missing space before opening brace. (space-before-blocks)
(#675) Expected space(s) after "if". (keyword-spacing)
(#675) Operator '&&' must be spaced. (space-infix-ops)
(#675) Requires a space after '{'. (block-spacing)
(#675) Statement inside of curly braces should be on next line. (brace-style)
(#675) Missing space before opening brace. (space-before-blocks)
(#675) Expected space(s) after "for". (keyword-spacing)
(#675) Operator '=' must be spaced. (space-infix-ops)
(#675) A space is required after ','. (comma-spacing)
(#675) Operator '=' must be spaced. (space-infix-ops)
(#675) A space is required after ','. (comma-spacing)
(#675) Operator '=' must be spaced. (space-infix-ops)
(#675) Missing whitespace after semicolon. (semi-spacing)
(#675) Operator '<' must be spaced. (space-infix-ops)
(#676) This line has a length of 531. Maximum allowed is 132. (max-len)
(#676) Missing whitespace after semicolon. (semi-spacing)
(#676) Expected { after 'for' condition. (curly)
(#676) Operator '=' must be spaced. (space-infix-ops)
(#676) Missing whitespace after semicolon. (semi-spacing)
(#676) Operator '=' must be spaced. (space-infix-ops)
(#676) Missing whitespace after semicolon. (semi-spacing)
(#676) 'x' used outside of binding context. (block-scoped-var)
(#676) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#676) Operator '=' must be spaced. (space-infix-ops)
(#676) Missing whitespace after semicolon. (semi-spacing)
(#676) Expected space(s) after "for". (keyword-spacing)
(#676) 'A' used outside of binding context. (block-scoped-var)
(#676) Operator '=' must be spaced. (space-infix-ops)
(#676) Missing whitespace after semicolon. (semi-spacing)
(#676) 'x' used outside of binding context. (block-scoped-var)
(#676) Operator '<' must be spaced. (space-infix-ops)
(#676) 'A' used outside of binding context. (block-scoped-var)
(#676) Missing whitespace after semicolon. (semi-spacing)
(#676) 'x' used outside of binding context. (block-scoped-var)
(#676) Requires a space after '{'. (block-spacing)
(#676) Statement inside of curly braces should be on next line. (brace-style)
(#676) Missing space before opening brace. (space-before-blocks)
(#676) Operator '=' must be spaced. (space-infix-ops)
(#676) 'x' used outside of binding context. (block-scoped-var)
(#676) Missing whitespace after semicolon. (semi-spacing)
(#676) Expected space(s) after "if". (keyword-spacing)
(#676) 'y' used outside of binding context. (block-scoped-var)
(#676) Operator '===' must be spaced. (space-infix-ops)
(#676) Operator '||' must be spaced. (space-infix-ops)
(#676) A space is required after ','. (comma-spacing)
(#676) A space is required after ','. (comma-spacing)
(#676) A space is required after ','. (comma-spacing)
(#676) Operator '-' must be spaced. (space-infix-ops)
(#676) Operator '<' must be spaced. (space-infix-ops)
(#676) 'y' used outside of binding context. (block-scoped-var)
(#676) A space is required after ','. (comma-spacing)
(#676) A space is required after ','. (comma-spacing)
(#676) A space is required after ','. (comma-spacing)
(#676) Operator '-' must be spaced. (space-infix-ops)
(#676) 'y' used outside of binding context. (block-scoped-var)
(#676) Expected { after 'if' condition. (curly)
(#676) Operator '=' must be spaced. (space-infix-ops)
(#676) Requires a space before '}'. (block-spacing)
(#676) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#676) Missing semicolon. (semi)
(#676) Expected space(s) before "if". (keyword-spacing)
(#676) Expected space(s) after "if". (keyword-spacing)
(#676) Operator '>' must be spaced. (space-infix-ops)
(#676) 'y' used outside of binding context. (block-scoped-var)
(#676) A space is required after ','. (comma-spacing)
(#676) A space is required after ','. (comma-spacing)
(#676) A space is required after ','. (comma-spacing)
(#676) Operator '-' must be spaced. (space-infix-ops)
(#677) This line has a length of 501. Maximum allowed is 132. (max-len)
(#677) Requires a space after '{'. (block-spacing)
(#677) Statement inside of curly braces should be on next line. (brace-style)
(#677) Missing space before opening brace. (space-before-blocks)
(#677) Operator '=' must be spaced. (space-infix-ops)
(#677) Missing whitespace after semicolon. (semi-spacing)
(#677) Expected space(s) after "for". (keyword-spacing)
(#677) 'x' used outside of binding context. (block-scoped-var)
(#677) Operator '=' must be spaced. (space-infix-ops)
(#677) 'y' used outside of binding context. (block-scoped-var)
(#677) Missing whitespace after semicolon. (semi-spacing)
(#677) Operator '<' must be spaced. (space-infix-ops)
(#677) 'x' used outside of binding context. (block-scoped-var)
(#677) Missing whitespace after semicolon. (semi-spacing)
(#677) 'y' used outside of binding context. (block-scoped-var)
(#677) Expected { after 'for' condition. (curly)
(#677) Operator '=' must be spaced. (space-infix-ops)
(#677) Missing whitespace after semicolon. (semi-spacing)
(#677) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#677) Operator '=' must be spaced. (space-infix-ops)
(#677) 'y' used outside of binding context. (block-scoped-var)
(#677) Requires a space before '}'. (block-spacing)
(#677) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#677) Missing semicolon. (semi)
(#677) Missing whitespace after semicolon. (semi-spacing)
(#677) Requires a space before '}'. (block-spacing)
(#677) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#677) Missing semicolon. (semi)
(#677) Requires a space before '}'. (block-spacing)
(#677) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#677) Missing whitespace after semicolon. (semi-spacing)
(#677) Operator '=' must be spaced. (space-infix-ops)
(#677) Missing whitespace after semicolon. (semi-spacing)
(#677) Operator '=' must be spaced. (space-infix-ops)
(#677) Requires a space after '{'. (block-spacing)
(#677) Statement inside of curly braces should be on next line. (brace-style)
(#677) Missing space before opening brace. (space-before-blocks)
(#677) Expected space(s) after "if". (keyword-spacing)
(#677) Operator '&&' must be spaced. (space-infix-ops)
(#677) Requires a space after '{'. (block-spacing)
(#677) Statement inside of curly braces should be on next line. (brace-style)
(#677) Missing space before opening brace. (space-before-blocks)
(#677) Operator '=' must be spaced. (space-infix-ops)
(#677) A space is required after ','. (comma-spacing)
(#677) A space is required after ','. (comma-spacing)
(#677) A space is required after ','. (comma-spacing)
(#677) Missing whitespace after semicolon. (semi-spacing)
(#677) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#677) Operator '>=' must be spaced. (space-infix-ops)
(#677) Operator '&&' must be spaced. (space-infix-ops)
(#677) Operator '<' must be spaced. (space-infix-ops)
(#677) Operator '&&' must be spaced. (space-infix-ops)
(#677) A space is required after ','. (comma-spacing)
(#677) Operator '=' must be spaced. (space-infix-ops)
(#677) A space is required after ','. (comma-spacing)
(#677) Operator '=' must be spaced. (space-infix-ops)
(#677) A space is required after ','. (comma-spacing)
(#677) A space is required after ','. (comma-spacing)
(#677) A space is required after ','. (comma-spacing)
(#677) Operator '-' must be spaced. (space-infix-ops)
(#678) This line has a length of 467. Maximum allowed is 132. (max-len)
(#678) A space is required after ','. (comma-spacing)
(#678) A space is required after ','. (comma-spacing)
(#678) A space is required after ','. (comma-spacing)
(#678) A space is required after ','. (comma-spacing)
(#678) A space is required after ','. (comma-spacing)
(#678) A space is required after ','. (comma-spacing)
(#678) A space is required after ','. (comma-spacing)
(#678) A space is required after ','. (comma-spacing)
(#678) Requires a space before '}'. (block-spacing)
(#678) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#678) Missing semicolon. (semi)
(#678) Requires a space before '}'. (block-spacing)
(#678) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#678) Missing whitespace after semicolon. (semi-spacing)
(#678) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#678) Operator '&&' must be spaced. (space-infix-ops)
(#678) A space is required after ','. (comma-spacing)
(#678) Operator '&&' must be spaced. (space-infix-ops)
(#678) Missing whitespace after semicolon. (semi-spacing)
(#678) Expected space(s) after "return". (keyword-spacing)
(#678) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#678) A space is required after ','. (comma-spacing)
(#678) Requires a space before '}'. (block-spacing)
(#678) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#678) Missing semicolon. (semi)
(#678) Missing whitespace after semicolon. (semi-spacing)
(#678) Operator '=' must be spaced. (space-infix-ops)
(#678) Missing '()' invoking a constructor. (new-parens)
(#678) Missing whitespace after semicolon. (semi-spacing)
(#678) Operator '=' must be spaced. (space-infix-ops)
(#678) Missing whitespace after semicolon. (semi-spacing)
(#678) Operator '=' must be spaced. (space-infix-ops)
(#678) Requires a space after '{'. (block-spacing)
(#678) Statement inside of curly braces should be on next line. (brace-style)
(#678) Missing space before opening brace. (space-before-blocks)
(#678) Requires a space before '}'. (block-spacing)
(#678) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#678) Missing semicolon. (semi)
(#678) Requires a space before '}'. (block-spacing)
(#678) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#678) Missing semicolon. (semi)
(#678) A space is required after ','. (comma-spacing)
(#678) A space is required after ','. (comma-spacing)
(#678) A space is required after ','. (comma-spacing)
(#679) This line has a length of 514. Maximum allowed is 132. (max-len)
(#679) A space is required after ','. (comma-spacing)
(#679) A space is required after ','. (comma-spacing)
(#679) A space is required after ','. (comma-spacing)
(#679) A space is required after ','. (comma-spacing)
(#679) A space is required after ','. (comma-spacing)
(#679) A space is required after ','. (comma-spacing)
(#679) Requires a space after '{'. (block-spacing)
(#679) Statement inside of curly braces should be on next line. (brace-style)
(#679) Missing space before opening brace. (space-before-blocks)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) Unexpected empty function. (no-empty-function)
(#679) Missing space before opening brace. (space-before-blocks)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) A space is required after ','. (comma-spacing)
(#679) Requires a space after '{'. (block-spacing)
(#679) Statement inside of curly braces should be on next line. (brace-style)
(#679) Missing space before opening brace. (space-before-blocks)
(#679) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#679) Operator '||' must be spaced. (space-infix-ops)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#679) Operator '||' must be spaced. (space-infix-ops)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) Expected space(s) after "for". (keyword-spacing)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) A space is required after ','. (comma-spacing)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) A space is required after ','. (comma-spacing)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) A space is required after ','. (comma-spacing)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) Operator '<' must be spaced. (space-infix-ops)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) Requires a space after '{'. (block-spacing)
(#679) Statement inside of curly braces should be on next line. (brace-style)
(#679) Missing space before opening brace. (space-before-blocks)
(#679) Expected space(s) after "for". (keyword-spacing)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) A space is required after ','. (comma-spacing)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) A space is required after ','. (comma-spacing)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) Operator '<' must be spaced. (space-infix-ops)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) Expected { after 'for' condition. (curly)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) Operator '+' must be spaced. (space-infix-ops)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) 'x' used outside of binding context. (block-scoped-var)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) Expected space(s) after "for". (keyword-spacing)
(#679) 'A' used outside of binding context. (block-scoped-var)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) 'y' used outside of binding context. (block-scoped-var)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) 'x' used outside of binding context. (block-scoped-var)
(#679) Operator '<' must be spaced. (space-infix-ops)
(#679) 'A' used outside of binding context. (block-scoped-var)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) 'x' used outside of binding context. (block-scoped-var)
(#679) 'y' used outside of binding context. (block-scoped-var)
(#679) Expected { after 'for' condition. (curly)
(#679) 'x' used outside of binding context. (block-scoped-var)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) Operator '+' must be spaced. (space-infix-ops)
(#679) Requires a space before '}'. (block-spacing)
(#679) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#679) Missing semicolon. (semi)
(#679) 'p' used outside of binding context. (block-scoped-var)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) 'm' used outside of binding context. (block-scoped-var)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) Expected space(s) after "for". (keyword-spacing)
(#679) 'l' used outside of binding context. (block-scoped-var)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) 'p' used outside of binding context. (block-scoped-var)
(#679) Operator '<' must be spaced. (space-infix-ops)
(#679) 'l' used outside of binding context. (block-scoped-var)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) 'p' used outside of binding context. (block-scoped-var)
(#679) Expected { after 'for' condition. (curly)
(#679) 'p' used outside of binding context. (block-scoped-var)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) Operator '+' must be spaced. (space-infix-ops)
(#679) 'm' used outside of binding context. (block-scoped-var)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) 'm' used outside of binding context. (block-scoped-var)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) Expected space(s) after "if". (keyword-spacing)
(#679) Operator '&&' must be spaced. (space-infix-ops)
(#679) Operator '<' must be spaced. (space-infix-ops)
(#679) Expected { after 'if' condition. (curly)
(#679) Expected space(s) before "for". (keyword-spacing)
(#679) Expected space(s) after "for". (keyword-spacing)
(#679) 'm' used outside of binding context. (block-scoped-var)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) A space is required after ','. (comma-spacing)
(#679) 'p' used outside of binding context. (block-scoped-var)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) A space is required after ','. (comma-spacing)
(#679) 'l' used outside of binding context. (block-scoped-var)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) 'p' used outside of binding context. (block-scoped-var)
(#679) Operator '<' must be spaced. (space-infix-ops)
(#679) 'l' used outside of binding context. (block-scoped-var)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) 'p' used outside of binding context. (block-scoped-var)
(#679) 'm' used outside of binding context. (block-scoped-var)
(#679) Expected { after 'for' condition. (curly)
(#679) 'p' used outside of binding context. (block-scoped-var)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) Expected space(s) after "if". (keyword-spacing)
(#679) Operator '&&' must be spaced. (space-infix-ops)
(#679) Operator '<' must be spaced. (space-infix-ops)
(#679) Expected { after 'if' condition. (curly)
(#679) Expected space(s) before "for". (keyword-spacing)
(#679) Expected space(s) after "for". (keyword-spacing)
(#679) 'm' used outside of binding context. (block-scoped-var)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) A space is required after ','. (comma-spacing)
(#679) 'p' used outside of binding context. (block-scoped-var)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) A space is required after ','. (comma-spacing)
(#679) 'l' used outside of binding context. (block-scoped-var)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) 'p' used outside of binding context. (block-scoped-var)
(#679) Operator '<' must be spaced. (space-infix-ops)
(#679) 'l' used outside of binding context. (block-scoped-var)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) 'p' used outside of binding context. (block-scoped-var)
(#679) 'm' used outside of binding context. (block-scoped-var)
(#679) Expected { after 'for' condition. (curly)
(#679) 'p' used outside of binding context. (block-scoped-var)
(#680) This line has a length of 520. Maximum allowed is 132. (max-len)
(#680) 'p' used outside of binding context. (block-scoped-var)
(#680) Operator '=' must be spaced. (space-infix-ops)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) Expected space(s) after "for". (keyword-spacing)
(#680) 'l' used outside of binding context. (block-scoped-var)
(#680) Operator '=' must be spaced. (space-infix-ops)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) 'p' used outside of binding context. (block-scoped-var)
(#680) Operator '<' must be spaced. (space-infix-ops)
(#680) 'l' used outside of binding context. (block-scoped-var)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) 'p' used outside of binding context. (block-scoped-var)
(#680) Requires a space after '{'. (block-spacing)
(#680) Statement inside of curly braces should be on next line. (brace-style)
(#680) Missing space before opening brace. (space-before-blocks)
(#680) 'r' used outside of binding context. (block-scoped-var)
(#680) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#680) Operator '=' must be spaced. (space-infix-ops)
(#680) 'p' used outside of binding context. (block-scoped-var)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) 'y' used outside of binding context. (block-scoped-var)
(#680) Operator '=' must be spaced. (space-infix-ops)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) Expected space(s) after "for". (keyword-spacing)
(#680) 'x' used outside of binding context. (block-scoped-var)
(#680) Operator '=' must be spaced. (space-infix-ops)
(#680) 'r' used outside of binding context. (block-scoped-var)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) 'y' used outside of binding context. (block-scoped-var)
(#680) Operator '<' must be spaced. (space-infix-ops)
(#680) 'x' used outside of binding context. (block-scoped-var)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) 'y' used outside of binding context. (block-scoped-var)
(#680) 'r' used outside of binding context. (block-scoped-var)
(#680) Expected { after 'for' condition. (curly)
(#680) 'y' used outside of binding context. (block-scoped-var)
(#680) Operator '=' must be spaced. (space-infix-ops)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) 'y' used outside of binding context. (block-scoped-var)
(#680) Operator '=' must be spaced. (space-infix-ops)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) Expected space(s) after "for". (keyword-spacing)
(#680) 'x' used outside of binding context. (block-scoped-var)
(#680) Operator '=' must be spaced. (space-infix-ops)
(#680) 'r' used outside of binding context. (block-scoped-var)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) 'y' used outside of binding context. (block-scoped-var)
(#680) Operator '<' must be spaced. (space-infix-ops)
(#680) 'x' used outside of binding context. (block-scoped-var)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) 'y' used outside of binding context. (block-scoped-var)
(#680) 'r' used outside of binding context. (block-scoped-var)
(#680) Expected { after 'for' condition. (curly)
(#680) 'y' used outside of binding context. (block-scoped-var)
(#680) Operator '=' must be spaced. (space-infix-ops)
(#680) Requires a space before '}'. (block-spacing)
(#680) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#680) Missing semicolon. (semi)
(#680) Operator '=' must be spaced. (space-infix-ops)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) Expected space(s) after "for". (keyword-spacing)
(#680) 'p' used outside of binding context. (block-scoped-var)
(#680) Operator '=' must be spaced. (space-infix-ops)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) Operator '<' must be spaced. (space-infix-ops)
(#680) 'p' used outside of binding context. (block-scoped-var)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) Expected { after 'for' condition. (curly)
(#680) Operator '=' must be spaced. (space-infix-ops)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) 'm' used outside of binding context. (block-scoped-var)
(#680) Requires a space before '}'. (block-spacing)
(#680) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#680) Missing semicolon. (semi)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) Operator '=' must be spaced. (space-infix-ops)
(#680) Requires a space after '{'. (block-spacing)
(#680) Statement inside of curly braces should be on next line. (brace-style)
(#680) Missing space before opening brace. (space-before-blocks)
(#680) Operator '=' must be spaced. (space-infix-ops)
(#680) Missing space before value for key 'molecules'. (key-spacing)
(#680) A space is required after ','. (comma-spacing)
(#680) Missing space before value for key 'shapes'. (key-spacing)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) Expected space(s) after "if". (keyword-spacing)
(#680) Expected { after 'if' condition. (curly)
(#680) Expected space(s) before "for". (keyword-spacing)
(#680) Expected space(s) after "for". (keyword-spacing)
(#680) Operator '=' must be spaced. (space-infix-ops)
(#680) A space is required after ','. (comma-spacing)
(#680) Operator '=' must be spaced. (space-infix-ops)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) Operator '<' must be spaced. (space-infix-ops)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) Expected { after 'for' condition. (curly)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) Expected space(s) after "if". (keyword-spacing)
(#680) Expected { after 'if' condition. (curly)
(#680) Expected space(s) before "for". (keyword-spacing)
(#680) Expected space(s) after "for". (keyword-spacing)
(#680) 'm' used outside of binding context. (block-scoped-var)
(#680) Operator '=' must be spaced. (space-infix-ops)
(#680) A space is required after ','. (comma-spacing)
(#680) 'p' used outside of binding context. (block-scoped-var)
(#680) Operator '=' must be spaced. (space-infix-ops)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) 'm' used outside of binding context. (block-scoped-var)
(#680) Operator '<' must be spaced. (space-infix-ops)
(#680) 'p' used outside of binding context. (block-scoped-var)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) 'm' used outside of binding context. (block-scoped-var)
(#680) Expected { after 'for' condition. (curly)
(#680) 'm' used outside of binding context. (block-scoped-var)
(#680) A space is required after ','. (comma-spacing)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) Operator '=' must be spaced. (space-infix-ops)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) Expected space(s) after "for". (keyword-spacing)
(#680) 'm' used outside of binding context. (block-scoped-var)
(#680) Operator '=' must be spaced. (space-infix-ops)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) Operator '<' must be spaced. (space-infix-ops)
(#680) 'm' used outside of binding context. (block-scoped-var)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) Requires a space after '{'. (block-spacing)
(#680) Statement inside of curly braces should be on next line. (brace-style)
(#680) Missing space before opening brace. (space-before-blocks)
(#680) 'p' used outside of binding context. (block-scoped-var)
(#680) Operator '=' must be spaced. (space-infix-ops)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) Expected space(s) after "for". (keyword-spacing)
(#680) Operator '=' must be spaced. (space-infix-ops)
(#680) A space is required after ','. (comma-spacing)
(#680) Operator '=' must be spaced. (space-infix-ops)
(#680) 'p' used outside of binding context. (block-scoped-var)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) Operator '<' must be spaced. (space-infix-ops)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) 'p' used outside of binding context. (block-scoped-var)
(#680) Expected { after 'for' condition. (curly)
(#680) Operator '=' must be spaced. (space-infix-ops)
(#681) This line has a length of 509. Maximum allowed is 132. (max-len)
(#681) Missing whitespace after semicolon. (semi-spacing)
(#681) 'l' used outside of binding context. (block-scoped-var)
(#681) Operator '=' must be spaced. (space-infix-ops)
(#681) Missing whitespace after semicolon. (semi-spacing)
(#681) Expected space(s) after "for". (keyword-spacing)
(#681) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#681) 'r' used outside of binding context. (block-scoped-var)
(#681) Operator '=' must be spaced. (space-infix-ops)
(#681) 'p' used outside of binding context. (block-scoped-var)
(#681) Missing whitespace after semicolon. (semi-spacing)
(#681) 'l' used outside of binding context. (block-scoped-var)
(#681) Operator '<' must be spaced. (space-infix-ops)
(#681) 'r' used outside of binding context. (block-scoped-var)
(#681) Missing whitespace after semicolon. (semi-spacing)
(#681) 'l' used outside of binding context. (block-scoped-var)
(#681) 'p' used outside of binding context. (block-scoped-var)
(#681) Expected { after 'for' condition. (curly)
(#681) 'l' used outside of binding context. (block-scoped-var)
(#681) Operator '=' must be spaced. (space-infix-ops)
(#681) Requires a space before '}'. (block-spacing)
(#681) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#681) Missing semicolon. (semi)
(#681) Operator '=' must be spaced. (space-infix-ops)
(#681) Missing whitespace after semicolon. (semi-spacing)
(#681) Expected space(s) after "for". (keyword-spacing)
(#681) 'm' used outside of binding context. (block-scoped-var)
(#681) Operator '=' must be spaced. (space-infix-ops)
(#681) Missing whitespace after semicolon. (semi-spacing)
(#681) Operator '<' must be spaced. (space-infix-ops)
(#681) 'm' used outside of binding context. (block-scoped-var)
(#681) Missing whitespace after semicolon. (semi-spacing)
(#681) Expected { after 'for' condition. (curly)
(#681) Operator '=' must be spaced. (space-infix-ops)
(#681) Missing whitespace after semicolon. (semi-spacing)
(#681) Requires a space before '}'. (block-spacing)
(#681) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#681) Missing semicolon. (semi)
(#681) Missing whitespace after semicolon. (semi-spacing)
(#681) Operator '=' must be spaced. (space-infix-ops)
(#681) Requires a space after '{'. (block-spacing)
(#681) Statement inside of curly braces should be on next line. (brace-style)
(#681) Missing space before opening brace. (space-before-blocks)
(#681) Operator '=' must be spaced. (space-infix-ops)
(#681) A space is required after ','. (comma-spacing)
(#681) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#681) Operator '=' must be spaced. (space-infix-ops)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) Requires a space after '{'. (block-spacing)
(#681) Statement inside of curly braces should be on next line. (brace-style)
(#681) Missing space before opening brace. (space-before-blocks)
(#681) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#681) Operator '&&' must be spaced. (space-infix-ops)
(#681) Operator '=' must be spaced. (space-infix-ops)
(#681) Missing space before value for key 'v'. (key-spacing)
(#681) Operator '?' must be spaced. (space-infix-ops)
(#681) Operator ':' must be spaced. (space-infix-ops)
(#681) A space is required after ','. (comma-spacing)
(#681) Missing space before value for key 'n'. (key-spacing)
(#681) Requires a space before '}'. (block-spacing)
(#681) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#681) Missing semicolon. (semi)
(#681) Missing whitespace after semicolon. (semi-spacing)
(#681) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#681) Operator '===' must be spaced. (space-infix-ops)
(#681) Operator '?' must be spaced. (space-infix-ops)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) Operator ':' must be spaced. (space-infix-ops)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#682) This line has a length of 502. Maximum allowed is 132. (max-len)
(#682) A space is required after ','. (comma-spacing)
(#682) A space is required after ','. (comma-spacing)
(#682) A space is required after ','. (comma-spacing)
(#682) A space is required after ','. (comma-spacing)
(#682) Missing whitespace after semicolon. (semi-spacing)
(#682) Requires a space before '}'. (block-spacing)
(#682) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#682) Missing semicolon. (semi)
(#682) Missing whitespace after semicolon. (semi-spacing)
(#682) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#682) Operator '=' must be spaced. (space-infix-ops)
(#682) Requires a space after '{'. (block-spacing)
(#682) Statement inside of curly braces should be on next line. (brace-style)
(#682) Missing space before opening brace. (space-before-blocks)
(#682) Expected space(s) after "for". (keyword-spacing)
(#682) Operator '=' must be spaced. (space-infix-ops)
(#682) Missing space before value for key 'a'. (key-spacing)
(#682) A space is required after ','. (comma-spacing)
(#682) Operator '=' must be spaced. (space-infix-ops)
(#682) A space is required after ','. (comma-spacing)
(#682) Operator '=' must be spaced. (space-infix-ops)
(#682) Missing whitespace after semicolon. (semi-spacing)
(#682) Operator '<' must be spaced. (space-infix-ops)
(#682) Missing whitespace after semicolon. (semi-spacing)
(#682) Requires a space after '{'. (block-spacing)
(#682) Statement inside of curly braces should be on next line. (brace-style)
(#682) Missing space before opening brace. (space-before-blocks)
(#682) Operator '=' must be spaced. (space-infix-ops)
(#682) A space is required after ','. (comma-spacing)
(#682) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#682) Operator '=' must be spaced. (space-infix-ops)
(#682) Missing space before value for key 'x'. (key-spacing)
(#682) A space is required after ','. (comma-spacing)
(#682) Missing space before value for key 'y'. (key-spacing)
(#682) Missing whitespace after semicolon. (semi-spacing)
(#682) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#682) Operator '&&' must be spaced. (space-infix-ops)
(#682) Operator '=' must be spaced. (space-infix-ops)
(#682) Missing whitespace after semicolon. (semi-spacing)
(#682) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#682) Operator '!==' must be spaced. (space-infix-ops)
(#682) Operator '&&' must be spaced. (space-infix-ops)
(#682) Operator '=' must be spaced. (space-infix-ops)
(#682) Missing whitespace after semicolon. (semi-spacing)
(#682) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#682) Operator '!==' must be spaced. (space-infix-ops)
(#682) Operator '&&' must be spaced. (space-infix-ops)
(#682) Operator '=' must be spaced. (space-infix-ops)
(#682) Missing whitespace after semicolon. (semi-spacing)
(#682) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#682) Operator '!==' must be spaced. (space-infix-ops)
(#682) Operator '&&' must be spaced. (space-infix-ops)
(#682) Operator '=' must be spaced. (space-infix-ops)
(#682) Missing whitespace after semicolon. (semi-spacing)
(#682) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#682) Operator '!==' must be spaced. (space-infix-ops)
(#682) Operator '&&' must be spaced. (space-infix-ops)
(#682) Operator '=' must be spaced. (space-infix-ops)
(#682) Missing whitespace after semicolon. (semi-spacing)
(#682) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#682) Operator '!==' must be spaced. (space-infix-ops)
(#682) Operator '&&' must be spaced. (space-infix-ops)
(#682) Operator '=' must be spaced. (space-infix-ops)
(#682) Missing whitespace after semicolon. (semi-spacing)
(#682) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#682) Operator '!==' must be spaced. (space-infix-ops)
(#682) Operator '&&' must be spaced. (space-infix-ops)
(#682) Operator '=' must be spaced. (space-infix-ops)
(#682) Missing whitespace after semicolon. (semi-spacing)
(#682) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#682) Operator '!==' must be spaced. (space-infix-ops)
(#682) Operator '&&' must be spaced. (space-infix-ops)
(#682) Operator '=' must be spaced. (space-infix-ops)
(#682) Missing whitespace after semicolon. (semi-spacing)
(#682) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#682) Operator '&&' must be spaced. (space-infix-ops)
(#682) Operator '=' must be spaced. (space-infix-ops)
(#682) Missing whitespace after semicolon. (semi-spacing)
(#682) Requires a space before '}'. (block-spacing)
(#682) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#682) Missing semicolon. (semi)
(#682) Expected space(s) before "if". (keyword-spacing)
(#682) Expected space(s) after "if". (keyword-spacing)
(#682) Operator '<' must be spaced. (space-infix-ops)
(#682) Expected { after 'if' condition. (curly)
(#682) Expected space(s) before "for". (keyword-spacing)
(#682) Expected space(s) after "for". (keyword-spacing)
(#682) 'g' used outside of binding context. (block-scoped-var)
(#682) Operator '=' must be spaced. (space-infix-ops)
(#682) A space is required after ','. (comma-spacing)
(#682) 'm' used outside of binding context. (block-scoped-var)
(#682) Operator '=' must be spaced. (space-infix-ops)
(#682) A space is required after ','. (comma-spacing)
(#682) 'p' used outside of binding context. (block-scoped-var)
(#682) Operator '=' must be spaced. (space-infix-ops)
(#682) Missing whitespace after semicolon. (semi-spacing)
(#682) 'm' used outside of binding context. (block-scoped-var)
(#682) Operator '<' must be spaced. (space-infix-ops)
(#682) 'p' used outside of binding context. (block-scoped-var)
(#682) Missing whitespace after semicolon. (semi-spacing)
(#682) 'm' used outside of binding context. (block-scoped-var)
(#682) 'l' used outside of binding context. (block-scoped-var)
(#682) Expected { after 'for' condition. (curly)
(#682) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#682) Operator '=' must be spaced. (space-infix-ops)
(#682) 'm' used outside of binding context. (block-scoped-var)
(#682) Unexpected use of comma operator. (no-sequences)
(#682) A space is required after ','. (comma-spacing)
(#682) 'r' used outside of binding context. (block-scoped-var)
(#682) Operator '=' must be spaced. (space-infix-ops)
(#683) This line has a length of 503. Maximum allowed is 132. (max-len)
(#683) Missing space before value for key 'b'. (key-spacing)
(#683) 'l' used outside of binding context. (block-scoped-var)
(#683) A space is required after ','. (comma-spacing)
(#683) Missing space before value for key 'e'. (key-spacing)
(#683) 'l' used outside of binding context. (block-scoped-var)
(#683) A space is required after ','. (comma-spacing)
(#683) 'l' used outside of binding context. (block-scoped-var)
(#683) Operator '&&' must be spaced. (space-infix-ops)
(#683) 'r' used outside of binding context. (block-scoped-var)
(#683) Operator '=' must be spaced. (space-infix-ops)
(#683) 'l' used outside of binding context. (block-scoped-var)
(#683) A space is required after ','. (comma-spacing)
(#683) Operator '!==' must be spaced. (space-infix-ops)
(#683) 'l' used outside of binding context. (block-scoped-var)
(#683) Operator '&&' must be spaced. (space-infix-ops)
(#683) 'r' used outside of binding context. (block-scoped-var)
(#683) Operator '=' must be spaced. (space-infix-ops)
(#683) 'l' used outside of binding context. (block-scoped-var)
(#683) A space is required after ','. (comma-spacing)
(#683) 'l' used outside of binding context. (block-scoped-var)
(#683) Operator '!==' must be spaced. (space-infix-ops)
(#683) Operator '&&' must be spaced. (space-infix-ops)
(#683) 'r' used outside of binding context. (block-scoped-var)
(#683) Operator '=' must be spaced. (space-infix-ops)
(#683) 'l' used outside of binding context. (block-scoped-var)
(#683) A space is required after ','. (comma-spacing)
(#683) 'l' used outside of binding context. (block-scoped-var)
(#683) Operator '&&' must be spaced. (space-infix-ops)
(#683) 'r' used outside of binding context. (block-scoped-var)
(#683) Operator '=' must be spaced. (space-infix-ops)
(#683) 'l' used outside of binding context. (block-scoped-var)
(#683) A space is required after ','. (comma-spacing)
(#683) 'g' used outside of binding context. (block-scoped-var)
(#683) 'r' used outside of binding context. (block-scoped-var)
(#683) Missing whitespace after semicolon. (semi-spacing)
(#683) 'g' used outside of binding context. (block-scoped-var)
(#683) Requires a space before '}'. (block-spacing)
(#683) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#683) Missing semicolon. (semi)
(#683) Missing whitespace after semicolon. (semi-spacing)
(#683) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#683) Operator '=' must be spaced. (space-infix-ops)
(#683) Requires a space after '{'. (block-spacing)
(#683) Statement inside of curly braces should be on next line. (brace-style)
(#683) Missing space before opening brace. (space-before-blocks)
(#683) Operator '=' must be spaced. (space-infix-ops)
(#683) Operator '?' must be spaced. (space-infix-ops)
(#683) Operator ':' must be spaced. (space-infix-ops)
(#683) A space is required after ','. (comma-spacing)
(#683) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#683) Operator '=' must be spaced. (space-infix-ops)
(#683) A space is required after ','. (comma-spacing)
(#683) A space is required after ','. (comma-spacing)
(#683) A space is required after ','. (comma-spacing)
(#683) Requires a space after '{'. (block-spacing)
(#683) Statement inside of curly braces should be on next line. (brace-style)
(#683) Missing space before opening brace. (space-before-blocks)
(#683) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#683) Operator '&&' must be spaced. (space-infix-ops)
(#683) Operator '=' must be spaced. (space-infix-ops)
(#683) A space is required after ','. (comma-spacing)
(#683) Operator '=' must be spaced. (space-infix-ops)
(#683) Operator '?' must be spaced. (space-infix-ops)
(#683) Operator ':' must be spaced. (space-infix-ops)
(#683) A space is required after ','. (comma-spacing)
(#683) Operator '&&' must be spaced. (space-infix-ops)
(#683) Operator '=' must be spaced. (space-infix-ops)
(#683) Requires a space before '}'. (block-spacing)
(#683) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#683) Missing semicolon. (semi)
(#683) Missing whitespace after semicolon. (semi-spacing)
(#683) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#683) Operator '===' must be spaced. (space-infix-ops)
(#683) Operator '?' must be spaced. (space-infix-ops)
(#683) A space is required after ','. (comma-spacing)
(#683) A space is required after ','. (comma-spacing)
(#683) A space is required after ','. (comma-spacing)
(#683) A space is required after ','. (comma-spacing)
(#683) A space is required after ','. (comma-spacing)
(#683) A space is required after ','. (comma-spacing)
(#683) A space is required after ','. (comma-spacing)
(#683) A space is required after ','. (comma-spacing)
(#683) A space is required after ','. (comma-spacing)
(#683) A space is required after ','. (comma-spacing)
(#683) A space is required after ','. (comma-spacing)
(#683) A space is required after ','. (comma-spacing)
(#683) A space is required after ','. (comma-spacing)
(#683) A space is required after ','. (comma-spacing)
(#684) This line has a length of 515. Maximum allowed is 132. (max-len)
(#684) A space is required after ','. (comma-spacing)
(#684) A space is required after ','. (comma-spacing)
(#684) A space is required after ','. (comma-spacing)
(#684) A space is required after ','. (comma-spacing)
(#684) A space is required after ','. (comma-spacing)
(#684) A space is required after ','. (comma-spacing)
(#684) A space is required after ','. (comma-spacing)
(#684) A space is required after ','. (comma-spacing)
(#684) A space is required after ','. (comma-spacing)
(#684) A space is required after ','. (comma-spacing)
(#684) A space is required after ','. (comma-spacing)
(#684) A space is required after ','. (comma-spacing)
(#684) A space is required after ','. (comma-spacing)
(#684) A space is required after ','. (comma-spacing)
(#684) A space is required after ','. (comma-spacing)
(#684) A space is required after ','. (comma-spacing)
(#684) Operator ':' must be spaced. (space-infix-ops)
(#684) A space is required after ','. (comma-spacing)
(#684) A space is required after ','. (comma-spacing)
(#684) A space is required after ','. (comma-spacing)
(#684) A space is required after ','. (comma-spacing)
(#684) A space is required after ','. (comma-spacing)
(#684) A space is required after ','. (comma-spacing)
(#684) A space is required after ','. (comma-spacing)
(#684) A space is required after ','. (comma-spacing)
(#684) A space is required after ','. (comma-spacing)
(#684) A space is required after ','. (comma-spacing)
(#684) A space is required after ','. (comma-spacing)
(#684) A space is required after ','. (comma-spacing)
(#684) Missing whitespace after semicolon. (semi-spacing)
(#684) Requires a space before '}'. (block-spacing)
(#684) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#684) Missing semicolon. (semi)
(#684) Missing whitespace after semicolon. (semi-spacing)
(#684) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#684) Operator '=' must be spaced. (space-infix-ops)
(#684) Requires a space after '{'. (block-spacing)
(#684) Statement inside of curly braces should be on next line. (brace-style)
(#684) Missing space before opening brace. (space-before-blocks)
(#684) Expected space(s) after "for". (keyword-spacing)
(#684) Operator '=' must be spaced. (space-infix-ops)
(#684) Missing '()' invoking a constructor. (new-parens)
(#684) A space is required after ','. (comma-spacing)
(#684) Operator '=' must be spaced. (space-infix-ops)
(#684) A space is required after ','. (comma-spacing)
(#684) Operator '=' must be spaced. (space-infix-ops)
(#684) Missing whitespace after semicolon. (semi-spacing)
(#684) Operator '<' must be spaced. (space-infix-ops)
(#684) Missing whitespace after semicolon. (semi-spacing)
(#684) Requires a space after '{'. (block-spacing)
(#684) Statement inside of curly braces should be on next line. (brace-style)
(#684) Missing space before opening brace. (space-before-blocks)
(#684) Operator '=' must be spaced. (space-infix-ops)
(#684) A space is required after ','. (comma-spacing)
(#684) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#684) Operator '=' must be spaced. (space-infix-ops)
(#684) Operator '?' must be spaced. (space-infix-ops)
(#684) Operator ':' must be spaced. (space-infix-ops)
(#684) A space is required after ','. (comma-spacing)
(#684) A space is required after ','. (comma-spacing)
(#684) Missing whitespace after semicolon. (semi-spacing)
(#684) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#684) Operator '&&' must be spaced. (space-infix-ops)
(#684) Operator '=' must be spaced. (space-infix-ops)
(#684) Missing whitespace after semicolon. (semi-spacing)
(#684) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#684) Operator '&&' must be spaced. (space-infix-ops)
(#684) Operator '=' must be spaced. (space-infix-ops)
(#684) Missing whitespace after semicolon. (semi-spacing)
(#684) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#684) Operator '&&' must be spaced. (space-infix-ops)
(#684) Operator '=' must be spaced. (space-infix-ops)
(#684) Missing whitespace after semicolon. (semi-spacing)
(#684) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#684) Operator '&&' must be spaced. (space-infix-ops)
(#684) Operator '=' must be spaced. (space-infix-ops)
(#684) Missing whitespace after semicolon. (semi-spacing)
(#684) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#684) Operator '&&' must be spaced. (space-infix-ops)
(#684) Operator '=' must be spaced. (space-infix-ops)
(#684) Missing whitespace after semicolon. (semi-spacing)
(#684) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#684) Operator '&&' must be spaced. (space-infix-ops)
(#684) Operator '=' must be spaced. (space-infix-ops)
(#684) Missing whitespace after semicolon. (semi-spacing)
(#684) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#684) Operator '&&' must be spaced. (space-infix-ops)
(#684) Operator '=' must be spaced. (space-infix-ops)
(#684) Missing whitespace after semicolon. (semi-spacing)
(#684) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#684) Operator '&&' must be spaced. (space-infix-ops)
(#684) Operator '=' must be spaced. (space-infix-ops)
(#685) This line has a length of 504. Maximum allowed is 132. (max-len)
(#685) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#685) Operator '!==' must be spaced. (space-infix-ops)
(#685) Operator '&&' must be spaced. (space-infix-ops)
(#685) Operator '=' must be spaced. (space-infix-ops)
(#685) Missing whitespace after semicolon. (semi-spacing)
(#685) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#685) Operator '!==' must be spaced. (space-infix-ops)
(#685) Operator '&&' must be spaced. (space-infix-ops)
(#685) Operator '=' must be spaced. (space-infix-ops)
(#685) Missing whitespace after semicolon. (semi-spacing)
(#685) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#685) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#685) Operator '!==' must be spaced. (space-infix-ops)
(#685) Operator '&&' must be spaced. (space-infix-ops)
(#685) Operator '=' must be spaced. (space-infix-ops)
(#685) Missing whitespace after semicolon. (semi-spacing)
(#685) Requires a space before '}'. (block-spacing)
(#685) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#685) Missing semicolon. (semi)
(#685) Expected space(s) before "if". (keyword-spacing)
(#685) Expected space(s) after "if". (keyword-spacing)
(#685) Expected { after 'if' condition. (curly)
(#685) Expected space(s) before "for". (keyword-spacing)
(#685) Expected space(s) after "for". (keyword-spacing)
(#685) 'm' used outside of binding context. (block-scoped-var)
(#685) Operator '=' must be spaced. (space-infix-ops)
(#685) A space is required after ','. (comma-spacing)
(#685) 'p' used outside of binding context. (block-scoped-var)
(#685) Operator '=' must be spaced. (space-infix-ops)
(#685) Missing whitespace after semicolon. (semi-spacing)
(#685) 'm' used outside of binding context. (block-scoped-var)
(#685) Operator '<' must be spaced. (space-infix-ops)
(#685) 'p' used outside of binding context. (block-scoped-var)
(#685) Missing whitespace after semicolon. (semi-spacing)
(#685) 'm' used outside of binding context. (block-scoped-var)
(#685) 'l' used outside of binding context. (block-scoped-var)
(#685) Expected { after 'for' condition. (curly)
(#685) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#685) Operator '=' must be spaced. (space-infix-ops)
(#685) 'm' used outside of binding context. (block-scoped-var)
(#685) Unexpected use of comma operator. (no-sequences)
(#685) A space is required after ','. (comma-spacing)
(#685) 'r' used outside of binding context. (block-scoped-var)
(#685) Operator '=' must be spaced. (space-infix-ops)
(#685) 'g' used outside of binding context. (block-scoped-var)
(#685) 'l' used outside of binding context. (block-scoped-var)
(#685) A space is required after ','. (comma-spacing)
(#685) 'g' used outside of binding context. (block-scoped-var)
(#685) 'l' used outside of binding context. (block-scoped-var)
(#685) A space is required after ','. (comma-spacing)
(#685) 'l' used outside of binding context. (block-scoped-var)
(#685) Operator '===' must be spaced. (space-infix-ops)
(#685) Operator '?' must be spaced. (space-infix-ops)
(#685) Operator ':' must be spaced. (space-infix-ops)
(#685) 'l' used outside of binding context. (block-scoped-var)
(#685) A space is required after ','. (comma-spacing)
(#685) 'l' used outside of binding context. (block-scoped-var)
(#685) Operator '&&' must be spaced. (space-infix-ops)
(#685) 'r' used outside of binding context. (block-scoped-var)
(#685) Operator '=' must be spaced. (space-infix-ops)
(#685) 'l' used outside of binding context. (block-scoped-var)
(#685) A space is required after ','. (comma-spacing)
(#685) 'l' used outside of binding context. (block-scoped-var)
(#685) Operator '&&' must be spaced. (space-infix-ops)
(#685) 'r' used outside of binding context. (block-scoped-var)
(#685) Operator '=' must be spaced. (space-infix-ops)
(#685) 'l' used outside of binding context. (block-scoped-var)
(#685) A space is required after ','. (comma-spacing)
(#685) 'l' used outside of binding context. (block-scoped-var)
(#685) Operator '&&' must be spaced. (space-infix-ops)
(#685) 'r' used outside of binding context. (block-scoped-var)
(#685) Operator '=' must be spaced. (space-infix-ops)
(#685) 'l' used outside of binding context. (block-scoped-var)
(#685) A space is required after ','. (comma-spacing)
(#685) 'g' used outside of binding context. (block-scoped-var)
(#685) 'r' used outside of binding context. (block-scoped-var)
(#685) Missing whitespace after semicolon. (semi-spacing)
(#685) 'g' used outside of binding context. (block-scoped-var)
(#685) Requires a space before '}'. (block-spacing)
(#685) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#685) Missing semicolon. (semi)
(#685) Missing whitespace after semicolon. (semi-spacing)
(#685) Operator '=' must be spaced. (space-infix-ops)
(#685) Function has a complexity of 28. Maximum allowed is 20. (complexity)
(#685) Requires a space after '{'. (block-spacing)
(#685) Statement inside of curly braces should be on next line. (brace-style)
(#685) Missing space before opening brace. (space-before-blocks)
(#685) Operator '=' must be spaced. (space-infix-ops)
(#685) Missing whitespace after semicolon. (semi-spacing)
(#685) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#685) Operator '&&' must be spaced. (space-infix-ops)
(#685) Operator '=' must be spaced. (space-infix-ops)
(#685) Missing whitespace after semicolon. (semi-spacing)
(#685) Expected space(s) after "if". (keyword-spacing)
(#685) Expected { after 'if' condition. (curly)
(#685) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#685) Operator '=' must be spaced. (space-infix-ops)
(#685) Unexpected use of comma operator. (no-sequences)
(#685) A space is required after ','. (comma-spacing)
(#685) Operator '=' must be spaced. (space-infix-ops)
(#685) A space is required after ','. (comma-spacing)
(#685) Operator '=' must be spaced. (space-infix-ops)
(#685) A space is required after ','. (comma-spacing)
(#685) Operator '=' must be spaced. (space-infix-ops)
(#685) A space is required after ','. (comma-spacing)
(#685) Operator '=' must be spaced. (space-infix-ops)
(#685) A space is required after ','. (comma-spacing)
(#685) Operator '=' must be spaced. (space-infix-ops)
(#685) Missing whitespace after semicolon. (semi-spacing)
(#685) Expected space(s) after "if". (keyword-spacing)
(#685) Expected { after 'if' condition. (curly)
(#685) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#685) Operator '=' must be spaced. (space-infix-ops)
(#685) Unexpected use of comma operator. (no-sequences)
(#686) This line has a length of 503. Maximum allowed is 132. (max-len)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) A space is required after ','. (comma-spacing)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) A space is required after ','. (comma-spacing)
(#686) Operator '!==' must be spaced. (space-infix-ops)
(#686) Operator '&&' must be spaced. (space-infix-ops)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) Missing whitespace after semicolon. (semi-spacing)
(#686) Expected space(s) after "if". (keyword-spacing)
(#686) Expected { after 'if' condition. (curly)
(#686) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) Unexpected use of comma operator. (no-sequences)
(#686) A space is required after ','. (comma-spacing)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) A space is required after ','. (comma-spacing)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) Missing whitespace after semicolon. (semi-spacing)
(#686) Expected space(s) after "if". (keyword-spacing)
(#686) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#686) Expected { after 'if' condition. (curly)
(#686) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) Unexpected use of comma operator. (no-sequences)
(#686) A space is required after ','. (comma-spacing)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) A space is required after ','. (comma-spacing)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) A space is required after ','. (comma-spacing)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) A space is required after ','. (comma-spacing)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) A space is required after ','. (comma-spacing)
(#686) Operator '!==' must be spaced. (space-infix-ops)
(#686) Operator '&&' must be spaced. (space-infix-ops)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) A space is required after ','. (comma-spacing)
(#686) Operator '!==' must be spaced. (space-infix-ops)
(#686) Operator '&&' must be spaced. (space-infix-ops)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) A space is required after ','. (comma-spacing)
(#686) Operator '!==' must be spaced. (space-infix-ops)
(#686) Operator '&&' must be spaced. (space-infix-ops)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) Missing whitespace after semicolon. (semi-spacing)
(#686) Expected space(s) after "if". (keyword-spacing)
(#686) Expected { after 'if' condition. (curly)
(#686) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) Unexpected use of comma operator. (no-sequences)
(#686) A space is required after ','. (comma-spacing)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) A space is required after ','. (comma-spacing)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) A space is required after ','. (comma-spacing)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) A space is required after ','. (comma-spacing)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) A space is required after ','. (comma-spacing)
(#686) Operator '===' must be spaced. (space-infix-ops)
(#686) Operator '&&' must be spaced. (space-infix-ops)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) Missing whitespace after semicolon. (semi-spacing)
(#686) Expected space(s) after "if". (keyword-spacing)
(#686) Requires a space after '{'. (block-spacing)
(#686) Statement inside of curly braces should be on next line. (brace-style)
(#686) Missing space before opening brace. (space-before-blocks)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#687) This line has a length of 502. Maximum allowed is 132. (max-len)
(#687) Operator '=' must be spaced. (space-infix-ops)
(#687) Missing whitespace after semicolon. (semi-spacing)
(#687) Operator '=' must be spaced. (space-infix-ops)
(#687) Missing whitespace after semicolon. (semi-spacing)
(#687) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#687) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#687) Operator '!==' must be spaced. (space-infix-ops)
(#687) Operator '&&' must be spaced. (space-infix-ops)
(#687) Operator '=' must be spaced. (space-infix-ops)
(#687) Missing whitespace after semicolon. (semi-spacing)
(#687) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#687) Operator '&&' must be spaced. (space-infix-ops)
(#687) Operator '=' must be spaced. (space-infix-ops)
(#687) Missing whitespace after semicolon. (semi-spacing)
(#687) Operator '=' must be spaced. (space-infix-ops)
(#687) Missing whitespace after semicolon. (semi-spacing)
(#687) Expected space(s) after "for". (keyword-spacing)
(#687) Operator '=' must be spaced. (space-infix-ops)
(#687) A space is required after ','. (comma-spacing)
(#687) Operator '=' must be spaced. (space-infix-ops)
(#687) Missing whitespace after semicolon. (semi-spacing)
(#687) Operator '<' must be spaced. (space-infix-ops)
(#687) Missing whitespace after semicolon. (semi-spacing)
(#687) Expected { after 'for' condition. (curly)
(#687) Requires a space before '}'. (block-spacing)
(#687) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#687) Missing semicolon. (semi)
(#687) Expected space(s) before "else". (keyword-spacing)
(#687) Expected space(s) after "if". (keyword-spacing)
(#687) Expected { after 'if' condition. (curly)
(#687) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#687) Operator '=' must be spaced. (space-infix-ops)
(#687) Unexpected use of comma operator. (no-sequences)
(#687) A space is required after ','. (comma-spacing)
(#687) Operator '=' must be spaced. (space-infix-ops)
(#687) A space is required after ','. (comma-spacing)
(#687) Operator '=' must be spaced. (space-infix-ops)
(#687) A space is required after ','. (comma-spacing)
(#687) Operator '&&' must be spaced. (space-infix-ops)
(#687) Operator '=' must be spaced. (space-infix-ops)
(#687) A space is required after ','. (comma-spacing)
(#687) Operator '=' must be spaced. (space-infix-ops)
(#687) Missing whitespace after semicolon. (semi-spacing)
(#687) Expected space(s) after "if". (keyword-spacing)
(#687) Expected { after 'if' condition. (curly)
(#687) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#687) Operator '=' must be spaced. (space-infix-ops)
(#687) Unexpected use of comma operator. (no-sequences)
(#687) A space is required after ','. (comma-spacing)
(#687) Operator '=' must be spaced. (space-infix-ops)
(#687) A space is required after ','. (comma-spacing)
(#687) Operator '=' must be spaced. (space-infix-ops)
(#687) A space is required after ','. (comma-spacing)
(#687) Operator '=' must be spaced. (space-infix-ops)
(#687) Missing whitespace after semicolon. (semi-spacing)
(#687) Expected space(s) after "if". (keyword-spacing)
(#687) Expected { after 'if' condition. (curly)
(#687) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#687) Operator '=' must be spaced. (space-infix-ops)
(#687) Unexpected use of comma operator. (no-sequences)
(#687) A space is required after ','. (comma-spacing)
(#687) Operator '=' must be spaced. (space-infix-ops)
(#687) A space is required after ','. (comma-spacing)
(#687) Operator '=' must be spaced. (space-infix-ops)
(#687) A space is required after ','. (comma-spacing)
(#687) Operator '=' must be spaced. (space-infix-ops)
(#687) A space is required after ','. (comma-spacing)
(#687) Operator '=' must be spaced. (space-infix-ops)
(#688) This line has a length of 515. Maximum allowed is 132. (max-len)
(#688) Expected space(s) after "if". (keyword-spacing)
(#688) Requires a space after '{'. (block-spacing)
(#688) Statement inside of curly braces should be on next line. (brace-style)
(#688) Missing space before opening brace. (space-before-blocks)
(#688) Operator '=' must be spaced. (space-infix-ops)
(#688) Missing whitespace after semicolon. (semi-spacing)
(#688) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#688) Operator '=' must be spaced. (space-infix-ops)
(#688) Missing whitespace after semicolon. (semi-spacing)
(#688) 'm' used outside of binding context. (block-scoped-var)
(#688) Operator '=' must be spaced. (space-infix-ops)
(#688) Missing whitespace after semicolon. (semi-spacing)
(#688) Expected space(s) after "for". (keyword-spacing)
(#688) 'p' used outside of binding context. (block-scoped-var)
(#688) Operator '=' must be spaced. (space-infix-ops)
(#688) Missing whitespace after semicolon. (semi-spacing)
(#688) 'm' used outside of binding context. (block-scoped-var)
(#688) Operator '<' must be spaced. (space-infix-ops)
(#688) 'p' used outside of binding context. (block-scoped-var)
(#688) Missing whitespace after semicolon. (semi-spacing)
(#688) 'm' used outside of binding context. (block-scoped-var)
(#688) Expected { after 'for' condition. (curly)
(#688) 'm' used outside of binding context. (block-scoped-var)
(#688) Missing whitespace after semicolon. (semi-spacing)
(#688) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#688) Operator '||' must be spaced. (space-infix-ops)
(#688) Operator '=' must be spaced. (space-infix-ops)
(#688) Missing whitespace after semicolon. (semi-spacing)
(#688) Operator '=' must be spaced. (space-infix-ops)
(#688) Missing whitespace after semicolon. (semi-spacing)
(#688) 'm' used outside of binding context. (block-scoped-var)
(#688) Operator '=' must be spaced. (space-infix-ops)
(#688) Missing whitespace after semicolon. (semi-spacing)
(#688) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#688) Operator '?' must be spaced. (space-infix-ops)
(#688) 'm' used outside of binding context. (block-scoped-var)
(#688) Operator '=' must be spaced. (space-infix-ops)
(#688) Operator ':' must be spaced. (space-infix-ops)
(#688) Operator '&&' must be spaced. (space-infix-ops)
(#688) Operator '&&' must be spaced. (space-infix-ops)
(#688) 'm' used outside of binding context. (block-scoped-var)
(#688) Operator '=' must be spaced. (space-infix-ops)
(#688) Missing whitespace after semicolon. (semi-spacing)
(#688) Operator '=' must be spaced. (space-infix-ops)
(#688) 'm' used outside of binding context. (block-scoped-var)
(#688) Requires a space before '}'. (block-spacing)
(#688) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#688) Missing semicolon. (semi)
(#688) Expected space(s) before "else". (keyword-spacing)
(#688) Expected space(s) after "if". (keyword-spacing)
(#688) Expected { after 'if' condition. (curly)
(#688) Expected space(s) before "for". (keyword-spacing)
(#688) Expected space(s) after "for". (keyword-spacing)
(#688) 'm' used outside of binding context. (block-scoped-var)
(#688) Operator '=' must be spaced. (space-infix-ops)
(#688) Unexpected use of comma operator. (no-sequences)
(#688) A space is required after ','. (comma-spacing)
(#688) Expected { after 'for-in'. (curly)
(#688) 'm' used outside of binding context. (block-scoped-var)
(#688) Operator '=' must be spaced. (space-infix-ops)
(#688) 'm' used outside of binding context. (block-scoped-var)
(#688) Missing whitespace after semicolon. (semi-spacing)
(#688) Requires a space before '}'. (block-spacing)
(#688) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#688) Missing semicolon. (semi)
(#688) Missing whitespace after semicolon. (semi-spacing)
(#688) Operator '=' must be spaced. (space-infix-ops)
(#688) Function has a complexity of 63. Maximum allowed is 20. (complexity)
(#688) A space is required after ','. (comma-spacing)
(#688) Requires a space after '{'. (block-spacing)
(#688) Statement inside of curly braces should be on next line. (brace-style)
(#688) Missing space before opening brace. (space-before-blocks)
(#688) Expected space(s) after "if". (keyword-spacing)
(#688) Operator '===' must be spaced. (space-infix-ops)
(#688) Requires a space after '{'. (block-spacing)
(#688) Statement inside of curly braces should be on next line. (brace-style)
(#688) Missing space before opening brace. (space-before-blocks)
(#688) Operator '=' must be spaced. (space-infix-ops)
(#688) A space is required after ','. (comma-spacing)
(#688) A space is required after ','. (comma-spacing)
(#688) A space is required after ','. (comma-spacing)
(#688) Missing whitespace after semicolon. (semi-spacing)
(#688) Operator '=' must be spaced. (space-infix-ops)
(#688) Requires a space before '}'. (block-spacing)
(#688) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#688) Missing semicolon. (semi)
(#688) Expected space(s) before "else". (keyword-spacing)
(#688) Expected space(s) after "if". (keyword-spacing)
(#688) Operator '===' must be spaced. (space-infix-ops)
(#689) This line has a length of 512. Maximum allowed is 132. (max-len)
(#689) Requires a space after '{'. (block-spacing)
(#689) Statement inside of curly braces should be on next line. (brace-style)
(#689) Missing space before opening brace. (space-before-blocks)
(#689) A space is required after ','. (comma-spacing)
(#689) Missing whitespace after semicolon. (semi-spacing)
(#689) 'm' used outside of binding context. (block-scoped-var)
(#689) Operator '=' must be spaced. (space-infix-ops)
(#689) Missing whitespace after semicolon. (semi-spacing)
(#689) Expected space(s) after "for". (keyword-spacing)
(#689) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#689) Operator '=' must be spaced. (space-infix-ops)
(#689) Missing whitespace after semicolon. (semi-spacing)
(#689) 'm' used outside of binding context. (block-scoped-var)
(#689) Operator '<' must be spaced. (space-infix-ops)
(#689) Missing whitespace after semicolon. (semi-spacing)
(#689) 'm' used outside of binding context. (block-scoped-var)
(#689) Requires a space after '{'. (block-spacing)
(#689) Statement inside of curly braces should be on next line. (brace-style)
(#689) Missing space before opening brace. (space-before-blocks)
(#689) Expected space(s) after "for". (keyword-spacing)
(#689) Operator '=' must be spaced. (space-infix-ops)
(#689) 'm' used outside of binding context. (block-scoped-var)
(#689) A space is required after ','. (comma-spacing)
(#689) Operator '=' must be spaced. (space-infix-ops)
(#689) A space is required after ','. (comma-spacing)
(#689) Operator '=' must be spaced. (space-infix-ops)
(#689) Missing whitespace after semicolon. (semi-spacing)
(#689) Operator '<' must be spaced. (space-infix-ops)
(#689) Missing whitespace after semicolon. (semi-spacing)
(#689) Requires a space after '{'. (block-spacing)
(#689) Statement inside of curly braces should be on next line. (brace-style)
(#689) Missing space before opening brace. (space-before-blocks)
(#689) Operator '=' must be spaced. (space-infix-ops)
(#689) Missing whitespace after semicolon. (semi-spacing)
(#689) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#689) Operator '===' must be spaced. (space-infix-ops)
(#689) Operator '?' must be spaced. (space-infix-ops)
(#689) Operator '=' must be spaced. (space-infix-ops)
(#689) Operator ':' must be spaced. (space-infix-ops)
(#689) Operator '===' must be spaced. (space-infix-ops)
(#689) Operator '&&' must be spaced. (space-infix-ops)
(#689) Operator '=' must be spaced. (space-infix-ops)
(#689) Requires a space before '}'. (block-spacing)
(#689) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#689) Missing semicolon. (semi)
(#689) 'x' used outside of binding context. (block-scoped-var)
(#689) Operator '=' must be spaced. (space-infix-ops)
(#689) Missing whitespace after semicolon. (semi-spacing)
(#689) Expected space(s) after "for". (keyword-spacing)
(#689) 'A' used outside of binding context. (block-scoped-var)
(#689) Operator '=' must be spaced. (space-infix-ops)
(#689) 'y' used outside of binding context. (block-scoped-var)
(#689) Missing whitespace after semicolon. (semi-spacing)
(#689) 'x' used outside of binding context. (block-scoped-var)
(#689) Operator '<' must be spaced. (space-infix-ops)
(#689) 'A' used outside of binding context. (block-scoped-var)
(#689) Missing whitespace after semicolon. (semi-spacing)
(#689) 'x' used outside of binding context. (block-scoped-var)
(#689) 'H' used outside of binding context. (block-scoped-var)
(#689) Expected { after 'for' condition. (curly)
(#689) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#689) Operator '=' must be spaced. (space-infix-ops)
(#689) 'y' used outside of binding context. (block-scoped-var)
(#689) 'x' used outside of binding context. (block-scoped-var)
(#689) Unexpected use of comma operator. (no-sequences)
(#689) A space is required after ','. (comma-spacing)
(#689) 'H' used outside of binding context. (block-scoped-var)
(#689) Operator '===' must be spaced. (space-infix-ops)
(#689) Operator '?' must be spaced. (space-infix-ops)
(#689) Operator '=' must be spaced. (space-infix-ops)
(#689) 'H' used outside of binding context. (block-scoped-var)
(#689) Operator ':' must be spaced. (space-infix-ops)
(#689) 'H' used outside of binding context. (block-scoped-var)
(#689) Operator '===' must be spaced. (space-infix-ops)
(#689) Operator '&&' must be spaced. (space-infix-ops)
(#689) Operator '=' must be spaced. (space-infix-ops)
(#689) 'H' used outside of binding context. (block-scoped-var)
(#689) Requires a space before '}'. (block-spacing)
(#689) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#689) Missing semicolon. (semi)
(#689) 'm' used outside of binding context. (block-scoped-var)
(#689) Operator '=' must be spaced. (space-infix-ops)
(#689) A space is required after ','. (comma-spacing)
(#689) Missing whitespace after semicolon. (semi-spacing)
(#689) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#689) Operator '&&' must be spaced. (space-infix-ops)
(#689) 'm' used outside of binding context. (block-scoped-var)
(#689) Operator '=' must be spaced. (space-infix-ops)
(#689) Requires a space before '}'. (block-spacing)
(#689) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#689) Missing semicolon. (semi)
(#689) Expected space(s) before "else". (keyword-spacing)
(#689) Expected space(s) after "if". (keyword-spacing)
(#689) Operator '===' must be spaced. (space-infix-ops)
(#689) Requires a space after '{'. (block-spacing)
(#689) Statement inside of curly braces should be on next line. (brace-style)
(#689) Missing space before opening brace. (space-before-blocks)
(#689) 'm' used outside of binding context. (block-scoped-var)
(#689) Operator '=' must be spaced. (space-infix-ops)
(#689) Missing whitespace after semicolon. (semi-spacing)
(#689) Expected space(s) after "for". (keyword-spacing)
(#689) 'p' used outside of binding context. (block-scoped-var)
(#689) Operator '=' must be spaced. (space-infix-ops)
(#689) Missing whitespace after semicolon. (semi-spacing)
(#689) 'm' used outside of binding context. (block-scoped-var)
(#689) Operator '<' must be spaced. (space-infix-ops)
(#689) 'p' used outside of binding context. (block-scoped-var)
(#689) Missing whitespace after semicolon. (semi-spacing)
(#689) 'm' used outside of binding context. (block-scoped-var)
(#689) Expected { after 'for' condition. (curly)
(#689) Expected space(s) before "for". (keyword-spacing)
(#689) Expected space(s) after "for". (keyword-spacing)
(#689) 'l' used outside of binding context. (block-scoped-var)
(#689) Operator '=' must be spaced. (space-infix-ops)
(#689) 'm' used outside of binding context. (block-scoped-var)
(#689) A space is required after ','. (comma-spacing)
(#689) 'x' used outside of binding context. (block-scoped-var)
(#689) Operator '=' must be spaced. (space-infix-ops)
(#689) A space is required after ','. (comma-spacing)
(#689) 'A' used outside of binding context. (block-scoped-var)
(#689) Operator '=' must be spaced. (space-infix-ops)
(#689) 'l' used outside of binding context. (block-scoped-var)
(#689) Missing whitespace after semicolon. (semi-spacing)
(#689) 'x' used outside of binding context. (block-scoped-var)
(#689) Operator '<' must be spaced. (space-infix-ops)
(#689) 'A' used outside of binding context. (block-scoped-var)
(#689) Missing whitespace after semicolon. (semi-spacing)
(#689) 'x' used outside of binding context. (block-scoped-var)
(#689) 'H' used outside of binding context. (block-scoped-var)
(#689) Expected { after 'for' condition. (curly)
(#689) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#689) Operator '=' must be spaced. (space-infix-ops)
(#689) 'l' used outside of binding context. (block-scoped-var)
(#689) 'x' used outside of binding context. (block-scoped-var)
(#689) Unexpected use of comma operator. (no-sequences)
(#689) A space is required after ','. (comma-spacing)
(#689) 'H' used outside of binding context. (block-scoped-var)
(#689) Operator '===' must be spaced. (space-infix-ops)
(#689) Operator '?' must be spaced. (space-infix-ops)
(#689) 'r' used outside of binding context. (block-scoped-var)
(#689) Operator '=' must be spaced. (space-infix-ops)
(#689) 'H' used outside of binding context. (block-scoped-var)
(#689) Operator ':' must be spaced. (space-infix-ops)
(#689) 'H' used outside of binding context. (block-scoped-var)
(#689) Operator '===' must be spaced. (space-infix-ops)
(#689) Operator '&&' must be spaced. (space-infix-ops)
(#689) 'y' used outside of binding context. (block-scoped-var)
(#689) Operator '=' must be spaced. (space-infix-ops)
(#689) 'H' used outside of binding context. (block-scoped-var)
(#689) Missing whitespace after semicolon. (semi-spacing)
(#689) 'm' used outside of binding context. (block-scoped-var)
(#689) Operator '=' must be spaced. (space-infix-ops)
(#689) 'r' used outside of binding context. (block-scoped-var)
(#689) A space is required after ','. (comma-spacing)
(#689) 'y' used outside of binding context. (block-scoped-var)
(#689) Requires a space before '}'. (block-spacing)
(#689) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#689) Missing semicolon. (semi)
(#689) Expected space(s) before "else". (keyword-spacing)
(#689) Expected space(s) after "if". (keyword-spacing)
(#689) Operator '===' must be spaced. (space-infix-ops)
(#689) Expected { after 'if' condition. (curly)
(#689) 'm' used outside of binding context. (block-scoped-var)
(#689) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#689) Operator '=' must be spaced. (space-infix-ops)
(#690) This line has a length of 501. Maximum allowed is 132. (max-len)
(#690) A space is required after ','. (comma-spacing)
(#690) A space is required after ','. (comma-spacing)
(#690) Unexpected use of comma operator. (no-sequences)
(#690) A space is required after ','. (comma-spacing)
(#690) Operator '!==' must be spaced. (space-infix-ops)
(#690) Operator '&&' must be spaced. (space-infix-ops)
(#690) 'm' used outside of binding context. (block-scoped-var)
(#690) Operator '=' must be spaced. (space-infix-ops)
(#690) A space is required after ','. (comma-spacing)
(#690) Operator '!==' must be spaced. (space-infix-ops)
(#690) Operator '&&' must be spaced. (space-infix-ops)
(#690) 'm' used outside of binding context. (block-scoped-var)
(#690) Operator '=' must be spaced. (space-infix-ops)
(#690) A space is required after ','. (comma-spacing)
(#690) Operator '!==' must be spaced. (space-infix-ops)
(#690) Operator '&&' must be spaced. (space-infix-ops)
(#690) 'm' used outside of binding context. (block-scoped-var)
(#690) Operator '=' must be spaced. (space-infix-ops)
(#690) Missing whitespace after semicolon. (semi-spacing)
(#690) Expected space(s) after "if". (keyword-spacing)
(#690) Operator '===' must be spaced. (space-infix-ops)
(#690) Requires a space after '{'. (block-spacing)
(#690) Statement inside of curly braces should be on next line. (brace-style)
(#690) Missing space before opening brace. (space-before-blocks)
(#690) 'm' used outside of binding context. (block-scoped-var)
(#690) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#690) Operator '=' must be spaced. (space-infix-ops)
(#690) Missing whitespace after semicolon. (semi-spacing)
(#690) Expected space(s) after "for". (keyword-spacing)
(#690) 'p' used outside of binding context. (block-scoped-var)
(#690) Operator '=' must be spaced. (space-infix-ops)
(#690) Missing whitespace after semicolon. (semi-spacing)
(#690) 'm' used outside of binding context. (block-scoped-var)
(#690) Operator '<' must be spaced. (space-infix-ops)
(#690) 'p' used outside of binding context. (block-scoped-var)
(#690) Missing whitespace after semicolon. (semi-spacing)
(#690) 'm' used outside of binding context. (block-scoped-var)
(#690) Expected { after 'for' condition. (curly)
(#690) Expected space(s) before "for". (keyword-spacing)
(#690) Expected space(s) after "for". (keyword-spacing)
(#690) 'l' used outside of binding context. (block-scoped-var)
(#690) Operator '=' must be spaced. (space-infix-ops)
(#690) 'm' used outside of binding context. (block-scoped-var)
(#690) A space is required after ','. (comma-spacing)
(#690) 'r' used outside of binding context. (block-scoped-var)
(#690) Operator '=' must be spaced. (space-infix-ops)
(#690) A space is required after ','. (comma-spacing)
(#690) 'y' used outside of binding context. (block-scoped-var)
(#690) Operator '=' must be spaced. (space-infix-ops)
(#690) 'l' used outside of binding context. (block-scoped-var)
(#690) Missing whitespace after semicolon. (semi-spacing)
(#690) 'r' used outside of binding context. (block-scoped-var)
(#690) Operator '<' must be spaced. (space-infix-ops)
(#690) 'y' used outside of binding context. (block-scoped-var)
(#690) Missing whitespace after semicolon. (semi-spacing)
(#690) 'r' used outside of binding context. (block-scoped-var)
(#690) 'H' used outside of binding context. (block-scoped-var)
(#690) Expected { after 'for' condition. (curly)
(#690) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#690) Operator '=' must be spaced. (space-infix-ops)
(#690) 'l' used outside of binding context. (block-scoped-var)
(#690) 'r' used outside of binding context. (block-scoped-var)
(#690) Unexpected use of comma operator. (no-sequences)
(#690) A space is required after ','. (comma-spacing)
(#690) 'H' used outside of binding context. (block-scoped-var)
(#690) Operator '===' must be spaced. (space-infix-ops)
(#690) Operator '?' must be spaced. (space-infix-ops)
(#690) 'x' used outside of binding context. (block-scoped-var)
(#690) Operator '=' must be spaced. (space-infix-ops)
(#690) 'H' used outside of binding context. (block-scoped-var)
(#690) Operator ':' must be spaced. (space-infix-ops)
(#690) 'H' used outside of binding context. (block-scoped-var)
(#690) Operator '===' must be spaced. (space-infix-ops)
(#690) Operator '&&' must be spaced. (space-infix-ops)
(#690) 'A' used outside of binding context. (block-scoped-var)
(#690) Operator '=' must be spaced. (space-infix-ops)
(#690) 'H' used outside of binding context. (block-scoped-var)
(#690) Missing whitespace after semicolon. (semi-spacing)
(#690) 'm' used outside of binding context. (block-scoped-var)
(#690) Operator '=' must be spaced. (space-infix-ops)
(#690) 'x' used outside of binding context. (block-scoped-var)
(#690) A space is required after ','. (comma-spacing)
(#690) 'A' used outside of binding context. (block-scoped-var)
(#690) Missing whitespace after semicolon. (semi-spacing)
(#690) 'm' used outside of binding context. (block-scoped-var)
(#690) Operator '=' must be spaced. (space-infix-ops)
(#690) Missing whitespace after semicolon. (semi-spacing)
(#690) 'm' used outside of binding context. (block-scoped-var)
(#690) Operator '=' must be spaced. (space-infix-ops)
(#690) Missing whitespace after semicolon. (semi-spacing)
(#690) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#690) Operator '&&' must be spaced. (space-infix-ops)
(#690) 'm' used outside of binding context. (block-scoped-var)
(#690) Operator '=' must be spaced. (space-infix-ops)
(#690) Requires a space before '}'. (block-spacing)
(#690) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#690) Missing semicolon. (semi)
(#690) Expected space(s) before "else". (keyword-spacing)
(#690) Expected space(s) after "if". (keyword-spacing)
(#690) Operator '===' must be spaced. (space-infix-ops)
(#690) Expected { after 'if' condition. (curly)
(#690) Expected space(s) before "for". (keyword-spacing)
(#690) Expected space(s) after "for". (keyword-spacing)
(#690) 'm' used outside of binding context. (block-scoped-var)
(#690) Operator '=' must be spaced. (space-infix-ops)
(#690) A space is required after ','. (comma-spacing)
(#690) A space is required after ','. (comma-spacing)
(#690) Operator '&&' must be spaced. (space-infix-ops)
(#690) 'm' used outside of binding context. (block-scoped-var)
(#690) Operator '=' must be spaced. (space-infix-ops)
(#690) A space is required after ','. (comma-spacing)
(#690) 'p' used outside of binding context. (block-scoped-var)
(#690) Operator '=' must be spaced. (space-infix-ops)
(#690) A space is required after ','. (comma-spacing)
(#690) 'l' used outside of binding context. (block-scoped-var)
(#690) Operator '=' must be spaced. (space-infix-ops)
(#690) Missing whitespace after semicolon. (semi-spacing)
(#690) 'p' used outside of binding context. (block-scoped-var)
(#690) Operator '<' must be spaced. (space-infix-ops)
(#690) 'l' used outside of binding context. (block-scoped-var)
(#690) Missing whitespace after semicolon. (semi-spacing)
(#690) 'p' used outside of binding context. (block-scoped-var)
(#690) Expected { after 'for' condition. (curly)
(#690) Expected space(s) before "for". (keyword-spacing)
(#690) Expected space(s) after "for". (keyword-spacing)
(#690) 'r' used outside of binding context. (block-scoped-var)
(#690) Operator '=' must be spaced. (space-infix-ops)
(#690) 'p' used outside of binding context. (block-scoped-var)
(#690) A space is required after ','. (comma-spacing)
(#690) 'y' used outside of binding context. (block-scoped-var)
(#690) Operator '=' must be spaced. (space-infix-ops)
(#690) A space is required after ','. (comma-spacing)
(#690) 'x' used outside of binding context. (block-scoped-var)
(#690) Operator '=' must be spaced. (space-infix-ops)
(#690) 'r' used outside of binding context. (block-scoped-var)
(#690) Missing whitespace after semicolon. (semi-spacing)
(#690) 'y' used outside of binding context. (block-scoped-var)
(#690) Operator '<' must be spaced. (space-infix-ops)
(#690) 'x' used outside of binding context. (block-scoped-var)
(#690) Missing whitespace after semicolon. (semi-spacing)
(#690) 'y' used outside of binding context. (block-scoped-var)
(#690) Expected { after 'for' condition. (curly)
(#690) Expected space(s) before "if". (keyword-spacing)
(#690) Expected space(s) after "if". (keyword-spacing)
(#690) 'A' used outside of binding context. (block-scoped-var)
(#690) Operator '=' must be spaced. (space-infix-ops)
(#690) 'r' used outside of binding context. (block-scoped-var)
(#690) 'y' used outside of binding context. (block-scoped-var)
(#690) Unexpected use of comma operator. (no-sequences)
(#690) A space is required after ','. (comma-spacing)
(#690) 'A' used outside of binding context. (block-scoped-var)
(#690) Operator '===' must be spaced. (space-infix-ops)
(#690) 'm' used outside of binding context. (block-scoped-var)
(#690) Expected { after 'if' condition. (curly)
(#690) Operator '=' must be spaced. (space-infix-ops)
(#690) 'A' used outside of binding context. (block-scoped-var)
(#690) Missing whitespace after semicolon. (semi-spacing)
(#690) Expected space(s) after "else". (keyword-spacing)
(#690) Requires a space after '{'. (block-spacing)
(#690) Statement inside of curly braces should be on next line. (brace-style)
(#690) 'H' used outside of binding context. (block-scoped-var)
(#690) Operator '=' must be spaced. (space-infix-ops)
(#691) This line has a length of 512. Maximum allowed is 132. (max-len)
(#691) Missing whitespace after semicolon. (semi-spacing)
(#691) Expected space(s) after "for". (keyword-spacing)
(#691) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#691) Operator '=' must be spaced. (space-infix-ops)
(#691) Missing whitespace after semicolon. (semi-spacing)
(#691) 'H' used outside of binding context. (block-scoped-var)
(#691) Operator '<' must be spaced. (space-infix-ops)
(#691) Missing whitespace after semicolon. (semi-spacing)
(#691) 'H' used outside of binding context. (block-scoped-var)
(#691) 'A' used outside of binding context. (block-scoped-var)
(#691) Expected { after 'for' condition. (curly)
(#691) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#691) Operator '===' must be spaced. (space-infix-ops)
(#691) 'H' used outside of binding context. (block-scoped-var)
(#691) Operator '&&' must be spaced. (space-infix-ops)
(#691) 'm' used outside of binding context. (block-scoped-var)
(#691) 'A' used outside of binding context. (block-scoped-var)
(#691) Requires a space before '}'. (block-spacing)
(#691) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#691) Missing semicolon. (semi)
(#691) Expected space(s) before "else". (keyword-spacing)
(#691) Expected space(s) after "if". (keyword-spacing)
(#691) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#691) Operator '===' must be spaced. (space-infix-ops)
(#691) Requires a space after '{'. (block-spacing)
(#691) Statement inside of curly braces should be on next line. (brace-style)
(#691) Missing space before opening brace. (space-before-blocks)
(#691) 'm' used outside of binding context. (block-scoped-var)
(#691) Operator '=' must be spaced. (space-infix-ops)
(#691) Missing whitespace after semicolon. (semi-spacing)
(#691) Expected space(s) after "for". (keyword-spacing)
(#691) 'p' used outside of binding context. (block-scoped-var)
(#691) Operator '=' must be spaced. (space-infix-ops)
(#691) Missing whitespace after semicolon. (semi-spacing)
(#691) 'm' used outside of binding context. (block-scoped-var)
(#691) Operator '<' must be spaced. (space-infix-ops)
(#691) 'p' used outside of binding context. (block-scoped-var)
(#691) Missing whitespace after semicolon. (semi-spacing)
(#691) 'm' used outside of binding context. (block-scoped-var)
(#691) Expected { after 'for' condition. (curly)
(#691) Expected space(s) before "for". (keyword-spacing)
(#691) Expected space(s) after "for". (keyword-spacing)
(#691) 'l' used outside of binding context. (block-scoped-var)
(#691) Operator '=' must be spaced. (space-infix-ops)
(#691) 'm' used outside of binding context. (block-scoped-var)
(#691) A space is required after ','. (comma-spacing)
(#691) 'r' used outside of binding context. (block-scoped-var)
(#691) Operator '=' must be spaced. (space-infix-ops)
(#691) A space is required after ','. (comma-spacing)
(#691) 'y' used outside of binding context. (block-scoped-var)
(#691) Operator '=' must be spaced. (space-infix-ops)
(#691) 'l' used outside of binding context. (block-scoped-var)
(#691) Missing whitespace after semicolon. (semi-spacing)
(#691) 'r' used outside of binding context. (block-scoped-var)
(#691) Operator '<' must be spaced. (space-infix-ops)
(#691) 'y' used outside of binding context. (block-scoped-var)
(#691) Missing whitespace after semicolon. (semi-spacing)
(#691) 'r' used outside of binding context. (block-scoped-var)
(#691) 'x' used outside of binding context. (block-scoped-var)
(#691) Expected { after 'for' condition. (curly)
(#691) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#691) Operator '=' must be spaced. (space-infix-ops)
(#691) 'l' used outside of binding context. (block-scoped-var)
(#691) 'r' used outside of binding context. (block-scoped-var)
(#691) Unexpected use of comma operator. (no-sequences)
(#691) A space is required after ','. (comma-spacing)
(#691) 'x' used outside of binding context. (block-scoped-var)
(#691) Operator '===' must be spaced. (space-infix-ops)
(#691) Operator '?' must be spaced. (space-infix-ops)
(#691) 'H' used outside of binding context. (block-scoped-var)
(#691) Operator '=' must be spaced. (space-infix-ops)
(#691) 'x' used outside of binding context. (block-scoped-var)
(#691) Operator ':' must be spaced. (space-infix-ops)
(#691) 'x' used outside of binding context. (block-scoped-var)
(#691) Operator '===' must be spaced. (space-infix-ops)
(#691) Operator '&&' must be spaced. (space-infix-ops)
(#691) 'a' used outside of binding context. (block-scoped-var)
(#691) Operator '=' must be spaced. (space-infix-ops)
(#691) 'x' used outside of binding context. (block-scoped-var)
(#691) Missing whitespace after semicolon. (semi-spacing)
(#691) 'm' used outside of binding context. (block-scoped-var)
(#691) Operator '=' must be spaced. (space-infix-ops)
(#691) 'H' used outside of binding context. (block-scoped-var)
(#691) A space is required after ','. (comma-spacing)
(#691) 'a' used outside of binding context. (block-scoped-var)
(#691) A space is required after ','. (comma-spacing)
(#691) A space is required after ','. (comma-spacing)
(#691) Requires a space before '}'. (block-spacing)
(#691) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#691) Missing semicolon. (semi)
(#691) Expected space(s) before "else". (keyword-spacing)
(#691) Expected space(s) after "if". (keyword-spacing)
(#691) Operator '===' must be spaced. (space-infix-ops)
(#691) Requires a space after '{'. (block-spacing)
(#691) Statement inside of curly braces should be on next line. (brace-style)
(#691) Missing space before opening brace. (space-before-blocks)
(#691) A space is required after ','. (comma-spacing)
(#691) A space is required after ','. (comma-spacing)
(#691) Missing whitespace after semicolon. (semi-spacing)
(#691) 'm' used outside of binding context. (block-scoped-var)
(#691) Operator '=' must be spaced. (space-infix-ops)
(#691) Missing whitespace after semicolon. (semi-spacing)
(#691) Expected space(s) after "for". (keyword-spacing)
(#691) 'p' used outside of binding context. (block-scoped-var)
(#691) Operator '=' must be spaced. (space-infix-ops)
(#691) Missing whitespace after semicolon. (semi-spacing)
(#691) 'm' used outside of binding context. (block-scoped-var)
(#691) Operator '<' must be spaced. (space-infix-ops)
(#691) 'p' used outside of binding context. (block-scoped-var)
(#691) Missing whitespace after semicolon. (semi-spacing)
(#691) 'm' used outside of binding context. (block-scoped-var)
(#691) Expected { after 'for' condition. (curly)
(#691) Expected space(s) before "for". (keyword-spacing)
(#691) Expected space(s) after "for". (keyword-spacing)
(#691) 'l' used outside of binding context. (block-scoped-var)
(#691) Operator '=' must be spaced. (space-infix-ops)
(#691) 'm' used outside of binding context. (block-scoped-var)
(#691) A space is required after ','. (comma-spacing)
(#691) 'r' used outside of binding context. (block-scoped-var)
(#691) Operator '=' must be spaced. (space-infix-ops)
(#691) A space is required after ','. (comma-spacing)
(#691) 'y' used outside of binding context. (block-scoped-var)
(#691) Operator '=' must be spaced. (space-infix-ops)
(#691) 'l' used outside of binding context. (block-scoped-var)
(#691) Missing whitespace after semicolon. (semi-spacing)
(#691) 'r' used outside of binding context. (block-scoped-var)
(#691) Operator '<' must be spaced. (space-infix-ops)
(#691) 'y' used outside of binding context. (block-scoped-var)
(#691) Missing whitespace after semicolon. (semi-spacing)
(#691) 'r' used outside of binding context. (block-scoped-var)
(#691) 'x' used outside of binding context. (block-scoped-var)
(#691) Expected { after 'for' condition. (curly)
(#691) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#691) Operator '=' must be spaced. (space-infix-ops)
(#691) 'l' used outside of binding context. (block-scoped-var)
(#691) 'r' used outside of binding context. (block-scoped-var)
(#691) Unexpected use of comma operator. (no-sequences)
(#691) A space is required after ','. (comma-spacing)
(#691) 'x' used outside of binding context. (block-scoped-var)
(#691) Do not nest ternary expressions. (no-nested-ternary)
(#691) Operator '===' must be spaced. (space-infix-ops)
(#691) Operator '?' must be spaced. (space-infix-ops)
(#691) Operator '=' must be spaced. (space-infix-ops)
(#691) 'x' used outside of binding context. (block-scoped-var)
(#691) Operator ':' must be spaced. (space-infix-ops)
(#691) 'x' used outside of binding context. (block-scoped-var)
(#691) Operator '===' must be spaced. (space-infix-ops)
(#691) Operator '?' must be spaced. (space-infix-ops)
(#691) Operator '=' must be spaced. (space-infix-ops)
(#691) 'x' used outside of binding context. (block-scoped-var)
(#691) Operator ':' must be spaced. (space-infix-ops)
(#691) 'x' used outside of binding context. (block-scoped-var)
(#691) Operator '===' must be spaced. (space-infix-ops)
(#691) Operator '&&' must be spaced. (space-infix-ops)
(#691) Operator '=' must be spaced. (space-infix-ops)
(#691) 'x' used outside of binding context. (block-scoped-var)
(#691) Missing whitespace after semicolon. (semi-spacing)
(#691) 'm' used outside of binding context. (block-scoped-var)
(#691) Operator '=' must be spaced. (space-infix-ops)
(#691) A space is required after ','. (comma-spacing)
(#691) A space is required after ','. (comma-spacing)
(#691) Requires a space before '}'. (block-spacing)
(#691) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#691) Missing semicolon. (semi)
(#691) Expected space(s) before "else". (keyword-spacing)
(#691) Expected space(s) after "if". (keyword-spacing)
(#691) Operator '===' must be spaced. (space-infix-ops)
(#691) Requires a space after '{'. (block-spacing)
(#691) Statement inside of curly braces should be on next line. (brace-style)
(#691) Missing space before opening brace. (space-before-blocks)
(#691) A space is required after ','. (comma-spacing)
(#691) A space is required after ','. (comma-spacing)
(#691) A space is required after ','. (comma-spacing)
(#691) Missing whitespace after semicolon. (semi-spacing)
(#691) 'm' used outside of binding context. (block-scoped-var)
(#691) Operator '=' must be spaced. (space-infix-ops)
(#691) Missing whitespace after semicolon. (semi-spacing)
(#691) Expected space(s) after "for". (keyword-spacing)
(#691) 'p' used outside of binding context. (block-scoped-var)
(#691) Operator '=' must be spaced. (space-infix-ops)
(#691) Missing whitespace after semicolon. (semi-spacing)
(#691) 'm' used outside of binding context. (block-scoped-var)
(#691) Operator '<' must be spaced. (space-infix-ops)
(#691) 'p' used outside of binding context. (block-scoped-var)
(#691) Missing whitespace after semicolon. (semi-spacing)
(#691) 'm' used outside of binding context. (block-scoped-var)
(#691) Expected { after 'for' condition. (curly)
(#691) Expected space(s) before "for". (keyword-spacing)
(#691) Expected space(s) after "for". (keyword-spacing)
(#691) 'l' used outside of binding context. (block-scoped-var)
(#691) Operator '=' must be spaced. (space-infix-ops)
(#692) This line has a length of 511. Maximum allowed is 132. (max-len)
(#692) 'm' used outside of binding context. (block-scoped-var)
(#692) A space is required after ','. (comma-spacing)
(#692) 'r' used outside of binding context. (block-scoped-var)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) A space is required after ','. (comma-spacing)
(#692) 'y' used outside of binding context. (block-scoped-var)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) 'l' used outside of binding context. (block-scoped-var)
(#692) Missing whitespace after semicolon. (semi-spacing)
(#692) 'r' used outside of binding context. (block-scoped-var)
(#692) Operator '<' must be spaced. (space-infix-ops)
(#692) 'y' used outside of binding context. (block-scoped-var)
(#692) Missing whitespace after semicolon. (semi-spacing)
(#692) 'r' used outside of binding context. (block-scoped-var)
(#692) 'x' used outside of binding context. (block-scoped-var)
(#692) Expected { after 'for' condition. (curly)
(#692) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) 'l' used outside of binding context. (block-scoped-var)
(#692) 'r' used outside of binding context. (block-scoped-var)
(#692) Unexpected use of comma operator. (no-sequences)
(#692) A space is required after ','. (comma-spacing)
(#692) 'x' used outside of binding context. (block-scoped-var)
(#692) Do not nest ternary expressions. (no-nested-ternary)
(#692) Operator '===' must be spaced. (space-infix-ops)
(#692) Operator '?' must be spaced. (space-infix-ops)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) 'x' used outside of binding context. (block-scoped-var)
(#692) Operator ':' must be spaced. (space-infix-ops)
(#692) 'x' used outside of binding context. (block-scoped-var)
(#692) Do not nest ternary expressions. (no-nested-ternary)
(#692) Operator '===' must be spaced. (space-infix-ops)
(#692) Operator '?' must be spaced. (space-infix-ops)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) 'x' used outside of binding context. (block-scoped-var)
(#692) Operator ':' must be spaced. (space-infix-ops)
(#692) 'x' used outside of binding context. (block-scoped-var)
(#692) Operator '===' must be spaced. (space-infix-ops)
(#692) Operator '?' must be spaced. (space-infix-ops)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) 'x' used outside of binding context. (block-scoped-var)
(#692) Operator ':' must be spaced. (space-infix-ops)
(#692) 'x' used outside of binding context. (block-scoped-var)
(#692) Operator '===' must be spaced. (space-infix-ops)
(#692) Operator '&&' must be spaced. (space-infix-ops)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) 'x' used outside of binding context. (block-scoped-var)
(#692) Missing whitespace after semicolon. (semi-spacing)
(#692) 'm' used outside of binding context. (block-scoped-var)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) A space is required after ','. (comma-spacing)
(#692) A space is required after ','. (comma-spacing)
(#692) A space is required after ','. (comma-spacing)
(#692) Requires a space before '}'. (block-spacing)
(#692) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#692) Missing semicolon. (semi)
(#692) Expected space(s) before "else". (keyword-spacing)
(#692) Expected space(s) after "if". (keyword-spacing)
(#692) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#692) Operator '===' must be spaced. (space-infix-ops)
(#692) Requires a space after '{'. (block-spacing)
(#692) Statement inside of curly braces should be on next line. (brace-style)
(#692) Missing space before opening brace. (space-before-blocks)
(#692) 'p' used outside of binding context. (block-scoped-var)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) Missing whitespace after semicolon. (semi-spacing)
(#692) 'l' used outside of binding context. (block-scoped-var)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) Missing whitespace after semicolon. (semi-spacing)
(#692) Expected space(s) after "for". (keyword-spacing)
(#692) 'r' used outside of binding context. (block-scoped-var)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) Missing whitespace after semicolon. (semi-spacing)
(#692) 'l' used outside of binding context. (block-scoped-var)
(#692) Operator '<' must be spaced. (space-infix-ops)
(#692) 'r' used outside of binding context. (block-scoped-var)
(#692) Missing whitespace after semicolon. (semi-spacing)
(#692) 'l' used outside of binding context. (block-scoped-var)
(#692) Expected { after 'for' condition. (curly)
(#692) Expected space(s) before "for". (keyword-spacing)
(#692) Expected space(s) after "for". (keyword-spacing)
(#692) 'y' used outside of binding context. (block-scoped-var)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) 'l' used outside of binding context. (block-scoped-var)
(#692) A space is required after ','. (comma-spacing)
(#692) 'x' used outside of binding context. (block-scoped-var)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) A space is required after ','. (comma-spacing)
(#692) 'A' used outside of binding context. (block-scoped-var)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) 'y' used outside of binding context. (block-scoped-var)
(#692) Missing whitespace after semicolon. (semi-spacing)
(#692) 'x' used outside of binding context. (block-scoped-var)
(#692) Operator '<' must be spaced. (space-infix-ops)
(#692) 'A' used outside of binding context. (block-scoped-var)
(#692) Missing whitespace after semicolon. (semi-spacing)
(#692) 'x' used outside of binding context. (block-scoped-var)
(#692) Expected { after 'for' condition. (curly)
(#692) Expected space(s) before "for". (keyword-spacing)
(#692) Expected space(s) after "for". (keyword-spacing)
(#692) 'H' used outside of binding context. (block-scoped-var)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) 'y' used outside of binding context. (block-scoped-var)
(#692) 'x' used outside of binding context. (block-scoped-var)
(#692) A space is required after ','. (comma-spacing)
(#692) 'a' used outside of binding context. (block-scoped-var)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) A space is required after ','. (comma-spacing)
(#692) 'f' used outside of binding context. (block-scoped-var)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) Missing whitespace after semicolon. (semi-spacing)
(#692) 'a' used outside of binding context. (block-scoped-var)
(#692) Operator '<' must be spaced. (space-infix-ops)
(#692) 'f' used outside of binding context. (block-scoped-var)
(#692) Missing whitespace after semicolon. (semi-spacing)
(#692) 'a' used outside of binding context. (block-scoped-var)
(#692) 'H' used outside of binding context. (block-scoped-var)
(#692) Expected { after 'for' condition. (curly)
(#692) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#692) Operator '===' must be spaced. (space-infix-ops)
(#692) 'a' used outside of binding context. (block-scoped-var)
(#692) Operator '&&' must be spaced. (space-infix-ops)
(#692) 'p' used outside of binding context. (block-scoped-var)
(#692) 'H' used outside of binding context. (block-scoped-var)
(#692) Missing whitespace after semicolon. (semi-spacing)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) Operator '?' must be spaced. (space-infix-ops)
(#692) Operator ':' must be spaced. (space-infix-ops)
(#692) Missing whitespace after semicolon. (semi-spacing)
(#692) 'l' used outside of binding context. (block-scoped-var)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) Operator '?' must be spaced. (space-infix-ops)
(#692) Operator ':' must be spaced. (space-infix-ops)
(#692) Missing whitespace after semicolon. (semi-spacing)
(#692) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#692) Do not nest ternary expressions. (no-nested-ternary)
(#692) Operator '===' must be spaced. (space-infix-ops)
(#692) Operator '?' must be spaced. (space-infix-ops)
(#692) 'm' used outside of binding context. (block-scoped-var)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) 'p' used outside of binding context. (block-scoped-var)
(#692) A space is required after ','. (comma-spacing)
(#692) 'l' used outside of binding context. (block-scoped-var)
(#692) Operator ':' must be spaced. (space-infix-ops)
(#692) Operator '===' must be spaced. (space-infix-ops)
(#692) Operator '?' must be spaced. (space-infix-ops)
(#692) 'm' used outside of binding context. (block-scoped-var)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) 'p' used outside of binding context. (block-scoped-var)
(#692) A space is required after ','. (comma-spacing)
(#692) A space is required after ','. (comma-spacing)
(#692) 'l' used outside of binding context. (block-scoped-var)
(#692) Operator ':' must be spaced. (space-infix-ops)
(#692) Operator '===' must be spaced. (space-infix-ops)
(#692) Operator '&&' must be spaced. (space-infix-ops)
(#692) 'm' used outside of binding context. (block-scoped-var)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) 'p' used outside of binding context. (block-scoped-var)
(#692) A space is required after ','. (comma-spacing)
(#692) A space is required after ','. (comma-spacing)
(#692) 'l' used outside of binding context. (block-scoped-var)
(#692) Requires a space before '}'. (block-spacing)
(#692) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#692) Missing semicolon. (semi)
(#692) Expected space(s) before "else". (keyword-spacing)
(#692) Expected space(s) after "if". (keyword-spacing)
(#692) Operator '===' must be spaced. (space-infix-ops)
(#692) Requires a space after '{'. (block-spacing)
(#692) Statement inside of curly braces should be on next line. (brace-style)
(#692) Missing space before opening brace. (space-before-blocks)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) Missing whitespace after semicolon. (semi-spacing)
(#692) Expected space(s) after "for". (keyword-spacing)
(#692) Expected { after 'for-in'. (curly)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#693) This line has a length of 504. Maximum allowed is 132. (max-len)
(#693) Missing whitespace after semicolon. (semi-spacing)
(#693) 'm' used outside of binding context. (block-scoped-var)
(#693) Operator '=' must be spaced. (space-infix-ops)
(#693) Requires a space before '}'. (block-spacing)
(#693) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#693) Missing semicolon. (semi)
(#693) Expected space(s) before "return". (keyword-spacing)
(#693) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#693) 'm' used outside of binding context. (block-scoped-var)
(#693) Requires a space before '}'. (block-spacing)
(#693) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#693) Missing semicolon. (semi)
(#693) Missing whitespace after semicolon. (semi-spacing)
(#693) Operator '=' must be spaced. (space-infix-ops)
(#693) Requires a space after '{'. (block-spacing)
(#693) Statement inside of curly braces should be on next line. (brace-style)
(#693) Missing space before opening brace. (space-before-blocks)
(#693) Operator '=' must be spaced. (space-infix-ops)
(#693) Missing whitespace after semicolon. (semi-spacing)
(#693) Operator '=' must be spaced. (space-infix-ops)
(#693) Missing whitespace after semicolon. (semi-spacing)
(#693) Operator '=' must be spaced. (space-infix-ops)
(#693) Missing whitespace after semicolon. (semi-spacing)
(#693) Operator '=' must be spaced. (space-infix-ops)
(#693) Missing whitespace after semicolon. (semi-spacing)
(#693) Requires a space before '}'. (block-spacing)
(#693) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#693) Missing semicolon. (semi)
(#693) Missing whitespace after semicolon. (semi-spacing)
(#693) Operator '=' must be spaced. (space-infix-ops)
(#693) Requires a space after '{'. (block-spacing)
(#693) Statement inside of curly braces should be on next line. (brace-style)
(#693) Missing space before opening brace. (space-before-blocks)
(#693) Expected space(s) after "for". (keyword-spacing)
(#693) Operator '=' must be spaced. (space-infix-ops)
(#693) A space is required after ','. (comma-spacing)
(#693) Operator '=' must be spaced. (space-infix-ops)
(#693) A space is required after ','. (comma-spacing)
(#693) Operator '=' must be spaced. (space-infix-ops)
(#693) Missing whitespace after semicolon. (semi-spacing)
(#693) Operator '<' must be spaced. (space-infix-ops)
(#693) Missing whitespace after semicolon. (semi-spacing)
(#693) Requires a space after '{'. (block-spacing)
(#693) Statement inside of curly braces should be on next line. (brace-style)
(#693) Missing space before opening brace. (space-before-blocks)
(#693) Expected space(s) after "for". (keyword-spacing)
(#693) Operator '=' must be spaced. (space-infix-ops)
(#693) A space is required after ','. (comma-spacing)
(#693) Operator '=' must be spaced. (space-infix-ops)
(#693) A space is required after ','. (comma-spacing)
(#693) Operator '=' must be spaced. (space-infix-ops)
(#693) A space is required after ','. (comma-spacing)
(#693) Operator '=' must be spaced. (space-infix-ops)
(#693) Missing whitespace after semicolon. (semi-spacing)
(#693) Operator '<' must be spaced. (space-infix-ops)
(#693) Missing whitespace after semicolon. (semi-spacing)
(#693) Requires a space after '{'. (block-spacing)
(#693) Statement inside of curly braces should be on next line. (brace-style)
(#693) Missing space before opening brace. (space-before-blocks)
(#693) Operator '=' must be spaced. (space-infix-ops)
(#693) A space is required after ','. (comma-spacing)
(#693) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#693) Operator '=' must be spaced. (space-infix-ops)
(#693) Missing '()' invoking a constructor. (new-parens)
(#693) Missing whitespace after semicolon. (semi-spacing)
(#693) Operator '=' must be spaced. (space-infix-ops)
(#693) Missing whitespace after semicolon. (semi-spacing)
(#693) Operator '=' must be spaced. (space-infix-ops)
(#693) A space is required after ','. (comma-spacing)
(#693) A space is required after ','. (comma-spacing)
(#693) A space is required after ','. (comma-spacing)
(#693) Missing whitespace after semicolon. (semi-spacing)
(#693) Operator '=' must be spaced. (space-infix-ops)
(#693) A space is required after ','. (comma-spacing)
(#693) A space is required after ','. (comma-spacing)
(#693) A space is required after ','. (comma-spacing)
(#693) Missing whitespace after semicolon. (semi-spacing)
(#693) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#693) Operator '&&' must be spaced. (space-infix-ops)
(#693) Operator '=' must be spaced. (space-infix-ops)
(#693) A space is required after ','. (comma-spacing)
(#693) A space is required after ','. (comma-spacing)
(#693) A space is required after ','. (comma-spacing)
(#693) A space is required after ','. (comma-spacing)
(#693) Operator '=' must be spaced. (space-infix-ops)
(#693) A space is required after ','. (comma-spacing)
(#693) A space is required after ','. (comma-spacing)
(#693) A space is required after ','. (comma-spacing)
(#693) A space is required after ','. (comma-spacing)
(#693) Operator '=' must be spaced. (space-infix-ops)
(#693) A space is required after ','. (comma-spacing)
(#693) A space is required after ','. (comma-spacing)
(#693) A space is required after ','. (comma-spacing)
(#693) Missing whitespace after semicolon. (semi-spacing)
(#693) Operator '=' must be spaced. (space-infix-ops)
(#694) This line has a length of 431. Maximum allowed is 132. (max-len)
(#694) Missing whitespace after semicolon. (semi-spacing)
(#694) Operator '=' must be spaced. (space-infix-ops)
(#694) Missing whitespace after semicolon. (semi-spacing)
(#694) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#694) Operator '=' must be spaced. (space-infix-ops)
(#694) Operator '<' must be spaced. (space-infix-ops)
(#694) Operator '&&' must be spaced. (space-infix-ops)
(#694) Operator '-' must be spaced. (space-infix-ops)
(#694) Missing whitespace after semicolon. (semi-spacing)
(#694) Requires a space before '}'. (block-spacing)
(#694) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#694) Missing semicolon. (semi)
(#694) 'r' used outside of binding context. (block-scoped-var)
(#694) Requires a space before '}'. (block-spacing)
(#694) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#694) Missing semicolon. (semi)
(#694) Expected space(s) before "return". (keyword-spacing)
(#694) 'g' used outside of binding context. (block-scoped-var)
(#694) Requires a space before '}'. (block-spacing)
(#694) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#694) Missing semicolon. (semi)
(#694) Missing whitespace after semicolon. (semi-spacing)
(#694) Operator '=' must be spaced. (space-infix-ops)
(#694) Missing '()' invoking a constructor. (new-parens)
(#694) Missing whitespace after semicolon. (semi-spacing)
(#694) Operator '=' must be spaced. (space-infix-ops)
(#694) Requires a space after '{'. (block-spacing)
(#694) Statement inside of curly braces should be on next line. (brace-style)
(#694) Missing space before opening brace. (space-before-blocks)
(#694) Expected space(s) after "try". (keyword-spacing)
(#694) Requires a space after '{'. (block-spacing)
(#694) Statement inside of curly braces should be on next line. (brace-style)
(#694) Operator '=' must be spaced. (space-infix-ops)
(#694) Requires a space before '}'. (block-spacing)
(#694) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#694) Missing semicolon. (semi)
(#694) Expected space(s) before "catch". (keyword-spacing)
(#694) Expected space(s) after "catch". (keyword-spacing)
(#694) Requires a space after '{'. (block-spacing)
(#694) Statement inside of curly braces should be on next line. (brace-style)
(#694) Missing space before opening brace. (space-before-blocks)
(#694) Requires a space before '}'. (block-spacing)
(#694) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#694) Missing semicolon. (semi)
(#694) Expected space(s) before "return". (keyword-spacing)
(#694) 'g' used outside of binding context. (block-scoped-var)
(#694) Do not nest ternary expressions. (no-nested-ternary)
(#694) Operator '?' must be spaced. (space-infix-ops)
(#694) 'g' used outside of binding context. (block-scoped-var)
(#694) Do not nest ternary expressions. (no-nested-ternary)
(#694) Operator '||' must be spaced. (space-infix-ops)
(#694) 'g' used outside of binding context. (block-scoped-var)
(#694) Operator '?' must be spaced. (space-infix-ops)
(#694) 'g' used outside of binding context. (block-scoped-var)
(#694) Operator ':' must be spaced. (space-infix-ops)
(#694) 'g' used outside of binding context. (block-scoped-var)
(#694) Operator '?' must be spaced. (space-infix-ops)
(#694) Missing space before value for key 'molecules'. (key-spacing)
(#694) 'g' used outside of binding context. (block-scoped-var)
(#694) A space is required after ','. (comma-spacing)
(#694) Missing space before value for key 'shapes'. (key-spacing)
(#694) Operator ':' must be spaced. (space-infix-ops)
(#694) Missing space before value for key 'molecules'. (key-spacing)
(#694) A space is required after ','. (comma-spacing)
(#694) Missing space before value for key 'shapes'. (key-spacing)
(#694) Operator ':' must be spaced. (space-infix-ops)
(#694) Requires a space before '}'. (block-spacing)
(#694) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#694) Missing semicolon. (semi)
(#694) Missing whitespace after semicolon. (semi-spacing)
(#694) Operator '=' must be spaced. (space-infix-ops)
(#694) A space is required after ','. (comma-spacing)
(#694) Requires a space after '{'. (block-spacing)
(#694) Statement inside of curly braces should be on next line. (brace-style)
(#694) Missing space before opening brace. (space-before-blocks)
(#694) A space is required after ','. (comma-spacing)
(#694) Requires a space before '}'. (block-spacing)
(#694) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#694) Missing semicolon. (semi)
(#694) Requires a space before '}'. (block-spacing)
(#694) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#694) Missing semicolon. (semi)
(#694) A space is required after ','. (comma-spacing)
(#694) A space is required after ','. (comma-spacing)
(#694) A space is required after ','. (comma-spacing)
(#694) A space is required after ','. (comma-spacing)
(#694) A space is required after ','. (comma-spacing)
(#695) This line has a length of 505. Maximum allowed is 132. (max-len)
(#695) A space is required after ','. (comma-spacing)
(#695) A space is required after ','. (comma-spacing)
(#695) A space is required after ','. (comma-spacing)
(#695) Requires a space after '{'. (block-spacing)
(#695) Statement inside of curly braces should be on next line. (brace-style)
(#695) Missing space before opening brace. (space-before-blocks)
(#695) Operator '=' must be spaced. (space-infix-ops)
(#695) Unexpected empty function. (no-empty-function)
(#695) Missing space before opening brace. (space-before-blocks)
(#695) Missing whitespace after semicolon. (semi-spacing)
(#695) This line has 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#695) Operator '=' must be spaced. (space-infix-ops)
(#695) Operator '=' must be spaced. (space-infix-ops)
(#695) Missing '()' invoking a constructor. (new-parens)
(#695) Missing whitespace after semicolon. (semi-spacing)
(#695) Operator '=' must be spaced. (space-infix-ops)
(#695) A space is required after ','. (comma-spacing)
(#695) Requires a space after '{'. (block-spacing)
(#695) Statement inside of curly braces should be on next line. (brace-style)
(#695) Missing space before opening brace. (space-before-blocks)
(#695) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#695) Operator '||' must be spaced. (space-infix-ops)
(#695) Operator '=' must be spaced. (space-infix-ops)
(#695) Missing whitespace after semicolon. (semi-spacing)
(#695) Operator '=' must be spaced. (space-infix-ops)
(#695) Missing whitespace after semicolon. (semi-spacing)
(#695) Expected space(s) after "if". (keyword-spacing)
(#695) Requires a space after '{'. (block-spacing)
(#695) Statement inside of curly braces should be on next line. (brace-style)
(#695) Missing space before opening brace. (space-before-blocks)
(#695) Operator '=' must be spaced. (space-infix-ops)
(#695) Missing whitespace after semicolon. (semi-spacing)
(#695) Operator '=' must be spaced. (space-infix-ops)
(#695) Missing whitespace after semicolon. (semi-spacing)
(#695) Expected space(s) after "for". (keyword-spacing)
(#695) Operator '=' must be spaced. (space-infix-ops)
(#695) A space is required after ','. (comma-spacing)
(#695) A space is required after ','. (comma-spacing)
(#695) Operator '=' must be spaced. (space-infix-ops)
(#695) A space is required after ','. (comma-spacing)
(#695) A space is required after ','. (comma-spacing)
(#695) Operator '=' must be spaced. (space-infix-ops)
(#695) A space is required after ','. (comma-spacing)
(#695) Operator '=' must be spaced. (space-infix-ops)
(#695) Operator '=' must be spaced. (space-infix-ops)
(#695) A space is required after ','. (comma-spacing)
(#695) Operator '=' must be spaced. (space-infix-ops)
(#695) Operator '+' must be spaced. (space-infix-ops)
(#695) Missing whitespace after semicolon. (semi-spacing)
(#695) Operator '<' must be spaced. (space-infix-ops)
(#695) Missing whitespace after semicolon. (semi-spacing)
(#695) Requires a space after '{'. (block-spacing)
(#695) Statement inside of curly braces should be on next line. (brace-style)
(#695) Missing space before opening brace. (space-before-blocks)
(#695) Operator '=' must be spaced. (space-infix-ops)
(#695) A space is required after ','. (comma-spacing)
(#695) Missing whitespace after semicolon. (semi-spacing)
(#695) Operator '=' must be spaced. (space-infix-ops)
(#695) Missing whitespace after semicolon. (semi-spacing)
(#695) Operator '-=' must be spaced. (space-infix-ops)
(#695) Operator '-' must be spaced. (space-infix-ops)
(#695) Operator '+' must be spaced. (space-infix-ops)
(#695) Missing whitespace after semicolon. (semi-spacing)
(#695) Requires a space before '}'. (block-spacing)
(#695) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#695) Missing semicolon. (semi)
(#695) Expected space(s) before "for". (keyword-spacing)
(#695) Expected space(s) after "for". (keyword-spacing)
(#695) Operator '=' must be spaced. (space-infix-ops)
(#695) Missing whitespace after semicolon. (semi-spacing)
(#695) Operator '<' must be spaced. (space-infix-ops)
(#695) 'g' used outside of binding context. (block-scoped-var)
(#695) Missing whitespace after semicolon. (semi-spacing)
(#695) Requires a space after '{'. (block-spacing)
(#695) Statement inside of curly braces should be on next line. (brace-style)
(#695) Missing space before opening brace. (space-before-blocks)
(#695) Operator '=' must be spaced. (space-infix-ops)
(#695) Missing whitespace after semicolon. (semi-spacing)
(#695) Operator '=' must be spaced. (space-infix-ops)
(#695) Operator '-' must be spaced. (space-infix-ops)
(#695) Missing whitespace after semicolon. (semi-spacing)
(#695) 'p' used outside of binding context. (block-scoped-var)
(#695) Operator '=' must be spaced. (space-infix-ops)
(#695) Missing whitespace after semicolon. (semi-spacing)
(#695) 'l' used outside of binding context. (block-scoped-var)
(#695) Operator '=' must be spaced. (space-infix-ops)
(#695) Missing whitespace after semicolon. (semi-spacing)
(#695) Expected space(s) after "for". (keyword-spacing)
(#695) 'r' used outside of binding context. (block-scoped-var)
(#695) Operator '=' must be spaced. (space-infix-ops)
(#695) Missing whitespace after semicolon. (semi-spacing)
(#695) 'l' used outside of binding context. (block-scoped-var)
(#695) Operator '<' must be spaced. (space-infix-ops)
(#695) 'r' used outside of binding context. (block-scoped-var)
(#695) Missing whitespace after semicolon. (semi-spacing)
(#695) 'l' used outside of binding context. (block-scoped-var)
(#695) 'y' used outside of binding context. (block-scoped-var)
(#695) Expected { after 'for' condition. (curly)
(#695) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#695) Operator '=' must be spaced. (space-infix-ops)
(#695) 'l' used outside of binding context. (block-scoped-var)
(#695) Unexpected use of comma operator. (no-sequences)
(#696) This line has a length of 512. Maximum allowed is 132. (max-len)
(#696) 'y' used outside of binding context. (block-scoped-var)
(#696) Operator '+=' must be spaced. (space-infix-ops)
(#696) Operator '+' must be spaced. (space-infix-ops)
(#696) Operator '/' must be spaced. (space-infix-ops)
(#696) Operator '-' must be spaced. (space-infix-ops)
(#696) 'p' used outside of binding context. (block-scoped-var)
(#696) A space is required after ','. (comma-spacing)
(#696) 'y' used outside of binding context. (block-scoped-var)
(#696) Operator '-=' must be spaced. (space-infix-ops)
(#696) 'p' used outside of binding context. (block-scoped-var)
(#696) Missing whitespace after semicolon. (semi-spacing)
(#696) Operator '+=' must be spaced. (space-infix-ops)
(#696) Operator '+' must be spaced. (space-infix-ops)
(#696) Requires a space before '}'. (block-spacing)
(#696) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#696) Missing semicolon. (semi)
(#696) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#696) Operator '=' must be spaced. (space-infix-ops)
(#696) A space is required after ','. (comma-spacing)
(#696) A space is required after ','. (comma-spacing)
(#696) Operator '+' must be spaced. (space-infix-ops)
(#696) A space is required after ','. (comma-spacing)
(#696) Missing whitespace after semicolon. (semi-spacing)
(#696) Operator '+=' must be spaced. (space-infix-ops)
(#696) Missing whitespace after semicolon. (semi-spacing)
(#696) Operator '=' must be spaced. (space-infix-ops)
(#696) 'g' used outside of binding context. (block-scoped-var)
(#696) Missing whitespace after semicolon. (semi-spacing)
(#696) Expected space(s) after "for". (keyword-spacing)
(#696) 'g' used outside of binding context. (block-scoped-var)
(#696) Operator '+=' must be spaced. (space-infix-ops)
(#696) 'm' used outside of binding context. (block-scoped-var)
(#696) Missing whitespace after semicolon. (semi-spacing)
(#696) Operator '<' must be spaced. (space-infix-ops)
(#696) 'g' used outside of binding context. (block-scoped-var)
(#696) Missing whitespace after semicolon. (semi-spacing)
(#696) Requires a space after '{'. (block-spacing)
(#696) Statement inside of curly braces should be on next line. (brace-style)
(#696) Missing space before opening brace. (space-before-blocks)
(#696) 'm' used outside of binding context. (block-scoped-var)
(#696) Operator '=' must be spaced. (space-infix-ops)
(#696) Missing whitespace after semicolon. (semi-spacing)
(#696) 'm' used outside of binding context. (block-scoped-var)
(#696) Operator '=' must be spaced. (space-infix-ops)
(#696) 'm' used outside of binding context. (block-scoped-var)
(#696) Operator '-' must be spaced. (space-infix-ops)
(#696) 'm' used outside of binding context. (block-scoped-var)
(#696) Missing whitespace after semicolon. (semi-spacing)
(#696) 'p' used outside of binding context. (block-scoped-var)
(#696) Operator '=' must be spaced. (space-infix-ops)
(#696) Missing whitespace after semicolon. (semi-spacing)
(#696) Expected space(s) after "for". (keyword-spacing)
(#696) 'l' used outside of binding context. (block-scoped-var)
(#696) Operator '=' must be spaced. (space-infix-ops)
(#696) Missing whitespace after semicolon. (semi-spacing)
(#696) 'l' used outside of binding context. (block-scoped-var)
(#696) Operator '<' must be spaced. (space-infix-ops)
(#696) Missing whitespace after semicolon. (semi-spacing)
(#696) 'l' used outside of binding context. (block-scoped-var)
(#696) 'r' used outside of binding context. (block-scoped-var)
(#696) Expected { after 'for' condition. (curly)
(#696) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#696) Operator '=' must be spaced. (space-infix-ops)
(#696) 'l' used outside of binding context. (block-scoped-var)
(#696) Unexpected use of comma operator. (no-sequences)
(#696) A space is required after ','. (comma-spacing)
(#696) 'r' used outside of binding context. (block-scoped-var)
(#696) Operator '+=' must be spaced. (space-infix-ops)
(#696) Operator '+' must be spaced. (space-infix-ops)
(#696) 'm' used outside of binding context. (block-scoped-var)
(#696) Operator '/' must be spaced. (space-infix-ops)
(#696) Operator '-' must be spaced. (space-infix-ops)
(#696) 'p' used outside of binding context. (block-scoped-var)
(#696) A space is required after ','. (comma-spacing)
(#696) 'r' used outside of binding context. (block-scoped-var)
(#696) Operator '-=' must be spaced. (space-infix-ops)
(#696) 'p' used outside of binding context. (block-scoped-var)
(#696) Missing whitespace after semicolon. (semi-spacing)
(#696) Operator '+=' must be spaced. (space-infix-ops)
(#696) 'm' used outside of binding context. (block-scoped-var)
(#696) Operator '+' must be spaced. (space-infix-ops)
(#696) Requires a space before '}'. (block-spacing)
(#696) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#696) Missing semicolon. (semi)
(#696) Requires a space before '}'. (block-spacing)
(#696) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#696) Expected space(s) before "else". (keyword-spacing)
(#696) Expected { after 'else'. (curly)
(#696) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#696) Missing '()' invoking a constructor. (new-parens)
(#696) Unexpected use of comma operator. (no-sequences)
(#696) A space is required after ','. (comma-spacing)
(#696) Operator '=' must be spaced. (space-infix-ops)
(#696) A space is required after ','. (comma-spacing)
(#696) A space is required after ','. (comma-spacing)
(#696) A space is required after ','. (comma-spacing)
(#696) Missing whitespace after semicolon. (semi-spacing)
(#696) Operator '=' must be spaced. (space-infix-ops)
(#696) Missing whitespace after semicolon. (semi-spacing)
(#696) Expected space(s) after "return". (keyword-spacing)
(#696) Missing space before value for key 'molecules'. (key-spacing)
(#696) A space is required after ','. (comma-spacing)
(#696) Missing space before value for key 'shapes'. (key-spacing)
(#696) Requires a space before '}'. (block-spacing)
(#696) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#696) Missing semicolon. (semi)
(#696) Missing whitespace after semicolon. (semi-spacing)
(#696) Operator '=' must be spaced. (space-infix-ops)
(#696) Expected to return a value at the end of function. (consistent-return)
(#696) A space is required after ','. (comma-spacing)
(#696) Requires a space after '{'. (block-spacing)
(#696) Statement inside of curly braces should be on next line. (brace-style)
(#696) Missing space before opening brace. (space-before-blocks)
(#696) Operator '=' must be spaced. (space-infix-ops)
(#696) A space is required after ','. (comma-spacing)
(#696) A space is required after ','. (comma-spacing)
(#696) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#696) Operator '=' must be spaced. (space-infix-ops)
(#696) Missing whitespace after semicolon. (semi-spacing)
(#696) Expected space(s) after "if". (keyword-spacing)
(#696) Operator '&&' must be spaced. (space-infix-ops)
(#696) Requires a space after '{'. (block-spacing)
(#696) Statement inside of curly braces should be on next line. (brace-style)
(#696) Missing space before opening brace. (space-before-blocks)
(#696) Expected space(s) after "for". (keyword-spacing)
(#696) Operator '=' must be spaced. (space-infix-ops)
(#696) A space is required after ','. (comma-spacing)
(#696) Operator '=' must be spaced. (space-infix-ops)
(#696) Missing whitespace after semicolon. (semi-spacing)
(#696) Operator '<' must be spaced. (space-infix-ops)
(#696) Missing whitespace after semicolon. (semi-spacing)
(#696) Expected { after 'for' condition. (curly)
(#696) Expected space(s) before "if". (keyword-spacing)
(#696) Expected space(s) after "if". (keyword-spacing)
(#696) Operator 'instanceof' must be spaced. (space-infix-ops)
(#696) Requires a space after '{'. (block-spacing)
(#696) Statement inside of curly braces should be on next line. (brace-style)
(#696) Missing space before opening brace. (space-before-blocks)
(#696) Operator '=' must be spaced. (space-infix-ops)
(#697) This line has a length of 504. Maximum allowed is 132. (max-len)
(#697) Missing whitespace after semicolon. (semi-spacing)
(#697) Requires a space before '}'. (block-spacing)
(#697) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#697) Missing semicolon. (semi)
(#697) Expected space(s) before "if". (keyword-spacing)
(#697) Expected space(s) after "if". (keyword-spacing)
(#697) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#697) Expected { after 'if' condition. (curly)
(#697) Expected space(s) before "return". (keyword-spacing)
(#697) Expected space(s) after "return". (keyword-spacing)
(#697) Missing whitespace after semicolon. (semi-spacing)
(#697) Operator '=' must be spaced. (space-infix-ops)
(#697) Missing whitespace after semicolon. (semi-spacing)
(#697) Expected space(s) after "for". (keyword-spacing)
(#697) 'g' used outside of binding context. (block-scoped-var)
(#697) Operator '=' must be spaced. (space-infix-ops)
(#697) Missing whitespace after semicolon. (semi-spacing)
(#697) Operator '<' must be spaced. (space-infix-ops)
(#697) 'g' used outside of binding context. (block-scoped-var)
(#697) Missing whitespace after semicolon. (semi-spacing)
(#697) Expected { after 'for' condition. (curly)
(#697) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#697) Operator '<' must be spaced. (space-infix-ops)
(#697) Operator '?' must be spaced. (space-infix-ops)
(#697) Operator ':' must be spaced. (space-infix-ops)
(#697) Missing whitespace after semicolon. (semi-spacing)
(#697) Operator '=' must be spaced. (space-infix-ops)
(#697) Missing whitespace after semicolon. (semi-spacing)
(#697) Missing whitespace after semicolon. (semi-spacing)
(#697) A space is required after ','. (comma-spacing)
(#697) Missing whitespace after semicolon. (semi-spacing)
(#697) A space is required after ','. (comma-spacing)
(#697) Missing whitespace after semicolon. (semi-spacing)
(#697) Missing whitespace after semicolon. (semi-spacing)
(#697) Expected space(s) after "for". (keyword-spacing)
(#697) Operator '=' must be spaced. (space-infix-ops)
(#697) Missing whitespace after semicolon. (semi-spacing)
(#697) Operator '>' must be spaced. (space-infix-ops)
(#697) Missing whitespace after semicolon. (semi-spacing)
(#697) Expected { after 'for' condition. (curly)
(#697) Expected space(s) before "for". (keyword-spacing)
(#697) Expected space(s) after "for". (keyword-spacing)
(#697) Operator '=' must be spaced. (space-infix-ops)
(#697) A space is required after ','. (comma-spacing)
(#697) 'g' used outside of binding context. (block-scoped-var)
(#697) Operator '=' must be spaced. (space-infix-ops)
(#697) Missing whitespace after semicolon. (semi-spacing)
(#697) Operator '<' must be spaced. (space-infix-ops)
(#697) 'g' used outside of binding context. (block-scoped-var)
(#697) Missing whitespace after semicolon. (semi-spacing)
(#697) Expected { after 'for' condition. (curly)
(#697) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#697) Unexpected use of comma operator. (no-sequences)
(#697) A space is required after ','. (comma-spacing)
(#697) A space is required after ','. (comma-spacing)
(#697) Missing whitespace after semicolon. (semi-spacing)
(#697) Requires a space before '}'. (block-spacing)
(#697) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#697) Missing semicolon. (semi)
(#697) Requires a space before '}'. (block-spacing)
(#697) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#697) Missing whitespace after semicolon. (semi-spacing)
(#697) Operator '=' must be spaced. (space-infix-ops)
(#697) Missing '()' invoking a constructor. (new-parens)
(#697) Missing whitespace after semicolon. (semi-spacing)
(#697) Operator '=' must be spaced. (space-infix-ops)
(#697) A space is required after ','. (comma-spacing)
(#697) Requires a space after '{'. (block-spacing)
(#697) Statement inside of curly braces should be on next line. (brace-style)
(#697) Missing space before opening brace. (space-before-blocks)
(#698) Requires a space before '}'. (block-spacing)
(#698) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#698) Missing semicolon. (semi)
(#698) Missing whitespace after semicolon. (semi-spacing)
(#698) Operator '=' must be spaced. (space-infix-ops)
(#698) A space is required after ','. (comma-spacing)
(#698) Requires a space after '{'. (block-spacing)
(#698) Statement inside of curly braces should be on next line. (brace-style)
(#698) Missing space before opening brace. (space-before-blocks)
(#698) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#698) A space is required after ','. (comma-spacing)
(#698) Requires a space before '}'. (block-spacing)
(#698) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#698) Missing semicolon. (semi)
(#698) Requires a space before '}'. (block-spacing)
(#698) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#698) Missing semicolon. (semi)
(#698) A space is required after ','. (comma-spacing)
(#698) A space is required after ','. (comma-spacing)
(#699) This line has a length of 508. Maximum allowed is 132. (max-len)
(#699) A space is required after ','. (comma-spacing)
(#699) A space is required after ','. (comma-spacing)
(#699) A space is required after ','. (comma-spacing)
(#699) A space is required after ','. (comma-spacing)
(#699) A space is required after ','. (comma-spacing)
(#699) A space is required after ','. (comma-spacing)
(#699) 'd' is defined but never used. (no-unused-vars)
(#699) Requires a space after '{'. (block-spacing)
(#699) Statement inside of curly braces should be on next line. (brace-style)
(#699) Missing space before opening brace. (space-before-blocks)
(#699) Operator '=' must be spaced. (space-infix-ops)
(#699) Unexpected empty function. (no-empty-function)
(#699) Missing space before opening brace. (space-before-blocks)
(#699) Missing whitespace after semicolon. (semi-spacing)
(#699) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#699) Operator '=' must be spaced. (space-infix-ops)
(#699) Operator '=' must be spaced. (space-infix-ops)
(#699) Missing '()' invoking a constructor. (new-parens)
(#699) Missing whitespace after semicolon. (semi-spacing)
(#699) Operator '=' must be spaced. (space-infix-ops)
(#699) Missing whitespace after semicolon. (semi-spacing)
(#699) Operator '=' must be spaced. (space-infix-ops)
(#699) Requires a space after '{'. (block-spacing)
(#699) Statement inside of curly braces should be on next line. (brace-style)
(#699) Missing space before opening brace. (space-before-blocks)
(#699) Operator '=' must be spaced. (space-infix-ops)
(#699) Missing '()' invoking a constructor. (new-parens)
(#699) Missing whitespace after semicolon. (semi-spacing)
(#699) Expected space(s) after "if". (keyword-spacing)
(#699) Expected { after 'if' condition. (curly)
(#699) Expected space(s) before "return". (keyword-spacing)
(#699) Missing whitespace after semicolon. (semi-spacing)
(#699) Operator '=' must be spaced. (space-infix-ops)
(#699) Missing whitespace after semicolon. (semi-spacing)
(#699) Expected space(s) after "for". (keyword-spacing)
(#699) Operator '=' must be spaced. (space-infix-ops)
(#699) A space is required after ','. (comma-spacing)
(#699) Operator '=' must be spaced. (space-infix-ops)
(#699) Missing whitespace after semicolon. (semi-spacing)
(#699) Operator '<' must be spaced. (space-infix-ops)
(#699) Missing whitespace after semicolon. (semi-spacing)
(#699) Requires a space after '{'. (block-spacing)
(#699) Statement inside of curly braces should be on next line. (brace-style)
(#699) Missing space before opening brace. (space-before-blocks)
(#699) Operator '=' must be spaced. (space-infix-ops)
(#699) Operator '+' must be spaced. (space-infix-ops)
(#699) Missing whitespace after semicolon. (semi-spacing)
(#699) Operator '=' must be spaced. (space-infix-ops)
(#699) Operator '?' must be spaced. (space-infix-ops)
(#699) Operator ':' must be spaced. (space-infix-ops)
(#699) Operator '-' must be spaced. (space-infix-ops)
(#699) A space is required after ','. (comma-spacing)
(#699) A space is required after ','. (comma-spacing)
(#699) A space is required after ','. (comma-spacing)
(#699) Requires a space before '}'. (block-spacing)
(#699) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#699) Missing semicolon. (semi)
(#699) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#699) Expected space(s) before "this". (keyword-spacing)
(#699) Operator '&&' must be spaced. (space-infix-ops)
(#699) Missing '()' invoking a constructor. (new-parens)
(#699) A space is required after ','. (comma-spacing)
(#699) Missing whitespace after semicolon. (semi-spacing)
(#699) Requires a space before '}'. (block-spacing)
(#699) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#699) Missing semicolon. (semi)
(#699) Missing whitespace after semicolon. (semi-spacing)
(#699) Operator '=' must be spaced. (space-infix-ops)
(#699) Missing '()' invoking a constructor. (new-parens)
(#699) Missing whitespace after semicolon. (semi-spacing)
(#699) Operator '=' must be spaced. (space-infix-ops)
(#700) This line has a length of 145. Maximum allowed is 132. (max-len)
(#700) Requires a space after '{'. (block-spacing)
(#700) Statement inside of curly braces should be on next line. (brace-style)
(#700) Missing space before opening brace. (space-before-blocks)
(#700) Requires a space before '}'. (block-spacing)
(#700) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#700) Missing semicolon. (semi)
(#700) Requires a space before '}'. (block-spacing)
(#700) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#700) Missing semicolon. (semi)
(#700) A space is required after ','. (comma-spacing)
(#700) A space is required after ','. (comma-spacing)
(#700) A space is required after ','. (comma-spacing)
(#700) A space is required after ','. (comma-spacing)
(#700) A space is required after ','. (comma-spacing)
(#701) This line has a length of 518. Maximum allowed is 132. (max-len)
(#701) Operator '=' must be spaced. (space-infix-ops)
(#701) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#701) A space is required after ','. (comma-spacing)
(#701) A space is required after ','. (comma-spacing)
(#701) A space is required after ','. (comma-spacing)
(#701) Requires a space after '{'. (block-spacing)
(#701) Statement inside of curly braces should be on next line. (brace-style)
(#701) Missing space before opening brace. (space-before-blocks)
(#701) Operator '=' must be spaced. (space-infix-ops)
(#701) Missing whitespace after semicolon. (semi-spacing)
(#701) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#701) Operator '=' must be spaced. (space-infix-ops)
(#701) Missing whitespace after semicolon. (semi-spacing)
(#701) Operator '=' must be spaced. (space-infix-ops)
(#701) Missing whitespace after semicolon. (semi-spacing)
(#701) Operator '=' must be spaced. (space-infix-ops)
(#701) Missing whitespace after semicolon. (semi-spacing)
(#701) Operator '=' must be spaced. (space-infix-ops)
(#701) Missing whitespace after semicolon. (semi-spacing)
(#701) Operator '=' must be spaced. (space-infix-ops)
(#701) Missing whitespace after semicolon. (semi-spacing)
(#701) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#701) Operator '||' must be spaced. (space-infix-ops)
(#701) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#701) Requires a space after '{'. (block-spacing)
(#701) Statement inside of curly braces should be on next line. (brace-style)
(#701) Missing space before opening brace. (space-before-blocks)
(#701) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#701) Requires a space after '{'. (block-spacing)
(#701) Statement inside of curly braces should be on next line. (brace-style)
(#701) Missing space before opening brace. (space-before-blocks)
(#701) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#701) Operator '&&' must be spaced. (space-infix-ops)
(#701) Operator '&&' must be spaced. (space-infix-ops)
(#701) A space is required after ','. (comma-spacing)
(#701) Requires a space before '}'. (block-spacing)
(#701) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#701) Missing semicolon. (semi)
(#701) Missing whitespace after semicolon. (semi-spacing)
(#701) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#701) Requires a space after '{'. (block-spacing)
(#701) Statement inside of curly braces should be on next line. (brace-style)
(#701) Missing space before opening brace. (space-before-blocks)
(#701) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#701) Operator '&&' must be spaced. (space-infix-ops)
(#701) Operator '!==' must be spaced. (space-infix-ops)
(#701) Operator '&&' must be spaced. (space-infix-ops)
(#701) Operator '&&' must be spaced. (space-infix-ops)
(#701) A space is required after ','. (comma-spacing)
(#701) Missing whitespace after semicolon. (semi-spacing)
(#701) Operator '=' must be spaced. (space-infix-ops)
(#701) Requires a space before '}'. (block-spacing)
(#701) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#701) Missing semicolon. (semi)
(#701) Missing whitespace after semicolon. (semi-spacing)
(#701) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#701) Requires a space after '{'. (block-spacing)
(#701) Statement inside of curly braces should be on next line. (brace-style)
(#701) Missing space before opening brace. (space-before-blocks)
(#701) Operator '=' must be spaced. (space-infix-ops)
(#702) This line has a length of 501. Maximum allowed is 132. (max-len)
(#702) Missing whitespace after semicolon. (semi-spacing)
(#702) Operator '=' must be spaced. (space-infix-ops)
(#702) Missing whitespace after semicolon. (semi-spacing)
(#702) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#702) Operator '=' must be spaced. (space-infix-ops)
(#702) Operator '||' must be spaced. (space-infix-ops)
(#702) Missing whitespace after semicolon. (semi-spacing)
(#702) Operator '=' must be spaced. (space-infix-ops)
(#702) Missing whitespace after semicolon. (semi-spacing)
(#702) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#702) Operator '&&' must be spaced. (space-infix-ops)
(#702) Operator '=' must be spaced. (space-infix-ops)
(#702) Missing whitespace after semicolon. (semi-spacing)
(#702) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#702) Operator '&&' must be spaced. (space-infix-ops)
(#702) Operator '&&' must be spaced. (space-infix-ops)
(#702) A space is required after ','. (comma-spacing)
(#702) Requires a space before '}'. (block-spacing)
(#702) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#702) Missing semicolon. (semi)
(#702) Missing whitespace after semicolon. (semi-spacing)
(#702) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#702) Requires a space after '{'. (block-spacing)
(#702) Statement inside of curly braces should be on next line. (brace-style)
(#702) Missing space before opening brace. (space-before-blocks)
(#702) Operator '=' must be spaced. (space-infix-ops)
(#702) Missing whitespace after semicolon. (semi-spacing)
(#702) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#702) Operator '&&' must be spaced. (space-infix-ops)
(#702) Operator '=' must be spaced. (space-infix-ops)
(#702) Missing whitespace after semicolon. (semi-spacing)
(#702) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#702) Operator '&&' must be spaced. (space-infix-ops)
(#702) Operator '&&' must be spaced. (space-infix-ops)
(#702) A space is required after ','. (comma-spacing)
(#702) Requires a space before '}'. (block-spacing)
(#702) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#702) Missing semicolon. (semi)
(#702) Missing whitespace after semicolon. (semi-spacing)
(#702) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#702) Requires a space after '{'. (block-spacing)
(#702) Statement inside of curly braces should be on next line. (brace-style)
(#702) Missing space before opening brace. (space-before-blocks)
(#702) Operator '=' must be spaced. (space-infix-ops)
(#702) Missing whitespace after semicolon. (semi-spacing)
(#702) Operator '=' must be spaced. (space-infix-ops)
(#702) Missing whitespace after semicolon. (semi-spacing)
(#702) Operator '=' must be spaced. (space-infix-ops)
(#702) Operator '||' must be spaced. (space-infix-ops)
(#702) Missing whitespace after semicolon. (semi-spacing)
(#702) Operator '=' must be spaced. (space-infix-ops)
(#702) Missing whitespace after semicolon. (semi-spacing)
(#702) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#702) Operator '&&' must be spaced. (space-infix-ops)
(#702) Operator '=' must be spaced. (space-infix-ops)
(#702) Missing whitespace after semicolon. (semi-spacing)
(#702) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#702) Operator '&&' must be spaced. (space-infix-ops)
(#702) Operator '&&' must be spaced. (space-infix-ops)
(#702) A space is required after ','. (comma-spacing)
(#702) Requires a space before '}'. (block-spacing)
(#702) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#702) Missing semicolon. (semi)
(#702) Requires a space before '}'. (block-spacing)
(#702) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#702) Missing semicolon. (semi)
(#703) Requires a space before '}'. (block-spacing)
(#703) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#703) Missing semicolon. (semi)
(#703) A space is required after ','. (comma-spacing)
(#703) A space is required after ','. (comma-spacing)
(#704) This line has a length of 511. Maximum allowed is 132. (max-len)
(#704) A space is required after ','. (comma-spacing)
(#704) A space is required after ','. (comma-spacing)
(#704) A space is required after ','. (comma-spacing)
(#704) A space is required after ','. (comma-spacing)
(#704) A space is required after ','. (comma-spacing)
(#704) A space is required after ','. (comma-spacing)
(#704) A space is required after ','. (comma-spacing)
(#704) A space is required after ','. (comma-spacing)
(#704) A space is required after ','. (comma-spacing)
(#704) A space is required after ','. (comma-spacing)
(#704) Requires a space after '{'. (block-spacing)
(#704) Statement inside of curly braces should be on next line. (brace-style)
(#704) Missing space before opening brace. (space-before-blocks)
(#704) Operator '=' must be spaced. (space-infix-ops)
(#704) Unexpected empty function. (no-empty-function)
(#704) Missing space before opening brace. (space-before-blocks)
(#704) Missing whitespace after semicolon. (semi-spacing)
(#704) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#704) Operator '=' must be spaced. (space-infix-ops)
(#704) Missing whitespace after semicolon. (semi-spacing)
(#704) Operator '=' must be spaced. (space-infix-ops)
(#704) Missing whitespace after semicolon. (semi-spacing)
(#704) Operator '=' must be spaced. (space-infix-ops)
(#704) Missing whitespace after semicolon. (semi-spacing)
(#704) Operator '=' must be spaced. (space-infix-ops)
(#704) Missing whitespace after semicolon. (semi-spacing)
(#704) Operator '=' must be spaced. (space-infix-ops)
(#704) Missing whitespace after semicolon. (semi-spacing)
(#704) Operator '=' must be spaced. (space-infix-ops)
(#704) Requires a space after '{'. (block-spacing)
(#704) Statement inside of curly braces should be on next line. (brace-style)
(#704) Missing space before opening brace. (space-before-blocks)
(#704) Expected space(s) after "if". (keyword-spacing)
(#704) Requires a space after '{'. (block-spacing)
(#704) Statement inside of curly braces should be on next line. (brace-style)
(#704) Missing space before opening brace. (space-before-blocks)
(#704) Operator '=' must be spaced. (space-infix-ops)
(#704) Missing whitespace after semicolon. (semi-spacing)
(#704) Expected space(s) after "if". (keyword-spacing)
(#704) Requires a space after '{'. (block-spacing)
(#704) Statement inside of curly braces should be on next line. (brace-style)
(#704) Missing space before opening brace. (space-before-blocks)
(#704) Operator '=' must be spaced. (space-infix-ops)
(#704) Missing whitespace after semicolon. (semi-spacing)
(#704) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#704) Operator '!==' must be spaced. (space-infix-ops)
(#704) Operator '&&' must be spaced. (space-infix-ops)
(#704) Operator '===' must be spaced. (space-infix-ops)
(#704) Operator '&&' must be spaced. (space-infix-ops)
(#704) Operator '=' must be spaced. (space-infix-ops)
(#704) Operator '*' must be spaced. (space-infix-ops)
(#704) A space is required after ','. (comma-spacing)
(#704) Operator '=' must be spaced. (space-infix-ops)
(#704) Operator '*' must be spaced. (space-infix-ops)
(#704) A space is required after ','. (comma-spacing)
(#704) A space is required after ','. (comma-spacing)
(#704) Missing whitespace after semicolon. (semi-spacing)
(#704) Expected space(s) after "if". (keyword-spacing)
(#704) Expected { after 'if' condition. (curly)
(#704) A space is required after ','. (comma-spacing)
(#704) A space is required after ','. (comma-spacing)
(#704) Missing whitespace after semicolon. (semi-spacing)
(#704) Expected space(s) after "else". (keyword-spacing)
(#704) Requires a space after '{'. (block-spacing)
(#704) Statement inside of curly braces should be on next line. (brace-style)
(#704) Operator '=' must be spaced. (space-infix-ops)
(#704) Operator '?' must be spaced. (space-infix-ops)
(#704) Operator ':' must be spaced. (space-infix-ops)
(#705) This line has a length of 516. Maximum allowed is 132. (max-len)
(#705) Missing whitespace after semicolon. (semi-spacing)
(#705) A space is required after ','. (comma-spacing)
(#705) A space is required after ','. (comma-spacing)
(#705) A space is required after ','. (comma-spacing)
(#705) Missing whitespace after semicolon. (semi-spacing)
(#705) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#705) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#705) Operator '!==' must be spaced. (space-infix-ops)
(#705) Operator '&&' must be spaced. (space-infix-ops)
(#705) Operator '=' must be spaced. (space-infix-ops)
(#705) A space is required after ','. (comma-spacing)
(#705) Operator '=' must be spaced. (space-infix-ops)
(#705) Missing whitespace after semicolon. (semi-spacing)
(#705) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#705) Operator '!==' must be spaced. (space-infix-ops)
(#705) Operator '&&' must be spaced. (space-infix-ops)
(#705) Operator '=' must be spaced. (space-infix-ops)
(#705) A space is required after ','. (comma-spacing)
(#705) A space is required after ','. (comma-spacing)
(#705) A space is required after ','. (comma-spacing)
(#705) A space is required after ','. (comma-spacing)
(#705) Requires a space before '}'. (block-spacing)
(#705) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#705) Missing semicolon. (semi)
(#705) Expected space(s) before "if". (keyword-spacing)
(#705) Expected space(s) after "if". (keyword-spacing)
(#705) Expected { after 'if' condition. (curly)
(#705) Expected space(s) before "this". (keyword-spacing)
(#705) Missing whitespace after semicolon. (semi-spacing)
(#705) Expected space(s) after "if". (keyword-spacing)
(#705) Operator '!==' must be spaced. (space-infix-ops)
(#705) Operator '||' must be spaced. (space-infix-ops)
(#705) Operator '!==' must be spaced. (space-infix-ops)
(#705) Requires a space after '{'. (block-spacing)
(#705) Statement inside of curly braces should be on next line. (brace-style)
(#705) Missing space before opening brace. (space-before-blocks)
(#705) Missing whitespace after semicolon. (semi-spacing)
(#705) Operator '/' must be spaced. (space-infix-ops)
(#705) A space is required after ','. (comma-spacing)
(#705) Operator '/' must be spaced. (space-infix-ops)
(#705) Missing whitespace after semicolon. (semi-spacing)
(#705) Missing whitespace after semicolon. (semi-spacing)
(#705) A space is required after ','. (comma-spacing)
(#705) Missing whitespace after semicolon. (semi-spacing)
(#705) Operator '/' must be spaced. (space-infix-ops)
(#705) A space is required after ','. (comma-spacing)
(#705) Operator '/' must be spaced. (space-infix-ops)
(#705) Missing whitespace after semicolon. (semi-spacing)
(#705) Operator '=' must be spaced. (space-infix-ops)
(#705) Missing whitespace after semicolon. (semi-spacing)
(#705) Expected space(s) after "for". (keyword-spacing)
(#705) 'r' used outside of binding context. (block-scoped-var)
(#705) Operator '=' must be spaced. (space-infix-ops)
(#705) Missing whitespace after semicolon. (semi-spacing)
(#705) Operator '<' must be spaced. (space-infix-ops)
(#706) This line has a length of 508. Maximum allowed is 132. (max-len)
(#706) 'r' used outside of binding context. (block-scoped-var)
(#706) Missing whitespace after semicolon. (semi-spacing)
(#706) Expected { after 'for' condition. (curly)
(#706) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#706) Expected space(s) before "this". (keyword-spacing)
(#706) Unexpected use of comma operator. (no-sequences)
(#706) A space is required after ','. (comma-spacing)
(#706) A space is required after ','. (comma-spacing)
(#706) Missing whitespace after semicolon. (semi-spacing)
(#706) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#706) Operator '&&' must be spaced. (space-infix-ops)
(#706) Missing whitespace after semicolon. (semi-spacing)
(#706) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#706) Operator '=' must be spaced. (space-infix-ops)
(#706) Missing whitespace after semicolon. (semi-spacing)
(#706) Expected space(s) after "for". (keyword-spacing)
(#706) 'r' used outside of binding context. (block-scoped-var)
(#706) Operator '=' must be spaced. (space-infix-ops)
(#706) Missing whitespace after semicolon. (semi-spacing)
(#706) Operator '<' must be spaced. (space-infix-ops)
(#706) 'r' used outside of binding context. (block-scoped-var)
(#706) Missing whitespace after semicolon. (semi-spacing)
(#706) Expected { after 'for' condition. (curly)
(#706) Expected space(s) before "this". (keyword-spacing)
(#706) A space is required after ','. (comma-spacing)
(#706) Missing whitespace after semicolon. (semi-spacing)
(#706) Requires a space before '}'. (block-spacing)
(#706) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#706) Missing semicolon. (semi)
(#706) Expected space(s) before "else". (keyword-spacing)
(#706) Expected { after 'else'. (curly)
(#706) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#706) Operator '&&' must be spaced. (space-infix-ops)
(#706) Operator '=' must be spaced. (space-infix-ops)
(#706) A space is required after ','. (comma-spacing)
(#706) Operator '=' must be spaced. (space-infix-ops)
(#706) A space is required after ','. (comma-spacing)
(#706) Operator '=' must be spaced. (space-infix-ops)
(#706) A space is required after ','. (comma-spacing)
(#706) Operator '=' must be spaced. (space-infix-ops)
(#706) A space is required after ','. (comma-spacing)
(#706) A space is required after ','. (comma-spacing)
(#706) Operator '/' must be spaced. (space-infix-ops)
(#706) A space is required after ','. (comma-spacing)
(#706) Operator '/' must be spaced. (space-infix-ops)
(#706) Missing whitespace after semicolon. (semi-spacing)
(#706) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#706) Operator '&&' must be spaced. (space-infix-ops)
(#706) A space is required after ','. (comma-spacing)
(#706) Requires a space before '}'. (block-spacing)
(#706) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#706) Missing semicolon. (semi)
(#706) Requires a space before '}'. (block-spacing)
(#706) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#706) Requires a space before '}'. (block-spacing)
(#706) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#706) Missing whitespace after semicolon. (semi-spacing)
(#706) Operator '=' must be spaced. (space-infix-ops)
(#706) A space is required after ','. (comma-spacing)
(#706) Requires a space after '{'. (block-spacing)
(#706) Statement inside of curly braces should be on next line. (brace-style)
(#706) Missing space before opening brace. (space-before-blocks)
(#706) Operator '=' must be spaced. (space-infix-ops)
(#706) Operator '+' must be spaced. (space-infix-ops)
(#707) This line has a length of 502. Maximum allowed is 132. (max-len)
(#707) Missing space before value for key 'width'. (key-spacing)
(#707) A space is required after ','. (comma-spacing)
(#707) Missing space before value for key 'height'. (key-spacing)
(#707) Missing whitespace after semicolon. (semi-spacing)
(#707) A space is required after ','. (comma-spacing)
(#707) Missing whitespace after semicolon. (semi-spacing)
(#707) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#707) A space is required after ','. (comma-spacing)
(#707) Missing whitespace after semicolon. (semi-spacing)
(#707) Operator '=' must be spaced. (space-infix-ops)
(#707) Missing whitespace after semicolon. (semi-spacing)
(#707) Operator '=' must be spaced. (space-infix-ops)
(#707) Missing whitespace after semicolon. (semi-spacing)
(#707) Expected space(s) after "if". (keyword-spacing)
(#707) Operator '&&' must be spaced. (space-infix-ops)
(#707) Expected { after 'if' condition. (curly)
(#707) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#707) Operator '!==' must be spaced. (space-infix-ops)
(#707) Operator '&&' must be spaced. (space-infix-ops)
(#707) Operator '*=' must be spaced. (space-infix-ops)
(#707) A space is required after ','. (comma-spacing)
(#707) Operator '*=' must be spaced. (space-infix-ops)
(#707) A space is required after ','. (comma-spacing)
(#707) Operator '=' must be spaced. (space-infix-ops)
(#707) A space is required after ','. (comma-spacing)
(#707) Operator '=' must be spaced. (space-infix-ops)
(#707) Unexpected use of comma operator. (no-sequences)
(#707) A space is required after ','. (comma-spacing)
(#707) A space is required after ','. (comma-spacing)
(#707) A space is required after ','. (comma-spacing)
(#707) A space is required after ','. (comma-spacing)
(#707) A space is required after ','. (comma-spacing)
(#707) Missing whitespace after semicolon. (semi-spacing)
(#707) Expected space(s) after "if". (keyword-spacing)
(#707) Operator '<' must be spaced. (space-infix-ops)
(#707) Expected { after 'if' condition. (curly)
(#707) Expected space(s) before "for". (keyword-spacing)
(#707) Expected space(s) after "for". (keyword-spacing)
(#707) A space is required after ','. (comma-spacing)
(#707) Operator '=' must be spaced. (space-infix-ops)
(#707) A space is required after ','. (comma-spacing)
(#707) Operator '=' must be spaced. (space-infix-ops)
(#707) Missing whitespace after semicolon. (semi-spacing)
(#707) Operator '<' must be spaced. (space-infix-ops)
(#707) Missing whitespace after semicolon. (semi-spacing)
(#707) Expected { after 'for' condition. (curly)
(#707) Expected space(s) before "this". (keyword-spacing)
(#707) Missing whitespace after semicolon. (semi-spacing)
(#707) Requires a space before '}'. (block-spacing)
(#707) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#707) Missing semicolon. (semi)
(#707) Missing whitespace after semicolon. (semi-spacing)
(#707) Operator '=' must be spaced. (space-infix-ops)
(#707) Requires a space after '{'. (block-spacing)
(#707) Statement inside of curly braces should be on next line. (brace-style)
(#707) Missing space before opening brace. (space-before-blocks)
(#707) Operator '=' must be spaced. (space-infix-ops)
(#707) Missing '()' invoking a constructor. (new-parens)
(#707) Missing whitespace after semicolon. (semi-spacing)
(#707) Operator '=' must be spaced. (space-infix-ops)
(#707) Missing whitespace after semicolon. (semi-spacing)
(#707) Operator '=' must be spaced. (space-infix-ops)
(#708) This line has a length of 519. Maximum allowed is 132. (max-len)
(#708) Requires a space after '{'. (block-spacing)
(#708) Statement inside of curly braces should be on next line. (brace-style)
(#708) Missing space before opening brace. (space-before-blocks)
(#708) Requires a space before '}'. (block-spacing)
(#708) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#708) Missing semicolon. (semi)
(#708) Missing whitespace after semicolon. (semi-spacing)
(#708) Operator '=' must be spaced. (space-infix-ops)
(#708) Requires a space before '}'. (block-spacing)
(#708) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#708) Missing semicolon. (semi)
(#708) Missing whitespace after semicolon. (semi-spacing)
(#708) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#708) Operator '=' must be spaced. (space-infix-ops)
(#708) Requires a space after '{'. (block-spacing)
(#708) Statement inside of curly braces should be on next line. (brace-style)
(#708) Missing space before opening brace. (space-before-blocks)
(#708) Missing whitespace after semicolon. (semi-spacing)
(#708) Missing whitespace after semicolon. (semi-spacing)
(#708) Expected space(s) after "for". (keyword-spacing)
(#708) Operator '=' must be spaced. (space-infix-ops)
(#708) Missing whitespace after semicolon. (semi-spacing)
(#708) Operator '>' must be spaced. (space-infix-ops)
(#708) Missing whitespace after semicolon. (semi-spacing)
(#708) Expected { after 'for' condition. (curly)
(#708) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#708) Expected space(s) before "this". (keyword-spacing)
(#708) Unexpected use of comma operator. (no-sequences)
(#708) A space is required after ','. (comma-spacing)
(#708) Operator '&&' must be spaced. (space-infix-ops)
(#708) Operator '||' must be spaced. (space-infix-ops)
(#708) A space is required after ','. (comma-spacing)
(#708) Operator '&&' must be spaced. (space-infix-ops)
(#708) A space is required after ','. (comma-spacing)
(#708) Requires a space before '}'. (block-spacing)
(#708) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#708) Missing semicolon. (semi)
(#708) Missing whitespace after semicolon. (semi-spacing)
(#708) Operator '=' must be spaced. (space-infix-ops)
(#708) A space is required after ','. (comma-spacing)
(#708) Requires a space after '{'. (block-spacing)
(#708) Statement inside of curly braces should be on next line. (brace-style)
(#708) Missing space before opening brace. (space-before-blocks)
(#708) Operator '=' must be spaced. (space-infix-ops)
(#708) Operator '?' must be spaced. (space-infix-ops)
(#708) Operator ':' must be spaced. (space-infix-ops)
(#708) Missing whitespace after semicolon. (semi-spacing)
(#708) Operator '=' must be spaced. (space-infix-ops)
(#708) Operator '?' must be spaced. (space-infix-ops)
(#708) Operator ':' must be spaced. (space-infix-ops)
(#708) Missing whitespace after semicolon. (semi-spacing)
(#708) Expected space(s) after "for". (keyword-spacing)
(#708) Operator '=' must be spaced. (space-infix-ops)
(#708) Missing whitespace after semicolon. (semi-spacing)
(#708) Operator '>' must be spaced. (space-infix-ops)
(#708) Missing whitespace after semicolon. (semi-spacing)
(#708) Requires a space after '{'. (block-spacing)
(#708) Statement inside of curly braces should be on next line. (brace-style)
(#708) Missing space before opening brace. (space-before-blocks)
(#708) Missing whitespace after semicolon. (semi-spacing)
(#708) Expected space(s) after "if". (keyword-spacing)
(#708) Operator '&&' must be spaced. (space-infix-ops)
(#708) Requires a space after '{'. (block-spacing)
(#708) Statement inside of curly braces should be on next line. (brace-style)
(#708) Missing space before opening brace. (space-before-blocks)
(#708) Operator '=' must be spaced. (space-infix-ops)
(#708) Missing whitespace after semicolon. (semi-spacing)
(#708) Expected space(s) after "for". (keyword-spacing)
(#708) Operator '=' must be spaced. (space-infix-ops)
(#708) Missing whitespace after semicolon. (semi-spacing)
(#708) Operator '<' must be spaced. (space-infix-ops)
(#708) Missing whitespace after semicolon. (semi-spacing)
(#708) Expected { after 'for' condition. (curly)
(#708) Expected space(s) before "this". (keyword-spacing)
(#708) Requires a space before '}'. (block-spacing)
(#708) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#708) Missing semicolon. (semi)
(#708) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#708) Expected space(s) before "this". (keyword-spacing)
(#708) Operator '&&' must be spaced. (space-infix-ops)
(#709) This line has a length of 508. Maximum allowed is 132. (max-len)
(#709) Requires a space before '}'. (block-spacing)
(#709) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#709) Missing semicolon. (semi)
(#709) Requires a space before '}'. (block-spacing)
(#709) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#709) Missing whitespace after semicolon. (semi-spacing)
(#709) Operator '=' must be spaced. (space-infix-ops)
(#709) Requires a space after '{'. (block-spacing)
(#709) Statement inside of curly braces should be on next line. (brace-style)
(#709) Missing space before opening brace. (space-before-blocks)
(#709) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#709) Missing whitespace after semicolon. (semi-spacing)
(#709) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#709) Operator '&&' must be spaced. (space-infix-ops)
(#709) Operator '||' must be spaced. (space-infix-ops)
(#709) Missing whitespace after semicolon. (semi-spacing)
(#709) Requires a space before '}'. (block-spacing)
(#709) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#709) Missing semicolon. (semi)
(#709) Missing whitespace after semicolon. (semi-spacing)
(#709) Operator '=' must be spaced. (space-infix-ops)
(#709) Requires a space after '{'. (block-spacing)
(#709) Statement inside of curly braces should be on next line. (brace-style)
(#709) Missing space before opening brace. (space-before-blocks)
(#709) Operator '=' must be spaced. (space-infix-ops)
(#709) A space is required after ','. (comma-spacing)
(#709) Requires a space after '{'. (block-spacing)
(#709) Statement inside of curly braces should be on next line. (brace-style)
(#709) Missing space before opening brace. (space-before-blocks)
(#709) Operator '!==' must be spaced. (space-infix-ops)
(#709) Requires a space before '}'. (block-spacing)
(#709) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#709) Missing semicolon. (semi)
(#709) Missing whitespace after semicolon. (semi-spacing)
(#709) Requires a space before '}'. (block-spacing)
(#709) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#709) Missing semicolon. (semi)
(#709) Missing whitespace after semicolon. (semi-spacing)
(#709) Operator '=' must be spaced. (space-infix-ops)
(#709) Requires a space after '{'. (block-spacing)
(#709) Statement inside of curly braces should be on next line. (brace-style)
(#709) Missing space before opening brace. (space-before-blocks)
(#709) Operator '<' must be spaced. (space-infix-ops)
(#709) Operator '?' must be spaced. (space-infix-ops)
(#709) Operator ':' must be spaced. (space-infix-ops)
(#709) Requires a space before '}'. (block-spacing)
(#709) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#709) Missing semicolon. (semi)
(#709) Missing whitespace after semicolon. (semi-spacing)
(#709) Operator '=' must be spaced. (space-infix-ops)
(#709) Requires a space after '{'. (block-spacing)
(#709) Statement inside of curly braces should be on next line. (brace-style)
(#709) Missing space before opening brace. (space-before-blocks)
(#709) Requires a space before '}'. (block-spacing)
(#709) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#709) Missing semicolon. (semi)
(#709) Missing whitespace after semicolon. (semi-spacing)
(#709) Operator '=' must be spaced. (space-infix-ops)
(#709) Requires a space after '{'. (block-spacing)
(#709) Statement inside of curly braces should be on next line. (brace-style)
(#709) Missing space before opening brace. (space-before-blocks)
(#709) Missing whitespace after semicolon. (semi-spacing)
(#709) Requires a space before '}'. (block-spacing)
(#709) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#709) Missing semicolon. (semi)
(#709) Missing whitespace after semicolon. (semi-spacing)
(#709) Operator '=' must be spaced. (space-infix-ops)
(#709) Requires a space after '{'. (block-spacing)
(#709) Statement inside of curly braces should be on next line. (brace-style)
(#709) Missing space before opening brace. (space-before-blocks)
(#709) Operator '=' must be spaced. (space-infix-ops)
(#709) A space is required after ','. (comma-spacing)
(#709) Requires a space after '{'. (block-spacing)
(#709) Statement inside of curly braces should be on next line. (brace-style)
(#709) Missing space before opening brace. (space-before-blocks)
(#709) Operator '!==' must be spaced. (space-infix-ops)
(#710) This line has a length of 513. Maximum allowed is 132. (max-len)
(#710) Requires a space before '}'. (block-spacing)
(#710) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#710) Missing semicolon. (semi)
(#710) Missing whitespace after semicolon. (semi-spacing)
(#710) Requires a space before '}'. (block-spacing)
(#710) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#710) Missing semicolon. (semi)
(#710) Missing whitespace after semicolon. (semi-spacing)
(#710) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#710) Operator '=' must be spaced. (space-infix-ops)
(#710) Requires a space after '{'. (block-spacing)
(#710) Statement inside of curly braces should be on next line. (brace-style)
(#710) Missing space before opening brace. (space-before-blocks)
(#710) Requires a space before '}'. (block-spacing)
(#710) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#710) Missing semicolon. (semi)
(#710) Missing whitespace after semicolon. (semi-spacing)
(#710) Operator '=' must be spaced. (space-infix-ops)
(#710) Requires a space after '{'. (block-spacing)
(#710) Statement inside of curly braces should be on next line. (brace-style)
(#710) Missing space before opening brace. (space-before-blocks)
(#710) Operator '=' must be spaced. (space-infix-ops)
(#710) Missing whitespace after semicolon. (semi-spacing)
(#710) Operator '=' must be spaced. (space-infix-ops)
(#710) Missing whitespace after semicolon. (semi-spacing)
(#710) Operator '=' must be spaced. (space-infix-ops)
(#710) Missing whitespace after semicolon. (semi-spacing)
(#710) Requires a space before '}'. (block-spacing)
(#710) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#710) Missing semicolon. (semi)
(#710) Missing whitespace after semicolon. (semi-spacing)
(#710) Operator '=' must be spaced. (space-infix-ops)
(#710) Requires a space after '{'. (block-spacing)
(#710) Statement inside of curly braces should be on next line. (brace-style)
(#710) Missing space before opening brace. (space-before-blocks)
(#710) Expected space(s) after "for". (keyword-spacing)
(#710) Operator '=' must be spaced. (space-infix-ops)
(#710) A space is required after ','. (comma-spacing)
(#710) Operator '=' must be spaced. (space-infix-ops)
(#710) Operator '-' must be spaced. (space-infix-ops)
(#710) Operator '-' must be spaced. (space-infix-ops)
(#710) Operator '/' must be spaced. (space-infix-ops)
(#710) A space is required after ','. (comma-spacing)
(#710) Operator '-' must be spaced. (space-infix-ops)
(#710) Operator '-' must be spaced. (space-infix-ops)
(#710) Operator '/' must be spaced. (space-infix-ops)
(#710) A space is required after ','. (comma-spacing)
(#710) Operator '=' must be spaced. (space-infix-ops)
(#710) A space is required after ','. (comma-spacing)
(#710) Operator '=' must be spaced. (space-infix-ops)
(#710) Missing whitespace after semicolon. (semi-spacing)
(#710) Operator '<' must be spaced. (space-infix-ops)
(#710) Missing whitespace after semicolon. (semi-spacing)
(#710) Expected { after 'for' condition. (curly)
(#710) Expected space(s) before "for". (keyword-spacing)
(#710) Expected space(s) after "for". (keyword-spacing)
(#710) Operator '=' must be spaced. (space-infix-ops)
(#710) A space is required after ','. (comma-spacing)
(#710) Operator '=' must be spaced. (space-infix-ops)
(#710) A space is required after ','. (comma-spacing)
(#710) Operator '=' must be spaced. (space-infix-ops)
(#710) Missing whitespace after semicolon. (semi-spacing)
(#710) Operator '<' must be spaced. (space-infix-ops)
(#710) Missing whitespace after semicolon. (semi-spacing)
(#710) Expected { after 'for' condition. (curly)
(#710) Missing whitespace after semicolon. (semi-spacing)
(#710) 'r' used outside of binding context. (block-scoped-var)
(#710) Operator '=' must be spaced. (space-infix-ops)
(#710) Missing whitespace after semicolon. (semi-spacing)
(#710) Expected space(s) after "for". (keyword-spacing)
(#710) 'y' used outside of binding context. (block-scoped-var)
(#710) Operator '=' must be spaced. (space-infix-ops)
(#710) Missing whitespace after semicolon. (semi-spacing)
(#710) 'r' used outside of binding context. (block-scoped-var)
(#710) Operator '<' must be spaced. (space-infix-ops)
(#710) 'y' used outside of binding context. (block-scoped-var)
(#710) Missing whitespace after semicolon. (semi-spacing)
(#710) 'r' used outside of binding context. (block-scoped-var)
(#710) Expected { after 'for' condition. (curly)
(#710) Expected space(s) before "for". (keyword-spacing)
(#710) Expected space(s) after "for". (keyword-spacing)
(#710) 'x' used outside of binding context. (block-scoped-var)
(#710) Operator '=' must be spaced. (space-infix-ops)
(#710) 'r' used outside of binding context. (block-scoped-var)
(#710) A space is required after ','. (comma-spacing)
(#710) 'A' used outside of binding context. (block-scoped-var)
(#710) Operator '=' must be spaced. (space-infix-ops)
(#710) A space is required after ','. (comma-spacing)
(#710) 'H' used outside of binding context. (block-scoped-var)
(#710) Operator '=' must be spaced. (space-infix-ops)
(#710) 'x' used outside of binding context. (block-scoped-var)
(#710) Missing whitespace after semicolon. (semi-spacing)
(#710) 'A' used outside of binding context. (block-scoped-var)
(#710) Operator '<' must be spaced. (space-infix-ops)
(#710) 'H' used outside of binding context. (block-scoped-var)
(#710) Missing whitespace after semicolon. (semi-spacing)
(#710) 'A' used outside of binding context. (block-scoped-var)
(#710) 'x' used outside of binding context. (block-scoped-var)
(#710) Expected { after 'for' condition. (curly)
(#710) 'A' used outside of binding context. (block-scoped-var)
(#710) 'l' used outside of binding context. (block-scoped-var)
(#710) Missing whitespace after semicolon. (semi-spacing)
(#710) Operator '=' must be spaced. (space-infix-ops)
(#711) This line has a length of 519. Maximum allowed is 132. (max-len)
(#711) Missing whitespace after semicolon. (semi-spacing)
(#711) 'l' used outside of binding context. (block-scoped-var)
(#711) Operator '=' must be spaced. (space-infix-ops)
(#711) 'p' used outside of binding context. (block-scoped-var)
(#711) Operator '-' must be spaced. (space-infix-ops)
(#711) 'p' used outside of binding context. (block-scoped-var)
(#711) Missing whitespace after semicolon. (semi-spacing)
(#711) 'p' used outside of binding context. (block-scoped-var)
(#711) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#711) Operator '=' must be spaced. (space-infix-ops)
(#711) 'p' used outside of binding context. (block-scoped-var)
(#711) Operator '-' must be spaced. (space-infix-ops)
(#711) 'p' used outside of binding context. (block-scoped-var)
(#711) Missing whitespace after semicolon. (semi-spacing)
(#711) Expected space(s) after "if". (keyword-spacing)
(#711) 'l' used outside of binding context. (block-scoped-var)
(#711) Operator '>' must be spaced. (space-infix-ops)
(#711) Operator '-' must be spaced. (space-infix-ops)
(#711) Operator '||' must be spaced. (space-infix-ops)
(#711) 'p' used outside of binding context. (block-scoped-var)
(#711) Operator '>' must be spaced. (space-infix-ops)
(#711) Operator '-' must be spaced. (space-infix-ops)
(#711) Expected { after 'if' condition. (curly)
(#711) Expected space(s) before "this". (keyword-spacing)
(#711) Operator '=' must be spaced. (space-infix-ops)
(#711) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#711) Operator '*' must be spaced. (space-infix-ops)
(#711) Operator '/' must be spaced. (space-infix-ops)
(#711) 'l' used outside of binding context. (block-scoped-var)
(#711) A space is required after ','. (comma-spacing)
(#711) Operator '/' must be spaced. (space-infix-ops)
(#711) 'p' used outside of binding context. (block-scoped-var)
(#711) Requires a space before '}'. (block-spacing)
(#711) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#711) Missing semicolon. (semi)
(#711) Missing whitespace after semicolon. (semi-spacing)
(#711) Operator '=' must be spaced. (space-infix-ops)
(#711) A space is required after ','. (comma-spacing)
(#711) Requires a space after '{'. (block-spacing)
(#711) Statement inside of curly braces should be on next line. (brace-style)
(#711) Missing space before opening brace. (space-before-blocks)
(#711) Expected space(s) after "for". (keyword-spacing)
(#711) Operator '=' must be spaced. (space-infix-ops)
(#711) A space is required after ','. (comma-spacing)
(#711) Operator '=' must be spaced. (space-infix-ops)
(#711) Missing whitespace after semicolon. (semi-spacing)
(#711) Operator '<' must be spaced. (space-infix-ops)
(#711) Missing whitespace after semicolon. (semi-spacing)
(#711) Expected { after 'for' condition. (curly)
(#711) Expected space(s) before "for". (keyword-spacing)
(#711) Expected space(s) after "for". (keyword-spacing)
(#711) Operator '=' must be spaced. (space-infix-ops)
(#711) A space is required after ','. (comma-spacing)
(#711) Operator '=' must be spaced. (space-infix-ops)
(#711) A space is required after ','. (comma-spacing)
(#711) Operator '=' must be spaced. (space-infix-ops)
(#711) Missing whitespace after semicolon. (semi-spacing)
(#711) Operator '<' must be spaced. (space-infix-ops)
(#711) Missing whitespace after semicolon. (semi-spacing)
(#711) Requires a space after '{'. (block-spacing)
(#711) Statement inside of curly braces should be on next line. (brace-style)
(#711) Missing space before opening brace. (space-before-blocks)
(#711) Operator '=' must be spaced. (space-infix-ops)
(#711) Missing whitespace after semicolon. (semi-spacing)
(#711) Expected space(s) after "if". (keyword-spacing)
(#711) Operator '&&' must be spaced. (space-infix-ops)
(#711) Expected { after 'if' condition. (curly)
(#711) Expected space(s) before "return". (keyword-spacing)
(#711) Expected space(s) after "return". (keyword-spacing)
(#711) Requires a space before '}'. (block-spacing)
(#711) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#711) Missing semicolon. (semi)
(#711) Expected space(s) before "return". (keyword-spacing)
(#711) Expected space(s) after "return". (keyword-spacing)
(#711) Requires a space before '}'. (block-spacing)
(#711) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#711) Missing semicolon. (semi)
(#711) Missing whitespace after semicolon. (semi-spacing)
(#711) Operator '=' must be spaced. (space-infix-ops)
(#711) A space is required after ','. (comma-spacing)
(#711) Requires a space after '{'. (block-spacing)
(#711) Statement inside of curly braces should be on next line. (brace-style)
(#711) Missing space before opening brace. (space-before-blocks)
(#711) Expected space(s) after "for". (keyword-spacing)
(#711) Operator '=' must be spaced. (space-infix-ops)
(#711) A space is required after ','. (comma-spacing)
(#711) Operator '=' must be spaced. (space-infix-ops)
(#711) Missing whitespace after semicolon. (semi-spacing)
(#711) Operator '<' must be spaced. (space-infix-ops)
(#711) Missing whitespace after semicolon. (semi-spacing)
(#711) Expected { after 'for' condition. (curly)
(#711) Expected space(s) before "for". (keyword-spacing)
(#711) Expected space(s) after "for". (keyword-spacing)
(#711) Operator '=' must be spaced. (space-infix-ops)
(#711) A space is required after ','. (comma-spacing)
(#711) Operator '=' must be spaced. (space-infix-ops)
(#711) A space is required after ','. (comma-spacing)
(#711) Operator '=' must be spaced. (space-infix-ops)
(#711) Missing whitespace after semicolon. (semi-spacing)
(#711) Operator '<' must be spaced. (space-infix-ops)
(#711) Missing whitespace after semicolon. (semi-spacing)
(#711) Requires a space after '{'. (block-spacing)
(#711) Statement inside of curly braces should be on next line. (brace-style)
(#711) Missing space before opening brace. (space-before-blocks)
(#711) Operator '=' must be spaced. (space-infix-ops)
(#711) Missing whitespace after semicolon. (semi-spacing)
(#711) Expected space(s) after "if". (keyword-spacing)
(#711) Operator '&&' must be spaced. (space-infix-ops)
(#711) Expected { after 'if' condition. (curly)
(#711) Expected space(s) before "return". (keyword-spacing)
(#711) Requires a space before '}'. (block-spacing)
(#711) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#711) Missing semicolon. (semi)
(#711) Expected space(s) before "return". (keyword-spacing)
(#711) Requires a space before '}'. (block-spacing)
(#711) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#711) Missing semicolon. (semi)
(#712) This line has a length of 508. Maximum allowed is 132. (max-len)
(#712) Operator '=' must be spaced. (space-infix-ops)
(#712) Requires a space after '{'. (block-spacing)
(#712) Statement inside of curly braces should be on next line. (brace-style)
(#712) Missing space before opening brace. (space-before-blocks)
(#712) Expected space(s) after "for". (keyword-spacing)
(#712) Operator '=' must be spaced. (space-infix-ops)
(#712) A space is required after ','. (comma-spacing)
(#712) Operator '=' must be spaced. (space-infix-ops)
(#712) Missing whitespace after semicolon. (semi-spacing)
(#712) Operator '<' must be spaced. (space-infix-ops)
(#712) Missing whitespace after semicolon. (semi-spacing)
(#712) Requires a space after '{'. (block-spacing)
(#712) Statement inside of curly braces should be on next line. (brace-style)
(#712) Missing space before opening brace. (space-before-blocks)
(#712) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#712) Operator '=' must be spaced. (space-infix-ops)
(#712) Missing whitespace after semicolon. (semi-spacing)
(#712) Expected space(s) after "if". (keyword-spacing)
(#712) Operator '!==' must be spaced. (space-infix-ops)
(#712) Expected { after 'if' condition. (curly)
(#712) Expected space(s) before "return". (keyword-spacing)
(#712) Requires a space before '}'. (block-spacing)
(#712) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#712) Missing semicolon. (semi)
(#712) Expected space(s) before "return". (keyword-spacing)
(#712) Requires a space before '}'. (block-spacing)
(#712) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#712) Missing semicolon. (semi)
(#712) Missing whitespace after semicolon. (semi-spacing)
(#712) Operator '=' must be spaced. (space-infix-ops)
(#712) Requires a space after '{'. (block-spacing)
(#712) Statement inside of curly braces should be on next line. (brace-style)
(#712) Missing space before opening brace. (space-before-blocks)
(#712) Expected space(s) after "for". (keyword-spacing)
(#712) Operator '=' must be spaced. (space-infix-ops)
(#712) A space is required after ','. (comma-spacing)
(#712) Operator '=' must be spaced. (space-infix-ops)
(#712) A space is required after ','. (comma-spacing)
(#712) Operator '=' must be spaced. (space-infix-ops)
(#712) Missing whitespace after semicolon. (semi-spacing)
(#712) Operator '<' must be spaced. (space-infix-ops)
(#712) Missing whitespace after semicolon. (semi-spacing)
(#712) Expected { after 'for' condition. (curly)
(#712) Operator '=' must be spaced. (space-infix-ops)
(#712) Missing whitespace after semicolon. (semi-spacing)
(#712) 'p' used outside of binding context. (block-scoped-var)
(#712) Requires a space before '}'. (block-spacing)
(#712) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#712) Missing semicolon. (semi)
(#712) Missing whitespace after semicolon. (semi-spacing)
(#712) Operator '=' must be spaced. (space-infix-ops)
(#712) Requires a space after '{'. (block-spacing)
(#712) Statement inside of curly braces should be on next line. (brace-style)
(#712) Missing space before opening brace. (space-before-blocks)
(#712) Expected space(s) after "for". (keyword-spacing)
(#712) Operator '=' must be spaced. (space-infix-ops)
(#712) A space is required after ','. (comma-spacing)
(#712) Operator '=' must be spaced. (space-infix-ops)
(#712) A space is required after ','. (comma-spacing)
(#712) Operator '=' must be spaced. (space-infix-ops)
(#712) Missing whitespace after semicolon. (semi-spacing)
(#712) Operator '<' must be spaced. (space-infix-ops)
(#712) Missing whitespace after semicolon. (semi-spacing)
(#712) Expected { after 'for' condition. (curly)
(#712) Operator '=' must be spaced. (space-infix-ops)
(#712) Missing whitespace after semicolon. (semi-spacing)
(#712) 'p' used outside of binding context. (block-scoped-var)
(#712) Requires a space before '}'. (block-spacing)
(#712) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#712) Missing semicolon. (semi)
(#712) Missing whitespace after semicolon. (semi-spacing)
(#712) Operator '=' must be spaced. (space-infix-ops)
(#712) Requires a space after '{'. (block-spacing)
(#712) Statement inside of curly braces should be on next line. (brace-style)
(#712) Missing space before opening brace. (space-before-blocks)
(#712) Expected space(s) after "for". (keyword-spacing)
(#712) Operator '=' must be spaced. (space-infix-ops)
(#712) A space is required after ','. (comma-spacing)
(#712) Operator '=' must be spaced. (space-infix-ops)
(#712) A space is required after ','. (comma-spacing)
(#712) Operator '=' must be spaced. (space-infix-ops)
(#712) Missing whitespace after semicolon. (semi-spacing)
(#712) Operator '<' must be spaced. (space-infix-ops)
(#712) Missing whitespace after semicolon. (semi-spacing)
(#712) Expected { after 'for' condition. (curly)
(#712) Operator '=' must be spaced. (space-infix-ops)
(#713) This line has a length of 508. Maximum allowed is 132. (max-len)
(#713) 'l' used outside of binding context. (block-scoped-var)
(#713) Operator '=' must be spaced. (space-infix-ops)
(#713) Missing whitespace after semicolon. (semi-spacing)
(#713) Expected space(s) after "for". (keyword-spacing)
(#713) 'r' used outside of binding context. (block-scoped-var)
(#713) Operator '=' must be spaced. (space-infix-ops)
(#713) Missing whitespace after semicolon. (semi-spacing)
(#713) 'l' used outside of binding context. (block-scoped-var)
(#713) Operator '<' must be spaced. (space-infix-ops)
(#713) 'r' used outside of binding context. (block-scoped-var)
(#713) Missing whitespace after semicolon. (semi-spacing)
(#713) 'l' used outside of binding context. (block-scoped-var)
(#713) 'p' used outside of binding context. (block-scoped-var)
(#713) Expected { after 'for' condition. (curly)
(#713) Operator '=' must be spaced. (space-infix-ops)
(#713) 'p' used outside of binding context. (block-scoped-var)
(#713) 'l' used outside of binding context. (block-scoped-var)
(#713) Missing whitespace after semicolon. (semi-spacing)
(#713) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#713) 'p' used outside of binding context. (block-scoped-var)
(#713) Requires a space before '}'. (block-spacing)
(#713) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#713) Missing semicolon. (semi)
(#713) Missing whitespace after semicolon. (semi-spacing)
(#713) Operator '=' must be spaced. (space-infix-ops)
(#713) Requires a space after '{'. (block-spacing)
(#713) Statement inside of curly braces should be on next line. (brace-style)
(#713) Missing space before opening brace. (space-before-blocks)
(#713) Expected space(s) after "for". (keyword-spacing)
(#713) Operator '=' must be spaced. (space-infix-ops)
(#713) Missing '()' invoking a constructor. (new-parens)
(#713) A space is required after ','. (comma-spacing)
(#713) Operator '=' must be spaced. (space-infix-ops)
(#713) A space is required after ','. (comma-spacing)
(#713) Operator '=' must be spaced. (space-infix-ops)
(#713) Missing whitespace after semicolon. (semi-spacing)
(#713) Operator '<' must be spaced. (space-infix-ops)
(#713) Missing whitespace after semicolon. (semi-spacing)
(#713) Expected { after 'for' condition. (curly)
(#713) Missing whitespace after semicolon. (semi-spacing)
(#713) 'l' used outside of binding context. (block-scoped-var)
(#713) Operator '=' must be spaced. (space-infix-ops)
(#713) Missing whitespace after semicolon. (semi-spacing)
(#713) Expected space(s) after "for". (keyword-spacing)
(#713) 'r' used outside of binding context. (block-scoped-var)
(#713) Operator '=' must be spaced. (space-infix-ops)
(#713) Missing whitespace after semicolon. (semi-spacing)
(#713) 'l' used outside of binding context. (block-scoped-var)
(#713) Operator '<' must be spaced. (space-infix-ops)
(#713) 'r' used outside of binding context. (block-scoped-var)
(#713) Missing whitespace after semicolon. (semi-spacing)
(#713) 'l' used outside of binding context. (block-scoped-var)
(#713) 'p' used outside of binding context. (block-scoped-var)
(#713) Expected { after 'for' condition. (curly)
(#713) 'l' used outside of binding context. (block-scoped-var)
(#713) Missing whitespace after semicolon. (semi-spacing)
(#713) 'p' used outside of binding context. (block-scoped-var)
(#713) Requires a space before '}'. (block-spacing)
(#713) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#713) Missing semicolon. (semi)
(#713) Missing whitespace after semicolon. (semi-spacing)
(#713) Operator '=' must be spaced. (space-infix-ops)
(#713) A space is required after ','. (comma-spacing)
(#713) A space is required after ','. (comma-spacing)
(#713) Requires a space after '{'. (block-spacing)
(#713) Statement inside of curly braces should be on next line. (brace-style)
(#713) Missing space before opening brace. (space-before-blocks)
(#713) Operator '=' must be spaced. (space-infix-ops)
(#713) Missing whitespace after semicolon. (semi-spacing)
(#713) Operator '=' must be spaced. (space-infix-ops)
(#713) Missing whitespace after semicolon. (semi-spacing)
(#713) Operator '=' must be spaced. (space-infix-ops)
(#713) Missing whitespace after semicolon. (semi-spacing)
(#713) Operator '=' must be spaced. (space-infix-ops)
(#713) Missing whitespace after semicolon. (semi-spacing)
(#713) Operator '=' must be spaced. (space-infix-ops)
(#713) Missing whitespace after semicolon. (semi-spacing)
(#713) Expected space(s) after "if". (keyword-spacing)
(#713) Requires a space after '{'. (block-spacing)
(#713) Statement inside of curly braces should be on next line. (brace-style)
(#713) Missing space before opening brace. (space-before-blocks)
(#713) Operator '=' must be spaced. (space-infix-ops)
(#713) Operator '+' must be spaced. (space-infix-ops)
(#713) Missing whitespace after semicolon. (semi-spacing)
(#713) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#713) Operator '?' must be spaced. (space-infix-ops)
(#713) A space is required after ','. (comma-spacing)
(#713) Operator ':' must be spaced. (space-infix-ops)
(#713) Operator '=' must be spaced. (space-infix-ops)
(#713) Missing whitespace after semicolon. (semi-spacing)
(#713) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#713) Operator '?' must be spaced. (space-infix-ops)
(#714) This line has a length of 548. Maximum allowed is 132. (max-len)
(#714) Operator ':' must be spaced. (space-infix-ops)
(#714) Operator '=' must be spaced. (space-infix-ops)
(#714) Missing whitespace after semicolon. (semi-spacing)
(#714) A space is required after ','. (comma-spacing)
(#714) Requires a space before '}'. (block-spacing)
(#714) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#714) Missing semicolon. (semi)
(#714) Expected space(s) before "else". (keyword-spacing)
(#714) Expected space(s) after "if". (keyword-spacing)
(#714) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#714) Operator '||' must be spaced. (space-infix-ops)
(#714) Operator '==' must be spaced. (space-infix-ops)
(#714) Expected { after 'if' condition. (curly)
(#714) Operator '+' must be spaced. (space-infix-ops)
(#714) Operator '+' must be spaced. (space-infix-ops)
(#714) Operator '+' must be spaced. (space-infix-ops)
(#714) Operator '+' must be spaced. (space-infix-ops)
(#714) Operator '+' must be spaced. (space-infix-ops)
(#714) Operator '+' must be spaced. (space-infix-ops)
(#714) Missing whitespace after semicolon. (semi-spacing)
(#714) Expected space(s) after "else". (keyword-spacing)
(#714) Requires a space after '{'. (block-spacing)
(#714) Statement inside of curly braces should be on next line. (brace-style)
(#714) Operator '+' must be spaced. (space-infix-ops)
(#714) Operator '+' must be spaced. (space-infix-ops)
(#714) Operator '+' must be spaced. (space-infix-ops)
(#714) Operator '+' must be spaced. (space-infix-ops)
(#715) This line has a length of 501. Maximum allowed is 132. (max-len)
(#715) Requires a space before '}'. (block-spacing)
(#715) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#715) Missing semicolon. (semi)
(#715) Operator '=' must be spaced. (space-infix-ops)
(#715) Operator '+' must be spaced. (space-infix-ops)
(#715) Missing whitespace after semicolon. (semi-spacing)
(#715) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#715) A space is required after ','. (comma-spacing)
(#715) Missing whitespace after semicolon. (semi-spacing)
(#715) A space is required after ','. (comma-spacing)
(#715) Missing whitespace after semicolon. (semi-spacing)
(#715) Operator '=' must be spaced. (space-infix-ops)
(#715) Operator '?' must be spaced. (space-infix-ops)
(#715) Operator ':' must be spaced. (space-infix-ops)
(#715) Missing whitespace after semicolon. (semi-spacing)
(#715) Operator '=' must be spaced. (space-infix-ops)
(#715) Missing '()' invoking a constructor. (new-parens)
(#715) Missing whitespace after semicolon. (semi-spacing)
(#715) Operator '=' must be spaced. (space-infix-ops)
(#715) Missing whitespace after semicolon. (semi-spacing)
(#715) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#715) Operator '?' must be spaced. (space-infix-ops)
(#715) A space is required after ','. (comma-spacing)
(#715) Requires a space after '{'. (block-spacing)
(#715) Statement inside of curly braces should be on next line. (brace-style)
(#715) Missing space before opening brace. (space-before-blocks)
(#715) Operator '=' must be spaced. (space-infix-ops)
(#715) Missing '()' invoking a constructor. (new-parens)
(#715) Missing whitespace after semicolon. (semi-spacing)
(#715) Expected space(s) after "if". (keyword-spacing)
(#715) Operator '&&' must be spaced. (space-infix-ops)
(#715) Operator '===' must be spaced. (space-infix-ops)
(#715) Requires a space after '{'. (block-spacing)
(#715) Statement inside of curly braces should be on next line. (brace-style)
(#715) Missing space before opening brace. (space-before-blocks)
(#715) Operator '=' must be spaced. (space-infix-ops)
(#715) A space is required after ','. (comma-spacing)
(#715) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#715) Operator '=' must be spaced. (space-infix-ops)
(#715) A space is required after ','. (comma-spacing)
(#715) Missing whitespace after semicolon. (semi-spacing)
(#715) Operator '=' must be spaced. (space-infix-ops)
(#715) A space is required after ','. (comma-spacing)
(#715) Missing whitespace after semicolon. (semi-spacing)
(#715) Operator '=' must be spaced. (space-infix-ops)
(#715) Missing whitespace after semicolon. (semi-spacing)
(#715) Operator '=' must be spaced. (space-infix-ops)
(#715) Missing whitespace after semicolon. (semi-spacing)
(#715) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#715) Operator '&&' must be spaced. (space-infix-ops)
(#716) This line has a length of 505. Maximum allowed is 132. (max-len)
(#716) A space is required after ','. (comma-spacing)
(#716) Requires a space before '}'. (block-spacing)
(#716) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#716) Missing semicolon. (semi)
(#716) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#716) Do not nest ternary expressions. (no-nested-ternary)
(#716) Operator '&&' must be spaced. (space-infix-ops)
(#716) Operator '===' must be spaced. (space-infix-ops)
(#716) Operator '&&' must be spaced. (space-infix-ops)
(#716) Operator '>' must be spaced. (space-infix-ops)
(#716) Operator '-' must be spaced. (space-infix-ops)
(#716) Operator '?' must be spaced. (space-infix-ops)
(#716) Do not nest ternary expressions. (no-nested-ternary)
(#716) Operator '?' must be spaced. (space-infix-ops)
(#716) A space is required after ','. (comma-spacing)
(#716) Operator ':' must be spaced. (space-infix-ops)
(#716) Do not nest ternary expressions. (no-nested-ternary)
(#716) Operator '?' must be spaced. (space-infix-ops)
(#716) A space is required after ','. (comma-spacing)
(#716) Operator ':' must be spaced. (space-infix-ops)
(#716) Operator '?' must be spaced. (space-infix-ops)
(#716) A space is required after ','. (comma-spacing)
(#716) Operator ':' must be spaced. (space-infix-ops)
(#716) Operator '&&' must be spaced. (space-infix-ops)
(#716) A space is required after ','. (comma-spacing)
(#716) Operator ':' must be spaced. (space-infix-ops)
(#716) Operator '?' must be spaced. (space-infix-ops)
(#716) A space is required after ','. (comma-spacing)
(#716) A space is required after ','. (comma-spacing)
(#716) Operator '&&' must be spaced. (space-infix-ops)
(#716) A space is required after ','. (comma-spacing)
(#716) Operator '&&' must be spaced. (space-infix-ops)
(#716) Operator '=' must be spaced. (space-infix-ops)
(#716) Requires a space after '{'. (block-spacing)
(#716) Statement inside of curly braces should be on next line. (brace-style)
(#716) Missing space before opening brace. (space-before-blocks)
(#716) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#716) Requires a space before '}'. (block-spacing)
(#716) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#716) Missing semicolon. (semi)
(#716) A space is required after ','. (comma-spacing)
(#716) Operator ':' must be spaced. (space-infix-ops)
(#716) Operator '&&' must be spaced. (space-infix-ops)
(#716) A space is required after ','. (comma-spacing)
(#717) This line has a length of 517. Maximum allowed is 132. (max-len)
(#717) Operator '=' must be spaced. (space-infix-ops)
(#717) Requires a space before '}'. (block-spacing)
(#717) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#717) Missing semicolon. (semi)
(#717) A space is required after ','. (comma-spacing)
(#717) A space is required after ','. (comma-spacing)
(#717) Requires a space after '{'. (block-spacing)
(#717) Statement inside of curly braces should be on next line. (brace-style)
(#717) Missing space before opening brace. (space-before-blocks)
(#717) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#717) Operator '&&' must be spaced. (space-infix-ops)
(#717) A space is required after ','. (comma-spacing)
(#717) Operator '=' must be spaced. (space-infix-ops)
(#717) Missing whitespace after semicolon. (semi-spacing)
(#717) Expected space(s) after "if". (keyword-spacing)
(#717) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#717) Operator '&&' must be spaced. (space-infix-ops)
(#717) Operator '===' must be spaced. (space-infix-ops)
(#717) Operator '&&' must be spaced. (space-infix-ops)
(#717) Requires a space after '{'. (block-spacing)
(#717) Statement inside of curly braces should be on next line. (brace-style)
(#717) Missing space before opening brace. (space-before-blocks)
(#717) Operator '=' must be spaced. (space-infix-ops)
(#717) A space is required after ','. (comma-spacing)
(#717) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#717) Operator '=' must be spaced. (space-infix-ops)
(#717) A space is required after ','. (comma-spacing)
(#717) A space is required after ','. (comma-spacing)
(#717) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#717) Operator '=' must be spaced. (space-infix-ops)
(#717) A space is required after ','. (comma-spacing)
(#717) Missing whitespace after semicolon. (semi-spacing)
(#717) Operator '=' must be spaced. (space-infix-ops)
(#717) Missing whitespace after semicolon. (semi-spacing)
(#717) Operator '=' must be spaced. (space-infix-ops)
(#717) Missing whitespace after semicolon. (semi-spacing)
(#717) Operator '=' must be spaced. (space-infix-ops)
(#717) Operator '/' must be spaced. (space-infix-ops)
(#717) Missing whitespace after semicolon. (semi-spacing)
(#717) Operator '=' must be spaced. (space-infix-ops)
(#717) Operator '*' must be spaced. (space-infix-ops)
(#717) Operator '-' must be spaced. (space-infix-ops)
(#717) Operator '/' must be spaced. (space-infix-ops)
(#717) Missing whitespace after semicolon. (semi-spacing)
(#717) Missing whitespace after semicolon. (semi-spacing)
(#717) Requires a space before '}'. (block-spacing)
(#717) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#717) Missing semicolon. (semi)
(#717) Expected space(s) before "if". (keyword-spacing)
(#717) Expected space(s) after "if". (keyword-spacing)
(#717) Operator '<' must be spaced. (space-infix-ops)
(#717) Operator '&&' must be spaced. (space-infix-ops)
(#717) Requires a space after '{'. (block-spacing)
(#717) Statement inside of curly braces should be on next line. (brace-style)
(#717) Missing space before opening brace. (space-before-blocks)
(#717) 'a' used outside of binding context. (block-scoped-var)
(#717) Operator '=' must be spaced. (space-infix-ops)
(#718) This line has a length of 525. Maximum allowed is 132. (max-len)
(#718) Missing whitespace after semicolon. (semi-spacing)
(#718) Missing whitespace after semicolon. (semi-spacing)
(#718) 'H' used outside of binding context. (block-scoped-var)
(#718) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#718) Operator '=' must be spaced. (space-infix-ops)
(#718) Operator '*' must be spaced. (space-infix-ops)
(#718) 'a' used outside of binding context. (block-scoped-var)
(#718) A space is required after ','. (comma-spacing)
(#718) Operator '*' must be spaced. (space-infix-ops)
(#718) 'a' used outside of binding context. (block-scoped-var)
(#718) Missing whitespace after semicolon. (semi-spacing)
(#718) Expected space(s) after "for". (keyword-spacing)
(#718) 'f' used outside of binding context. (block-scoped-var)
(#718) Operator '=' must be spaced. (space-infix-ops)
(#718) Missing whitespace after semicolon. (semi-spacing)
(#718) 'f' used outside of binding context. (block-scoped-var)
(#718) Operator '<' must be spaced. (space-infix-ops)
(#718) 'a' used outside of binding context. (block-scoped-var)
(#718) Missing whitespace after semicolon. (semi-spacing)
(#718) 'f' used outside of binding context. (block-scoped-var)
(#718) 'H' used outside of binding context. (block-scoped-var)
(#718) Expected { after 'for' condition. (curly)
(#718) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#718) Operator '+=' must be spaced. (space-infix-ops)
(#718) 'f' used outside of binding context. (block-scoped-var)
(#718) Unexpected use of comma operator. (no-sequences)
(#718) A space is required after ','. (comma-spacing)
(#718) 'H' used outside of binding context. (block-scoped-var)
(#718) Operator '+=' must be spaced. (space-infix-ops)
(#718) 'f' used outside of binding context. (block-scoped-var)
(#718) Missing whitespace after semicolon. (semi-spacing)
(#718) 'H' used outside of binding context. (block-scoped-var)
(#718) Operator '/=' must be spaced. (space-infix-ops)
(#718) 'a' used outside of binding context. (block-scoped-var)
(#718) Missing whitespace after semicolon. (semi-spacing)
(#718) 'H' used outside of binding context. (block-scoped-var)
(#718) Operator '/=' must be spaced. (space-infix-ops)
(#718) 'a' used outside of binding context. (block-scoped-var)
(#718) Missing whitespace after semicolon. (semi-spacing)
(#718) Operator '=' must be spaced. (space-infix-ops)
(#718) 'H' used outside of binding context. (block-scoped-var)
(#718) Missing whitespace after semicolon. (semi-spacing)
(#718) A space is required after ','. (comma-spacing)
(#718) 'a' used outside of binding context. (block-scoped-var)
(#718) Requires a space before '}'. (block-spacing)
(#718) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#718) Missing semicolon. (semi)
(#718) Expected space(s) before "else". (keyword-spacing)
(#718) Expected { after 'else'. (curly)
(#718) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#718) Operator '?' must be spaced. (space-infix-ops)
(#718) A space is required after ','. (comma-spacing)
(#718) Operator ':' must be spaced. (space-infix-ops)
(#718) Operator '&&' must be spaced. (space-infix-ops)
(#718) A space is required after ','. (comma-spacing)
(#718) Requires a space before '}'. (block-spacing)
(#718) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#718) Missing semicolon. (semi)
(#718) A space is required after ','. (comma-spacing)
(#718) A space is required after ','. (comma-spacing)
(#718) Requires a space after '{'. (block-spacing)
(#718) Statement inside of curly braces should be on next line. (brace-style)
(#718) Missing space before opening brace. (space-before-blocks)
(#718) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#718) Operator '&&' must be spaced. (space-infix-ops)
(#718) A space is required after ','. (comma-spacing)
(#718) Operator '=' must be spaced. (space-infix-ops)
(#718) Missing whitespace after semicolon. (semi-spacing)
(#718) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#718) Operator '&&' must be spaced. (space-infix-ops)
(#718) Operator '&&' must be spaced. (space-infix-ops)
(#718) Operator '=' must be spaced. (space-infix-ops)
(#718) A space is required after ','. (comma-spacing)
(#718) Operator '=' must be spaced. (space-infix-ops)
(#719) This line has a length of 502. Maximum allowed is 132. (max-len)
(#719) A space is required after ','. (comma-spacing)
(#719) Operator '&&' must be spaced. (space-infix-ops)
(#719) A space is required after ','. (comma-spacing)
(#719) Missing whitespace after semicolon. (semi-spacing)
(#719) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#719) Operator '?' must be spaced. (space-infix-ops)
(#719) A space is required after ','. (comma-spacing)
(#719) Operator ':' must be spaced. (space-infix-ops)
(#719) Operator '&&' must be spaced. (space-infix-ops)
(#719) A space is required after ','. (comma-spacing)
(#719) Missing whitespace after semicolon. (semi-spacing)
(#719) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#719) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#719) Operator '>' must be spaced. (space-infix-ops)
(#719) Missing '()' invoking a constructor. (new-parens)
(#719) Operator '-' must be spaced. (space-infix-ops)
(#719) Operator '&&' must be spaced. (space-infix-ops)
(#719) Operator '?' must be spaced. (space-infix-ops)
(#719) A space is required after ','. (comma-spacing)
(#719) Operator ':' must be spaced. (space-infix-ops)
(#719) Operator '&&' must be spaced. (space-infix-ops)
(#719) A space is required after ','. (comma-spacing)
(#719) Requires a space before '}'. (block-spacing)
(#719) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#719) Missing semicolon. (semi)
(#719) A space is required after ','. (comma-spacing)
(#719) A space is required after ','. (comma-spacing)
(#719) Requires a space after '{'. (block-spacing)
(#719) Statement inside of curly braces should be on next line. (brace-style)
(#719) Missing space before opening brace. (space-before-blocks)
(#719) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#719) Operator '&&' must be spaced. (space-infix-ops)
(#719) A space is required after ','. (comma-spacing)
(#719) Requires a space before '}'. (block-spacing)
(#719) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#719) Missing semicolon. (semi)
(#719) A space is required after ','. (comma-spacing)
(#719) A space is required after ','. (comma-spacing)
(#719) Requires a space after '{'. (block-spacing)
(#719) Statement inside of curly braces should be on next line. (brace-style)
(#719) Missing space before opening brace. (space-before-blocks)
(#719) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#719) Operator '&&' must be spaced. (space-infix-ops)
(#719) A space is required after ','. (comma-spacing)
(#719) Requires a space before '}'. (block-spacing)
(#719) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#719) Missing semicolon. (semi)
(#719) A space is required after ','. (comma-spacing)
(#719) A space is required after ','. (comma-spacing)
(#719) Requires a space after '{'. (block-spacing)
(#719) Statement inside of curly braces should be on next line. (brace-style)
(#719) Missing space before opening brace. (space-before-blocks)
(#719) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#719) Operator '&&' must be spaced. (space-infix-ops)
(#720) This line has a length of 505. Maximum allowed is 132. (max-len)
(#720) A space is required after ','. (comma-spacing)
(#720) Requires a space before '}'. (block-spacing)
(#720) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#720) Missing semicolon. (semi)
(#720) Operator ':' must be spaced. (space-infix-ops)
(#720) Requires a space after '{'. (block-spacing)
(#720) Statement inside of curly braces should be on next line. (brace-style)
(#720) Missing space before opening brace. (space-before-blocks)
(#720) Expected space(s) after "switch". (keyword-spacing)
(#720) Requires a space after '{'. (block-spacing)
(#720) Statement inside of curly braces should be on next line. (brace-style)
(#720) Missing space before opening brace. (space-before-blocks)
(#720) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#720) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#720) Operator '&&' must be spaced. (space-infix-ops)
(#720) A space is required after ','. (comma-spacing)
(#720) Missing whitespace after semicolon. (semi-spacing)
(#720) Missing whitespace after semicolon. (semi-spacing)
(#720) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#720) Operator '&&' must be spaced. (space-infix-ops)
(#720) A space is required after ','. (comma-spacing)
(#720) Missing whitespace after semicolon. (semi-spacing)
(#720) Missing whitespace after semicolon. (semi-spacing)
(#720) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#720) Operator '&&' must be spaced. (space-infix-ops)
(#720) A space is required after ','. (comma-spacing)
(#720) Requires a space before '}'. (block-spacing)
(#720) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#720) Missing semicolon. (semi)
(#720) Requires a space before '}'. (block-spacing)
(#720) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#720) A space is required after ','. (comma-spacing)
(#720) Requires a space after '{'. (block-spacing)
(#720) Statement inside of curly braces should be on next line. (brace-style)
(#720) Missing space before opening brace. (space-before-blocks)
(#720) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#720) Operator '&&' must be spaced. (space-infix-ops)
(#720) A space is required after ','. (comma-spacing)
(#720) Requires a space before '}'. (block-spacing)
(#720) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#720) Missing semicolon. (semi)
(#720) A space is required after ','. (comma-spacing)
(#720) Requires a space after '{'. (block-spacing)
(#720) Statement inside of curly braces should be on next line. (brace-style)
(#720) Missing space before opening brace. (space-before-blocks)
(#720) Expected space(s) after "switch". (keyword-spacing)
(#720) Requires a space after '{'. (block-spacing)
(#720) Statement inside of curly braces should be on next line. (brace-style)
(#720) Missing space before opening brace. (space-before-blocks)
(#720) Operator '=' must be spaced. (space-infix-ops)
(#720) Missing whitespace after semicolon. (semi-spacing)
(#720) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#720) Operator '&&' must be spaced. (space-infix-ops)
(#720) A space is required after ','. (comma-spacing)
(#720) Missing whitespace after semicolon. (semi-spacing)
(#720) Missing whitespace after semicolon. (semi-spacing)
(#720) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#720) Operator '&&' must be spaced. (space-infix-ops)
(#721) This line has a length of 517. Maximum allowed is 132. (max-len)
(#721) Missing whitespace after semicolon. (semi-spacing)
(#721) Missing whitespace after semicolon. (semi-spacing)
(#721) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#721) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#721) Operator '&&' must be spaced. (space-infix-ops)
(#721) A space is required after ','. (comma-spacing)
(#721) Requires a space before '}'. (block-spacing)
(#721) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#721) Missing semicolon. (semi)
(#721) Requires a space before '}'. (block-spacing)
(#721) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#721) A space is required after ','. (comma-spacing)
(#721) Requires a space after '{'. (block-spacing)
(#721) Statement inside of curly braces should be on next line. (brace-style)
(#721) Missing space before opening brace. (space-before-blocks)
(#721) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#721) Operator '&&' must be spaced. (space-infix-ops)
(#721) Operator '&&' must be spaced. (space-infix-ops)
(#721) A space is required after ','. (comma-spacing)
(#721) Requires a space before '}'. (block-spacing)
(#721) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#721) Missing semicolon. (semi)
(#721) A space is required after ','. (comma-spacing)
(#721) Requires a space after '{'. (block-spacing)
(#721) Statement inside of curly braces should be on next line. (brace-style)
(#721) Missing space before opening brace. (space-before-blocks)
(#721) Operator '=' must be spaced. (space-infix-ops)
(#721) Missing whitespace after semicolon. (semi-spacing)
(#721) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#721) Operator '&&' must be spaced. (space-infix-ops)
(#721) A space is required after ','. (comma-spacing)
(#721) Requires a space before '}'. (block-spacing)
(#721) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#721) Missing semicolon. (semi)
(#721) A space is required after ','. (comma-spacing)
(#721) Requires a space after '{'. (block-spacing)
(#721) Statement inside of curly braces should be on next line. (brace-style)
(#721) Missing space before opening brace. (space-before-blocks)
(#721) Operator '=' must be spaced. (space-infix-ops)
(#721) Missing whitespace after semicolon. (semi-spacing)
(#721) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#721) Operator '&&' must be spaced. (space-infix-ops)
(#721) A space is required after ','. (comma-spacing)
(#721) Requires a space before '}'. (block-spacing)
(#721) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#721) Missing semicolon. (semi)
(#721) A space is required after ','. (comma-spacing)
(#721) Requires a space after '{'. (block-spacing)
(#721) Statement inside of curly braces should be on next line. (brace-style)
(#721) Missing space before opening brace. (space-before-blocks)
(#721) Expected space(s) after "switch". (keyword-spacing)
(#721) Requires a space after '{'. (block-spacing)
(#721) Statement inside of curly braces should be on next line. (brace-style)
(#721) Missing space before opening brace. (space-before-blocks)
(#721) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#721) Operator '&&' must be spaced. (space-infix-ops)
(#721) A space is required after ','. (comma-spacing)
(#721) Missing whitespace after semicolon. (semi-spacing)
(#721) Missing whitespace after semicolon. (semi-spacing)
(#721) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#721) Operator '&&' must be spaced. (space-infix-ops)
(#722) This line has a length of 507. Maximum allowed is 132. (max-len)
(#722) Missing whitespace after semicolon. (semi-spacing)
(#722) Missing whitespace after semicolon. (semi-spacing)
(#722) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#722) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#722) Operator '&&' must be spaced. (space-infix-ops)
(#722) A space is required after ','. (comma-spacing)
(#722) Requires a space before '}'. (block-spacing)
(#722) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#722) Missing semicolon. (semi)
(#722) Requires a space before '}'. (block-spacing)
(#722) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#722) A space is required after ','. (comma-spacing)
(#722) A space is required after ','. (comma-spacing)
(#722) Requires a space after '{'. (block-spacing)
(#722) Statement inside of curly braces should be on next line. (brace-style)
(#722) Missing space before opening brace. (space-before-blocks)
(#722) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#722) Operator '&&' must be spaced. (space-infix-ops)
(#722) A space is required after ','. (comma-spacing)
(#722) A space is required after ','. (comma-spacing)
(#722) Requires a space before '}'. (block-spacing)
(#722) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#722) Missing semicolon. (semi)
(#722) Missing whitespace after semicolon. (semi-spacing)
(#722) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#722) Operator '&&' must be spaced. (space-infix-ops)
(#722) Requires a space before '}'. (block-spacing)
(#722) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#722) Missing semicolon. (semi)
(#722) Missing whitespace after semicolon. (semi-spacing)
(#722) Operator '=' must be spaced. (space-infix-ops)
(#722) Requires a space after '{'. (block-spacing)
(#722) Statement inside of curly braces should be on next line. (brace-style)
(#722) Missing space before opening brace. (space-before-blocks)
(#722) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#722) Operator '&&' must be spaced. (space-infix-ops)
(#722) Operator '=' must be spaced. (space-infix-ops)
(#722) A space is required after ','. (comma-spacing)
(#722) Operator '=' must be spaced. (space-infix-ops)
(#722) Missing whitespace after semicolon. (semi-spacing)
(#722) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#722) Operator '||' must be spaced. (space-infix-ops)
(#722) A space is required after ','. (comma-spacing)
(#722) Operator '=' must be spaced. (space-infix-ops)
(#722) Missing whitespace after semicolon. (semi-spacing)
(#722) Operator '=' must be spaced. (space-infix-ops)
(#722) Operator '+' must be spaced. (space-infix-ops)
(#722) Missing whitespace after semicolon. (semi-spacing)
(#722) Operator '=' must be spaced. (space-infix-ops)
(#722) Operator '-' must be spaced. (space-infix-ops)
(#722) A space is required after ','. (comma-spacing)
(#722) Operator '-' must be spaced. (space-infix-ops)
(#723) This line has a length of 177. Maximum allowed is 132. (max-len)
(#723) Requires a space before '}'. (block-spacing)
(#723) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#723) Missing semicolon. (semi)
(#723) Requires a space before '}'. (block-spacing)
(#723) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#723) Missing semicolon. (semi)
(#723) A space is required after ','. (comma-spacing)
(#723) A space is required after ','. (comma-spacing)
(#723) A space is required after ','. (comma-spacing)
(#723) A space is required after ','. (comma-spacing)
(#723) A space is required after ','. (comma-spacing)
(#723) A space is required after ','. (comma-spacing)
(#723) A space is required after ','. (comma-spacing)
(#723) A space is required after ','. (comma-spacing)
(#723) A space is required after ','. (comma-spacing)
(#724) This line has a length of 516. Maximum allowed is 132. (max-len)
(#724) A space is required after ','. (comma-spacing)
(#724) A space is required after ','. (comma-spacing)
(#724) Requires a space after '{'. (block-spacing)
(#724) Statement inside of curly braces should be on next line. (brace-style)
(#724) Missing space before opening brace. (space-before-blocks)
(#724) Operator '=' must be spaced. (space-infix-ops)
(#724) A space is required after ','. (comma-spacing)
(#724) A space is required after ','. (comma-spacing)
(#724) Requires a space after '{'. (block-spacing)
(#724) Statement inside of curly braces should be on next line. (brace-style)
(#724) Missing space before opening brace. (space-before-blocks)
(#724) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#724) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#724) Operator '&&' must be spaced. (space-infix-ops)
(#724) A space is required after ','. (comma-spacing)
(#724) A space is required after ','. (comma-spacing)
(#724) Requires a space before '}'. (block-spacing)
(#724) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#724) Missing semicolon. (semi)
(#724) Missing whitespace after semicolon. (semi-spacing)
(#724) Operator '=' must be spaced. (space-infix-ops)
(#724) Operator '=' must be spaced. (space-infix-ops)
(#724) Missing '()' invoking a constructor. (new-parens)
(#724) Missing whitespace after semicolon. (semi-spacing)
(#724) Operator '=' must be spaced. (space-infix-ops)
(#724) Missing whitespace after semicolon. (semi-spacing)
(#724) Operator '=' must be spaced. (space-infix-ops)
(#724) Requires a space after '{'. (block-spacing)
(#724) Statement inside of curly braces should be on next line. (brace-style)
(#724) Missing space before opening brace. (space-before-blocks)
(#724) Missing whitespace after semicolon. (semi-spacing)
(#724) Operator '=' must be spaced. (space-infix-ops)
(#724) Missing '()' invoking a constructor. (new-parens)
(#724) Missing whitespace after semicolon. (semi-spacing)
(#724) Operator '=' must be spaced. (space-infix-ops)
(#724) Missing whitespace after semicolon. (semi-spacing)
(#724) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#724) Operator '&&' must be spaced. (space-infix-ops)
(#724) Operator '=' must be spaced. (space-infix-ops)
(#724) Requires a space after '{'. (block-spacing)
(#724) Statement inside of curly braces should be on next line. (brace-style)
(#724) Missing space before opening brace. (space-before-blocks)
(#724) Operator '=' must be spaced. (space-infix-ops)
(#724) Missing '()' invoking a constructor. (new-parens)
(#724) Missing whitespace after semicolon. (semi-spacing)
(#724) Operator '-' must be spaced. (space-infix-ops)
(#724) Missing whitespace after semicolon. (semi-spacing)
(#724) Missing whitespace after semicolon. (semi-spacing)
(#724) Operator '=' must be spaced. (space-infix-ops)
(#724) Requires a space before '}'. (block-spacing)
(#724) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#724) Missing semicolon. (semi)
(#724) A space is required after ','. (comma-spacing)
(#724) Requires a space before '}'. (block-spacing)
(#724) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#724) Missing semicolon. (semi)
(#724) Missing whitespace after semicolon. (semi-spacing)
(#724) Operator '=' must be spaced. (space-infix-ops)
(#724) Requires a space after '{'. (block-spacing)
(#724) Statement inside of curly braces should be on next line. (brace-style)
(#724) Missing space before opening brace. (space-before-blocks)
(#724) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#724) Operator '&&' must be spaced. (space-infix-ops)
(#724) A space is required after ','. (comma-spacing)
(#724) Operator '=' must be spaced. (space-infix-ops)
(#724) Requires a space before '}'. (block-spacing)
(#724) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#724) Missing semicolon. (semi)
(#724) Missing whitespace after semicolon. (semi-spacing)
(#724) Operator '=' must be spaced. (space-infix-ops)
(#724) Requires a space after '{'. (block-spacing)
(#724) Statement inside of curly braces should be on next line. (brace-style)
(#724) Missing space before opening brace. (space-before-blocks)
(#724) Operator '!==' must be spaced. (space-infix-ops)
(#725) Requires a space before '}'. (block-spacing)
(#725) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#725) Missing semicolon. (semi)
(#725) Requires a space before '}'. (block-spacing)
(#725) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#725) Missing semicolon. (semi)
(#725) A space is required after ','. (comma-spacing)
(#726) This line has a length of 520. Maximum allowed is 132. (max-len)
(#726) A space is required after ','. (comma-spacing)
(#726) A space is required after ','. (comma-spacing)
(#726) 'w' is defined but never used. (no-unused-vars)
(#726) Requires a space after '{'. (block-spacing)
(#726) Statement inside of curly braces should be on next line. (brace-style)
(#726) Missing space before opening brace. (space-before-blocks)
(#726) Operator '=' must be spaced. (space-infix-ops)
(#726) A space is required after ','. (comma-spacing)
(#726) A space is required after ','. (comma-spacing)
(#726) A space is required after ','. (comma-spacing)
(#726) Requires a space after '{'. (block-spacing)
(#726) Statement inside of curly braces should be on next line. (brace-style)
(#726) Missing space before opening brace. (space-before-blocks)
(#726) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#726) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#726) Operator '&&' must be spaced. (space-infix-ops)
(#726) A space is required after ','. (comma-spacing)
(#726) A space is required after ','. (comma-spacing)
(#726) Missing whitespace after semicolon. (semi-spacing)
(#726) Operator '+' must be spaced. (space-infix-ops)
(#726) Operator '+' must be spaced. (space-infix-ops)
(#726) Operator '+' must be spaced. (space-infix-ops)
(#726) Operator '+' must be spaced. (space-infix-ops)
(#726) Operator '+' must be spaced. (space-infix-ops)
(#726) Operator '+' must be spaced. (space-infix-ops)
(#726) Operator '+' must be spaced. (space-infix-ops)
(#726) Operator '+' must be spaced. (space-infix-ops)
(#726) Missing whitespace after semicolon. (semi-spacing)
(#726) Operator '=' must be spaced. (space-infix-ops)
(#726) Missing whitespace after semicolon. (semi-spacing)
(#726) Requires a space before '}'. (block-spacing)
(#726) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#726) Missing semicolon. (semi)
(#726) Missing whitespace after semicolon. (semi-spacing)
(#726) Operator '=' must be spaced. (space-infix-ops)
(#727) Missing '()' invoking a constructor. (new-parens)
(#727) Requires a space before '}'. (block-spacing)
(#727) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#727) Missing semicolon. (semi)
(#727) A space is required after ','. (comma-spacing)
(#728) This line has a length of 503. Maximum allowed is 132. (max-len)
(#728) A space is required after ','. (comma-spacing)
(#728) Requires a space after '{'. (block-spacing)
(#728) Statement inside of curly braces should be on next line. (brace-style)
(#728) Missing space before opening brace. (space-before-blocks)
(#728) Operator '=' must be spaced. (space-infix-ops)
(#728) A space is required after ','. (comma-spacing)
(#728) A space is required after ','. (comma-spacing)
(#728) A space is required after ','. (comma-spacing)
(#728) A space is required after ','. (comma-spacing)
(#728) A space is required after ','. (comma-spacing)
(#728) Requires a space after '{'. (block-spacing)
(#728) Statement inside of curly braces should be on next line. (brace-style)
(#728) Missing space before opening brace. (space-before-blocks)
(#728) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#728) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#728) Operator '&&' must be spaced. (space-infix-ops)
(#728) A space is required after ','. (comma-spacing)
(#728) A space is required after ','. (comma-spacing)
(#728) Missing whitespace after semicolon. (semi-spacing)
(#728) Operator '=' must be spaced. (space-infix-ops)
(#728) Missing whitespace after semicolon. (semi-spacing)
(#728) Operator '=' must be spaced. (space-infix-ops)
(#728) Operator '?' must be spaced. (space-infix-ops)
(#728) Operator ':' must be spaced. (space-infix-ops)
(#728) Missing whitespace after semicolon. (semi-spacing)
(#728) Operator '=' must be spaced. (space-infix-ops)
(#728) Operator '?' must be spaced. (space-infix-ops)
(#728) Operator ':' must be spaced. (space-infix-ops)
(#728) Requires a space before '}'. (block-spacing)
(#728) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#728) Missing semicolon. (semi)
(#728) Missing whitespace after semicolon. (semi-spacing)
(#728) Operator '=' must be spaced. (space-infix-ops)
(#728) Operator '=' must be spaced. (space-infix-ops)
(#728) Missing '()' invoking a constructor. (new-parens)
(#728) Missing whitespace after semicolon. (semi-spacing)
(#728) Operator '=' must be spaced. (space-infix-ops)
(#728) Missing whitespace after semicolon. (semi-spacing)
(#728) Operator '=' must be spaced. (space-infix-ops)
(#728) Missing whitespace after semicolon. (semi-spacing)
(#728) Operator '=' must be spaced. (space-infix-ops)
(#728) Requires a space after '{'. (block-spacing)
(#728) Statement inside of curly braces should be on next line. (brace-style)
(#728) Missing space before opening brace. (space-before-blocks)
(#728) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#728) Operator '&&' must be spaced. (space-infix-ops)
(#728) Operator '?' must be spaced. (space-infix-ops)
(#728) A space is required after ','. (comma-spacing)
(#728) A space is required after ','. (comma-spacing)
(#728) Operator ':' must be spaced. (space-infix-ops)
(#728) Operator '=' must be spaced. (space-infix-ops)
(#728) A space is required after ','. (comma-spacing)
(#728) Operator '=' must be spaced. (space-infix-ops)
(#728) Operator '*' must be spaced. (space-infix-ops)
(#728) A space is required after ','. (comma-spacing)
(#728) A space is required after ','. (comma-spacing)
(#728) A space is required after ','. (comma-spacing)
(#728) A space is required after ','. (comma-spacing)
(#728) Requires a space before '}'. (block-spacing)
(#728) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#728) Missing semicolon. (semi)
(#728) Missing whitespace after semicolon. (semi-spacing)
(#728) Operator '=' must be spaced. (space-infix-ops)
(#728) Requires a space after '{'. (block-spacing)
(#728) Statement inside of curly braces should be on next line. (brace-style)
(#728) Missing space before opening brace. (space-before-blocks)
(#728) Operator '=' must be spaced. (space-infix-ops)
(#728) Missing '()' invoking a constructor. (new-parens)
(#728) Missing whitespace after semicolon. (semi-spacing)
(#728) Operator '=' must be spaced. (space-infix-ops)
(#728) Requires a space before '}'. (block-spacing)
(#728) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#728) Missing semicolon. (semi)
(#728) Missing whitespace after semicolon. (semi-spacing)
(#728) Operator '=' must be spaced. (space-infix-ops)
(#728) 'w' is defined but never used. (no-unused-vars)
(#728) Requires a space after '{'. (block-spacing)
(#728) Statement inside of curly braces should be on next line. (brace-style)
(#728) Missing space before opening brace. (space-before-blocks)
(#728) Operator '=' must be spaced. (space-infix-ops)
(#729) This line has a length of 275. Maximum allowed is 132. (max-len)
(#729) Missing whitespace after semicolon. (semi-spacing)
(#729) Missing whitespace after semicolon. (semi-spacing)
(#729) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#729) Do not nest ternary expressions. (no-nested-ternary)
(#729) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#729) Operator '?' must be spaced. (space-infix-ops)
(#729) Operator ':' must be spaced. (space-infix-ops)
(#729) Operator '?' must be spaced. (space-infix-ops)
(#729) Operator ':' must be spaced. (space-infix-ops)
(#729) Operator '=' must be spaced. (space-infix-ops)
(#729) Requires a space before '}'. (block-spacing)
(#729) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#729) Missing semicolon. (semi)
(#729) Missing whitespace after semicolon. (semi-spacing)
(#729) Operator '=' must be spaced. (space-infix-ops)
(#729) 'w' is defined but never used. (no-unused-vars)
(#729) Requires a space after '{'. (block-spacing)
(#729) Statement inside of curly braces should be on next line. (brace-style)
(#729) Missing space before opening brace. (space-before-blocks)
(#729) Operator '=' must be spaced. (space-infix-ops)
(#729) Missing whitespace after semicolon. (semi-spacing)
(#729) Requires a space before '}'. (block-spacing)
(#729) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#729) Missing semicolon. (semi)
(#729) Missing whitespace after semicolon. (semi-spacing)
(#729) Operator '=' must be spaced. (space-infix-ops)
(#729) Requires a space after '{'. (block-spacing)
(#729) Statement inside of curly braces should be on next line. (brace-style)
(#729) Missing space before opening brace. (space-before-blocks)
(#729) Operator '=' must be spaced. (space-infix-ops)
(#729) Missing whitespace after semicolon. (semi-spacing)
(#729) Requires a space before '}'. (block-spacing)
(#729) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#729) Missing semicolon. (semi)
(#729) Requires a space before '}'. (block-spacing)
(#729) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#729) Missing semicolon. (semi)
(#730) This line has a length of 513. Maximum allowed is 132. (max-len)
(#730) A space is required after ','. (comma-spacing)
(#730) A space is required after ','. (comma-spacing)
(#730) A space is required after ','. (comma-spacing)
(#730) A space is required after ','. (comma-spacing)
(#730) 'k' is defined but never used. (no-unused-vars)
(#730) Requires a space after '{'. (block-spacing)
(#730) Statement inside of curly braces should be on next line. (brace-style)
(#730) Missing space before opening brace. (space-before-blocks)
(#730) Operator '=' must be spaced. (space-infix-ops)
(#730) A space is required after ','. (comma-spacing)
(#730) A space is required after ','. (comma-spacing)
(#730) Requires a space after '{'. (block-spacing)
(#730) Statement inside of curly braces should be on next line. (brace-style)
(#730) Missing space before opening brace. (space-before-blocks)
(#730) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#730) This line has 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#730) Operator '&&' must be spaced. (space-infix-ops)
(#730) A space is required after ','. (comma-spacing)
(#730) A space is required after ','. (comma-spacing)
(#730) Missing whitespace after semicolon. (semi-spacing)
(#730) Operator '=' must be spaced. (space-infix-ops)
(#730) Missing whitespace after semicolon. (semi-spacing)
(#730) Missing whitespace after semicolon. (semi-spacing)
(#730) Missing whitespace after semicolon. (semi-spacing)
(#730) Missing whitespace after semicolon. (semi-spacing)
(#730) Missing whitespace after semicolon. (semi-spacing)
(#730) Missing whitespace after semicolon. (semi-spacing)
(#730) Operator '+' must be spaced. (space-infix-ops)
(#730) Missing whitespace after semicolon. (semi-spacing)
(#730) Operator '=' must be spaced. (space-infix-ops)
(#730) Missing whitespace after semicolon. (semi-spacing)
(#730) Operator '+' must be spaced. (space-infix-ops)
(#730) Operator '+' must be spaced. (space-infix-ops)
(#730) Requires a space after '{'. (block-spacing)
(#730) Statement inside of curly braces should be on next line. (brace-style)
(#730) Missing space before opening brace. (space-before-blocks)
(#730) Requires a space before '}'. (block-spacing)
(#730) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#730) Missing semicolon. (semi)
(#730) Missing whitespace after semicolon. (semi-spacing)
(#730) Operator '+' must be spaced. (space-infix-ops)
(#730) Operator '+' must be spaced. (space-infix-ops)
(#730) Requires a space after '{'. (block-spacing)
(#730) Statement inside of curly braces should be on next line. (brace-style)
(#730) Missing space before opening brace. (space-before-blocks)
(#730) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#730) Operator '===' must be spaced. (space-infix-ops)
(#730) Operator '&&' must be spaced. (space-infix-ops)
(#730) Requires a space before '}'. (block-spacing)
(#730) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#730) Missing semicolon. (semi)
(#730) Missing whitespace after semicolon. (semi-spacing)
(#730) Operator '=' must be spaced. (space-infix-ops)
(#730) Missing whitespace after semicolon. (semi-spacing)
(#730) Requires a space before '}'. (block-spacing)
(#730) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#730) Missing semicolon. (semi)
(#730) Missing whitespace after semicolon. (semi-spacing)
(#730) Operator '=' must be spaced. (space-infix-ops)
(#730) Operator '=' must be spaced. (space-infix-ops)
(#730) Missing '()' invoking a constructor. (new-parens)
(#730) Missing whitespace after semicolon. (semi-spacing)
(#730) Operator '=' must be spaced. (space-infix-ops)
(#730) Requires a space after '{'. (block-spacing)
(#730) Statement inside of curly braces should be on next line. (brace-style)
(#730) Missing space before opening brace. (space-before-blocks)
(#730) Operator '+' must be spaced. (space-infix-ops)
(#731) This line has a length of 507. Maximum allowed is 132. (max-len)
(#731) Operator '+' must be spaced. (space-infix-ops)
(#731) Missing whitespace after semicolon. (semi-spacing)
(#731) Requires a space before '}'. (block-spacing)
(#731) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#731) Missing semicolon. (semi)
(#731) Missing whitespace after semicolon. (semi-spacing)
(#731) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#731) Operator '=' must be spaced. (space-infix-ops)
(#731) Requires a space after '{'. (block-spacing)
(#731) Statement inside of curly braces should be on next line. (brace-style)
(#731) Missing space before opening brace. (space-before-blocks)
(#731) Operator '=' must be spaced. (space-infix-ops)
(#731) Missing whitespace after semicolon. (semi-spacing)
(#731) Missing whitespace after semicolon. (semi-spacing)
(#731) Missing whitespace after semicolon. (semi-spacing)
(#731) Missing whitespace after semicolon. (semi-spacing)
(#731) Missing whitespace after semicolon. (semi-spacing)
(#731) Missing whitespace after semicolon. (semi-spacing)
(#731) Missing whitespace after semicolon. (semi-spacing)
(#731) Missing whitespace after semicolon. (semi-spacing)
(#731) Missing whitespace after semicolon. (semi-spacing)
(#731) Missing whitespace after semicolon. (semi-spacing)
(#731) Missing whitespace after semicolon. (semi-spacing)
(#731) Missing whitespace after semicolon. (semi-spacing)
(#731) Missing whitespace after semicolon. (semi-spacing)
(#731) Requires a space before '}'. (block-spacing)
(#731) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#731) Missing semicolon. (semi)
(#731) Missing whitespace after semicolon. (semi-spacing)
(#731) Operator '=' must be spaced. (space-infix-ops)
(#731) Requires a space after '{'. (block-spacing)
(#731) Statement inside of curly braces should be on next line. (brace-style)
(#731) Missing space before opening brace. (space-before-blocks)
(#731) Operator '=' must be spaced. (space-infix-ops)
(#732) This line has a length of 221. Maximum allowed is 132. (max-len)
(#732) Missing whitespace after semicolon. (semi-spacing)
(#732) Operator '=' must be spaced. (space-infix-ops)
(#732) Missing whitespace after semicolon. (semi-spacing)
(#732) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#732) Operator '+' must be spaced. (space-infix-ops)
(#732) Operator '+' must be spaced. (space-infix-ops)
(#732) A space is required after ','. (comma-spacing)
(#732) Missing space before value for key 'database'. (key-spacing)
(#732) Operator '+' must be spaced. (space-infix-ops)
(#732) Operator '+' must be spaced. (space-infix-ops)
(#732) A space is required after ','. (comma-spacing)
(#732) Requires a space after '{'. (block-spacing)
(#732) Statement inside of curly braces should be on next line. (brace-style)
(#732) Missing space before opening brace. (space-before-blocks)
(#732) Requires a space before '}'. (block-spacing)
(#732) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#732) Missing semicolon. (semi)
(#732) Requires a space before '}'. (block-spacing)
(#732) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#732) Missing semicolon. (semi)
(#732) Requires a space before '}'. (block-spacing)
(#732) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#732) Missing semicolon. (semi)
(#732) A space is required after ','. (comma-spacing)
(#732) A space is required after ','. (comma-spacing)
(#732) A space is required after ','. (comma-spacing)
(#733) This line has a length of 512. Maximum allowed is 132. (max-len)
(#733) A space is required after ','. (comma-spacing)
(#733) A space is required after ','. (comma-spacing)
(#733) A space is required after ','. (comma-spacing)
(#733) 'v' is defined but never used. (no-unused-vars)
(#733) Requires a space after '{'. (block-spacing)
(#733) Statement inside of curly braces should be on next line. (brace-style)
(#733) Missing space before opening brace. (space-before-blocks)
(#733) Operator '=' must be spaced. (space-infix-ops)
(#733) A space is required after ','. (comma-spacing)
(#733) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#733) Operator '=' must be spaced. (space-infix-ops)
(#733) A space is required after ','. (comma-spacing)
(#733) A space is required after ','. (comma-spacing)
(#733) A space is required after ','. (comma-spacing)
(#733) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#733) Operator '=' must be spaced. (space-infix-ops)
(#733) A space is required after ','. (comma-spacing)
(#733) A space is required after ','. (comma-spacing)
(#733) A space is required after ','. (comma-spacing)
(#733) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#733) Operator '=' must be spaced. (space-infix-ops)
(#733) A space is required after ','. (comma-spacing)
(#733) A space is required after ','. (comma-spacing)
(#733) Missing whitespace after semicolon. (semi-spacing)
(#733) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#733) Operator '=' must be spaced. (space-infix-ops)
(#733) A space is required after ','. (comma-spacing)
(#733) A space is required after ','. (comma-spacing)
(#733) A space is required after ','. (comma-spacing)
(#733) Requires a space after '{'. (block-spacing)
(#733) Statement inside of curly braces should be on next line. (brace-style)
(#733) Missing space before opening brace. (space-before-blocks)
(#733) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#733) Operator '&&' must be spaced. (space-infix-ops)
(#733) A space is required after ','. (comma-spacing)
(#733) A space is required after ','. (comma-spacing)
(#733) Missing whitespace after semicolon. (semi-spacing)
(#733) Operator '=' must be spaced. (space-infix-ops)
(#733) Requires a space before '}'. (block-spacing)
(#733) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#733) Missing semicolon. (semi)
(#733) Missing whitespace after semicolon. (semi-spacing)
(#733) Operator '=' must be spaced. (space-infix-ops)
(#733) Operator '=' must be spaced. (space-infix-ops)
(#733) Missing '()' invoking a constructor. (new-parens)
(#733) Missing whitespace after semicolon. (semi-spacing)
(#733) Operator '=' must be spaced. (space-infix-ops)
(#733) Operator '/' must be spaced. (space-infix-ops)
(#733) Missing whitespace after semicolon. (semi-spacing)
(#733) Operator '=' must be spaced. (space-infix-ops)
(#733) Missing whitespace after semicolon. (semi-spacing)
(#733) Operator '=' must be spaced. (space-infix-ops)
(#733) Missing whitespace after semicolon. (semi-spacing)
(#733) Operator '=' must be spaced. (space-infix-ops)
(#733) Missing whitespace after semicolon. (semi-spacing)
(#733) Operator '=' must be spaced. (space-infix-ops)
(#733) Requires a space after '{'. (block-spacing)
(#733) Statement inside of curly braces should be on next line. (brace-style)
(#733) Missing space before opening brace. (space-before-blocks)
(#733) Expected space(s) after "if". (keyword-spacing)
(#733) Operator '===' must be spaced. (space-infix-ops)
(#733) Operator '&&' must be spaced. (space-infix-ops)
(#733) Operator '===' must be spaced. (space-infix-ops)
(#733) Expected { after 'if' condition. (curly)
(#733) Expected space(s) before "this". (keyword-spacing)
(#733) Missing whitespace after semicolon. (semi-spacing)
(#733) Expected space(s) after "if". (keyword-spacing)
(#733) Operator '/=' must be spaced. (space-infix-ops)
(#733) Unexpected use of comma operator. (no-sequences)
(#733) A space is required after ','. (comma-spacing)
(#733) Requires a space after '{'. (block-spacing)
(#733) Statement inside of curly braces should be on next line. (brace-style)
(#733) Missing space before opening brace. (space-before-blocks)
(#733) Missing whitespace after semicolon. (semi-spacing)
(#733) A space is required after ','. (comma-spacing)
(#733) Operator '*' must be spaced. (space-infix-ops)
(#733) A space is required after ','. (comma-spacing)
(#733) Missing whitespace after semicolon. (semi-spacing)
(#733) A space is required after ','. (comma-spacing)
(#733) Operator '*' must be spaced. (space-infix-ops)
(#733) A space is required after ','. (comma-spacing)
(#733) Missing whitespace after semicolon. (semi-spacing)
(#733) A space is required after ','. (comma-spacing)
(#733) Operator '*' must be spaced. (space-infix-ops)
(#733) A space is required after ','. (comma-spacing)
(#733) Missing whitespace after semicolon. (semi-spacing)
(#733) Operator '=' must be spaced. (space-infix-ops)
(#733) Missing whitespace after semicolon. (semi-spacing)
(#733) Expected space(s) after "for". (keyword-spacing)
(#733) Operator '=' must be spaced. (space-infix-ops)
(#733) Missing whitespace after semicolon. (semi-spacing)
(#733) Operator '<' must be spaced. (space-infix-ops)
(#734) This line has a length of 501. Maximum allowed is 132. (max-len)
(#734) Missing whitespace after semicolon. (semi-spacing)
(#734) Requires a space after '{'. (block-spacing)
(#734) Statement inside of curly braces should be on next line. (brace-style)
(#734) Missing space before opening brace. (space-before-blocks)
(#734) Expected space(s) after "for". (keyword-spacing)
(#734) Operator '=' must be spaced. (space-infix-ops)
(#734) A space is required after ','. (comma-spacing)
(#734) Operator '=' must be spaced. (space-infix-ops)
(#734) A space is required after ','. (comma-spacing)
(#734) Operator '=' must be spaced. (space-infix-ops)
(#734) Missing whitespace after semicolon. (semi-spacing)
(#734) Operator '<' must be spaced. (space-infix-ops)
(#734) Missing whitespace after semicolon. (semi-spacing)
(#734) Requires a space after '{'. (block-spacing)
(#734) Statement inside of curly braces should be on next line. (brace-style)
(#734) Missing space before opening brace. (space-before-blocks)
(#734) Operator '=' must be spaced. (space-infix-ops)
(#734) A space is required after ','. (comma-spacing)
(#734) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#734) Operator '=' must be spaced. (space-infix-ops)
(#734) Operator '-' must be spaced. (space-infix-ops)
(#734) Operator '/' must be spaced. (space-infix-ops)
(#734) A space is required after ','. (comma-spacing)
(#734) Operator '-' must be spaced. (space-infix-ops)
(#734) Operator '/' must be spaced. (space-infix-ops)
(#734) A space is required after ','. (comma-spacing)
(#734) Missing whitespace after semicolon. (semi-spacing)
(#734) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#734) A space is required after ','. (comma-spacing)
(#734) Missing whitespace after semicolon. (semi-spacing)
(#734) Operator '=' must be spaced. (space-infix-ops)
(#734) Operator '+' must be spaced. (space-infix-ops)
(#734) Operator '/' must be spaced. (space-infix-ops)
(#734) Missing whitespace after semicolon. (semi-spacing)
(#734) Operator '=' must be spaced. (space-infix-ops)
(#734) Operator '+' must be spaced. (space-infix-ops)
(#734) Operator '/' must be spaced. (space-infix-ops)
(#734) Missing whitespace after semicolon. (semi-spacing)
(#734) Operator '=' must be spaced. (space-infix-ops)
(#734) Requires a space before '}'. (block-spacing)
(#734) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#734) Missing semicolon. (semi)
(#734) 'm' used outside of binding context. (block-scoped-var)
(#734) Operator '=' must be spaced. (space-infix-ops)
(#734) Missing whitespace after semicolon. (semi-spacing)
(#734) Expected space(s) after "for". (keyword-spacing)
(#734) 'p' used outside of binding context. (block-scoped-var)
(#734) Operator '=' must be spaced. (space-infix-ops)
(#734) 'g' used outside of binding context. (block-scoped-var)
(#734) Missing whitespace after semicolon. (semi-spacing)
(#734) 'm' used outside of binding context. (block-scoped-var)
(#734) Operator '<' must be spaced. (space-infix-ops)
(#734) 'p' used outside of binding context. (block-scoped-var)
(#734) Missing whitespace after semicolon. (semi-spacing)
(#734) 'm' used outside of binding context. (block-scoped-var)
(#734) 'g' used outside of binding context. (block-scoped-var)
(#734) Expected { after 'for' condition. (curly)
(#734) 'm' used outside of binding context. (block-scoped-var)
(#734) Operator '=' must be spaced. (space-infix-ops)
(#734) 'g' used outside of binding context. (block-scoped-var)
(#734) 'm' used outside of binding context. (block-scoped-var)
(#734) Missing whitespace after semicolon. (semi-spacing)
(#734) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#734) Operator '&&' must be spaced. (space-infix-ops)
(#734) Operator '&&' must be spaced. (space-infix-ops)
(#734) 'g' used outside of binding context. (block-scoped-var)
(#734) Missing whitespace after semicolon. (semi-spacing)
(#734) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#734) Operator '&&' must be spaced. (space-infix-ops)
(#734) Operator '&&' must be spaced. (space-infix-ops)
(#734) 'g' used outside of binding context. (block-scoped-var)
(#734) Requires a space before '}'. (block-spacing)
(#734) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#734) Missing semicolon. (semi)
(#734) Operator '=' must be spaced. (space-infix-ops)
(#734) Missing whitespace after semicolon. (semi-spacing)
(#734) Expected space(s) after "for". (keyword-spacing)
(#734) 'b' used outside of binding context. (block-scoped-var)
(#734) Operator '=' must be spaced. (space-infix-ops)
(#734) Missing whitespace after semicolon. (semi-spacing)
(#734) Operator '<' must be spaced. (space-infix-ops)
(#734) 'b' used outside of binding context. (block-scoped-var)
(#734) Missing whitespace after semicolon. (semi-spacing)
(#734) Expected { after 'for' condition. (curly)
(#734) Expected space(s) before "for". (keyword-spacing)
(#734) Expected space(s) after "for". (keyword-spacing)
(#734) 'g' used outside of binding context. (block-scoped-var)
(#734) Operator '=' must be spaced. (space-infix-ops)
(#734) A space is required after ','. (comma-spacing)
(#734) 'm' used outside of binding context. (block-scoped-var)
(#734) Operator '=' must be spaced. (space-infix-ops)
(#735) This line has a length of 304. Maximum allowed is 132. (max-len)
(#735) 'p' used outside of binding context. (block-scoped-var)
(#735) Operator '=' must be spaced. (space-infix-ops)
(#735) 'g' used outside of binding context. (block-scoped-var)
(#735) Missing whitespace after semicolon. (semi-spacing)
(#735) 'm' used outside of binding context. (block-scoped-var)
(#735) Operator '<' must be spaced. (space-infix-ops)
(#735) 'p' used outside of binding context. (block-scoped-var)
(#735) Missing whitespace after semicolon. (semi-spacing)
(#735) 'm' used outside of binding context. (block-scoped-var)
(#735) 'l' used outside of binding context. (block-scoped-var)
(#735) Expected { after 'for' condition. (curly)
(#735) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#735) Operator '=' must be spaced. (space-infix-ops)
(#735) 'g' used outside of binding context. (block-scoped-var)
(#735) 'm' used outside of binding context. (block-scoped-var)
(#735) Unexpected use of comma operator. (no-sequences)
(#735) A space is required after ','. (comma-spacing)
(#735) 'r' used outside of binding context. (block-scoped-var)
(#735) Operator '=' must be spaced. (space-infix-ops)
(#735) 'l' used outside of binding context. (block-scoped-var)
(#735) Operator '-' must be spaced. (space-infix-ops)
(#735) Operator '/' must be spaced. (space-infix-ops)
(#735) A space is required after ','. (comma-spacing)
(#735) 'l' used outside of binding context. (block-scoped-var)
(#735) Operator '-' must be spaced. (space-infix-ops)
(#735) Operator '/' must be spaced. (space-infix-ops)
(#735) A space is required after ','. (comma-spacing)
(#735) A space is required after ','. (comma-spacing)
(#735) A space is required after ','. (comma-spacing)
(#735) 'r' used outside of binding context. (block-scoped-var)
(#735) A space is required after ','. (comma-spacing)
(#735) 'l' used outside of binding context. (block-scoped-var)
(#735) Operator '=' must be spaced. (space-infix-ops)
(#735) 'r' used outside of binding context. (block-scoped-var)
(#735) Operator '+' must be spaced. (space-infix-ops)
(#735) Operator '/' must be spaced. (space-infix-ops)
(#735) A space is required after ','. (comma-spacing)
(#735) 'l' used outside of binding context. (block-scoped-var)
(#735) Operator '=' must be spaced. (space-infix-ops)
(#735) 'r' used outside of binding context. (block-scoped-var)
(#735) Operator '+' must be spaced. (space-infix-ops)
(#735) Operator '/' must be spaced. (space-infix-ops)
(#735) Requires a space before '}'. (block-spacing)
(#735) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#735) Missing semicolon. (semi)
(#735) Expected space(s) before "else". (keyword-spacing)
(#735) Expected { after 'else'. (curly)
(#735) Operator '+=' must be spaced. (space-infix-ops)
(#735) Operator '*' must be spaced. (space-infix-ops)
(#735) Requires a space before '}'. (block-spacing)
(#735) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#735) Missing semicolon. (semi)
(#735) Missing whitespace after semicolon. (semi-spacing)
(#735) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#735) Operator '=' must be spaced. (space-infix-ops)
(#735) 'e' is defined but never used. (no-unused-vars)
(#735) Requires a space after '{'. (block-spacing)
(#735) Statement inside of curly braces should be on next line. (brace-style)
(#735) Missing space before opening brace. (space-before-blocks)
(#735) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#735) Operator '?' must be spaced. (space-infix-ops)
(#735) Operator ':' must be spaced. (space-infix-ops)
(#735) Requires a space before '}'. (block-spacing)
(#735) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#735) Missing semicolon. (semi)
(#735) Requires a space before '}'. (block-spacing)
(#735) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#735) Missing semicolon. (semi)
(#735) A space is required after ','. (comma-spacing)
(#735) A space is required after ','. (comma-spacing)
(#736) This line has a length of 507. Maximum allowed is 132. (max-len)
(#736) A space is required after ','. (comma-spacing)
(#736) A space is required after ','. (comma-spacing)
(#736) A space is required after ','. (comma-spacing)
(#736) Requires a space after '{'. (block-spacing)
(#736) Statement inside of curly braces should be on next line. (brace-style)
(#736) Missing space before opening brace. (space-before-blocks)
(#736) Operator '=' must be spaced. (space-infix-ops)
(#736) A space is required after ','. (comma-spacing)
(#736) A space is required after ','. (comma-spacing)
(#736) Requires a space after '{'. (block-spacing)
(#736) Statement inside of curly braces should be on next line. (brace-style)
(#736) Missing space before opening brace. (space-before-blocks)
(#736) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#736) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#736) Operator '&&' must be spaced. (space-infix-ops)
(#736) A space is required after ','. (comma-spacing)
(#736) A space is required after ','. (comma-spacing)
(#736) Requires a space before '}'. (block-spacing)
(#736) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#736) Missing semicolon. (semi)
(#736) Missing whitespace after semicolon. (semi-spacing)
(#736) Operator '=' must be spaced. (space-infix-ops)
(#736) Operator '=' must be spaced. (space-infix-ops)
(#736) Missing '()' invoking a constructor. (new-parens)
(#736) Missing whitespace after semicolon. (semi-spacing)
(#736) Operator '=' must be spaced. (space-infix-ops)
(#736) Missing whitespace after semicolon. (semi-spacing)
(#736) Operator '=' must be spaced. (space-infix-ops)
(#736) Missing whitespace after semicolon. (semi-spacing)
(#736) Operator '=' must be spaced. (space-infix-ops)
(#736) Missing whitespace after semicolon. (semi-spacing)
(#736) Operator '=' must be spaced. (space-infix-ops)
(#736) Missing whitespace after semicolon. (semi-spacing)
(#736) Operator '=' must be spaced. (space-infix-ops)
(#736) Missing whitespace after semicolon. (semi-spacing)
(#736) Operator '=' must be spaced. (space-infix-ops)
(#736) Missing whitespace after semicolon. (semi-spacing)
(#736) Operator '=' must be spaced. (space-infix-ops)
(#736) Requires a space after '{'. (block-spacing)
(#736) Statement inside of curly braces should be on next line. (brace-style)
(#736) Missing space before opening brace. (space-before-blocks)
(#736) Operator '=' must be spaced. (space-infix-ops)
(#736) A space is required after ','. (comma-spacing)
(#736) Missing whitespace after semicolon. (semi-spacing)
(#736) Operator '=' must be spaced. (space-infix-ops)
(#736) Operator '+' must be spaced. (space-infix-ops)
(#736) Operator '+' must be spaced. (space-infix-ops)
(#736) Operator '+' must be spaced. (space-infix-ops)
(#736) Operator '+' must be spaced. (space-infix-ops)
(#736) Operator '+' must be spaced. (space-infix-ops)
(#736) Operator '+' must be spaced. (space-infix-ops)
(#736) Operator '+' must be spaced. (space-infix-ops)
(#736) Operator '+' must be spaced. (space-infix-ops)
(#736) Missing whitespace after semicolon. (semi-spacing)
(#736) A space is required after ','. (comma-spacing)
(#736) A space is required after ','. (comma-spacing)
(#736) A space is required after ','. (comma-spacing)
(#736) Requires a space before '}'. (block-spacing)
(#736) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#736) Missing semicolon. (semi)
(#736) Missing whitespace after semicolon. (semi-spacing)
(#736) Operator '=' must be spaced. (space-infix-ops)
(#736) 'k' is defined but never used. (no-unused-vars)
(#736) Requires a space after '{'. (block-spacing)
(#736) Statement inside of curly braces should be on next line. (brace-style)
(#736) Missing space before opening brace. (space-before-blocks)
(#736) Expected space(s) after "if". (keyword-spacing)
(#736) Operator '===' must be spaced. (space-infix-ops)
(#736) Expected { after 'if' condition. (curly)
(#736) Expected space(s) before "this". (keyword-spacing)
(#736) Missing whitespace after semicolon. (semi-spacing)
(#736) Expected space(s) after "else". (keyword-spacing)
(#736) Requires a space after '{'. (block-spacing)
(#736) Statement inside of curly braces should be on next line. (brace-style)
(#736) Operator '=' must be spaced. (space-infix-ops)
(#736) Missing whitespace after semicolon. (semi-spacing)
(#736) Operator '=' must be spaced. (space-infix-ops)
(#736) A space is required after ','. (comma-spacing)
(#736) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#736) Operator '=' must be spaced. (space-infix-ops)
(#736) Missing whitespace after semicolon. (semi-spacing)
(#736) Operator '=' must be spaced. (space-infix-ops)
(#737) This line has a length of 503. Maximum allowed is 132. (max-len)
(#737) Requires a space after '{'. (block-spacing)
(#737) Statement inside of curly braces should be on next line. (brace-style)
(#737) Missing space before opening brace. (space-before-blocks)
(#737) Operator '=' must be spaced. (space-infix-ops)
(#737) Operator '/' must be spaced. (space-infix-ops)
(#737) Missing whitespace after semicolon. (semi-spacing)
(#737) Missing whitespace after semicolon. (semi-spacing)
(#737) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#737) This line has 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#737) Operator '===' must be spaced. (space-infix-ops)
(#737) Operator '&&' must be spaced. (space-infix-ops)
(#737) Missing whitespace after semicolon. (semi-spacing)
(#737) Requires a space before '}'. (block-spacing)
(#737) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#737) Missing semicolon. (semi)
(#737) A space is required after ','. (comma-spacing)
(#737) Requires a space before '}'. (block-spacing)
(#737) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#737) Missing semicolon. (semi)
(#737) Requires a space before '}'. (block-spacing)
(#737) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#737) Missing whitespace after semicolon. (semi-spacing)
(#737) Operator '=' must be spaced. (space-infix-ops)
(#737) Requires a space after '{'. (block-spacing)
(#737) Statement inside of curly braces should be on next line. (brace-style)
(#737) Missing space before opening brace. (space-before-blocks)
(#737) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#737) Operator '&&' must be spaced. (space-infix-ops)
(#737) A space is required after ','. (comma-spacing)
(#737) Operator '=' must be spaced. (space-infix-ops)
(#737) Missing whitespace after semicolon. (semi-spacing)
(#737) Expected space(s) after "if". (keyword-spacing)
(#737) Operator '===' must be spaced. (space-infix-ops)
(#737) Requires a space after '{'. (block-spacing)
(#737) Statement inside of curly braces should be on next line. (brace-style)
(#737) Missing space before opening brace. (space-before-blocks)
(#737) Missing whitespace after semicolon. (semi-spacing)
(#737) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#737) Operator '>' must be spaced. (space-infix-ops)
(#737) Operator '-' must be spaced. (space-infix-ops)
(#737) Operator '&&' must be spaced. (space-infix-ops)
(#737) Operator '=' must be spaced. (space-infix-ops)
(#737) Missing whitespace after semicolon. (semi-spacing)
(#737) Operator '=' must be spaced. (space-infix-ops)
(#737) Missing whitespace after semicolon. (semi-spacing)
(#737) Operator '=' must be spaced. (space-infix-ops)
(#737) Missing whitespace after semicolon. (semi-spacing)
(#737) A space is required after ','. (comma-spacing)
(#737) Missing whitespace after semicolon. (semi-spacing)
(#737) Operator '=' must be spaced. (space-infix-ops)
(#737) Missing whitespace after semicolon. (semi-spacing)
(#737) Operator '=' must be spaced. (space-infix-ops)
(#737) A space is required after ','. (comma-spacing)
(#737) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#737) Operator '=' must be spaced. (space-infix-ops)
(#737) Missing whitespace after semicolon. (semi-spacing)
(#737) Operator '=' must be spaced. (space-infix-ops)
(#737) Requires a space after '{'. (block-spacing)
(#737) Statement inside of curly braces should be on next line. (brace-style)
(#737) Missing space before opening brace. (space-before-blocks)
(#737) Operator '=' must be spaced. (space-infix-ops)
(#737) Operator '-' must be spaced. (space-infix-ops)
(#737) Operator '/' must be spaced. (space-infix-ops)
(#737) Missing whitespace after semicolon. (semi-spacing)
(#737) Missing whitespace after semicolon. (semi-spacing)
(#737) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#737) Operator '===' must be spaced. (space-infix-ops)
(#737) Operator '&&' must be spaced. (space-infix-ops)
(#737) Missing whitespace after semicolon. (semi-spacing)
(#737) Requires a space before '}'. (block-spacing)
(#737) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#737) Missing semicolon. (semi)
(#737) A space is required after ','. (comma-spacing)
(#737) Requires a space before '}'. (block-spacing)
(#737) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#737) Missing semicolon. (semi)
(#737) Expected space(s) before "else". (keyword-spacing)
(#737) Expected { after 'else'. (curly)
(#737) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#737) Operator '===' must be spaced. (space-infix-ops)
(#738) This line has a length of 203. Maximum allowed is 132. (max-len)
(#738) Operator '&&' must be spaced. (space-infix-ops)
(#738) Operator '=' must be spaced. (space-infix-ops)
(#738) A space is required after ','. (comma-spacing)
(#738) Requires a space before '}'. (block-spacing)
(#738) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#738) Missing semicolon. (semi)
(#738) Missing whitespace after semicolon. (semi-spacing)
(#738) Operator '=' must be spaced. (space-infix-ops)
(#738) A space is required after ','. (comma-spacing)
(#738) Requires a space after '{'. (block-spacing)
(#738) Statement inside of curly braces should be on next line. (brace-style)
(#738) Missing space before opening brace. (space-before-blocks)
(#738) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#738) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#738) Operator '===' must be spaced. (space-infix-ops)
(#738) Operator '&&' must be spaced. (space-infix-ops)
(#738) A space is required after ','. (comma-spacing)
(#738) Missing whitespace after semicolon. (semi-spacing)
(#738) Missing space before value for key 'mols'. (key-spacing)
(#738) A space is required after ','. (comma-spacing)
(#738) Missing space before value for key 'shapes'. (key-spacing)
(#738) Requires a space before '}'. (block-spacing)
(#738) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#738) Missing semicolon. (semi)
(#738) Requires a space before '}'. (block-spacing)
(#738) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#738) Missing semicolon. (semi)
(#738) A space is required after ','. (comma-spacing)
(#738) A space is required after ','. (comma-spacing)
(#739) This line has a length of 501. Maximum allowed is 132. (max-len)
(#739) A space is required after ','. (comma-spacing)
(#739) A space is required after ','. (comma-spacing)
(#739) A space is required after ','. (comma-spacing)
(#739) A space is required after ','. (comma-spacing)
(#739) A space is required after ','. (comma-spacing)
(#739) Requires a space after '{'. (block-spacing)
(#739) Statement inside of curly braces should be on next line. (brace-style)
(#739) Missing space before opening brace. (space-before-blocks)
(#739) Operator '=' must be spaced. (space-infix-ops)
(#739) A space is required after ','. (comma-spacing)
(#739) A space is required after ','. (comma-spacing)
(#739) A space is required after ','. (comma-spacing)
(#739) Requires a space after '{'. (block-spacing)
(#739) Statement inside of curly braces should be on next line. (brace-style)
(#739) Missing space before opening brace. (space-before-blocks)
(#739) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#739) This line has 21 statements. Maximum allowed is 2. (max-statements-per-line)
(#739) Operator '&&' must be spaced. (space-infix-ops)
(#739) A space is required after ','. (comma-spacing)
(#739) A space is required after ','. (comma-spacing)
(#739) Missing whitespace after semicolon. (semi-spacing)
(#739) Operator '=' must be spaced. (space-infix-ops)
(#739) Requires a space before '}'. (block-spacing)
(#739) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#739) Missing semicolon. (semi)
(#739) Missing whitespace after semicolon. (semi-spacing)
(#739) Operator '=' must be spaced. (space-infix-ops)
(#739) Operator '=' must be spaced. (space-infix-ops)
(#739) Missing '()' invoking a constructor. (new-parens)
(#739) Missing whitespace after semicolon. (semi-spacing)
(#739) Operator '=' must be spaced. (space-infix-ops)
(#739) Missing whitespace after semicolon. (semi-spacing)
(#739) Operator '=' must be spaced. (space-infix-ops)
(#739) Missing whitespace after semicolon. (semi-spacing)
(#739) Operator '=' must be spaced. (space-infix-ops)
(#739) Missing whitespace after semicolon. (semi-spacing)
(#739) Operator '=' must be spaced. (space-infix-ops)
(#739) Missing whitespace after semicolon. (semi-spacing)
(#739) Operator '=' must be spaced. (space-infix-ops)
(#739) Requires a space after '{'. (block-spacing)
(#739) Statement inside of curly braces should be on next line. (brace-style)
(#739) Missing space before opening brace. (space-before-blocks)
(#739) Operator '=' must be spaced. (space-infix-ops)
(#739) Requires a space before '}'. (block-spacing)
(#739) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#739) Missing semicolon. (semi)
(#739) Missing whitespace after semicolon. (semi-spacing)
(#739) Operator '=' must be spaced. (space-infix-ops)
(#739) 'd' is defined but never used. (no-unused-vars)
(#739) Requires a space after '{'. (block-spacing)
(#739) Statement inside of curly braces should be on next line. (brace-style)
(#739) Missing space before opening brace. (space-before-blocks)
(#739) Missing whitespace after semicolon. (semi-spacing)
(#739) Requires a space before '}'. (block-spacing)
(#739) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#739) Missing semicolon. (semi)
(#739) Missing whitespace after semicolon. (semi-spacing)
(#739) Operator '=' must be spaced. (space-infix-ops)
(#739) Requires a space after '{'. (block-spacing)
(#739) Statement inside of curly braces should be on next line. (brace-style)
(#739) Missing space before opening brace. (space-before-blocks)
(#739) Expected space(s) after "if". (keyword-spacing)
(#739) Requires a space after '{'. (block-spacing)
(#739) Statement inside of curly braces should be on next line. (brace-style)
(#739) Missing space before opening brace. (space-before-blocks)
(#739) Expected space(s) after "if". (keyword-spacing)
(#739) Requires a space after '{'. (block-spacing)
(#739) Statement inside of curly braces should be on next line. (brace-style)
(#739) Missing space before opening brace. (space-before-blocks)
(#739) Operator '=' must be spaced. (space-infix-ops)
(#739) A space is required after ','. (comma-spacing)
(#739) Missing whitespace after semicolon. (semi-spacing)
(#739) Missing whitespace after semicolon. (semi-spacing)
(#739) Expected space(s) after "for". (keyword-spacing)
(#739) Operator '=' must be spaced. (space-infix-ops)
(#739) A space is required after ','. (comma-spacing)
(#739) Operator '=' must be spaced. (space-infix-ops)
(#739) Missing whitespace after semicolon. (semi-spacing)
(#739) Operator '<' must be spaced. (space-infix-ops)
(#739) Missing whitespace after semicolon. (semi-spacing)
(#739) Requires a space after '{'. (block-spacing)
(#739) Statement inside of curly braces should be on next line. (brace-style)
(#739) Missing space before opening brace. (space-before-blocks)
(#739) Expected space(s) after "for". (keyword-spacing)
(#739) Operator '=' must be spaced. (space-infix-ops)
(#739) A space is required after ','. (comma-spacing)
(#739) Operator '=' must be spaced. (space-infix-ops)
(#740) This line has a length of 505. Maximum allowed is 132. (max-len)
(#740) Operator '=' must be spaced. (space-infix-ops)
(#740) Missing whitespace after semicolon. (semi-spacing)
(#740) Operator '<' must be spaced. (space-infix-ops)
(#740) Missing whitespace after semicolon. (semi-spacing)
(#740) Expected { after 'for' condition. (curly)
(#740) Missing whitespace after semicolon. (semi-spacing)
(#740) 'g' used outside of binding context. (block-scoped-var)
(#740) Requires a space before '}'. (block-spacing)
(#740) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#740) Missing semicolon. (semi)
(#740) 'e' used outside of binding context. (block-scoped-var)
(#740) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#740) Operator '=' must be spaced. (space-infix-ops)
(#740) Missing whitespace after semicolon. (semi-spacing)
(#740) Expected space(s) after "for". (keyword-spacing)
(#740) 'b' used outside of binding context. (block-scoped-var)
(#740) Operator '=' must be spaced. (space-infix-ops)
(#740) Missing whitespace after semicolon. (semi-spacing)
(#740) 'e' used outside of binding context. (block-scoped-var)
(#740) Operator '<' must be spaced. (space-infix-ops)
(#740) 'b' used outside of binding context. (block-scoped-var)
(#740) Missing whitespace after semicolon. (semi-spacing)
(#740) 'e' used outside of binding context. (block-scoped-var)
(#740) Expected { after 'for' condition. (curly)
(#740) Expected space(s) before "for". (keyword-spacing)
(#740) Expected space(s) after "for". (keyword-spacing)
(#740) 'g' used outside of binding context. (block-scoped-var)
(#740) Operator '=' must be spaced. (space-infix-ops)
(#740) 'e' used outside of binding context. (block-scoped-var)
(#740) A space is required after ','. (comma-spacing)
(#740) 'm' used outside of binding context. (block-scoped-var)
(#740) Operator '=' must be spaced. (space-infix-ops)
(#740) A space is required after ','. (comma-spacing)
(#740) 'p' used outside of binding context. (block-scoped-var)
(#740) Operator '=' must be spaced. (space-infix-ops)
(#740) 'g' used outside of binding context. (block-scoped-var)
(#740) Missing whitespace after semicolon. (semi-spacing)
(#740) 'm' used outside of binding context. (block-scoped-var)
(#740) Operator '<' must be spaced. (space-infix-ops)
(#740) 'p' used outside of binding context. (block-scoped-var)
(#740) Missing whitespace after semicolon. (semi-spacing)
(#740) 'm' used outside of binding context. (block-scoped-var)
(#740) 'g' used outside of binding context. (block-scoped-var)
(#740) Expected { after 'for' condition. (curly)
(#740) 'm' used outside of binding context. (block-scoped-var)
(#740) Missing whitespace after semicolon. (semi-spacing)
(#740) Operator '=' must be spaced. (space-infix-ops)
(#740) Requires a space before '}'. (block-spacing)
(#740) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#740) Missing semicolon. (semi)
(#740) Expected space(s) before "else". (keyword-spacing)
(#740) Expected space(s) after "if". (keyword-spacing)
(#740) Operator '===' must be spaced. (space-infix-ops)
(#740) Expected { after 'if' condition. (curly)
(#740) Expected space(s) before "for". (keyword-spacing)
(#740) Expected space(s) after "for". (keyword-spacing)
(#740) 'c' used outside of binding context. (block-scoped-var)
(#740) Operator '=' must be spaced. (space-infix-ops)
(#740) Operator '/' must be spaced. (space-infix-ops)
(#740) A space is required after ','. (comma-spacing)
(#740) Operator '/' must be spaced. (space-infix-ops)
(#740) A space is required after ','. (comma-spacing)
(#740) 'e' used outside of binding context. (block-scoped-var)
(#740) Operator '=' must be spaced. (space-infix-ops)
(#740) Operator '-' must be spaced. (space-infix-ops)
(#740) Operator '/' must be spaced. (space-infix-ops)
(#740) 'c' used outside of binding context. (block-scoped-var)
(#740) Operator '*' must be spaced. (space-infix-ops)
(#740) A space is required after ','. (comma-spacing)
(#740) 'b' used outside of binding context. (block-scoped-var)
(#740) Operator '=' must be spaced. (space-infix-ops)
(#740) Operator '-' must be spaced. (space-infix-ops)
(#740) Operator '/' must be spaced. (space-infix-ops)
(#740) 'c' used outside of binding context. (block-scoped-var)
(#740) Operator '*' must be spaced. (space-infix-ops)
(#740) A space is required after ','. (comma-spacing)
(#740) 'c' used outside of binding context. (block-scoped-var)
(#740) Operator '=' must be spaced. (space-infix-ops)
(#740) A space is required after ','. (comma-spacing)
(#740) 'c' used outside of binding context. (block-scoped-var)
(#740) A space is required after ','. (comma-spacing)
(#740) 'c' used outside of binding context. (block-scoped-var)
(#740) A space is required after ','. (comma-spacing)
(#740) 'b' used outside of binding context. (block-scoped-var)
(#740) A space is required after ','. (comma-spacing)
(#740) A space is required after ','. (comma-spacing)
(#740) A space is required after ','. (comma-spacing)
(#740) A space is required after ','. (comma-spacing)
(#740) 'c' used outside of binding context. (block-scoped-var)
(#740) A space is required after ','. (comma-spacing)
(#740) 'e' used outside of binding context. (block-scoped-var)
(#740) A space is required after ','. (comma-spacing)
(#740) A space is required after ','. (comma-spacing)
(#740) A space is required after ','. (comma-spacing)
(#740) A space is required after ','. (comma-spacing)
(#740) 'e' used outside of binding context. (block-scoped-var)
(#740) Operator '=' must be spaced. (space-infix-ops)
(#740) A space is required after ','. (comma-spacing)
(#740) 'b' used outside of binding context. (block-scoped-var)
(#740) Operator '=' must be spaced. (space-infix-ops)
(#740) Missing whitespace after semicolon. (semi-spacing)
(#740) 'e' used outside of binding context. (block-scoped-var)
(#740) Operator '<' must be spaced. (space-infix-ops)
(#740) 'b' used outside of binding context. (block-scoped-var)
(#740) Missing whitespace after semicolon. (semi-spacing)
(#740) 'e' used outside of binding context. (block-scoped-var)
(#740) Requires a space after '{'. (block-spacing)
(#740) Statement inside of curly braces should be on next line. (brace-style)
(#740) Missing space before opening brace. (space-before-blocks)
(#740) 'g' used outside of binding context. (block-scoped-var)
(#740) Operator '=' must be spaced. (space-infix-ops)
(#740) 'e' used outside of binding context. (block-scoped-var)
(#740) Missing whitespace after semicolon. (semi-spacing)
(#740) 'm' used outside of binding context. (block-scoped-var)
(#740) Operator '=' must be spaced. (space-infix-ops)
(#740) Missing whitespace after semicolon. (semi-spacing)
(#740) Expected space(s) after "for". (keyword-spacing)
(#740) 'p' used outside of binding context. (block-scoped-var)
(#740) Operator '=' must be spaced. (space-infix-ops)
(#740) 'g' used outside of binding context. (block-scoped-var)
(#740) Missing whitespace after semicolon. (semi-spacing)
(#740) 'm' used outside of binding context. (block-scoped-var)
(#740) Operator '<' must be spaced. (space-infix-ops)
(#740) 'p' used outside of binding context. (block-scoped-var)
(#740) Missing whitespace after semicolon. (semi-spacing)
(#740) 'm' used outside of binding context. (block-scoped-var)
(#740) Requires a space after '{'. (block-spacing)
(#740) Statement inside of curly braces should be on next line. (brace-style)
(#740) Missing space before opening brace. (space-before-blocks)
(#740) Operator '=' must be spaced. (space-infix-ops)
(#741) This line has a length of 507. Maximum allowed is 132. (max-len)
(#741) 'g' used outside of binding context. (block-scoped-var)
(#741) 'm' used outside of binding context. (block-scoped-var)
(#741) A space is required after ','. (comma-spacing)
(#741) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#741) Operator '=' must be spaced. (space-infix-ops)
(#741) Operator '-' must be spaced. (space-infix-ops)
(#741) Operator '/' must be spaced. (space-infix-ops)
(#741) A space is required after ','. (comma-spacing)
(#741) Operator '-' must be spaced. (space-infix-ops)
(#741) Operator '/' must be spaced. (space-infix-ops)
(#741) A space is required after ','. (comma-spacing)
(#741) Missing whitespace after semicolon. (semi-spacing)
(#741) 'c' used outside of binding context. (block-scoped-var)
(#741) A space is required after ','. (comma-spacing)
(#741) Missing whitespace after semicolon. (semi-spacing)
(#741) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#741) Operator '=' must be spaced. (space-infix-ops)
(#741) Operator '+' must be spaced. (space-infix-ops)
(#741) Operator '/' must be spaced. (space-infix-ops)
(#741) Missing whitespace after semicolon. (semi-spacing)
(#741) Operator '=' must be spaced. (space-infix-ops)
(#741) Operator '+' must be spaced. (space-infix-ops)
(#741) Operator '/' must be spaced. (space-infix-ops)
(#741) Missing whitespace after semicolon. (semi-spacing)
(#741) Operator '=' must be spaced. (space-infix-ops)
(#741) Requires a space before '}'. (block-spacing)
(#741) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#741) Missing semicolon. (semi)
(#741) 'm' used outside of binding context. (block-scoped-var)
(#741) Operator '=' must be spaced. (space-infix-ops)
(#741) Missing whitespace after semicolon. (semi-spacing)
(#741) Expected space(s) after "for". (keyword-spacing)
(#741) 'p' used outside of binding context. (block-scoped-var)
(#741) Operator '=' must be spaced. (space-infix-ops)
(#741) 'g' used outside of binding context. (block-scoped-var)
(#741) Missing whitespace after semicolon. (semi-spacing)
(#741) 'm' used outside of binding context. (block-scoped-var)
(#741) Operator '<' must be spaced. (space-infix-ops)
(#741) 'p' used outside of binding context. (block-scoped-var)
(#741) Missing whitespace after semicolon. (semi-spacing)
(#741) 'm' used outside of binding context. (block-scoped-var)
(#741) 'g' used outside of binding context. (block-scoped-var)
(#741) Expected { after 'for' condition. (curly)
(#741) 'm' used outside of binding context. (block-scoped-var)
(#741) Operator '=' must be spaced. (space-infix-ops)
(#741) 'g' used outside of binding context. (block-scoped-var)
(#741) 'm' used outside of binding context. (block-scoped-var)
(#741) Missing whitespace after semicolon. (semi-spacing)
(#741) Operator '=' must be spaced. (space-infix-ops)
(#741) Missing whitespace after semicolon. (semi-spacing)
(#741) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#741) Operator '&&' must be spaced. (space-infix-ops)
(#741) Operator '&&' must be spaced. (space-infix-ops)
(#741) 'g' used outside of binding context. (block-scoped-var)
(#741) Missing whitespace after semicolon. (semi-spacing)
(#741) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#741) Operator '&&' must be spaced. (space-infix-ops)
(#741) Operator '&&' must be spaced. (space-infix-ops)
(#741) 'g' used outside of binding context. (block-scoped-var)
(#741) Requires a space before '}'. (block-spacing)
(#741) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#741) Missing semicolon. (semi)
(#741) Expected space(s) before "else". (keyword-spacing)
(#741) Expected { after 'else'. (curly)
(#741) 'e' used outside of binding context. (block-scoped-var)
(#741) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#741) Operator '=' must be spaced. (space-infix-ops)
(#741) Operator '/' must be spaced. (space-infix-ops)
(#741) A space is required after ','. (comma-spacing)
(#741) Operator '/' must be spaced. (space-infix-ops)
(#741) Unexpected use of comma operator. (no-sequences)
(#741) A space is required after ','. (comma-spacing)
(#741) 'c' used outside of binding context. (block-scoped-var)
(#741) Operator '=' must be spaced. (space-infix-ops)
(#741) 'e' used outside of binding context. (block-scoped-var)
(#741) A space is required after ','. (comma-spacing)
(#741) 'e' used outside of binding context. (block-scoped-var)
(#741) Operator '=' must be spaced. (space-infix-ops)
(#741) 'e' used outside of binding context. (block-scoped-var)
(#741) A space is required after ','. (comma-spacing)
(#741) Operator '-=' must be spaced. (space-infix-ops)
(#741) 'e' used outside of binding context. (block-scoped-var)
(#741) Operator '-' must be spaced. (space-infix-ops)
(#741) 'c' used outside of binding context. (block-scoped-var)
(#741) A space is required after ','. (comma-spacing)
(#741) Operator '=' must be spaced. (space-infix-ops)
(#742) This line has a length of 503. Maximum allowed is 132. (max-len)
(#742) Missing whitespace after semicolon. (semi-spacing)
(#742) Requires a space before '}'. (block-spacing)
(#742) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#742) Missing semicolon. (semi)
(#742) Requires a space before '}'. (block-spacing)
(#742) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#742) Missing whitespace after semicolon. (semi-spacing)
(#742) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#742) Operator '=' must be spaced. (space-infix-ops)
(#742) A space is required after ','. (comma-spacing)
(#742) Requires a space after '{'. (block-spacing)
(#742) Statement inside of curly braces should be on next line. (brace-style)
(#742) Missing space before opening brace. (space-before-blocks)
(#742) Operator '+=' must be spaced. (space-infix-ops)
(#742) Operator '/' must be spaced. (space-infix-ops)
(#742) Missing whitespace after semicolon. (semi-spacing)
(#742) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#742) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#742) Operator '>' must be spaced. (space-infix-ops)
(#742) Operator '&&' must be spaced. (space-infix-ops)
(#742) Operator '=' must be spaced. (space-infix-ops)
(#742) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#742) Missing whitespace after semicolon. (semi-spacing)
(#742) Requires a space before '}'. (block-spacing)
(#742) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#742) Missing semicolon. (semi)
(#742) Missing whitespace after semicolon. (semi-spacing)
(#742) Operator '=' must be spaced. (space-infix-ops)
(#742) A space is required after ','. (comma-spacing)
(#742) Requires a space after '{'. (block-spacing)
(#742) Statement inside of curly braces should be on next line. (brace-style)
(#742) Missing space before opening brace. (space-before-blocks)
(#742) Expected space(s) after "if". (keyword-spacing)
(#742) Operator '===' must be spaced. (space-infix-ops)
(#742) Expected { after 'if' condition. (curly)
(#742) Expected space(s) before "if". (keyword-spacing)
(#742) Expected space(s) after "if". (keyword-spacing)
(#742) Requires a space after '{'. (block-spacing)
(#742) Statement inside of curly braces should be on next line. (brace-style)
(#742) Missing space before opening brace. (space-before-blocks)
(#742) Operator '=' must be spaced. (space-infix-ops)
(#742) A space is required after ','. (comma-spacing)
(#742) Missing whitespace after semicolon. (semi-spacing)
(#742) Missing whitespace after semicolon. (semi-spacing)
(#742) Expected space(s) after "for". (keyword-spacing)
(#742) Operator '=' must be spaced. (space-infix-ops)
(#742) A space is required after ','. (comma-spacing)
(#742) Operator '=' must be spaced. (space-infix-ops)
(#742) Missing whitespace after semicolon. (semi-spacing)
(#742) Operator '<' must be spaced. (space-infix-ops)
(#742) Missing whitespace after semicolon. (semi-spacing)
(#742) Requires a space after '{'. (block-spacing)
(#742) Statement inside of curly braces should be on next line. (brace-style)
(#742) Missing space before opening brace. (space-before-blocks)
(#742) Expected space(s) after "for". (keyword-spacing)
(#742) Operator '=' must be spaced. (space-infix-ops)
(#742) A space is required after ','. (comma-spacing)
(#742) Operator '=' must be spaced. (space-infix-ops)
(#742) A space is required after ','. (comma-spacing)
(#742) Operator '=' must be spaced. (space-infix-ops)
(#742) Missing whitespace after semicolon. (semi-spacing)
(#742) Operator '<' must be spaced. (space-infix-ops)
(#742) Missing whitespace after semicolon. (semi-spacing)
(#742) Expected { after 'for' condition. (curly)
(#742) Missing whitespace after semicolon. (semi-spacing)
(#742) 'g' used outside of binding context. (block-scoped-var)
(#742) Requires a space before '}'. (block-spacing)
(#742) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#742) Missing semicolon. (semi)
(#742) 'e' used outside of binding context. (block-scoped-var)
(#742) Operator '=' must be spaced. (space-infix-ops)
(#742) Missing whitespace after semicolon. (semi-spacing)
(#742) Expected space(s) after "for". (keyword-spacing)
(#742) 'b' used outside of binding context. (block-scoped-var)
(#742) Operator '=' must be spaced. (space-infix-ops)
(#742) Missing whitespace after semicolon. (semi-spacing)
(#742) 'e' used outside of binding context. (block-scoped-var)
(#742) Operator '<' must be spaced. (space-infix-ops)
(#742) 'b' used outside of binding context. (block-scoped-var)
(#742) Missing whitespace after semicolon. (semi-spacing)
(#742) 'e' used outside of binding context. (block-scoped-var)
(#742) Expected { after 'for' condition. (curly)
(#742) Expected space(s) before "for". (keyword-spacing)
(#742) Expected space(s) after "for". (keyword-spacing)
(#742) 'g' used outside of binding context. (block-scoped-var)
(#742) Operator '=' must be spaced. (space-infix-ops)
(#742) 'e' used outside of binding context. (block-scoped-var)
(#742) A space is required after ','. (comma-spacing)
(#742) 'm' used outside of binding context. (block-scoped-var)
(#742) Operator '=' must be spaced. (space-infix-ops)
(#742) A space is required after ','. (comma-spacing)
(#742) 'p' used outside of binding context. (block-scoped-var)
(#742) Operator '=' must be spaced. (space-infix-ops)
(#742) 'g' used outside of binding context. (block-scoped-var)
(#742) Missing whitespace after semicolon. (semi-spacing)
(#742) 'm' used outside of binding context. (block-scoped-var)
(#742) Operator '<' must be spaced. (space-infix-ops)
(#742) 'p' used outside of binding context. (block-scoped-var)
(#742) Missing whitespace after semicolon. (semi-spacing)
(#742) 'm' used outside of binding context. (block-scoped-var)
(#742) 'g' used outside of binding context. (block-scoped-var)
(#742) Expected { after 'for' condition. (curly)
(#742) 'm' used outside of binding context. (block-scoped-var)
(#742) Missing whitespace after semicolon. (semi-spacing)
(#742) Operator '=' must be spaced. (space-infix-ops)
(#743) This line has a length of 512. Maximum allowed is 132. (max-len)
(#743) Operator '=' must be spaced. (space-infix-ops)
(#743) Missing whitespace after semicolon. (semi-spacing)
(#743) Requires a space before '}'. (block-spacing)
(#743) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#743) Missing semicolon. (semi)
(#743) Expected space(s) before "else". (keyword-spacing)
(#743) Expected { after 'else'. (curly)
(#743) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#743) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#743) Operator '=' must be spaced. (space-infix-ops)
(#743) Unexpected use of comma operator. (no-sequences)
(#743) A space is required after ','. (comma-spacing)
(#743) Operator '=' must be spaced. (space-infix-ops)
(#743) Requires a space before '}'. (block-spacing)
(#743) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#743) Missing semicolon. (semi)
(#743) Missing whitespace after semicolon. (semi-spacing)
(#743) Operator '=' must be spaced. (space-infix-ops)
(#743) Requires a space after '{'. (block-spacing)
(#743) Statement inside of curly braces should be on next line. (brace-style)
(#743) Missing space before opening brace. (space-before-blocks)
(#743) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#743) Operator '!==' must be spaced. (space-infix-ops)
(#743) Operator '-' must be spaced. (space-infix-ops)
(#743) Operator '&&' must be spaced. (space-infix-ops)
(#743) Operator '*=' must be spaced. (space-infix-ops)
(#743) Operator '/' must be spaced. (space-infix-ops)
(#743) A space is required after ','. (comma-spacing)
(#743) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#743) Operator '>' must be spaced. (space-infix-ops)
(#743) Operator '&&' must be spaced. (space-infix-ops)
(#743) Operator '=' must be spaced. (space-infix-ops)
(#743) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#743) A space is required after ','. (comma-spacing)
(#743) Operator '=' must be spaced. (space-infix-ops)
(#743) Missing whitespace after semicolon. (semi-spacing)
(#743) Expected space(s) after "if". (keyword-spacing)
(#743) Operator '!==' must be spaced. (space-infix-ops)
(#743) Operator '-' must be spaced. (space-infix-ops)
(#743) Requires a space after '{'. (block-spacing)
(#743) Statement inside of curly braces should be on next line. (brace-style)
(#743) Missing space before opening brace. (space-before-blocks)
(#743) Expected space(s) after "for". (keyword-spacing)
(#743) Operator '=' must be spaced. (space-infix-ops)
(#743) Operator '-' must be spaced. (space-infix-ops)
(#743) Operator '/' must be spaced. (space-infix-ops)
(#743) Operator '*' must be spaced. (space-infix-ops)
(#743) A space is required after ','. (comma-spacing)
(#743) Operator '=' must be spaced. (space-infix-ops)
(#743) Operator '/' must be spaced. (space-infix-ops)
(#743) A space is required after ','. (comma-spacing)
(#743) Operator '/' must be spaced. (space-infix-ops)
(#743) A space is required after ','. (comma-spacing)
(#743) Operator '=' must be spaced. (space-infix-ops)
(#743) A space is required after ','. (comma-spacing)
(#743) Operator '=' must be spaced. (space-infix-ops)
(#743) Missing whitespace after semicolon. (semi-spacing)
(#743) Operator '<' must be spaced. (space-infix-ops)
(#744) This line has a length of 500. Maximum allowed is 132. (max-len)
(#744) Missing whitespace after semicolon. (semi-spacing)
(#744) Requires a space after '{'. (block-spacing)
(#744) Statement inside of curly braces should be on next line. (brace-style)
(#744) Missing space before opening brace. (space-before-blocks)
(#744) Expected space(s) after "for". (keyword-spacing)
(#744) Operator '=' must be spaced. (space-infix-ops)
(#744) A space is required after ','. (comma-spacing)
(#744) Operator '=' must be spaced. (space-infix-ops)
(#744) A space is required after ','. (comma-spacing)
(#744) Operator '=' must be spaced. (space-infix-ops)
(#744) Missing whitespace after semicolon. (semi-spacing)
(#744) Operator '<' must be spaced. (space-infix-ops)
(#744) Missing whitespace after semicolon. (semi-spacing)
(#744) Requires a space after '{'. (block-spacing)
(#744) Statement inside of curly braces should be on next line. (brace-style)
(#744) Missing space before opening brace. (space-before-blocks)
(#744) Operator '=' must be spaced. (space-infix-ops)
(#744) A space is required after ','. (comma-spacing)
(#744) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#744) Operator '=' must be spaced. (space-infix-ops)
(#744) A space is required after ','. (comma-spacing)
(#744) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#744) Operator '=' must be spaced. (space-infix-ops)
(#744) Operator '+' must be spaced. (space-infix-ops)
(#744) Missing whitespace after semicolon. (semi-spacing)
(#744) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#744) Operator '=' must be spaced. (space-infix-ops)
(#744) Operator '+' must be spaced. (space-infix-ops)
(#744) Operator '*' must be spaced. (space-infix-ops)
(#744) Missing whitespace after semicolon. (semi-spacing)
(#744) Operator '=' must be spaced. (space-infix-ops)
(#744) Operator '-' must be spaced. (space-infix-ops)
(#744) Operator '*' must be spaced. (space-infix-ops)
(#744) Requires a space before '}'. (block-spacing)
(#744) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#744) Missing semicolon. (semi)
(#744) 'm' used outside of binding context. (block-scoped-var)
(#744) Requires a space before '}'. (block-spacing)
(#744) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#744) Missing semicolon. (semi)
(#744) Expected space(s) before "this". (keyword-spacing)
(#744) Operator '=' must be spaced. (space-infix-ops)
(#744) Requires a space before '}'. (block-spacing)
(#744) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#744) Missing semicolon. (semi)
(#744) Expected space(s) before "this". (keyword-spacing)
(#744) Requires a space before '}'. (block-spacing)
(#744) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#744) Missing semicolon. (semi)
(#744) Missing whitespace after semicolon. (semi-spacing)
(#744) Operator '=' must be spaced. (space-infix-ops)
(#744) 'd' is defined but never used. (no-unused-vars)
(#744) Requires a space after '{'. (block-spacing)
(#744) Statement inside of curly braces should be on next line. (brace-style)
(#744) Missing space before opening brace. (space-before-blocks)
(#744) Operator '=' must be spaced. (space-infix-ops)
(#744) Missing whitespace after semicolon. (semi-spacing)
(#744) Operator '=' must be spaced. (space-infix-ops)
(#744) Requires a space before '}'. (block-spacing)
(#744) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#744) Missing semicolon. (semi)
(#744) Requires a space before '}'. (block-spacing)
(#744) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#744) Missing semicolon. (semi)
(#744) A space is required after ','. (comma-spacing)
(#744) A space is required after ','. (comma-spacing)
(#744) A space is required after ','. (comma-spacing)
(#744) A space is required after ','. (comma-spacing)
(#744) Missing whitespace after semicolon. (semi-spacing)
(#744) A space is required after ','. (comma-spacing)
(#744) 'E' is defined but never used. (no-unused-vars)
(#744) Requires a space after '{'. (block-spacing)
(#744) Statement inside of curly braces should be on next line. (brace-style)
(#744) Missing space before opening brace. (space-before-blocks)
(#744) Operator '=' must be spaced. (space-infix-ops)
(#744) A space is required after ','. (comma-spacing)
(#744) A space is required after ','. (comma-spacing)
(#744) Requires a space after '{'. (block-spacing)
(#744) Statement inside of curly braces should be on next line. (brace-style)
(#744) Missing space before opening brace. (space-before-blocks)
(#744) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#744) Operator '&&' must be spaced. (space-infix-ops)
(#744) A space is required after ','. (comma-spacing)
(#744) A space is required after ','. (comma-spacing)
(#744) Requires a space before '}'. (block-spacing)
(#744) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#744) Missing semicolon. (semi)
(#744) Missing whitespace after semicolon. (semi-spacing)
(#744) Operator '=' must be spaced. (space-infix-ops)
(#744) Missing '()' invoking a constructor. (new-parens)
(#744) Requires a space before '}'. (block-spacing)
(#744) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#744) Missing semicolon. (semi)
(#745) This line has a length of 509. Maximum allowed is 132. (max-len)
(#745) A space is required after ','. (comma-spacing)
(#745) A space is required after ','. (comma-spacing)
(#745) Requires a space after '{'. (block-spacing)
(#745) Statement inside of curly braces should be on next line. (brace-style)
(#745) Missing space before opening brace. (space-before-blocks)
(#745) Operator '=' must be spaced. (space-infix-ops)
(#745) A space is required after ','. (comma-spacing)
(#745) A space is required after ','. (comma-spacing)
(#745) Requires a space after '{'. (block-spacing)
(#745) Statement inside of curly braces should be on next line. (brace-style)
(#745) Missing space before opening brace. (space-before-blocks)
(#745) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#745) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#745) Operator '&&' must be spaced. (space-infix-ops)
(#745) A space is required after ','. (comma-spacing)
(#745) A space is required after ','. (comma-spacing)
(#745) Requires a space before '}'. (block-spacing)
(#745) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#745) Missing semicolon. (semi)
(#745) Missing whitespace after semicolon. (semi-spacing)
(#745) Operator '=' must be spaced. (space-infix-ops)
(#745) Operator '=' must be spaced. (space-infix-ops)
(#745) Missing '()' invoking a constructor. (new-parens)
(#745) Missing whitespace after semicolon. (semi-spacing)
(#745) Operator '=' must be spaced. (space-infix-ops)
(#745) Missing whitespace after semicolon. (semi-spacing)
(#745) Operator '=' must be spaced. (space-infix-ops)
(#745) Missing whitespace after semicolon. (semi-spacing)
(#745) Operator '=' must be spaced. (space-infix-ops)
(#745) Missing whitespace after semicolon. (semi-spacing)
(#745) Operator '=' must be spaced. (space-infix-ops)
(#745) Missing whitespace after semicolon. (semi-spacing)
(#745) Operator '=' must be spaced. (space-infix-ops)
(#745) Requires a space after '{'. (block-spacing)
(#745) Statement inside of curly braces should be on next line. (brace-style)
(#745) Missing space before opening brace. (space-before-blocks)
(#745) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#745) Operator '&&' must be spaced. (space-infix-ops)
(#745) Operator '<' must be spaced. (space-infix-ops)
(#745) Operator '?' must be spaced. (space-infix-ops)
(#745) A space is required after ','. (comma-spacing)
(#745) A space is required after ','. (comma-spacing)
(#745) A space is required after ','. (comma-spacing)
(#745) Operator ':' must be spaced. (space-infix-ops)
(#745) Operator '&&' must be spaced. (space-infix-ops)
(#745) Operator '=' must be spaced. (space-infix-ops)
(#745) A space is required after ','. (comma-spacing)
(#745) Operator '=' must be spaced. (space-infix-ops)
(#745) A space is required after ','. (comma-spacing)
(#745) Operator '=' must be spaced. (space-infix-ops)
(#745) A space is required after ','. (comma-spacing)
(#745) Operator '=' must be spaced. (space-infix-ops)
(#745) A space is required after ','. (comma-spacing)
(#746) This line has a length of 400. Maximum allowed is 132. (max-len)
(#746) Operator '/' must be spaced. (space-infix-ops)
(#746) A space is required after ','. (comma-spacing)
(#746) Operator '/' must be spaced. (space-infix-ops)
(#746) Requires a space before '}'. (block-spacing)
(#746) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#746) Missing semicolon. (semi)
(#746) Missing whitespace after semicolon. (semi-spacing)
(#746) Operator '=' must be spaced. (space-infix-ops)
(#746) Requires a space after '{'. (block-spacing)
(#746) Statement inside of curly braces should be on next line. (brace-style)
(#746) Missing space before opening brace. (space-before-blocks)
(#746) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#746) Operator '=' must be spaced. (space-infix-ops)
(#746) Missing whitespace after semicolon. (semi-spacing)
(#746) Requires a space before '}'. (block-spacing)
(#746) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#746) Missing semicolon. (semi)
(#746) Missing whitespace after semicolon. (semi-spacing)
(#746) Operator '=' must be spaced. (space-infix-ops)
(#746) Requires a space after '{'. (block-spacing)
(#746) Statement inside of curly braces should be on next line. (brace-style)
(#746) Missing space before opening brace. (space-before-blocks)
(#746) Requires a space before '}'. (block-spacing)
(#746) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#746) Missing semicolon. (semi)
(#746) Missing whitespace after semicolon. (semi-spacing)
(#746) Operator '=' must be spaced. (space-infix-ops)
(#746) A space is required after ','. (comma-spacing)
(#746) Requires a space after '{'. (block-spacing)
(#746) Statement inside of curly braces should be on next line. (brace-style)
(#746) Missing space before opening brace. (space-before-blocks)
(#746) 'spectrum' is not defined. (no-undef)
(#746) A space is required after ','. (comma-spacing)
(#746) A space is required after ','. (comma-spacing)
(#746) A space is required after ','. (comma-spacing)
(#746) Requires a space before '}'. (block-spacing)
(#746) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#746) Missing semicolon. (semi)
(#746) Requires a space before '}'. (block-spacing)
(#746) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#746) Missing semicolon. (semi)
(#746) A space is required after ','. (comma-spacing)
(#746) Missing whitespace after semicolon. (semi-spacing)
(#746) A space is required after ','. (comma-spacing)
(#746) 'E' is defined but never used. (no-unused-vars)
(#746) Requires a space after '{'. (block-spacing)
(#746) Statement inside of curly braces should be on next line. (brace-style)
(#746) Missing space before opening brace. (space-before-blocks)
(#746) Operator '=' must be spaced. (space-infix-ops)
(#746) A space is required after ','. (comma-spacing)
(#746) A space is required after ','. (comma-spacing)
(#746) Requires a space after '{'. (block-spacing)
(#746) Statement inside of curly braces should be on next line. (brace-style)
(#746) Missing space before opening brace. (space-before-blocks)
(#746) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#746) Operator '&&' must be spaced. (space-infix-ops)
(#746) A space is required after ','. (comma-spacing)
(#746) A space is required after ','. (comma-spacing)
(#746) Requires a space before '}'. (block-spacing)
(#746) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#746) Missing semicolon. (semi)
(#746) Missing whitespace after semicolon. (semi-spacing)
(#746) Operator '=' must be spaced. (space-infix-ops)
(#746) Missing '()' invoking a constructor. (new-parens)
(#746) Requires a space before '}'. (block-spacing)
(#746) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#746) Missing semicolon. (semi)
(#747) This line has a length of 527. Maximum allowed is 132. (max-len)
(#747) A space is required after ','. (comma-spacing)
(#747) 'E' is defined but never used. (no-unused-vars)
(#747) Requires a space after '{'. (block-spacing)
(#747) Statement inside of curly braces should be on next line. (brace-style)
(#747) Missing space before opening brace. (space-before-blocks)
(#747) Operator '=' must be spaced. (space-infix-ops)
(#747) A space is required after ','. (comma-spacing)
(#747) A space is required after ','. (comma-spacing)
(#747) Requires a space after '{'. (block-spacing)
(#747) Statement inside of curly braces should be on next line. (brace-style)
(#747) Missing space before opening brace. (space-before-blocks)
(#747) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#747) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#747) Operator '&&' must be spaced. (space-infix-ops)
(#747) A space is required after ','. (comma-spacing)
(#747) A space is required after ','. (comma-spacing)
(#747) Requires a space before '}'. (block-spacing)
(#747) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#747) Missing semicolon. (semi)
(#747) Missing whitespace after semicolon. (semi-spacing)
(#747) Operator '=' must be spaced. (space-infix-ops)
(#747) Operator '=' must be spaced. (space-infix-ops)
(#747) Missing '()' invoking a constructor. (new-parens)
(#747) Missing whitespace after semicolon. (semi-spacing)
(#747) Operator '=' must be spaced. (space-infix-ops)
(#747) Missing whitespace after semicolon. (semi-spacing)
(#747) Operator '=' must be spaced. (space-infix-ops)
(#747) Missing whitespace after semicolon. (semi-spacing)
(#747) Operator '=' must be spaced. (space-infix-ops)
(#747) Requires a space after '{'. (block-spacing)
(#747) Statement inside of curly braces should be on next line. (brace-style)
(#747) Missing space before opening brace. (space-before-blocks)
(#747) Missing whitespace after semicolon. (semi-spacing)
(#747) Expected space(s) after "if". (keyword-spacing)
(#747) Operator '&&' must be spaced. (space-infix-ops)
(#747) Operator '<' must be spaced. (space-infix-ops)
(#747) Expected { after 'if' condition. (curly)
(#747) Expected space(s) before "for". (keyword-spacing)
(#747) Expected space(s) after "for". (keyword-spacing)
(#747) Operator '=' must be spaced. (space-infix-ops)
(#747) A space is required after ','. (comma-spacing)
(#747) Operator '=' must be spaced. (space-infix-ops)
(#747) Missing whitespace after semicolon. (semi-spacing)
(#747) Operator '<' must be spaced. (space-infix-ops)
(#747) Missing whitespace after semicolon. (semi-spacing)
(#747) Requires a space after '{'. (block-spacing)
(#747) Statement inside of curly braces should be on next line. (brace-style)
(#747) Missing space before opening brace. (space-before-blocks)
(#747) Operator '=' must be spaced. (space-infix-ops)
(#747) Missing whitespace after semicolon. (semi-spacing)
(#747) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#747) Operator '&&' must be spaced. (space-infix-ops)
(#747) Operator '<' must be spaced. (space-infix-ops)
(#747) Operator '&&' must be spaced. (space-infix-ops)
(#747) Operator '=' must be spaced. (space-infix-ops)
(#747) A space is required after ','. (comma-spacing)
(#747) Operator '=' must be spaced. (space-infix-ops)
(#747) A space is required after ','. (comma-spacing)
(#747) A space is required after ','. (comma-spacing)
(#747) A space is required after ','. (comma-spacing)
(#747) A space is required after ','. (comma-spacing)
(#747) A space is required after ','. (comma-spacing)
(#747) A space is required after ','. (comma-spacing)
(#748) This line has a length of 137. Maximum allowed is 132. (max-len)
(#748) Requires a space before '}'. (block-spacing)
(#748) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#748) Missing semicolon. (semi)
(#748) Requires a space before '}'. (block-spacing)
(#748) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#748) Missing whitespace after semicolon. (semi-spacing)
(#748) Operator '=' must be spaced. (space-infix-ops)
(#748) Requires a space after '{'. (block-spacing)
(#748) Statement inside of curly braces should be on next line. (brace-style)
(#748) Missing space before opening brace. (space-before-blocks)
(#748) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#748) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#748) Operator '?' must be spaced. (space-infix-ops)
(#748) Operator ':' must be spaced. (space-infix-ops)
(#748) Operator '=' must be spaced. (space-infix-ops)
(#748) Requires a space before '}'. (block-spacing)
(#748) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#748) Missing semicolon. (semi)
(#748) Requires a space before '}'. (block-spacing)
(#748) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#748) Missing semicolon. (semi)
(#749) This line has a length of 511. Maximum allowed is 132. (max-len)
(#749) A space is required after ','. (comma-spacing)
(#749) A space is required after ','. (comma-spacing)
(#749) A space is required after ','. (comma-spacing)
(#749) Requires a space after '{'. (block-spacing)
(#749) Statement inside of curly braces should be on next line. (brace-style)
(#749) Missing space before opening brace. (space-before-blocks)
(#749) Operator '=' must be spaced. (space-infix-ops)
(#749) A space is required after ','. (comma-spacing)
(#749) A space is required after ','. (comma-spacing)
(#749) Requires a space after '{'. (block-spacing)
(#749) Statement inside of curly braces should be on next line. (brace-style)
(#749) Missing space before opening brace. (space-before-blocks)
(#749) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#749) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#749) Operator '&&' must be spaced. (space-infix-ops)
(#749) A space is required after ','. (comma-spacing)
(#749) A space is required after ','. (comma-spacing)
(#749) Requires a space before '}'. (block-spacing)
(#749) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#749) Missing semicolon. (semi)
(#749) Missing whitespace after semicolon. (semi-spacing)
(#749) Operator '=' must be spaced. (space-infix-ops)
(#749) Operator '=' must be spaced. (space-infix-ops)
(#749) Missing '()' invoking a constructor. (new-parens)
(#749) Missing whitespace after semicolon. (semi-spacing)
(#749) Operator '=' must be spaced. (space-infix-ops)
(#749) Missing whitespace after semicolon. (semi-spacing)
(#749) Operator '=' must be spaced. (space-infix-ops)
(#749) Missing whitespace after semicolon. (semi-spacing)
(#749) Operator '=' must be spaced. (space-infix-ops)
(#749) Missing whitespace after semicolon. (semi-spacing)
(#749) Operator '=' must be spaced. (space-infix-ops)
(#749) Requires a space after '{'. (block-spacing)
(#749) Statement inside of curly braces should be on next line. (brace-style)
(#749) Missing space before opening brace. (space-before-blocks)
(#749) Operator '=' must be spaced. (space-infix-ops)
(#749) A space is required after ','. (comma-spacing)
(#749) Requires a space before '}'. (block-spacing)
(#749) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#749) Missing semicolon. (semi)
(#749) Missing whitespace after semicolon. (semi-spacing)
(#749) Operator '=' must be spaced. (space-infix-ops)
(#749) Requires a space after '{'. (block-spacing)
(#749) Statement inside of curly braces should be on next line. (brace-style)
(#749) Missing space before opening brace. (space-before-blocks)
(#749) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#749) Operator '&&' must be spaced. (space-infix-ops)
(#749) Operator '!==' must be spaced. (space-infix-ops)
(#749) Operator '&&' must be spaced. (space-infix-ops)
(#749) Operator '||' must be spaced. (space-infix-ops)
(#749) Operator '=' must be spaced. (space-infix-ops)
(#749) A space is required after ','. (comma-spacing)
(#749) A space is required after ','. (comma-spacing)
(#749) A space is required after ','. (comma-spacing)
(#749) A space is required after ','. (comma-spacing)
(#749) Operator '&&' must be spaced. (space-infix-ops)
(#749) Operator '=' must be spaced. (space-infix-ops)
(#749) A space is required after ','. (comma-spacing)
(#749) Operator '=' must be spaced. (space-infix-ops)
(#750) This line has a length of 508. Maximum allowed is 132. (max-len)
(#750) A space is required after ','. (comma-spacing)
(#750) Requires a space before '}'. (block-spacing)
(#750) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#750) Missing semicolon. (semi)
(#750) Missing whitespace after semicolon. (semi-spacing)
(#750) Operator '=' must be spaced. (space-infix-ops)
(#750) Requires a space after '{'. (block-spacing)
(#750) Statement inside of curly braces should be on next line. (brace-style)
(#750) Missing space before opening brace. (space-before-blocks)
(#750) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#750) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#750) Operator '&&' must be spaced. (space-infix-ops)
(#750) Operator '?' must be spaced. (space-infix-ops)
(#750) Operator '=' must be spaced. (space-infix-ops)
(#750) Operator ':' must be spaced. (space-infix-ops)
(#750) Operator '&&' must be spaced. (space-infix-ops)
(#750) Operator '-' must be spaced. (space-infix-ops)
(#750) A space is required after ','. (comma-spacing)
(#750) A space is required after ','. (comma-spacing)
(#750) Operator '=' must be spaced. (space-infix-ops)
(#750) A space is required after ','. (comma-spacing)
(#750) Operator '=' must be spaced. (space-infix-ops)
(#750) A space is required after ','. (comma-spacing)
(#750) Requires a space before '}'. (block-spacing)
(#750) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#750) Missing semicolon. (semi)
(#750) Missing whitespace after semicolon. (semi-spacing)
(#750) Operator '=' must be spaced. (space-infix-ops)
(#750) Requires a space after '{'. (block-spacing)
(#750) Statement inside of curly braces should be on next line. (brace-style)
(#750) Missing space before opening brace. (space-before-blocks)
(#750) Expected space(s) after "if". (keyword-spacing)
(#750) Requires a space after '{'. (block-spacing)
(#750) Statement inside of curly braces should be on next line. (brace-style)
(#750) Missing space before opening brace. (space-before-blocks)
(#750) Operator '=' must be spaced. (space-infix-ops)
(#750) A space is required after ','. (comma-spacing)
(#750) A space is required after ','. (comma-spacing)
(#750) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#750) Operator '=' must be spaced. (space-infix-ops)
(#750) A space is required after ','. (comma-spacing)
(#750) Missing whitespace after semicolon. (semi-spacing)
(#750) Operator '=' must be spaced. (space-infix-ops)
(#750) Missing whitespace after semicolon. (semi-spacing)
(#750) Operator '=' must be spaced. (space-infix-ops)
(#750) Missing whitespace after semicolon. (semi-spacing)
(#750) Missing whitespace after semicolon. (semi-spacing)
(#750) Expected space(s) after "for". (keyword-spacing)
(#750) A space is required after ','. (comma-spacing)
(#750) Operator '/' must be spaced. (space-infix-ops)
(#750) Missing whitespace after semicolon. (semi-spacing)
(#750) Operator '<=' must be spaced. (space-infix-ops)
(#750) Missing whitespace after semicolon. (semi-spacing)
(#750) Expected { after 'for' condition. (curly)
(#750) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#750) Operator '>' must be spaced. (space-infix-ops)
(#750) Operator '%' must be spaced. (space-infix-ops)
(#750) Operator '?' must be spaced. (space-infix-ops)
(#750) A space is required after ','. (comma-spacing)
(#750) Operator '/' must be spaced. (space-infix-ops)
(#750) Operator ':' must be spaced. (space-infix-ops)
(#751) This line has a length of 503. Maximum allowed is 132. (max-len)
(#751) Operator '/' must be spaced. (space-infix-ops)
(#751) Missing whitespace after semicolon. (semi-spacing)
(#751) Requires a space before '}'. (block-spacing)
(#751) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#751) Missing semicolon. (semi)
(#751) Requires a space before '}'. (block-spacing)
(#751) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#751) Missing whitespace after semicolon. (semi-spacing)
(#751) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#751) Operator '=' must be spaced. (space-infix-ops)
(#751) A space is required after ','. (comma-spacing)
(#751) Requires a space after '{'. (block-spacing)
(#751) Statement inside of curly braces should be on next line. (brace-style)
(#751) Missing space before opening brace. (space-before-blocks)
(#751) Operator '-=' must be spaced. (space-infix-ops)
(#751) Operator '/' must be spaced. (space-infix-ops)
(#751) Missing whitespace after semicolon. (semi-spacing)
(#751) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#751) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#751) Operator '>' must be spaced. (space-infix-ops)
(#751) Operator '&&' must be spaced. (space-infix-ops)
(#751) Operator '=' must be spaced. (space-infix-ops)
(#751) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#751) Missing whitespace after semicolon. (semi-spacing)
(#751) Requires a space before '}'. (block-spacing)
(#751) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#751) Missing semicolon. (semi)
(#751) Missing whitespace after semicolon. (semi-spacing)
(#751) Operator '=' must be spaced. (space-infix-ops)
(#751) 'q' is defined but never used. (no-unused-vars)
(#751) Requires a space after '{'. (block-spacing)
(#751) Statement inside of curly braces should be on next line. (brace-style)
(#751) Missing space before opening brace. (space-before-blocks)
(#751) Missing whitespace after semicolon. (semi-spacing)
(#751) Operator '=' must be spaced. (space-infix-ops)
(#751) Missing whitespace after semicolon. (semi-spacing)
(#751) Requires a space before '}'. (block-spacing)
(#751) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#751) Missing semicolon. (semi)
(#751) Missing whitespace after semicolon. (semi-spacing)
(#751) Operator '=' must be spaced. (space-infix-ops)
(#751) A space is required after ','. (comma-spacing)
(#751) Requires a space after '{'. (block-spacing)
(#751) Statement inside of curly braces should be on next line. (brace-style)
(#751) Missing space before opening brace. (space-before-blocks)
(#751) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#751) Operator '===' must be spaced. (space-infix-ops)
(#751) Operator '&&' must be spaced. (space-infix-ops)
(#751) Operator '&&' must be spaced. (space-infix-ops)
(#751) Operator '?' must be spaced. (space-infix-ops)
(#751) Operator '-' must be spaced. (space-infix-ops)
(#751) A space is required after ','. (comma-spacing)
(#751) A space is required after ','. (comma-spacing)
(#751) Operator '=' must be spaced. (space-infix-ops)
(#751) A space is required after ','. (comma-spacing)
(#751) Operator '=' must be spaced. (space-infix-ops)
(#751) A space is required after ','. (comma-spacing)
(#751) Operator ':' must be spaced. (space-infix-ops)
(#751) Operator '=' must be spaced. (space-infix-ops)
(#751) A space is required after ','. (comma-spacing)
(#751) A space is required after ','. (comma-spacing)
(#751) Operator '=' must be spaced. (space-infix-ops)
(#752) This line has a length of 286. Maximum allowed is 132. (max-len)
(#752) Requires a space before '}'. (block-spacing)
(#752) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#752) Missing semicolon. (semi)
(#752) Missing whitespace after semicolon. (semi-spacing)
(#752) Operator '=' must be spaced. (space-infix-ops)
(#752) Requires a space after '{'. (block-spacing)
(#752) Statement inside of curly braces should be on next line. (brace-style)
(#752) Missing space before opening brace. (space-before-blocks)
(#752) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#752) Operator '*=' must be spaced. (space-infix-ops)
(#752) Operator '/' must be spaced. (space-infix-ops)
(#752) Missing whitespace after semicolon. (semi-spacing)
(#752) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#752) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#752) Operator '>' must be spaced. (space-infix-ops)
(#752) Operator '&&' must be spaced. (space-infix-ops)
(#752) Operator '=' must be spaced. (space-infix-ops)
(#752) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#752) Missing whitespace after semicolon. (semi-spacing)
(#752) Operator '=' must be spaced. (space-infix-ops)
(#752) Missing whitespace after semicolon. (semi-spacing)
(#752) Requires a space before '}'. (block-spacing)
(#752) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#752) Missing semicolon. (semi)
(#752) Missing whitespace after semicolon. (semi-spacing)
(#752) Operator '=' must be spaced. (space-infix-ops)
(#752) 'q' is defined but never used. (no-unused-vars)
(#752) Requires a space after '{'. (block-spacing)
(#752) Statement inside of curly braces should be on next line. (brace-style)
(#752) Missing space before opening brace. (space-before-blocks)
(#752) Operator '=' must be spaced. (space-infix-ops)
(#752) Requires a space before '}'. (block-spacing)
(#752) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#752) Missing semicolon. (semi)
(#752) Requires a space before '}'. (block-spacing)
(#752) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#752) Missing semicolon. (semi)
(#752) A space is required after ','. (comma-spacing)
(#752) A space is required after ','. (comma-spacing)
(#753) This line has a length of 525. Maximum allowed is 132. (max-len)
(#753) A space is required after ','. (comma-spacing)
(#753) A space is required after ','. (comma-spacing)
(#753) A space is required after ','. (comma-spacing)
(#753) Requires a space after '{'. (block-spacing)
(#753) Statement inside of curly braces should be on next line. (brace-style)
(#753) Missing space before opening brace. (space-before-blocks)
(#753) Operator '=' must be spaced. (space-infix-ops)
(#753) A space is required after ','. (comma-spacing)
(#753) A space is required after ','. (comma-spacing)
(#753) A space is required after ','. (comma-spacing)
(#753) Requires a space after '{'. (block-spacing)
(#753) Statement inside of curly braces should be on next line. (brace-style)
(#753) Missing space before opening brace. (space-before-blocks)
(#753) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#753) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#753) Operator '&&' must be spaced. (space-infix-ops)
(#753) A space is required after ','. (comma-spacing)
(#753) A space is required after ','. (comma-spacing)
(#753) Missing whitespace after semicolon. (semi-spacing)
(#753) Operator '=' must be spaced. (space-infix-ops)
(#753) Requires a space before '}'. (block-spacing)
(#753) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#753) Missing semicolon. (semi)
(#753) Missing whitespace after semicolon. (semi-spacing)
(#753) Operator '=' must be spaced. (space-infix-ops)
(#753) Operator '=' must be spaced. (space-infix-ops)
(#753) Missing '()' invoking a constructor. (new-parens)
(#753) Missing whitespace after semicolon. (semi-spacing)
(#753) Operator '=' must be spaced. (space-infix-ops)
(#753) Missing whitespace after semicolon. (semi-spacing)
(#753) Operator '=' must be spaced. (space-infix-ops)
(#753) Requires a space after '{'. (block-spacing)
(#753) Statement inside of curly braces should be on next line. (brace-style)
(#753) Missing space before opening brace. (space-before-blocks)
(#753) Missing whitespace after semicolon. (semi-spacing)
(#753) Expected space(s) after "if". (keyword-spacing)
(#753) Operator '&&' must be spaced. (space-infix-ops)
(#753) Operator '<' must be spaced. (space-infix-ops)
(#753) Operator '&&' must be spaced. (space-infix-ops)
(#753) Requires a space after '{'. (block-spacing)
(#753) Statement inside of curly braces should be on next line. (brace-style)
(#753) Missing space before opening brace. (space-before-blocks)
(#753) Expected space(s) after "if". (keyword-spacing)
(#753) Operator '===' must be spaced. (space-infix-ops)
(#753) Requires a space after '{'. (block-spacing)
(#753) Statement inside of curly braces should be on next line. (brace-style)
(#753) Missing space before opening brace. (space-before-blocks)
(#753) Operator '=' must be spaced. (space-infix-ops)
(#753) Missing whitespace after semicolon. (semi-spacing)
(#753) Operator '=' must be spaced. (space-infix-ops)
(#753) A space is required after ','. (comma-spacing)
(#753) Requires a space before '}'. (block-spacing)
(#753) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#753) Missing semicolon. (semi)
(#753) Expected space(s) before "else". (keyword-spacing)
(#753) Expected space(s) after "if". (keyword-spacing)
(#753) Operator '===' must be spaced. (space-infix-ops)
(#753) Operator '||' must be spaced. (space-infix-ops)
(#753) Operator '===' must be spaced. (space-infix-ops)
(#753) Requires a space after '{'. (block-spacing)
(#753) Statement inside of curly braces should be on next line. (brace-style)
(#753) Missing space before opening brace. (space-before-blocks)
(#753) 'c' used outside of binding context. (block-scoped-var)
(#753) Operator '=' must be spaced. (space-infix-ops)
(#753) Operator '===' must be spaced. (space-infix-ops)
(#753) Operator '?' must be spaced. (space-infix-ops)
(#754) This line has a length of 501. Maximum allowed is 132. (max-len)
(#754) Operator ':' must be spaced. (space-infix-ops)
(#754) Missing whitespace after semicolon. (semi-spacing)
(#754) Expected space(s) after "if". (keyword-spacing)
(#754) 'c' used outside of binding context. (block-scoped-var)
(#754) Expected { after 'if' condition. (curly)
(#754) Expected space(s) before "return". (keyword-spacing)
(#754) Missing whitespace after semicolon. (semi-spacing)
(#754) 'd' used outside of binding context. (block-scoped-var)
(#754) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#754) Operator '=' must be spaced. (space-infix-ops)
(#754) Missing space before value for key 'x'. (key-spacing)
(#754) 'c' used outside of binding context. (block-scoped-var)
(#754) A space is required after ','. (comma-spacing)
(#754) A space is required after ','. (comma-spacing)
(#754) A space is required after ','. (comma-spacing)
(#754) A space is required after ','. (comma-spacing)
(#754) Missing space before value for key 'y'. (key-spacing)
(#754) 'c' used outside of binding context. (block-scoped-var)
(#754) Operator '/' must be spaced. (space-infix-ops)
(#754) A space is required after ','. (comma-spacing)
(#754) A space is required after ','. (comma-spacing)
(#754) A space is required after ','. (comma-spacing)
(#754) A space is required after ','. (comma-spacing)
(#754) Requires a space before '}'. (block-spacing)
(#754) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#754) Missing semicolon. (semi)
(#754) Operator '=' must be spaced. (space-infix-ops)
(#754) Missing whitespace after semicolon. (semi-spacing)
(#754) Operator '=' must be spaced. (space-infix-ops)
(#754) Missing whitespace after semicolon. (semi-spacing)
(#754) Operator '=' must be spaced. (space-infix-ops)
(#754) Missing whitespace after semicolon. (semi-spacing)
(#754) Missing whitespace after semicolon. (semi-spacing)
(#754) 'd' used outside of binding context. (block-scoped-var)
(#754) A space is required after ','. (comma-spacing)
(#754) 'd' used outside of binding context. (block-scoped-var)
(#754) A space is required after ','. (comma-spacing)
(#754) A space is required after ','. (comma-spacing)
(#754) A space is required after ','. (comma-spacing)
(#754) Operator '*' must be spaced. (space-infix-ops)
(#754) A space is required after ','. (comma-spacing)
(#754) Missing whitespace after semicolon. (semi-spacing)
(#755) This line has a length of 507. Maximum allowed is 132. (max-len)
(#755) Missing whitespace after semicolon. (semi-spacing)
(#755) Operator '=' must be spaced. (space-infix-ops)
(#755) A space is required after ','. (comma-spacing)
(#755) Missing whitespace after semicolon. (semi-spacing)
(#755) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#755) Operator '=' must be spaced. (space-infix-ops)
(#755) Missing whitespace after semicolon. (semi-spacing)
(#755) Operator '=' must be spaced. (space-infix-ops)
(#755) Missing whitespace after semicolon. (semi-spacing)
(#755) 'c' used outside of binding context. (block-scoped-var)
(#755) Operator '=' must be spaced. (space-infix-ops)
(#755) Operator '+' must be spaced. (space-infix-ops)
(#755) 'c' used outside of binding context. (block-scoped-var)
(#755) Operator '+' must be spaced. (space-infix-ops)
(#755) Operator '+' must be spaced. (space-infix-ops)
(#755) 'c' used outside of binding context. (block-scoped-var)
(#755) Missing whitespace after semicolon. (semi-spacing)
(#755) Operator '=' must be spaced. (space-infix-ops)
(#755) 'd' used outside of binding context. (block-scoped-var)
(#755) Operator '+' must be spaced. (space-infix-ops)
(#755) A space is required after ','. (comma-spacing)
(#755) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#755) Operator '=' must be spaced. (space-infix-ops)
(#755) 'c' used outside of binding context. (block-scoped-var)
(#755) Missing whitespace after semicolon. (semi-spacing)
(#755) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#755) Operator '+' must be spaced. (space-infix-ops)
(#755) Operator '>' must be spaced. (space-infix-ops)
(#755) Operator '-' must be spaced. (space-infix-ops)
(#755) Operator '&&' must be spaced. (space-infix-ops)
(#755) Operator '-=' must be spaced. (space-infix-ops)
(#755) Operator '+' must be spaced. (space-infix-ops)
(#755) Missing whitespace after semicolon. (semi-spacing)
(#755) 'd' used outside of binding context. (block-scoped-var)
(#755) Operator '=' must be spaced. (space-infix-ops)
(#755) 'd' used outside of binding context. (block-scoped-var)
(#755) Missing whitespace after semicolon. (semi-spacing)
(#755) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#755) Operator '>' must be spaced. (space-infix-ops)
(#755) 'd' used outside of binding context. (block-scoped-var)
(#755) Operator '-' must be spaced. (space-infix-ops)
(#755) Operator '-' must be spaced. (space-infix-ops)
(#755) Operator '&&' must be spaced. (space-infix-ops)
(#755) 'd' used outside of binding context. (block-scoped-var)
(#755) Operator '+=' must be spaced. (space-infix-ops)
(#755) Missing whitespace after semicolon. (semi-spacing)
(#755) A space is required after ','. (comma-spacing)
(#755) 'd' used outside of binding context. (block-scoped-var)
(#755) Operator '-' must be spaced. (space-infix-ops)
(#755) A space is required after ','. (comma-spacing)
(#755) A space is required after ','. (comma-spacing)
(#755) Missing whitespace after semicolon. (semi-spacing)
(#755) Operator '=' must be spaced. (space-infix-ops)
(#755) Missing whitespace after semicolon. (semi-spacing)
(#755) 'c' used outside of binding context. (block-scoped-var)
(#755) A space is required after ','. (comma-spacing)
(#755) A space is required after ','. (comma-spacing)
(#755) 'd' used outside of binding context. (block-scoped-var)
(#755) Requires a space before '}'. (block-spacing)
(#755) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#755) Missing semicolon. (semi)
(#755) Requires a space before '}'. (block-spacing)
(#755) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#755) Missing whitespace after semicolon. (semi-spacing)
(#755) Operator '=' must be spaced. (space-infix-ops)
(#755) 'q' is defined but never used. (no-unused-vars)
(#755) Requires a space after '{'. (block-spacing)
(#755) Statement inside of curly braces should be on next line. (brace-style)
(#755) Missing space before opening brace. (space-before-blocks)
(#755) Operator '=' must be spaced. (space-infix-ops)
(#755) Missing whitespace after semicolon. (semi-spacing)
(#755) Requires a space before '}'. (block-spacing)
(#755) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#755) Missing semicolon. (semi)
(#755) Missing whitespace after semicolon. (semi-spacing)
(#755) Operator '=' must be spaced. (space-infix-ops)
(#755) Requires a space after '{'. (block-spacing)
(#755) Statement inside of curly braces should be on next line. (brace-style)
(#755) Missing space before opening brace. (space-before-blocks)
(#755) Operator '=' must be spaced. (space-infix-ops)
(#756) This line has a length of 309. Maximum allowed is 132. (max-len)
(#756) Missing space before value for key 'x'. (key-spacing)
(#756) Operator '-' must be spaced. (space-infix-ops)
(#756) A space is required after ','. (comma-spacing)
(#756) Missing space before value for key 'y'. (key-spacing)
(#756) Operator '-' must be spaced. (space-infix-ops)
(#756) Missing whitespace after semicolon. (semi-spacing)
(#756) Requires a space before '}'. (block-spacing)
(#756) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#756) Missing semicolon. (semi)
(#756) Missing whitespace after semicolon. (semi-spacing)
(#756) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#756) Operator '=' must be spaced. (space-infix-ops)
(#756) Requires a space after '{'. (block-spacing)
(#756) Statement inside of curly braces should be on next line. (brace-style)
(#756) Missing space before opening brace. (space-before-blocks)
(#756) Requires a space before '}'. (block-spacing)
(#756) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#756) Missing semicolon. (semi)
(#756) Missing whitespace after semicolon. (semi-spacing)
(#756) Operator '=' must be spaced. (space-infix-ops)
(#756) Requires a space after '{'. (block-spacing)
(#756) Statement inside of curly braces should be on next line. (brace-style)
(#756) Missing space before opening brace. (space-before-blocks)
(#756) Requires a space before '}'. (block-spacing)
(#756) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#756) Missing semicolon. (semi)
(#756) Missing whitespace after semicolon. (semi-spacing)
(#756) Operator '=' must be spaced. (space-infix-ops)
(#756) Requires a space after '{'. (block-spacing)
(#756) Statement inside of curly braces should be on next line. (brace-style)
(#756) Missing space before opening brace. (space-before-blocks)
(#756) Requires a space before '}'. (block-spacing)
(#756) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#756) Missing semicolon. (semi)
(#756) Missing whitespace after semicolon. (semi-spacing)
(#756) Operator '=' must be spaced. (space-infix-ops)
(#756) Missing whitespace after semicolon. (semi-spacing)
(#756) Operator '=' must be spaced. (space-infix-ops)
(#756) Missing whitespace after semicolon. (semi-spacing)
(#756) Operator '=' must be spaced. (space-infix-ops)
(#756) Requires a space before '}'. (block-spacing)
(#756) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#756) Missing semicolon. (semi)
(#756) A space is required after ','. (comma-spacing)
(#756) A space is required after ','. (comma-spacing)
(#757) This line has a length of 512. Maximum allowed is 132. (max-len)
(#757) A space is required after ','. (comma-spacing)
(#757) A space is required after ','. (comma-spacing)
(#757) A space is required after ','. (comma-spacing)
(#757) A space is required after ','. (comma-spacing)
(#757) A space is required after ','. (comma-spacing)
(#757) A space is required after ','. (comma-spacing)
(#757) A space is required after ','. (comma-spacing)
(#757) A space is required after ','. (comma-spacing)
(#757) A space is required after ','. (comma-spacing)
(#757) A space is required after ','. (comma-spacing)
(#757) A space is required after ','. (comma-spacing)
(#757) A space is required after ','. (comma-spacing)
(#757) A space is required after ','. (comma-spacing)
(#757) Requires a space after '{'. (block-spacing)
(#757) Statement inside of curly braces should be on next line. (brace-style)
(#757) Missing space before opening brace. (space-before-blocks)
(#757) Operator '=' must be spaced. (space-infix-ops)
(#757) A space is required after ','. (comma-spacing)
(#757) A space is required after ','. (comma-spacing)
(#757) Requires a space after '{'. (block-spacing)
(#757) Statement inside of curly braces should be on next line. (brace-style)
(#757) Missing space before opening brace. (space-before-blocks)
(#757) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#757) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#757) Operator '&&' must be spaced. (space-infix-ops)
(#757) A space is required after ','. (comma-spacing)
(#757) A space is required after ','. (comma-spacing)
(#757) Requires a space before '}'. (block-spacing)
(#757) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#757) Missing semicolon. (semi)
(#757) Missing whitespace after semicolon. (semi-spacing)
(#757) Operator '=' must be spaced. (space-infix-ops)
(#757) Operator '=' must be spaced. (space-infix-ops)
(#757) Missing '()' invoking a constructor. (new-parens)
(#757) Missing whitespace after semicolon. (semi-spacing)
(#757) Operator '=' must be spaced. (space-infix-ops)
(#757) Missing whitespace after semicolon. (semi-spacing)
(#757) Operator '=' must be spaced. (space-infix-ops)
(#757) Missing whitespace after semicolon. (semi-spacing)
(#757) Operator '=' must be spaced. (space-infix-ops)
(#757) Missing whitespace after semicolon. (semi-spacing)
(#757) Operator '=' must be spaced. (space-infix-ops)
(#757) Missing whitespace after semicolon. (semi-spacing)
(#757) Operator '=' must be spaced. (space-infix-ops)
(#757) Missing whitespace after semicolon. (semi-spacing)
(#757) Operator '=' must be spaced. (space-infix-ops)
(#757) Missing whitespace after semicolon. (semi-spacing)
(#757) Operator '=' must be spaced. (space-infix-ops)
(#757) Requires a space after '{'. (block-spacing)
(#757) Statement inside of curly braces should be on next line. (brace-style)
(#757) Missing space before opening brace. (space-before-blocks)
(#757) Expected space(s) after "for". (keyword-spacing)
(#757) Operator '=' must be spaced. (space-infix-ops)
(#757) Missing '()' invoking a constructor. (new-parens)
(#757) A space is required after ','. (comma-spacing)
(#757) Operator '=' must be spaced. (space-infix-ops)
(#757) A space is required after ','. (comma-spacing)
(#757) Operator '=' must be spaced. (space-infix-ops)
(#757) Missing whitespace after semicolon. (semi-spacing)
(#757) Operator '<' must be spaced. (space-infix-ops)
(#757) Missing whitespace after semicolon. (semi-spacing)
(#757) Expected { after 'for' condition. (curly)
(#757) Missing whitespace after semicolon. (semi-spacing)
(#757) 'A' used outside of binding context. (block-scoped-var)
(#757) Operator '=' must be spaced. (space-infix-ops)
(#757) 'y' used outside of binding context. (block-scoped-var)
(#757) A space is required after ','. (comma-spacing)
(#757) 'y' used outside of binding context. (block-scoped-var)
(#757) A space is required after ','. (comma-spacing)
(#757) 'y' used outside of binding context. (block-scoped-var)
(#757) A space is required after ','. (comma-spacing)
(#757) 'y' used outside of binding context. (block-scoped-var)
(#757) A space is required after ','. (comma-spacing)
(#757) 'y' used outside of binding context. (block-scoped-var)
(#757) A space is required after ','. (comma-spacing)
(#757) 'y' used outside of binding context. (block-scoped-var)
(#757) Operator '/' must be spaced. (space-infix-ops)
(#757) Operator '+' must be spaced. (space-infix-ops)
(#757) Missing whitespace after semicolon. (semi-spacing)
(#757) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#757) Operator '===' must be spaced. (space-infix-ops)
(#757) 'A' used outside of binding context. (block-scoped-var)
(#757) Operator '&&' must be spaced. (space-infix-ops)
(#757) 'A' used outside of binding context. (block-scoped-var)
(#757) Operator '=' must be spaced. (space-infix-ops)
(#757) Missing whitespace after semicolon. (semi-spacing)
(#757) Operator '=' must be spaced. (space-infix-ops)
(#757) 'y' used outside of binding context. (block-scoped-var)
(#757) Operator '-' must be spaced. (space-infix-ops)
(#758) This line has a length of 521. Maximum allowed is 132. (max-len)
(#758) 'y' used outside of binding context. (block-scoped-var)
(#758) A space is required after ','. (comma-spacing)
(#758) 'y' used outside of binding context. (block-scoped-var)
(#758) Operator '-' must be spaced. (space-infix-ops)
(#758) 'y' used outside of binding context. (block-scoped-var)
(#758) Missing whitespace after semicolon. (semi-spacing)
(#758) 'y' used outside of binding context. (block-scoped-var)
(#758) Operator '=' must be spaced. (space-infix-ops)
(#758) A space is required after ','. (comma-spacing)
(#758) A space is required after ','. (comma-spacing)
(#758) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#758) Missing whitespace after semicolon. (semi-spacing)
(#758) 'x' used outside of binding context. (block-scoped-var)
(#758) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#758) Operator '=' must be spaced. (space-infix-ops)
(#758) 'y' used outside of binding context. (block-scoped-var)
(#758) Operator '/' must be spaced. (space-infix-ops)
(#758) Operator '*' must be spaced. (space-infix-ops)
(#758) Missing whitespace after semicolon. (semi-spacing)
(#758) Operator '=' must be spaced. (space-infix-ops)
(#758) 'x' used outside of binding context. (block-scoped-var)
(#758) Operator '/' must be spaced. (space-infix-ops)
(#758) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#758) Missing whitespace after semicolon. (semi-spacing)
(#758) Operator '=' must be spaced. (space-infix-ops)
(#758) 'A' used outside of binding context. (block-scoped-var)
(#758) Operator '/' must be spaced. (space-infix-ops)
(#758) Missing whitespace after semicolon. (semi-spacing)
(#758) Operator '=' must be spaced. (space-infix-ops)
(#758) Operator '/' must be spaced. (space-infix-ops)
(#758) Missing whitespace after semicolon. (semi-spacing)
(#758) Operator '=' must be spaced. (space-infix-ops)
(#758) 'y' used outside of binding context. (block-scoped-var)
(#758) Missing whitespace after semicolon. (semi-spacing)
(#758) Operator '=' must be spaced. (space-infix-ops)
(#758) Operator '-' must be spaced. (space-infix-ops)
(#758) 'A' used outside of binding context. (block-scoped-var)
(#758) Missing whitespace after semicolon. (semi-spacing)
(#758) Operator '=' must be spaced. (space-infix-ops)
(#758) Operator '+' must be spaced. (space-infix-ops)
(#758) 'A' used outside of binding context. (block-scoped-var)
(#758) Missing whitespace after semicolon. (semi-spacing)
(#758) Operator '=' must be spaced. (space-infix-ops)
(#758) Missing whitespace after semicolon. (semi-spacing)
(#758) A space is required after ','. (comma-spacing)
(#758) A space is required after ','. (comma-spacing)
(#758) A space is required after ','. (comma-spacing)
(#758) Missing whitespace after semicolon. (semi-spacing)
(#758) 'x' used outside of binding context. (block-scoped-var)
(#758) Operator '=' must be spaced. (space-infix-ops)
(#758) 'A' used outside of binding context. (block-scoped-var)
(#758) Operator '/' must be spaced. (space-infix-ops)
(#758) 'x' used outside of binding context. (block-scoped-var)
(#758) Missing whitespace after semicolon. (semi-spacing)
(#758) Operator '=' must be spaced. (space-infix-ops)
(#758) 'y' used outside of binding context. (block-scoped-var)
(#758) Missing whitespace after semicolon. (semi-spacing)
(#758) Operator '=' must be spaced. (space-infix-ops)
(#758) 'x' used outside of binding context. (block-scoped-var)
(#758) Operator '-' must be spaced. (space-infix-ops)
(#758) 'A' used outside of binding context. (block-scoped-var)
(#758) Missing whitespace after semicolon. (semi-spacing)
(#758) Operator '=' must be spaced. (space-infix-ops)
(#758) 'x' used outside of binding context. (block-scoped-var)
(#758) Operator '+' must be spaced. (space-infix-ops)
(#758) 'A' used outside of binding context. (block-scoped-var)
(#758) Missing whitespace after semicolon. (semi-spacing)
(#758) Missing whitespace after semicolon. (semi-spacing)
(#758) Requires a space before '}'. (block-spacing)
(#758) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#758) Missing semicolon. (semi)
(#758) Missing whitespace after semicolon. (semi-spacing)
(#758) Operator '=' must be spaced. (space-infix-ops)
(#758) Requires a space after '{'. (block-spacing)
(#758) Statement inside of curly braces should be on next line. (brace-style)
(#758) Missing space before opening brace. (space-before-blocks)
(#758) Expected space(s) after "if". (keyword-spacing)
(#758) Operator '&&' must be spaced. (space-infix-ops)
(#759) This line has a length of 504. Maximum allowed is 132. (max-len)
(#759) Requires a space after '{'. (block-spacing)
(#759) Statement inside of curly braces should be on next line. (brace-style)
(#759) Missing space before opening brace. (space-before-blocks)
(#759) Operator '=' must be spaced. (space-infix-ops)
(#759) Missing whitespace after semicolon. (semi-spacing)
(#759) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#759) Operator '||' must be spaced. (space-infix-ops)
(#759) Missing whitespace after semicolon. (semi-spacing)
(#759) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#759) Missing whitespace after semicolon. (semi-spacing)
(#759) Operator '=' must be spaced. (space-infix-ops)
(#759) Missing whitespace after semicolon. (semi-spacing)
(#759) A space is required after ','. (comma-spacing)
(#759) A space is required after ','. (comma-spacing)
(#759) A space is required after ','. (comma-spacing)
(#759) Missing whitespace after semicolon. (semi-spacing)
(#759) A space is required after ','. (comma-spacing)
(#759) A space is required after ','. (comma-spacing)
(#759) Missing whitespace after semicolon. (semi-spacing)
(#759) Unexpected use of '|'. (no-bitwise)
(#759) Operator '|' must be spaced. (space-infix-ops)
(#759) Missing whitespace after semicolon. (semi-spacing)
(#759) A space is required after ','. (comma-spacing)
(#759) Missing whitespace after semicolon. (semi-spacing)
(#760) This line has a length of 501. Maximum allowed is 132. (max-len)
(#760) Expected space(s) after "for". (keyword-spacing)
(#760) Operator '=' must be spaced. (space-infix-ops)
(#760) A space is required after ','. (comma-spacing)
(#760) Operator '=' must be spaced. (space-infix-ops)
(#760) Missing whitespace after semicolon. (semi-spacing)
(#760) Operator '<' must be spaced. (space-infix-ops)
(#760) Missing whitespace after semicolon. (semi-spacing)
(#760) Expected { after 'for' condition. (curly)
(#760) Expected space(s) before "this". (keyword-spacing)
(#760) A space is required after ','. (comma-spacing)
(#760) Missing whitespace after semicolon. (semi-spacing)
(#760) Missing whitespace after semicolon. (semi-spacing)
(#760) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#760) Missing whitespace after semicolon. (semi-spacing)
(#760) A space is required after ','. (comma-spacing)
(#760) Missing whitespace after semicolon. (semi-spacing)
(#760) A space is required after ','. (comma-spacing)
(#760) A space is required after ','. (comma-spacing)
(#760) A space is required after ','. (comma-spacing)
(#760) Missing whitespace after semicolon. (semi-spacing)
(#760) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#760) Operator '||' must be spaced. (space-infix-ops)
(#760) Requires a space before '}'. (block-spacing)
(#760) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#760) Missing semicolon. (semi)
(#760) Requires a space before '}'. (block-spacing)
(#760) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#760) Missing whitespace after semicolon. (semi-spacing)
(#760) Operator '=' must be spaced. (space-infix-ops)
(#760) Requires a space after '{'. (block-spacing)
(#760) Statement inside of curly braces should be on next line. (brace-style)
(#760) Missing space before opening brace. (space-before-blocks)
(#760) Missing whitespace after semicolon. (semi-spacing)
(#760) Missing whitespace after semicolon. (semi-spacing)
(#760) Expected space(s) after "for". (keyword-spacing)
(#760) Operator '=' must be spaced. (space-infix-ops)
(#760) A space is required after ','. (comma-spacing)
(#760) Operator '=' must be spaced. (space-infix-ops)
(#760) A space is required after ','. (comma-spacing)
(#760) Operator '=' must be spaced. (space-infix-ops)
(#760) Missing whitespace after semicolon. (semi-spacing)
(#760) Operator '<' must be spaced. (space-infix-ops)
(#760) Missing whitespace after semicolon. (semi-spacing)
(#760) Requires a space after '{'. (block-spacing)
(#760) Statement inside of curly braces should be on next line. (brace-style)
(#760) Missing space before opening brace. (space-before-blocks)
(#760) Operator '=' must be spaced. (space-infix-ops)
(#760) Missing whitespace after semicolon. (semi-spacing)
(#760) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#760) Operator '&&' must be spaced. (space-infix-ops)
(#760) Operator '&&' must be spaced. (space-infix-ops)
(#761) This line has a length of 506. Maximum allowed is 132. (max-len)
(#761) Operator '!==' must be spaced. (space-infix-ops)
(#761) Operator '||' must be spaced. (space-infix-ops)
(#761) Operator '&&' must be spaced. (space-infix-ops)
(#761) Operator '!==' must be spaced. (space-infix-ops)
(#761) Operator '?' must be spaced. (space-infix-ops)
(#761) Operator ':' must be spaced. (space-infix-ops)
(#761) A space is required after ','. (comma-spacing)
(#761) Requires a space before '}'. (block-spacing)
(#761) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#761) Missing semicolon. (semi)
(#761) Expected space(s) before "if". (keyword-spacing)
(#761) Expected space(s) after "if". (keyword-spacing)
(#761) Operator '!==' must be spaced. (space-infix-ops)
(#761) 'y' used outside of binding context. (block-scoped-var)
(#761) Requires a space after '{'. (block-spacing)
(#761) Statement inside of curly braces should be on next line. (brace-style)
(#761) Missing space before opening brace. (space-before-blocks)
(#761) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#761) A space is required after ','. (comma-spacing)
(#761) Missing whitespace after semicolon. (semi-spacing)
(#761) Missing whitespace after semicolon. (semi-spacing)
(#761) Missing whitespace after semicolon. (semi-spacing)
(#761) 'x' used outside of binding context. (block-scoped-var)
(#761) Operator '=' must be spaced. (space-infix-ops)
(#761) Missing whitespace after semicolon. (semi-spacing)
(#761) Expected space(s) after "for". (keyword-spacing)
(#761) 'A' used outside of binding context. (block-scoped-var)
(#761) Operator '=' must be spaced. (space-infix-ops)
(#761) 'y' used outside of binding context. (block-scoped-var)
(#761) Missing whitespace after semicolon. (semi-spacing)
(#761) 'x' used outside of binding context. (block-scoped-var)
(#761) Operator '<' must be spaced. (space-infix-ops)
(#761) 'A' used outside of binding context. (block-scoped-var)
(#761) Missing whitespace after semicolon. (semi-spacing)
(#761) 'x' used outside of binding context. (block-scoped-var)
(#761) 'y' used outside of binding context. (block-scoped-var)
(#761) Expected { after 'for' condition. (curly)
(#761) 'x' used outside of binding context. (block-scoped-var)
(#761) A space is required after ','. (comma-spacing)
(#761) Missing whitespace after semicolon. (semi-spacing)
(#761) Missing whitespace after semicolon. (semi-spacing)
(#761) Missing whitespace after semicolon. (semi-spacing)
(#761) A space is required after ','. (comma-spacing)
(#761) A space is required after ','. (comma-spacing)
(#761) A space is required after ','. (comma-spacing)
(#761) Requires a space before '}'. (block-spacing)
(#761) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#761) Missing semicolon. (semi)
(#761) Expected space(s) before "this". (keyword-spacing)
(#762) This line has a length of 510. Maximum allowed is 132. (max-len)
(#762) Missing whitespace after semicolon. (semi-spacing)
(#762) A space is required after ','. (comma-spacing)
(#762) Missing whitespace after semicolon. (semi-spacing)
(#762) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#762) A space is required after ','. (comma-spacing)
(#762) Missing whitespace after semicolon. (semi-spacing)
(#762) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#762) Operator '&&' must be spaced. (space-infix-ops)
(#762) A space is required after ','. (comma-spacing)
(#762) A space is required after ','. (comma-spacing)
(#762) A space is required after ','. (comma-spacing)
(#762) A space is required after ','. (comma-spacing)
(#762) A space is required after ','. (comma-spacing)
(#762) Missing whitespace after semicolon. (semi-spacing)
(#762) Missing whitespace after semicolon. (semi-spacing)
(#762) Missing whitespace after semicolon. (semi-spacing)
(#762) Missing whitespace after semicolon. (semi-spacing)
(#762) Missing whitespace after semicolon. (semi-spacing)
(#762) Missing whitespace after semicolon. (semi-spacing)
(#762) A space is required after ','. (comma-spacing)
(#762) Missing whitespace after semicolon. (semi-spacing)
(#762) A space is required after ','. (comma-spacing)
(#763) This line has a length of 524. Maximum allowed is 132. (max-len)
(#763) A space is required after ','. (comma-spacing)
(#763) A space is required after ','. (comma-spacing)
(#763) Missing whitespace after semicolon. (semi-spacing)
(#763) Missing whitespace after semicolon. (semi-spacing)
(#763) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#763) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#763) Operator '&&' must be spaced. (space-infix-ops)
(#763) A space is required after ','. (comma-spacing)
(#763) A space is required after ','. (comma-spacing)
(#763) Missing whitespace after semicolon. (semi-spacing)
(#763) Expected space(s) after "if". (keyword-spacing)
(#763) Expected { after 'if' condition. (curly)
(#763) Expected space(s) before "for". (keyword-spacing)
(#763) Expected space(s) after "for". (keyword-spacing)
(#763) 'y' used outside of binding context. (block-scoped-var)
(#763) Operator '=' must be spaced. (space-infix-ops)
(#763) A space is required after ','. (comma-spacing)
(#763) 'x' used outside of binding context. (block-scoped-var)
(#763) Operator '=' must be spaced. (space-infix-ops)
(#763) Missing whitespace after semicolon. (semi-spacing)
(#763) 'y' used outside of binding context. (block-scoped-var)
(#763) Operator '<' must be spaced. (space-infix-ops)
(#763) 'x' used outside of binding context. (block-scoped-var)
(#763) Missing whitespace after semicolon. (semi-spacing)
(#763) 'y' used outside of binding context. (block-scoped-var)
(#763) 'A' used outside of binding context. (block-scoped-var)
(#763) Expected { after 'for' condition. (curly)
(#763) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#763) Operator '=' must be spaced. (space-infix-ops)
(#763) 'y' used outside of binding context. (block-scoped-var)
(#763) Unexpected use of comma operator. (no-sequences)
(#763) A space is required after ','. (comma-spacing)
(#763) 'A' used outside of binding context. (block-scoped-var)
(#763) Operator '&&' must be spaced. (space-infix-ops)
(#763) 'A' used outside of binding context. (block-scoped-var)
(#763) A space is required after ','. (comma-spacing)
(#763) Missing whitespace after semicolon. (semi-spacing)
(#763) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#763) Operator '&&' must be spaced. (space-infix-ops)
(#763) Operator '&&' must be spaced. (space-infix-ops)
(#763) Missing whitespace after semicolon. (semi-spacing)
(#764) This line has a length of 516. Maximum allowed is 132. (max-len)
(#764) Missing whitespace after semicolon. (semi-spacing)
(#764) Missing whitespace after semicolon. (semi-spacing)
(#764) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#764) Missing whitespace after semicolon. (semi-spacing)
(#764) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#764) Operator '&&' must be spaced. (space-infix-ops)
(#764) Missing whitespace after semicolon. (semi-spacing)
(#764) Requires a space before '}'. (block-spacing)
(#764) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#764) Missing semicolon. (semi)
(#764) Missing whitespace after semicolon. (semi-spacing)
(#764) Operator '=' must be spaced. (space-infix-ops)
(#764) Requires a space after '{'. (block-spacing)
(#764) Statement inside of curly braces should be on next line. (brace-style)
(#764) Missing space before opening brace. (space-before-blocks)
(#764) Missing whitespace after semicolon. (semi-spacing)
(#764) A space is required after ','. (comma-spacing)
(#764) Missing whitespace after semicolon. (semi-spacing)
(#764) Missing whitespace after semicolon. (semi-spacing)
(#764) A space is required after ','. (comma-spacing)
(#764) Missing whitespace after semicolon. (semi-spacing)
(#764) A space is required after ','. (comma-spacing)
(#764) Missing whitespace after semicolon. (semi-spacing)
(#764) A space is required after ','. (comma-spacing)
(#765) This line has a length of 527. Maximum allowed is 132. (max-len)
(#765) A space is required after ','. (comma-spacing)
(#765) Missing whitespace after semicolon. (semi-spacing)
(#765) A space is required after ','. (comma-spacing)
(#765) Missing whitespace after semicolon. (semi-spacing)
(#765) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#765) A space is required after ','. (comma-spacing)
(#765) A space is required after ','. (comma-spacing)
(#765) Missing whitespace after semicolon. (semi-spacing)
(#765) A space is required after ','. (comma-spacing)
(#765) Missing whitespace after semicolon. (semi-spacing)
(#765) A space is required after ','. (comma-spacing)
(#765) Missing whitespace after semicolon. (semi-spacing)
(#765) A space is required after ','. (comma-spacing)
(#765) Missing whitespace after semicolon. (semi-spacing)
(#765) A space is required after ','. (comma-spacing)
(#765) Missing whitespace after semicolon. (semi-spacing)
(#766) This line has a length of 507. Maximum allowed is 132. (max-len)
(#766) Missing whitespace after semicolon. (semi-spacing)
(#766) A space is required after ','. (comma-spacing)
(#766) Missing whitespace after semicolon. (semi-spacing)
(#766) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#766) A space is required after ','. (comma-spacing)
(#766) Missing whitespace after semicolon. (semi-spacing)
(#766) A space is required after ','. (comma-spacing)
(#766) Missing whitespace after semicolon. (semi-spacing)
(#766) A space is required after ','. (comma-spacing)
(#766) Missing whitespace after semicolon. (semi-spacing)
(#766) A space is required after ','. (comma-spacing)
(#766) Missing whitespace after semicolon. (semi-spacing)
(#766) Missing whitespace after semicolon. (semi-spacing)
(#766) Expected space(s) after "for". (keyword-spacing)
(#766) Operator '=' must be spaced. (space-infix-ops)
(#766) A space is required after ','. (comma-spacing)
(#766) Operator '=' must be spaced. (space-infix-ops)
(#766) Missing whitespace after semicolon. (semi-spacing)
(#766) Operator '<' must be spaced. (space-infix-ops)
(#766) Missing whitespace after semicolon. (semi-spacing)
(#766) Expected { after 'for' condition. (curly)
(#766) Expected space(s) before "this". (keyword-spacing)
(#767) This line has a length of 502. Maximum allowed is 132. (max-len)
(#767) Missing whitespace after semicolon. (semi-spacing)
(#767) Missing whitespace after semicolon. (semi-spacing)
(#767) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#767) Requires a space before '}'. (block-spacing)
(#767) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#767) Missing semicolon. (semi)
(#767) Missing whitespace after semicolon. (semi-spacing)
(#767) Operator '=' must be spaced. (space-infix-ops)
(#767) Requires a space after '{'. (block-spacing)
(#767) Statement inside of curly braces should be on next line. (brace-style)
(#767) Missing space before opening brace. (space-before-blocks)
(#767) Missing whitespace after semicolon. (semi-spacing)
(#767) A space is required after ','. (comma-spacing)
(#767) Missing whitespace after semicolon. (semi-spacing)
(#767) Missing whitespace after semicolon. (semi-spacing)
(#767) Expected space(s) after "for". (keyword-spacing)
(#767) Operator '=' must be spaced. (space-infix-ops)
(#767) A space is required after ','. (comma-spacing)
(#767) Operator '=' must be spaced. (space-infix-ops)
(#767) Missing whitespace after semicolon. (semi-spacing)
(#767) Operator '<' must be spaced. (space-infix-ops)
(#767) Missing whitespace after semicolon. (semi-spacing)
(#767) Expected { after 'for' condition. (curly)
(#767) Expected space(s) before "this". (keyword-spacing)
(#767) A space is required after ','. (comma-spacing)
(#767) Missing whitespace after semicolon. (semi-spacing)
(#767) Missing whitespace after semicolon. (semi-spacing)
(#767) Requires a space before '}'. (block-spacing)
(#767) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#767) Missing semicolon. (semi)
(#767) Missing whitespace after semicolon. (semi-spacing)
(#767) Operator '=' must be spaced. (space-infix-ops)
(#767) Requires a space after '{'. (block-spacing)
(#767) Statement inside of curly braces should be on next line. (brace-style)
(#767) Missing space before opening brace. (space-before-blocks)
(#768) This line has a length of 520. Maximum allowed is 132. (max-len)
(#768) A space is required after ','. (comma-spacing)
(#768) Missing whitespace after semicolon. (semi-spacing)
(#768) Missing whitespace after semicolon. (semi-spacing)
(#768) Expected space(s) after "for". (keyword-spacing)
(#768) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#768) Operator '=' must be spaced. (space-infix-ops)
(#768) A space is required after ','. (comma-spacing)
(#768) Operator '=' must be spaced. (space-infix-ops)
(#768) Missing whitespace after semicolon. (semi-spacing)
(#768) Operator '<' must be spaced. (space-infix-ops)
(#768) Missing whitespace after semicolon. (semi-spacing)
(#768) Expected { after 'for' condition. (curly)
(#768) Expected space(s) before "this". (keyword-spacing)
(#768) A space is required after ','. (comma-spacing)
(#768) Missing whitespace after semicolon. (semi-spacing)
(#768) Missing whitespace after semicolon. (semi-spacing)
(#768) Requires a space before '}'. (block-spacing)
(#768) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#768) Missing semicolon. (semi)
(#768) Missing whitespace after semicolon. (semi-spacing)
(#768) Operator '=' must be spaced. (space-infix-ops)
(#768) Requires a space after '{'. (block-spacing)
(#768) Statement inside of curly braces should be on next line. (brace-style)
(#768) Missing space before opening brace. (space-before-blocks)
(#768) Missing whitespace after semicolon. (semi-spacing)
(#768) A space is required after ','. (comma-spacing)
(#768) Missing whitespace after semicolon. (semi-spacing)
(#768) A space is required after ','. (comma-spacing)
(#768) Missing whitespace after semicolon. (semi-spacing)
(#769) This line has a length of 512. Maximum allowed is 132. (max-len)
(#769) Missing whitespace after semicolon. (semi-spacing)
(#769) A space is required after ','. (comma-spacing)
(#769) Missing whitespace after semicolon. (semi-spacing)
(#769) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#769) A space is required after ','. (comma-spacing)
(#769) A space is required after ','. (comma-spacing)
(#769) Missing whitespace after semicolon. (semi-spacing)
(#769) A space is required after ','. (comma-spacing)
(#769) Missing whitespace after semicolon. (semi-spacing)
(#769) A space is required after ','. (comma-spacing)
(#769) Missing whitespace after semicolon. (semi-spacing)
(#769) A space is required after ','. (comma-spacing)
(#769) Missing whitespace after semicolon. (semi-spacing)
(#769) Missing whitespace after semicolon. (semi-spacing)
(#769) A space is required after ','. (comma-spacing)
(#769) Missing whitespace after semicolon. (semi-spacing)
(#770) This line has a length of 510. Maximum allowed is 132. (max-len)
(#770) A space is required after ','. (comma-spacing)
(#770) Missing whitespace after semicolon. (semi-spacing)
(#770) Missing whitespace after semicolon. (semi-spacing)
(#770) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#770) A space is required after ','. (comma-spacing)
(#770) Missing whitespace after semicolon. (semi-spacing)
(#770) Missing whitespace after semicolon. (semi-spacing)
(#770) Missing whitespace after semicolon. (semi-spacing)
(#770) Missing whitespace after semicolon. (semi-spacing)
(#770) A space is required after ','. (comma-spacing)
(#770) A space is required after ','. (comma-spacing)
(#770) Missing whitespace after semicolon. (semi-spacing)
(#770) Missing whitespace after semicolon. (semi-spacing)
(#770) Missing whitespace after semicolon. (semi-spacing)
(#770) A space is required after ','. (comma-spacing)
(#771) This line has a length of 523. Maximum allowed is 132. (max-len)
(#771) Missing whitespace after semicolon. (semi-spacing)
(#771) Missing whitespace after semicolon. (semi-spacing)
(#771) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#771) Missing whitespace after semicolon. (semi-spacing)
(#771) A space is required after ','. (comma-spacing)
(#771) A space is required after ','. (comma-spacing)
(#771) Missing whitespace after semicolon. (semi-spacing)
(#771) A space is required after ','. (comma-spacing)
(#771) Missing whitespace after semicolon. (semi-spacing)
(#771) A space is required after ','. (comma-spacing)
(#771) Missing whitespace after semicolon. (semi-spacing)
(#771) Missing whitespace after semicolon. (semi-spacing)
(#771) A space is required after ','. (comma-spacing)
(#771) Missing whitespace after semicolon. (semi-spacing)
(#771) Missing whitespace after semicolon. (semi-spacing)
(#772) This line has a length of 503. Maximum allowed is 132. (max-len)
(#772) Missing whitespace after semicolon. (semi-spacing)
(#772) Missing whitespace after semicolon. (semi-spacing)
(#772) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#772) Missing whitespace after semicolon. (semi-spacing)
(#772) Missing whitespace after semicolon. (semi-spacing)
(#772) A space is required after ','. (comma-spacing)
(#772) A space is required after ','. (comma-spacing)
(#772) Missing whitespace after semicolon. (semi-spacing)
(#772) Missing whitespace after semicolon. (semi-spacing)
(#772) Missing whitespace after semicolon. (semi-spacing)
(#772) Requires a space before '}'. (block-spacing)
(#772) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#772) Missing semicolon. (semi)
(#772) Missing whitespace after semicolon. (semi-spacing)
(#772) Operator '=' must be spaced. (space-infix-ops)
(#772) Requires a space after '{'. (block-spacing)
(#772) Statement inside of curly braces should be on next line. (brace-style)
(#772) Missing space before opening brace. (space-before-blocks)
(#772) Missing whitespace after semicolon. (semi-spacing)
(#772) A space is required after ','. (comma-spacing)
(#773) This line has a length of 532. Maximum allowed is 132. (max-len)
(#773) Missing whitespace after semicolon. (semi-spacing)
(#773) A space is required after ','. (comma-spacing)
(#773) Missing whitespace after semicolon. (semi-spacing)
(#773) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#773) A space is required after ','. (comma-spacing)
(#773) Missing whitespace after semicolon. (semi-spacing)
(#773) A space is required after ','. (comma-spacing)
(#773) Missing whitespace after semicolon. (semi-spacing)
(#773) A space is required after ','. (comma-spacing)
(#773) Missing whitespace after semicolon. (semi-spacing)
(#773) A space is required after ','. (comma-spacing)
(#773) Missing whitespace after semicolon. (semi-spacing)
(#773) Missing whitespace after semicolon. (semi-spacing)
(#773) A space is required after ','. (comma-spacing)
(#773) Missing whitespace after semicolon. (semi-spacing)
(#774) This line has a length of 524. Maximum allowed is 132. (max-len)
(#774) A space is required after ','. (comma-spacing)
(#774) Missing whitespace after semicolon. (semi-spacing)
(#774) Missing whitespace after semicolon. (semi-spacing)
(#774) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#774) Missing whitespace after semicolon. (semi-spacing)
(#774) Missing whitespace after semicolon. (semi-spacing)
(#774) A space is required after ','. (comma-spacing)
(#774) A space is required after ','. (comma-spacing)
(#774) Missing whitespace after semicolon. (semi-spacing)
(#774) Missing whitespace after semicolon. (semi-spacing)
(#774) Requires a space before '}'. (block-spacing)
(#774) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#774) Missing semicolon. (semi)
(#774) Missing whitespace after semicolon. (semi-spacing)
(#774) Operator '=' must be spaced. (space-infix-ops)
(#774) Requires a space after '{'. (block-spacing)
(#774) Statement inside of curly braces should be on next line. (brace-style)
(#774) Missing space before opening brace. (space-before-blocks)
(#774) Operator '=' must be spaced. (space-infix-ops)
(#774) Missing whitespace after semicolon. (semi-spacing)
(#774) A space is required after ','. (comma-spacing)
(#774) A space is required after ','. (comma-spacing)
(#774) A space is required after ','. (comma-spacing)
(#774) Missing whitespace after semicolon. (semi-spacing)
(#774) A space is required after ','. (comma-spacing)
(#775) This line has a length of 505. Maximum allowed is 132. (max-len)
(#775) Missing whitespace after semicolon. (semi-spacing)
(#775) Unexpected use of '|'. (no-bitwise)
(#775) Operator '|' must be spaced. (space-infix-ops)
(#775) Missing whitespace after semicolon. (semi-spacing)
(#775) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#775) Missing whitespace after semicolon. (semi-spacing)
(#775) A space is required after ','. (comma-spacing)
(#775) A space is required after ','. (comma-spacing)
(#775) Missing whitespace after semicolon. (semi-spacing)
(#775) Unexpected use of '|'. (no-bitwise)
(#775) Operator '|' must be spaced. (space-infix-ops)
(#775) Missing whitespace after semicolon. (semi-spacing)
(#775) Missing whitespace after semicolon. (semi-spacing)
(#775) A space is required after ','. (comma-spacing)
(#775) A space is required after ','. (comma-spacing)
(#775) Missing whitespace after semicolon. (semi-spacing)
(#775) Unexpected use of '|'. (no-bitwise)
(#775) Operator '|' must be spaced. (space-infix-ops)
(#775) Missing whitespace after semicolon. (semi-spacing)
(#775) Missing whitespace after semicolon. (semi-spacing)
(#775) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#775) Operator '&&' must be spaced. (space-infix-ops)
(#775) Operator '?' must be spaced. (space-infix-ops)
(#776) This line has a length of 516. Maximum allowed is 132. (max-len)
(#776) A space is required after ','. (comma-spacing)
(#776) A space is required after ','. (comma-spacing)
(#776) A space is required after ','. (comma-spacing)
(#776) A space is required after ','. (comma-spacing)
(#776) Operator ':' must be spaced. (space-infix-ops)
(#776) A space is required after ','. (comma-spacing)
(#776) A space is required after ','. (comma-spacing)
(#776) A space is required after ','. (comma-spacing)
(#776) A space is required after ','. (comma-spacing)
(#776) A space is required after ','. (comma-spacing)
(#776) A space is required after ','. (comma-spacing)
(#776) A space is required after ','. (comma-spacing)
(#776) Missing whitespace after semicolon. (semi-spacing)
(#776) A space is required after ','. (comma-spacing)
(#776) A space is required after ','. (comma-spacing)
(#776) Missing whitespace after semicolon. (semi-spacing)
(#776) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#776) A space is required after ','. (comma-spacing)
(#776) A space is required after ','. (comma-spacing)
(#776) A space is required after ','. (comma-spacing)
(#776) Missing whitespace after semicolon. (semi-spacing)
(#776) Missing whitespace after semicolon. (semi-spacing)
(#776) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#776) Operator '&&' must be spaced. (space-infix-ops)
(#777) This line has a length of 539. Maximum allowed is 132. (max-len)
(#777) A space is required after ','. (comma-spacing)
(#777) A space is required after ','. (comma-spacing)
(#777) A space is required after ','. (comma-spacing)
(#777) Missing whitespace after semicolon. (semi-spacing)
(#777) A space is required after ','. (comma-spacing)
(#777) A space is required after ','. (comma-spacing)
(#777) Missing whitespace after semicolon. (semi-spacing)
(#777) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#777) Missing whitespace after semicolon. (semi-spacing)
(#777) Missing whitespace after semicolon. (semi-spacing)
(#777) A space is required after ','. (comma-spacing)
(#777) Missing whitespace after semicolon. (semi-spacing)
(#777) A space is required after ','. (comma-spacing)
(#777) Missing whitespace after semicolon. (semi-spacing)
(#777) A space is required after ','. (comma-spacing)
(#777) Missing whitespace after semicolon. (semi-spacing)
(#777) A space is required after ','. (comma-spacing)
(#777) Missing whitespace after semicolon. (semi-spacing)
(#777) Missing whitespace after semicolon. (semi-spacing)
(#778) This line has a length of 519. Maximum allowed is 132. (max-len)
(#778) Missing whitespace after semicolon. (semi-spacing)
(#778) Missing whitespace after semicolon. (semi-spacing)
(#778) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#778) A space is required after ','. (comma-spacing)
(#778) Missing whitespace after semicolon. (semi-spacing)
(#778) Missing whitespace after semicolon. (semi-spacing)
(#778) A space is required after ','. (comma-spacing)
(#778) Missing whitespace after semicolon. (semi-spacing)
(#778) Missing whitespace after semicolon. (semi-spacing)
(#778) A space is required after ','. (comma-spacing)
(#778) Missing whitespace after semicolon. (semi-spacing)
(#778) Missing whitespace after semicolon. (semi-spacing)
(#778) Missing whitespace after semicolon. (semi-spacing)
(#778) Missing whitespace after semicolon. (semi-spacing)
(#779) This line has a length of 522. Maximum allowed is 132. (max-len)
(#779) A space is required after ','. (comma-spacing)
(#779) Missing whitespace after semicolon. (semi-spacing)
(#779) Missing whitespace after semicolon. (semi-spacing)
(#779) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#779) Missing whitespace after semicolon. (semi-spacing)
(#779) A space is required after ','. (comma-spacing)
(#779) A space is required after ','. (comma-spacing)
(#779) Missing whitespace after semicolon. (semi-spacing)
(#779) Unexpected use of '|'. (no-bitwise)
(#779) Operator '|' must be spaced. (space-infix-ops)
(#779) Missing whitespace after semicolon. (semi-spacing)
(#779) A space is required after ','. (comma-spacing)
(#779) A space is required after ','. (comma-spacing)
(#779) A space is required after ','. (comma-spacing)
(#779) Missing whitespace after semicolon. (semi-spacing)
(#779) A space is required after ','. (comma-spacing)
(#779) Missing whitespace after semicolon. (semi-spacing)
(#779) Missing whitespace after semicolon. (semi-spacing)
(#779) A space is required after ','. (comma-spacing)
(#780) This line has a length of 522. Maximum allowed is 132. (max-len)
(#780) Missing whitespace after semicolon. (semi-spacing)
(#780) A space is required after ','. (comma-spacing)
(#780) Missing whitespace after semicolon. (semi-spacing)
(#780) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#780) A space is required after ','. (comma-spacing)
(#780) Missing whitespace after semicolon. (semi-spacing)
(#780) A space is required after ','. (comma-spacing)
(#780) Missing whitespace after semicolon. (semi-spacing)
(#780) A space is required after ','. (comma-spacing)
(#780) Missing whitespace after semicolon. (semi-spacing)
(#780) A space is required after ','. (comma-spacing)
(#780) Missing whitespace after semicolon. (semi-spacing)
(#780) A space is required after ','. (comma-spacing)
(#780) Missing whitespace after semicolon. (semi-spacing)
(#780) A space is required after ','. (comma-spacing)
(#781) This line has a length of 505. Maximum allowed is 132. (max-len)
(#781) Missing whitespace after semicolon. (semi-spacing)
(#781) Missing whitespace after semicolon. (semi-spacing)
(#781) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#781) A space is required after ','. (comma-spacing)
(#781) A space is required after ','. (comma-spacing)
(#781) Missing whitespace after semicolon. (semi-spacing)
(#781) Missing whitespace after semicolon. (semi-spacing)
(#781) Missing whitespace after semicolon. (semi-spacing)
(#781) A space is required after ','. (comma-spacing)
(#781) A space is required after ','. (comma-spacing)
(#781) Missing whitespace after semicolon. (semi-spacing)
(#781) Missing whitespace after semicolon. (semi-spacing)
(#781) A space is required after ','. (comma-spacing)
(#781) A space is required after ','. (comma-spacing)
(#781) A space is required after ','. (comma-spacing)
(#781) Missing whitespace after semicolon. (semi-spacing)
(#781) A space is required after ','. (comma-spacing)
(#781) Missing whitespace after semicolon. (semi-spacing)
(#781) Unexpected use of '|'. (no-bitwise)
(#781) Operator '|' must be spaced. (space-infix-ops)
(#782) This line has a length of 501. Maximum allowed is 132. (max-len)
(#782) A space is required after ','. (comma-spacing)
(#782) A space is required after ','. (comma-spacing)
(#782) A space is required after ','. (comma-spacing)
(#782) Missing whitespace after semicolon. (semi-spacing)
(#782) A space is required after ','. (comma-spacing)
(#782) Missing whitespace after semicolon. (semi-spacing)
(#782) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#782) Missing whitespace after semicolon. (semi-spacing)
(#782) Missing whitespace after semicolon. (semi-spacing)
(#782) Missing whitespace after semicolon. (semi-spacing)
(#782) A space is required after ','. (comma-spacing)
(#782) A space is required after ','. (comma-spacing)
(#782) Missing whitespace after semicolon. (semi-spacing)
(#782) Missing whitespace after semicolon. (semi-spacing)
(#782) Requires a space before '}'. (block-spacing)
(#782) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#782) Missing semicolon. (semi)
(#782) Missing whitespace after semicolon. (semi-spacing)
(#782) Operator '=' must be spaced. (space-infix-ops)
(#782) Requires a space after '{'. (block-spacing)
(#782) Statement inside of curly braces should be on next line. (brace-style)
(#782) Missing space before opening brace. (space-before-blocks)
(#782) A space is required after ','. (comma-spacing)
(#783) This line has a length of 525. Maximum allowed is 132. (max-len)
(#783) Unexpected use of '|'. (no-bitwise)
(#783) Operator '|' must be spaced. (space-infix-ops)
(#783) Missing whitespace after semicolon. (semi-spacing)
(#783) A space is required after ','. (comma-spacing)
(#783) A space is required after ','. (comma-spacing)
(#783) A space is required after ','. (comma-spacing)
(#783) Missing whitespace after semicolon. (semi-spacing)
(#783) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#783) Missing whitespace after semicolon. (semi-spacing)
(#783) Requires a space before '}'. (block-spacing)
(#783) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#783) Missing semicolon. (semi)
(#783) Missing whitespace after semicolon. (semi-spacing)
(#783) Operator '=' must be spaced. (space-infix-ops)
(#783) Requires a space after '{'. (block-spacing)
(#783) Statement inside of curly braces should be on next line. (brace-style)
(#783) Missing space before opening brace. (space-before-blocks)
(#783) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#783) Operator '&&' must be spaced. (space-infix-ops)
(#783) Operator '=' must be spaced. (space-infix-ops)
(#783) A space is required after ','. (comma-spacing)
(#783) A space is required after ','. (comma-spacing)
(#783) A space is required after ','. (comma-spacing)
(#783) Operator '=' must be spaced. (space-infix-ops)
(#783) A space is required after ','. (comma-spacing)
(#783) Operator '=' must be spaced. (space-infix-ops)
(#783) A space is required after ','. (comma-spacing)
(#783) A space is required after ','. (comma-spacing)
(#783) Operator '=' must be spaced. (space-infix-ops)
(#783) A space is required after ','. (comma-spacing)
(#783) A space is required after ','. (comma-spacing)
(#783) A space is required after ','. (comma-spacing)
(#783) Operator '&&' must be spaced. (space-infix-ops)
(#784) This line has a length of 514. Maximum allowed is 132. (max-len)
(#784) Operator '||' must be spaced. (space-infix-ops)
(#784) Operator '?' must be spaced. (space-infix-ops)
(#784) Operator ':' must be spaced. (space-infix-ops)
(#784) Requires a space before '}'. (block-spacing)
(#784) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#784) Missing semicolon. (semi)
(#784) Missing whitespace after semicolon. (semi-spacing)
(#784) Operator '=' must be spaced. (space-infix-ops)
(#784) A space is required after ','. (comma-spacing)
(#784) A space is required after ','. (comma-spacing)
(#784) A space is required after ','. (comma-spacing)
(#784) Requires a space after '{'. (block-spacing)
(#784) Statement inside of curly braces should be on next line. (brace-style)
(#784) Missing space before opening brace. (space-before-blocks)
(#784) Expected space(s) after "if". (keyword-spacing)
(#784) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#784) Requires a space after '{'. (block-spacing)
(#784) Statement inside of curly braces should be on next line. (brace-style)
(#784) Missing space before opening brace. (space-before-blocks)
(#784) Operator '=' must be spaced. (space-infix-ops)
(#784) Operator '-' must be spaced. (space-infix-ops)
(#784) Missing whitespace after semicolon. (semi-spacing)
(#784) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#784) Operator '!==' must be spaced. (space-infix-ops)
(#784) Operator '&&' must be spaced. (space-infix-ops)
(#784) Operator '*=' must be spaced. (space-infix-ops)
(#784) A space is required after ','. (comma-spacing)
(#784) Operator '*=' must be spaced. (space-infix-ops)
(#784) Missing whitespace after semicolon. (semi-spacing)
(#784) A space is required after ','. (comma-spacing)
(#784) A space is required after ','. (comma-spacing)
(#784) Missing whitespace after semicolon. (semi-spacing)
(#784) Operator '=' must be spaced. (space-infix-ops)
(#784) Missing whitespace after semicolon. (semi-spacing)
(#784) Missing whitespace after semicolon. (semi-spacing)
(#784) Operator '=' must be spaced. (space-infix-ops)
(#784) Missing whitespace after semicolon. (semi-spacing)
(#784) A space is required after ','. (comma-spacing)
(#784) A space is required after ','. (comma-spacing)
(#784) A space is required after ','. (comma-spacing)
(#784) Missing whitespace after semicolon. (semi-spacing)
(#784) A space is required after ','. (comma-spacing)
(#785) This line has a length of 502. Maximum allowed is 132. (max-len)
(#785) Missing whitespace after semicolon. (semi-spacing)
(#785) Unexpected use of '|'. (no-bitwise)
(#785) Operator '|' must be spaced. (space-infix-ops)
(#785) Missing whitespace after semicolon. (semi-spacing)
(#785) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#785) A space is required after ','. (comma-spacing)
(#785) Missing whitespace after semicolon. (semi-spacing)
(#785) Missing whitespace after semicolon. (semi-spacing)
(#785) Expected space(s) after "for". (keyword-spacing)
(#785) Operator '=' must be spaced. (space-infix-ops)
(#785) A space is required after ','. (comma-spacing)
(#785) Operator '=' must be spaced. (space-infix-ops)
(#785) A space is required after ','. (comma-spacing)
(#785) Operator '=' must be spaced. (space-infix-ops)
(#785) Missing whitespace after semicolon. (semi-spacing)
(#785) Operator '<' must be spaced. (space-infix-ops)
(#785) Missing whitespace after semicolon. (semi-spacing)
(#785) Expected { after 'for' condition. (curly)
(#785) Expected space(s) before "this". (keyword-spacing)
(#785) A space is required after ','. (comma-spacing)
(#785) A space is required after ','. (comma-spacing)
(#785) A space is required after ','. (comma-spacing)
(#785) A space is required after ','. (comma-spacing)
(#785) Missing whitespace after semicolon. (semi-spacing)
(#785) Missing whitespace after semicolon. (semi-spacing)
(#785) Missing whitespace after semicolon. (semi-spacing)
(#785) Operator '=' must be spaced. (space-infix-ops)
(#785) 'Uint8Array' is not defined. (no-undef)
(#785) Missing whitespace after semicolon. (semi-spacing)
(#785) Operator '-' must be spaced. (space-infix-ops)
(#785) A space is required after ','. (comma-spacing)
(#785) Operator '+' must be spaced. (space-infix-ops)
(#785) A space is required after ','. (comma-spacing)
(#785) A space is required after ','. (comma-spacing)
(#785) A space is required after ','. (comma-spacing)
(#785) A space is required after ','. (comma-spacing)
(#785) A space is required after ','. (comma-spacing)
(#785) Missing whitespace after semicolon. (semi-spacing)
(#785) Operator '=' must be spaced. (space-infix-ops)
(#785) Missing whitespace after semicolon. (semi-spacing)
(#785) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#785) Operator '<' must be spaced. (space-infix-ops)
(#785) Operator '&&' must be spaced. (space-infix-ops)
(#785) Operator '=' must be spaced. (space-infix-ops)
(#785) 'f' used outside of binding context. (block-scoped-var)
(#785) Unexpected use of '|'. (no-bitwise)
(#785) Unexpected use of '|'. (no-bitwise)
(#785) Operator '|' must be spaced. (space-infix-ops)
(#785) Unexpected use of '<<'. (no-bitwise)
(#785) Operator '<<' must be spaced. (space-infix-ops)
(#785) Operator '|' must be spaced. (space-infix-ops)
(#786) This line has a length of 507. Maximum allowed is 132. (max-len)
(#786) Unexpected use of '<<'. (no-bitwise)
(#786) Operator '<<' must be spaced. (space-infix-ops)
(#786) Missing whitespace after semicolon. (semi-spacing)
(#786) A space is required after ','. (comma-spacing)
(#786) Missing whitespace after semicolon. (semi-spacing)
(#786) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#786) A space is required after ','. (comma-spacing)
(#786) A space is required after ','. (comma-spacing)
(#786) A space is required after ','. (comma-spacing)
(#786) Missing whitespace after semicolon. (semi-spacing)
(#786) Requires a space before '}'. (block-spacing)
(#786) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#786) Missing semicolon. (semi)
(#786) Expected space(s) before "return". (keyword-spacing)
(#786) Requires a space before '}'. (block-spacing)
(#786) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#786) Missing semicolon. (semi)
(#786) Missing whitespace after semicolon. (semi-spacing)
(#786) Operator '=' must be spaced. (space-infix-ops)
(#786) Requires a space after '{'. (block-spacing)
(#786) Statement inside of curly braces should be on next line. (brace-style)
(#786) Missing space before opening brace. (space-before-blocks)
(#786) Expected space(s) after "for". (keyword-spacing)
(#786) Operator '=' must be spaced. (space-infix-ops)
(#786) Missing '()' invoking a constructor. (new-parens)
(#786) A space is required after ','. (comma-spacing)
(#786) Operator '=' must be spaced. (space-infix-ops)
(#786) A space is required after ','. (comma-spacing)
(#786) Operator '=' must be spaced. (space-infix-ops)
(#786) Missing whitespace after semicolon. (semi-spacing)
(#786) Operator '<' must be spaced. (space-infix-ops)
(#786) Missing whitespace after semicolon. (semi-spacing)
(#786) Expected { after 'for' condition. (curly)
(#786) Missing whitespace after semicolon. (semi-spacing)
(#786) 'y' used outside of binding context. (block-scoped-var)
(#786) Operator '/=' must be spaced. (space-infix-ops)
(#786) Missing whitespace after semicolon. (semi-spacing)
(#786) 'y' used outside of binding context. (block-scoped-var)
(#786) Operator '/=' must be spaced. (space-infix-ops)
(#786) Missing whitespace after semicolon. (semi-spacing)
(#786) 'x' used outside of binding context. (block-scoped-var)
(#786) Operator '=' must be spaced. (space-infix-ops)
(#786) Missing whitespace after semicolon. (semi-spacing)
(#786) Expected space(s) after "for". (keyword-spacing)
(#786) 'A' used outside of binding context. (block-scoped-var)
(#786) Operator '=' must be spaced. (space-infix-ops)
(#786) Missing whitespace after semicolon. (semi-spacing)
(#786) 'x' used outside of binding context. (block-scoped-var)
(#786) Operator '<' must be spaced. (space-infix-ops)
(#786) 'A' used outside of binding context. (block-scoped-var)
(#786) Missing whitespace after semicolon. (semi-spacing)
(#786) 'x' used outside of binding context. (block-scoped-var)
(#786) Requires a space after '{'. (block-spacing)
(#786) Statement inside of curly braces should be on next line. (brace-style)
(#786) Missing space before opening brace. (space-before-blocks)
(#786) Expected space(s) after "for". (keyword-spacing)
(#786) Operator '=' must be spaced. (space-infix-ops)
(#786) 'x' used outside of binding context. (block-scoped-var)
(#786) A space is required after ','. (comma-spacing)
(#786) Operator '=' must be spaced. (space-infix-ops)
(#786) A space is required after ','. (comma-spacing)
(#786) Operator '=' must be spaced. (space-infix-ops)
(#786) Missing whitespace after semicolon. (semi-spacing)
(#786) Operator '<' must be spaced. (space-infix-ops)
(#786) Missing whitespace after semicolon. (semi-spacing)
(#786) Expected { after 'for' condition. (curly)
(#786) 'y' used outside of binding context. (block-scoped-var)
(#786) Missing whitespace after semicolon. (semi-spacing)
(#786) Expected space(s) after "if". (keyword-spacing)
(#786) 'H' used outside of binding context. (block-scoped-var)
(#786) Operator '&&' must be spaced. (space-infix-ops)
(#786) 'H' used outside of binding context. (block-scoped-var)
(#786) Expected { after 'if' condition. (curly)
(#786) Expected space(s) before "for". (keyword-spacing)
(#786) Expected space(s) after "for". (keyword-spacing)
(#786) 'a' used outside of binding context. (block-scoped-var)
(#786) Operator '=' must be spaced. (space-infix-ops)
(#786) A space is required after ','. (comma-spacing)
(#786) 'f' used outside of binding context. (block-scoped-var)
(#786) Operator '=' must be spaced. (space-infix-ops)
(#786) 'H' used outside of binding context. (block-scoped-var)
(#786) Missing whitespace after semicolon. (semi-spacing)
(#786) 'a' used outside of binding context. (block-scoped-var)
(#786) Operator '<' must be spaced. (space-infix-ops)
(#786) 'f' used outside of binding context. (block-scoped-var)
(#786) Missing whitespace after semicolon. (semi-spacing)
(#786) 'a' used outside of binding context. (block-scoped-var)
(#786) Expected { after 'for' condition. (curly)
(#786) Expected space(s) before "for". (keyword-spacing)
(#786) Expected space(s) after "for". (keyword-spacing)
(#786) Operator '=' must be spaced. (space-infix-ops)
(#786) 'H' used outside of binding context. (block-scoped-var)
(#786) 'a' used outside of binding context. (block-scoped-var)
(#786) A space is required after ','. (comma-spacing)
(#786) Operator '=' must be spaced. (space-infix-ops)
(#786) A space is required after ','. (comma-spacing)
(#786) Operator '=' must be spaced. (space-infix-ops)
(#786) Missing whitespace after semicolon. (semi-spacing)
(#786) Operator '<' must be spaced. (space-infix-ops)
(#787) This line has a length of 511. Maximum allowed is 132. (max-len)
(#787) Missing whitespace after semicolon. (semi-spacing)
(#787) Requires a space after '{'. (block-spacing)
(#787) Statement inside of curly braces should be on next line. (brace-style)
(#787) Missing space before opening brace. (space-before-blocks)
(#787) Operator '=' must be spaced. (space-infix-ops)
(#787) Missing whitespace after semicolon. (semi-spacing)
(#787) 'y' used outside of binding context. (block-scoped-var)
(#787) Missing whitespace after semicolon. (semi-spacing)
(#787) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#787) 'y' used outside of binding context. (block-scoped-var)
(#787) Missing whitespace after semicolon. (semi-spacing)
(#787) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#787) Operator '&&' must be spaced. (space-infix-ops)
(#787) 'y' used outside of binding context. (block-scoped-var)
(#787) A space is required after ','. (comma-spacing)
(#787) 'y' used outside of binding context. (block-scoped-var)
(#787) A space is required after ','. (comma-spacing)
(#787) 'y' used outside of binding context. (block-scoped-var)
(#787) Requires a space before '}'. (block-spacing)
(#787) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#787) Missing semicolon. (semi)
(#787) Requires a space before '}'. (block-spacing)
(#787) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#787) Requires a space before '}'. (block-spacing)
(#787) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#787) Missing whitespace after semicolon. (semi-spacing)
(#787) Operator '=' must be spaced. (space-infix-ops)
(#787) Requires a space after '{'. (block-spacing)
(#787) Statement inside of curly braces should be on next line. (brace-style)
(#787) Missing space before opening brace. (space-before-blocks)
(#787) Operator '&&' must be spaced. (space-infix-ops)
(#787) Requires a space before '}'. (block-spacing)
(#787) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#787) Missing semicolon. (semi)
(#787) Missing whitespace after semicolon. (semi-spacing)
(#787) Operator '=' must be spaced. (space-infix-ops)
(#787) A space is required after ','. (comma-spacing)
(#787) A space is required after ','. (comma-spacing)
(#787) Requires a space after '{'. (block-spacing)
(#787) Statement inside of curly braces should be on next line. (brace-style)
(#787) Missing space before opening brace. (space-before-blocks)
(#787) A space is required after ','. (comma-spacing)
(#787) A space is required after ','. (comma-spacing)
(#787) A space is required after ','. (comma-spacing)
(#787) Missing whitespace after semicolon. (semi-spacing)
(#787) Expected space(s) after "try". (keyword-spacing)
(#787) Requires a space after '{'. (block-spacing)
(#787) Statement inside of curly braces should be on next line. (brace-style)
(#787) Operator '=' must be spaced. (space-infix-ops)
(#787) Missing whitespace after semicolon. (semi-spacing)
(#787) Operator '=' must be spaced. (space-infix-ops)
(#787) Missing whitespace after semicolon. (semi-spacing)
(#787) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#787) Operator '||' must be spaced. (space-infix-ops)
(#787) Operator '=' must be spaced. (space-infix-ops)
(#787) Requires a space before '}'. (block-spacing)
(#787) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#787) Missing semicolon. (semi)
(#787) Expected space(s) before "catch". (keyword-spacing)
(#787) Expected space(s) after "catch". (keyword-spacing)
(#787) Empty block statement. (no-empty)
(#787) Missing space before opening brace. (space-before-blocks)
(#787) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#787) Expected space(s) before "this". (keyword-spacing)
(#787) Operator '?' must be spaced. (space-infix-ops)
(#787) Operator '!==' must be spaced. (space-infix-ops)
(#787) Operator '&&' must be spaced. (space-infix-ops)
(#787) Operator '===' must be spaced. (space-infix-ops)
(#787) Operator '&&' must be spaced. (space-infix-ops)
(#787) Operator '=' must be spaced. (space-infix-ops)
(#787) Operator '+' must be spaced. (space-infix-ops)
(#787) A space is required after ','. (comma-spacing)
(#787) Operator '=' must be spaced. (space-infix-ops)
(#788) This line has a length of 526. Maximum allowed is 132. (max-len)
(#788) Operator '+' must be spaced. (space-infix-ops)
(#788) A space is required after ','. (comma-spacing)
(#788) Operator '=' must be spaced. (space-infix-ops)
(#788) Operator '*' must be spaced. (space-infix-ops)
(#788) A space is required after ','. (comma-spacing)
(#788) Operator '=' must be spaced. (space-infix-ops)
(#788) Operator '*' must be spaced. (space-infix-ops)
(#788) A space is required after ','. (comma-spacing)
(#788) A space is required after ','. (comma-spacing)
(#788) A space is required after ','. (comma-spacing)
(#788) A space is required after ','. (comma-spacing)
(#788) A space is required after ','. (comma-spacing)
(#788) A space is required after ','. (comma-spacing)
(#788) A space is required after ','. (comma-spacing)
(#788) A space is required after ','. (comma-spacing)
(#788) Operator '=' must be spaced. (space-infix-ops)
(#788) A space is required after ','. (comma-spacing)
(#788) Operator '=' must be spaced. (space-infix-ops)
(#788) A space is required after ','. (comma-spacing)
(#788) Operator '=' must be spaced. (space-infix-ops)
(#788) Missing '()' invoking a constructor. (new-parens)
(#788) A space is required after ','. (comma-spacing)
(#788) Operator '=' must be spaced. (space-infix-ops)
(#788) Missing '()' invoking a constructor. (new-parens)
(#788) A space is required after ','. (comma-spacing)
(#788) Operator '=' must be spaced. (space-infix-ops)
(#788) A space is required after ','. (comma-spacing)
(#789) This line has a length of 516. Maximum allowed is 132. (max-len)
(#789) A space is required after ','. (comma-spacing)
(#789) Operator '=' must be spaced. (space-infix-ops)
(#789) Operator '||' must be spaced. (space-infix-ops)
(#789) A space is required after ','. (comma-spacing)
(#789) A space is required after ','. (comma-spacing)
(#789) A space is required after ','. (comma-spacing)
(#789) A space is required after ','. (comma-spacing)
(#789) Operator '=' must be spaced. (space-infix-ops)
(#789) Operator '||' must be spaced. (space-infix-ops)
(#789) Operator '||' must be spaced. (space-infix-ops)
(#789) A space is required after ','. (comma-spacing)
(#789) Operator '=' must be spaced. (space-infix-ops)
(#789) Operator '||' must be spaced. (space-infix-ops)
(#789) Operator '||' must be spaced. (space-infix-ops)
(#790) This line has a length of 515. Maximum allowed is 132. (max-len)
(#790) Operator '=' must be spaced. (space-infix-ops)
(#790) Missing '()' invoking a constructor. (new-parens)
(#790) A space is required after ','. (comma-spacing)
(#790) Operator '=' must be spaced. (space-infix-ops)
(#790) Missing '()' invoking a constructor. (new-parens)
(#790) A space is required after ','. (comma-spacing)
(#790) A space is required after ','. (comma-spacing)
(#790) A space is required after ','. (comma-spacing)
(#790) A space is required after ','. (comma-spacing)
(#790) A space is required after ','. (comma-spacing)
(#790) Operator '=' must be spaced. (space-infix-ops)
(#790) Missing '()' invoking a constructor. (new-parens)
(#790) A space is required after ','. (comma-spacing)
(#790) A space is required after ','. (comma-spacing)
(#790) A space is required after ','. (comma-spacing)
(#790) Operator '=' must be spaced. (space-infix-ops)
(#790) Missing '()' invoking a constructor. (new-parens)
(#790) A space is required after ','. (comma-spacing)
(#790) A space is required after ','. (comma-spacing)
(#790) A space is required after ','. (comma-spacing)
(#790) A space is required after ','. (comma-spacing)
(#790) A space is required after ','. (comma-spacing)
(#791) This line has a length of 511. Maximum allowed is 132. (max-len)
(#791) Operator '=' must be spaced. (space-infix-ops)
(#791) Missing '()' invoking a constructor. (new-parens)
(#791) A space is required after ','. (comma-spacing)
(#791) Operator '=' must be spaced. (space-infix-ops)
(#791) Missing '()' invoking a constructor. (new-parens)
(#791) A space is required after ','. (comma-spacing)
(#791) Operator '=' must be spaced. (space-infix-ops)
(#791) Missing '()' invoking a constructor. (new-parens)
(#791) A space is required after ','. (comma-spacing)
(#791) A space is required after ','. (comma-spacing)
(#791) Operator '?' must be spaced. (space-infix-ops)
(#791) A space is required after ','. (comma-spacing)
(#791) A space is required after ','. (comma-spacing)
(#791) A space is required after ','. (comma-spacing)
(#791) A space is required after ','. (comma-spacing)
(#791) A space is required after ','. (comma-spacing)
(#791) A space is required after ','. (comma-spacing)
(#791) A space is required after ','. (comma-spacing)
(#792) This line has a length of 503. Maximum allowed is 132. (max-len)
(#792) Operator ':' must be spaced. (space-infix-ops)
(#792) A space is required after ','. (comma-spacing)
(#792) A space is required after ','. (comma-spacing)
(#792) A space is required after ','. (comma-spacing)
(#792) A space is required after ','. (comma-spacing)
(#792) A space is required after ','. (comma-spacing)
(#792) A space is required after ','. (comma-spacing)
(#792) A space is required after ','. (comma-spacing)
(#792) A space is required after ','. (comma-spacing)
(#792) A space is required after ','. (comma-spacing)
(#792) A space is required after ','. (comma-spacing)
(#792) Operator '&&' must be spaced. (space-infix-ops)
(#792) Operator '=' must be spaced. (space-infix-ops)
(#792) Missing '()' invoking a constructor. (new-parens)
(#792) A space is required after ','. (comma-spacing)
(#792) A space is required after ','. (comma-spacing)
(#793) This line has a length of 506. Maximum allowed is 132. (max-len)
(#793) A space is required after ','. (comma-spacing)
(#793) Operator '=' must be spaced. (space-infix-ops)
(#793) Missing '()' invoking a constructor. (new-parens)
(#793) A space is required after ','. (comma-spacing)
(#793) A space is required after ','. (comma-spacing)
(#793) A space is required after ','. (comma-spacing)
(#793) A space is required after ','. (comma-spacing)
(#793) Operator '=' must be spaced. (space-infix-ops)
(#793) Missing '()' invoking a constructor. (new-parens)
(#793) A space is required after ','. (comma-spacing)
(#793) A space is required after ','. (comma-spacing)
(#793) A space is required after ','. (comma-spacing)
(#793) A space is required after ','. (comma-spacing)
(#793) Operator '=' must be spaced. (space-infix-ops)
(#793) Missing '()' invoking a constructor. (new-parens)
(#793) A space is required after ','. (comma-spacing)
(#793) A space is required after ','. (comma-spacing)
(#793) A space is required after ','. (comma-spacing)
(#793) A space is required after ','. (comma-spacing)
(#793) Operator '=' must be spaced. (space-infix-ops)
(#793) Missing '()' invoking a constructor. (new-parens)
(#793) A space is required after ','. (comma-spacing)
(#793) A space is required after ','. (comma-spacing)
(#793) A space is required after ','. (comma-spacing)
(#793) A space is required after ','. (comma-spacing)
(#793) Operator '=' must be spaced. (space-infix-ops)
(#793) Missing '()' invoking a constructor. (new-parens)
(#793) A space is required after ','. (comma-spacing)
(#793) A space is required after ','. (comma-spacing)
(#793) A space is required after ','. (comma-spacing)
(#794) This line has a length of 527. Maximum allowed is 132. (max-len)
(#794) Operator '=' must be spaced. (space-infix-ops)
(#794) Missing '()' invoking a constructor. (new-parens)
(#794) A space is required after ','. (comma-spacing)
(#794) A space is required after ','. (comma-spacing)
(#794) A space is required after ','. (comma-spacing)
(#794) A space is required after ','. (comma-spacing)
(#794) Operator '=' must be spaced. (space-infix-ops)
(#794) Missing '()' invoking a constructor. (new-parens)
(#794) A space is required after ','. (comma-spacing)
(#794) A space is required after ','. (comma-spacing)
(#794) A space is required after ','. (comma-spacing)
(#794) A space is required after ','. (comma-spacing)
(#794) Operator '=' must be spaced. (space-infix-ops)
(#794) Missing '()' invoking a constructor. (new-parens)
(#794) A space is required after ','. (comma-spacing)
(#794) A space is required after ','. (comma-spacing)
(#794) A space is required after ','. (comma-spacing)
(#794) A space is required after ','. (comma-spacing)
(#794) A space is required after ','. (comma-spacing)
(#794) A space is required after ','. (comma-spacing)
(#794) Operator '=' must be spaced. (space-infix-ops)
(#794) Missing '()' invoking a constructor. (new-parens)
(#794) A space is required after ','. (comma-spacing)
(#794) A space is required after ','. (comma-spacing)
(#795) This line has a length of 508. Maximum allowed is 132. (max-len)
(#795) A space is required after ','. (comma-spacing)
(#795) A space is required after ','. (comma-spacing)
(#795) A space is required after ','. (comma-spacing)
(#795) Operator '=' must be spaced. (space-infix-ops)
(#795) Missing '()' invoking a constructor. (new-parens)
(#795) A space is required after ','. (comma-spacing)
(#795) A space is required after ','. (comma-spacing)
(#795) A space is required after ','. (comma-spacing)
(#795) A space is required after ','. (comma-spacing)
(#795) A space is required after ','. (comma-spacing)
(#795) A space is required after ','. (comma-spacing)
(#795) Operator '=' must be spaced. (space-infix-ops)
(#795) Missing '()' invoking a constructor. (new-parens)
(#795) A space is required after ','. (comma-spacing)
(#795) A space is required after ','. (comma-spacing)
(#795) A space is required after ','. (comma-spacing)
(#795) A space is required after ','. (comma-spacing)
(#795) Operator '=' must be spaced. (space-infix-ops)
(#796) This line has a length of 546. Maximum allowed is 132. (max-len)
(#796) Missing '()' invoking a constructor. (new-parens)
(#796) A space is required after ','. (comma-spacing)
(#796) A space is required after ','. (comma-spacing)
(#796) A space is required after ','. (comma-spacing)
(#796) A space is required after ','. (comma-spacing)
(#796) Operator '=' must be spaced. (space-infix-ops)
(#796) Missing '()' invoking a constructor. (new-parens)
(#796) A space is required after ','. (comma-spacing)
(#796) A space is required after ','. (comma-spacing)
(#796) A space is required after ','. (comma-spacing)
(#796) A space is required after ','. (comma-spacing)
(#796) Operator '=' must be spaced. (space-infix-ops)
(#796) Missing '()' invoking a constructor. (new-parens)
(#796) A space is required after ','. (comma-spacing)
(#796) A space is required after ','. (comma-spacing)
(#796) A space is required after ','. (comma-spacing)
(#796) A space is required after ','. (comma-spacing)
(#796) Operator '=' must be spaced. (space-infix-ops)
(#796) Missing '()' invoking a constructor. (new-parens)
(#796) A space is required after ','. (comma-spacing)
(#796) A space is required after ','. (comma-spacing)
(#797) This line has a length of 510. Maximum allowed is 132. (max-len)
(#797) A space is required after ','. (comma-spacing)
(#797) A space is required after ','. (comma-spacing)
(#797) A space is required after ','. (comma-spacing)
(#797) Operator '=' must be spaced. (space-infix-ops)
(#797) Missing '()' invoking a constructor. (new-parens)
(#797) A space is required after ','. (comma-spacing)
(#797) A space is required after ','. (comma-spacing)
(#797) Operator '=' must be spaced. (space-infix-ops)
(#797) Missing '()' invoking a constructor. (new-parens)
(#797) A space is required after ','. (comma-spacing)
(#797) A space is required after ','. (comma-spacing)
(#797) Operator '&&' must be spaced. (space-infix-ops)
(#797) Operator '=' must be spaced. (space-infix-ops)
(#797) Missing '()' invoking a constructor. (new-parens)
(#797) A space is required after ','. (comma-spacing)
(#797) A space is required after ','. (comma-spacing)
(#797) Operator '=' must be spaced. (space-infix-ops)
(#797) Missing '()' invoking a constructor. (new-parens)
(#797) A space is required after ','. (comma-spacing)
(#797) A space is required after ','. (comma-spacing)
(#797) Operator '=' must be spaced. (space-infix-ops)
(#797) Missing '()' invoking a constructor. (new-parens)
(#797) A space is required after ','. (comma-spacing)
(#797) A space is required after ','. (comma-spacing)
(#797) Operator '=' must be spaced. (space-infix-ops)
(#797) Missing '()' invoking a constructor. (new-parens)
(#798) This line has a length of 507. Maximum allowed is 132. (max-len)
(#798) A space is required after ','. (comma-spacing)
(#798) Operator '=' must be spaced. (space-infix-ops)
(#798) Missing '()' invoking a constructor. (new-parens)
(#798) A space is required after ','. (comma-spacing)
(#798) A space is required after ','. (comma-spacing)
(#798) Operator '=' must be spaced. (space-infix-ops)
(#798) Missing '()' invoking a constructor. (new-parens)
(#798) A space is required after ','. (comma-spacing)
(#798) A space is required after ','. (comma-spacing)
(#798) Operator '=' must be spaced. (space-infix-ops)
(#798) Missing '()' invoking a constructor. (new-parens)
(#798) A space is required after ','. (comma-spacing)
(#798) A space is required after ','. (comma-spacing)
(#798) Operator '=' must be spaced. (space-infix-ops)
(#798) Missing '()' invoking a constructor. (new-parens)
(#798) A space is required after ','. (comma-spacing)
(#798) A space is required after ','. (comma-spacing)
(#798) Operator '=' must be spaced. (space-infix-ops)
(#798) Missing '()' invoking a constructor. (new-parens)
(#798) A space is required after ','. (comma-spacing)
(#798) A space is required after ','. (comma-spacing)
(#798) Operator '&&' must be spaced. (space-infix-ops)
(#798) Operator '=' must be spaced. (space-infix-ops)
(#798) Missing '()' invoking a constructor. (new-parens)
(#798) A space is required after ','. (comma-spacing)
(#798) A space is required after ','. (comma-spacing)
(#798) Operator '=' must be spaced. (space-infix-ops)
(#798) Missing '()' invoking a constructor. (new-parens)
(#798) A space is required after ','. (comma-spacing)
(#799) This line has a length of 503. Maximum allowed is 132. (max-len)
(#799) Operator '=' must be spaced. (space-infix-ops)
(#799) Missing '()' invoking a constructor. (new-parens)
(#799) A space is required after ','. (comma-spacing)
(#799) A space is required after ','. (comma-spacing)
(#799) Operator '=' must be spaced. (space-infix-ops)
(#799) Missing '()' invoking a constructor. (new-parens)
(#799) A space is required after ','. (comma-spacing)
(#799) A space is required after ','. (comma-spacing)
(#799) Operator '=' must be spaced. (space-infix-ops)
(#799) Missing '()' invoking a constructor. (new-parens)
(#799) A space is required after ','. (comma-spacing)
(#799) Operator ':' must be spaced. (space-infix-ops)
(#799) Requires a space before '}'. (block-spacing)
(#799) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#799) Missing semicolon. (semi)
(#799) Missing whitespace after semicolon. (semi-spacing)
(#799) Operator '=' must be spaced. (space-infix-ops)
(#799) Requires a space after '{'. (block-spacing)
(#799) Statement inside of curly braces should be on next line. (brace-style)
(#799) Missing space before opening brace. (space-before-blocks)
(#799) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#799) Operator '=' must be spaced. (space-infix-ops)
(#799) Missing whitespace after semicolon. (semi-spacing)
(#799) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#799) Operator '&&' must be spaced. (space-infix-ops)
(#799) Operator '=' must be spaced. (space-infix-ops)
(#799) A space is required after ','. (comma-spacing)
(#799) Operator '&&' must be spaced. (space-infix-ops)
(#799) Operator '=' must be spaced. (space-infix-ops)
(#799) A space is required after ','. (comma-spacing)
(#799) A space is required after ','. (comma-spacing)
(#799) A space is required after ','. (comma-spacing)
(#799) A space is required after ','. (comma-spacing)
(#799) A space is required after ','. (comma-spacing)
(#799) Operator '&&' must be spaced. (space-infix-ops)
(#799) Operator '=' must be spaced. (space-infix-ops)
(#799) A space is required after ','. (comma-spacing)
(#799) Operator '=' must be spaced. (space-infix-ops)
(#799) A space is required after ','. (comma-spacing)
(#799) Operator '=' must be spaced. (space-infix-ops)
(#799) A space is required after ','. (comma-spacing)
(#799) Operator '=' must be spaced. (space-infix-ops)
(#800) This line has a length of 521. Maximum allowed is 132. (max-len)
(#800) A space is required after ','. (comma-spacing)
(#800) A space is required after ','. (comma-spacing)
(#800) Operator '/' must be spaced. (space-infix-ops)
(#800) A space is required after ','. (comma-spacing)
(#800) Operator '/' must be spaced. (space-infix-ops)
(#800) Requires a space before '}'. (block-spacing)
(#800) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#800) Missing semicolon. (semi)
(#800) Missing whitespace after semicolon. (semi-spacing)
(#800) Operator '=' must be spaced. (space-infix-ops)
(#800) A space is required after ','. (comma-spacing)
(#800) Requires a space after '{'. (block-spacing)
(#800) Statement inside of curly braces should be on next line. (brace-style)
(#800) Missing space before opening brace. (space-before-blocks)
(#800) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#800) Operator '=' must be spaced. (space-infix-ops)
(#800) Missing space before value for key 'position'. (key-spacing)
(#800) A space is required after ','. (comma-spacing)
(#800) Missing space before value for key 'texCoord'. (key-spacing)
(#800) A space is required after ','. (comma-spacing)
(#800) Missing space before value for key 'translation'. (key-spacing)
(#800) Missing whitespace after semicolon. (semi-spacing)
(#800) A space is required after ','. (comma-spacing)
(#800) A space is required after ','. (comma-spacing)
(#800) A space is required after ','. (comma-spacing)
(#800) Missing whitespace after semicolon. (semi-spacing)
(#800) A space is required after ','. (comma-spacing)
(#800) A space is required after ','. (comma-spacing)
(#800) A space is required after ','. (comma-spacing)
(#800) Missing whitespace after semicolon. (semi-spacing)
(#800) Missing whitespace after semicolon. (semi-spacing)
(#800) Requires a space before '}'. (block-spacing)
(#800) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#800) Missing semicolon. (semi)
(#800) Missing whitespace after semicolon. (semi-spacing)
(#800) Operator '=' must be spaced. (space-infix-ops)
(#800) Function has a complexity of 31. Maximum allowed is 20. (complexity)
(#800) Requires a space after '{'. (block-spacing)
(#800) Statement inside of curly braces should be on next line. (brace-style)
(#800) Missing space before opening brace. (space-before-blocks)
(#800) Expected space(s) after "if". (keyword-spacing)
(#800) Requires a space after '{'. (block-spacing)
(#800) Statement inside of curly braces should be on next line. (brace-style)
(#800) Missing space before opening brace. (space-before-blocks)
(#800) Operator '=' must be spaced. (space-infix-ops)
(#800) Operator '+' must be spaced. (space-infix-ops)
(#800) A space is required after ','. (comma-spacing)
(#800) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#800) Operator '=' must be spaced. (space-infix-ops)
(#800) Operator '?' must be spaced. (space-infix-ops)
(#800) Operator ':' must be spaced. (space-infix-ops)
(#800) Missing whitespace after semicolon. (semi-spacing)
(#801) This line has a length of 506. Maximum allowed is 132. (max-len)
(#801) Missing whitespace after semicolon. (semi-spacing)
(#801) Operator '=' must be spaced. (space-infix-ops)
(#801) Operator '===' must be spaced. (space-infix-ops)
(#801) Operator '?' must be spaced. (space-infix-ops)
(#801) A space is required after ','. (comma-spacing)
(#801) A space is required after ','. (comma-spacing)
(#801) A space is required after ','. (comma-spacing)
(#801) Operator ':' must be spaced. (space-infix-ops)
(#801) A space is required after ','. (comma-spacing)
(#801) Missing whitespace after semicolon. (semi-spacing)
(#801) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#801) A space is required after ','. (comma-spacing)
(#801) A space is required after ','. (comma-spacing)
(#801) A space is required after ','. (comma-spacing)
(#801) Operator '==' must be spaced. (space-infix-ops)
(#801) Operator '?' must be spaced. (space-infix-ops)
(#801) Operator ':' must be spaced. (space-infix-ops)
(#801) Missing whitespace after semicolon. (semi-spacing)
(#801) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#801) Operator '?' must be spaced. (space-infix-ops)
(#801) Operator ':' must be spaced. (space-infix-ops)
(#801) Missing whitespace after semicolon. (semi-spacing)
(#801) Operator '=' must be spaced. (space-infix-ops)
(#801) A space is required after ','. (comma-spacing)
(#801) A space is required after ','. (comma-spacing)
(#801) Missing whitespace after semicolon. (semi-spacing)
(#801) Operator '=' must be spaced. (space-infix-ops)
(#801) Missing '()' invoking a constructor. (new-parens)
(#801) Missing whitespace after semicolon. (semi-spacing)
(#801) Operator '=' must be spaced. (space-infix-ops)
(#801) A space is required after ','. (comma-spacing)
(#801) A space is required after ','. (comma-spacing)
(#801) Missing whitespace after semicolon. (semi-spacing)
(#801) Operator '=' must be spaced. (space-infix-ops)
(#801) A space is required after ','. (comma-spacing)
(#801) A space is required after ','. (comma-spacing)
(#801) A space is required after ','. (comma-spacing)
(#801) Missing whitespace after semicolon. (semi-spacing)
(#801) Operator '=' must be spaced. (space-infix-ops)
(#802) This line has a length of 526. Maximum allowed is 132. (max-len)
(#802) A space is required after ','. (comma-spacing)
(#802) A space is required after ','. (comma-spacing)
(#802) Missing whitespace after semicolon. (semi-spacing)
(#802) Operator '=' must be spaced. (space-infix-ops)
(#802) Operator '/' must be spaced. (space-infix-ops)
(#802) A space is required after ','. (comma-spacing)
(#802) A space is required after ','. (comma-spacing)
(#802) A space is required after ','. (comma-spacing)
(#802) Missing whitespace after semicolon. (semi-spacing)
(#802) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#802) Operator '=' must be spaced. (space-infix-ops)
(#802) Missing '()' invoking a constructor. (new-parens)
(#802) Missing whitespace after semicolon. (semi-spacing)
(#802) Operator '=' must be spaced. (space-infix-ops)
(#802) Missing '()' invoking a constructor. (new-parens)
(#802) Missing whitespace after semicolon. (semi-spacing)
(#802) Operator '=' must be spaced. (space-infix-ops)
(#802) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#802) A space is required after ','. (comma-spacing)
(#802) Missing whitespace after semicolon. (semi-spacing)
(#802) Operator '=' must be spaced. (space-infix-ops)
(#802) Missing '()' invoking a constructor. (new-parens)
(#802) Missing whitespace after semicolon. (semi-spacing)
(#802) A space is required after ','. (comma-spacing)
(#802) A space is required after ','. (comma-spacing)
(#802) A space is required after ','. (comma-spacing)
(#802) A space is required after ','. (comma-spacing)
(#803) This line has a length of 502. Maximum allowed is 132. (max-len)
(#803) Missing whitespace after semicolon. (semi-spacing)
(#803) A space is required after ','. (comma-spacing)
(#803) A space is required after ','. (comma-spacing)
(#803) Missing whitespace after semicolon. (semi-spacing)
(#803) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#803) Operator '||' must be spaced. (space-infix-ops)
(#803) A space is required after ','. (comma-spacing)
(#803) A space is required after ','. (comma-spacing)
(#803) A space is required after ','. (comma-spacing)
(#803) Missing whitespace after semicolon. (semi-spacing)
(#803) Operator '=' must be spaced. (space-infix-ops)
(#803) A space is required after ','. (comma-spacing)
(#803) Missing whitespace after semicolon. (semi-spacing)
(#803) A space is required after ','. (comma-spacing)
(#803) A space is required after ','. (comma-spacing)
(#803) Missing whitespace after semicolon. (semi-spacing)
(#804) This line has a length of 510. Maximum allowed is 132. (max-len)
(#804) A space is required after ','. (comma-spacing)
(#804) Missing whitespace after semicolon. (semi-spacing)
(#804) A space is required after ','. (comma-spacing)
(#804) A space is required after ','. (comma-spacing)
(#804) Missing whitespace after semicolon. (semi-spacing)
(#804) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#804) A space is required after ','. (comma-spacing)
(#804) A space is required after ','. (comma-spacing)
(#804) Missing whitespace after semicolon. (semi-spacing)
(#804) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#804) Operator '&&' must be spaced. (space-infix-ops)
(#804) A space is required after ','. (comma-spacing)
(#804) A space is required after ','. (comma-spacing)
(#804) A space is required after ','. (comma-spacing)
(#804) A space is required after ','. (comma-spacing)
(#804) A space is required after ','. (comma-spacing)
(#804) A space is required after ','. (comma-spacing)
(#805) This line has a length of 506. Maximum allowed is 132. (max-len)
(#805) A space is required after ','. (comma-spacing)
(#805) A space is required after ','. (comma-spacing)
(#805) A space is required after ','. (comma-spacing)
(#805) A space is required after ','. (comma-spacing)
(#805) A space is required after ','. (comma-spacing)
(#805) A space is required after ','. (comma-spacing)
(#805) A space is required after ','. (comma-spacing)
(#805) A space is required after ','. (comma-spacing)
(#805) A space is required after ','. (comma-spacing)
(#805) A space is required after ','. (comma-spacing)
(#805) A space is required after ','. (comma-spacing)
(#805) A space is required after ','. (comma-spacing)
(#805) A space is required after ','. (comma-spacing)
(#805) A space is required after ','. (comma-spacing)
(#805) A space is required after ','. (comma-spacing)
(#806) This line has a length of 501. Maximum allowed is 132. (max-len)
(#806) A space is required after ','. (comma-spacing)
(#806) A space is required after ','. (comma-spacing)
(#806) Missing whitespace after semicolon. (semi-spacing)
(#806) Missing whitespace after semicolon. (semi-spacing)
(#806) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#806) Operator '=' must be spaced. (space-infix-ops)
(#806) Missing whitespace after semicolon. (semi-spacing)
(#806) Expected space(s) after "for". (keyword-spacing)
(#806) Operator '=' must be spaced. (space-infix-ops)
(#806) Missing whitespace after semicolon. (semi-spacing)
(#806) Operator '<' must be spaced. (space-infix-ops)
(#806) Missing whitespace after semicolon. (semi-spacing)
(#806) Requires a space after '{'. (block-spacing)
(#806) Statement inside of curly braces should be on next line. (brace-style)
(#806) Missing space before opening brace. (space-before-blocks)
(#806) Operator '=' must be spaced. (space-infix-ops)
(#806) Missing whitespace after semicolon. (semi-spacing)
(#806) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#806) Operator '||' must be spaced. (space-infix-ops)
(#806) Operator '=' must be spaced. (space-infix-ops)
(#806) Missing '()' invoking a constructor. (new-parens)
(#806) A space is required after ','. (comma-spacing)
(#806) Missing whitespace after semicolon. (semi-spacing)
(#806) Expected space(s) after "if". (keyword-spacing)
(#806) Requires a space after '{'. (block-spacing)
(#806) Statement inside of curly braces should be on next line. (brace-style)
(#806) Missing space before opening brace. (space-before-blocks)
(#806) Operator '=' must be spaced. (space-infix-ops)
(#806) Missing whitespace after semicolon. (semi-spacing)
(#806) Operator '=' must be spaced. (space-infix-ops)
(#806) Missing whitespace after semicolon. (semi-spacing)
(#806) Operator '=' must be spaced. (space-infix-ops)
(#806) Missing whitespace after semicolon. (semi-spacing)
(#806) Operator '=' must be spaced. (space-infix-ops)
(#806) Missing whitespace after semicolon. (semi-spacing)
(#806) Expected space(s) after "for". (keyword-spacing)
(#806) Operator '=' must be spaced. (space-infix-ops)
(#806) A space is required after ','. (comma-spacing)
(#806) Operator '=' must be spaced. (space-infix-ops)
(#806) Missing whitespace after semicolon. (semi-spacing)
(#806) Operator '<' must be spaced. (space-infix-ops)
(#806) Missing whitespace after semicolon. (semi-spacing)
(#806) Requires a space after '{'. (block-spacing)
(#806) Statement inside of curly braces should be on next line. (brace-style)
(#806) Missing space before opening brace. (space-before-blocks)
(#806) Expected space(s) after "for". (keyword-spacing)
(#806) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#806) Operator '=' must be spaced. (space-infix-ops)
(#806) A space is required after ','. (comma-spacing)
(#806) Operator '=' must be spaced. (space-infix-ops)
(#806) A space is required after ','. (comma-spacing)
(#806) Operator '=' must be spaced. (space-infix-ops)
(#806) Operator '-' must be spaced. (space-infix-ops)
(#806) Missing whitespace after semicolon. (semi-spacing)
(#806) Operator '<' must be spaced. (space-infix-ops)
(#807) This line has a length of 541. Maximum allowed is 132. (max-len)
(#807) Missing whitespace after semicolon. (semi-spacing)
(#807) Expected { after 'for' condition. (curly)
(#807) Operator '=' must be spaced. (space-infix-ops)
(#807) Missing whitespace after semicolon. (semi-spacing)
(#807) 't' used outside of binding context. (block-scoped-var)
(#807) Operator '=' must be spaced. (space-infix-ops)
(#807) Operator '<' must be spaced. (space-infix-ops)
(#807) 'f' used outside of binding context. (block-scoped-var)
(#807) Operator '&&' must be spaced. (space-infix-ops)
(#807) 'f' used outside of binding context. (block-scoped-var)
(#807) Operator '&&' must be spaced. (space-infix-ops)
(#807) Operator '===' must be spaced. (space-infix-ops)
(#807) 'f' used outside of binding context. (block-scoped-var)
(#807) Missing whitespace after semicolon. (semi-spacing)
(#807) Expected space(s) after "if". (keyword-spacing)
(#807) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#807) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#807) Operator '<' must be spaced. (space-infix-ops)
(#807) 'f' used outside of binding context. (block-scoped-var)
(#807) Operator '&&' must be spaced. (space-infix-ops)
(#807) 'f' used outside of binding context. (block-scoped-var)
(#807) Requires a space after '{'. (block-spacing)
(#807) Statement inside of curly braces should be on next line. (brace-style)
(#807) Missing space before opening brace. (space-before-blocks)
(#807) 'C' used outside of binding context. (block-scoped-var)
(#807) Operator '=' must be spaced. (space-infix-ops)
(#807) Missing whitespace after semicolon. (semi-spacing)
(#807) Expected space(s) after "for". (keyword-spacing)
(#807) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#807) Operator '=' must be spaced. (space-infix-ops)
(#807) 'f' used outside of binding context. (block-scoped-var)
(#807) Operator '-' must be spaced. (space-infix-ops)
(#807) Missing whitespace after semicolon. (semi-spacing)
(#807) 'C' used outside of binding context. (block-scoped-var)
(#807) Operator '<' must be spaced. (space-infix-ops)
(#807) Missing whitespace after semicolon. (semi-spacing)
(#807) 'C' used outside of binding context. (block-scoped-var)
(#807) 'f' used outside of binding context. (block-scoped-var)
(#807) Expected { after 'for' condition. (curly)
(#807) 'C' used outside of binding context. (block-scoped-var)
(#807) 'f' used outside of binding context. (block-scoped-var)
(#807) 'C' used outside of binding context. (block-scoped-var)
(#807) Operator '+' must be spaced. (space-infix-ops)
(#807) A space is required after ','. (comma-spacing)
(#807) 't' used outside of binding context. (block-scoped-var)
(#807) Operator '?' must be spaced. (space-infix-ops)
(#807) Operator ':' must be spaced. (space-infix-ops)
(#807) Missing whitespace after semicolon. (semi-spacing)
(#807) Expected space(s) after "if". (keyword-spacing)
(#807) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#807) 't' used outside of binding context. (block-scoped-var)
(#807) Expected { after 'if' condition. (curly)
(#807) Expected space(s) before "for". (keyword-spacing)
(#807) Expected space(s) after "for". (keyword-spacing)
(#807) Blocks are nested too deeply (7). Maximum allowed is 4. (max-depth)
(#807) 'C' used outside of binding context. (block-scoped-var)
(#807) Operator '=' must be spaced. (space-infix-ops)
(#807) A space is required after ','. (comma-spacing)
(#807) 'F' used outside of binding context. (block-scoped-var)
(#807) Operator '=' must be spaced. (space-infix-ops)
(#807) 'f' used outside of binding context. (block-scoped-var)
(#807) Operator '-' must be spaced. (space-infix-ops)
(#807) Missing whitespace after semicolon. (semi-spacing)
(#807) 'C' used outside of binding context. (block-scoped-var)
(#807) Operator '<' must be spaced. (space-infix-ops)
(#807) 'F' used outside of binding context. (block-scoped-var)
(#807) Missing whitespace after semicolon. (semi-spacing)
(#807) 'C' used outside of binding context. (block-scoped-var)
(#807) Expected { after 'for' condition. (curly)
(#807) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#807) 'f' used outside of binding context. (block-scoped-var)
(#807) 'C' used outside of binding context. (block-scoped-var)
(#807) Operator '-' must be spaced. (space-infix-ops)
(#807) A space is required after ','. (comma-spacing)
(#807) 'f' used outside of binding context. (block-scoped-var)
(#807) 'C' used outside of binding context. (block-scoped-var)
(#807) Operator '>' must be spaced. (space-infix-ops)
(#807) Operator '/' must be spaced. (space-infix-ops)
(#807) Operator '&&' must be spaced. (space-infix-ops)
(#807) 'f' used outside of binding context. (block-scoped-var)
(#807) 'C' used outside of binding context. (block-scoped-var)
(#807) A space is required after ','. (comma-spacing)
(#807) 'f' used outside of binding context. (block-scoped-var)
(#807) 'C' used outside of binding context. (block-scoped-var)
(#807) A space is required after ','. (comma-spacing)
(#807) 'f' used outside of binding context. (block-scoped-var)
(#807) 'C' used outside of binding context. (block-scoped-var)
(#807) A space is required after ','. (comma-spacing)
(#807) Missing whitespace after semicolon. (semi-spacing)
(#807) 'C' used outside of binding context. (block-scoped-var)
(#807) Operator '=' must be spaced. (space-infix-ops)
(#807) Missing whitespace after semicolon. (semi-spacing)
(#807) Expected space(s) after "for". (keyword-spacing)
(#807) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#807) 'F' used outside of binding context. (block-scoped-var)
(#807) Operator '=' must be spaced. (space-infix-ops)
(#807) 'f' used outside of binding context. (block-scoped-var)
(#807) Operator '-' must be spaced. (space-infix-ops)
(#807) Missing whitespace after semicolon. (semi-spacing)
(#807) 'C' used outside of binding context. (block-scoped-var)
(#807) Operator '<' must be spaced. (space-infix-ops)
(#807) 'F' used outside of binding context. (block-scoped-var)
(#807) Missing whitespace after semicolon. (semi-spacing)
(#807) 'C' used outside of binding context. (block-scoped-var)
(#807) 'f' used outside of binding context. (block-scoped-var)
(#807) Expected { after 'for' condition. (curly)
(#807) 'C' used outside of binding context. (block-scoped-var)
(#807) 'f' used outside of binding context. (block-scoped-var)
(#807) 'C' used outside of binding context. (block-scoped-var)
(#807) Operator '-' must be spaced. (space-infix-ops)
(#807) A space is required after ','. (comma-spacing)
(#807) 'f' used outside of binding context. (block-scoped-var)
(#807) 'C' used outside of binding context. (block-scoped-var)
(#807) Operator '-' must be spaced. (space-infix-ops)
(#807) A space is required after ','. (comma-spacing)
(#807) 'f' used outside of binding context. (block-scoped-var)
(#807) 'C' used outside of binding context. (block-scoped-var)
(#807) Operator '+' must be spaced. (space-infix-ops)
(#807) A space is required after ','. (comma-spacing)
(#807) 't' used outside of binding context. (block-scoped-var)
(#807) A space is required after ','. (comma-spacing)
(#807) 't' used outside of binding context. (block-scoped-var)
(#807) Operator '?' must be spaced. (space-infix-ops)
(#807) Operator ':' must be spaced. (space-infix-ops)
(#808) This line has a length of 505. Maximum allowed is 132. (max-len)
(#808) 'f' used outside of binding context. (block-scoped-var)
(#808) Missing whitespace after semicolon. (semi-spacing)
(#808) 'f' used outside of binding context. (block-scoped-var)
(#808) Missing whitespace after semicolon. (semi-spacing)
(#808) 'f' used outside of binding context. (block-scoped-var)
(#808) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#808) Missing whitespace after semicolon. (semi-spacing)
(#808) 'f' used outside of binding context. (block-scoped-var)
(#808) Missing whitespace after semicolon. (semi-spacing)
(#808) 'f' used outside of binding context. (block-scoped-var)
(#808) Requires a space before '}'. (block-spacing)
(#808) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#808) Missing semicolon. (semi)
(#808) 'C' used outside of binding context. (block-scoped-var)
(#808) Operator '=' must be spaced. (space-infix-ops)
(#808) Operator '===' must be spaced. (space-infix-ops)
(#808) Operator '?' must be spaced. (space-infix-ops)
(#808) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#808) Operator ':' must be spaced. (space-infix-ops)
(#808) Operator '/' must be spaced. (space-infix-ops)
(#808) A space is required after ','. (comma-spacing)
(#808) A space is required after ','. (comma-spacing)
(#808) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#808) Missing whitespace after semicolon. (semi-spacing)
(#808) 'C' used outside of binding context. (block-scoped-var)
(#808) Operator '=' must be spaced. (space-infix-ops)
(#808) Operator '+' must be spaced. (space-infix-ops)
(#808) 'C' used outside of binding context. (block-scoped-var)
(#808) Operator '+' must be spaced. (space-infix-ops)
(#808) Operator '+' must be spaced. (space-infix-ops)
(#808) 'C' used outside of binding context. (block-scoped-var)
(#808) Operator '+' must be spaced. (space-infix-ops)
(#808) Operator '+' must be spaced. (space-infix-ops)
(#808) 'C' used outside of binding context. (block-scoped-var)
(#808) Operator '+' must be spaced. (space-infix-ops)
(#808) Missing whitespace after semicolon. (semi-spacing)
(#808) 'f' used outside of binding context. (block-scoped-var)
(#808) Operator '=' must be spaced. (space-infix-ops)
(#808) 'C' used outside of binding context. (block-scoped-var)
(#808) Missing whitespace after semicolon. (semi-spacing)
(#808) 't' used outside of binding context. (block-scoped-var)
(#808) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#808) Operator '?' must be spaced. (space-infix-ops)
(#808) 'f' used outside of binding context. (block-scoped-var)
(#808) Operator '=' must be spaced. (space-infix-ops)
(#808) 'f' used outside of binding context. (block-scoped-var)
(#808) A space is required after ','. (comma-spacing)
(#808) A space is required after ','. (comma-spacing)
(#808) A space is required after ','. (comma-spacing)
(#808) 'f' used outside of binding context. (block-scoped-var)
(#808) Operator '=' must be spaced. (space-infix-ops)
(#808) 'C' used outside of binding context. (block-scoped-var)
(#808) A space is required after ','. (comma-spacing)
(#808) 'f' used outside of binding context. (block-scoped-var)
(#808) Operator ':' must be spaced. (space-infix-ops)
(#808) 't' used outside of binding context. (block-scoped-var)
(#808) Operator '=' must be spaced. (space-infix-ops)
(#808) 'f' used outside of binding context. (block-scoped-var)
(#808) A space is required after ','. (comma-spacing)
(#808) A space is required after ','. (comma-spacing)
(#808) 't' used outside of binding context. (block-scoped-var)
(#808) A space is required after ','. (comma-spacing)
(#808) 't' used outside of binding context. (block-scoped-var)
(#808) Operator '=' must be spaced. (space-infix-ops)
(#808) 'f' used outside of binding context. (block-scoped-var)
(#808) A space is required after ','. (comma-spacing)
(#808) 'F' used outside of binding context. (block-scoped-var)
(#808) Operator '=' must be spaced. (space-infix-ops)
(#808) Missing space before value for key 'front'. (key-spacing)
(#808) 'f' used outside of binding context. (block-scoped-var)
(#808) A space is required after ','. (comma-spacing)
(#808) A space is required after ','. (comma-spacing)
(#808) A space is required after ','. (comma-spacing)
(#808) Missing space before value for key 'back'. (key-spacing)
(#808) 'f' used outside of binding context. (block-scoped-var)
(#808) A space is required after ','. (comma-spacing)
(#808) A space is required after ','. (comma-spacing)
(#808) A space is required after ','. (comma-spacing)
(#808) 'F' used outside of binding context. (block-scoped-var)
(#808) Operator '=' must be spaced. (space-infix-ops)
(#808) 'C' used outside of binding context. (block-scoped-var)
(#808) A space is required after ','. (comma-spacing)
(#808) 'F' used outside of binding context. (block-scoped-var)
(#808) Operator '=' must be spaced. (space-infix-ops)
(#808) 'C' used outside of binding context. (block-scoped-var)
(#808) A space is required after ','. (comma-spacing)
(#808) 'F' used outside of binding context. (block-scoped-var)
(#809) This line has a length of 522. Maximum allowed is 132. (max-len)
(#809) 'F' used outside of binding context. (block-scoped-var)
(#809) Operator '=' must be spaced. (space-infix-ops)
(#809) Missing space before value for key 'front'. (key-spacing)
(#809) 'f' used outside of binding context. (block-scoped-var)
(#809) A space is required after ','. (comma-spacing)
(#809) A space is required after ','. (comma-spacing)
(#809) A space is required after ','. (comma-spacing)
(#809) Missing space before value for key 'back'. (key-spacing)
(#809) 'f' used outside of binding context. (block-scoped-var)
(#809) A space is required after ','. (comma-spacing)
(#809) A space is required after ','. (comma-spacing)
(#809) A space is required after ','. (comma-spacing)
(#809) 'F' used outside of binding context. (block-scoped-var)
(#809) Operator '=' must be spaced. (space-infix-ops)
(#809) 'C' used outside of binding context. (block-scoped-var)
(#809) A space is required after ','. (comma-spacing)
(#809) 'F' used outside of binding context. (block-scoped-var)
(#809) Operator '=' must be spaced. (space-infix-ops)
(#809) 'C' used outside of binding context. (block-scoped-var)
(#809) A space is required after ','. (comma-spacing)
(#809) 'F' used outside of binding context. (block-scoped-var)
(#809) A space is required after ','. (comma-spacing)
(#809) 'f' used outside of binding context. (block-scoped-var)
(#809) 't' used outside of binding context. (block-scoped-var)
(#809) Requires a space before '}'. (block-spacing)
(#809) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#809) Missing semicolon. (semi)
(#809) Requires a space before '}'. (block-spacing)
(#809) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#809) Requires a space before '}'. (block-spacing)
(#809) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#809) Expected space(s) before "this". (keyword-spacing)
(#809) A space is required after ','. (comma-spacing)
(#809) A space is required after ','. (comma-spacing)
(#809) Missing whitespace after semicolon. (semi-spacing)
(#809) Expected space(s) after "if". (keyword-spacing)
(#809) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#809) Operator '&&' must be spaced. (space-infix-ops)
(#809) Expected { after 'if' condition. (curly)
(#809) Expected space(s) before "for". (keyword-spacing)
(#809) Expected space(s) after "for". (keyword-spacing)
(#809) Operator '=' must be spaced. (space-infix-ops)
(#809) A space is required after ','. (comma-spacing)
(#809) Operator '=' must be spaced. (space-infix-ops)
(#809) Missing whitespace after semicolon. (semi-spacing)
(#809) Operator '<' must be spaced. (space-infix-ops)
(#809) Missing whitespace after semicolon. (semi-spacing)
(#809) Requires a space after '{'. (block-spacing)
(#809) Statement inside of curly braces should be on next line. (brace-style)
(#809) Missing space before opening brace. (space-before-blocks)
(#809) 'A' used outside of binding context. (block-scoped-var)
(#809) Operator '=' must be spaced. (space-infix-ops)
(#809) Missing whitespace after semicolon. (semi-spacing)
(#809) 'H' used outside of binding context. (block-scoped-var)
(#809) Operator '=' must be spaced. (space-infix-ops)
(#809) Missing whitespace after semicolon. (semi-spacing)
(#809) Expected space(s) after "for". (keyword-spacing)
(#809) 'a' used outside of binding context. (block-scoped-var)
(#809) Operator '=' must be spaced. (space-infix-ops)
(#809) 'A' used outside of binding context. (block-scoped-var)
(#809) Missing whitespace after semicolon. (semi-spacing)
(#809) 'H' used outside of binding context. (block-scoped-var)
(#809) Operator '<' must be spaced. (space-infix-ops)
(#809) 'a' used outside of binding context. (block-scoped-var)
(#809) Missing whitespace after semicolon. (semi-spacing)
(#809) 'H' used outside of binding context. (block-scoped-var)
(#809) 'f' used outside of binding context. (block-scoped-var)
(#809) Expected { after 'for' condition. (curly)
(#809) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#809) Operator '=' must be spaced. (space-infix-ops)
(#809) 'A' used outside of binding context. (block-scoped-var)
(#809) 'H' used outside of binding context. (block-scoped-var)
(#809) Unexpected use of comma operator. (no-sequences)
(#809) A space is required after ','. (comma-spacing)
(#809) 'f' used outside of binding context. (block-scoped-var)
(#809) Operator '||' must be spaced. (space-infix-ops)
(#809) 'f' used outside of binding context. (block-scoped-var)
(#809) Operator '=' must be spaced. (space-infix-ops)
(#809) Missing '()' invoking a constructor. (new-parens)
(#809) A space is required after ','. (comma-spacing)
(#809) 'f' used outside of binding context. (block-scoped-var)
(#810) This line has a length of 508. Maximum allowed is 132. (max-len)
(#810) A space is required after ','. (comma-spacing)
(#810) 'A' used outside of binding context. (block-scoped-var)
(#810) A space is required after ','. (comma-spacing)
(#810) Requires a space before '}'. (block-spacing)
(#810) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#810) Missing semicolon. (semi)
(#810) Requires a space before '}'. (block-spacing)
(#810) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#810) Requires a space before '}'. (block-spacing)
(#810) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#810) Missing whitespace after semicolon. (semi-spacing)
(#810) Operator '=' must be spaced. (space-infix-ops)
(#810) Requires a space after '{'. (block-spacing)
(#810) Statement inside of curly braces should be on next line. (brace-style)
(#810) Missing space before opening brace. (space-before-blocks)
(#810) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#810) Missing whitespace after semicolon. (semi-spacing)
(#810) A space is required after ','. (comma-spacing)
(#810) A space is required after ','. (comma-spacing)
(#810) Missing whitespace after semicolon. (semi-spacing)
(#810) Operator '||' must be spaced. (space-infix-ops)
(#810) A space is required after ','. (comma-spacing)
(#810) A space is required after ','. (comma-spacing)
(#810) A space is required after ','. (comma-spacing)
(#810) Missing whitespace after semicolon. (semi-spacing)
(#810) Requires a space before '}'. (block-spacing)
(#810) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#810) Missing semicolon. (semi)
(#810) Missing whitespace after semicolon. (semi-spacing)
(#810) Operator '=' must be spaced. (space-infix-ops)
(#810) Requires a space after '{'. (block-spacing)
(#810) Statement inside of curly braces should be on next line. (brace-style)
(#810) Missing space before opening brace. (space-before-blocks)
(#810) Operator '=' must be spaced. (space-infix-ops)
(#810) Requires a space before '}'. (block-spacing)
(#810) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#810) Missing semicolon. (semi)
(#810) Missing whitespace after semicolon. (semi-spacing)
(#810) Operator '=' must be spaced. (space-infix-ops)
(#811) This line has a length of 504. Maximum allowed is 132. (max-len)
(#811) 'y' is defined but never used. (no-unused-vars)
(#811) Requires a space after '{'. (block-spacing)
(#811) Statement inside of curly braces should be on next line. (brace-style)
(#811) Missing space before opening brace. (space-before-blocks)
(#811) Operator '=' must be spaced. (space-infix-ops)
(#811) Requires a space before '}'. (block-spacing)
(#811) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#811) Missing semicolon. (semi)
(#811) Missing whitespace after semicolon. (semi-spacing)
(#811) Operator '=' must be spaced. (space-infix-ops)
(#811) Requires a space after '{'. (block-spacing)
(#811) Statement inside of curly braces should be on next line. (brace-style)
(#811) Missing space before opening brace. (space-before-blocks)
(#811) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#811) Operator '=' must be spaced. (space-infix-ops)
(#811) Requires a space before '}'. (block-spacing)
(#811) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#811) Missing semicolon. (semi)
(#811) Missing whitespace after semicolon. (semi-spacing)
(#811) Operator '=' must be spaced. (space-infix-ops)
(#811) Requires a space after '{'. (block-spacing)
(#811) Statement inside of curly braces should be on next line. (brace-style)
(#811) Missing space before opening brace. (space-before-blocks)
(#811) Expected space(s) after "if". (keyword-spacing)
(#811) Requires a space after '{'. (block-spacing)
(#811) Statement inside of curly braces should be on next line. (brace-style)
(#811) Missing space before opening brace. (space-before-blocks)
(#811) Expected space(s) after "if". (keyword-spacing)
(#811) Requires a space after '{'. (block-spacing)
(#811) Statement inside of curly braces should be on next line. (brace-style)
(#811) Missing space before opening brace. (space-before-blocks)
(#811) Operator '=' must be spaced. (space-infix-ops)
(#811) A space is required after ','. (comma-spacing)
(#811) Missing whitespace after semicolon. (semi-spacing)
(#811) Missing whitespace after semicolon. (semi-spacing)
(#811) Operator '=' must be spaced. (space-infix-ops)
(#811) Operator '/' must be spaced. (space-infix-ops)
(#811) Operator '*' must be spaced. (space-infix-ops)
(#811) Missing whitespace after semicolon. (semi-spacing)
(#811) Operator '=' must be spaced. (space-infix-ops)
(#811) Operator '/' must be spaced. (space-infix-ops)
(#811) Operator '/' must be spaced. (space-infix-ops)
(#811) Operator '/' must be spaced. (space-infix-ops)
(#811) Missing whitespace after semicolon. (semi-spacing)
(#811) Operator '=' must be spaced. (space-infix-ops)
(#811) Operator '/' must be spaced. (space-infix-ops)
(#811) Missing whitespace after semicolon. (semi-spacing)
(#811) A space is required after ','. (comma-spacing)
(#811) Operator '*' must be spaced. (space-infix-ops)
(#811) A space is required after ','. (comma-spacing)
(#811) Operator '*' must be spaced. (space-infix-ops)
(#811) A space is required after ','. (comma-spacing)
(#811) Requires a space before '}'. (block-spacing)
(#811) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#811) Missing semicolon. (semi)
(#811) Expected space(s) before "else". (keyword-spacing)
(#811) Expected { after 'else'. (curly)
(#811) 'A' used outside of binding context. (block-scoped-var)
(#811) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#811) Operator '=' must be spaced. (space-infix-ops)
(#811) Operator '-' must be spaced. (space-infix-ops)
(#811) Unexpected use of comma operator. (no-sequences)
(#811) A space is required after ','. (comma-spacing)
(#811) 'x' used outside of binding context. (block-scoped-var)
(#811) Operator '=' must be spaced. (space-infix-ops)
(#811) Operator '-' must be spaced. (space-infix-ops)
(#811) A space is required after ','. (comma-spacing)
(#811) 'A' used outside of binding context. (block-scoped-var)
(#811) Operator '=' must be spaced. (space-infix-ops)
(#811) A space is required after ','. (comma-spacing)
(#811) 'A' used outside of binding context. (block-scoped-var)
(#811) Operator '*' must be spaced. (space-infix-ops)
(#811) Operator '/' must be spaced. (space-infix-ops)
(#811) A space is required after ','. (comma-spacing)
(#811) A space is required after ','. (comma-spacing)
(#811) A space is required after ','. (comma-spacing)
(#811) A space is required after ','. (comma-spacing)
(#811) 'A' used outside of binding context. (block-scoped-var)
(#811) A space is required after ','. (comma-spacing)
(#811) 'x' used outside of binding context. (block-scoped-var)
(#811) Operator '*' must be spaced. (space-infix-ops)
(#811) Operator '/' must be spaced. (space-infix-ops)
(#811) A space is required after ','. (comma-spacing)
(#811) A space is required after ','. (comma-spacing)
(#811) A space is required after ','. (comma-spacing)
(#811) A space is required after ','. (comma-spacing)
(#811) Operator '=' must be spaced. (space-infix-ops)
(#812) This line has a length of 512. Maximum allowed is 132. (max-len)
(#812) 'A' used outside of binding context. (block-scoped-var)
(#812) A space is required after ','. (comma-spacing)
(#812) Missing whitespace after semicolon. (semi-spacing)
(#812) Operator '=' must be spaced. (space-infix-ops)
(#812) Missing whitespace after semicolon. (semi-spacing)
(#812) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#812) Requires a space before '}'. (block-spacing)
(#812) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#812) Missing semicolon. (semi)
(#812) Requires a space before '}'. (block-spacing)
(#812) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#812) Missing whitespace after semicolon. (semi-spacing)
(#812) Operator '=' must be spaced. (space-infix-ops)
(#812) A space is required after ','. (comma-spacing)
(#812) Requires a space after '{'. (block-spacing)
(#812) Statement inside of curly braces should be on next line. (brace-style)
(#812) Missing space before opening brace. (space-before-blocks)
(#812) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#812) Operator '<' must be spaced. (space-infix-ops)
(#812) Operator '?' must be spaced. (space-infix-ops)
(#812) Operator ':' must be spaced. (space-infix-ops)
(#812) Missing whitespace after semicolon. (semi-spacing)
(#812) Requires a space before '}'. (block-spacing)
(#812) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#812) Missing semicolon. (semi)
(#812) Missing whitespace after semicolon. (semi-spacing)
(#812) Operator '=' must be spaced. (space-infix-ops)
(#812) A space is required after ','. (comma-spacing)
(#812) Requires a space after '{'. (block-spacing)
(#812) Statement inside of curly braces should be on next line. (brace-style)
(#812) Missing space before opening brace. (space-before-blocks)
(#812) Expected space(s) after "if". (keyword-spacing)
(#812) Operator '===' must be spaced. (space-infix-ops)
(#812) Expected { after 'if' condition. (curly)
(#812) Expected space(s) before "if". (keyword-spacing)
(#812) Expected space(s) after "if". (keyword-spacing)
(#812) Operator '&&' must be spaced. (space-infix-ops)
(#812) Requires a space after '{'. (block-spacing)
(#812) Statement inside of curly braces should be on next line. (brace-style)
(#812) Missing space before opening brace. (space-before-blocks)
(#812) Operator '=' must be spaced. (space-infix-ops)
(#812) A space is required after ','. (comma-spacing)
(#812) Missing whitespace after semicolon. (semi-spacing)
(#812) Missing whitespace after semicolon. (semi-spacing)
(#812) Operator '=' must be spaced. (space-infix-ops)
(#812) Operator '/' must be spaced. (space-infix-ops)
(#812) Operator '*' must be spaced. (space-infix-ops)
(#812) Missing whitespace after semicolon. (semi-spacing)
(#812) Operator '=' must be spaced. (space-infix-ops)
(#812) Operator '/' must be spaced. (space-infix-ops)
(#812) Operator '/' must be spaced. (space-infix-ops)
(#812) Operator '/' must be spaced. (space-infix-ops)
(#812) Missing whitespace after semicolon. (semi-spacing)
(#812) Operator '=' must be spaced. (space-infix-ops)
(#812) Operator '/' must be spaced. (space-infix-ops)
(#812) Missing whitespace after semicolon. (semi-spacing)
(#812) A space is required after ','. (comma-spacing)
(#812) Operator '*' must be spaced. (space-infix-ops)
(#812) A space is required after ','. (comma-spacing)
(#812) Operator '*' must be spaced. (space-infix-ops)
(#812) A space is required after ','. (comma-spacing)
(#812) Missing whitespace after semicolon. (semi-spacing)
(#812) Operator '=' must be spaced. (space-infix-ops)
(#812) Missing whitespace after semicolon. (semi-spacing)
(#812) Requires a space before '}'. (block-spacing)
(#812) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#812) Missing semicolon. (semi)
(#812) Expected space(s) before "else". (keyword-spacing)
(#812) Expected { after 'else'. (curly)
(#812) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#812) Operator '=' must be spaced. (space-infix-ops)
(#813) This line has a length of 501. Maximum allowed is 132. (max-len)
(#813) Unexpected use of comma operator. (no-sequences)
(#813) A space is required after ','. (comma-spacing)
(#813) Operator '=' must be spaced. (space-infix-ops)
(#813) Requires a space before '}'. (block-spacing)
(#813) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#813) Missing semicolon. (semi)
(#813) Missing whitespace after semicolon. (semi-spacing)
(#813) Operator '=' must be spaced. (space-infix-ops)
(#813) Requires a space after '{'. (block-spacing)
(#813) Statement inside of curly braces should be on next line. (brace-style)
(#813) Missing space before opening brace. (space-before-blocks)
(#813) Expected space(s) after "if". (keyword-spacing)
(#813) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#813) Operator '!==' must be spaced. (space-infix-ops)
(#813) Operator '-' must be spaced. (space-infix-ops)
(#813) Requires a space after '{'. (block-spacing)
(#813) Statement inside of curly braces should be on next line. (brace-style)
(#813) Missing space before opening brace. (space-before-blocks)
(#813) Operator '=' must be spaced. (space-infix-ops)
(#813) Operator '*' must be spaced. (space-infix-ops)
(#813) Operator '/' must be spaced. (space-infix-ops)
(#813) Operator '-' must be spaced. (space-infix-ops)
(#813) Missing whitespace after semicolon. (semi-spacing)
(#813) Expected space(s) after "if". (keyword-spacing)
(#813) Expected { after 'if' condition. (curly)
(#813) Expected space(s) before "return". (keyword-spacing)
(#813) Missing whitespace after semicolon. (semi-spacing)
(#813) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#813) Operator '<' must be spaced. (space-infix-ops)
(#813) Operator '?' must be spaced. (space-infix-ops)
(#813) Operator ':' must be spaced. (space-infix-ops)
(#813) Missing whitespace after semicolon. (semi-spacing)
(#813) Missing whitespace after semicolon. (semi-spacing)
(#813) Operator '=' must be spaced. (space-infix-ops)
(#813) Requires a space before '}'. (block-spacing)
(#813) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#813) Missing semicolon. (semi)
(#813) Expected space(s) before "this". (keyword-spacing)
(#813) Requires a space before '}'. (block-spacing)
(#813) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#813) Missing semicolon. (semi)
(#813) Missing whitespace after semicolon. (semi-spacing)
(#813) Operator '=' must be spaced. (space-infix-ops)
(#813) 'y' is defined but never used. (no-unused-vars)
(#813) Requires a space after '{'. (block-spacing)
(#813) Statement inside of curly braces should be on next line. (brace-style)
(#813) Missing space before opening brace. (space-before-blocks)
(#813) Operator '=' must be spaced. (space-infix-ops)
(#813) Missing whitespace after semicolon. (semi-spacing)
(#813) Operator '=' must be spaced. (space-infix-ops)
(#813) Requires a space before '}'. (block-spacing)
(#813) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#813) Missing semicolon. (semi)
(#813) Requires a space before '}'. (block-spacing)
(#813) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#813) Missing semicolon. (semi)
(#813) A space is required after ','. (comma-spacing)
(#813) A space is required after ','. (comma-spacing)
(#813) A space is required after ','. (comma-spacing)
(#813) A space is required after ','. (comma-spacing)
(#813) A space is required after ','. (comma-spacing)
(#813) A space is required after ','. (comma-spacing)
(#814) A space is required after ','. (comma-spacing)
(#814) A space is required after ','. (comma-spacing)
(#814) A space is required after ','. (comma-spacing)
(#814) A space is required after ','. (comma-spacing)
(#814) A space is required after ','. (comma-spacing)
(#815) This line has a length of 507. Maximum allowed is 132. (max-len)
(#815) A space is required after ','. (comma-spacing)
(#815) A space is required after ','. (comma-spacing)
(#815) A space is required after ','. (comma-spacing)
(#815) A space is required after ','. (comma-spacing)
(#815) 'k' is defined but never used. (no-unused-vars)
(#815) Requires a space after '{'. (block-spacing)
(#815) Statement inside of curly braces should be on next line. (brace-style)
(#815) Missing space before opening brace. (space-before-blocks)
(#815) Operator '=' must be spaced. (space-infix-ops)
(#815) A space is required after ','. (comma-spacing)
(#815) A space is required after ','. (comma-spacing)
(#815) Requires a space after '{'. (block-spacing)
(#815) Statement inside of curly braces should be on next line. (brace-style)
(#815) Missing space before opening brace. (space-before-blocks)
(#815) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#815) This line has 21 statements. Maximum allowed is 2. (max-statements-per-line)
(#815) Operator '&&' must be spaced. (space-infix-ops)
(#815) A space is required after ','. (comma-spacing)
(#815) A space is required after ','. (comma-spacing)
(#815) Missing whitespace after semicolon. (semi-spacing)
(#815) Operator '=' must be spaced. (space-infix-ops)
(#815) Missing whitespace after semicolon. (semi-spacing)
(#815) Missing whitespace after semicolon. (semi-spacing)
(#815) Missing whitespace after semicolon. (semi-spacing)
(#815) Missing whitespace after semicolon. (semi-spacing)
(#815) Missing whitespace after semicolon. (semi-spacing)
(#815) Missing whitespace after semicolon. (semi-spacing)
(#815) Missing whitespace after semicolon. (semi-spacing)
(#815) Missing whitespace after semicolon. (semi-spacing)
(#815) Missing whitespace after semicolon. (semi-spacing)
(#815) Missing whitespace after semicolon. (semi-spacing)
(#815) Missing whitespace after semicolon. (semi-spacing)
(#815) Missing whitespace after semicolon. (semi-spacing)
(#815) Missing whitespace after semicolon. (semi-spacing)
(#815) Missing whitespace after semicolon. (semi-spacing)
(#815) Missing whitespace after semicolon. (semi-spacing)
(#815) Operator '=' must be spaced. (space-infix-ops)
(#815) Missing whitespace after semicolon. (semi-spacing)
(#815) Operator '+' must be spaced. (space-infix-ops)
(#815) Operator '+' must be spaced. (space-infix-ops)
(#815) Requires a space after '{'. (block-spacing)
(#815) Statement inside of curly braces should be on next line. (brace-style)
(#815) Missing space before opening brace. (space-before-blocks)
(#815) Requires a space before '}'. (block-spacing)
(#815) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#815) Missing semicolon. (semi)
(#816) This line has a length of 430. Maximum allowed is 132. (max-len)
(#816) Operator '+' must be spaced. (space-infix-ops)
(#816) Operator '+' must be spaced. (space-infix-ops)
(#816) Requires a space after '{'. (block-spacing)
(#816) Statement inside of curly braces should be on next line. (brace-style)
(#816) Missing space before opening brace. (space-before-blocks)
(#816) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#816) Operator '===' must be spaced. (space-infix-ops)
(#816) Operator '&&' must be spaced. (space-infix-ops)
(#816) Requires a space before '}'. (block-spacing)
(#816) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#816) Missing semicolon. (semi)
(#816) Requires a space before '}'. (block-spacing)
(#816) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#816) Missing semicolon. (semi)
(#816) Missing whitespace after semicolon. (semi-spacing)
(#816) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#816) Operator '=' must be spaced. (space-infix-ops)
(#816) Operator '=' must be spaced. (space-infix-ops)
(#816) Missing '()' invoking a constructor. (new-parens)
(#816) Missing whitespace after semicolon. (semi-spacing)
(#816) Operator '=' must be spaced. (space-infix-ops)
(#816) Requires a space after '{'. (block-spacing)
(#816) Statement inside of curly braces should be on next line. (brace-style)
(#816) Missing space before opening brace. (space-before-blocks)
(#816) Operator '+' must be spaced. (space-infix-ops)
(#816) Operator '+' must be spaced. (space-infix-ops)
(#816) Missing whitespace after semicolon. (semi-spacing)
(#816) Requires a space before '}'. (block-spacing)
(#816) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#816) Missing semicolon. (semi)
(#816) Missing whitespace after semicolon. (semi-spacing)
(#816) Operator '=' must be spaced. (space-infix-ops)
(#816) Requires a space after '{'. (block-spacing)
(#816) Statement inside of curly braces should be on next line. (brace-style)
(#816) Missing space before opening brace. (space-before-blocks)
(#816) Operator '=' must be spaced. (space-infix-ops)
(#816) Missing whitespace after semicolon. (semi-spacing)
(#816) Operator '+' must be spaced. (space-infix-ops)
(#816) Operator '+' must be spaced. (space-infix-ops)
(#816) A space is required after ','. (comma-spacing)
(#816) Missing space before value for key 'database'. (key-spacing)
(#816) Operator '+' must be spaced. (space-infix-ops)
(#816) Operator '+' must be spaced. (space-infix-ops)
(#816) A space is required after ','. (comma-spacing)
(#816) Missing space before value for key 'dimension'. (key-spacing)
(#816) A space is required after ','. (comma-spacing)
(#816) Requires a space after '{'. (block-spacing)
(#816) Statement inside of curly braces should be on next line. (brace-style)
(#816) Missing space before opening brace. (space-before-blocks)
(#816) Requires a space before '}'. (block-spacing)
(#816) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#816) Missing semicolon. (semi)
(#816) Requires a space before '}'. (block-spacing)
(#816) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#816) Missing semicolon. (semi)
(#816) Requires a space before '}'. (block-spacing)
(#816) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#816) Missing semicolon. (semi)
(#816) A space is required after ','. (comma-spacing)
(#816) A space is required after ','. (comma-spacing)
(#816) A space is required after ','. (comma-spacing)
(#817) This line has a length of 512. Maximum allowed is 132. (max-len)
(#817) A space is required after ','. (comma-spacing)
(#817) A space is required after ','. (comma-spacing)
(#817) Requires a space after '{'. (block-spacing)
(#817) Statement inside of curly braces should be on next line. (brace-style)
(#817) Missing space before opening brace. (space-before-blocks)
(#817) Operator '=' must be spaced. (space-infix-ops)
(#817) A space is required after ','. (comma-spacing)
(#817) A space is required after ','. (comma-spacing)
(#817) Requires a space after '{'. (block-spacing)
(#817) Statement inside of curly braces should be on next line. (brace-style)
(#817) Missing space before opening brace. (space-before-blocks)
(#817) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#817) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#817) Operator '&&' must be spaced. (space-infix-ops)
(#817) A space is required after ','. (comma-spacing)
(#817) A space is required after ','. (comma-spacing)
(#817) Missing whitespace after semicolon. (semi-spacing)
(#817) Operator '=' must be spaced. (space-infix-ops)
(#817) Requires a space before '}'. (block-spacing)
(#817) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#817) Missing semicolon. (semi)
(#817) Missing whitespace after semicolon. (semi-spacing)
(#817) Operator '=' must be spaced. (space-infix-ops)
(#817) Missing whitespace after semicolon. (semi-spacing)
(#817) Operator '=' must be spaced. (space-infix-ops)
(#817) Missing whitespace after semicolon. (semi-spacing)
(#817) Operator '=' must be spaced. (space-infix-ops)
(#817) Missing whitespace after semicolon. (semi-spacing)
(#817) Operator '=' must be spaced. (space-infix-ops)
(#817) Operator '=' must be spaced. (space-infix-ops)
(#817) Missing '()' invoking a constructor. (new-parens)
(#817) Missing whitespace after semicolon. (semi-spacing)
(#817) Operator '=' must be spaced. (space-infix-ops)
(#817) Missing whitespace after semicolon. (semi-spacing)
(#817) Operator '=' must be spaced. (space-infix-ops)
(#817) Missing whitespace after semicolon. (semi-spacing)
(#817) Operator '=' must be spaced. (space-infix-ops)
(#817) Missing whitespace after semicolon. (semi-spacing)
(#817) Operator '=' must be spaced. (space-infix-ops)
(#817) Missing whitespace after semicolon. (semi-spacing)
(#817) Operator '=' must be spaced. (space-infix-ops)
(#817) Missing whitespace after semicolon. (semi-spacing)
(#817) Operator '=' must be spaced. (space-infix-ops)
(#817) Missing whitespace after semicolon. (semi-spacing)
(#817) Operator '=' must be spaced. (space-infix-ops)
(#817) Missing whitespace after semicolon. (semi-spacing)
(#817) Operator '=' must be spaced. (space-infix-ops)
(#817) Missing whitespace after semicolon. (semi-spacing)
(#817) Operator '=' must be spaced. (space-infix-ops)
(#817) Requires a space after '{'. (block-spacing)
(#817) Statement inside of curly braces should be on next line. (brace-style)
(#817) Missing space before opening brace. (space-before-blocks)
(#817) Operator '=' must be spaced. (space-infix-ops)
(#818) This line has a length of 505. Maximum allowed is 132. (max-len)
(#818) Missing whitespace after semicolon. (semi-spacing)
(#818) Operator '=' must be spaced. (space-infix-ops)
(#818) Missing whitespace after semicolon. (semi-spacing)
(#818) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#818) Operator '=' must be spaced. (space-infix-ops)
(#818) Missing whitespace after semicolon. (semi-spacing)
(#818) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#818) Operator '===' must be spaced. (space-infix-ops)
(#818) Operator '&&' must be spaced. (space-infix-ops)
(#818) Operator '?' must be spaced. (space-infix-ops)
(#818) A space is required after ','. (comma-spacing)
(#818) Operator '>' must be spaced. (space-infix-ops)
(#818) Operator '&&' must be spaced. (space-infix-ops)
(#818) Operator '=' must be spaced. (space-infix-ops)
(#818) A space is required after ','. (comma-spacing)
(#818) Operator '=' must be spaced. (space-infix-ops)
(#818) Operator ':' must be spaced. (space-infix-ops)
(#818) A space is required after ','. (comma-spacing)
(#818) Operator '>=' must be spaced. (space-infix-ops)
(#818) Operator '&&' must be spaced. (space-infix-ops)
(#818) Operator '===' must be spaced. (space-infix-ops)
(#818) Operator '?' must be spaced. (space-infix-ops)
(#818) Operator '-=' must be spaced. (space-infix-ops)
(#818) A space is required after ','. (comma-spacing)
(#818) Operator '=' must be spaced. (space-infix-ops)
(#818) Operator ':' must be spaced. (space-infix-ops)
(#818) Operator '=' must be spaced. (space-infix-ops)
(#818) A space is required after ','. (comma-spacing)
(#818) Operator '===' must be spaced. (space-infix-ops)
(#818) Operator '&&' must be spaced. (space-infix-ops)
(#818) Requires a space before '}'. (block-spacing)
(#818) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#818) Missing semicolon. (semi)
(#818) Missing whitespace after semicolon. (semi-spacing)
(#818) Operator '=' must be spaced. (space-infix-ops)
(#818) Requires a space after '{'. (block-spacing)
(#818) Statement inside of curly braces should be on next line. (brace-style)
(#818) Missing space before opening brace. (space-before-blocks)
(#818) Expected space(s) after "for". (keyword-spacing)
(#818) Operator '=' must be spaced. (space-infix-ops)
(#818) Missing '()' invoking a constructor. (new-parens)
(#818) A space is required after ','. (comma-spacing)
(#818) Operator '=' must be spaced. (space-infix-ops)
(#818) A space is required after ','. (comma-spacing)
(#818) Operator '=' must be spaced. (space-infix-ops)
(#818) A space is required after ','. (comma-spacing)
(#818) Operator '=' must be spaced. (space-infix-ops)
(#818) Missing whitespace after semicolon. (semi-spacing)
(#818) Operator '<' must be spaced. (space-infix-ops)
(#818) Missing whitespace after semicolon. (semi-spacing)
(#818) Expected { after 'for' condition. (curly)
(#818) Missing whitespace after semicolon. (semi-spacing)
(#818) 'v' used outside of binding context. (block-scoped-var)
(#818) Operator '/=' must be spaced. (space-infix-ops)
(#818) 'k' used outside of binding context. (block-scoped-var)
(#818) Missing whitespace after semicolon. (semi-spacing)
(#818) 'v' used outside of binding context. (block-scoped-var)
(#818) Operator '/=' must be spaced. (space-infix-ops)
(#819) This line has a length of 298. Maximum allowed is 132. (max-len)
(#819) 'k' used outside of binding context. (block-scoped-var)
(#819) Missing whitespace after semicolon. (semi-spacing)
(#819) 'k' used outside of binding context. (block-scoped-var)
(#819) Operator '=' must be spaced. (space-infix-ops)
(#819) Missing '()' invoking a constructor. (new-parens)
(#819) Missing whitespace after semicolon. (semi-spacing)
(#819) 'k' used outside of binding context. (block-scoped-var)
(#819) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#819) 'v' used outside of binding context. (block-scoped-var)
(#819) Missing whitespace after semicolon. (semi-spacing)
(#819) 'v' used outside of binding context. (block-scoped-var)
(#819) Operator '=' must be spaced. (space-infix-ops)
(#819) Missing whitespace after semicolon. (semi-spacing)
(#819) Expected space(s) after "for". (keyword-spacing)
(#819) 'q' used outside of binding context. (block-scoped-var)
(#819) Operator '=' must be spaced. (space-infix-ops)
(#819) Missing whitespace after semicolon. (semi-spacing)
(#819) 'v' used outside of binding context. (block-scoped-var)
(#819) Operator '<' must be spaced. (space-infix-ops)
(#819) 'q' used outside of binding context. (block-scoped-var)
(#819) Missing whitespace after semicolon. (semi-spacing)
(#819) 'v' used outside of binding context. (block-scoped-var)
(#819) Requires a space after '{'. (block-spacing)
(#819) Statement inside of curly braces should be on next line. (brace-style)
(#819) Missing space before opening brace. (space-before-blocks)
(#819) 'd' used outside of binding context. (block-scoped-var)
(#819) Operator '=' must be spaced. (space-infix-ops)
(#819) 'v' used outside of binding context. (block-scoped-var)
(#819) Missing whitespace after semicolon. (semi-spacing)
(#819) Expected space(s) after "for". (keyword-spacing)
(#819) Operator '=' must be spaced. (space-infix-ops)
(#819) A space is required after ','. (comma-spacing)
(#819) Operator '=' must be spaced. (space-infix-ops)
(#819) 'd' used outside of binding context. (block-scoped-var)
(#819) Missing whitespace after semicolon. (semi-spacing)
(#819) Operator '<' must be spaced. (space-infix-ops)
(#819) Missing whitespace after semicolon. (semi-spacing)
(#819) Expected { after 'for' condition. (curly)
(#819) Expected space(s) before "for". (keyword-spacing)
(#819) Expected space(s) after "for". (keyword-spacing)
(#819) Operator '=' must be spaced. (space-infix-ops)
(#819) 'd' used outside of binding context. (block-scoped-var)
(#819) A space is required after ','. (comma-spacing)
(#819) Operator '=' must be spaced. (space-infix-ops)
(#819) A space is required after ','. (comma-spacing)
(#819) Operator '=' must be spaced. (space-infix-ops)
(#819) Missing whitespace after semicolon. (semi-spacing)
(#819) Operator '<' must be spaced. (space-infix-ops)
(#819) Missing whitespace after semicolon. (semi-spacing)
(#819) Expected { after 'for' condition. (curly)
(#819) 'k' used outside of binding context. (block-scoped-var)
(#819) Requires a space before '}'. (block-spacing)
(#819) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#819) Missing semicolon. (semi)
(#819) Requires a space before '}'. (block-spacing)
(#819) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#819) Missing whitespace after semicolon. (semi-spacing)
(#819) Operator '=' must be spaced. (space-infix-ops)
(#819) A space is required after ','. (comma-spacing)
(#819) Requires a space after '{'. (block-spacing)
(#819) Statement inside of curly braces should be on next line. (brace-style)
(#819) Missing space before opening brace. (space-before-blocks)
(#819) Missing space before value for key 'mols'. (key-spacing)
(#819) A space is required after ','. (comma-spacing)
(#819) Missing space before value for key 'shapes'. (key-spacing)
(#819) Requires a space before '}'. (block-spacing)
(#819) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#819) Missing semicolon. (semi)
(#819) Requires a space before '}'. (block-spacing)
(#819) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#819) Missing semicolon. (semi)
(#819) A space is required after ','. (comma-spacing)
(#820) This line has a length of 502. Maximum allowed is 132. (max-len)
(#820) A space is required after ','. (comma-spacing)
(#820) A space is required after ','. (comma-spacing)
(#820) A space is required after ','. (comma-spacing)
(#820) Requires a space after '{'. (block-spacing)
(#820) Statement inside of curly braces should be on next line. (brace-style)
(#820) Missing space before opening brace. (space-before-blocks)
(#820) Operator '=' must be spaced. (space-infix-ops)
(#820) A space is required after ','. (comma-spacing)
(#820) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#820) Operator '=' must be spaced. (space-infix-ops)
(#820) A space is required after ','. (comma-spacing)
(#820) A space is required after ','. (comma-spacing)
(#820) A space is required after ','. (comma-spacing)
(#820) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#820) Operator '=' must be spaced. (space-infix-ops)
(#820) A space is required after ','. (comma-spacing)
(#820) A space is required after ','. (comma-spacing)
(#820) A space is required after ','. (comma-spacing)
(#820) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#820) Operator '=' must be spaced. (space-infix-ops)
(#820) A space is required after ','. (comma-spacing)
(#820) A space is required after ','. (comma-spacing)
(#820) Missing whitespace after semicolon. (semi-spacing)
(#820) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#820) Operator '=' must be spaced. (space-infix-ops)
(#820) A space is required after ','. (comma-spacing)
(#820) A space is required after ','. (comma-spacing)
(#820) Requires a space after '{'. (block-spacing)
(#820) Statement inside of curly braces should be on next line. (brace-style)
(#820) Missing space before opening brace. (space-before-blocks)
(#820) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#820) Operator '&&' must be spaced. (space-infix-ops)
(#820) A space is required after ','. (comma-spacing)
(#820) A space is required after ','. (comma-spacing)
(#820) Requires a space before '}'. (block-spacing)
(#820) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#820) Missing semicolon. (semi)
(#820) Missing whitespace after semicolon. (semi-spacing)
(#820) Operator '=' must be spaced. (space-infix-ops)
(#820) Operator '=' must be spaced. (space-infix-ops)
(#820) Missing '()' invoking a constructor. (new-parens)
(#820) Missing whitespace after semicolon. (semi-spacing)
(#820) Operator '=' must be spaced. (space-infix-ops)
(#820) Missing whitespace after semicolon. (semi-spacing)
(#820) Operator '=' must be spaced. (space-infix-ops)
(#820) Operator '/' must be spaced. (space-infix-ops)
(#820) Missing whitespace after semicolon. (semi-spacing)
(#820) Operator '=' must be spaced. (space-infix-ops)
(#820) Missing whitespace after semicolon. (semi-spacing)
(#820) Operator '=' must be spaced. (space-infix-ops)
(#820) Missing whitespace after semicolon. (semi-spacing)
(#820) Operator '=' must be spaced. (space-infix-ops)
(#820) Missing whitespace after semicolon. (semi-spacing)
(#820) Operator '=' must be spaced. (space-infix-ops)
(#820) Missing whitespace after semicolon. (semi-spacing)
(#820) Operator '=' must be spaced. (space-infix-ops)
(#820) Missing whitespace after semicolon. (semi-spacing)
(#820) Operator '=' must be spaced. (space-infix-ops)
(#820) Missing whitespace after semicolon. (semi-spacing)
(#820) Operator '=' must be spaced. (space-infix-ops)
(#820) Missing whitespace after semicolon. (semi-spacing)
(#820) Operator '=' must be spaced. (space-infix-ops)
(#820) Missing whitespace after semicolon. (semi-spacing)
(#820) Operator '=' must be spaced. (space-infix-ops)
(#820) Missing whitespace after semicolon. (semi-spacing)
(#820) Operator '=' must be spaced. (space-infix-ops)
(#820) Missing whitespace after semicolon. (semi-spacing)
(#820) Operator '=' must be spaced. (space-infix-ops)
(#821) This line has a length of 424. Maximum allowed is 132. (max-len)
(#821) Missing whitespace after semicolon. (semi-spacing)
(#821) Operator '=' must be spaced. (space-infix-ops)
(#821) Requires a space after '{'. (block-spacing)
(#821) Statement inside of curly braces should be on next line. (brace-style)
(#821) Missing space before opening brace. (space-before-blocks)
(#821) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#821) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#821) Operator '===' must be spaced. (space-infix-ops)
(#821) Operator '&&' must be spaced. (space-infix-ops)
(#821) Operator '===' must be spaced. (space-infix-ops)
(#821) Operator '?' must be spaced. (space-infix-ops)
(#821) Operator ':' must be spaced. (space-infix-ops)
(#821) A space is required after ','. (comma-spacing)
(#821) Operator '/=' must be spaced. (space-infix-ops)
(#821) A space is required after ','. (comma-spacing)
(#821) A space is required after ','. (comma-spacing)
(#821) Operator '*' must be spaced. (space-infix-ops)
(#821) A space is required after ','. (comma-spacing)
(#821) A space is required after ','. (comma-spacing)
(#821) A space is required after ','. (comma-spacing)
(#821) Operator '*' must be spaced. (space-infix-ops)
(#821) A space is required after ','. (comma-spacing)
(#821) A space is required after ','. (comma-spacing)
(#821) A space is required after ','. (comma-spacing)
(#821) Operator '*' must be spaced. (space-infix-ops)
(#821) A space is required after ','. (comma-spacing)
(#821) A space is required after ','. (comma-spacing)
(#821) A space is required after ','. (comma-spacing)
(#821) Requires a space before '}'. (block-spacing)
(#821) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#821) Missing semicolon. (semi)
(#821) Requires a space before '}'. (block-spacing)
(#821) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#821) Missing semicolon. (semi)
(#821) A space is required after ','. (comma-spacing)
(#821) A space is required after ','. (comma-spacing)
(#821) Missing whitespace after semicolon. (semi-spacing)
(#821) A space is required after ','. (comma-spacing)
(#821) 'E' is defined but never used. (no-unused-vars)
(#821) Requires a space after '{'. (block-spacing)
(#821) Statement inside of curly braces should be on next line. (brace-style)
(#821) Missing space before opening brace. (space-before-blocks)
(#821) Operator '=' must be spaced. (space-infix-ops)
(#821) A space is required after ','. (comma-spacing)
(#821) A space is required after ','. (comma-spacing)
(#821) Requires a space after '{'. (block-spacing)
(#821) Statement inside of curly braces should be on next line. (brace-style)
(#821) Missing space before opening brace. (space-before-blocks)
(#821) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#821) Operator '&&' must be spaced. (space-infix-ops)
(#821) A space is required after ','. (comma-spacing)
(#821) A space is required after ','. (comma-spacing)
(#821) Requires a space before '}'. (block-spacing)
(#821) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#821) Missing semicolon. (semi)
(#821) Missing whitespace after semicolon. (semi-spacing)
(#821) Operator '=' must be spaced. (space-infix-ops)
(#821) Missing '()' invoking a constructor. (new-parens)
(#821) Requires a space before '}'. (block-spacing)
(#821) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#821) Missing semicolon. (semi)
(#822) This line has a length of 187. Maximum allowed is 132. (max-len)
(#822) A space is required after ','. (comma-spacing)
(#822) Requires a space after '{'. (block-spacing)
(#822) Statement inside of curly braces should be on next line. (brace-style)
(#822) Missing space before opening brace. (space-before-blocks)
(#822) Operator '=' must be spaced. (space-infix-ops)
(#822) A space is required after ','. (comma-spacing)
(#822) A space is required after ','. (comma-spacing)
(#822) Requires a space after '{'. (block-spacing)
(#822) Statement inside of curly braces should be on next line. (brace-style)
(#822) Missing space before opening brace. (space-before-blocks)
(#822) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#822) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#822) Operator '&&' must be spaced. (space-infix-ops)
(#822) A space is required after ','. (comma-spacing)
(#822) A space is required after ','. (comma-spacing)
(#822) Requires a space before '}'. (block-spacing)
(#822) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#822) Missing semicolon. (semi)
(#822) Missing whitespace after semicolon. (semi-spacing)
(#822) Operator '=' must be spaced. (space-infix-ops)
(#822) Operator '=' must be spaced. (space-infix-ops)
(#822) Missing '()' invoking a constructor. (new-parens)
(#822) Missing whitespace after semicolon. (semi-spacing)
(#822) Operator '=' must be spaced. (space-infix-ops)
(#822) Missing whitespace after semicolon. (semi-spacing)
(#822) Operator '=' must be spaced. (space-infix-ops)
(#822) Missing whitespace after semicolon. (semi-spacing)
(#822) Operator '=' must be spaced. (space-infix-ops)
(#822) Missing whitespace after semicolon. (semi-spacing)
(#822) Operator '=' must be spaced. (space-infix-ops)
(#822) Requires a space before '}'. (block-spacing)
(#822) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#822) Missing semicolon. (semi)
(#823) This line has a length of 509. Maximum allowed is 132. (max-len)
(#823) A space is required after ','. (comma-spacing)
(#823) A space is required after ','. (comma-spacing)
(#823) A space is required after ','. (comma-spacing)
(#823) A space is required after ','. (comma-spacing)
(#823) Requires a space after '{'. (block-spacing)
(#823) Statement inside of curly braces should be on next line. (brace-style)
(#823) Missing space before opening brace. (space-before-blocks)
(#823) Missing JSDoc comment. (require-jsdoc)
(#823) A space is required after ','. (comma-spacing)
(#823) A space is required after ','. (comma-spacing)
(#823) A space is required after ','. (comma-spacing)
(#823) Requires a space after '{'. (block-spacing)
(#823) Statement inside of curly braces should be on next line. (brace-style)
(#823) Missing space before opening brace. (space-before-blocks)
(#823) This line has 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#823) Operator '=' must be spaced. (space-infix-ops)
(#823) Missing whitespace after semicolon. (semi-spacing)
(#823) Operator '=' must be spaced. (space-infix-ops)
(#823) Missing whitespace after semicolon. (semi-spacing)
(#823) Operator '=' must be spaced. (space-infix-ops)
(#823) Missing whitespace after semicolon. (semi-spacing)
(#823) Operator '=' must be spaced. (space-infix-ops)
(#823) Missing whitespace after semicolon. (semi-spacing)
(#823) Operator '=' must be spaced. (space-infix-ops)
(#823) Requires a space before '}'. (block-spacing)
(#823) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#823) Missing semicolon. (semi)
(#823) Operator '=' must be spaced. (space-infix-ops)
(#823) A space is required after ','. (comma-spacing)
(#823) Requires a space after '{'. (block-spacing)
(#823) Statement inside of curly braces should be on next line. (brace-style)
(#823) Missing space before opening brace. (space-before-blocks)
(#823) Operator '=' must be spaced. (space-infix-ops)
(#823) Missing whitespace after semicolon. (semi-spacing)
(#823) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#823) Operator '&&' must be spaced. (space-infix-ops)
(#823) A space is required after ','. (comma-spacing)
(#823) Operator '*' must be spaced. (space-infix-ops)
(#823) Operator '+' must be spaced. (space-infix-ops)
(#823) Operator '*' must be spaced. (space-infix-ops)
(#823) A space is required after ','. (comma-spacing)
(#823) Operator '*' must be spaced. (space-infix-ops)
(#823) Operator '+' must be spaced. (space-infix-ops)
(#823) Operator '*' must be spaced. (space-infix-ops)
(#823) Missing whitespace after semicolon. (semi-spacing)
(#823) Operator '=' must be spaced. (space-infix-ops)
(#823) Operator '?' must be spaced. (space-infix-ops)
(#823) Operator ':' must be spaced. (space-infix-ops)
(#823) Missing whitespace after semicolon. (semi-spacing)
(#823) Missing whitespace after semicolon. (semi-spacing)
(#823) Requires a space before '}'. (block-spacing)
(#823) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#823) Missing semicolon. (semi)
(#823) Missing whitespace after semicolon. (semi-spacing)
(#823) Operator '=' must be spaced. (space-infix-ops)
(#823) Operator '=' must be spaced. (space-infix-ops)
(#823) Missing '()' invoking a constructor. (new-parens)
(#823) Missing whitespace after semicolon. (semi-spacing)
(#823) Operator '=' must be spaced. (space-infix-ops)
(#823) Missing whitespace after semicolon. (semi-spacing)
(#823) Operator '=' must be spaced. (space-infix-ops)
(#823) Missing whitespace after semicolon. (semi-spacing)
(#823) Operator '=' must be spaced. (space-infix-ops)
(#823) Requires a space after '{'. (block-spacing)
(#823) Statement inside of curly braces should be on next line. (brace-style)
(#823) Missing space before opening brace. (space-before-blocks)
(#823) Operator '?' must be spaced. (space-infix-ops)
(#823) Operator ':' must be spaced. (space-infix-ops)
(#823) Requires a space before '}'. (block-spacing)
(#823) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#823) Missing semicolon. (semi)
(#823) Missing whitespace after semicolon. (semi-spacing)
(#823) Operator '=' must be spaced. (space-infix-ops)
(#823) Requires a space after '{'. (block-spacing)
(#823) Statement inside of curly braces should be on next line. (brace-style)
(#823) Missing space before opening brace. (space-before-blocks)
(#823) Expected space(s) after "for". (keyword-spacing)
(#823) Operator '=' must be spaced. (space-infix-ops)
(#823) A space is required after ','. (comma-spacing)
(#823) Operator '=' must be spaced. (space-infix-ops)
(#823) Missing whitespace after semicolon. (semi-spacing)
(#823) Operator '<' must be spaced. (space-infix-ops)
(#824) This line has a length of 509. Maximum allowed is 132. (max-len)
(#824) Missing whitespace after semicolon. (semi-spacing)
(#824) Expected { after 'for' condition. (curly)
(#824) Expected space(s) before "this". (keyword-spacing)
(#824) A space is required after ','. (comma-spacing)
(#824) A space is required after ','. (comma-spacing)
(#824) Missing whitespace after semicolon. (semi-spacing)
(#824) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#824) Operator '&&' must be spaced. (space-infix-ops)
(#824) A space is required after ','. (comma-spacing)
(#824) A space is required after ','. (comma-spacing)
(#824) Missing whitespace after semicolon. (semi-spacing)
(#824) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#824) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#824) Operator '&&' must be spaced. (space-infix-ops)
(#824) A space is required after ','. (comma-spacing)
(#824) A space is required after ','. (comma-spacing)
(#824) Requires a space before '}'. (block-spacing)
(#824) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#824) Missing semicolon. (semi)
(#824) Missing whitespace after semicolon. (semi-spacing)
(#824) Operator '=' must be spaced. (space-infix-ops)
(#824) Requires a space after '{'. (block-spacing)
(#824) Statement inside of curly braces should be on next line. (brace-style)
(#824) Missing space before opening brace. (space-before-blocks)
(#824) Operator '=' must be spaced. (space-infix-ops)
(#824) Missing whitespace after semicolon. (semi-spacing)
(#824) Expected space(s) after "for". (keyword-spacing)
(#824) Operator '=' must be spaced. (space-infix-ops)
(#824) A space is required after ','. (comma-spacing)
(#824) Operator '=' must be spaced. (space-infix-ops)
(#824) A space is required after ','. (comma-spacing)
(#824) Operator '=' must be spaced. (space-infix-ops)
(#824) A space is required after ','. (comma-spacing)
(#824) Operator '=' must be spaced. (space-infix-ops)
(#824) A space is required after ','. (comma-spacing)
(#824) Operator '=' must be spaced. (space-infix-ops)
(#824) Missing whitespace after semicolon. (semi-spacing)
(#824) Operator '<' must be spaced. (space-infix-ops)
(#824) Missing whitespace after semicolon. (semi-spacing)
(#824) Requires a space after '{'. (block-spacing)
(#824) Statement inside of curly braces should be on next line. (brace-style)
(#824) Missing space before opening brace. (space-before-blocks)
(#824) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#824) Operator '===' must be spaced. (space-infix-ops)
(#824) Operator '&&' must be spaced. (space-infix-ops)
(#824) Operator '=' must be spaced. (space-infix-ops)
(#824) A space is required after ','. (comma-spacing)
(#824) Operator '+=' must be spaced. (space-infix-ops)
(#824) A space is required after ','. (comma-spacing)
(#824) Operator '=' must be spaced. (space-infix-ops)
(#824) Missing whitespace after semicolon. (semi-spacing)
(#824) Operator '=' must be spaced. (space-infix-ops)
(#824) Missing whitespace after semicolon. (semi-spacing)
(#824) Expected space(s) after "if". (keyword-spacing)
(#824) Operator '===' must be spaced. (space-infix-ops)
(#824) Expected { after 'if' condition. (curly)
(#824) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#824) Operator '+=' must be spaced. (space-infix-ops)
(#824) Operator '*' must be spaced. (space-infix-ops)
(#824) Unexpected use of comma operator. (no-sequences)
(#824) A space is required after ','. (comma-spacing)
(#824) Operator '+=' must be spaced. (space-infix-ops)
(#824) Missing whitespace after semicolon. (semi-spacing)
(#824) Expected space(s) after "if". (keyword-spacing)
(#824) Operator '===' must be spaced. (space-infix-ops)
(#824) Operator '||' must be spaced. (space-infix-ops)
(#824) Operator '===' must be spaced. (space-infix-ops)
(#824) Expected { after 'if' condition. (curly)
(#824) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#824) Operator '+=' must be spaced. (space-infix-ops)
(#824) Operator '*' must be spaced. (space-infix-ops)
(#824) Unexpected use of comma operator. (no-sequences)
(#824) A space is required after ','. (comma-spacing)
(#824) Operator '+=' must be spaced. (space-infix-ops)
(#824) Missing whitespace after semicolon. (semi-spacing)
(#824) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#824) Operator '>' must be spaced. (space-infix-ops)
(#824) Operator '||' must be spaced. (space-infix-ops)
(#825) This line has a length of 509. Maximum allowed is 132. (max-len)
(#825) Operator '<' must be spaced. (space-infix-ops)
(#825) Operator '&&' must be spaced. (space-infix-ops)
(#825) Operator '>' must be spaced. (space-infix-ops)
(#825) Operator '||' must be spaced. (space-infix-ops)
(#825) Operator '<' must be spaced. (space-infix-ops)
(#825) Operator '&&' must be spaced. (space-infix-ops)
(#825) Operator '>=' must be spaced. (space-infix-ops)
(#825) Operator '&&' must be spaced. (space-infix-ops)
(#825) A constructor name should not start with a lowercase letter. (new-cap)
(#825) A space is required after ','. (comma-spacing)
(#825) A space is required after ','. (comma-spacing)
(#825) A space is required after ','. (comma-spacing)
(#825) A space is required after ','. (comma-spacing)
(#825) Operator '+=' must be spaced. (space-infix-ops)
(#825) A space is required after ','. (comma-spacing)
(#825) Requires a space before '}'. (block-spacing)
(#825) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#825) Missing semicolon. (semi)
(#825) 'c' used outside of binding context. (block-scoped-var)
(#825) Operator '+=' must be spaced. (space-infix-ops)
(#825) Operator '*' must be spaced. (space-infix-ops)
(#825) Missing whitespace after semicolon. (semi-spacing)
(#825) 'd' used outside of binding context. (block-scoped-var)
(#825) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#825) Operator '=' must be spaced. (space-infix-ops)
(#825) Operator '*' must be spaced. (space-infix-ops)
(#825) Operator '+' must be spaced. (space-infix-ops)
(#825) Missing whitespace after semicolon. (semi-spacing)
(#825) Expected space(s) after "for". (keyword-spacing)
(#825) 'e' used outside of binding context. (block-scoped-var)
(#825) Operator '=' must be spaced. (space-infix-ops)
(#825) Missing whitespace after semicolon. (semi-spacing)
(#825) Operator '>' must be spaced. (space-infix-ops)
(#825) 'e' used outside of binding context. (block-scoped-var)
(#825) Missing whitespace after semicolon. (semi-spacing)
(#825) 'e' used outside of binding context. (block-scoped-var)
(#825) Expected { after 'for' condition. (curly)
(#825) Expected space(s) before "if". (keyword-spacing)
(#825) Expected space(s) after "if". (keyword-spacing)
(#825) 'b' used outside of binding context. (block-scoped-var)
(#825) Operator '=' must be spaced. (space-infix-ops)
(#825) 'e' used outside of binding context. (block-scoped-var)
(#825) Unexpected use of comma operator. (no-sequences)
(#825) A space is required after ','. (comma-spacing)
(#825) Operator '===' must be spaced. (space-infix-ops)
(#825) 'b' used outside of binding context. (block-scoped-var)
(#825) Operator '&&' must be spaced. (space-infix-ops)
(#825) 'c' used outside of binding context. (block-scoped-var)
(#825) Operator '+=' must be spaced. (space-infix-ops)
(#825) A space is required after ','. (comma-spacing)
(#825) 'd' used outside of binding context. (block-scoped-var)
(#825) Operator '=' must be spaced. (space-infix-ops)
(#825) Operator '*' must be spaced. (space-infix-ops)
(#825) Operator '+' must be spaced. (space-infix-ops)
(#825) A space is required after ','. (comma-spacing)
(#825) Operator '<=' must be spaced. (space-infix-ops)
(#825) 'b' used outside of binding context. (block-scoped-var)
(#825) Operator '&&' must be spaced. (space-infix-ops)
(#825) Operator '>=' must be spaced. (space-infix-ops)
(#825) 'b' used outside of binding context. (block-scoped-var)
(#825) Operator '||' must be spaced. (space-infix-ops)
(#825) Operator '<=' must be spaced. (space-infix-ops)
(#825) 'b' used outside of binding context. (block-scoped-var)
(#825) Operator '&&' must be spaced. (space-infix-ops)
(#825) Operator '>=' must be spaced. (space-infix-ops)
(#825) 'b' used outside of binding context. (block-scoped-var)
(#825) Expected { after 'if' condition. (curly)
(#825) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#825) Expected space(s) before "this". (keyword-spacing)
(#825) A constructor name should not start with a lowercase letter. (new-cap)
(#825) 'b' used outside of binding context. (block-scoped-var)
(#825) A space is required after ','. (comma-spacing)
(#825) 'd' used outside of binding context. (block-scoped-var)
(#825) A space is required after ','. (comma-spacing)
(#825) 'c' used outside of binding context. (block-scoped-var)
(#825) A space is required after ','. (comma-spacing)
(#825) Unexpected use of comma operator. (no-sequences)
(#825) A space is required after ','. (comma-spacing)
(#825) 'd' used outside of binding context. (block-scoped-var)
(#825) Operator '+=' must be spaced. (space-infix-ops)
(#825) Requires a space before '}'. (block-spacing)
(#825) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#825) Missing semicolon. (semi)
(#825) Missing whitespace after semicolon. (semi-spacing)
(#825) Operator '=' must be spaced. (space-infix-ops)
(#826) This line has a length of 517. Maximum allowed is 132. (max-len)
(#826) A space is required after ','. (comma-spacing)
(#826) A space is required after ','. (comma-spacing)
(#826) Requires a space after '{'. (block-spacing)
(#826) Statement inside of curly braces should be on next line. (brace-style)
(#826) Missing space before opening brace. (space-before-blocks)
(#826) Operator '=' must be spaced. (space-infix-ops)
(#826) Operator '+' must be spaced. (space-infix-ops)
(#826) Operator '/' must be spaced. (space-infix-ops)
(#826) A space is required after ','. (comma-spacing)
(#826) Operator '+' must be spaced. (space-infix-ops)
(#826) Operator '/' must be spaced. (space-infix-ops)
(#826) A space is required after ','. (comma-spacing)
(#826) Operator '*' must be spaced. (space-infix-ops)
(#826) A space is required after ','. (comma-spacing)
(#826) Operator '+' must be spaced. (space-infix-ops)
(#826) Operator '/' must be spaced. (space-infix-ops)
(#826) A space is required after ','. (comma-spacing)
(#826) Operator '+' must be spaced. (space-infix-ops)
(#826) Operator '/' must be spaced. (space-infix-ops)
(#826) A space is required after ','. (comma-spacing)
(#826) Operator '/' must be spaced. (space-infix-ops)
(#826) Missing whitespace after semicolon. (semi-spacing)
(#826) A space is required after ','. (comma-spacing)
(#826) Missing whitespace after semicolon. (semi-spacing)
(#826) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#826) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#826) A space is required after ','. (comma-spacing)
(#826) Missing whitespace after semicolon. (semi-spacing)
(#826) A space is required after ','. (comma-spacing)
(#826) Missing whitespace after semicolon. (semi-spacing)
(#826) Operator '=' must be spaced. (space-infix-ops)
(#826) Missing whitespace after semicolon. (semi-spacing)
(#826) A space is required after ','. (comma-spacing)
(#826) A space is required after ','. (comma-spacing)
(#826) A space is required after ','. (comma-spacing)
(#826) A space is required after ','. (comma-spacing)
(#826) A space is required after ','. (comma-spacing)
(#826) Operator '/' must be spaced. (space-infix-ops)
(#826) Missing whitespace after semicolon. (semi-spacing)
(#826) Expected space(s) after "if". (keyword-spacing)
(#826) Operator '===' must be spaced. (space-infix-ops)
(#826) Operator '||' must be spaced. (space-infix-ops)
(#826) Operator '===' must be spaced. (space-infix-ops)
(#826) Operator '||' must be spaced. (space-infix-ops)
(#826) Expected { after 'if' condition. (curly)
(#826) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#826) Operator '=' must be spaced. (space-infix-ops)
(#826) Unexpected use of comma operator. (no-sequences)
(#826) A space is required after ','. (comma-spacing)
(#826) Operator '=' must be spaced. (space-infix-ops)
(#826) A space is required after ','. (comma-spacing)
(#826) A space is required after ','. (comma-spacing)
(#826) Operator '=' must be spaced. (space-infix-ops)
(#826) Missing whitespace after semicolon. (semi-spacing)
(#826) Missing whitespace after semicolon. (semi-spacing)
(#826) Operator '=' must be spaced. (space-infix-ops)
(#826) A space is required after ','. (comma-spacing)
(#827) This line has a length of 506. Maximum allowed is 132. (max-len)
(#827) Operator '=' must be spaced. (space-infix-ops)
(#827) Missing whitespace after semicolon. (semi-spacing)
(#827) Operator '=' must be spaced. (space-infix-ops)
(#827) Missing whitespace after semicolon. (semi-spacing)
(#827) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#827) Operator '=' must be spaced. (space-infix-ops)
(#827) Missing whitespace after semicolon. (semi-spacing)
(#827) A space is required after ','. (comma-spacing)
(#827) Operator '+' must be spaced. (space-infix-ops)
(#827) Operator '/' must be spaced. (space-infix-ops)
(#827) A space is required after ','. (comma-spacing)
(#827) Operator '+' must be spaced. (space-infix-ops)
(#827) Operator '/' must be spaced. (space-infix-ops)
(#827) Requires a space before '}'. (block-spacing)
(#827) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#827) Missing semicolon. (semi)
(#827) Missing whitespace after semicolon. (semi-spacing)
(#827) Operator '=' must be spaced. (space-infix-ops)
(#827) 'd' is defined but never used. (no-unused-vars)
(#827) Requires a space after '{'. (block-spacing)
(#827) Statement inside of curly braces should be on next line. (brace-style)
(#827) Missing space before opening brace. (space-before-blocks)
(#827) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#827) Operator '&&' must be spaced. (space-infix-ops)
(#827) Operator '?' must be spaced. (space-infix-ops)
(#827) Operator '=' must be spaced. (space-infix-ops)
(#827) Operator ':' must be spaced. (space-infix-ops)
(#827) Operator '=' must be spaced. (space-infix-ops)
(#827) A space is required after ','. (comma-spacing)
(#827) Requires a space before '}'. (block-spacing)
(#827) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#827) Missing semicolon. (semi)
(#827) Missing whitespace after semicolon. (semi-spacing)
(#827) Operator '=' must be spaced. (space-infix-ops)
(#827) Requires a space after '{'. (block-spacing)
(#827) Statement inside of curly braces should be on next line. (brace-style)
(#827) Missing space before opening brace. (space-before-blocks)
(#827) Requires a space before '}'. (block-spacing)
(#827) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#827) Missing semicolon. (semi)
(#827) Missing whitespace after semicolon. (semi-spacing)
(#827) Operator '=' must be spaced. (space-infix-ops)
(#827) Requires a space after '{'. (block-spacing)
(#827) Statement inside of curly braces should be on next line. (brace-style)
(#827) Missing space before opening brace. (space-before-blocks)
(#827) Operator '=' must be spaced. (space-infix-ops)
(#827) Missing whitespace after semicolon. (semi-spacing)
(#827) Operator '=' must be spaced. (space-infix-ops)
(#827) Missing whitespace after semicolon. (semi-spacing)
(#827) Operator '=' must be spaced. (space-infix-ops)
(#827) Missing whitespace after semicolon. (semi-spacing)
(#827) Expected space(s) after "for". (keyword-spacing)
(#827) Operator '=' must be spaced. (space-infix-ops)
(#827) A space is required after ','. (comma-spacing)
(#827) Operator '=' must be spaced. (space-infix-ops)
(#827) Missing whitespace after semicolon. (semi-spacing)
(#827) Operator '<' must be spaced. (space-infix-ops)
(#827) Missing whitespace after semicolon. (semi-spacing)
(#827) Requires a space after '{'. (block-spacing)
(#827) Statement inside of curly braces should be on next line. (brace-style)
(#827) Missing space before opening brace. (space-before-blocks)
(#827) Operator '=' must be spaced. (space-infix-ops)
(#827) Missing whitespace after semicolon. (semi-spacing)
(#827) Expected space(s) after "if". (keyword-spacing)
(#827) A space is required after ','. (comma-spacing)
(#827) A space is required after ','. (comma-spacing)
(#827) Operator '+' must be spaced. (space-infix-ops)
(#827) Operator '&&' must be spaced. (space-infix-ops)
(#828) This line has a length of 472. Maximum allowed is 132. (max-len)
(#828) A space is required after ','. (comma-spacing)
(#828) Operator '+' must be spaced. (space-infix-ops)
(#828) Requires a space after '{'. (block-spacing)
(#828) Statement inside of curly braces should be on next line. (brace-style)
(#828) Missing space before opening brace. (space-before-blocks)
(#828) Operator '=' must be spaced. (space-infix-ops)
(#828) Missing whitespace after semicolon. (semi-spacing)
(#828) Requires a space before '}'. (block-spacing)
(#828) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#828) Missing semicolon. (semi)
(#828) Requires a space before '}'. (block-spacing)
(#828) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#828) Expected space(s) before "this". (keyword-spacing)
(#828) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#828) Requires a space before '}'. (block-spacing)
(#828) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#828) Missing semicolon. (semi)
(#828) Missing whitespace after semicolon. (semi-spacing)
(#828) Operator '=' must be spaced. (space-infix-ops)
(#828) 'd' is defined but never used. (no-unused-vars)
(#828) Requires a space after '{'. (block-spacing)
(#828) Statement inside of curly braces should be on next line. (brace-style)
(#828) Missing space before opening brace. (space-before-blocks)
(#828) Operator '=' must be spaced. (space-infix-ops)
(#828) Missing whitespace after semicolon. (semi-spacing)
(#828) Requires a space before '}'. (block-spacing)
(#828) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#828) Missing semicolon. (semi)
(#828) Requires a space before '}'. (block-spacing)
(#828) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#828) Missing semicolon. (semi)
(#828) A space is required after ','. (comma-spacing)
(#828) A space is required after ','. (comma-spacing)
(#828) A space is required after ','. (comma-spacing)
(#828) Missing whitespace after semicolon. (semi-spacing)
(#828) A space is required after ','. (comma-spacing)
(#828) A space is required after ','. (comma-spacing)
(#828) A space is required after ','. (comma-spacing)
(#828) 'v' is defined but never used. (no-unused-vars)
(#828) Requires a space after '{'. (block-spacing)
(#828) Statement inside of curly braces should be on next line. (brace-style)
(#828) Missing space before opening brace. (space-before-blocks)
(#828) Operator '=' must be spaced. (space-infix-ops)
(#828) Missing whitespace after semicolon. (semi-spacing)
(#828) Operator '=' must be spaced. (space-infix-ops)
(#828) Requires a space after '{'. (block-spacing)
(#828) Statement inside of curly braces should be on next line. (brace-style)
(#828) Missing space before opening brace. (space-before-blocks)
(#828) Requires a space before '}'. (block-spacing)
(#828) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#828) Missing semicolon. (semi)
(#828) Missing whitespace after semicolon. (semi-spacing)
(#828) Operator '=' must be spaced. (space-infix-ops)
(#828) Requires a space after '{'. (block-spacing)
(#828) Statement inside of curly braces should be on next line. (brace-style)
(#828) Missing space before opening brace. (space-before-blocks)
(#828) Requires a space before '}'. (block-spacing)
(#828) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#828) Missing semicolon. (semi)
(#828) Requires a space before '}'. (block-spacing)
(#828) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#828) Missing semicolon. (semi)
(#828) A space is required after ','. (comma-spacing)
(#828) A space is required after ','. (comma-spacing)
(#828) Missing whitespace after semicolon. (semi-spacing)
(#828) A space is required after ','. (comma-spacing)
(#828) A space is required after ','. (comma-spacing)
(#828) 'w' is defined but never used. (no-unused-vars)
(#828) Requires a space after '{'. (block-spacing)
(#828) Statement inside of curly braces should be on next line. (brace-style)
(#828) Missing space before opening brace. (space-before-blocks)
(#828) Operator '=' must be spaced. (space-infix-ops)
(#828) Missing whitespace after semicolon. (semi-spacing)
(#828) Operator '=' must be spaced. (space-infix-ops)
(#828) A space is required after ','. (comma-spacing)
(#828) Requires a space after '{'. (block-spacing)
(#828) Statement inside of curly braces should be on next line. (brace-style)
(#828) Missing space before opening brace. (space-before-blocks)
(#828) A space is required after ','. (comma-spacing)
(#828) A space is required after ','. (comma-spacing)
(#828) Requires a space before '}'. (block-spacing)
(#828) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#828) Missing semicolon. (semi)
(#828) Requires a space before '}'. (block-spacing)
(#828) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#828) Missing semicolon. (semi)
(#828) A space is required after ','. (comma-spacing)
(#829) This line has a length of 502. Maximum allowed is 132. (max-len)
(#829) A space is required after ','. (comma-spacing)
(#829) A space is required after ','. (comma-spacing)
(#829) A space is required after ','. (comma-spacing)
(#829) A space is required after ','. (comma-spacing)
(#829) A space is required after ','. (comma-spacing)
(#829) A space is required after ','. (comma-spacing)
(#829) 'd' is defined but never used. (no-unused-vars)
(#829) Requires a space after '{'. (block-spacing)
(#829) Statement inside of curly braces should be on next line. (brace-style)
(#829) Missing space before opening brace. (space-before-blocks)
(#829) Operator '=' must be spaced. (space-infix-ops)
(#829) Missing whitespace after semicolon. (semi-spacing)
(#829) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#829) Operator '=' must be spaced. (space-infix-ops)
(#829) Missing whitespace after semicolon. (semi-spacing)
(#829) Operator '=' must be spaced. (space-infix-ops)
(#829) Missing whitespace after semicolon. (semi-spacing)
(#829) Operator '=' must be spaced. (space-infix-ops)
(#829) Missing space before value for key 'userAgent'. (key-spacing)
(#829) A space is required after ','. (comma-spacing)
(#829) Missing space before value for key 'platform'. (key-spacing)
(#829) A space is required after ','. (comma-spacing)
(#829) Identifier 'v_cwc' is not in camel case. (camelcase)
(#829) Missing space before value for key 'v_cwc'. (key-spacing)
(#829) A space is required after ','. (comma-spacing)
(#829) Identifier 'v_jQuery' is not in camel case. (camelcase)
(#829) Missing space before value for key 'v_jQuery'. (key-spacing)
(#829) A space is required after ','. (comma-spacing)
(#829) Identifier 'v_jQuery_ui' is not in camel case. (camelcase)
(#829) Missing space before value for key 'v_jQuery_ui'. (key-spacing)
(#829) Missing whitespace after semicolon. (semi-spacing)
(#829) Operator '=' must be spaced. (space-infix-ops)
(#829) Missing '()' invoking a constructor. (new-parens)
(#829) A space is required after ','. (comma-spacing)
(#829) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#829) Operator '=' must be spaced. (space-infix-ops)
(#829) Missing '()' invoking a constructor. (new-parens)
(#829) Missing whitespace after semicolon. (semi-spacing)
(#829) Operator '=' must be spaced. (space-infix-ops)
(#829) A space is required after ','. (comma-spacing)
(#829) A space is required after ','. (comma-spacing)
(#829) A space is required after ','. (comma-spacing)
(#829) A space is required after ','. (comma-spacing)
(#829) Requires a space after '{'. (block-spacing)
(#829) Statement inside of curly braces should be on next line. (brace-style)
(#829) Missing space before opening brace. (space-before-blocks)
(#829) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#829) Operator '?' must be spaced. (space-infix-ops)
(#829) Missing space before value for key 'call'. (key-spacing)
(#829) A space is required after ','. (comma-spacing)
(#829) Missing space before value for key 'content'. (key-spacing)
(#829) A space is required after ','. (comma-spacing)
(#829) Missing space before value for key 'options'. (key-spacing)
(#829) A space is required after ','. (comma-spacing)
(#829) Missing space before value for key 'callback'. (key-spacing)
(#829) A space is required after ','. (comma-spacing)
(#829) Missing space before value for key 'errorback'. (key-spacing)
(#829) Operator ':' must be spaced. (space-infix-ops)
(#829) Operator '=' must be spaced. (space-infix-ops)
(#829) A space is required after ','. (comma-spacing)
(#829) Missing space before value for key 'dataType'. (key-spacing)
(#829) A space is required after ','. (comma-spacing)
(#829) Missing space before value for key 'type'. (key-spacing)
(#829) A space is required after ','. (comma-spacing)
(#829) Missing space before value for key 'data'. (key-spacing)
(#829) Missing space before value for key 'call'. (key-spacing)
(#829) A space is required after ','. (comma-spacing)
(#829) Missing space before value for key 'content'. (key-spacing)
(#830) This line has a length of 534. Maximum allowed is 132. (max-len)
(#830) Missing space before value for key 'options'. (key-spacing)
(#830) A space is required after ','. (comma-spacing)
(#830) Missing space before value for key 'info'. (key-spacing)
(#830) A space is required after ','. (comma-spacing)
(#830) Missing space before value for key 'url'. (key-spacing)
(#830) A space is required after ','. (comma-spacing)
(#830) Missing space before value for key 'success'. (key-spacing)
(#830) Requires a space after '{'. (block-spacing)
(#830) Statement inside of curly braces should be on next line. (brace-style)
(#830) Missing space before opening brace. (space-before-blocks)
(#830) Operator '=' must be spaced. (space-infix-ops)
(#830) Missing whitespace after semicolon. (semi-spacing)
(#830) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#830) Operator '&&' must be spaced. (space-infix-ops)
(#830) Unexpected alert. (no-alert)
(#830) Missing whitespace after semicolon. (semi-spacing)
(#830) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#830) Operator '=' must be spaced. (space-infix-ops)
(#830) Missing whitespace after semicolon. (semi-spacing)
(#830) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#830) Operator '&&' must be spaced. (space-infix-ops)
(#830) Operator '&&' must be spaced. (space-infix-ops)
(#830) Operator '&&' must be spaced. (space-infix-ops)
(#830) Missing whitespace after semicolon. (semi-spacing)
(#830) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#830) Operator '&&' must be spaced. (space-infix-ops)
(#830) Operator '&&' must be spaced. (space-infix-ops)
(#830) Missing whitespace after semicolon. (semi-spacing)
(#830) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#830) Operator '||' must be spaced. (space-infix-ops)
(#830) Operator '=' must be spaced. (space-infix-ops)
(#830) A space is required after ','. (comma-spacing)
(#830) A space is required after ','. (comma-spacing)
(#830) A space is required after ','. (comma-spacing)
(#830) A space is required after ','. (comma-spacing)
(#830) A space is required after ','. (comma-spacing)
(#830) Requires a space before '}'. (block-spacing)
(#830) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#830) Missing semicolon. (semi)
(#830) A space is required after ','. (comma-spacing)
(#830) Missing space before value for key 'error'. (key-spacing)
(#830) A space is required after ','. (comma-spacing)
(#830) 'y' is defined but never used. (no-unused-vars)
(#830) A space is required after ','. (comma-spacing)
(#830) 'x' is defined but never used. (no-unused-vars)
(#830) Requires a space after '{'. (block-spacing)
(#830) Statement inside of curly braces should be on next line. (brace-style)
(#830) Missing space before opening brace. (space-before-blocks)
(#830) Operator '=' must be spaced. (space-infix-ops)
(#830) Missing whitespace after semicolon. (semi-spacing)
(#830) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#830) Operator '&&' must be spaced. (space-infix-ops)
(#830) Missing whitespace after semicolon. (semi-spacing)
(#830) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#830) Operator '||' must be spaced. (space-infix-ops)
(#830) Operator '=' must be spaced. (space-infix-ops)
(#830) A space is required after ','. (comma-spacing)
(#830) A space is required after ','. (comma-spacing)
(#830) A space is required after ','. (comma-spacing)
(#830) A space is required after ','. (comma-spacing)
(#830) A space is required after ','. (comma-spacing)
(#830) Requires a space before '}'. (block-spacing)
(#830) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#830) Missing semicolon. (semi)
(#830) A space is required after ','. (comma-spacing)
(#830) Missing space before value for key 'xhrFields'. (key-spacing)
(#830) Missing space before value for key 'withCredentials'. (key-spacing)
(#830) A space is required after ','. (comma-spacing)
(#830) Missing space before value for key 'async'. (key-spacing)
(#830) Requires a space before '}'. (block-spacing)
(#830) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#830) Missing semicolon. (semi)
(#830) Missing whitespace after semicolon. (semi-spacing)
(#830) Operator '=' must be spaced. (space-infix-ops)
(#830) A space is required after ','. (comma-spacing)
(#830) A space is required after ','. (comma-spacing)
(#830) A space is required after ','. (comma-spacing)
(#830) Requires a space after '{'. (block-spacing)
(#830) Statement inside of curly braces should be on next line. (brace-style)
(#830) Missing space before opening brace. (space-before-blocks)
(#831) This line has a length of 504. Maximum allowed is 132. (max-len)
(#831) Missing space before value for key 'credential'. (key-spacing)
(#831) A space is required after ','. (comma-spacing)
(#831) A space is required after ','. (comma-spacing)
(#831) Requires a space after '{'. (block-spacing)
(#831) Statement inside of curly braces should be on next line. (brace-style)
(#831) Missing space before opening brace. (space-before-blocks)
(#831) Requires a space before '}'. (block-spacing)
(#831) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#831) Missing semicolon. (semi)
(#831) A space is required after ','. (comma-spacing)
(#831) Requires a space before '}'. (block-spacing)
(#831) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#831) Missing semicolon. (semi)
(#831) Missing whitespace after semicolon. (semi-spacing)
(#831) Operator '=' must be spaced. (space-infix-ops)
(#831) A space is required after ','. (comma-spacing)
(#831) A space is required after ','. (comma-spacing)
(#831) A space is required after ','. (comma-spacing)
(#831) Requires a space after '{'. (block-spacing)
(#831) Statement inside of curly braces should be on next line. (brace-style)
(#831) Missing space before opening brace. (space-before-blocks)
(#831) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#831) Operator '=' must be spaced. (space-infix-ops)
(#831) Missing whitespace after semicolon. (semi-spacing)
(#831) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#831) Operator '===' must be spaced. (space-infix-ops)
(#831) Operator '||' must be spaced. (space-infix-ops)
(#831) Operator '?' must be spaced. (space-infix-ops)
(#831) Operator '=' must be spaced. (space-infix-ops)
(#831) Operator ':' must be spaced. (space-infix-ops)
(#831) Operator '=' must be spaced. (space-infix-ops)
(#831) A space is required after ','. (comma-spacing)
(#831) Missing whitespace after semicolon. (semi-spacing)
(#831) A space is required after ','. (comma-spacing)
(#831) A space is required after ','. (comma-spacing)
(#831) A space is required after ','. (comma-spacing)
(#831) Requires a space after '{'. (block-spacing)
(#831) Statement inside of curly braces should be on next line. (brace-style)
(#831) Missing space before opening brace. (space-before-blocks)
(#831) A space is required after ','. (comma-spacing)
(#831) Requires a space before '}'. (block-spacing)
(#831) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#831) Missing semicolon. (semi)
(#831) A space is required after ','. (comma-spacing)
(#831) Requires a space before '}'. (block-spacing)
(#831) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#831) Missing semicolon. (semi)
(#831) Missing whitespace after semicolon. (semi-spacing)
(#831) Operator '=' must be spaced. (space-infix-ops)
(#831) A space is required after ','. (comma-spacing)
(#831) A space is required after ','. (comma-spacing)
(#831) A space is required after ','. (comma-spacing)
(#831) Requires a space after '{'. (block-spacing)
(#831) Statement inside of curly braces should be on next line. (brace-style)
(#831) Missing space before opening brace. (space-before-blocks)
(#831) A space is required after ','. (comma-spacing)
(#831) Missing space before value for key 'mol'. (key-spacing)
(#831) A space is required after ','. (comma-spacing)
(#831) A space is required after ','. (comma-spacing)
(#831) Requires a space after '{'. (block-spacing)
(#831) Statement inside of curly braces should be on next line. (brace-style)
(#831) Missing space before opening brace. (space-before-blocks)
(#831) Requires a space before '}'. (block-spacing)
(#831) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#831) Missing semicolon. (semi)
(#831) A space is required after ','. (comma-spacing)
(#831) Requires a space before '}'. (block-spacing)
(#831) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#831) Missing semicolon. (semi)
(#831) Missing whitespace after semicolon. (semi-spacing)
(#831) Operator '=' must be spaced. (space-infix-ops)
(#831) A space is required after ','. (comma-spacing)
(#831) A space is required after ','. (comma-spacing)
(#831) A space is required after ','. (comma-spacing)
(#831) Requires a space after '{'. (block-spacing)
(#831) Statement inside of curly braces should be on next line. (brace-style)
(#831) Missing space before opening brace. (space-before-blocks)
(#831) A space is required after ','. (comma-spacing)
(#831) Missing space before value for key 'mol'. (key-spacing)
(#831) A space is required after ','. (comma-spacing)
(#831) A space is required after ','. (comma-spacing)
(#831) Requires a space after '{'. (block-spacing)
(#831) Statement inside of curly braces should be on next line. (brace-style)
(#831) Missing space before opening brace. (space-before-blocks)
(#831) Requires a space before '}'. (block-spacing)
(#831) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#831) Missing semicolon. (semi)
(#831) A space is required after ','. (comma-spacing)
(#831) Requires a space before '}'. (block-spacing)
(#831) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#831) Missing semicolon. (semi)
(#832) This line has a length of 501. Maximum allowed is 132. (max-len)
(#832) Operator '=' must be spaced. (space-infix-ops)
(#832) A space is required after ','. (comma-spacing)
(#832) A space is required after ','. (comma-spacing)
(#832) A space is required after ','. (comma-spacing)
(#832) Requires a space after '{'. (block-spacing)
(#832) Statement inside of curly braces should be on next line. (brace-style)
(#832) Missing space before opening brace. (space-before-blocks)
(#832) A space is required after ','. (comma-spacing)
(#832) Missing space before value for key 'mol'. (key-spacing)
(#832) A space is required after ','. (comma-spacing)
(#832) A space is required after ','. (comma-spacing)
(#832) Requires a space after '{'. (block-spacing)
(#832) Statement inside of curly braces should be on next line. (brace-style)
(#832) Missing space before opening brace. (space-before-blocks)
(#832) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#832) Requires a space before '}'. (block-spacing)
(#832) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#832) Missing semicolon. (semi)
(#832) A space is required after ','. (comma-spacing)
(#832) Requires a space before '}'. (block-spacing)
(#832) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#832) Missing semicolon. (semi)
(#832) Missing whitespace after semicolon. (semi-spacing)
(#832) Operator '=' must be spaced. (space-infix-ops)
(#832) A space is required after ','. (comma-spacing)
(#832) A space is required after ','. (comma-spacing)
(#832) A space is required after ','. (comma-spacing)
(#832) Requires a space after '{'. (block-spacing)
(#832) Statement inside of curly braces should be on next line. (brace-style)
(#832) Missing space before opening brace. (space-before-blocks)
(#832) A space is required after ','. (comma-spacing)
(#832) Missing space before value for key 'mol'. (key-spacing)
(#832) A space is required after ','. (comma-spacing)
(#832) A space is required after ','. (comma-spacing)
(#832) Requires a space after '{'. (block-spacing)
(#832) Statement inside of curly braces should be on next line. (brace-style)
(#832) Missing space before opening brace. (space-before-blocks)
(#832) Requires a space before '}'. (block-spacing)
(#832) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#832) Missing semicolon. (semi)
(#832) A space is required after ','. (comma-spacing)
(#832) Requires a space before '}'. (block-spacing)
(#832) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#832) Missing semicolon. (semi)
(#832) Missing whitespace after semicolon. (semi-spacing)
(#832) Operator '=' must be spaced. (space-infix-ops)
(#832) A space is required after ','. (comma-spacing)
(#832) A space is required after ','. (comma-spacing)
(#832) A space is required after ','. (comma-spacing)
(#832) Requires a space after '{'. (block-spacing)
(#832) Statement inside of curly braces should be on next line. (brace-style)
(#832) Missing space before opening brace. (space-before-blocks)
(#832) A space is required after ','. (comma-spacing)
(#832) Missing space before value for key 'content'. (key-spacing)
(#832) A space is required after ','. (comma-spacing)
(#832) A space is required after ','. (comma-spacing)
(#832) Requires a space after '{'. (block-spacing)
(#832) Statement inside of curly braces should be on next line. (brace-style)
(#832) Missing space before opening brace. (space-before-blocks)
(#832) Expected space(s) after "for". (keyword-spacing)
(#832) Operator '=' must be spaced. (space-infix-ops)
(#832) A space is required after ','. (comma-spacing)
(#832) Operator '=' must be spaced. (space-infix-ops)
(#832) A space is required after ','. (comma-spacing)
(#832) Operator '=' must be spaced. (space-infix-ops)
(#832) Missing whitespace after semicolon. (semi-spacing)
(#832) Operator '<' must be spaced. (space-infix-ops)
(#832) Missing whitespace after semicolon. (semi-spacing)
(#832) Expected { after 'for' condition. (curly)
(#832) Expected space(s) before "if". (keyword-spacing)
(#832) Expected space(s) after "if". (keyword-spacing)
(#832) Operator '!==' must be spaced. (space-infix-ops)
(#832) Requires a space after '{'. (block-spacing)
(#832) Statement inside of curly braces should be on next line. (brace-style)
(#832) Missing space before opening brace. (space-before-blocks)
(#832) Operator '=' must be spaced. (space-infix-ops)
(#832) Missing whitespace after semicolon. (semi-spacing)
(#832) Requires a space before '}'. (block-spacing)
(#832) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#832) Missing semicolon. (semi)
(#832) Expected space(s) before "if". (keyword-spacing)
(#832) Expected space(s) after "if". (keyword-spacing)
(#832) 'r' used outside of binding context. (block-scoped-var)
(#832) Expected { after 'if' condition. (curly)
(#832) Expected space(s) before "for". (keyword-spacing)
(#832) Expected space(s) after "for". (keyword-spacing)
(#832) 'r' used outside of binding context. (block-scoped-var)
(#832) Operator '=' must be spaced. (space-infix-ops)
(#832) A space is required after ','. (comma-spacing)
(#832) 'y' used outside of binding context. (block-scoped-var)
(#832) Operator '=' must be spaced. (space-infix-ops)
(#832) Missing whitespace after semicolon. (semi-spacing)
(#832) 'r' used outside of binding context. (block-scoped-var)
(#832) Operator '<' must be spaced. (space-infix-ops)
(#832) 'y' used outside of binding context. (block-scoped-var)
(#832) Missing whitespace after semicolon. (semi-spacing)
(#832) 'r' used outside of binding context. (block-scoped-var)
(#832) Expected { after 'for' condition. (curly)
(#832) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#832) 'r' used outside of binding context. (block-scoped-var)
(#832) Operator '/=' must be spaced. (space-infix-ops)
(#832) Unexpected use of comma operator. (no-sequences)
(#832) A space is required after ','. (comma-spacing)
(#832) 'r' used outside of binding context. (block-scoped-var)
(#832) Operator '/=' must be spaced. (space-infix-ops)
(#833) This line has a length of 511. Maximum allowed is 132. (max-len)
(#833) 'r' used outside of binding context. (block-scoped-var)
(#833) Operator '/=' must be spaced. (space-infix-ops)
(#833) Missing whitespace after semicolon. (semi-spacing)
(#833) Requires a space before '}'. (block-spacing)
(#833) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#833) Missing semicolon. (semi)
(#833) A space is required after ','. (comma-spacing)
(#833) Requires a space before '}'. (block-spacing)
(#833) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#833) Missing semicolon. (semi)
(#833) Missing whitespace after semicolon. (semi-spacing)
(#833) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#833) Operator '=' must be spaced. (space-infix-ops)
(#833) A space is required after ','. (comma-spacing)
(#833) A space is required after ','. (comma-spacing)
(#833) A space is required after ','. (comma-spacing)
(#833) Requires a space after '{'. (block-spacing)
(#833) Statement inside of curly braces should be on next line. (brace-style)
(#833) Missing space before opening brace. (space-before-blocks)
(#833) A space is required after ','. (comma-spacing)
(#833) Missing space before value for key 'query'. (key-spacing)
(#833) A space is required after ','. (comma-spacing)
(#833) A space is required after ','. (comma-spacing)
(#833) Requires a space after '{'. (block-spacing)
(#833) Statement inside of curly braces should be on next line. (brace-style)
(#833) Missing space before opening brace. (space-before-blocks)
(#833) Expected space(s) after "if". (keyword-spacing)
(#833) Operator '===' must be spaced. (space-infix-ops)
(#833) Expected { after 'if' condition. (curly)
(#833) Expected space(s) before "for". (keyword-spacing)
(#833) Expected space(s) after "for". (keyword-spacing)
(#833) Operator '=' must be spaced. (space-infix-ops)
(#833) A space is required after ','. (comma-spacing)
(#833) Operator '=' must be spaced. (space-infix-ops)
(#833) Missing whitespace after semicolon. (semi-spacing)
(#833) Operator '<' must be spaced. (space-infix-ops)
(#833) Missing whitespace after semicolon. (semi-spacing)
(#833) Expected { after 'for' condition. (curly)
(#833) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#833) Operator '/=' must be spaced. (space-infix-ops)
(#833) Unexpected use of comma operator. (no-sequences)
(#833) A space is required after ','. (comma-spacing)
(#833) Operator '/=' must be spaced. (space-infix-ops)
(#833) A space is required after ','. (comma-spacing)
(#833) Operator '/=' must be spaced. (space-infix-ops)
(#833) Missing whitespace after semicolon. (semi-spacing)
(#833) Requires a space before '}'. (block-spacing)
(#833) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#833) Missing semicolon. (semi)
(#833) A space is required after ','. (comma-spacing)
(#833) Requires a space before '}'. (block-spacing)
(#833) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#833) Missing semicolon. (semi)
(#833) Missing whitespace after semicolon. (semi-spacing)
(#833) Operator '=' must be spaced. (space-infix-ops)
(#833) A space is required after ','. (comma-spacing)
(#833) A space is required after ','. (comma-spacing)
(#833) A space is required after ','. (comma-spacing)
(#833) Requires a space after '{'. (block-spacing)
(#833) Statement inside of curly braces should be on next line. (brace-style)
(#833) Missing space before opening brace. (space-before-blocks)
(#833) A space is required after ','. (comma-spacing)
(#833) Missing space before value for key 'id'. (key-spacing)
(#833) A space is required after ','. (comma-spacing)
(#833) A space is required after ','. (comma-spacing)
(#833) Requires a space after '{'. (block-spacing)
(#833) Statement inside of curly braces should be on next line. (brace-style)
(#833) Missing space before opening brace. (space-before-blocks)
(#833) Operator '=' must be spaced. (space-infix-ops)
(#833) Operator '?' must be spaced. (space-infix-ops)
(#833) Operator ':' must be spaced. (space-infix-ops)
(#833) Missing '()' invoking a constructor. (new-parens)
(#833) Missing whitespace after semicolon. (semi-spacing)
(#833) Operator '=' must be spaced. (space-infix-ops)
(#833) Missing whitespace after semicolon. (semi-spacing)
(#833) Operator '=' must be spaced. (space-infix-ops)
(#833) Missing whitespace after semicolon. (semi-spacing)
(#833) Expected space(s) after "for". (keyword-spacing)
(#833) Operator '=' must be spaced. (space-infix-ops)
(#833) Missing whitespace after semicolon. (semi-spacing)
(#833) Operator '<' must be spaced. (space-infix-ops)
(#834) This line has a length of 523. Maximum allowed is 132. (max-len)
(#834) Missing whitespace after semicolon. (semi-spacing)
(#834) Expected { after 'for' condition. (curly)
(#834) Expected space(s) before "for". (keyword-spacing)
(#834) Expected space(s) after "for". (keyword-spacing)
(#834) Operator '=' must be spaced. (space-infix-ops)
(#834) A space is required after ','. (comma-spacing)
(#834) Operator '=' must be spaced. (space-infix-ops)
(#834) A space is required after ','. (comma-spacing)
(#834) Operator '=' must be spaced. (space-infix-ops)
(#834) Operator '-' must be spaced. (space-infix-ops)
(#834) Missing whitespace after semicolon. (semi-spacing)
(#834) Operator '<' must be spaced. (space-infix-ops)
(#834) Missing whitespace after semicolon. (semi-spacing)
(#834) Expected { after 'for' condition. (curly)
(#834) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#834) Operator '+' must be spaced. (space-infix-ops)
(#834) Operator '&&' must be spaced. (space-infix-ops)
(#834) Operator '+' must be spaced. (space-infix-ops)
(#834) Operator '=' must be spaced. (space-infix-ops)
(#834) A space is required after ','. (comma-spacing)
(#834) Operator '=' must be spaced. (space-infix-ops)
(#834) Missing whitespace after semicolon. (semi-spacing)
(#834) Operator '=' must be spaced. (space-infix-ops)
(#834) Missing whitespace after semicolon. (semi-spacing)
(#834) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#834) Requires a space before '}'. (block-spacing)
(#834) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#834) Missing semicolon. (semi)
(#834) A space is required after ','. (comma-spacing)
(#834) Requires a space before '}'. (block-spacing)
(#834) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#834) Missing semicolon. (semi)
(#834) Missing whitespace after semicolon. (semi-spacing)
(#834) Operator '=' must be spaced. (space-infix-ops)
(#834) A space is required after ','. (comma-spacing)
(#834) A space is required after ','. (comma-spacing)
(#834) A space is required after ','. (comma-spacing)
(#834) Requires a space after '{'. (block-spacing)
(#834) Statement inside of curly braces should be on next line. (brace-style)
(#834) Missing space before opening brace. (space-before-blocks)
(#834) A space is required after ','. (comma-spacing)
(#834) Missing space before value for key 'query'. (key-spacing)
(#834) A space is required after ','. (comma-spacing)
(#834) A space is required after ','. (comma-spacing)
(#834) Requires a space after '{'. (block-spacing)
(#834) Statement inside of curly braces should be on next line. (brace-style)
(#834) Missing space before opening brace. (space-before-blocks)
(#834) A space is required after ','. (comma-spacing)
(#834) A space is required after ','. (comma-spacing)
(#834) A space is required after ','. (comma-spacing)
(#834) Requires a space before '}'. (block-spacing)
(#834) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#834) Missing semicolon. (semi)
(#834) A space is required after ','. (comma-spacing)
(#834) Requires a space before '}'. (block-spacing)
(#834) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#834) Missing semicolon. (semi)
(#834) Missing whitespace after semicolon. (semi-spacing)
(#834) Operator '=' must be spaced. (space-infix-ops)
(#834) A space is required after ','. (comma-spacing)
(#834) A space is required after ','. (comma-spacing)
(#834) A space is required after ','. (comma-spacing)
(#834) A space is required after ','. (comma-spacing)
(#834) Requires a space after '{'. (block-spacing)
(#834) Statement inside of curly braces should be on next line. (brace-style)
(#834) Missing space before opening brace. (space-before-blocks)
(#834) A space is required after ','. (comma-spacing)
(#834) Missing space before value for key 'arrow'. (key-spacing)
(#834) A space is required after ','. (comma-spacing)
(#834) Missing space before value for key 'target'. (key-spacing)
(#834) A space is required after ','. (comma-spacing)
(#834) A space is required after ','. (comma-spacing)
(#834) Requires a space after '{'. (block-spacing)
(#834) Statement inside of curly braces should be on next line. (brace-style)
(#834) Missing space before opening brace. (space-before-blocks)
(#834) Requires a space before '}'. (block-spacing)
(#834) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#834) Missing semicolon. (semi)
(#834) A space is required after ','. (comma-spacing)
(#834) Requires a space before '}'. (block-spacing)
(#834) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#834) Missing semicolon. (semi)
(#834) Missing whitespace after semicolon. (semi-spacing)
(#834) Operator '=' must be spaced. (space-infix-ops)
(#834) A space is required after ','. (comma-spacing)
(#834) A space is required after ','. (comma-spacing)
(#834) A space is required after ','. (comma-spacing)
(#834) A space is required after ','. (comma-spacing)
(#834) Requires a space after '{'. (block-spacing)
(#834) Statement inside of curly braces should be on next line. (brace-style)
(#834) Missing space before opening brace. (space-before-blocks)
(#835) This line has a length of 523. Maximum allowed is 132. (max-len)
(#835) Missing space before value for key 'arrow'. (key-spacing)
(#835) A space is required after ','. (comma-spacing)
(#835) Missing space before value for key 'target'. (key-spacing)
(#835) A space is required after ','. (comma-spacing)
(#835) A space is required after ','. (comma-spacing)
(#835) Requires a space after '{'. (block-spacing)
(#835) Statement inside of curly braces should be on next line. (brace-style)
(#835) Missing space before opening brace. (space-before-blocks)
(#835) Requires a space before '}'. (block-spacing)
(#835) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#835) Missing semicolon. (semi)
(#835) A space is required after ','. (comma-spacing)
(#835) Requires a space before '}'. (block-spacing)
(#835) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#835) Missing semicolon. (semi)
(#835) Missing whitespace after semicolon. (semi-spacing)
(#835) Operator '=' must be spaced. (space-infix-ops)
(#835) A space is required after ','. (comma-spacing)
(#835) A space is required after ','. (comma-spacing)
(#835) A space is required after ','. (comma-spacing)
(#835) A space is required after ','. (comma-spacing)
(#835) Requires a space after '{'. (block-spacing)
(#835) Statement inside of curly braces should be on next line. (brace-style)
(#835) Missing space before opening brace. (space-before-blocks)
(#835) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#835) A space is required after ','. (comma-spacing)
(#835) Missing space before value for key 'arrow'. (key-spacing)
(#835) A space is required after ','. (comma-spacing)
(#835) Missing space before value for key 'target'. (key-spacing)
(#835) A space is required after ','. (comma-spacing)
(#835) A space is required after ','. (comma-spacing)
(#835) Requires a space after '{'. (block-spacing)
(#835) Statement inside of curly braces should be on next line. (brace-style)
(#835) Missing space before opening brace. (space-before-blocks)
(#835) Requires a space before '}'. (block-spacing)
(#835) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#835) Missing semicolon. (semi)
(#835) A space is required after ','. (comma-spacing)
(#835) Requires a space before '}'. (block-spacing)
(#835) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#835) Missing semicolon. (semi)
(#835) Missing whitespace after semicolon. (semi-spacing)
(#835) Operator '=' must be spaced. (space-infix-ops)
(#835) A space is required after ','. (comma-spacing)
(#835) A space is required after ','. (comma-spacing)
(#835) A space is required after ','. (comma-spacing)
(#835) A space is required after ','. (comma-spacing)
(#835) Requires a space after '{'. (block-spacing)
(#835) Statement inside of curly braces should be on next line. (brace-style)
(#835) Missing space before opening brace. (space-before-blocks)
(#835) A space is required after ','. (comma-spacing)
(#835) Missing space before value for key 'first'. (key-spacing)
(#835) A space is required after ','. (comma-spacing)
(#835) Missing space before value for key 'second'. (key-spacing)
(#835) A space is required after ','. (comma-spacing)
(#835) A space is required after ','. (comma-spacing)
(#835) Requires a space after '{'. (block-spacing)
(#835) Statement inside of curly braces should be on next line. (brace-style)
(#835) Missing space before opening brace. (space-before-blocks)
(#835) Requires a space before '}'. (block-spacing)
(#835) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#835) Missing semicolon. (semi)
(#835) A space is required after ','. (comma-spacing)
(#835) Requires a space before '}'. (block-spacing)
(#835) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#835) Missing semicolon. (semi)
(#835) Missing whitespace after semicolon. (semi-spacing)
(#835) Operator '=' must be spaced. (space-infix-ops)
(#835) A space is required after ','. (comma-spacing)
(#835) A space is required after ','. (comma-spacing)
(#835) A space is required after ','. (comma-spacing)
(#835) Requires a space after '{'. (block-spacing)
(#835) Statement inside of curly braces should be on next line. (brace-style)
(#835) Missing space before opening brace. (space-before-blocks)
(#835) A space is required after ','. (comma-spacing)
(#835) Missing space before value for key 'mol'. (key-spacing)
(#835) A space is required after ','. (comma-spacing)
(#835) A space is required after ','. (comma-spacing)
(#835) Requires a space after '{'. (block-spacing)
(#835) Statement inside of curly braces should be on next line. (brace-style)
(#835) Missing space before opening brace. (space-before-blocks)
(#835) Requires a space before '}'. (block-spacing)
(#835) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#835) Missing semicolon. (semi)
(#835) A space is required after ','. (comma-spacing)
(#835) Requires a space before '}'. (block-spacing)
(#835) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#835) Missing semicolon. (semi)
(#835) Missing whitespace after semicolon. (semi-spacing)
(#835) Operator '=' must be spaced. (space-infix-ops)
(#836) This line has a length of 502. Maximum allowed is 132. (max-len)
(#836) A space is required after ','. (comma-spacing)
(#836) A space is required after ','. (comma-spacing)
(#836) A space is required after ','. (comma-spacing)
(#836) A space is required after ','. (comma-spacing)
(#836) Requires a space after '{'. (block-spacing)
(#836) Statement inside of curly braces should be on next line. (brace-style)
(#836) Missing space before opening brace. (space-before-blocks)
(#836) A space is required after ','. (comma-spacing)
(#836) Missing space before value for key 'm1'. (key-spacing)
(#836) A space is required after ','. (comma-spacing)
(#836) Missing space before value for key 'm2'. (key-spacing)
(#836) A space is required after ','. (comma-spacing)
(#836) A space is required after ','. (comma-spacing)
(#836) Requires a space after '{'. (block-spacing)
(#836) Statement inside of curly braces should be on next line. (brace-style)
(#836) Missing space before opening brace. (space-before-blocks)
(#836) Requires a space before '}'. (block-spacing)
(#836) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#836) Missing semicolon. (semi)
(#836) A space is required after ','. (comma-spacing)
(#836) Requires a space before '}'. (block-spacing)
(#836) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#836) Missing semicolon. (semi)
(#836) Missing whitespace after semicolon. (semi-spacing)
(#836) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#836) Operator '=' must be spaced. (space-infix-ops)
(#836) A space is required after ','. (comma-spacing)
(#836) A space is required after ','. (comma-spacing)
(#836) A space is required after ','. (comma-spacing)
(#836) A space is required after ','. (comma-spacing)
(#836) Requires a space after '{'. (block-spacing)
(#836) Statement inside of curly braces should be on next line. (brace-style)
(#836) Missing space before opening brace. (space-before-blocks)
(#836) A space is required after ','. (comma-spacing)
(#836) Missing space before value for key 'arrow'. (key-spacing)
(#836) A space is required after ','. (comma-spacing)
(#836) Missing space before value for key 'targets'. (key-spacing)
(#836) A space is required after ','. (comma-spacing)
(#836) A space is required after ','. (comma-spacing)
(#836) Requires a space after '{'. (block-spacing)
(#836) Statement inside of curly braces should be on next line. (brace-style)
(#836) Missing space before opening brace. (space-before-blocks)
(#836) Requires a space before '}'. (block-spacing)
(#836) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#836) Missing semicolon. (semi)
(#836) A space is required after ','. (comma-spacing)
(#836) Requires a space before '}'. (block-spacing)
(#836) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#836) Missing semicolon. (semi)
(#836) Missing whitespace after semicolon. (semi-spacing)
(#836) Operator '=' must be spaced. (space-infix-ops)
(#836) A space is required after ','. (comma-spacing)
(#836) A space is required after ','. (comma-spacing)
(#836) A space is required after ','. (comma-spacing)
(#836) Requires a space after '{'. (block-spacing)
(#836) Statement inside of curly braces should be on next line. (brace-style)
(#836) Missing space before opening brace. (space-before-blocks)
(#836) A space is required after ','. (comma-spacing)
(#836) Missing space before value for key 'mol'. (key-spacing)
(#836) A space is required after ','. (comma-spacing)
(#836) A space is required after ','. (comma-spacing)
(#836) Requires a space after '{'. (block-spacing)
(#836) Statement inside of curly braces should be on next line. (brace-style)
(#836) Missing space before opening brace. (space-before-blocks)
(#836) Operator '=' must be spaced. (space-infix-ops)
(#836) Missing whitespace after semicolon. (semi-spacing)
(#836) Expected space(s) after "if". (keyword-spacing)
(#836) Operator '===' must be spaced. (space-infix-ops)
(#836) Requires a space after '{'. (block-spacing)
(#836) Statement inside of curly braces should be on next line. (brace-style)
(#836) Missing space before opening brace. (space-before-blocks)
(#836) Expected space(s) after "for". (keyword-spacing)
(#836) Operator '=' must be spaced. (space-infix-ops)
(#836) A space is required after ','. (comma-spacing)
(#836) Operator '=' must be spaced. (space-infix-ops)
(#836) Missing whitespace after semicolon. (semi-spacing)
(#836) Operator '<' must be spaced. (space-infix-ops)
(#836) Missing whitespace after semicolon. (semi-spacing)
(#836) Expected { after 'for' condition. (curly)
(#836) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#836) Operator '=' must be spaced. (space-infix-ops)
(#836) Unexpected use of comma operator. (no-sequences)
(#836) A space is required after ','. (comma-spacing)
(#836) Operator '=' must be spaced. (space-infix-ops)
(#836) Missing whitespace after semicolon. (semi-spacing)
(#836) Requires a space before '}'. (block-spacing)
(#836) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#836) Missing semicolon. (semi)
(#836) Expected space(s) before "else". (keyword-spacing)
(#836) Expected space(s) after "if". (keyword-spacing)
(#836) Operator '===' must be spaced. (space-infix-ops)
(#836) Requires a space after '{'. (block-spacing)
(#836) Statement inside of curly braces should be on next line. (brace-style)
(#836) Missing space before opening brace. (space-before-blocks)
(#836) 'r' used outside of binding context. (block-scoped-var)
(#836) Operator '=' must be spaced. (space-infix-ops)
(#836) Missing whitespace after semicolon. (semi-spacing)
(#836) Expected space(s) after "for". (keyword-spacing)
(#836) 'y' used outside of binding context. (block-scoped-var)
(#836) Operator '=' must be spaced. (space-infix-ops)
(#837) This line has a length of 515. Maximum allowed is 132. (max-len)
(#837) Missing whitespace after semicolon. (semi-spacing)
(#837) 'r' used outside of binding context. (block-scoped-var)
(#837) Operator '<' must be spaced. (space-infix-ops)
(#837) 'y' used outside of binding context. (block-scoped-var)
(#837) Missing whitespace after semicolon. (semi-spacing)
(#837) 'r' used outside of binding context. (block-scoped-var)
(#837) Expected { after 'for' condition. (curly)
(#837) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#837) 'r' used outside of binding context. (block-scoped-var)
(#837) Operator '/=' must be spaced. (space-infix-ops)
(#837) Unexpected use of comma operator. (no-sequences)
(#837) A space is required after ','. (comma-spacing)
(#837) 'r' used outside of binding context. (block-scoped-var)
(#837) Operator '/=' must be spaced. (space-infix-ops)
(#837) A space is required after ','. (comma-spacing)
(#837) 'r' used outside of binding context. (block-scoped-var)
(#837) Operator '/=' must be spaced. (space-infix-ops)
(#837) Missing whitespace after semicolon. (semi-spacing)
(#837) Requires a space before '}'. (block-spacing)
(#837) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#837) Missing semicolon. (semi)
(#837) Requires a space before '}'. (block-spacing)
(#837) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#837) A space is required after ','. (comma-spacing)
(#837) Requires a space before '}'. (block-spacing)
(#837) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#837) Missing semicolon. (semi)
(#837) Missing whitespace after semicolon. (semi-spacing)
(#837) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#837) Operator '=' must be spaced. (space-infix-ops)
(#837) A space is required after ','. (comma-spacing)
(#837) A space is required after ','. (comma-spacing)
(#837) A space is required after ','. (comma-spacing)
(#837) Requires a space after '{'. (block-spacing)
(#837) Statement inside of curly braces should be on next line. (brace-style)
(#837) Missing space before opening brace. (space-before-blocks)
(#837) A space is required after ','. (comma-spacing)
(#837) Missing space before value for key 'iupac'. (key-spacing)
(#837) A space is required after ','. (comma-spacing)
(#837) A space is required after ','. (comma-spacing)
(#837) Requires a space after '{'. (block-spacing)
(#837) Statement inside of curly braces should be on next line. (brace-style)
(#837) Missing space before opening brace. (space-before-blocks)
(#837) Requires a space before '}'. (block-spacing)
(#837) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#837) Missing semicolon. (semi)
(#837) A space is required after ','. (comma-spacing)
(#837) Requires a space before '}'. (block-spacing)
(#837) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#837) Missing semicolon. (semi)
(#837) Missing whitespace after semicolon. (semi-spacing)
(#837) Operator '=' must be spaced. (space-infix-ops)
(#837) A space is required after ','. (comma-spacing)
(#837) A space is required after ','. (comma-spacing)
(#837) A space is required after ','. (comma-spacing)
(#837) Requires a space after '{'. (block-spacing)
(#837) Statement inside of curly braces should be on next line. (brace-style)
(#837) Missing space before opening brace. (space-before-blocks)
(#837) A space is required after ','. (comma-spacing)
(#837) Missing space before value for key 'smiles'. (key-spacing)
(#837) A space is required after ','. (comma-spacing)
(#837) A space is required after ','. (comma-spacing)
(#837) Requires a space after '{'. (block-spacing)
(#837) Statement inside of curly braces should be on next line. (brace-style)
(#837) Missing space before opening brace. (space-before-blocks)
(#837) Requires a space before '}'. (block-spacing)
(#837) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#837) Missing semicolon. (semi)
(#837) A space is required after ','. (comma-spacing)
(#837) Requires a space before '}'. (block-spacing)
(#837) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#837) Missing semicolon. (semi)
(#837) Missing whitespace after semicolon. (semi-spacing)
(#837) Operator '=' must be spaced. (space-infix-ops)
(#837) A space is required after ','. (comma-spacing)
(#837) A space is required after ','. (comma-spacing)
(#837) A space is required after ','. (comma-spacing)
(#837) Requires a space after '{'. (block-spacing)
(#837) Statement inside of curly braces should be on next line. (brace-style)
(#837) Missing space before opening brace. (space-before-blocks)
(#837) A space is required after ','. (comma-spacing)
(#837) Missing space before value for key 'mol'. (key-spacing)
(#837) A space is required after ','. (comma-spacing)
(#837) A space is required after ','. (comma-spacing)
(#837) Requires a space after '{'. (block-spacing)
(#837) Statement inside of curly braces should be on next line. (brace-style)
(#837) Missing space before opening brace. (space-before-blocks)
(#837) A space is required after ','. (comma-spacing)
(#837) Requires a space before '}'. (block-spacing)
(#837) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#837) Missing semicolon. (semi)
(#837) A space is required after ','. (comma-spacing)
(#837) Requires a space before '}'. (block-spacing)
(#837) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#837) Missing semicolon. (semi)
(#837) Missing whitespace after semicolon. (semi-spacing)
(#837) Operator '=' must be spaced. (space-infix-ops)
(#837) A space is required after ','. (comma-spacing)
(#837) A space is required after ','. (comma-spacing)
(#837) A space is required after ','. (comma-spacing)
(#837) Requires a space after '{'. (block-spacing)
(#837) Statement inside of curly braces should be on next line. (brace-style)
(#837) Missing space before opening brace. (space-before-blocks)
(#837) A space is required after ','. (comma-spacing)
(#837) Missing space before value for key 'mol'. (key-spacing)
(#838) This line has a length of 501. Maximum allowed is 132. (max-len)
(#838) A space is required after ','. (comma-spacing)
(#838) Requires a space after '{'. (block-spacing)
(#838) Statement inside of curly braces should be on next line. (brace-style)
(#838) Missing space before opening brace. (space-before-blocks)
(#838) Requires a space before '}'. (block-spacing)
(#838) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#838) Missing semicolon. (semi)
(#838) A space is required after ','. (comma-spacing)
(#838) Requires a space before '}'. (block-spacing)
(#838) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#838) Missing semicolon. (semi)
(#838) Missing whitespace after semicolon. (semi-spacing)
(#838) Operator '=' must be spaced. (space-infix-ops)
(#838) A space is required after ','. (comma-spacing)
(#838) A space is required after ','. (comma-spacing)
(#838) A space is required after ','. (comma-spacing)
(#838) Requires a space after '{'. (block-spacing)
(#838) Statement inside of curly braces should be on next line. (brace-style)
(#838) Missing space before opening brace. (space-before-blocks)
(#838) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#838) Operator '=' must be spaced. (space-infix-ops)
(#838) Missing whitespace after semicolon. (semi-spacing)
(#838) Operator '=' must be spaced. (space-infix-ops)
(#838) Missing whitespace after semicolon. (semi-spacing)
(#838) A space is required after ','. (comma-spacing)
(#838) Missing space before value for key 'mol'. (key-spacing)
(#838) A space is required after ','. (comma-spacing)
(#838) A space is required after ','. (comma-spacing)
(#838) Requires a space after '{'. (block-spacing)
(#838) Statement inside of curly braces should be on next line. (brace-style)
(#838) Missing space before opening brace. (space-before-blocks)
(#838) Requires a space before '}'. (block-spacing)
(#838) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#838) Missing semicolon. (semi)
(#838) A space is required after ','. (comma-spacing)
(#838) Requires a space before '}'. (block-spacing)
(#838) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#838) Missing semicolon. (semi)
(#838) Missing whitespace after semicolon. (semi-spacing)
(#838) Operator '=' must be spaced. (space-infix-ops)
(#838) A space is required after ','. (comma-spacing)
(#838) A space is required after ','. (comma-spacing)
(#838) A space is required after ','. (comma-spacing)
(#838) Requires a space after '{'. (block-spacing)
(#838) Statement inside of curly braces should be on next line. (brace-style)
(#838) Missing space before opening brace. (space-before-blocks)
(#838) Operator '=' must be spaced. (space-infix-ops)
(#838) Missing whitespace after semicolon. (semi-spacing)
(#838) Operator '=' must be spaced. (space-infix-ops)
(#838) Missing whitespace after semicolon. (semi-spacing)
(#838) A space is required after ','. (comma-spacing)
(#838) Missing space before value for key 'mol'. (key-spacing)
(#838) A space is required after ','. (comma-spacing)
(#838) A space is required after ','. (comma-spacing)
(#838) Requires a space after '{'. (block-spacing)
(#838) Statement inside of curly braces should be on next line. (brace-style)
(#838) Missing space before opening brace. (space-before-blocks)
(#838) Requires a space before '}'. (block-spacing)
(#838) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#838) Missing semicolon. (semi)
(#838) A space is required after ','. (comma-spacing)
(#838) Requires a space before '}'. (block-spacing)
(#838) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#838) Missing semicolon. (semi)
(#838) Missing whitespace after semicolon. (semi-spacing)
(#838) Operator '=' must be spaced. (space-infix-ops)
(#838) A space is required after ','. (comma-spacing)
(#838) A space is required after ','. (comma-spacing)
(#838) A space is required after ','. (comma-spacing)
(#838) Requires a space after '{'. (block-spacing)
(#838) Statement inside of curly braces should be on next line. (brace-style)
(#838) Missing space before opening brace. (space-before-blocks)
(#838) A space is required after ','. (comma-spacing)
(#838) Missing space before value for key 'mol'. (key-spacing)
(#838) A space is required after ','. (comma-spacing)
(#838) A space is required after ','. (comma-spacing)
(#838) Requires a space after '{'. (block-spacing)
(#838) Statement inside of curly braces should be on next line. (brace-style)
(#838) Missing space before opening brace. (space-before-blocks)
(#838) Requires a space before '}'. (block-spacing)
(#838) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#838) Missing semicolon. (semi)
(#838) A space is required after ','. (comma-spacing)
(#838) Requires a space before '}'. (block-spacing)
(#838) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#838) Missing semicolon. (semi)
(#838) Missing whitespace after semicolon. (semi-spacing)
(#838) Operator '=' must be spaced. (space-infix-ops)
(#839) This line has a length of 405. Maximum allowed is 132. (max-len)
(#839) A space is required after ','. (comma-spacing)
(#839) A space is required after ','. (comma-spacing)
(#839) A space is required after ','. (comma-spacing)
(#839) Requires a space after '{'. (block-spacing)
(#839) Statement inside of curly braces should be on next line. (brace-style)
(#839) Missing space before opening brace. (space-before-blocks)
(#839) A space is required after ','. (comma-spacing)
(#839) Missing space before value for key 'mol'. (key-spacing)
(#839) A space is required after ','. (comma-spacing)
(#839) A space is required after ','. (comma-spacing)
(#839) Requires a space after '{'. (block-spacing)
(#839) Statement inside of curly braces should be on next line. (brace-style)
(#839) Missing space before opening brace. (space-before-blocks)
(#839) Requires a space before '}'. (block-spacing)
(#839) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#839) Missing semicolon. (semi)
(#839) A space is required after ','. (comma-spacing)
(#839) Requires a space before '}'. (block-spacing)
(#839) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#839) Missing semicolon. (semi)
(#839) Missing whitespace after semicolon. (semi-spacing)
(#839) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#839) Operator '=' must be spaced. (space-infix-ops)
(#839) A space is required after ','. (comma-spacing)
(#839) A space is required after ','. (comma-spacing)
(#839) Requires a space after '{'. (block-spacing)
(#839) Statement inside of curly braces should be on next line. (brace-style)
(#839) Missing space before opening brace. (space-before-blocks)
(#839) A space is required after ','. (comma-spacing)
(#839) A space is required after ','. (comma-spacing)
(#839) A space is required after ','. (comma-spacing)
(#839) Requires a space after '{'. (block-spacing)
(#839) Statement inside of curly braces should be on next line. (brace-style)
(#839) Missing space before opening brace. (space-before-blocks)
(#839) Requires a space before '}'. (block-spacing)
(#839) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#839) Missing semicolon. (semi)
(#839) A space is required after ','. (comma-spacing)
(#839) Requires a space before '}'. (block-spacing)
(#839) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#839) Missing semicolon. (semi)
(#839) Missing whitespace after semicolon. (semi-spacing)
(#839) Operator '=' must be spaced. (space-infix-ops)
(#839) Requires a space after '{'. (block-spacing)
(#839) Statement inside of curly braces should be on next line. (brace-style)
(#839) Missing space before opening brace. (space-before-blocks)
(#839) A space is required after ','. (comma-spacing)
(#839) Missing space before value for key 'value'. (key-spacing)
(#839) A space is required after ','. (comma-spacing)
(#839) A space is required after ','. (comma-spacing)
(#839) 'g' is defined but never used. (no-unused-vars)
(#839) Unexpected empty function. (no-empty-function)
(#839) Missing space before opening brace. (space-before-blocks)
(#839) A space is required after ','. (comma-spacing)
(#839) Unexpected empty function. (no-empty-function)
(#839) Missing space before opening brace. (space-before-blocks)
(#839) Requires a space before '}'. (block-spacing)
(#839) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#839) Missing semicolon. (semi)
(#839) Requires a space before '}'. (block-spacing)
(#839) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#839) Missing semicolon. (semi)
(#839) A space is required after ','. (comma-spacing)
(#839) A space is required after ','. (comma-spacing)
(#839) A space is required after ','. (comma-spacing)
(#839) A space is required after ','. (comma-spacing)
(#839) A space is required after ','. (comma-spacing)
question/type/molsimilarity/Chemdoodle/ChemDoodleWeb-unpacked.js
(#28) Parsing error: Unexpected token ChemDoodle
question/type/molsimilarity/Chemdoodle/ChemDoodleWeb.js
(#32) Parsing error: The keyword 'let' is reserved
question/type/molsimilarity/Chemdoodle/uis/ChemDoodleWeb-uis-simple.js
(#1) This line has a length of 459. Maximum allowed is 132. (max-len)
(#1) Operator '=' must be spaced. (space-infix-ops)
(#1) Operator '||' must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Operator '=' must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#1) Operator '=' must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1) Operator '&&' must be spaced. (space-infix-ops)
(#1) Operator '=' must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "for". (keyword-spacing)
(#1) Operator '=' must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Operator '=' must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Operator '<' must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Operator '=' must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Expected { after 'if' condition. (curly)
(#1) Expected space(s) before "return". (keyword-spacing)
(#1) Expected space(s) after "return". (keyword-spacing)
(#1) Missing space before value for key 'i'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'v'. (key-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "return". (keyword-spacing)
(#1) Expected space(s) after "return". (keyword-spacing)
(#1) Missing space before value for key 'i'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'v'. (key-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Operator '=' must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Operator '=' must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Operator '=' must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Operator '=' must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Operator '=' must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Operator '=' must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Operator '=' must be spaced. (space-infix-ops)
(#2) This line has a length of 516. Maximum allowed is 132. (max-len)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '==' must be spaced. (space-infix-ops)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator '==' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '==' must be spaced. (space-infix-ops)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '==' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) 'globalThis' is not defined. (no-undef)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '==' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '==' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '==' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) 'global' is not defined. (no-undef)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '<' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '==' must be spaced. (space-infix-ops)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "throw". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#3) This line has a length of 400. Maximum allowed is 132. (max-len)
(#3) Operator '=' must be spaced. (space-infix-ops)
(#3) Operator '===' must be spaced. (space-infix-ops)
(#3) Operator '&&' must be spaced. (space-infix-ops)
(#3) Operator '===' must be spaced. (space-infix-ops)
(#3) 'Symbol' is not defined. (no-undef)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Operator '=' must be spaced. (space-infix-ops)
(#3) Operator '||' must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#3) Operator '=' must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Operator '=' must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Operator '=' must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) '$jscomp$lookupPolyfilledValue' is assigned a value but never used. (no-unused-vars)
(#3) Operator '=' must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Operator '=' must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Use '===' to compare with null. (no-eq-null)
(#3) Operator '==' must be spaced. (space-infix-ops)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Operator '=' must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Operator '!==' must be spaced. (space-infix-ops)
(#3) Operator '?' must be spaced. (space-infix-ops)
(#3) Operator ':' must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#4) This line has a length of 390. Maximum allowed is 132. (max-len)
(#4) Operator '=' must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Operator '&&' must be spaced. (space-infix-ops)
(#4) Operator '?' must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Operator ':' must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#4) Operator '=' must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Operator '=' must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Operator '=' must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "for". (keyword-spacing)
(#4) Operator '=' must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Operator '<' must be spaced. (space-infix-ops)
(#4) Operator '-' must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Operator '=' must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected { after 'if' condition. (curly)
(#4) Expected space(s) before "return". (keyword-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Operator '=' must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Operator '=' must be spaced. (space-infix-ops)
(#4) Operator '-' must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Operator '=' must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Operator '=' must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) Operator '!=' must be spaced. (space-infix-ops)
(#4) Operator '&&' must be spaced. (space-infix-ops)
(#4) Use '===' to compare with null. (no-eq-null)
(#4) Operator '!=' must be spaced. (space-infix-ops)
(#4) Operator '&&' must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'configurable'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'writable'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'value'. (key-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#5) This line has a length of 519. Maximum allowed is 132. (max-len)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Operator '===' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Operator '&&' must be spaced. (space-infix-ops)
(#5) Operator '?' must be spaced. (space-infix-ops)
(#5) Operator ':' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "for". (keyword-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Operator '<' must be spaced. (space-infix-ops)
(#5) Operator '-' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Expected { after 'if' condition. (curly)
(#5) Expected space(s) before "return". (keyword-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-spacing)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Missing semicolon. (semi)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Operator '-' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Operator '&&' must be spaced. (space-infix-ops)
(#5) Operator '===' must be spaced. (space-infix-ops)
(#5) Operator '?' must be spaced. (space-infix-ops)
(#5) Operator ':' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5) Use '===' to compare with null. (no-eq-null)
(#5) Operator '!=' must be spaced. (space-infix-ops)
(#5) Operator '&&' must be spaced. (space-infix-ops)
(#5) Operator '?' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Missing space before value for key 'configurable'. (key-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Missing space before value for key 'writable'. (key-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Missing space before value for key 'value'. (key-spacing)
(#5) Operator ':' must be spaced. (space-infix-ops)
(#5) Operator '!==' must be spaced. (space-infix-ops)
(#5) Operator '&&' must be spaced. (space-infix-ops)
(#5) Operator '===' must be spaced. (space-infix-ops)
(#5) Operator '&&' must be spaced. (space-infix-ops)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Unexpected use of '>>>'. (no-bitwise)
(#5) Operator '*' must be spaced. (space-infix-ops)
(#5) Operator '>>>' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Operator '?' must be spaced. (space-infix-ops)
(#6) This line has a length of 487. Maximum allowed is 132. (max-len)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) Operator '+' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'configurable'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'writable'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'value'. (key-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Operator '<' must be spaced. (space-infix-ops)
(#6) Operator '?' must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'done'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'value'. (key-spacing)
(#6) Operator ':' must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'done'. (key-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Operator '=' must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Missing space before value for key 'next'. (key-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#7) This line has a length of 475. Maximum allowed is 132. (max-len)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Unexpected empty function. (no-empty-function)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'configurable'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'writable'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'value'. (key-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Unexpected use of '>>>'. (no-bitwise)
(#7) Operator '*' must be spaced. (space-infix-ops)
(#7) Operator '>>>' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Operator '=' must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "throw". (keyword-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A constructor name should not start with a lowercase letter. (new-cap)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '||' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) Operator '+' must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#8) This line has a length of 502. Maximum allowed is 132. (max-len)
(#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) Expected { after 'if' condition. (curly)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#8) Operator '=' must be spaced. (space-infix-ops)
(#8) 'Symbol' is not defined. (no-undef)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'configurable'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'writable'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'value'. (key-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) 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) A space is required after ','. (comma-spacing)
(#9) This line has a length of 357. Maximum allowed is 132. (max-len)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Requires a space after '{'. (block-spacing)
(#9) Statement inside of curly braces should be on next line. (brace-style)
(#9) Missing space before opening brace. (space-before-blocks)
(#9) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Missing space before value for key 'next'. (key-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) 'Symbol' is not defined. (no-undef)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Requires a space after '{'. (block-spacing)
(#9) Statement inside of curly braces should be on next line. (brace-style)
(#9) Missing space before opening brace. (space-before-blocks)
(#9) Requires a space before '}'. (block-spacing)
(#9) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9) Missing semicolon. (semi)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Requires a space before '}'. (block-spacing)
(#9) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9) Missing semicolon. (semi)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Requires a space after '{'. (block-spacing)
(#9) Statement inside of curly braces should be on next line. (brace-style)
(#9) Missing space before opening brace. (space-before-blocks)
(#9) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#9) Operator '&&' must be spaced. (space-infix-ops)
(#9) Operator '+=' must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Missing space before value for key 'next'. (key-spacing)
(#9) Requires a space after '{'. (block-spacing)
(#9) Statement inside of curly braces should be on next line. (brace-style)
(#9) Missing space before opening brace. (space-before-blocks)
(#9) Expected space(s) after "if". (keyword-spacing)
(#9) Operator '&&' must be spaced. (space-infix-ops)
(#9) Operator '<' must be spaced. (space-infix-ops)
(#9) Requires a space after '{'. (block-spacing)
(#9) Statement inside of curly braces should be on next line. (brace-style)
(#9) Missing space before opening brace. (space-before-blocks)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Expected space(s) after "return". (keyword-spacing)
(#9) Missing space before value for key 'value'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'done'. (key-spacing)
(#9) Requires a space before '}'. (block-spacing)
(#9) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9) Missing semicolon. (semi)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Expected space(s) after "return". (keyword-spacing)
(#9) Missing space before value for key 'done'. (key-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing space before value for key 'value'. (key-spacing)
(#9) Requires a space before '}'. (block-spacing)
(#9) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9) Missing semicolon. (semi)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) 'Symbol' is not defined. (no-undef)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Requires a space after '{'. (block-spacing)
(#9) Statement inside of curly braces should be on next line. (brace-style)
(#9) Missing space before opening brace. (space-before-blocks)
(#9) Requires a space before '}'. (block-spacing)
(#9) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9) Missing semicolon. (semi)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Requires a space before '}'. (block-spacing)
(#9) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9) Missing semicolon. (semi)
(#10) This line has a length of 435. Maximum allowed is 132. (max-len)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Operator '?' must be spaced. (space-infix-ops)
(#10) Operator ':' must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space before '}'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Missing semicolon. (semi)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) A space is required after ','. (comma-spacing)
(#10) A space is required after ','. (comma-spacing)
(#10) Requires a space after '{'. (block-spacing)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Use '===' to compare with null. (no-eq-null)
(#10) Operator '==' must be spaced. (space-infix-ops)
(#10) Expected { after 'if' condition. (curly)
(#10) Expected space(s) before "throw". (keyword-spacing)
(#10) Operator '+' must be spaced. (space-infix-ops)
(#10) Operator '+' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Expected { after 'if' condition. (curly)
(#10) Expected space(s) before "throw". (keyword-spacing)
(#10) Operator '+' must be spaced. (space-infix-ops)
(#10) Operator '+' must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Operator '+' must be spaced. (space-infix-ops)
(#10) Requires a space before '}'. (block-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Missing semicolon. (semi)
(#11) This line has a length of 265. Maximum allowed is 132. (max-len)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Operator '?' must be spaced. (space-infix-ops)
(#11) Operator ':' must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Operator '>' must be spaced. (space-infix-ops)
(#11) Operator '||' must be spaced. (space-infix-ops)
(#11) Operator '<' must be spaced. (space-infix-ops)
(#11) Expected { after 'if' condition. (curly)
(#11) Expected space(s) before "throw". (keyword-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Unexpected use of '|='. (no-bitwise)
(#11) Operator '|=' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "for". (keyword-spacing)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected { after 'for' condition. (curly)
(#11) Expected space(s) before "if". (keyword-spacing)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Unexpected use of '&'. (no-bitwise)
(#11) Operator '&' must be spaced. (space-infix-ops)
(#11) Operator '&&' must be spaced. (space-infix-ops)
(#11) Operator '+=' must be spaced. (space-infix-ops)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of '>>>='. (no-bitwise)
(#11) Operator '>>>=' must be spaced. (space-infix-ops)
(#11) Expected { after 'if' condition. (curly)
(#11) Operator '+=' must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) 'r' used outside of binding context. (block-scoped-var)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#12) This line has a length of 475. Maximum allowed is 132. (max-len)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Operator '>' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Use '===' to compare with null. (no-eq-null)
(#12) Operator '==' must be spaced. (space-infix-ops)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#12) Operator '>' must be spaced. (space-infix-ops)
(#12) Expected { after 'if' condition. (curly)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Operator '>' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Operator '<' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected { after 'for' condition. (curly)
(#12) Expected space(s) before "this". (keyword-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#13) This line has a length of 497. Maximum allowed is 132. (max-len)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#15) This line has a length of 501. Maximum allowed is 132. (max-len)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Missing JSDoc comment. (require-jsdoc)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '!==' must be spaced. (space-infix-ops)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Do not nest ternary expressions. (no-nested-ternary)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "function". (keyword-spacing)
(#15) Missing JSDoc comment. (require-jsdoc)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#16) This line has a length of 512. Maximum allowed is 132. (max-len)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "function". (keyword-spacing)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "function". (keyword-spacing)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#17) This line has a length of 527. Maximum allowed is 132. (max-len)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Missing space before value for key 'closeText'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'prevText'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'nextText'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'currentText'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'monthNames'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'monthNamesShort'. (key-spacing)
(#18) This line has a length of 511. Maximum allowed is 132. (max-len)
(#18) Missing space before value for key 'dayNames'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'dayNamesShort'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'dayNamesMin'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'weekHeader'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'dateFormat'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'firstDay'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'isRTL'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'showMonthAfterYear'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'yearSuffix'. (key-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Missing space before value for key 'showOn'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'showAnim'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'showOptions'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'defaultDate'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'appendText'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'buttonText'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'buttonImage'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'buttonImageOnly'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'hideIfNoPrevNext'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'navigationAsDateFormat'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'gotoCurrent'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'changeMonth'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'changeYear'. (key-spacing)
(#19) This line has a length of 501. Maximum allowed is 132. (max-len)
(#19) Missing space before value for key 'yearRange'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'showOtherMonths'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'selectOtherMonths'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'showWeek'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'calculateWeek'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'shortYearCutoff'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'minDate'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'maxDate'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'duration'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'beforeShowDay'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'beforeShow'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'onSelect'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'onChangeMonthYear'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'onClose'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'numberOfMonths'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'showCurrentAtPos'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'stepMonths'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'stepBigMonths'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'altField'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'altFormat'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'constrainInput'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'showButtonPanel'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'autoSize'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'disabled'. (key-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#20) This line has a length of 518. Maximum allowed is 132. (max-len)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Operator '+' must be spaced. (space-infix-ops)
(#20) Operator '+' must be spaced. (space-infix-ops)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) Expected space(s) before "function". (keyword-spacing)
(#20) Missing JSDoc comment. (require-jsdoc)
(#20) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Operator '!==' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Operator '!==' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#21) This line has a length of 511. Maximum allowed is 132. (max-len)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) Expected space(s) before "function". (keyword-spacing)
(#21) Missing JSDoc comment. (require-jsdoc)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#21) Operator '?' must be spaced. (space-infix-ops)
(#21) Operator ':' must be spaced. (space-infix-ops)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '!==' must be spaced. (space-infix-ops)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '!==' must be spaced. (space-infix-ops)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#22) This line has a length of 519. Maximum allowed is 132. (max-len)
(#22) Requires a space before '}'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "function". (keyword-spacing)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) A space is required after ','. (comma-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "for". (keyword-spacing)
(#22) Expected { after 'for-in'. (curly)
(#22) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#22) Use '===' to compare with null. (no-eq-null)
(#22) Operator '==' must be spaced. (space-infix-ops)
(#22) Operator '&&' must be spaced. (space-infix-ops)
(#22) Operator '=' must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Requires a space before '}'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing semicolon. (semi)
(#22) Expected space(s) before "function". (keyword-spacing)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Operator '=' must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#22) Operator '!==' must be spaced. (space-infix-ops)
(#22) Operator '&&' must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing semicolon. (semi)
(#22) Requires a space before '}'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing semicolon. (semi)
(#22) Operator '=' must be spaced. (space-infix-ops)
(#22) Operator '||' must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'version'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'keyCode'. (key-spacing)
(#22) Missing space before value for key 'BACKSPACE'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'COMMA'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'DELETE'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'DOWN'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'END'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'ENTER'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'ESCAPE'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'HOME'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'LEFT'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'PAGE_DOWN'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'PAGE_UP'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'PERIOD'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'RIGHT'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'SPACE'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'TAB'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'UP'. (key-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Missing space before value for key 'scrollParent'. (key-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Operator '=' must be spaced. (space-infix-ops)
(#23) This line has a length of 508. Maximum allowed is 132. (max-len)
(#23) A space is required after ','. (comma-spacing)
(#23) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#23) Operator '=' must be spaced. (space-infix-ops)
(#23) Operator '===' must be spaced. (space-infix-ops)
(#23) A space is required after ','. (comma-spacing)
(#23) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#23) Operator '=' must be spaced. (space-infix-ops)
(#23) Operator '?' must be spaced. (space-infix-ops)
(#23) Operator ':' must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Operator '=' must be spaced. (space-infix-ops)
(#23) Requires a space after '{'. (block-spacing)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#23) Operator '=' must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Operator '&&' must be spaced. (space-infix-ops)
(#23) Operator '===' must be spaced. (space-infix-ops)
(#23) Operator '?' must be spaced. (space-infix-ops)
(#23) Operator ':' must be spaced. (space-infix-ops)
(#23) Operator '+' must be spaced. (space-infix-ops)
(#23) Operator '+' must be spaced. (space-infix-ops)
(#23) Requires a space before '}'. (block-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Missing semicolon. (semi)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Expected space(s) after "return". (keyword-spacing)
(#23) Operator '!==' must be spaced. (space-infix-ops)
(#23) Operator '&&' must be spaced. (space-infix-ops)
(#23) Operator '?' must be spaced. (space-infix-ops)
(#23) Operator ':' must be spaced. (space-infix-ops)
(#23) Operator '||' must be spaced. (space-infix-ops)
(#23) Requires a space before '}'. (block-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Missing semicolon. (semi)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'uniqueId'. (key-spacing)
(#23) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#23) Requires a space after '{'. (block-spacing)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Operator '=' must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Requires a space after '{'. (block-spacing)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Requires a space after '{'. (block-spacing)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#23) Operator '||' must be spaced. (space-infix-ops)
(#23) Operator '=' must be spaced. (space-infix-ops)
(#23) Operator '+' must be spaced. (space-infix-ops)
(#23) Requires a space before '}'. (block-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Missing semicolon. (semi)
(#23) Requires a space before '}'. (block-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Missing semicolon. (semi)
(#23) Requires a space before '}'. (block-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Missing semicolon. (semi)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'removeUniqueId'. (key-spacing)
(#23) Requires a space after '{'. (block-spacing)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Requires a space after '{'. (block-spacing)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#23) Operator '&&' must be spaced. (space-infix-ops)
(#24) This line has a length of 502. Maximum allowed is 132. (max-len)
(#24) Requires a space before '}'. (block-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Missing semicolon. (semi)
(#24) Requires a space before '}'. (block-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Missing semicolon. (semi)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'data'. (key-spacing)
(#24) Operator '?' must be spaced. (space-infix-ops)
(#24) Requires a space after '{'. (block-spacing)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#24) Requires a space after '{'. (block-spacing)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Expected space(s) after "return". (keyword-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Requires a space before '}'. (block-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Missing semicolon. (semi)
(#24) Requires a space before '}'. (block-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Missing semicolon. (semi)
(#24) Operator ':' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Expected space(s) after "return". (keyword-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Requires a space before '}'. (block-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Missing semicolon. (semi)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'focusable'. (key-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Requires a space before '}'. (block-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Missing semicolon. (semi)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'tabbable'. (key-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected space(s) after "return". (keyword-spacing)
(#24) Operator '||' must be spaced. (space-infix-ops)
(#24) Operator '<=' must be spaced. (space-infix-ops)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Requires a space before '}'. (block-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Missing semicolon. (semi)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#24) Operator '||' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Missing JSDoc comment. (require-jsdoc)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) A space is required after ','. (comma-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Operator '-=' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Operator '+' must be spaced. (space-infix-ops)
(#24) Operator '||' must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) Operator '-=' must be spaced. (space-infix-ops)
(#25) This line has a length of 531. Maximum allowed is 132. (max-len)
(#25) A space is required after ','. (comma-spacing)
(#25) Operator '+' must be spaced. (space-infix-ops)
(#25) Operator '+' must be spaced. (space-infix-ops)
(#25) Operator '||' must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Operator '&&' must be spaced. (space-infix-ops)
(#25) Operator '-=' must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Operator '+' must be spaced. (space-infix-ops)
(#25) Operator '||' must be spaced. (space-infix-ops)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Expected space(s) before "var". (keyword-spacing)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) Operator '===' must be spaced. (space-infix-ops)
(#25) Operator '?' must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Operator ':' must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) Missing space before value for key 'innerWidth'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'innerHeight'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'outerWidth'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'outerHeight'. (key-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Operator '+' must be spaced. (space-infix-ops)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Operator '===' must be spaced. (space-infix-ops)
(#25) Operator '?' must be spaced. (space-infix-ops)
(#25) Operator '+' must be spaced. (space-infix-ops)
(#25) Operator ':' must be spaced. (space-infix-ops)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Operator '+' must be spaced. (space-infix-ops)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Operator '+' must be spaced. (space-infix-ops)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Expected space(s) after "return". (keyword-spacing)
(#25) Operator '!==' must be spaced. (space-infix-ops)
(#25) Operator '?' must be spaced. (space-infix-ops)
(#25) Operator '+' must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Operator ':' must be spaced. (space-infix-ops)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#26) This line has a length of 533. Maximum allowed is 132. (max-len)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Operator '+' must be spaced. (space-infix-ops)
(#26) Requires a space before '}'. (block-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Missing semicolon. (semi)
(#26) Requires a space before '}'. (block-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Missing semicolon. (semi)
(#26) Requires a space before '}'. (block-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Missing semicolon. (semi)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#26) Operator '||' must be spaced. (space-infix-ops)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#26) Use '===' to compare with null. (no-eq-null)
(#26) Operator '==' must be spaced. (space-infix-ops)
(#26) Operator '?' must be spaced. (space-infix-ops)
(#26) Operator ':' must be spaced. (space-infix-ops)
(#26) Requires a space before '}'. (block-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Missing semicolon. (semi)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#26) A space is required after ','. (comma-spacing)
(#26) Operator '&&' must be spaced. (space-infix-ops)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Operator '?' must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) Operator ':' must be spaced. (space-infix-ops)
(#26) Requires a space before '}'. (block-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Missing semicolon. (semi)
(#26) Requires a space before '}'. (block-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Missing semicolon. (semi)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Missing space before value for key 'focus'. (key-spacing)
(#26) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) A space is required after ','. (comma-spacing)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Expected space(s) after "return". (keyword-spacing)
(#26) Operator '===' must be spaced. (space-infix-ops)
(#26) Operator '?' must be spaced. (space-infix-ops)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Missing space before opening brace. (space-before-blocks)
(#27) This line has a length of 513. Maximum allowed is 132. (max-len)
(#27) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#27) Operator '&&' must be spaced. (space-infix-ops)
(#27) Requires a space before '}'. (block-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Missing semicolon. (semi)
(#27) A space is required after ','. (comma-spacing)
(#27) Requires a space before '}'. (block-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Missing semicolon. (semi)
(#27) Operator ':' must be spaced. (space-infix-ops)
(#27) A space is required after ','. (comma-spacing)
(#27) Requires a space before '}'. (block-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Missing semicolon. (semi)
(#27) Requires a space before '}'. (block-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Missing semicolon. (semi)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before value for key 'disableSelection'. (key-spacing)
(#27) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#27) Requires a space after '{'. (block-spacing)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Operator '=' must be spaced. (space-infix-ops)
(#27) Operator 'in' must be spaced. (space-infix-ops)
(#27) Operator '?' must be spaced. (space-infix-ops)
(#27) Operator ':' must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#27) Requires a space after '{'. (block-spacing)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Operator '+' must be spaced. (space-infix-ops)
(#27) A space is required after ','. (comma-spacing)
(#27) Requires a space after '{'. (block-spacing)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Requires a space before '}'. (block-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Missing semicolon. (semi)
(#27) Requires a space before '}'. (block-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Missing semicolon. (semi)
(#27) Requires a space before '}'. (block-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Missing semicolon. (semi)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before value for key 'enableSelection'. (key-spacing)
(#27) Requires a space after '{'. (block-spacing)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Requires a space before '}'. (block-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Missing semicolon. (semi)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before value for key 'zIndex'. (key-spacing)
(#27) Requires a space after '{'. (block-spacing)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Expected space(s) after "if". (keyword-spacing)
(#27) Operator '!==' must be spaced. (space-infix-ops)
(#27) Expected { after 'if' condition. (curly)
(#27) Expected space(s) before "return". (keyword-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Expected space(s) after "if". (keyword-spacing)
(#27) Requires a space after '{'. (block-spacing)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Operator '=' must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Expected space(s) after "for". (keyword-spacing)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Operator '&&' must be spaced. (space-infix-ops)
(#27) Operator '!==' must be spaced. (space-infix-ops)
(#27) Requires a space after '{'. (block-spacing)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Operator '=' must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Expected space(s) after "if". (keyword-spacing)
(#27) Operator '===' must be spaced. (space-infix-ops)
(#27) Operator '||' must be spaced. (space-infix-ops)
(#27) Operator '===' must be spaced. (space-infix-ops)
(#28) This line has a length of 505. Maximum allowed is 132. (max-len)
(#28) Operator '||' must be spaced. (space-infix-ops)
(#28) Operator '===' must be spaced. (space-infix-ops)
(#28) Expected { after 'if' condition. (curly)
(#28) Expected space(s) before "if". (keyword-spacing)
(#28) Expected space(s) after "if". (keyword-spacing)
(#28) Operator '=' must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Unexpected use of comma operator. (no-sequences)
(#28) A space is required after ','. (comma-spacing)
(#28) Operator '&&' must be spaced. (space-infix-ops)
(#28) Operator '!==' must be spaced. (space-infix-ops)
(#28) Expected { after 'if' condition. (curly)
(#28) Expected space(s) before "return". (keyword-spacing)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Operator '=' must be spaced. (space-infix-ops)
(#28) Requires a space before '}'. (block-spacing)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Missing semicolon. (semi)
(#28) Requires a space before '}'. (block-spacing)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Expected space(s) before "return". (keyword-spacing)
(#28) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#28) Requires a space before '}'. (block-spacing)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Missing semicolon. (semi)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Operator '=' must be spaced. (space-infix-ops)
(#28) Missing space before value for key 'add'. (key-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Requires a space after '{'. (block-spacing)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Operator '=' must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected space(s) after "for". (keyword-spacing)
(#28) Expected { after 'for-in'. (curly)
(#28) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#28) Operator '=' must be spaced. (space-infix-ops)
(#28) Operator '||' must be spaced. (space-infix-ops)
(#28) Unexpected use of comma operator. (no-sequences)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Requires a space before '}'. (block-spacing)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Missing semicolon. (semi)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing space before value for key 'call'. (key-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Requires a space after '{'. (block-spacing)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Expected space(s) after "if". (keyword-spacing)
(#28) Operator '=' must be spaced. (space-infix-ops)
(#28) Operator '&&' must be spaced. (space-infix-ops)
(#28) Operator '||' must be spaced. (space-infix-ops)
(#28) Operator '&&' must be spaced. (space-infix-ops)
(#28) Operator '!==' must be spaced. (space-infix-ops)
(#28) Expected { after 'if' condition. (curly)
(#28) Expected space(s) before "for". (keyword-spacing)
(#28) Expected space(s) after "for". (keyword-spacing)
(#28) Operator '=' must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Operator '<' must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected { after 'for' condition. (curly)
(#28) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#28) Operator '&&' must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Requires a space before '}'. (block-spacing)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) Missing semicolon. (semi)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Operator '=' must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#28) Operator '=' must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Operator '=' must be spaced. (space-infix-ops)
(#28) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#28) Requires a space after '{'. (block-spacing)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Requires a space after '{'. (block-spacing)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected space(s) after "for". (keyword-spacing)
(#28) Operator '=' must be spaced. (space-infix-ops)
(#29) This line has a length of 504. Maximum allowed is 132. (max-len)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Use '===' to compare with null. (no-eq-null)
(#29) Operator '!=' must be spaced. (space-infix-ops)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Expected { after 'for' condition. (curly)
(#29) Expected space(s) before "try". (keyword-spacing)
(#29) Expected space(s) after "try". (keyword-spacing)
(#29) Requires a space after '{'. (block-spacing)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) Operator '&&' must be spaced. (space-infix-ops)
(#29) Operator '&&' must be spaced. (space-infix-ops)
(#29) Requires a space before '}'. (block-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Missing semicolon. (semi)
(#29) Expected space(s) before "catch". (keyword-spacing)
(#29) Expected space(s) after "catch". (keyword-spacing)
(#29) Empty block statement. (no-empty)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Requires a space before '}'. (block-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Missing semicolon. (semi)
(#29) Requires a space before '}'. (block-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Missing semicolon. (semi)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Requires a space after '{'. (block-spacing)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) Operator '+' must be spaced. (space-infix-ops)
(#29) Operator '+' must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#29) Operator '||' must be spaced. (space-infix-ops)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) Requires a space after '{'. (block-spacing)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Expected space(s) after "return". (keyword-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Requires a space before '}'. (block-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Missing semicolon. (semi)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) Operator '||' must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) Expected to return a value at the end of function. (consistent-return)
(#29) A space is required after ','. (comma-spacing)
(#29) Requires a space after '{'. (block-spacing)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Expected space(s) after "if". (keyword-spacing)
(#29) Expected { after 'if' condition. (curly)
(#29) Expected space(s) before "return". (keyword-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#29) Operator '&&' must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) Requires a space before '}'. (block-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Missing semicolon. (semi)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before value for key 'version'. (key-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before value for key '_proto'. (key-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before value for key '_childConstructors'. (key-spacing)
(#30) This line has a length of 512. Maximum allowed is 132. (max-len)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Missing '()' invoking a constructor. (new-parens)
(#30) A constructor name should not start with a lowercase letter. (new-cap)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#30) Operator '?' must be spaced. (space-infix-ops)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Missing semicolon. (semi)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Missing semicolon. (semi)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Missing semicolon. (semi)
(#30) Requires a space before '}'. (block-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Missing semicolon. (semi)
(#30) Operator ':' must be spaced. (space-infix-ops)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Requires a space before '}'. (block-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Missing semicolon. (semi)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'widgetEventPrefix'. (key-spacing)
(#30) Operator '?' must be spaced. (space-infix-ops)
(#30) Operator '||' must be spaced. (space-infix-ops)
(#30) Operator ':' must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'constructor'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'namespace'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'widgetName'. (key-spacing)
(#31) This line has a length of 505. Maximum allowed is 132. (max-len)
(#31) Missing space before value for key 'widgetFullName'. (key-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#31) Operator '?' must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Operator '+' must be spaced. (space-infix-ops)
(#31) Operator '+' must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Requires a space before '}'. (block-spacing)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Missing semicolon. (semi)
(#31) A space is required after ','. (comma-spacing)
(#31) Operator ':' must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Requires a space before '}'. (block-spacing)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Missing semicolon. (semi)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Requires a space after '{'. (block-spacing)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Expected space(s) after "for". (keyword-spacing)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Operator '<' must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Expected { after 'for' condition. (curly)
(#31) Expected space(s) before "for". (keyword-spacing)
(#31) Expected space(s) after "for". (keyword-spacing)
(#31) Expected { after 'for-in'. (curly)
(#31) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Unexpected use of comma operator. (no-sequences)
(#31) A space is required after ','. (comma-spacing)
(#31) Operator '&&' must be spaced. (space-infix-ops)
(#31) Operator '!==' must be spaced. (space-infix-ops)
(#31) Operator '&&' must be spaced. (space-infix-ops)
(#31) Operator '?' must be spaced. (space-infix-ops)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Operator '?' must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) Operator ':' must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Operator ':' must be spaced. (space-infix-ops)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Requires a space before '}'. (block-spacing)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Missing semicolon. (semi)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#32) This line has a length of 502. Maximum allowed is 132. (max-len)
(#32) Requires a space after '{'. (block-spacing)
(#32) Statement inside of curly braces should be on next line. (brace-style)
(#32) Missing space before opening brace. (space-before-blocks)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) Operator '||' must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) Requires a space after '{'. (block-spacing)
(#32) Statement inside of curly braces should be on next line. (brace-style)
(#32) Missing space before opening brace. (space-before-blocks)
(#32) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) Operator '===' must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) A space is required after ','. (comma-spacing)
(#32) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#32) Operator '?' must be spaced. (space-infix-ops)
(#32) Expected to return a value at the end of function. (consistent-return)
(#32) Requires a space after '{'. (block-spacing)
(#32) Statement inside of curly braces should be on next line. (brace-style)
(#32) Missing space before opening brace. (space-before-blocks)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Expected space(s) after "if". (keyword-spacing)
(#32) Operator '===' must be spaced. (space-infix-ops)
(#32) Expected { after 'if' condition. (curly)
(#32) Expected space(s) before "return". (keyword-spacing)
(#32) Return statement should not contain assignment. (no-return-assign)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) Unexpected use of comma operator. (no-sequences)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Expected space(s) after "if". (keyword-spacing)
(#32) Expected { after 'if' condition. (curly)
(#32) Expected space(s) before "return". (keyword-spacing)
(#32) Operator '+' must be spaced. (space-infix-ops)
(#32) Operator '+' must be spaced. (space-infix-ops)
(#32) Operator '+' must be spaced. (space-infix-ops)
(#32) Operator '+' must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Expected space(s) after "if". (keyword-spacing)
(#32) Operator '||' must be spaced. (space-infix-ops)
(#32) Operator '===' must be spaced. (space-infix-ops)
(#32) Expected { after 'if' condition. (curly)
(#32) Expected space(s) before "return". (keyword-spacing)
(#32) Operator '+' must be spaced. (space-infix-ops)
(#32) Operator '+' must be spaced. (space-infix-ops)
(#32) Operator '+' must be spaced. (space-infix-ops)
(#32) Operator '+' must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Expected space(s) after "if". (keyword-spacing)
(#32) Operator '!==' must be spaced. (space-infix-ops)
(#32) Operator '&&' must be spaced. (space-infix-ops)
(#32) Operator '!==' must be spaced. (space-infix-ops)
(#32) Expected { after 'if' condition. (curly)
(#32) Expected space(s) before "return". (keyword-spacing)
(#32) Return statement should not contain assignment. (no-return-assign)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) Operator '&&' must be spaced. (space-infix-ops)
(#32) Operator '?' must be spaced. (space-infix-ops)
(#32) Operator ':' must be spaced. (space-infix-ops)
(#32) Unexpected use of comma operator. (no-sequences)
(#32) A space is required after ','. (comma-spacing)
(#32) Requires a space before '}'. (block-spacing)
(#32) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) Missing semicolon. (semi)
(#32) Operator ':' must be spaced. (space-infix-ops)
(#33) This line has a length of 513. Maximum allowed is 132. (max-len)
(#33) Operator '&&' must be spaced. (space-infix-ops)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Requires a space after '{'. (block-spacing)
(#33) Statement inside of curly braces should be on next line. (brace-style)
(#33) Missing space before opening brace. (space-before-blocks)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#33) Operator '?' must be spaced. (space-infix-ops)
(#33) Operator '||' must be spaced. (space-infix-ops)
(#33) A space is required after ','. (comma-spacing)
(#33) Operator '&&' must be spaced. (space-infix-ops)
(#33) Operator ':' must be spaced. (space-infix-ops)
(#33) A space is required after ','. (comma-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) A constructor name should not start with a lowercase letter. (new-cap)
(#33) A space is required after ','. (comma-spacing)
(#33) Requires a space before '}'. (block-spacing)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) Missing semicolon. (semi)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#33) Requires a space before '}'. (block-spacing)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) Missing semicolon. (semi)
(#33) Requires a space before '}'. (block-spacing)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) Missing semicolon. (semi)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#33) Unexpected empty function. (no-empty-function)
(#33) Missing space before opening brace. (space-before-blocks)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#33) Missing space before value for key 'widgetName'. (key-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing space before value for key 'widgetEventPrefix'. (key-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing space before value for key 'defaultElement'. (key-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing space before value for key 'options'. (key-spacing)
(#33) Missing space before value for key 'disabled'. (key-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing space before value for key 'create'. (key-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing space before value for key '_createWidget'. (key-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Requires a space after '{'. (block-spacing)
(#33) Statement inside of curly braces should be on next line. (brace-style)
(#33) Missing space before opening brace. (space-before-blocks)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#33) Operator '||' must be spaced. (space-infix-ops)
(#33) Operator '||' must be spaced. (space-infix-ops)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#33) Operator '+' must be spaced. (space-infix-ops)
(#33) Operator '+' must be spaced. (space-infix-ops)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#34) This line has a length of 506. Maximum allowed is 132. (max-len)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#34) Operator '!==' must be spaced. (space-infix-ops)
(#34) Operator '&&' must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing space before value for key 'remove'. (key-spacing)
(#34) Requires a space after '{'. (block-spacing)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#34) Operator '===' must be spaced. (space-infix-ops)
(#34) Operator '&&' must be spaced. (space-infix-ops)
(#34) Requires a space before '}'. (block-spacing)
(#34) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#34) Missing semicolon. (semi)
(#34) A space is required after ','. (comma-spacing)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) Operator '?' must be spaced. (space-infix-ops)
(#34) Operator ':' must be spaced. (space-infix-ops)
(#34) Operator '||' must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) Operator '||' must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Requires a space before '}'. (block-spacing)
(#34) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#34) Missing semicolon. (semi)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing space before value for key '_getCreateOptions'. (key-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing space before value for key '_getCreateEventData'. (key-spacing)
(#35) This line has a length of 502. Maximum allowed is 132. (max-len)
(#35) Missing space before value for key '_create'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key '_init'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'destroy'. (key-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#35) Operator '+' must be spaced. (space-infix-ops)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (semi)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key '_destroy'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'widget'. (key-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space before '}'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (semi)
(#36) This line has a length of 522. Maximum allowed is 132. (max-len)
(#36) Missing space before value for key 'option'. (key-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Requires a space after '{'. (block-spacing)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Expected space(s) after "if". (keyword-spacing)
(#36) Operator '===' must be spaced. (space-infix-ops)
(#36) Expected { after 'if' condition. (curly)
(#36) Expected space(s) before "return". (keyword-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Expected space(s) after "if". (keyword-spacing)
(#36) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#36) Operator '===' must be spaced. (space-infix-ops)
(#36) Requires a space after '{'. (block-spacing)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Expected space(s) after "if". (keyword-spacing)
(#36) Requires a space after '{'. (block-spacing)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Expected space(s) after "for". (keyword-spacing)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Operator '<' must be spaced. (space-infix-ops)
(#36) Operator '-' must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Expected { after 'for' condition. (curly)
(#36) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) Operator '||' must be spaced. (space-infix-ops)
(#36) Unexpected use of comma operator. (no-sequences)
(#36) A space is required after ','. (comma-spacing)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Expected space(s) after "if". (keyword-spacing)
(#36) Operator '===' must be spaced. (space-infix-ops)
(#36) Expected { after 'if' condition. (curly)
(#36) Expected space(s) before "return". (keyword-spacing)
(#36) Operator '===' must be spaced. (space-infix-ops)
(#36) Operator '?' must be spaced. (space-infix-ops)
(#36) Operator ':' must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) Requires a space before '}'. (block-spacing)
(#36) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) Missing semicolon. (semi)
(#36) Expected space(s) before "else". (keyword-spacing)
(#36) Expected space(s) after "else". (keyword-spacing)
(#36) Requires a space after '{'. (block-spacing)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Expected space(s) after "if". (keyword-spacing)
(#36) Operator '===' must be spaced. (space-infix-ops)
(#36) Expected { after 'if' condition. (curly)
(#36) Expected space(s) before "return". (keyword-spacing)
(#36) Operator '===' must be spaced. (space-infix-ops)
(#36) Operator '?' must be spaced. (space-infix-ops)
(#36) Operator ':' must be spaced. (space-infix-ops)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) Requires a space before '}'. (block-spacing)
(#36) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) Missing semicolon. (semi)
(#36) Requires a space before '}'. (block-spacing)
(#36) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) Expected space(s) before "this". (keyword-spacing)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Requires a space before '}'. (block-spacing)
(#36) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) Missing semicolon. (semi)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing space before value for key '_setOptions'. (key-spacing)
(#36) Requires a space after '{'. (block-spacing)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Expected space(s) after "for". (keyword-spacing)
(#36) Expected { after 'for-in'. (curly)
(#36) Expected space(s) before "this". (keyword-spacing)
(#37) This line has a length of 506. Maximum allowed is 132. (max-len)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Requires a space before '}'. (block-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Missing semicolon. (semi)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key '_setOption'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) Operator '===' must be spaced. (space-infix-ops)
(#37) Operator '&&' must be spaced. (space-infix-ops)
(#37) Operator '+' must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Operator '&&' must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Requires a space before '}'. (block-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Missing semicolon. (semi)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'enable'. (key-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Missing space before value for key 'disabled'. (key-spacing)
(#37) Requires a space before '}'. (block-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Missing semicolon. (semi)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key 'disable'. (key-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Missing space before value for key 'disabled'. (key-spacing)
(#37) Requires a space before '}'. (block-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Missing semicolon. (semi)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing space before value for key '_on'. (key-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) A space is required after ','. (comma-spacing)
(#37) Requires a space after '{'. (block-spacing)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) A space is required after ','. (comma-spacing)
(#37) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) Operator '!==' must be spaced. (space-infix-ops)
(#37) Operator '&&' must be spaced. (space-infix-ops)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) Operator '?' must be spaced. (space-infix-ops)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) Operator ':' must be spaced. (space-infix-ops)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#38) This line has a length of 501. Maximum allowed is 132. (max-len)
(#38) Operator '=' must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Missing JSDoc comment. (require-jsdoc)
(#38) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Operator '||' must be spaced. (space-infix-ops)
(#38) Operator '!==' must be spaced. (space-infix-ops)
(#38) Operator '&&' must be spaced. (space-infix-ops)
(#38) Expected { after 'if' condition. (curly)
(#38) Expected space(s) before "return". (keyword-spacing)
(#38) Expected space(s) after "return". (keyword-spacing)
(#38) Operator '===' must be spaced. (space-infix-ops)
(#38) Operator '?' must be spaced. (space-infix-ops)
(#38) Operator ':' must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Requires a space before '}'. (block-spacing)
(#38) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#38) Missing semicolon. (semi)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Operator '!==' must be spaced. (space-infix-ops)
(#38) Operator '&&' must be spaced. (space-infix-ops)
(#38) Operator '=' must be spaced. (space-infix-ops)
(#38) Operator '=' must be spaced. (space-infix-ops)
(#38) Operator '||' must be spaced. (space-infix-ops)
(#38) Operator '||' must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Operator '=' must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Operator '=' must be spaced. (space-infix-ops)
(#38) Operator '+' must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#38) Operator '=' must be spaced. (space-infix-ops)
(#38) Operator '?' must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Operator ':' must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Requires a space before '}'. (block-spacing)
(#38) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#38) Missing semicolon. (semi)
(#38) Requires a space before '}'. (block-spacing)
(#38) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#38) Missing semicolon. (semi)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before value for key '_off'. (key-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Operator '=' must be spaced. (space-infix-ops)
(#38) Operator '||' must be spaced. (space-infix-ops)
(#38) Operator '+' must be spaced. (space-infix-ops)
(#38) Operator '+' must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Operator '=' must be spaced. (space-infix-ops)
(#39) This line has a length of 505. Maximum allowed is 132. (max-len)
(#39) Operator '=' must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Operator '=' must be spaced. (space-infix-ops)
(#39) Requires a space before '}'. (block-spacing)
(#39) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#39) Missing semicolon. (semi)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_delay'. (key-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#39) Operator '=' must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Expected space(s) after "return". (keyword-spacing)
(#39) Operator '===' must be spaced. (space-infix-ops)
(#39) Operator '?' must be spaced. (space-infix-ops)
(#39) Operator ':' must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Requires a space before '}'. (block-spacing)
(#39) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#39) Missing semicolon. (semi)
(#39) A space is required after ','. (comma-spacing)
(#39) Operator '||' must be spaced. (space-infix-ops)
(#39) Requires a space before '}'. (block-spacing)
(#39) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#39) Missing semicolon. (semi)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_hoverable'. (key-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Operator '=' must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'mouseenter'. (key-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space before '}'. (block-spacing)
(#39) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#39) Missing semicolon. (semi)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key 'mouseleave'. (key-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space before '}'. (block-spacing)
(#39) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#39) Missing semicolon. (semi)
(#39) Requires a space before '}'. (block-spacing)
(#39) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#39) Missing semicolon. (semi)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before value for key '_focusable'. (key-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Operator '=' must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#40) This line has a length of 510. Maximum allowed is 132. (max-len)
(#40) Missing space before value for key 'focusin'. (key-spacing)
(#40) Requires a space after '{'. (block-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space before '}'. (block-spacing)
(#40) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) Missing semicolon. (semi)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key 'focusout'. (key-spacing)
(#40) Requires a space after '{'. (block-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space before '}'. (block-spacing)
(#40) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) Missing semicolon. (semi)
(#40) Requires a space before '}'. (block-spacing)
(#40) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) Missing semicolon. (semi)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before value for key '_trigger'. (key-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Requires a space after '{'. (block-spacing)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#40) A space is required after ','. (comma-spacing)
(#40) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#40) Operator '=' must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Operator '=' must be spaced. (space-infix-ops)
(#40) Operator '||' must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Operator '=' must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Operator '=' must be spaced. (space-infix-ops)
(#40) Operator '===' must be spaced. (space-infix-ops)
(#40) Operator '?' must be spaced. (space-infix-ops)
(#40) Operator ':' must be spaced. (space-infix-ops)
(#40) Operator '+' must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Operator '=' must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected space(s) after "if". (keyword-spacing)
(#40) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#40) Operator '=' must be spaced. (space-infix-ops)
(#40) Expected { after 'if' condition. (curly)
(#40) Expected space(s) before "for". (keyword-spacing)
(#40) Expected space(s) after "for". (keyword-spacing)
(#40) Expected { after 'for-in'. (curly)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Operator '||' must be spaced. (space-infix-ops)
(#40) Operator '=' must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Expected space(s) after "return". (keyword-spacing)
(#40) Operator '&&' must be spaced. (space-infix-ops)
(#40) Operator '===' must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Operator '||' must be spaced. (space-infix-ops)
(#40) Requires a space before '}'. (block-spacing)
(#40) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) Missing semicolon. (semi)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Missing space before value for key 'show'. (key-spacing)
(#41) This line has a length of 512. Maximum allowed is 132. (max-len)
(#41) Missing space before value for key 'hide'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Requires a space after '{'. (block-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Operator '+' must be spaced. (space-infix-ops)
(#41) Operator '=' must be spaced. (space-infix-ops)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Requires a space after '{'. (block-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Operator '===' must be spaced. (space-infix-ops)
(#41) Operator '&&' must be spaced. (space-infix-ops)
(#41) Operator '=' must be spaced. (space-infix-ops)
(#41) Missing space before value for key 'effect'. (key-spacing)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#41) Operator '=' must be spaced. (space-infix-ops)
(#41) Do not nest ternary expressions. (no-nested-ternary)
(#41) Operator '?' must be spaced. (space-infix-ops)
(#41) Operator '===' must be spaced. (space-infix-ops)
(#41) Operator '||' must be spaced. (space-infix-ops)
(#41) Operator '===' must be spaced. (space-infix-ops)
(#41) Operator '?' must be spaced. (space-infix-ops)
(#41) Operator ':' must be spaced. (space-infix-ops)
(#41) Operator '||' must be spaced. (space-infix-ops)
(#41) Operator ':' must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Operator '=' must be spaced. (space-infix-ops)
(#41) Operator '||' must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Operator '===' must be spaced. (space-infix-ops)
(#41) Operator '&&' must be spaced. (space-infix-ops)
(#41) Operator '=' must be spaced. (space-infix-ops)
(#41) Missing space before value for key 'duration'. (key-spacing)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Operator '=' must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Operator '=' must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Operator '&&' must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected space(s) after "if". (keyword-spacing)
(#41) Operator '&&' must be spaced. (space-infix-ops)
(#41) Operator '&&' must be spaced. (space-infix-ops)
(#41) Expected { after 'if' condition. (curly)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected space(s) after "if". (keyword-spacing)
(#41) Operator '!==' must be spaced. (space-infix-ops)
(#41) Operator '&&' must be spaced. (space-infix-ops)
(#41) Expected { after 'if' condition. (curly)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected { after 'else'. (curly)
(#41) Requires a space after '{'. (block-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#41) Operator '&&' must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#41) Requires a space before '}'. (block-spacing)
(#41) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#41) Missing semicolon. (semi)
(#41) Requires a space before '}'. (block-spacing)
(#41) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#41) Missing semicolon. (semi)
(#41) Requires a space before '}'. (block-spacing)
(#41) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#41) Missing semicolon. (semi)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Operator '=' must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Requires a space after '{'. (block-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Operator '=' must be spaced. (space-infix-ops)
(#41) Requires a space before '}'. (block-spacing)
(#41) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#41) Missing semicolon. (semi)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing space before value for key 'version'. (key-spacing)
(#42) This line has a length of 532. Maximum allowed is 132. (max-len)
(#42) Missing space before value for key 'options'. (key-spacing)
(#42) Missing space before value for key 'cancel'. (key-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing space before value for key 'distance'. (key-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing space before value for key 'delay'. (key-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing space before value for key '_mouseInit'. (key-spacing)
(#42) Requires a space after '{'. (block-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Operator '+' must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Requires a space after '{'. (block-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#42) Requires a space before '}'. (block-spacing)
(#42) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#42) Missing semicolon. (semi)
(#42) Operator '+' must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected to return a value at the end of function. (consistent-return)
(#42) Requires a space after '{'. (block-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Operator '===' must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Operator '+' must be spaced. (space-infix-ops)
(#42) Expected { after 'if' condition. (curly)
(#42) Expected space(s) before "return". (keyword-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Operator '+' must be spaced. (space-infix-ops)
(#42) Unexpected use of comma operator. (no-sequences)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Requires a space before '}'. (block-spacing)
(#42) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#42) Missing semicolon. (semi)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Requires a space before '}'. (block-spacing)
(#42) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#42) Missing semicolon. (semi)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing space before value for key '_mouseDestroy'. (key-spacing)
(#42) Requires a space after '{'. (block-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Operator '+' must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#42) Operator '&&' must be spaced. (space-infix-ops)
(#42) Operator '+' must be spaced. (space-infix-ops)
(#43) This line has a length of 506. Maximum allowed is 132. (max-len)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '+' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key '_mouseDown'. (key-spacing)
(#43) Expected to return a value at the end of method '_mouseDown'. (consistent-return)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator '===' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator '===' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '?' must be spaced. (space-infix-ops)
(#43) Operator ':' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Expected { after 'if' condition. (curly)
(#43) Expected space(s) before "return". (keyword-spacing)
(#43) Expected space(s) after "return". (keyword-spacing)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#44) This line has a length of 515. Maximum allowed is 132. (max-len)
(#44) Requires a space before '}'. (block-spacing)
(#44) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#44) Missing semicolon. (semi)
(#44) A space is required after ','. (comma-spacing)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Expected space(s) after "if". (keyword-spacing)
(#44) Operator '&&' must be spaced. (space-infix-ops)
(#44) Operator '&&' must be spaced. (space-infix-ops)
(#44) Operator '=' must be spaced. (space-infix-ops)
(#44) Operator '!==' must be spaced. (space-infix-ops)
(#44) A space is required after ','. (comma-spacing)
(#44) Expected { after 'if' condition. (curly)
(#44) Expected space(s) before "return". (keyword-spacing)
(#44) Unexpected use of comma operator. (no-sequences)
(#44) A space is required after ','. (comma-spacing)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#44) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#44) Operator '===' must be spaced. (space-infix-ops)
(#44) A space is required after ','. (comma-spacing)
(#44) Operator '+' must be spaced. (space-infix-ops)
(#44) Operator '&&' must be spaced. (space-infix-ops)
(#44) A space is required after ','. (comma-spacing)
(#44) Operator '+' must be spaced. (space-infix-ops)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Operator '=' must be spaced. (space-infix-ops)
(#44) Requires a space after '{'. (block-spacing)
(#44) Statement inside of curly braces should be on next line. (brace-style)
(#44) Missing space before opening brace. (space-before-blocks)
(#44) Requires a space before '}'. (block-spacing)
(#44) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#44) Missing semicolon. (semi)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Operator '=' must be spaced. (space-infix-ops)
(#44) Requires a space after '{'. (block-spacing)
(#44) Statement inside of curly braces should be on next line. (brace-style)
(#44) Missing space before opening brace. (space-before-blocks)
(#44) Requires a space before '}'. (block-spacing)
(#44) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#44) Missing semicolon. (semi)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Operator '+' must be spaced. (space-infix-ops)
(#44) A space is required after ','. (comma-spacing)
(#44) Operator '+' must be spaced. (space-infix-ops)
(#45) This line has a length of 552. Maximum allowed is 132. (max-len)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Return statement should not contain assignment. (no-return-assign)
(#45) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#45) Operator '=' must be spaced. (space-infix-ops)
(#45) Requires a space before '}'. (block-spacing)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Missing semicolon. (semi)
(#45) Requires a space before '}'. (block-spacing)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) A space is required after ','. (comma-spacing)
(#45) Missing space before value for key '_mouseMove'. (key-spacing)
(#45) Requires a space after '{'. (block-spacing)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) Missing space before opening brace. (space-before-blocks)
(#45) Expected space(s) after "if". (keyword-spacing)
(#45) Operator '&&' must be spaced. (space-infix-ops)
(#45) Operator '&&' must be spaced. (space-infix-ops)
(#45) Operator '||' must be spaced. (space-infix-ops)
(#45) Operator '>' must be spaced. (space-infix-ops)
(#45) Operator '&&' must be spaced. (space-infix-ops)
(#45) Operator '||' must be spaced. (space-infix-ops)
(#45) Expected { after 'if' condition. (curly)
(#45) Expected space(s) before "return". (keyword-spacing)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Expected space(s) after "if". (keyword-spacing)
(#45) Operator '||' must be spaced. (space-infix-ops)
(#45) Expected { after 'if' condition. (curly)
(#45) Expected space(s) before "this". (keyword-spacing)
(#45) Operator '=' must be spaced. (space-infix-ops)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Expected space(s) after "if". (keyword-spacing)
(#45) Expected { after 'if' condition. (curly)
(#45) Expected space(s) before "return". (keyword-spacing)
(#45) Unexpected use of comma operator. (no-sequences)
(#45) A space is required after ','. (comma-spacing)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#45) Operator '&&' must be spaced. (space-infix-ops)
(#45) Operator '&&' must be spaced. (space-infix-ops)
(#45) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#45) Operator '=' must be spaced. (space-infix-ops)
(#45) Operator '!==' must be spaced. (space-infix-ops)
(#45) A space is required after ','. (comma-spacing)
(#45) Operator '?' must be spaced. (space-infix-ops)
(#45) Operator ':' must be spaced. (space-infix-ops)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Expected space(s) after "return". (keyword-spacing)
(#45) Requires a space before '}'. (block-spacing)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Missing semicolon. (semi)
(#45) A space is required after ','. (comma-spacing)
(#45) Missing space before value for key '_mouseUp'. (key-spacing)
(#45) Requires a space after '{'. (block-spacing)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) Missing space before opening brace. (space-before-blocks)
(#45) Operator '+' must be spaced. (space-infix-ops)
(#46) This line has a length of 510. Maximum allowed is 132. (max-len)
(#46) A space is required after ','. (comma-spacing)
(#46) Operator '+' must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#46) Operator '&&' must be spaced. (space-infix-ops)
(#46) Operator '=' must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) Operator '===' must be spaced. (space-infix-ops)
(#46) Operator '&&' must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) Operator '+' must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) Return statement should not contain assignment. (no-return-assign)
(#46) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#46) Operator '=' must be spaced. (space-infix-ops)
(#46) Requires a space before '}'. (block-spacing)
(#46) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#46) Missing semicolon. (semi)
(#46) A space is required after ','. (comma-spacing)
(#46) Missing space before value for key '_mouseDistanceMet'. (key-spacing)
(#46) Requires a space after '{'. (block-spacing)
(#46) Statement inside of curly braces should be on next line. (brace-style)
(#46) Missing space before opening brace. (space-before-blocks)
(#46) Operator '-' must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) Operator '-' must be spaced. (space-infix-ops)
(#46) Operator '>=' must be spaced. (space-infix-ops)
(#46) Requires a space before '}'. (block-spacing)
(#46) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#46) Missing semicolon. (semi)
(#46) A space is required after ','. (comma-spacing)
(#46) Missing space before value for key '_mouseDelayMet'. (key-spacing)
(#46) Requires a space after '{'. (block-spacing)
(#46) Statement inside of curly braces should be on next line. (brace-style)
(#46) Missing space before opening brace. (space-before-blocks)
(#46) Requires a space before '}'. (block-spacing)
(#46) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#46) Missing semicolon. (semi)
(#46) A space is required after ','. (comma-spacing)
(#46) Missing space before value for key '_mouseStart'. (key-spacing)
(#46) Unexpected empty method '_mouseStart'. (no-empty-function)
(#46) Missing space before opening brace. (space-before-blocks)
(#47) This line has a length of 520. Maximum allowed is 132. (max-len)
(#47) Missing space before value for key '_mouseDrag'. (key-spacing)
(#47) Unexpected empty method '_mouseDrag'. (no-empty-function)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key '_mouseStop'. (key-spacing)
(#47) Unexpected empty method '_mouseStop'. (no-empty-function)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key '_mouseCapture'. (key-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Expected space(s) after "return". (keyword-spacing)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Missing JSDoc comment. (require-jsdoc)
(#47) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Expected space(s) after "return". (keyword-spacing)
(#47) Operator '*' must be spaced. (space-infix-ops)
(#47) Operator '?' must be spaced. (space-infix-ops)
(#47) Operator '/' must be spaced. (space-infix-ops)
(#47) Operator ':' must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Operator '*' must be spaced. (space-infix-ops)
(#47) Operator '?' must be spaced. (space-infix-ops)
(#47) Operator '/' must be spaced. (space-infix-ops)
(#47) Operator ':' must be spaced. (space-infix-ops)
(#47) Requires a space before '}'. (block-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Missing semicolon. (semi)
(#47) Expected space(s) before "function". (keyword-spacing)
(#47) Missing JSDoc comment. (require-jsdoc)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Operator '=' must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Do not nest ternary expressions. (no-nested-ternary)
(#47) Operator '===' must be spaced. (space-infix-ops)
(#47) Operator '?' must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'offset'. (key-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Operator ':' must be spaced. (space-infix-ops)
(#47) Do not nest ternary expressions. (no-nested-ternary)
(#47) Operator '?' must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'offset'. (key-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Operator ':' must be spaced. (space-infix-ops)
(#47) Operator '?' must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'offset'. (key-spacing)
(#47) Missing space before value for key 'top'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'left'. (key-spacing)
(#47) Operator ':' must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'width'. (key-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before value for key 'height'. (key-spacing)
(#48) This line has a length of 501. Maximum allowed is 132. (max-len)
(#48) Missing space before value for key 'offset'. (key-spacing)
(#48) Requires a space before '}'. (block-spacing)
(#48) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#48) Missing semicolon. (semi)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Operator '||' must be spaced. (space-infix-ops)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) A space is required after ','. (comma-spacing)
(#48) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) A space is required after ','. (comma-spacing)
(#48) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) A space is required after ','. (comma-spacing)
(#48) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) A space is required after ','. (comma-spacing)
(#48) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) A space is required after ','. (comma-spacing)
(#48) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Unnecessary escape character: \+. (no-useless-escape)
(#48) Unnecessary escape character: \-. (no-useless-escape)
(#48) A space is required after ','. (comma-spacing)
(#48) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) A space is required after ','. (comma-spacing)
(#48) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) A space is required after ','. (comma-spacing)
(#48) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Missing space before value for key 'scrollbarWidth'. (key-spacing)
(#48) Requires a space after '{'. (block-spacing)
(#48) Statement inside of curly braces should be on next line. (brace-style)
(#48) Missing space before opening brace. (space-before-blocks)
(#48) Expected space(s) after "if". (keyword-spacing)
(#48) Operator '!==' must be spaced. (space-infix-ops)
(#48) Expected { after 'if' condition. (curly)
(#48) Expected space(s) before "return". (keyword-spacing)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#48) Operator '===' must be spaced. (space-infix-ops)
(#48) Operator '&&' must be spaced. (space-infix-ops)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#49) This line has a length of 504. Maximum allowed is 132. (max-len)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) Return statement should not contain assignment. (no-return-assign)
(#49) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#49) Operator '=' must be spaced. (space-infix-ops)
(#49) Operator '-' must be spaced. (space-infix-ops)
(#49) Requires a space before '}'. (block-spacing)
(#49) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#49) Missing semicolon. (semi)
(#49) A space is required after ','. (comma-spacing)
(#49) Missing space before value for key 'getScrollInfo'. (key-spacing)
(#49) Requires a space after '{'. (block-spacing)
(#49) Statement inside of curly braces should be on next line. (brace-style)
(#49) Missing space before opening brace. (space-before-blocks)
(#49) Operator '=' must be spaced. (space-infix-ops)
(#49) Operator '||' must be spaced. (space-infix-ops)
(#49) Operator '?' must be spaced. (space-infix-ops)
(#49) Operator ':' must be spaced. (space-infix-ops)
(#49) A space is required after ','. (comma-spacing)
(#49) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#49) Operator '=' must be spaced. (space-infix-ops)
(#49) Operator '||' must be spaced. (space-infix-ops)
(#49) Operator '?' must be spaced. (space-infix-ops)
(#49) Operator ':' must be spaced. (space-infix-ops)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) Operator '=' must be spaced. (space-infix-ops)
(#49) Operator '===' must be spaced. (space-infix-ops)
(#49) Operator '||' must be spaced. (space-infix-ops)
(#49) Operator '===' must be spaced. (space-infix-ops)
(#49) Operator '&&' must be spaced. (space-infix-ops)
(#49) Operator '<' must be spaced. (space-infix-ops)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) Expected space(s) after "return". (keyword-spacing)
(#49) Missing space before value for key 'width'. (key-spacing)
(#49) Operator '===' must be spaced. (space-infix-ops)
(#49) Operator '||' must be spaced. (space-infix-ops)
(#49) Operator '===' must be spaced. (space-infix-ops)
(#49) Operator '&&' must be spaced. (space-infix-ops)
(#49) Operator '<' must be spaced. (space-infix-ops)
(#49) Operator '?' must be spaced. (space-infix-ops)
(#49) Operator ':' must be spaced. (space-infix-ops)
(#49) A space is required after ','. (comma-spacing)
(#49) Missing space before value for key 'height'. (key-spacing)
(#49) Operator '?' must be spaced. (space-infix-ops)
(#49) Operator ':' must be spaced. (space-infix-ops)
(#49) Requires a space before '}'. (block-spacing)
(#49) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#49) Missing semicolon. (semi)
(#49) A space is required after ','. (comma-spacing)
(#49) Missing space before value for key 'getWithinInfo'. (key-spacing)
(#49) Requires a space after '{'. (block-spacing)
(#49) Statement inside of curly braces should be on next line. (brace-style)
(#49) Missing space before opening brace. (space-before-blocks)
(#49) Operator '=' must be spaced. (space-infix-ops)
(#49) Operator '||' must be spaced. (space-infix-ops)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) Operator '=' must be spaced. (space-infix-ops)
(#49) A space is required after ','. (comma-spacing)
(#49) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#49) Operator '=' must be spaced. (space-infix-ops)
(#49) Operator '&&' must be spaced. (space-infix-ops)
(#49) Operator '===' must be spaced. (space-infix-ops)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) Expected space(s) after "return". (keyword-spacing)
(#49) Missing space before value for key 'element'. (key-spacing)
(#50) This line has a length of 506. Maximum allowed is 132. (max-len)
(#50) Missing space before value for key 'isWindow'. (key-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) Missing space before value for key 'isDocument'. (key-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) Missing space before value for key 'offset'. (key-spacing)
(#50) Operator '||' must be spaced. (space-infix-ops)
(#50) Missing space before value for key 'left'. (key-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) Missing space before value for key 'top'. (key-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) Missing space before value for key 'scrollLeft'. (key-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) Missing space before value for key 'scrollTop'. (key-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) Missing space before value for key 'width'. (key-spacing)
(#50) Operator '||' must be spaced. (space-infix-ops)
(#50) Operator '?' must be spaced. (space-infix-ops)
(#50) Operator ':' must be spaced. (space-infix-ops)
(#50) A space is required after ','. (comma-spacing)
(#50) Missing space before value for key 'height'. (key-spacing)
(#50) Operator '||' must be spaced. (space-infix-ops)
(#50) Operator '?' must be spaced. (space-infix-ops)
(#50) Operator ':' must be spaced. (space-infix-ops)
(#50) Requires a space before '}'. (block-spacing)
(#50) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#50) Missing semicolon. (semi)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) Requires a space after '{'. (block-spacing)
(#50) Statement inside of curly braces should be on next line. (brace-style)
(#50) Missing space before opening brace. (space-before-blocks)
(#50) Expected space(s) after "if". (keyword-spacing)
(#50) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#50) Operator '||' must be spaced. (space-infix-ops)
(#50) Expected { after 'if' condition. (curly)
(#50) Expected space(s) before "return". (keyword-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) A space is required after ','. (comma-spacing)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) A space is required after ','. (comma-spacing)
(#50) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) A space is required after ','. (comma-spacing)
(#50) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) A space is required after ','. (comma-spacing)
(#50) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) Operator '||' must be spaced. (space-infix-ops)
(#50) A space is required after ','. (comma-spacing)
(#50) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#50) Operator '&&' must be spaced. (space-infix-ops)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#51) This line has a length of 506. Maximum allowed is 132. (max-len)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) Requires a space after '{'. (block-spacing)
(#51) Statement inside of curly braces should be on next line. (brace-style)
(#51) Missing space before opening brace. (space-before-blocks)
(#51) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#51) Operator '||' must be spaced. (space-infix-ops)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#51) Operator '===' must be spaced. (space-infix-ops)
(#51) Operator '&&' must be spaced. (space-infix-ops)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#51) Do not nest ternary expressions. (no-nested-ternary)
(#51) Operator '?' must be spaced. (space-infix-ops)
(#51) Operator ':' must be spaced. (space-infix-ops)
(#51) Operator '?' must be spaced. (space-infix-ops)
(#51) Operator ':' must be spaced. (space-infix-ops)
(#51) A space is required after ','. (comma-spacing)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#51) Operator '?' must be spaced. (space-infix-ops)
(#51) Operator ':' must be spaced. (space-infix-ops)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#51) Operator '?' must be spaced. (space-infix-ops)
(#51) Operator ':' must be spaced. (space-infix-ops)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#51) Operator '?' must be spaced. (space-infix-ops)
(#51) Operator ':' must be spaced. (space-infix-ops)
(#51) A space is required after ','. (comma-spacing)
(#51) Operator '?' must be spaced. (space-infix-ops)
(#51) Operator ':' must be spaced. (space-infix-ops)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#51) A space is required after ','. (comma-spacing)
(#51) Requires a space before '}'. (block-spacing)
(#51) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#51) Missing semicolon. (semi)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#51) Operator '===' must be spaced. (space-infix-ops)
(#51) Operator '&&' must be spaced. (space-infix-ops)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#51) Operator '===' must be spaced. (space-infix-ops)
(#51) Operator '?' must be spaced. (space-infix-ops)
(#51) Operator '+=' must be spaced. (space-infix-ops)
(#51) Operator ':' must be spaced. (space-infix-ops)
(#51) Operator '===' must be spaced. (space-infix-ops)
(#51) Operator '&&' must be spaced. (space-infix-ops)
(#51) Operator '+=' must be spaced. (space-infix-ops)
(#51) Operator '/' must be spaced. (space-infix-ops)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#51) Operator '===' must be spaced. (space-infix-ops)
(#51) Operator '?' must be spaced. (space-infix-ops)
(#51) Operator '+=' must be spaced. (space-infix-ops)
(#51) Operator ':' must be spaced. (space-infix-ops)
(#51) Operator '===' must be spaced. (space-infix-ops)
(#51) Operator '&&' must be spaced. (space-infix-ops)
(#51) Operator '+=' must be spaced. (space-infix-ops)
(#51) Operator '/' must be spaced. (space-infix-ops)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#52) This line has a length of 501. Maximum allowed is 132. (max-len)
(#52) A space is required after ','. (comma-spacing)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Operator '+=' must be spaced. (space-infix-ops)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#52) Operator '+=' must be spaced. (space-infix-ops)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Requires a space after '{'. (block-spacing)
(#52) Statement inside of curly braces should be on next line. (brace-style)
(#52) Missing space before opening brace. (space-before-blocks)
(#52) A space is required after ','. (comma-spacing)
(#52) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#52) Operator '=' must be spaced. (space-infix-ops)
(#52) A space is required after ','. (comma-spacing)
(#52) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#52) Operator '=' must be spaced. (space-infix-ops)
(#52) A space is required after ','. (comma-spacing)
(#52) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#52) Operator '=' must be spaced. (space-infix-ops)
(#52) A space is required after ','. (comma-spacing)
(#52) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#52) Operator '=' must be spaced. (space-infix-ops)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) Operator '||' must be spaced. (space-infix-ops)
(#52) A space is required after ','. (comma-spacing)
(#52) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#52) Operator '=' must be spaced. (space-infix-ops)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) Operator '||' must be spaced. (space-infix-ops)
(#52) A space is required after ','. (comma-spacing)
(#52) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#52) Operator '=' must be spaced. (space-infix-ops)
(#52) Operator '+' must be spaced. (space-infix-ops)
(#52) Operator '+' must be spaced. (space-infix-ops)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) Operator '||' must be spaced. (space-infix-ops)
(#52) Operator '+' must be spaced. (space-infix-ops)
(#52) A space is required after ','. (comma-spacing)
(#52) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#52) Operator '=' must be spaced. (space-infix-ops)
(#52) Operator '+' must be spaced. (space-infix-ops)
(#52) Operator '+' must be spaced. (space-infix-ops)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) Operator '||' must be spaced. (space-infix-ops)
(#52) Operator '+' must be spaced. (space-infix-ops)
(#52) A space is required after ','. (comma-spacing)
(#52) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#52) Operator '=' must be spaced. (space-infix-ops)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#52) Operator '=' must be spaced. (space-infix-ops)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#52) Operator '===' must be spaced. (space-infix-ops)
(#52) Operator '?' must be spaced. (space-infix-ops)
(#52) Operator '-=' must be spaced. (space-infix-ops)
(#52) Operator ':' must be spaced. (space-infix-ops)
(#52) Operator '===' must be spaced. (space-infix-ops)
(#52) Operator '&&' must be spaced. (space-infix-ops)
(#52) Operator '-=' must be spaced. (space-infix-ops)
(#52) Operator '/' must be spaced. (space-infix-ops)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#52) Operator '===' must be spaced. (space-infix-ops)
(#52) Operator '?' must be spaced. (space-infix-ops)
(#52) Operator '-=' must be spaced. (space-infix-ops)
(#52) Operator ':' must be spaced. (space-infix-ops)
(#52) Operator '===' must be spaced. (space-infix-ops)
(#52) Operator '&&' must be spaced. (space-infix-ops)
(#52) Operator '-=' must be spaced. (space-infix-ops)
(#52) Operator '/' must be spaced. (space-infix-ops)
(#53) This line has a length of 502. Maximum allowed is 132. (max-len)
(#53) Operator '+=' must be spaced. (space-infix-ops)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Operator '+=' must be spaced. (space-infix-ops)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#53) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#53) Operator '||' must be spaced. (space-infix-ops)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) A space is required after ','. (comma-spacing)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) Missing space before value for key 'marginLeft'. (key-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) Missing space before value for key 'marginTop'. (key-spacing)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) Requires a space after '{'. (block-spacing)
(#53) Statement inside of curly braces should be on next line. (brace-style)
(#53) Missing space before opening brace. (space-before-blocks)
(#53) Expected space(s) after "if". (keyword-spacing)
(#53) Expected { after 'if' condition. (curly)
(#53) A space is required after ','. (comma-spacing)
(#53) Missing space before value for key 'targetWidth'. (key-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) Missing space before value for key 'targetHeight'. (key-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) Missing space before value for key 'elemWidth'. (key-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) Missing space before value for key 'elemHeight'. (key-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) Missing space before value for key 'collisionPosition'. (key-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) Missing space before value for key 'collisionWidth'. (key-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) Missing space before value for key 'collisionHeight'. (key-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) Missing space before value for key 'offset'. (key-spacing)
(#53) Operator '+' must be spaced. (space-infix-ops)
(#53) A space is required after ','. (comma-spacing)
(#53) Operator '+' must be spaced. (space-infix-ops)
(#53) A space is required after ','. (comma-spacing)
(#53) Missing space before value for key 'my'. (key-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) Missing space before value for key 'at'. (key-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) Missing space before value for key 'within'. (key-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) Missing space before value for key 'elem'. (key-spacing)
(#53) Requires a space before '}'. (block-spacing)
(#53) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#53) Missing semicolon. (semi)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#53) Operator '&&' must be spaced. (space-infix-ops)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) Requires a space after '{'. (block-spacing)
(#53) Statement inside of curly braces should be on next line. (brace-style)
(#53) Missing space before opening brace. (space-before-blocks)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) Operator '-' must be spaced. (space-infix-ops)
(#53) A space is required after ','. (comma-spacing)
(#53) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) Operator '+' must be spaced. (space-infix-ops)
(#53) Operator '-' must be spaced. (space-infix-ops)
(#53) A space is required after ','. (comma-spacing)
(#53) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) Operator '-' must be spaced. (space-infix-ops)
(#53) A space is required after ','. (comma-spacing)
(#53) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) Operator '+' must be spaced. (space-infix-ops)
(#53) Operator '-' must be spaced. (space-infix-ops)
(#53) A space is required after ','. (comma-spacing)
(#53) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) Missing space before value for key 'target'. (key-spacing)
(#53) Missing space before value for key 'element'. (key-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) Missing space before value for key 'left'. (key-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) Missing space before value for key 'top'. (key-spacing)
(#53) A space is required after ','. (comma-spacing)
(#53) Missing space before value for key 'width'. (key-spacing)
(#54) This line has a length of 528. Maximum allowed is 132. (max-len)
(#54) Missing space before value for key 'height'. (key-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) Missing space before value for key 'element'. (key-spacing)
(#54) Missing space before value for key 'element'. (key-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) Missing space before value for key 'left'. (key-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) Missing space before value for key 'top'. (key-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) Missing space before value for key 'width'. (key-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) Missing space before value for key 'height'. (key-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) Missing space before value for key 'horizontal'. (key-spacing)
(#54) Do not nest ternary expressions. (no-nested-ternary)
(#54) Operator '>' must be spaced. (space-infix-ops)
(#54) Operator '?' must be spaced. (space-infix-ops)
(#54) Operator ':' must be spaced. (space-infix-ops)
(#54) Operator '<' must be spaced. (space-infix-ops)
(#54) Operator '?' must be spaced. (space-infix-ops)
(#54) Operator ':' must be spaced. (space-infix-ops)
(#54) A space is required after ','. (comma-spacing)
(#54) Missing space before value for key 'vertical'. (key-spacing)
(#54) Do not nest ternary expressions. (no-nested-ternary)
(#54) Operator '>' must be spaced. (space-infix-ops)
(#54) Operator '?' must be spaced. (space-infix-ops)
(#54) Operator ':' must be spaced. (space-infix-ops)
(#54) Operator '<' must be spaced. (space-infix-ops)
(#54) Operator '?' must be spaced. (space-infix-ops)
(#54) Operator ':' must be spaced. (space-infix-ops)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#54) Operator '<' must be spaced. (space-infix-ops)
(#54) Operator '&&' must be spaced. (space-infix-ops)
(#54) Operator '+' must be spaced. (space-infix-ops)
(#54) Operator '<' must be spaced. (space-infix-ops)
(#54) Operator '&&' must be spaced. (space-infix-ops)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#54) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#54) Operator '<' must be spaced. (space-infix-ops)
(#54) Operator '&&' must be spaced. (space-infix-ops)
(#54) Operator '+' must be spaced. (space-infix-ops)
(#54) Operator '<' must be spaced. (space-infix-ops)
(#54) Operator '&&' must be spaced. (space-infix-ops)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#54) A space is required after ','. (comma-spacing)
(#54) Operator '>' must be spaced. (space-infix-ops)
(#54) A space is required after ','. (comma-spacing)
(#54) Operator '?' must be spaced. (space-infix-ops)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) Operator ':' must be spaced. (space-infix-ops)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) Requires a space before '}'. (block-spacing)
(#54) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#54) Missing semicolon. (semi)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) Missing space before value for key 'using'. (key-spacing)
(#54) Requires a space before '}'. (block-spacing)
(#54) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#54) Missing semicolon. (semi)
(#54) Requires a space before '}'. (block-spacing)
(#54) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#54) Missing semicolon. (semi)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) Missing space before value for key 'fit'. (key-spacing)
(#54) Missing space before value for key 'left'. (key-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) Requires a space after '{'. (block-spacing)
(#54) Statement inside of curly braces should be on next line. (brace-style)
(#54) Missing space before opening brace. (space-before-blocks)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) A space is required after ','. (comma-spacing)
(#54) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) Operator '?' must be spaced. (space-infix-ops)
(#54) Operator ':' must be spaced. (space-infix-ops)
(#54) A space is required after ','. (comma-spacing)
(#54) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) A space is required after ','. (comma-spacing)
(#54) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) Operator '-' must be spaced. (space-infix-ops)
(#55) This line has a length of 501. Maximum allowed is 132. (max-len)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Operator '-' must be spaced. (space-infix-ops)
(#55) Missing whitespace after semicolon. (semi-spacing)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Operator '+' must be spaced. (space-infix-ops)
(#55) Operator '-' must be spaced. (space-infix-ops)
(#55) Operator '-' must be spaced. (space-infix-ops)
(#55) Missing whitespace after semicolon. (semi-spacing)
(#55) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#55) Do not nest ternary expressions. (no-nested-ternary)
(#55) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#55) Operator '>' must be spaced. (space-infix-ops)
(#55) Operator '?' must be spaced. (space-infix-ops)
(#55) Operator '<' must be spaced. (space-infix-ops)
(#55) Operator '&&' must be spaced. (space-infix-ops)
(#55) Operator '>=' must be spaced. (space-infix-ops)
(#55) Operator '?' must be spaced. (space-infix-ops)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Operator '+' must be spaced. (space-infix-ops)
(#55) Operator '+' must be spaced. (space-infix-ops)
(#55) Operator '-' must be spaced. (space-infix-ops)
(#55) Operator '-' must be spaced. (space-infix-ops)
(#55) A space is required after ','. (comma-spacing)
(#55) Operator '+=' must be spaced. (space-infix-ops)
(#55) Operator '-' must be spaced. (space-infix-ops)
(#55) Operator ':' must be spaced. (space-infix-ops)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Do not nest ternary expressions. (no-nested-ternary)
(#55) Operator '<' must be spaced. (space-infix-ops)
(#55) Operator '&&' must be spaced. (space-infix-ops)
(#55) Operator '>=' must be spaced. (space-infix-ops)
(#55) Operator '?' must be spaced. (space-infix-ops)
(#55) Operator ':' must be spaced. (space-infix-ops)
(#55) Operator '>' must be spaced. (space-infix-ops)
(#55) Operator '?' must be spaced. (space-infix-ops)
(#55) Operator '+' must be spaced. (space-infix-ops)
(#55) Operator '-' must be spaced. (space-infix-ops)
(#55) Operator ':' must be spaced. (space-infix-ops)
(#55) Operator ':' must be spaced. (space-infix-ops)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Do not nest ternary expressions. (no-nested-ternary)
(#55) Operator '<' must be spaced. (space-infix-ops)
(#55) Operator '?' must be spaced. (space-infix-ops)
(#55) Operator '+' must be spaced. (space-infix-ops)
(#55) Operator ':' must be spaced. (space-infix-ops)
(#55) Operator '<' must be spaced. (space-infix-ops)
(#55) Operator '?' must be spaced. (space-infix-ops)
(#55) Operator '-' must be spaced. (space-infix-ops)
(#55) Operator ':' must be spaced. (space-infix-ops)
(#55) Operator '-' must be spaced. (space-infix-ops)
(#55) A space is required after ','. (comma-spacing)
(#55) Requires a space before '}'. (block-spacing)
(#55) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#55) Missing semicolon. (semi)
(#55) A space is required after ','. (comma-spacing)
(#55) Missing space before value for key 'top'. (key-spacing)
(#55) A space is required after ','. (comma-spacing)
(#55) Requires a space after '{'. (block-spacing)
(#55) Statement inside of curly braces should be on next line. (brace-style)
(#55) Missing space before opening brace. (space-before-blocks)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) A space is required after ','. (comma-spacing)
(#55) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Operator '?' must be spaced. (space-infix-ops)
(#55) Operator ':' must be spaced. (space-infix-ops)
(#55) A space is required after ','. (comma-spacing)
(#55) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) A space is required after ','. (comma-spacing)
(#55) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Operator '-' must be spaced. (space-infix-ops)
(#55) Missing whitespace after semicolon. (semi-spacing)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Operator '-' must be spaced. (space-infix-ops)
(#55) Missing whitespace after semicolon. (semi-spacing)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Operator '+' must be spaced. (space-infix-ops)
(#55) Operator '-' must be spaced. (space-infix-ops)
(#55) Operator '-' must be spaced. (space-infix-ops)
(#55) Missing whitespace after semicolon. (semi-spacing)
(#55) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#55) Do not nest ternary expressions. (no-nested-ternary)
(#55) Operator '>' must be spaced. (space-infix-ops)
(#55) Operator '?' must be spaced. (space-infix-ops)
(#55) Operator '<' must be spaced. (space-infix-ops)
(#55) Operator '&&' must be spaced. (space-infix-ops)
(#55) Operator '>=' must be spaced. (space-infix-ops)
(#55) Operator '?' must be spaced. (space-infix-ops)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Operator '+' must be spaced. (space-infix-ops)
(#55) Operator '+' must be spaced. (space-infix-ops)
(#55) Operator '-' must be spaced. (space-infix-ops)
(#55) Operator '-' must be spaced. (space-infix-ops)
(#55) A space is required after ','. (comma-spacing)
(#55) Operator '+=' must be spaced. (space-infix-ops)
(#55) Operator '-' must be spaced. (space-infix-ops)
(#55) Operator ':' must be spaced. (space-infix-ops)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Do not nest ternary expressions. (no-nested-ternary)
(#55) Operator '<' must be spaced. (space-infix-ops)
(#55) Operator '&&' must be spaced. (space-infix-ops)
(#55) Operator '>=' must be spaced. (space-infix-ops)
(#55) Operator '?' must be spaced. (space-infix-ops)
(#55) Operator ':' must be spaced. (space-infix-ops)
(#55) Operator '>' must be spaced. (space-infix-ops)
(#55) Operator '?' must be spaced. (space-infix-ops)
(#55) Operator '+' must be spaced. (space-infix-ops)
(#55) Operator '-' must be spaced. (space-infix-ops)
(#55) Operator ':' must be spaced. (space-infix-ops)
(#55) Operator ':' must be spaced. (space-infix-ops)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Do not nest ternary expressions. (no-nested-ternary)
(#55) Operator '<' must be spaced. (space-infix-ops)
(#56) This line has a length of 512. Maximum allowed is 132. (max-len)
(#56) Operator '?' must be spaced. (space-infix-ops)
(#56) Operator '+' must be spaced. (space-infix-ops)
(#56) Operator ':' must be spaced. (space-infix-ops)
(#56) Operator '<' must be spaced. (space-infix-ops)
(#56) Operator '?' must be spaced. (space-infix-ops)
(#56) Operator '-' must be spaced. (space-infix-ops)
(#56) Operator ':' must be spaced. (space-infix-ops)
(#56) Operator '-' must be spaced. (space-infix-ops)
(#56) A space is required after ','. (comma-spacing)
(#56) Requires a space before '}'. (block-spacing)
(#56) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#56) Missing semicolon. (semi)
(#56) A space is required after ','. (comma-spacing)
(#56) Missing space before value for key 'flip'. (key-spacing)
(#56) Missing space before value for key 'left'. (key-spacing)
(#56) A space is required after ','. (comma-spacing)
(#56) Requires a space after '{'. (block-spacing)
(#56) Statement inside of curly braces should be on next line. (brace-style)
(#56) Missing space before opening brace. (space-before-blocks)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) A space is required after ','. (comma-spacing)
(#56) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) Operator '+' must be spaced. (space-infix-ops)
(#56) A space is required after ','. (comma-spacing)
(#56) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) A space is required after ','. (comma-spacing)
(#56) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) Operator '?' must be spaced. (space-infix-ops)
(#56) Operator ':' must be spaced. (space-infix-ops)
(#56) A space is required after ','. (comma-spacing)
(#56) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) Operator '-' must be spaced. (space-infix-ops)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) Operator '-' must be spaced. (space-infix-ops)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) Operator '+' must be spaced. (space-infix-ops)
(#56) Operator '-' must be spaced. (space-infix-ops)
(#56) Operator '-' must be spaced. (space-infix-ops)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) Do not nest ternary expressions. (no-nested-ternary)
(#56) Operator '===' must be spaced. (space-infix-ops)
(#56) Operator '?' must be spaced. (space-infix-ops)
(#56) Operator ':' must be spaced. (space-infix-ops)
(#56) Operator '===' must be spaced. (space-infix-ops)
(#56) Operator '?' must be spaced. (space-infix-ops)
(#56) Operator ':' must be spaced. (space-infix-ops)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) Do not nest ternary expressions. (no-nested-ternary)
(#56) Operator '===' must be spaced. (space-infix-ops)
(#56) Operator '?' must be spaced. (space-infix-ops)
(#56) Operator ':' must be spaced. (space-infix-ops)
(#56) Operator '===' must be spaced. (space-infix-ops)
(#56) Operator '?' must be spaced. (space-infix-ops)
(#56) Operator ':' must be spaced. (space-infix-ops)
(#56) A space is required after ','. (comma-spacing)
(#56) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) Operator '*' must be spaced. (space-infix-ops)
(#56) Missing whitespace after semicolon. (semi-spacing)
(#56) Expected space(s) after "if". (keyword-spacing)
(#56) Operator '>' must be spaced. (space-infix-ops)
(#56) Requires a space after '{'. (block-spacing)
(#56) Statement inside of curly braces should be on next line. (brace-style)
(#56) Missing space before opening brace. (space-before-blocks)
(#56) Expected space(s) after "if". (keyword-spacing)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) Operator '+' must be spaced. (space-infix-ops)
(#56) Operator '+' must be spaced. (space-infix-ops)
(#56) Operator '+' must be spaced. (space-infix-ops)
(#56) Operator '+' must be spaced. (space-infix-ops)
(#56) Operator '-' must be spaced. (space-infix-ops)
(#56) Operator '-' must be spaced. (space-infix-ops)
(#56) Unexpected use of comma operator. (no-sequences)
(#56) A space is required after ','. (comma-spacing)
(#56) Operator '>' must be spaced. (space-infix-ops)
(#56) Operator '||' must be spaced. (space-infix-ops)
(#56) Operator '<' must be spaced. (space-infix-ops)
(#56) Expected { after 'if' condition. (curly)
(#56) Operator '+=' must be spaced. (space-infix-ops)
(#56) Operator '+' must be spaced. (space-infix-ops)
(#56) Operator '+' must be spaced. (space-infix-ops)
(#56) Requires a space before '}'. (block-spacing)
(#56) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#56) Missing semicolon. (semi)
(#56) Expected space(s) before "else". (keyword-spacing)
(#56) Expected { after 'else'. (curly)
(#56) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#56) Operator '<' must be spaced. (space-infix-ops)
(#56) Operator '&&' must be spaced. (space-infix-ops)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) Operator '-' must be spaced. (space-infix-ops)
(#56) Operator '+' must be spaced. (space-infix-ops)
(#57) This line has a length of 502. Maximum allowed is 132. (max-len)
(#57) Operator '+' must be spaced. (space-infix-ops)
(#57) Operator '+' must be spaced. (space-infix-ops)
(#57) Operator '-' must be spaced. (space-infix-ops)
(#57) A space is required after ','. (comma-spacing)
(#57) Operator '<' must be spaced. (space-infix-ops)
(#57) Operator '||' must be spaced. (space-infix-ops)
(#57) Operator '<' must be spaced. (space-infix-ops)
(#57) Operator '&&' must be spaced. (space-infix-ops)
(#57) Operator '+=' must be spaced. (space-infix-ops)
(#57) Operator '+' must be spaced. (space-infix-ops)
(#57) Operator '+' must be spaced. (space-infix-ops)
(#57) Requires a space before '}'. (block-spacing)
(#57) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#57) Missing semicolon. (semi)
(#57) A space is required after ','. (comma-spacing)
(#57) Missing space before value for key 'top'. (key-spacing)
(#57) A space is required after ','. (comma-spacing)
(#57) Requires a space after '{'. (block-spacing)
(#57) Statement inside of curly braces should be on next line. (brace-style)
(#57) Missing space before opening brace. (space-before-blocks)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) A space is required after ','. (comma-spacing)
(#57) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) Operator '+' must be spaced. (space-infix-ops)
(#57) A space is required after ','. (comma-spacing)
(#57) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) A space is required after ','. (comma-spacing)
(#57) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) Operator '?' must be spaced. (space-infix-ops)
(#57) Operator ':' must be spaced. (space-infix-ops)
(#57) A space is required after ','. (comma-spacing)
(#57) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) Operator '-' must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) Operator '-' must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) Operator '+' must be spaced. (space-infix-ops)
(#57) Operator '-' must be spaced. (space-infix-ops)
(#57) Operator '-' must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) Do not nest ternary expressions. (no-nested-ternary)
(#57) Operator '===' must be spaced. (space-infix-ops)
(#57) Operator '?' must be spaced. (space-infix-ops)
(#57) Operator ':' must be spaced. (space-infix-ops)
(#57) Operator '===' must be spaced. (space-infix-ops)
(#57) Operator '?' must be spaced. (space-infix-ops)
(#57) Operator ':' must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) Do not nest ternary expressions. (no-nested-ternary)
(#57) Operator '===' must be spaced. (space-infix-ops)
(#57) Operator '?' must be spaced. (space-infix-ops)
(#57) Operator ':' must be spaced. (space-infix-ops)
(#57) Operator '===' must be spaced. (space-infix-ops)
(#57) Operator '?' must be spaced. (space-infix-ops)
(#57) Operator ':' must be spaced. (space-infix-ops)
(#57) A space is required after ','. (comma-spacing)
(#57) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) Operator '*' must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Expected space(s) after "if". (keyword-spacing)
(#57) Operator '>' must be spaced. (space-infix-ops)
(#57) Requires a space after '{'. (block-spacing)
(#57) Statement inside of curly braces should be on next line. (brace-style)
(#57) Missing space before opening brace. (space-before-blocks)
(#57) Expected space(s) after "if". (keyword-spacing)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) Operator '+' must be spaced. (space-infix-ops)
(#57) Operator '+' must be spaced. (space-infix-ops)
(#57) Operator '+' must be spaced. (space-infix-ops)
(#57) Operator '+' must be spaced. (space-infix-ops)
(#57) Operator '-' must be spaced. (space-infix-ops)
(#57) Operator '-' must be spaced. (space-infix-ops)
(#57) Unexpected use of comma operator. (no-sequences)
(#57) A space is required after ','. (comma-spacing)
(#57) Operator '>' must be spaced. (space-infix-ops)
(#57) Operator '||' must be spaced. (space-infix-ops)
(#57) Operator '<' must be spaced. (space-infix-ops)
(#57) Expected { after 'if' condition. (curly)
(#57) Operator '+=' must be spaced. (space-infix-ops)
(#57) Operator '+' must be spaced. (space-infix-ops)
(#57) Operator '+' must be spaced. (space-infix-ops)
(#57) Requires a space before '}'. (block-spacing)
(#57) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#57) Missing semicolon. (semi)
(#57) Expected space(s) before "else". (keyword-spacing)
(#57) Expected { after 'else'. (curly)
(#57) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#57) Operator '<' must be spaced. (space-infix-ops)
(#57) Operator '&&' must be spaced. (space-infix-ops)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#57) Operator '-' must be spaced. (space-infix-ops)
(#57) Operator '+' must be spaced. (space-infix-ops)
(#57) Operator '+' must be spaced. (space-infix-ops)
(#58) This line has a length of 519. Maximum allowed is 132. (max-len)
(#58) Operator '+' must be spaced. (space-infix-ops)
(#58) Operator '-' must be spaced. (space-infix-ops)
(#58) A space is required after ','. (comma-spacing)
(#58) Operator '<' must be spaced. (space-infix-ops)
(#58) Operator '||' must be spaced. (space-infix-ops)
(#58) Operator '<' must be spaced. (space-infix-ops)
(#58) Operator '&&' must be spaced. (space-infix-ops)
(#58) Operator '+=' must be spaced. (space-infix-ops)
(#58) Operator '+' must be spaced. (space-infix-ops)
(#58) Operator '+' must be spaced. (space-infix-ops)
(#58) Requires a space before '}'. (block-spacing)
(#58) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#58) Missing semicolon. (semi)
(#58) A space is required after ','. (comma-spacing)
(#58) Missing space before value for key 'flipfit'. (key-spacing)
(#58) Missing space before value for key 'left'. (key-spacing)
(#58) Requires a space after '{'. (block-spacing)
(#58) Statement inside of curly braces should be on next line. (brace-style)
(#58) Missing space before opening brace. (space-before-blocks)
(#58) A space is required after ','. (comma-spacing)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#58) A space is required after ','. (comma-spacing)
(#58) Requires a space before '}'. (block-spacing)
(#58) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#58) Missing semicolon. (semi)
(#58) A space is required after ','. (comma-spacing)
(#58) Missing space before value for key 'top'. (key-spacing)
(#58) Requires a space after '{'. (block-spacing)
(#58) Statement inside of curly braces should be on next line. (brace-style)
(#58) Missing space before opening brace. (space-before-blocks)
(#58) A space is required after ','. (comma-spacing)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) A space is required after ','. (comma-spacing)
(#58) Requires a space before '}'. (block-spacing)
(#58) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#58) Missing semicolon. (semi)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Requires a space after '{'. (block-spacing)
(#58) Statement inside of curly braces should be on next line. (brace-style)
(#58) Missing space before opening brace. (space-before-blocks)
(#58) A space is required after ','. (comma-spacing)
(#58) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) Operator '?' must be spaced. (space-infix-ops)
(#58) Operator ':' must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) Missing space before value for key 'visibility'. (key-spacing)
(#58) A space is required after ','. (comma-spacing)
(#58) Missing space before value for key 'width'. (key-spacing)
(#58) A space is required after ','. (comma-spacing)
(#58) Missing space before value for key 'height'. (key-spacing)
(#58) A space is required after ','. (comma-spacing)
(#58) Missing space before value for key 'border'. (key-spacing)
(#58) A space is required after ','. (comma-spacing)
(#58) Missing space before value for key 'margin'. (key-spacing)
(#58) A space is required after ','. (comma-spacing)
(#58) Missing space before value for key 'background'. (key-spacing)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#58) Operator '&&' must be spaced. (space-infix-ops)
(#58) A space is required after ','. (comma-spacing)
(#58) Missing space before value for key 'position'. (key-spacing)
(#59) This line has a length of 506. Maximum allowed is 132. (max-len)
(#59) Missing space before value for key 'left'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'top'. (key-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected space(s) after "for". (keyword-spacing)
(#59) Expected { after 'for-in'. (curly)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Operator '||' must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Operator '<' must be spaced. (space-infix-ops)
(#59) Operator '&&' must be spaced. (space-infix-ops)
(#59) Operator '>' must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Requires a space before '}'. (block-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Missing semicolon. (semi)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'version'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'widgetEventPrefix'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'options'. (key-spacing)
(#59) Missing space before value for key 'addClasses'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'appendTo'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'axis'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'connectToSortable'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'containment'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'cursor'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'cursorAt'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'grid'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'handle'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'helper'. (key-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'iframeFix'. (key-spacing)
(#60) This line has a length of 513. Maximum allowed is 132. (max-len)
(#60) Missing space before value for key 'opacity'. (key-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing space before value for key 'refreshPositions'. (key-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing space before value for key 'revert'. (key-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing space before value for key 'revertDuration'. (key-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing space before value for key 'scope'. (key-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing space before value for key 'scroll'. (key-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing space before value for key 'scrollSensitivity'. (key-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing space before value for key 'scrollSpeed'. (key-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing space before value for key 'snap'. (key-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing space before value for key 'snapMode'. (key-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing space before value for key 'snapTolerance'. (key-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing space before value for key 'stack'. (key-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing space before value for key 'zIndex'. (key-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing space before value for key 'drag'. (key-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing space before value for key 'start'. (key-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing space before value for key 'stop'. (key-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing space before value for key '_create'. (key-spacing)
(#60) Requires a space after '{'. (block-spacing)
(#60) Statement inside of curly braces should be on next line. (brace-style)
(#60) Missing space before opening brace. (space-before-blocks)
(#60) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#60) Operator '===' must be spaced. (space-infix-ops)
(#60) Operator '&&' must be spaced. (space-infix-ops)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#60) Operator '&&' must be spaced. (space-infix-ops)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#60) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#60) Operator '&&' must be spaced. (space-infix-ops)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Requires a space before '}'. (block-spacing)
(#60) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#60) Missing semicolon. (semi)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing space before value for key '_setOption'. (key-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Requires a space after '{'. (block-spacing)
(#60) Statement inside of curly braces should be on next line. (brace-style)
(#60) Missing space before opening brace. (space-before-blocks)
(#61) This line has a length of 509. Maximum allowed is 132. (max-len)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#61) Operator '===' must be spaced. (space-infix-ops)
(#61) Operator '&&' must be spaced. (space-infix-ops)
(#61) A space is required after ','. (comma-spacing)
(#61) Requires a space before '}'. (block-spacing)
(#61) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#61) Missing semicolon. (semi)
(#61) A space is required after ','. (comma-spacing)
(#61) Missing space before value for key '_destroy'. (key-spacing)
(#61) Requires a space after '{'. (block-spacing)
(#61) Statement inside of curly braces should be on next line. (brace-style)
(#61) Missing space before opening brace. (space-before-blocks)
(#61) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#61) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#61) Operator '||' must be spaced. (space-infix-ops)
(#61) Operator '?' must be spaced. (space-infix-ops)
(#61) Operator '=' must be spaced. (space-infix-ops)
(#61) Operator ':' must be spaced. (space-infix-ops)
(#61) A space is required after ','. (comma-spacing)
(#61) A space is required after ','. (comma-spacing)
(#61) Requires a space before '}'. (block-spacing)
(#61) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#61) Missing semicolon. (semi)
(#61) A space is required after ','. (comma-spacing)
(#61) Missing space before value for key '_mouseCapture'. (key-spacing)
(#61) Requires a space after '{'. (block-spacing)
(#61) Statement inside of curly braces should be on next line. (brace-style)
(#61) Missing space before opening brace. (space-before-blocks)
(#61) Operator '=' must be spaced. (space-infix-ops)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Expected space(s) after "if". (keyword-spacing)
(#61) Operator '||' must be spaced. (space-infix-ops)
(#61) Operator '||' must be spaced. (space-infix-ops)
(#61) Operator '<' must be spaced. (space-infix-ops)
(#61) Expected { after 'if' condition. (curly)
(#61) Expected space(s) before "return". (keyword-spacing)
(#61) Expected space(s) after "return". (keyword-spacing)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Operator '=' must be spaced. (space-infix-ops)
(#62) This line has a length of 543. Maximum allowed is 132. (max-len)
(#62) Expected space(s) after "if". (keyword-spacing)
(#62) Expected { after 'if' condition. (curly)
(#62) Expected space(s) before "return". (keyword-spacing)
(#62) Expected space(s) after "return". (keyword-spacing)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Operator '===' must be spaced. (space-infix-ops)
(#62) Operator '?' must be spaced. (space-infix-ops)
(#62) Operator ':' must be spaced. (space-infix-ops)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Expected space(s) after "return". (keyword-spacing)
(#62) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#62) Requires a space before '}'. (block-spacing)
(#62) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#62) Missing semicolon. (semi)
(#62) A space is required after ','. (comma-spacing)
(#62) Missing space before value for key '_blockFrames'. (key-spacing)
(#62) Requires a space after '{'. (block-spacing)
(#62) Statement inside of curly braces should be on next line. (brace-style)
(#62) Missing space before opening brace. (space-before-blocks)
(#62) Operator '=' must be spaced. (space-infix-ops)
(#62) Requires a space after '{'. (block-spacing)
(#62) Statement inside of curly braces should be on next line. (brace-style)
(#62) Missing space before opening brace. (space-before-blocks)
(#62) Operator '=' must be spaced. (space-infix-ops)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) A space is required after ','. (comma-spacing)
(#62) Requires a space before '}'. (block-spacing)
(#62) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#62) Missing semicolon. (semi)
(#62) Requires a space before '}'. (block-spacing)
(#62) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#62) Missing semicolon. (semi)
(#62) A space is required after ','. (comma-spacing)
(#62) Missing space before value for key '_unblockFrames'. (key-spacing)
(#62) Requires a space after '{'. (block-spacing)
(#62) Statement inside of curly braces should be on next line. (brace-style)
(#62) Missing space before opening brace. (space-before-blocks)
(#62) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#62) Operator '&&' must be spaced. (space-infix-ops)
(#62) A space is required after ','. (comma-spacing)
(#62) Requires a space before '}'. (block-spacing)
(#62) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#62) Missing semicolon. (semi)
(#62) A space is required after ','. (comma-spacing)
(#62) Missing space before value for key '_blurActiveElement'. (key-spacing)
(#62) Requires a space after '{'. (block-spacing)
(#62) Statement inside of curly braces should be on next line. (brace-style)
(#62) Missing space before opening brace. (space-before-blocks)
(#62) Operator '=' must be spaced. (space-infix-ops)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Expected space(s) after "if". (keyword-spacing)
(#62) Expected { after 'if' condition. (curly)
(#62) Expected space(s) before "try". (keyword-spacing)
(#62) Expected space(s) after "try". (keyword-spacing)
(#62) Requires a space after '{'. (block-spacing)
(#62) Statement inside of curly braces should be on next line. (brace-style)
(#62) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#62) Operator '&&' must be spaced. (space-infix-ops)
(#63) This line has a length of 525. Maximum allowed is 132. (max-len)
(#63) Operator '!==' must be spaced. (space-infix-ops)
(#63) Operator '&&' must be spaced. (space-infix-ops)
(#63) Requires a space before '}'. (block-spacing)
(#63) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#63) Missing semicolon. (semi)
(#63) Expected space(s) before "catch". (keyword-spacing)
(#63) Expected space(s) after "catch". (keyword-spacing)
(#63) Empty block statement. (no-empty)
(#63) Missing space before opening brace. (space-before-blocks)
(#63) Requires a space before '}'. (block-spacing)
(#63) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#63) A space is required after ','. (comma-spacing)
(#63) Missing space before value for key '_mouseStart'. (key-spacing)
(#63) Requires a space after '{'. (block-spacing)
(#63) Statement inside of curly braces should be on next line. (brace-style)
(#63) Missing space before opening brace. (space-before-blocks)
(#63) Operator '=' must be spaced. (space-infix-ops)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#63) Operator '=' must be spaced. (space-infix-ops)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#63) Operator '&&' must be spaced. (space-infix-ops)
(#63) Operator '=' must be spaced. (space-infix-ops)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) Operator '=' must be spaced. (space-infix-ops)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) Operator '=' must be spaced. (space-infix-ops)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) Operator '=' must be spaced. (space-infix-ops)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) Operator '=' must be spaced. (space-infix-ops)
(#63) Operator '<' must be spaced. (space-infix-ops)
(#63) Requires a space after '{'. (block-spacing)
(#63) Statement inside of curly braces should be on next line. (brace-style)
(#63) Missing space before opening brace. (space-before-blocks)
(#63) Expected space(s) after "return". (keyword-spacing)
(#63) Operator '===' must be spaced. (space-infix-ops)
(#64) This line has a length of 502. Maximum allowed is 132. (max-len)
(#64) Requires a space before '}'. (block-spacing)
(#64) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#64) Missing semicolon. (semi)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Operator '=' must be spaced. (space-infix-ops)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Operator '=' must be spaced. (space-infix-ops)
(#64) Operator '=' must be spaced. (space-infix-ops)
(#64) A space is required after ','. (comma-spacing)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Operator '=' must be spaced. (space-infix-ops)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Operator '=' must be spaced. (space-infix-ops)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#64) Operator '&&' must be spaced. (space-infix-ops)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Expected space(s) after "if". (keyword-spacing)
(#64) Operator '===' must be spaced. (space-infix-ops)
(#64) A space is required after ','. (comma-spacing)
(#64) Expected { after 'if' condition. (curly)
(#64) Expected space(s) before "return". (keyword-spacing)
(#64) Unexpected use of comma operator. (no-sequences)
(#64) A space is required after ','. (comma-spacing)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#64) Operator '&&' must be spaced. (space-infix-ops)
(#64) Operator '&&' must be spaced. (space-infix-ops)
(#64) A space is required after ','. (comma-spacing)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) A space is required after ','. (comma-spacing)
(#65) This line has a length of 532. Maximum allowed is 132. (max-len)
(#65) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#65) Operator '&&' must be spaced. (space-infix-ops)
(#65) A space is required after ','. (comma-spacing)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Expected space(s) after "return". (keyword-spacing)
(#65) Requires a space before '}'. (block-spacing)
(#65) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#65) Missing semicolon. (semi)
(#65) A space is required after ','. (comma-spacing)
(#65) Missing space before value for key '_refreshOffsets'. (key-spacing)
(#65) Requires a space after '{'. (block-spacing)
(#65) Statement inside of curly braces should be on next line. (brace-style)
(#65) Missing space before opening brace. (space-before-blocks)
(#65) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) Missing space before value for key 'top'. (key-spacing)
(#65) Operator '-' must be spaced. (space-infix-ops)
(#65) A space is required after ','. (comma-spacing)
(#65) Missing space before value for key 'left'. (key-spacing)
(#65) Operator '-' must be spaced. (space-infix-ops)
(#65) A space is required after ','. (comma-spacing)
(#65) Missing space before value for key 'scroll'. (key-spacing)
(#65) A space is required after ','. (comma-spacing)
(#65) Missing space before value for key 'parent'. (key-spacing)
(#65) A space is required after ','. (comma-spacing)
(#65) Missing space before value for key 'relative'. (key-spacing)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) Missing space before value for key 'left'. (key-spacing)
(#65) Operator '-' must be spaced. (space-infix-ops)
(#65) A space is required after ','. (comma-spacing)
(#65) Missing space before value for key 'top'. (key-spacing)
(#65) Operator '-' must be spaced. (space-infix-ops)
(#65) Requires a space before '}'. (block-spacing)
(#65) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#65) Missing semicolon. (semi)
(#65) A space is required after ','. (comma-spacing)
(#65) Missing space before value for key '_mouseDrag'. (key-spacing)
(#65) A space is required after ','. (comma-spacing)
(#65) Requires a space after '{'. (block-spacing)
(#65) Statement inside of curly braces should be on next line. (brace-style)
(#65) Missing space before opening brace. (space-before-blocks)
(#65) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#65) Operator '&&' must be spaced. (space-infix-ops)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) A space is required after ','. (comma-spacing)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#66) This line has a length of 502. Maximum allowed is 132. (max-len)
(#66) Expected space(s) after "if". (keyword-spacing)
(#66) Requires a space after '{'. (block-spacing)
(#66) Statement inside of curly braces should be on next line. (brace-style)
(#66) Missing space before opening brace. (space-before-blocks)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Expected space(s) after "if". (keyword-spacing)
(#66) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#66) Operator '===' must be spaced. (space-infix-ops)
(#66) A space is required after ','. (comma-spacing)
(#66) A space is required after ','. (comma-spacing)
(#66) Expected { after 'if' condition. (curly)
(#66) Expected space(s) before "return". (keyword-spacing)
(#66) Unexpected use of comma operator. (no-sequences)
(#66) A space is required after ','. (comma-spacing)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) Requires a space before '}'. (block-spacing)
(#66) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#66) Missing semicolon. (semi)
(#66) Expected space(s) before "this". (keyword-spacing)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) Operator '+' must be spaced. (space-infix-ops)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) Operator '+' must be spaced. (space-infix-ops)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#66) Operator '&&' must be spaced. (space-infix-ops)
(#66) A space is required after ','. (comma-spacing)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Expected space(s) after "return". (keyword-spacing)
(#66) Requires a space before '}'. (block-spacing)
(#66) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#66) Missing semicolon. (semi)
(#66) A space is required after ','. (comma-spacing)
(#66) Missing space before value for key '_mouseStop'. (key-spacing)
(#66) Requires a space after '{'. (block-spacing)
(#66) Statement inside of curly braces should be on next line. (brace-style)
(#66) Missing space before opening brace. (space-before-blocks)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) A space is required after ','. (comma-spacing)
(#66) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#66) Operator '&&' must be spaced. (space-infix-ops)
(#66) Operator '&&' must be spaced. (space-infix-ops)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) A space is required after ','. (comma-spacing)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#66) Operator '&&' must be spaced. (space-infix-ops)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) A space is required after ','. (comma-spacing)
(#66) Operator '=' must be spaced. (space-infix-ops)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#66) Operator '===' must be spaced. (space-infix-ops)
(#66) Operator '&&' must be spaced. (space-infix-ops)
(#66) Operator '||' must be spaced. (space-infix-ops)
(#66) Operator '===' must be spaced. (space-infix-ops)
(#66) Operator '&&' must be spaced. (space-infix-ops)
(#66) Operator '||' must be spaced. (space-infix-ops)
(#66) Operator '===' must be spaced. (space-infix-ops)
(#67) This line has a length of 543. Maximum allowed is 132. (max-len)
(#67) Operator '||' must be spaced. (space-infix-ops)
(#67) Operator '&&' must be spaced. (space-infix-ops)
(#67) A space is required after ','. (comma-spacing)
(#67) Operator '?' must be spaced. (space-infix-ops)
(#67) A space is required after ','. (comma-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) Requires a space after '{'. (block-spacing)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#67) Operator '!==' must be spaced. (space-infix-ops)
(#67) A space is required after ','. (comma-spacing)
(#67) Operator '&&' must be spaced. (space-infix-ops)
(#67) Requires a space before '}'. (block-spacing)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Missing semicolon. (semi)
(#67) Operator ':' must be spaced. (space-infix-ops)
(#67) Operator '!==' must be spaced. (space-infix-ops)
(#67) A space is required after ','. (comma-spacing)
(#67) Operator '&&' must be spaced. (space-infix-ops)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Expected space(s) after "return". (keyword-spacing)
(#67) Requires a space before '}'. (block-spacing)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Missing semicolon. (semi)
(#67) A space is required after ','. (comma-spacing)
(#67) Missing space before value for key '_mouseUp'. (key-spacing)
(#67) Requires a space after '{'. (block-spacing)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#67) Operator '&&' must be spaced. (space-infix-ops)
(#67) A space is required after ','. (comma-spacing)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#67) Operator '&&' must be spaced. (space-infix-ops)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) Requires a space before '}'. (block-spacing)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Missing semicolon. (semi)
(#67) A space is required after ','. (comma-spacing)
(#67) Missing space before value for key 'cancel'. (key-spacing)
(#67) Requires a space after '{'. (block-spacing)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#67) Operator '?' must be spaced. (space-infix-ops)
(#68) This line has a length of 501. Maximum allowed is 132. (max-len)
(#68) Operator ':' must be spaced. (space-infix-ops)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Requires a space before '}'. (block-spacing)
(#68) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#68) Missing semicolon. (semi)
(#68) A space is required after ','. (comma-spacing)
(#68) Missing space before value for key '_getHandle'. (key-spacing)
(#68) Requires a space after '{'. (block-spacing)
(#68) Statement inside of curly braces should be on next line. (brace-style)
(#68) Missing space before opening brace. (space-before-blocks)
(#68) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#68) Operator '?' must be spaced. (space-infix-ops)
(#68) Operator ':' must be spaced. (space-infix-ops)
(#68) Requires a space before '}'. (block-spacing)
(#68) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#68) Missing semicolon. (semi)
(#68) A space is required after ','. (comma-spacing)
(#68) Missing space before value for key '_setHandleClassName'. (key-spacing)
(#68) Requires a space after '{'. (block-spacing)
(#68) Statement inside of curly braces should be on next line. (brace-style)
(#68) Missing space before opening brace. (space-before-blocks)
(#68) Operator '=' must be spaced. (space-infix-ops)
(#68) Operator '?' must be spaced. (space-infix-ops)
(#68) Operator ':' must be spaced. (space-infix-ops)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Requires a space before '}'. (block-spacing)
(#68) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#68) Missing semicolon. (semi)
(#68) A space is required after ','. (comma-spacing)
(#68) Missing space before value for key '_removeHandleClassName'. (key-spacing)
(#68) Requires a space after '{'. (block-spacing)
(#68) Statement inside of curly braces should be on next line. (brace-style)
(#68) Missing space before opening brace. (space-before-blocks)
(#68) Requires a space before '}'. (block-spacing)
(#68) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#68) Missing semicolon. (semi)
(#68) A space is required after ','. (comma-spacing)
(#68) Missing space before value for key '_createHelper'. (key-spacing)
(#68) Requires a space after '{'. (block-spacing)
(#68) Statement inside of curly braces should be on next line. (brace-style)
(#68) Missing space before opening brace. (space-before-blocks)
(#68) Operator '=' must be spaced. (space-infix-ops)
(#68) A space is required after ','. (comma-spacing)
(#68) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#68) Operator '=' must be spaced. (space-infix-ops)
(#69) This line has a length of 546. Maximum allowed is 132. (max-len)
(#69) Operator '=' must be spaced. (space-infix-ops)
(#69) Do not nest ternary expressions. (no-nested-ternary)
(#69) Operator '?' must be spaced. (space-infix-ops)
(#69) A space is required after ','. (comma-spacing)
(#69) Operator ':' must be spaced. (space-infix-ops)
(#69) Operator '===' must be spaced. (space-infix-ops)
(#69) Operator '?' must be spaced. (space-infix-ops)
(#69) Operator ':' must be spaced. (space-infix-ops)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#69) Operator '||' must be spaced. (space-infix-ops)
(#69) Operator '===' must be spaced. (space-infix-ops)
(#69) Operator '?' must be spaced. (space-infix-ops)
(#69) Operator ':' must be spaced. (space-infix-ops)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#69) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#69) Operator '&&' must be spaced. (space-infix-ops)
(#69) Operator '===' must be spaced. (space-infix-ops)
(#69) Operator '&&' must be spaced. (space-infix-ops)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#69) Operator '===' must be spaced. (space-infix-ops)
(#69) Operator '||' must be spaced. (space-infix-ops)
(#69) Operator '||' must be spaced. (space-infix-ops)
(#69) A space is required after ','. (comma-spacing)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Requires a space before '}'. (block-spacing)
(#69) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#69) Missing semicolon. (semi)
(#69) A space is required after ','. (comma-spacing)
(#69) Missing space before value for key '_setPositionRelative'. (key-spacing)
(#69) Requires a space after '{'. (block-spacing)
(#69) Statement inside of curly braces should be on next line. (brace-style)
(#69) Missing space before opening brace. (space-before-blocks)
(#69) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#69) Operator '||' must be spaced. (space-infix-ops)
(#69) Operator '=' must be spaced. (space-infix-ops)
(#69) Requires a space before '}'. (block-spacing)
(#69) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#69) Missing semicolon. (semi)
(#69) A space is required after ','. (comma-spacing)
(#69) Missing space before value for key '_adjustOffsetFromHelper'. (key-spacing)
(#69) Requires a space after '{'. (block-spacing)
(#69) Statement inside of curly braces should be on next line. (brace-style)
(#69) Missing space before opening brace. (space-before-blocks)
(#69) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#69) Operator '===' must be spaced. (space-infix-ops)
(#70) This line has a length of 524. Maximum allowed is 132. (max-len)
(#70) Operator '&&' must be spaced. (space-infix-ops)
(#70) Operator '=' must be spaced. (space-infix-ops)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#70) Operator '&&' must be spaced. (space-infix-ops)
(#70) Operator '=' must be spaced. (space-infix-ops)
(#70) Missing space before value for key 'left'. (key-spacing)
(#70) A space is required after ','. (comma-spacing)
(#70) Missing space before value for key 'top'. (key-spacing)
(#70) Operator '||' must be spaced. (space-infix-ops)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#70) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#70) Operator 'in' must be spaced. (space-infix-ops)
(#70) Operator '&&' must be spaced. (space-infix-ops)
(#70) Operator '=' must be spaced. (space-infix-ops)
(#70) Operator '+' must be spaced. (space-infix-ops)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#70) Operator 'in' must be spaced. (space-infix-ops)
(#70) Operator '&&' must be spaced. (space-infix-ops)
(#70) Operator '=' must be spaced. (space-infix-ops)
(#70) Operator '-' must be spaced. (space-infix-ops)
(#70) Operator '+' must be spaced. (space-infix-ops)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#70) Operator 'in' must be spaced. (space-infix-ops)
(#70) Operator '&&' must be spaced. (space-infix-ops)
(#70) Operator '=' must be spaced. (space-infix-ops)
(#70) Operator '+' must be spaced. (space-infix-ops)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#70) Operator 'in' must be spaced. (space-infix-ops)
(#70) Operator '&&' must be spaced. (space-infix-ops)
(#70) Operator '=' must be spaced. (space-infix-ops)
(#70) Operator '-' must be spaced. (space-infix-ops)
(#70) Operator '+' must be spaced. (space-infix-ops)
(#70) Requires a space before '}'. (block-spacing)
(#70) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#70) Missing semicolon. (semi)
(#70) A space is required after ','. (comma-spacing)
(#70) Missing space before value for key '_isRootNode'. (key-spacing)
(#70) Requires a space after '{'. (block-spacing)
(#70) Statement inside of curly braces should be on next line. (brace-style)
(#70) Missing space before opening brace. (space-before-blocks)
(#70) Expected space(s) after "return". (keyword-spacing)
(#70) Operator '||' must be spaced. (space-infix-ops)
(#70) Operator '===' must be spaced. (space-infix-ops)
(#70) Requires a space before '}'. (block-spacing)
(#70) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#70) Missing semicolon. (semi)
(#70) A space is required after ','. (comma-spacing)
(#70) Missing space before value for key '_getParentOffset'. (key-spacing)
(#70) Requires a space after '{'. (block-spacing)
(#70) Statement inside of curly braces should be on next line. (brace-style)
(#70) Missing space before opening brace. (space-before-blocks)
(#70) Operator '=' must be spaced. (space-infix-ops)
(#71) This line has a length of 506. Maximum allowed is 132. (max-len)
(#71) Operator '=' must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#71) Operator '===' must be spaced. (space-infix-ops)
(#71) Operator '&&' must be spaced. (space-infix-ops)
(#71) Operator '!==' must be spaced. (space-infix-ops)
(#71) Operator '&&' must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Operator '&&' must be spaced. (space-infix-ops)
(#71) Operator '+=' must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Operator '+=' must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#71) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#71) Operator '&&' must be spaced. (space-infix-ops)
(#71) Operator '=' must be spaced. (space-infix-ops)
(#71) Missing space before value for key 'top'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'left'. (key-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected space(s) after "return". (keyword-spacing)
(#71) Missing space before value for key 'top'. (key-spacing)
(#71) Operator '+' must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Operator '||' must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'left'. (key-spacing)
(#71) Operator '+' must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) Operator '||' must be spaced. (space-infix-ops)
(#71) Requires a space before '}'. (block-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (semi)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key '_getRelativeOffset'. (key-spacing)
(#71) Requires a space after '{'. (block-spacing)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Expected space(s) after "if". (keyword-spacing)
(#71) Operator '!==' must be spaced. (space-infix-ops)
(#71) Expected { after 'if' condition. (curly)
(#71) Expected space(s) before "return". (keyword-spacing)
(#71) Expected space(s) after "return". (keyword-spacing)
(#71) Missing space before value for key 'top'. (key-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing space before value for key 'left'. (key-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Operator '=' must be spaced. (space-infix-ops)
(#72) This line has a length of 501. Maximum allowed is 132. (max-len)
(#72) A space is required after ','. (comma-spacing)
(#72) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Expected space(s) after "return". (keyword-spacing)
(#72) Missing space before value for key 'top'. (key-spacing)
(#72) Operator '-' must be spaced. (space-infix-ops)
(#72) A space is required after ','. (comma-spacing)
(#72) Operator '||' must be spaced. (space-infix-ops)
(#72) Operator '+' must be spaced. (space-infix-ops)
(#72) Operator '?' must be spaced. (space-infix-ops)
(#72) Operator ':' must be spaced. (space-infix-ops)
(#72) A space is required after ','. (comma-spacing)
(#72) Missing space before value for key 'left'. (key-spacing)
(#72) Operator '-' must be spaced. (space-infix-ops)
(#72) A space is required after ','. (comma-spacing)
(#72) Operator '||' must be spaced. (space-infix-ops)
(#72) Operator '+' must be spaced. (space-infix-ops)
(#72) Operator '?' must be spaced. (space-infix-ops)
(#72) Operator ':' must be spaced. (space-infix-ops)
(#72) Requires a space before '}'. (block-spacing)
(#72) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#72) Missing semicolon. (semi)
(#72) A space is required after ','. (comma-spacing)
(#72) Missing space before value for key '_cacheMargins'. (key-spacing)
(#72) Requires a space after '{'. (block-spacing)
(#72) Statement inside of curly braces should be on next line. (brace-style)
(#72) Missing space before opening brace. (space-before-blocks)
(#72) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) Missing space before value for key 'left'. (key-spacing)
(#72) A space is required after ','. (comma-spacing)
(#72) Operator '||' must be spaced. (space-infix-ops)
(#72) A space is required after ','. (comma-spacing)
(#72) Missing space before value for key 'top'. (key-spacing)
(#72) A space is required after ','. (comma-spacing)
(#72) Operator '||' must be spaced. (space-infix-ops)
(#72) A space is required after ','. (comma-spacing)
(#72) Missing space before value for key 'right'. (key-spacing)
(#72) A space is required after ','. (comma-spacing)
(#72) Operator '||' must be spaced. (space-infix-ops)
(#72) A space is required after ','. (comma-spacing)
(#72) Missing space before value for key 'bottom'. (key-spacing)
(#72) A space is required after ','. (comma-spacing)
(#72) Operator '||' must be spaced. (space-infix-ops)
(#73) This line has a length of 508. Maximum allowed is 132. (max-len)
(#73) Requires a space before '}'. (block-spacing)
(#73) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#73) Missing semicolon. (semi)
(#73) A space is required after ','. (comma-spacing)
(#73) Missing space before value for key '_cacheHelperProportions'. (key-spacing)
(#73) Requires a space after '{'. (block-spacing)
(#73) Statement inside of curly braces should be on next line. (brace-style)
(#73) Missing space before opening brace. (space-before-blocks)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) Missing space before value for key 'width'. (key-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) Missing space before value for key 'height'. (key-spacing)
(#73) Requires a space before '}'. (block-spacing)
(#73) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#73) Missing semicolon. (semi)
(#73) A space is required after ','. (comma-spacing)
(#73) Missing space before value for key '_setContainment'. (key-spacing)
(#73) Requires a space after '{'. (block-spacing)
(#73) Statement inside of curly braces should be on next line. (brace-style)
(#73) Missing space before opening brace. (space-before-blocks)
(#73) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Expected space(s) after "if". (keyword-spacing)
(#73) Expected { after 'if' condition. (curly)
(#73) Expected space(s) before "if". (keyword-spacing)
(#73) Expected space(s) after "if". (keyword-spacing)
(#73) Operator '===' must be spaced. (space-infix-ops)
(#73) Expected { after 'if' condition. (curly)
(#73) Expected space(s) before "this". (keyword-spacing)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) Operator '-' must be spaced. (space-infix-ops)
(#73) Operator '-' must be spaced. (space-infix-ops)
(#73) A space is required after ','. (comma-spacing)
(#73) Operator '-' must be spaced. (space-infix-ops)
(#73) Operator '-' must be spaced. (space-infix-ops)
(#73) A space is required after ','. (comma-spacing)
(#73) Operator '+' must be spaced. (space-infix-ops)
(#73) Operator '-' must be spaced. (space-infix-ops)
(#73) Operator '-' must be spaced. (space-infix-ops)
(#74) This line has a length of 503. Maximum allowed is 132. (max-len)
(#74) A space is required after ','. (comma-spacing)
(#74) Operator '+' must be spaced. (space-infix-ops)
(#74) Operator '||' must be spaced. (space-infix-ops)
(#74) Operator '-' must be spaced. (space-infix-ops)
(#74) Operator '-' must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Expected space(s) after "if". (keyword-spacing)
(#74) Operator '===' must be spaced. (space-infix-ops)
(#74) Expected { after 'if' condition. (curly)
(#74) Expected space(s) before "this". (keyword-spacing)
(#74) Operator '=' must be spaced. (space-infix-ops)
(#74) A space is required after ','. (comma-spacing)
(#74) A space is required after ','. (comma-spacing)
(#74) Operator '-' must be spaced. (space-infix-ops)
(#74) Operator '-' must be spaced. (space-infix-ops)
(#74) A space is required after ','. (comma-spacing)
(#74) Operator '||' must be spaced. (space-infix-ops)
(#74) Operator '-' must be spaced. (space-infix-ops)
(#74) Operator '-' must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Expected space(s) after "if". (keyword-spacing)
(#74) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#74) Operator '===' must be spaced. (space-infix-ops)
(#74) Expected { after 'if' condition. (curly)
(#74) Expected space(s) before "this". (keyword-spacing)
(#74) Operator '=' must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Expected space(s) after "else". (keyword-spacing)
(#74) Requires a space after '{'. (block-spacing)
(#74) Statement inside of curly braces should be on next line. (brace-style)
(#74) Expected space(s) after "if". (keyword-spacing)
(#74) Operator '===' must be spaced. (space-infix-ops)
(#74) Operator '&&' must be spaced. (space-infix-ops)
(#74) Operator '=' must be spaced. (space-infix-ops)
(#74) Unexpected use of comma operator. (no-sequences)
(#75) This line has a length of 513. Maximum allowed is 132. (max-len)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Expected { after 'if' condition. (curly)
(#75) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Unexpected use of comma operator. (no-sequences)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '||' must be spaced. (space-infix-ops)
(#75) Operator '+' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '||' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '||' must be spaced. (space-infix-ops)
(#75) Operator '+' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '||' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '?' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator ':' must be spaced. (space-infix-ops)
(#75) Operator '-' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '||' must be spaced. (space-infix-ops)
(#75) Operator '-' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '||' must be spaced. (space-infix-ops)
(#75) Operator '-' must be spaced. (space-infix-ops)
(#75) Operator '-' must be spaced. (space-infix-ops)
(#75) Operator '-' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '?' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator ':' must be spaced. (space-infix-ops)
(#75) Operator '-' must be spaced. (space-infix-ops)
(#76) This line has a length of 517. Maximum allowed is 132. (max-len)
(#76) A space is required after ','. (comma-spacing)
(#76) Operator '||' must be spaced. (space-infix-ops)
(#76) Operator '-' must be spaced. (space-infix-ops)
(#76) A space is required after ','. (comma-spacing)
(#76) Operator '||' must be spaced. (space-infix-ops)
(#76) Operator '-' must be spaced. (space-infix-ops)
(#76) Operator '-' must be spaced. (space-infix-ops)
(#76) Operator '-' must be spaced. (space-infix-ops)
(#76) A space is required after ','. (comma-spacing)
(#76) Operator '=' must be spaced. (space-infix-ops)
(#76) Requires a space before '}'. (block-spacing)
(#76) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#76) Missing semicolon. (semi)
(#76) Expected space(s) before "else". (keyword-spacing)
(#76) Expected { after 'else'. (curly)
(#76) Operator '=' must be spaced. (space-infix-ops)
(#76) Requires a space before '}'. (block-spacing)
(#76) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#76) Missing semicolon. (semi)
(#76) A space is required after ','. (comma-spacing)
(#76) Missing space before value for key '_convertPositionTo'. (key-spacing)
(#76) A space is required after ','. (comma-spacing)
(#76) Requires a space after '{'. (block-spacing)
(#76) Statement inside of curly braces should be on next line. (brace-style)
(#76) Missing space before opening brace. (space-before-blocks)
(#76) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#76) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#76) Operator '||' must be spaced. (space-infix-ops)
(#76) Operator '=' must be spaced. (space-infix-ops)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) Operator '=' must be spaced. (space-infix-ops)
(#76) Operator '===' must be spaced. (space-infix-ops)
(#76) Operator '?' must be spaced. (space-infix-ops)
(#76) Operator ':' must be spaced. (space-infix-ops)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) Operator '=' must be spaced. (space-infix-ops)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) Expected space(s) after "return". (keyword-spacing)
(#76) Missing space before value for key 'top'. (key-spacing)
(#76) Operator '+' must be spaced. (space-infix-ops)
(#76) Operator '*' must be spaced. (space-infix-ops)
(#76) Operator '+' must be spaced. (space-infix-ops)
(#76) Operator '*' must be spaced. (space-infix-ops)
(#76) Operator '-' must be spaced. (space-infix-ops)
(#76) Do not nest ternary expressions. (no-nested-ternary)
(#76) Operator '===' must be spaced. (space-infix-ops)
(#76) Operator '?' must be spaced. (space-infix-ops)
(#76) Operator ':' must be spaced. (space-infix-ops)
(#76) Operator '?' must be spaced. (space-infix-ops)
(#76) Operator ':' must be spaced. (space-infix-ops)
(#76) Operator '*' must be spaced. (space-infix-ops)
(#76) A space is required after ','. (comma-spacing)
(#76) Missing space before value for key 'left'. (key-spacing)
(#76) Operator '+' must be spaced. (space-infix-ops)
(#76) Operator '*' must be spaced. (space-infix-ops)
(#77) This line has a length of 518. Maximum allowed is 132. (max-len)
(#77) Operator '+' must be spaced. (space-infix-ops)
(#77) Operator '*' must be spaced. (space-infix-ops)
(#77) Operator '-' must be spaced. (space-infix-ops)
(#77) Do not nest ternary expressions. (no-nested-ternary)
(#77) Operator '===' must be spaced. (space-infix-ops)
(#77) Operator '?' must be spaced. (space-infix-ops)
(#77) Operator ':' must be spaced. (space-infix-ops)
(#77) Operator '?' must be spaced. (space-infix-ops)
(#77) Operator ':' must be spaced. (space-infix-ops)
(#77) Operator '*' must be spaced. (space-infix-ops)
(#77) Requires a space before '}'. (block-spacing)
(#77) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#77) Missing semicolon. (semi)
(#77) A space is required after ','. (comma-spacing)
(#77) Missing space before value for key '_generatePosition'. (key-spacing)
(#77) Method '_generatePosition' has a complexity of 27. Maximum allowed is 20. (complexity)
(#77) A space is required after ','. (comma-spacing)
(#77) Requires a space after '{'. (block-spacing)
(#77) Statement inside of curly braces should be on next line. (brace-style)
(#77) Missing space before opening brace. (space-before-blocks)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) A space is required after ','. (comma-spacing)
(#77) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#77) Operator '&&' must be spaced. (space-infix-ops)
(#77) Operator '||' must be spaced. (space-infix-ops)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) Missing space before value for key 'top'. (key-spacing)
(#77) A space is required after ','. (comma-spacing)
(#77) Missing space before value for key 'left'. (key-spacing)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) Expected space(s) after "if". (keyword-spacing)
(#77) Requires a space after '{'. (block-spacing)
(#77) Statement inside of curly braces should be on next line. (brace-style)
(#77) Missing space before opening brace. (space-before-blocks)
(#77) Expected space(s) after "if". (keyword-spacing)
(#77) Requires a space after '{'. (block-spacing)
(#77) Statement inside of curly braces should be on next line. (brace-style)
(#77) Missing space before opening brace. (space-before-blocks)
(#77) Expected space(s) after "if". (keyword-spacing)
(#77) Requires a space after '{'. (block-spacing)
(#77) Statement inside of curly braces should be on next line. (brace-style)
(#77) Missing space before opening brace. (space-before-blocks)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) Operator '+' must be spaced. (space-infix-ops)
(#77) A space is required after ','. (comma-spacing)
(#77) Operator '+' must be spaced. (space-infix-ops)
(#77) A space is required after ','. (comma-spacing)
(#77) Operator '+' must be spaced. (space-infix-ops)
(#78) This line has a length of 503. Maximum allowed is 132. (max-len)
(#78) A space is required after ','. (comma-spacing)
(#78) Operator '+' must be spaced. (space-infix-ops)
(#78) Requires a space before '}'. (block-spacing)
(#78) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#78) Missing semicolon. (semi)
(#78) Expected space(s) before "else". (keyword-spacing)
(#78) Expected { after 'else'. (curly)
(#78) 'z' used outside of binding context. (block-scoped-var)
(#78) Operator '=' must be spaced. (space-infix-ops)
(#78) Missing whitespace after semicolon. (semi-spacing)
(#78) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#78) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#78) Operator '-' must be spaced. (space-infix-ops)
(#78) Operator '<' must be spaced. (space-infix-ops)
(#78) 'z' used outside of binding context. (block-scoped-var)
(#78) Operator '&&' must be spaced. (space-infix-ops)
(#78) Operator '=' must be spaced. (space-infix-ops)
(#78) 'z' used outside of binding context. (block-scoped-var)
(#78) Operator '+' must be spaced. (space-infix-ops)
(#78) Missing whitespace after semicolon. (semi-spacing)
(#78) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#78) Operator '-' must be spaced. (space-infix-ops)
(#78) Operator '<' must be spaced. (space-infix-ops)
(#78) 'z' used outside of binding context. (block-scoped-var)
(#78) Operator '&&' must be spaced. (space-infix-ops)
(#78) Operator '=' must be spaced. (space-infix-ops)
(#78) 'z' used outside of binding context. (block-scoped-var)
(#78) Operator '+' must be spaced. (space-infix-ops)
(#78) Missing whitespace after semicolon. (semi-spacing)
(#78) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#78) Operator '-' must be spaced. (space-infix-ops)
(#78) Operator '>' must be spaced. (space-infix-ops)
(#78) 'z' used outside of binding context. (block-scoped-var)
(#78) Operator '&&' must be spaced. (space-infix-ops)
(#78) Operator '=' must be spaced. (space-infix-ops)
(#78) 'z' used outside of binding context. (block-scoped-var)
(#78) Operator '+' must be spaced. (space-infix-ops)
(#78) Missing whitespace after semicolon. (semi-spacing)
(#78) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#78) Operator '-' must be spaced. (space-infix-ops)
(#78) Operator '>' must be spaced. (space-infix-ops)
(#78) 'z' used outside of binding context. (block-scoped-var)
(#78) Operator '&&' must be spaced. (space-infix-ops)
(#78) Operator '=' must be spaced. (space-infix-ops)
(#78) 'z' used outside of binding context. (block-scoped-var)
(#78) Operator '+' must be spaced. (space-infix-ops)
(#78) Requires a space before '}'. (block-spacing)
(#78) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#78) Missing semicolon. (semi)
(#78) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#78) Operator '&&' must be spaced. (space-infix-ops)
(#78) Operator '=' must be spaced. (space-infix-ops)
(#78) Operator '?' must be spaced. (space-infix-ops)
(#78) Operator '+' must be spaced. (space-infix-ops)
(#78) Operator '-' must be spaced. (space-infix-ops)
(#78) Operator '/' must be spaced. (space-infix-ops)
(#78) Operator '*' must be spaced. (space-infix-ops)
(#78) Operator ':' must be spaced. (space-infix-ops)
(#78) A space is required after ','. (comma-spacing)
(#78) Operator '=' must be spaced. (space-infix-ops)
(#78) 'z' used outside of binding context. (block-scoped-var)
(#78) Do not nest ternary expressions. (no-nested-ternary)
(#78) Operator '?' must be spaced. (space-infix-ops)
(#78) Do not nest ternary expressions. (no-nested-ternary)
(#78) Operator '-' must be spaced. (space-infix-ops)
(#78) Operator '>=' must be spaced. (space-infix-ops)
(#78) 'z' used outside of binding context. (block-scoped-var)
(#78) Operator '||' must be spaced. (space-infix-ops)
(#78) Operator '-' must be spaced. (space-infix-ops)
(#78) Operator '>' must be spaced. (space-infix-ops)
(#79) This line has a length of 503. Maximum allowed is 132. (max-len)
(#79) 'z' used outside of binding context. (block-scoped-var)
(#79) Operator '?' must be spaced. (space-infix-ops)
(#79) Operator ':' must be spaced. (space-infix-ops)
(#79) Operator '-' must be spaced. (space-infix-ops)
(#79) Operator '>=' must be spaced. (space-infix-ops)
(#79) 'z' used outside of binding context. (block-scoped-var)
(#79) Operator '?' must be spaced. (space-infix-ops)
(#79) Operator '-' must be spaced. (space-infix-ops)
(#79) Operator ':' must be spaced. (space-infix-ops)
(#79) Operator '+' must be spaced. (space-infix-ops)
(#79) Operator ':' must be spaced. (space-infix-ops)
(#79) A space is required after ','. (comma-spacing)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) Operator '?' must be spaced. (space-infix-ops)
(#79) Operator '+' must be spaced. (space-infix-ops)
(#79) Operator '-' must be spaced. (space-infix-ops)
(#79) Operator '/' must be spaced. (space-infix-ops)
(#79) Operator '*' must be spaced. (space-infix-ops)
(#79) Operator ':' must be spaced. (space-infix-ops)
(#79) A space is required after ','. (comma-spacing)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) 'z' used outside of binding context. (block-scoped-var)
(#79) Do not nest ternary expressions. (no-nested-ternary)
(#79) Operator '?' must be spaced. (space-infix-ops)
(#79) Do not nest ternary expressions. (no-nested-ternary)
(#79) Operator '-' must be spaced. (space-infix-ops)
(#79) Operator '>=' must be spaced. (space-infix-ops)
(#79) 'z' used outside of binding context. (block-scoped-var)
(#79) Operator '||' must be spaced. (space-infix-ops)
(#79) Operator '-' must be spaced. (space-infix-ops)
(#79) Operator '>' must be spaced. (space-infix-ops)
(#79) 'z' used outside of binding context. (block-scoped-var)
(#79) Operator '?' must be spaced. (space-infix-ops)
(#79) Operator ':' must be spaced. (space-infix-ops)
(#79) Operator '-' must be spaced. (space-infix-ops)
(#79) Operator '>=' must be spaced. (space-infix-ops)
(#79) 'z' used outside of binding context. (block-scoped-var)
(#79) Operator '?' must be spaced. (space-infix-ops)
(#79) Operator '-' must be spaced. (space-infix-ops)
(#79) Operator ':' must be spaced. (space-infix-ops)
(#79) Operator '+' must be spaced. (space-infix-ops)
(#79) Operator ':' must be spaced. (space-infix-ops)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#79) Operator '===' must be spaced. (space-infix-ops)
(#79) Operator '&&' must be spaced. (space-infix-ops)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#79) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#79) Operator '===' must be spaced. (space-infix-ops)
(#79) Operator '&&' must be spaced. (space-infix-ops)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) Requires a space before '}'. (block-spacing)
(#79) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#79) Missing semicolon. (semi)
(#79) Expected space(s) before "return". (keyword-spacing)
(#79) Expected space(s) after "return". (keyword-spacing)
(#79) Missing space before value for key 'top'. (key-spacing)
(#79) Operator '-' must be spaced. (space-infix-ops)
(#79) Operator '-' must be spaced. (space-infix-ops)
(#79) Operator '-' must be spaced. (space-infix-ops)
(#79) Operator '+' must be spaced. (space-infix-ops)
(#79) Do not nest ternary expressions. (no-nested-ternary)
(#79) Operator '===' must be spaced. (space-infix-ops)
(#79) Operator '?' must be spaced. (space-infix-ops)
(#79) Operator ':' must be spaced. (space-infix-ops)
(#80) This line has a length of 515. Maximum allowed is 132. (max-len)
(#80) Operator '?' must be spaced. (space-infix-ops)
(#80) Operator ':' must be spaced. (space-infix-ops)
(#80) A space is required after ','. (comma-spacing)
(#80) Missing space before value for key 'left'. (key-spacing)
(#80) Operator '-' must be spaced. (space-infix-ops)
(#80) Operator '-' must be spaced. (space-infix-ops)
(#80) Operator '-' must be spaced. (space-infix-ops)
(#80) Operator '+' must be spaced. (space-infix-ops)
(#80) Do not nest ternary expressions. (no-nested-ternary)
(#80) Operator '===' must be spaced. (space-infix-ops)
(#80) Operator '?' must be spaced. (space-infix-ops)
(#80) Operator ':' must be spaced. (space-infix-ops)
(#80) Operator '?' must be spaced. (space-infix-ops)
(#80) Operator ':' must be spaced. (space-infix-ops)
(#80) Requires a space before '}'. (block-spacing)
(#80) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#80) Missing semicolon. (semi)
(#80) A space is required after ','. (comma-spacing)
(#80) Missing space before value for key '_clear'. (key-spacing)
(#80) Requires a space after '{'. (block-spacing)
(#80) Statement inside of curly braces should be on next line. (brace-style)
(#80) Missing space before opening brace. (space-before-blocks)
(#80) Missing whitespace after semicolon. (semi-spacing)
(#80) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#80) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#80) Operator '===' must be spaced. (space-infix-ops)
(#80) Operator '||' must be spaced. (space-infix-ops)
(#80) Operator '||' must be spaced. (space-infix-ops)
(#80) Missing whitespace after semicolon. (semi-spacing)
(#80) Operator '=' must be spaced. (space-infix-ops)
(#80) Missing whitespace after semicolon. (semi-spacing)
(#80) Operator '=' must be spaced. (space-infix-ops)
(#80) Missing whitespace after semicolon. (semi-spacing)
(#80) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#80) Operator '&&' must be spaced. (space-infix-ops)
(#80) Requires a space before '}'. (block-spacing)
(#80) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#80) Missing semicolon. (semi)
(#80) A space is required after ','. (comma-spacing)
(#80) Missing space before value for key '_normalizeRightBottom'. (key-spacing)
(#80) Requires a space after '{'. (block-spacing)
(#80) Statement inside of curly braces should be on next line. (brace-style)
(#80) Missing space before opening brace. (space-before-blocks)
(#80) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#80) Operator '!==' must be spaced. (space-infix-ops)
(#80) Operator '&&' must be spaced. (space-infix-ops)
(#80) Operator '!==' must be spaced. (space-infix-ops)
(#80) Operator '&&' must be spaced. (space-infix-ops)
(#81) This line has a length of 515. Maximum allowed is 132. (max-len)
(#81) A space is required after ','. (comma-spacing)
(#81) A space is required after ','. (comma-spacing)
(#81) Missing whitespace after semicolon. (semi-spacing)
(#81) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#81) Operator '!==' must be spaced. (space-infix-ops)
(#81) Operator '&&' must be spaced. (space-infix-ops)
(#81) Operator '!==' must be spaced. (space-infix-ops)
(#81) Operator '&&' must be spaced. (space-infix-ops)
(#81) A space is required after ','. (comma-spacing)
(#81) A space is required after ','. (comma-spacing)
(#81) Requires a space before '}'. (block-spacing)
(#81) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#81) Missing semicolon. (semi)
(#81) A space is required after ','. (comma-spacing)
(#81) Missing space before value for key '_trigger'. (key-spacing)
(#81) A space is required after ','. (comma-spacing)
(#81) A space is required after ','. (comma-spacing)
(#81) Requires a space after '{'. (block-spacing)
(#81) Statement inside of curly braces should be on next line. (brace-style)
(#81) Missing space before opening brace. (space-before-blocks)
(#81) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#81) Operator '=' must be spaced. (space-infix-ops)
(#81) Operator '||' must be spaced. (space-infix-ops)
(#81) Missing whitespace after semicolon. (semi-spacing)
(#81) A space is required after ','. (comma-spacing)
(#81) A space is required after ','. (comma-spacing)
(#81) A space is required after ','. (comma-spacing)
(#81) A space is required after ','. (comma-spacing)
(#81) A space is required after ','. (comma-spacing)
(#81) Missing whitespace after semicolon. (semi-spacing)
(#81) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#81) Operator '&&' must be spaced. (space-infix-ops)
(#81) Operator '=' must be spaced. (space-infix-ops)
(#81) A space is required after ','. (comma-spacing)
(#81) Operator '=' must be spaced. (space-infix-ops)
(#81) Missing whitespace after semicolon. (semi-spacing)
(#81) A space is required after ','. (comma-spacing)
(#81) A space is required after ','. (comma-spacing)
(#81) A space is required after ','. (comma-spacing)
(#81) Requires a space before '}'. (block-spacing)
(#81) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#81) Missing semicolon. (semi)
(#81) A space is required after ','. (comma-spacing)
(#81) Missing space before value for key 'plugins'. (key-spacing)
(#81) A space is required after ','. (comma-spacing)
(#81) Missing space before value for key '_uiHash'. (key-spacing)
(#81) Requires a space after '{'. (block-spacing)
(#81) Statement inside of curly braces should be on next line. (brace-style)
(#81) Missing space before opening brace. (space-before-blocks)
(#81) Expected space(s) after "return". (keyword-spacing)
(#81) Missing space before value for key 'helper'. (key-spacing)
(#82) This line has a length of 519. Maximum allowed is 132. (max-len)
(#82) Missing space before value for key 'position'. (key-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) Missing space before value for key 'originalPosition'. (key-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) Missing space before value for key 'offset'. (key-spacing)
(#82) Requires a space before '}'. (block-spacing)
(#82) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#82) Missing semicolon. (semi)
(#82) Missing whitespace after semicolon. (semi-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) Missing space before value for key 'start'. (key-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) Requires a space after '{'. (block-spacing)
(#82) Statement inside of curly braces should be on next line. (brace-style)
(#82) Missing space before opening brace. (space-before-blocks)
(#82) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#82) Operator '=' must be spaced. (space-infix-ops)
(#82) A space is required after ','. (comma-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) Missing space before value for key 'item'. (key-spacing)
(#82) Missing whitespace after semicolon. (semi-spacing)
(#82) Operator '=' must be spaced. (space-infix-ops)
(#82) Missing whitespace after semicolon. (semi-spacing)
(#82) Requires a space after '{'. (block-spacing)
(#82) Statement inside of curly braces should be on next line. (brace-style)
(#82) Missing space before opening brace. (space-before-blocks)
(#82) Operator '=' must be spaced. (space-infix-ops)
(#82) Missing whitespace after semicolon. (semi-spacing)
(#82) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#82) Operator '&&' must be spaced. (space-infix-ops)
(#82) Operator '&&' must be spaced. (space-infix-ops)
(#82) A space is required after ','. (comma-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) Requires a space before '}'. (block-spacing)
(#82) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#82) Missing semicolon. (semi)
(#82) Requires a space before '}'. (block-spacing)
(#82) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#82) Missing semicolon. (semi)
(#82) A space is required after ','. (comma-spacing)
(#82) Missing space before value for key 'stop'. (key-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) Requires a space after '{'. (block-spacing)
(#82) Statement inside of curly braces should be on next line. (brace-style)
(#82) Missing space before opening brace. (space-before-blocks)
(#82) Operator '=' must be spaced. (space-infix-ops)
(#82) A space is required after ','. (comma-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) Missing space before value for key 'item'. (key-spacing)
(#82) Missing whitespace after semicolon. (semi-spacing)
(#82) Operator '=' must be spaced. (space-infix-ops)
(#82) Missing whitespace after semicolon. (semi-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) Requires a space after '{'. (block-spacing)
(#82) Statement inside of curly braces should be on next line. (brace-style)
(#82) Missing space before opening brace. (space-before-blocks)
(#82) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#82) Operator '?' must be spaced. (space-infix-ops)
(#83) This line has a length of 522. Maximum allowed is 132. (max-len)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Missing space before value for key 'position'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'top'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'left'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Operator ':' must be spaced. (space-infix-ops)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Requires a space before '}'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Missing semicolon. (semi)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'drag'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) A space is required after ','. (comma-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#83) Operator '&&' must be spaced. (space-infix-ops)
(#84) This line has a length of 508. Maximum allowed is 132. (max-len)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#84) A space is required after ','. (comma-spacing)
(#84) A space is required after ','. (comma-spacing)
(#84) Requires a space after '{'. (block-spacing)
(#84) Statement inside of curly braces should be on next line. (brace-style)
(#84) Missing space before opening brace. (space-before-blocks)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#84) Missing whitespace after semicolon. (semi-spacing)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#84) Missing whitespace after semicolon. (semi-spacing)
(#84) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#84) Missing whitespace after semicolon. (semi-spacing)
(#84) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#84) Operator '!==' must be spaced. (space-infix-ops)
(#84) Operator '&&' must be spaced. (space-infix-ops)
(#84) Operator '&&' must be spaced. (space-infix-ops)
(#84) A space is required after ','. (comma-spacing)
(#84) Operator '&&' must be spaced. (space-infix-ops)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#84) Missing whitespace after semicolon. (semi-spacing)
(#84) Requires a space before '}'. (block-spacing)
(#84) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#84) Missing semicolon. (semi)
(#84) Missing whitespace after semicolon. (semi-spacing)
(#84) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#84) Operator '?' must be spaced. (space-infix-ops)
(#84) Operator '||' must be spaced. (space-infix-ops)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#84) A space is required after ','. (comma-spacing)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#84) A space is required after ','. (comma-spacing)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#84) A space is required after ','. (comma-spacing)
(#84) A space is required after ','. (comma-spacing)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#84) A space is required after ','. (comma-spacing)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#84) Requires a space after '{'. (block-spacing)
(#84) Statement inside of curly braces should be on next line. (brace-style)
(#84) Missing space before opening brace. (space-before-blocks)
(#84) Requires a space before '}'. (block-spacing)
(#84) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#84) Missing semicolon. (semi)
(#84) A space is required after ','. (comma-spacing)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#84) A space is required after ','. (comma-spacing)
(#85) This line has a length of 512. Maximum allowed is 132. (max-len)
(#85) A space is required after ','. (comma-spacing)
(#85) A space is required after ','. (comma-spacing)
(#85) A space is required after ','. (comma-spacing)
(#85) A space is required after ','. (comma-spacing)
(#85) Operator '=' must be spaced. (space-infix-ops)
(#85) A space is required after ','. (comma-spacing)
(#85) Operator '=' must be spaced. (space-infix-ops)
(#85) A space is required after ','. (comma-spacing)
(#85) Operator '-=' must be spaced. (space-infix-ops)
(#85) Operator '-' must be spaced. (space-infix-ops)
(#85) A space is required after ','. (comma-spacing)
(#85) Operator '-=' must be spaced. (space-infix-ops)
(#85) Operator '-' must be spaced. (space-infix-ops)
(#85) A space is required after ','. (comma-spacing)
(#85) A space is required after ','. (comma-spacing)
(#85) A space is required after ','. (comma-spacing)
(#85) Operator '=' must be spaced. (space-infix-ops)
(#85) A space is required after ','. (comma-spacing)
(#85) A space is required after ','. (comma-spacing)
(#85) Requires a space after '{'. (block-spacing)
(#85) Statement inside of curly braces should be on next line. (brace-style)
(#85) Missing space before opening brace. (space-before-blocks)
(#85) Requires a space before '}'. (block-spacing)
(#85) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#85) Missing semicolon. (semi)
(#85) A space is required after ','. (comma-spacing)
(#85) Operator '=' must be spaced. (space-infix-ops)
(#85) A space is required after ','. (comma-spacing)
(#85) Operator '=' must be spaced. (space-infix-ops)
(#85) A space is required after ','. (comma-spacing)
(#85) Operator '&&' must be spaced. (space-infix-ops)
(#85) A space is required after ','. (comma-spacing)
(#85) Operator '=' must be spaced. (space-infix-ops)
(#85) Operator ':' must be spaced. (space-infix-ops)
(#85) Operator '&&' must be spaced. (space-infix-ops)
(#85) Operator '=' must be spaced. (space-infix-ops)
(#85) A space is required after ','. (comma-spacing)
(#85) Operator '=' must be spaced. (space-infix-ops)
(#85) A space is required after ','. (comma-spacing)
(#85) Operator '=' must be spaced. (space-infix-ops)
(#86) This line has a length of 515. Maximum allowed is 132. (max-len)
(#86) Operator '=' must be spaced. (space-infix-ops)
(#86) A space is required after ','. (comma-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) Operator '=' must be spaced. (space-infix-ops)
(#86) A space is required after ','. (comma-spacing)
(#86) Operator '=' must be spaced. (space-infix-ops)
(#86) A space is required after ','. (comma-spacing)
(#86) Operator '&&' must be spaced. (space-infix-ops)
(#86) A space is required after ','. (comma-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) Operator '=' must be spaced. (space-infix-ops)
(#86) A space is required after ','. (comma-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) Operator '=' must be spaced. (space-infix-ops)
(#86) A space is required after ','. (comma-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) Requires a space after '{'. (block-spacing)
(#86) Statement inside of curly braces should be on next line. (brace-style)
(#86) Missing space before opening brace. (space-before-blocks)
(#86) Requires a space before '}'. (block-spacing)
(#86) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#86) Missing semicolon. (semi)
(#86) Requires a space before '}'. (block-spacing)
(#86) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#86) Missing semicolon. (semi)
(#86) Requires a space before '}'. (block-spacing)
(#86) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#86) Missing semicolon. (semi)
(#86) Missing whitespace after semicolon. (semi-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) Missing space before value for key 'start'. (key-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) Requires a space after '{'. (block-spacing)
(#86) Statement inside of curly braces should be on next line. (brace-style)
(#86) Missing space before opening brace. (space-before-blocks)
(#86) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#86) Operator '=' must be spaced. (space-infix-ops)
(#86) Missing whitespace after semicolon. (semi-spacing)
(#86) Operator '=' must be spaced. (space-infix-ops)
(#86) Missing whitespace after semicolon. (semi-spacing)
(#86) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#86) Operator '&&' must be spaced. (space-infix-ops)
(#86) Operator '=' must be spaced. (space-infix-ops)
(#86) Missing whitespace after semicolon. (semi-spacing)
(#87) This line has a length of 507. Maximum allowed is 132. (max-len)
(#87) Requires a space before '}'. (block-spacing)
(#87) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#87) Missing semicolon. (semi)
(#87) A space is required after ','. (comma-spacing)
(#87) Missing space before value for key 'stop'. (key-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) Requires a space after '{'. (block-spacing)
(#87) Statement inside of curly braces should be on next line. (brace-style)
(#87) Missing space before opening brace. (space-before-blocks)
(#87) Operator '=' must be spaced. (space-infix-ops)
(#87) Missing whitespace after semicolon. (semi-spacing)
(#87) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#87) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#87) Operator '&&' must be spaced. (space-infix-ops)
(#87) A space is required after ','. (comma-spacing)
(#87) Requires a space before '}'. (block-spacing)
(#87) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#87) Missing semicolon. (semi)
(#87) Missing whitespace after semicolon. (semi-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) Missing space before value for key 'start'. (key-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) Requires a space after '{'. (block-spacing)
(#87) Statement inside of curly braces should be on next line. (brace-style)
(#87) Missing space before opening brace. (space-before-blocks)
(#87) Operator '=' must be spaced. (space-infix-ops)
(#87) Missing whitespace after semicolon. (semi-spacing)
(#87) Operator '=' must be spaced. (space-infix-ops)
(#87) Missing whitespace after semicolon. (semi-spacing)
(#87) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#87) Operator '&&' must be spaced. (space-infix-ops)
(#87) Operator '=' must be spaced. (space-infix-ops)
(#87) Missing whitespace after semicolon. (semi-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) Requires a space before '}'. (block-spacing)
(#87) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#87) Missing semicolon. (semi)
(#87) A space is required after ','. (comma-spacing)
(#87) Missing space before value for key 'stop'. (key-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) Requires a space after '{'. (block-spacing)
(#87) Statement inside of curly braces should be on next line. (brace-style)
(#87) Missing space before opening brace. (space-before-blocks)
(#87) Operator '=' must be spaced. (space-infix-ops)
(#87) Missing whitespace after semicolon. (semi-spacing)
(#87) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#87) Operator '&&' must be spaced. (space-infix-ops)
(#87) A space is required after ','. (comma-spacing)
(#87) Requires a space before '}'. (block-spacing)
(#87) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#87) Missing semicolon. (semi)
(#87) Missing whitespace after semicolon. (semi-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) Missing space before value for key 'start'. (key-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) Requires a space after '{'. (block-spacing)
(#87) Statement inside of curly braces should be on next line. (brace-style)
(#87) Missing space before opening brace. (space-before-blocks)
(#87) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#87) Operator '||' must be spaced. (space-infix-ops)
(#87) Operator '=' must be spaced. (space-infix-ops)
(#87) Missing whitespace after semicolon. (semi-spacing)
(#87) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#87) Operator '!==' must be spaced. (space-infix-ops)
(#88) This line has a length of 506. Maximum allowed is 132. (max-len)
(#88) Operator '&&' must be spaced. (space-infix-ops)
(#88) Operator '!==' must be spaced. (space-infix-ops)
(#88) Operator '&&' must be spaced. (space-infix-ops)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#88) Requires a space before '}'. (block-spacing)
(#88) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#88) Missing semicolon. (semi)
(#88) A space is required after ','. (comma-spacing)
(#88) Missing space before value for key 'drag'. (key-spacing)
(#88) Method 'drag' has a complexity of 22. Maximum allowed is 20. (complexity)
(#88) A space is required after ','. (comma-spacing)
(#88) A space is required after ','. (comma-spacing)
(#88) Requires a space after '{'. (block-spacing)
(#88) Statement inside of curly braces should be on next line. (brace-style)
(#88) Missing space before opening brace. (space-before-blocks)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#88) Missing whitespace after semicolon. (semi-spacing)
(#88) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#88) A space is required after ','. (comma-spacing)
(#88) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#88) A space is required after ','. (comma-spacing)
(#88) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#88) Missing whitespace after semicolon. (semi-spacing)
(#88) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#88) Operator '!==' must be spaced. (space-infix-ops)
(#88) Operator '&&' must be spaced. (space-infix-ops)
(#88) Operator '!==' must be spaced. (space-infix-ops)
(#88) Operator '?' must be spaced. (space-infix-ops)
(#88) Operator '&&' must be spaced. (space-infix-ops)
(#88) Operator '===' must be spaced. (space-infix-ops)
(#88) Operator '||' must be spaced. (space-infix-ops)
(#88) Operator '+' must be spaced. (space-infix-ops)
(#88) Operator '-' must be spaced. (space-infix-ops)
(#88) Operator '<' must be spaced. (space-infix-ops)
(#88) Operator '?' must be spaced. (space-infix-ops)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#88) Operator '+' must be spaced. (space-infix-ops)
(#88) Operator ':' must be spaced. (space-infix-ops)
(#88) Operator '-' must be spaced. (space-infix-ops)
(#88) Operator '<' must be spaced. (space-infix-ops)
(#88) Operator '&&' must be spaced. (space-infix-ops)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#88) Operator '-' must be spaced. (space-infix-ops)
(#88) A space is required after ','. (comma-spacing)
(#88) Operator '&&' must be spaced. (space-infix-ops)
(#88) Operator '===' must be spaced. (space-infix-ops)
(#88) Operator '||' must be spaced. (space-infix-ops)
(#88) Operator '+' must be spaced. (space-infix-ops)
(#88) Operator '-' must be spaced. (space-infix-ops)
(#89) This line has a length of 509. Maximum allowed is 132. (max-len)
(#89) Operator '<' must be spaced. (space-infix-ops)
(#89) Operator '?' must be spaced. (space-infix-ops)
(#89) Operator '=' must be spaced. (space-infix-ops)
(#89) Operator '=' must be spaced. (space-infix-ops)
(#89) Operator '+' must be spaced. (space-infix-ops)
(#89) Operator ':' must be spaced. (space-infix-ops)
(#89) Operator '-' must be spaced. (space-infix-ops)
(#89) Operator '<' must be spaced. (space-infix-ops)
(#89) Operator '&&' must be spaced. (space-infix-ops)
(#89) Operator '=' must be spaced. (space-infix-ops)
(#89) Operator '=' must be spaced. (space-infix-ops)
(#89) Operator '-' must be spaced. (space-infix-ops)
(#89) Operator ':' must be spaced. (space-infix-ops)
(#89) Operator '&&' must be spaced. (space-infix-ops)
(#89) Operator '===' must be spaced. (space-infix-ops)
(#89) Operator '||' must be spaced. (space-infix-ops)
(#89) Operator '-' must be spaced. (space-infix-ops)
(#89) Operator '<' must be spaced. (space-infix-ops)
(#89) Operator '?' must be spaced. (space-infix-ops)
(#89) Operator '=' must be spaced. (space-infix-ops)
(#89) Operator '-' must be spaced. (space-infix-ops)
(#89) Operator ':' must be spaced. (space-infix-ops)
(#89) Operator '-' must be spaced. (space-infix-ops)
(#89) Operator '-' must be spaced. (space-infix-ops)
(#89) Operator '<' must be spaced. (space-infix-ops)
(#89) Operator '&&' must be spaced. (space-infix-ops)
(#89) Operator '=' must be spaced. (space-infix-ops)
(#89) Operator '+' must be spaced. (space-infix-ops)
(#89) A space is required after ','. (comma-spacing)
(#89) Operator '&&' must be spaced. (space-infix-ops)
(#89) Operator '===' must be spaced. (space-infix-ops)
(#89) Operator '||' must be spaced. (space-infix-ops)
(#89) Operator '-' must be spaced. (space-infix-ops)
(#89) Operator '<' must be spaced. (space-infix-ops)
(#89) Operator '?' must be spaced. (space-infix-ops)
(#89) Operator '=' must be spaced. (space-infix-ops)
(#89) Operator '-' must be spaced. (space-infix-ops)
(#90) This line has a length of 518. Maximum allowed is 132. (max-len)
(#90) Operator ':' must be spaced. (space-infix-ops)
(#90) Operator '-' must be spaced. (space-infix-ops)
(#90) Operator '-' must be spaced. (space-infix-ops)
(#90) Operator '<' must be spaced. (space-infix-ops)
(#90) Operator '&&' must be spaced. (space-infix-ops)
(#90) Operator '=' must be spaced. (space-infix-ops)
(#90) Operator '+' must be spaced. (space-infix-ops)
(#90) Missing whitespace after semicolon. (semi-spacing)
(#90) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#90) Operator '!==' must be spaced. (space-infix-ops)
(#90) Operator '&&' must be spaced. (space-infix-ops)
(#90) Operator '&&' must be spaced. (space-infix-ops)
(#90) Operator '&&' must be spaced. (space-infix-ops)
(#90) A space is required after ','. (comma-spacing)
(#90) Requires a space before '}'. (block-spacing)
(#90) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#90) Missing semicolon. (semi)
(#90) Missing whitespace after semicolon. (semi-spacing)
(#90) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#90) A space is required after ','. (comma-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) Missing space before value for key 'start'. (key-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) Requires a space after '{'. (block-spacing)
(#90) Statement inside of curly braces should be on next line. (brace-style)
(#90) Missing space before opening brace. (space-before-blocks)
(#90) Operator '=' must be spaced. (space-infix-ops)
(#90) Missing whitespace after semicolon. (semi-spacing)
(#90) Operator '=' must be spaced. (space-infix-ops)
(#90) Missing whitespace after semicolon. (semi-spacing)
(#90) Operator '!==' must be spaced. (space-infix-ops)
(#90) Operator '?' must be spaced. (space-infix-ops)
(#90) Operator '||' must be spaced. (space-infix-ops)
(#90) Operator ':' must be spaced. (space-infix-ops)
(#90) Requires a space after '{'. (block-spacing)
(#90) Statement inside of curly braces should be on next line. (brace-style)
(#90) Missing space before opening brace. (space-before-blocks)
(#90) Operator '=' must be spaced. (space-infix-ops)
(#90) A space is required after ','. (comma-spacing)
(#90) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#90) Operator '=' must be spaced. (space-infix-ops)
(#90) Missing whitespace after semicolon. (semi-spacing)
(#90) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#90) Operator '!==' must be spaced. (space-infix-ops)
(#90) Operator '&&' must be spaced. (space-infix-ops)
(#90) Missing space before value for key 'item'. (key-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) Missing space before value for key 'width'. (key-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) Missing space before value for key 'height'. (key-spacing)
(#91) This line has a length of 523. Maximum allowed is 132. (max-len)
(#91) Missing space before value for key 'top'. (key-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) Missing space before value for key 'left'. (key-spacing)
(#91) Requires a space before '}'. (block-spacing)
(#91) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#91) Missing semicolon. (semi)
(#91) Requires a space before '}'. (block-spacing)
(#91) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#91) Missing semicolon. (semi)
(#91) A space is required after ','. (comma-spacing)
(#91) Missing space before value for key 'drag'. (key-spacing)
(#91) Method 'drag' has a complexity of 33. Maximum allowed is 20. (complexity)
(#91) A space is required after ','. (comma-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) Requires a space after '{'. (block-spacing)
(#91) Statement inside of curly braces should be on next line. (brace-style)
(#91) Missing space before opening brace. (space-before-blocks)
(#91) A space is required after ','. (comma-spacing)
(#91) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) A space is required after ','. (comma-spacing)
(#91) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) A space is required after ','. (comma-spacing)
(#91) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) A space is required after ','. (comma-spacing)
(#91) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Operator '+' must be spaced. (space-infix-ops)
(#91) A space is required after ','. (comma-spacing)
(#91) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) A space is required after ','. (comma-spacing)
(#91) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Operator '+' must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Expected space(s) after "for". (keyword-spacing)
(#91) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Operator '-' must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Operator '<=' must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Requires a space after '{'. (block-spacing)
(#91) Statement inside of curly braces should be on next line. (brace-style)
(#91) Missing space before opening brace. (space-before-blocks)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Operator '-' must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Operator '+' must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Operator '-' must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Operator '+' must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Expected space(s) after "if". (keyword-spacing)
(#91) Operator '<' must be spaced. (space-infix-ops)
(#91) Operator '-' must be spaced. (space-infix-ops)
(#91) Operator '||' must be spaced. (space-infix-ops)
(#91) Operator '>' must be spaced. (space-infix-ops)
(#91) Operator '+' must be spaced. (space-infix-ops)
(#91) Operator '||' must be spaced. (space-infix-ops)
(#91) Operator '<' must be spaced. (space-infix-ops)
(#91) Operator '-' must be spaced. (space-infix-ops)
(#91) Operator '||' must be spaced. (space-infix-ops)
(#91) Operator '>' must be spaced. (space-infix-ops)
(#91) Operator '+' must be spaced. (space-infix-ops)
(#91) Operator '||' must be spaced. (space-infix-ops)
(#91) A space is required after ','. (comma-spacing)
(#91) Expected { after 'if' condition. (curly)
(#91) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#91) Operator '&&' must be spaced. (space-infix-ops)
(#91) Operator '&&' must be spaced. (space-infix-ops)
(#92) This line has a length of 520. Maximum allowed is 132. (max-len)
(#92) A space is required after ','. (comma-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'snapItem'. (key-spacing)
(#92) Unexpected use of comma operator. (no-sequences)
(#92) A space is required after ','. (comma-spacing)
(#92) Operator '=' must be spaced. (space-infix-ops)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Expected space(s) after "else". (keyword-spacing)
(#92) Requires a space after '{'. (block-spacing)
(#92) Statement inside of curly braces should be on next line. (brace-style)
(#92) Expected space(s) after "if". (keyword-spacing)
(#92) Operator '!==' must be spaced. (space-infix-ops)
(#92) Requires a space after '{'. (block-spacing)
(#92) Statement inside of curly braces should be on next line. (brace-style)
(#92) Missing space before opening brace. (space-before-blocks)
(#92) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#92) Operator '=' must be spaced. (space-infix-ops)
(#92) Operator '-' must be spaced. (space-infix-ops)
(#92) Operator '<=' must be spaced. (space-infix-ops)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Operator '=' must be spaced. (space-infix-ops)
(#92) Operator '-' must be spaced. (space-infix-ops)
(#92) Operator '<=' must be spaced. (space-infix-ops)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Operator '=' must be spaced. (space-infix-ops)
(#92) Operator '-' must be spaced. (space-infix-ops)
(#92) Operator '<=' must be spaced. (space-infix-ops)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Operator '=' must be spaced. (space-infix-ops)
(#92) Operator '-' must be spaced. (space-infix-ops)
(#92) Operator '<=' must be spaced. (space-infix-ops)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#92) Operator '&&' must be spaced. (space-infix-ops)
(#92) Operator '=' must be spaced. (space-infix-ops)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'top'. (key-spacing)
(#92) Operator '-' must be spaced. (space-infix-ops)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'left'. (key-spacing)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#92) Operator '&&' must be spaced. (space-infix-ops)
(#92) Operator '=' must be spaced. (space-infix-ops)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'top'. (key-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'left'. (key-spacing)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#92) Operator '&&' must be spaced. (space-infix-ops)
(#92) Operator '=' must be spaced. (space-infix-ops)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'top'. (key-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'left'. (key-spacing)
(#92) Operator '-' must be spaced. (space-infix-ops)
(#93) This line has a length of 501. Maximum allowed is 132. (max-len)
(#93) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#93) Operator '&&' must be spaced. (space-infix-ops)
(#93) Operator '=' must be spaced. (space-infix-ops)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'top'. (key-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'left'. (key-spacing)
(#93) Requires a space before '}'. (block-spacing)
(#93) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#93) Missing semicolon. (semi)
(#93) Expected space(s) before "var". (keyword-spacing)
(#93) Operator '=' must be spaced. (space-infix-ops)
(#93) 'G' used outside of binding context. (block-scoped-var)
(#93) Operator '||' must be spaced. (space-infix-ops)
(#93) 'I' used outside of binding context. (block-scoped-var)
(#93) Operator '||' must be spaced. (space-infix-ops)
(#93) 'L' used outside of binding context. (block-scoped-var)
(#93) Operator '||' must be spaced. (space-infix-ops)
(#93) 'M' used outside of binding context. (block-scoped-var)
(#93) Missing whitespace after semicolon. (semi-spacing)
(#93) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#93) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#93) Operator '!==' must be spaced. (space-infix-ops)
(#93) Operator '&&' must be spaced. (space-infix-ops)
(#93) 'G' used outside of binding context. (block-scoped-var)
(#93) Operator '=' must be spaced. (space-infix-ops)
(#93) Operator '-' must be spaced. (space-infix-ops)
(#93) Operator '<=' must be spaced. (space-infix-ops)
(#93) A space is required after ','. (comma-spacing)
(#93) 'I' used outside of binding context. (block-scoped-var)
(#93) Operator '=' must be spaced. (space-infix-ops)
(#93) Operator '-' must be spaced. (space-infix-ops)
(#93) Operator '<=' must be spaced. (space-infix-ops)
(#93) A space is required after ','. (comma-spacing)
(#93) 'L' used outside of binding context. (block-scoped-var)
(#93) Operator '=' must be spaced. (space-infix-ops)
(#93) Operator '-' must be spaced. (space-infix-ops)
(#93) Operator '<=' must be spaced. (space-infix-ops)
(#93) A space is required after ','. (comma-spacing)
(#93) 'M' used outside of binding context. (block-scoped-var)
(#93) Operator '=' must be spaced. (space-infix-ops)
(#93) Operator '-' must be spaced. (space-infix-ops)
(#93) Operator '<=' must be spaced. (space-infix-ops)
(#93) A space is required after ','. (comma-spacing)
(#93) 'G' used outside of binding context. (block-scoped-var)
(#93) Operator '&&' must be spaced. (space-infix-ops)
(#93) Operator '=' must be spaced. (space-infix-ops)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'top'. (key-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'left'. (key-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) 'I' used outside of binding context. (block-scoped-var)
(#93) Operator '&&' must be spaced. (space-infix-ops)
(#93) Operator '=' must be spaced. (space-infix-ops)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'top'. (key-spacing)
(#93) Operator '-' must be spaced. (space-infix-ops)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'left'. (key-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) 'L' used outside of binding context. (block-scoped-var)
(#93) Operator '&&' must be spaced. (space-infix-ops)
(#93) Operator '=' must be spaced. (space-infix-ops)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'top'. (key-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'left'. (key-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) 'M' used outside of binding context. (block-scoped-var)
(#93) Operator '&&' must be spaced. (space-infix-ops)
(#93) Operator '=' must be spaced. (space-infix-ops)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'top'. (key-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'left'. (key-spacing)
(#93) Operator '-' must be spaced. (space-infix-ops)
(#94) This line has a length of 536. Maximum allowed is 132. (max-len)
(#94) Missing whitespace after semicolon. (semi-spacing)
(#94) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#94) Operator '&&' must be spaced. (space-infix-ops)
(#94) 'G' used outside of binding context. (block-scoped-var)
(#94) Operator '||' must be spaced. (space-infix-ops)
(#94) 'I' used outside of binding context. (block-scoped-var)
(#94) Operator '||' must be spaced. (space-infix-ops)
(#94) 'L' used outside of binding context. (block-scoped-var)
(#94) Operator '||' must be spaced. (space-infix-ops)
(#94) 'M' used outside of binding context. (block-scoped-var)
(#94) Operator '||' must be spaced. (space-infix-ops)
(#94) Operator '&&' must be spaced. (space-infix-ops)
(#94) Operator '&&' must be spaced. (space-infix-ops)
(#94) A space is required after ','. (comma-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) Missing space before value for key 'snapItem'. (key-spacing)
(#94) Missing whitespace after semicolon. (semi-spacing)
(#94) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#94) Operator '=' must be spaced. (space-infix-ops)
(#94) 'G' used outside of binding context. (block-scoped-var)
(#94) Operator '||' must be spaced. (space-infix-ops)
(#94) 'I' used outside of binding context. (block-scoped-var)
(#94) Operator '||' must be spaced. (space-infix-ops)
(#94) 'L' used outside of binding context. (block-scoped-var)
(#94) Operator '||' must be spaced. (space-infix-ops)
(#94) 'M' used outside of binding context. (block-scoped-var)
(#94) Operator '||' must be spaced. (space-infix-ops)
(#94) Requires a space before '}'. (block-spacing)
(#94) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#94) Missing semicolon. (semi)
(#94) Requires a space before '}'. (block-spacing)
(#94) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#94) Requires a space before '}'. (block-spacing)
(#94) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#94) Missing whitespace after semicolon. (semi-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) Missing space before value for key 'start'. (key-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) Requires a space after '{'. (block-spacing)
(#94) Statement inside of curly braces should be on next line. (brace-style)
(#94) Missing space before opening brace. (space-before-blocks)
(#94) Operator '=' must be spaced. (space-infix-ops)
(#94) A space is required after ','. (comma-spacing)
(#94) Requires a space after '{'. (block-spacing)
(#94) Statement inside of curly braces should be on next line. (brace-style)
(#94) Missing space before opening brace. (space-before-blocks)
(#94) Expected space(s) after "return". (keyword-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) Operator '||' must be spaced. (space-infix-ops)
(#94) Operator '-' must be spaced. (space-infix-ops)
(#94) A space is required after ','. (comma-spacing)
(#94) Operator '||' must be spaced. (space-infix-ops)
(#94) Requires a space before '}'. (block-spacing)
(#94) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#94) Missing semicolon. (semi)
(#94) Missing whitespace after semicolon. (semi-spacing)
(#94) Expected space(s) after "if". (keyword-spacing)
(#94) Requires a space after '{'. (block-spacing)
(#94) Statement inside of curly braces should be on next line. (brace-style)
(#94) Missing space before opening brace. (space-before-blocks)
(#94) Operator '=' must be spaced. (space-infix-ops)
(#94) A space is required after ','. (comma-spacing)
(#94) Operator '||' must be spaced. (space-infix-ops)
(#94) Missing whitespace after semicolon. (semi-spacing)
(#94) Requires a space after '{'. (block-spacing)
(#94) Statement inside of curly braces should be on next line. (brace-style)
(#94) Missing space before opening brace. (space-before-blocks)
(#95) This line has a length of 508. Maximum allowed is 132. (max-len)
(#95) Operator '+' must be spaced. (space-infix-ops)
(#95) Requires a space before '}'. (block-spacing)
(#95) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#95) Missing semicolon. (semi)
(#95) Missing whitespace after semicolon. (semi-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Operator '+' must be spaced. (space-infix-ops)
(#95) Requires a space before '}'. (block-spacing)
(#95) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#95) Missing semicolon. (semi)
(#95) Requires a space before '}'. (block-spacing)
(#95) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#95) Missing whitespace after semicolon. (semi-spacing)
(#95) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#95) A space is required after ','. (comma-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'start'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Requires a space after '{'. (block-spacing)
(#95) Statement inside of curly braces should be on next line. (brace-style)
(#95) Missing space before opening brace. (space-before-blocks)
(#95) Operator '=' must be spaced. (space-infix-ops)
(#95) Missing whitespace after semicolon. (semi-spacing)
(#95) Operator '=' must be spaced. (space-infix-ops)
(#95) Missing whitespace after semicolon. (semi-spacing)
(#95) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#95) Operator '&&' must be spaced. (space-infix-ops)
(#95) Operator '=' must be spaced. (space-infix-ops)
(#95) Missing whitespace after semicolon. (semi-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Requires a space before '}'. (block-spacing)
(#95) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#95) Missing semicolon. (semi)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'stop'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Requires a space after '{'. (block-spacing)
(#95) Statement inside of curly braces should be on next line. (brace-style)
(#95) Missing space before opening brace. (space-before-blocks)
(#95) Operator '=' must be spaced. (space-infix-ops)
(#95) Missing whitespace after semicolon. (semi-spacing)
(#95) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#95) Operator '&&' must be spaced. (space-infix-ops)
(#95) A space is required after ','. (comma-spacing)
(#95) Requires a space before '}'. (block-spacing)
(#95) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#95) Missing semicolon. (semi)
(#95) Missing whitespace after semicolon. (semi-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'version'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'widgetEventPrefix'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'options'. (key-spacing)
(#95) Missing space before value for key 'accept'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'activeClass'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'addClasses'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'greedy'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'hoverClass'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'scope'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'tolerance'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'activate'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'deactivate'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'drop'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before value for key 'out'. (key-spacing)
(#96) This line has a length of 513. Maximum allowed is 132. (max-len)
(#96) Missing space before value for key 'over'. (key-spacing)
(#96) A space is required after ','. (comma-spacing)
(#96) Missing space before value for key '_create'. (key-spacing)
(#96) Requires a space after '{'. (block-spacing)
(#96) Statement inside of curly braces should be on next line. (brace-style)
(#96) Missing space before opening brace. (space-before-blocks)
(#96) A space is required after ','. (comma-spacing)
(#96) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#96) A space is required after ','. (comma-spacing)
(#96) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#96) Operator '?' must be spaced. (space-infix-ops)
(#96) Operator ':' must be spaced. (space-infix-ops)
(#96) Requires a space after '{'. (block-spacing)
(#96) Statement inside of curly braces should be on next line. (brace-style)
(#96) Missing space before opening brace. (space-before-blocks)
(#96) Requires a space before '}'. (block-spacing)
(#96) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#96) Missing semicolon. (semi)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#96) Expected to return a value at the end of function. (consistent-return)
(#96) Requires a space after '{'. (block-spacing)
(#96) Statement inside of curly braces should be on next line. (brace-style)
(#96) Missing space before opening brace. (space-before-blocks)
(#96) Expected space(s) after "if". (keyword-spacing)
(#96) Expected { after 'if' condition. (curly)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) Expected { after 'else'. (curly)
(#96) Return statement should not contain assignment. (no-return-assign)
(#96) Operator '?' must be spaced. (space-infix-ops)
(#96) Operator ':' must be spaced. (space-infix-ops)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#96) Missing space before value for key 'width'. (key-spacing)
(#96) A space is required after ','. (comma-spacing)
(#96) Missing space before value for key 'height'. (key-spacing)
(#96) Requires a space before '}'. (block-spacing)
(#96) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#96) Missing semicolon. (semi)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#96) Operator '&&' must be spaced. (space-infix-ops)
(#96) Requires a space before '}'. (block-spacing)
(#96) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#96) Missing semicolon. (semi)
(#96) A space is required after ','. (comma-spacing)
(#96) Missing space before value for key '_addToManager'. (key-spacing)
(#96) Requires a space after '{'. (block-spacing)
(#96) Statement inside of curly braces should be on next line. (brace-style)
(#96) Missing space before opening brace. (space-before-blocks)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#96) Operator '||' must be spaced. (space-infix-ops)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) Requires a space before '}'. (block-spacing)
(#96) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#96) Missing semicolon. (semi)
(#97) This line has a length of 507. Maximum allowed is 132. (max-len)
(#97) Missing space before value for key '_splice'. (key-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Expected space(s) after "for". (keyword-spacing)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Operator '<' must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected { after 'for' condition. (curly)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Operator '===' must be spaced. (space-infix-ops)
(#97) Operator '&&' must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key '_destroy'. (key-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#97) Requires a space before '}'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key '_setOption'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Operator '===' must be spaced. (space-infix-ops)
(#97) Operator '?' must be spaced. (space-infix-ops)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) Operator '?' must be spaced. (space-infix-ops)
(#97) Operator ':' must be spaced. (space-infix-ops)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space before '}'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing semicolon. (semi)
(#97) Operator ':' must be spaced. (space-infix-ops)
(#97) Operator '===' must be spaced. (space-infix-ops)
(#97) Operator '&&' must be spaced. (space-infix-ops)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Missing semicolon. (semi)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key '_activate'. (key-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Operator '&&' must be spaced. (space-infix-ops)
(#98) This line has a length of 519. Maximum allowed is 132. (max-len)
(#98) Missing whitespace after semicolon. (semi-spacing)
(#98) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#98) Operator '&&' must be spaced. (space-infix-ops)
(#98) A space is required after ','. (comma-spacing)
(#98) A space is required after ','. (comma-spacing)
(#98) Requires a space before '}'. (block-spacing)
(#98) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#98) Missing semicolon. (semi)
(#98) A space is required after ','. (comma-spacing)
(#98) Missing space before value for key '_deactivate'. (key-spacing)
(#98) Requires a space after '{'. (block-spacing)
(#98) Statement inside of curly braces should be on next line. (brace-style)
(#98) Missing space before opening brace. (space-before-blocks)
(#98) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#98) Operator '=' must be spaced. (space-infix-ops)
(#98) Missing whitespace after semicolon. (semi-spacing)
(#98) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#98) Operator '&&' must be spaced. (space-infix-ops)
(#98) Missing whitespace after semicolon. (semi-spacing)
(#98) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#98) Operator '&&' must be spaced. (space-infix-ops)
(#98) A space is required after ','. (comma-spacing)
(#98) A space is required after ','. (comma-spacing)
(#98) Requires a space before '}'. (block-spacing)
(#98) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#98) Missing semicolon. (semi)
(#98) A space is required after ','. (comma-spacing)
(#98) Missing space before value for key '_over'. (key-spacing)
(#98) Requires a space after '{'. (block-spacing)
(#98) Statement inside of curly braces should be on next line. (brace-style)
(#98) Missing space before opening brace. (space-before-blocks)
(#98) Operator '=' must be spaced. (space-infix-ops)
(#98) Missing whitespace after semicolon. (semi-spacing)
(#98) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#98) Operator '&&' must be spaced. (space-infix-ops)
(#98) Operator '||' must be spaced. (space-infix-ops)
(#98) Operator '!==' must be spaced. (space-infix-ops)
(#98) Operator '&&' must be spaced. (space-infix-ops)
(#98) A space is required after ','. (comma-spacing)
(#98) Operator '||' must be spaced. (space-infix-ops)
(#98) Operator '&&' must be spaced. (space-infix-ops)
(#98) Operator '&&' must be spaced. (space-infix-ops)
(#98) A space is required after ','. (comma-spacing)
(#99) This line has a length of 530. Maximum allowed is 132. (max-len)
(#99) A space is required after ','. (comma-spacing)
(#99) Requires a space before '}'. (block-spacing)
(#99) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#99) Missing semicolon. (semi)
(#99) A space is required after ','. (comma-spacing)
(#99) Missing space before value for key '_out'. (key-spacing)
(#99) Requires a space after '{'. (block-spacing)
(#99) Statement inside of curly braces should be on next line. (brace-style)
(#99) Missing space before opening brace. (space-before-blocks)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) Missing whitespace after semicolon. (semi-spacing)
(#99) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#99) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#99) Operator '&&' must be spaced. (space-infix-ops)
(#99) Operator '||' must be spaced. (space-infix-ops)
(#99) Operator '!==' must be spaced. (space-infix-ops)
(#99) Operator '&&' must be spaced. (space-infix-ops)
(#99) A space is required after ','. (comma-spacing)
(#99) Operator '||' must be spaced. (space-infix-ops)
(#99) Operator '&&' must be spaced. (space-infix-ops)
(#99) Operator '&&' must be spaced. (space-infix-ops)
(#99) A space is required after ','. (comma-spacing)
(#99) A space is required after ','. (comma-spacing)
(#99) A space is required after ','. (comma-spacing)
(#99) Requires a space before '}'. (block-spacing)
(#99) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#99) Missing semicolon. (semi)
(#99) A space is required after ','. (comma-spacing)
(#99) Missing space before value for key '_drop'. (key-spacing)
(#99) A space is required after ','. (comma-spacing)
(#99) Requires a space after '{'. (block-spacing)
(#99) Statement inside of curly braces should be on next line. (brace-style)
(#99) Missing space before opening brace. (space-before-blocks)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) Operator '||' must be spaced. (space-infix-ops)
(#99) A space is required after ','. (comma-spacing)
(#99) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) Missing whitespace after semicolon. (semi-spacing)
(#99) Expected space(s) after "if". (keyword-spacing)
(#99) Operator '||' must be spaced. (space-infix-ops)
(#99) Operator '||' must be spaced. (space-infix-ops)
(#99) Operator '===' must be spaced. (space-infix-ops)
(#99) Expected { after 'if' condition. (curly)
(#99) Expected space(s) before "return". (keyword-spacing)
(#99) Expected space(s) after "return". (keyword-spacing)
(#99) Missing whitespace after semicolon. (semi-spacing)
(#99) Expected to return a value at the end of function. (consistent-return)
(#99) Requires a space after '{'. (block-spacing)
(#99) Statement inside of curly braces should be on next line. (brace-style)
(#99) Missing space before opening brace. (space-before-blocks)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#100) This line has a length of 501. Maximum allowed is 132. (max-len)
(#100) Expected space(s) after "if". (keyword-spacing)
(#100) Operator '&&' must be spaced. (space-infix-ops)
(#100) Operator '&&' must be spaced. (space-infix-ops)
(#100) Operator '===' must be spaced. (space-infix-ops)
(#100) Operator '&&' must be spaced. (space-infix-ops)
(#100) A space is required after ','. (comma-spacing)
(#100) Operator '||' must be spaced. (space-infix-ops)
(#100) Operator '&&' must be spaced. (space-infix-ops)
(#100) A space is required after ','. (comma-spacing)
(#100) A space is required after ','. (comma-spacing)
(#100) Missing space before value for key 'offset'. (key-spacing)
(#100) A space is required after ','. (comma-spacing)
(#100) A space is required after ','. (comma-spacing)
(#100) Expected { after 'if' condition. (curly)
(#100) Expected space(s) before "return". (keyword-spacing)
(#100) Return statement should not contain assignment. (no-return-assign)
(#100) Operator '=' must be spaced. (space-infix-ops)
(#100) Unexpected use of comma operator. (no-sequences)
(#100) A space is required after ','. (comma-spacing)
(#100) Requires a space before '}'. (block-spacing)
(#100) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#100) Missing semicolon. (semi)
(#100) Missing whitespace after semicolon. (semi-spacing)
(#100) Do not nest ternary expressions. (no-nested-ternary)
(#100) Operator '?' must be spaced. (space-infix-ops)
(#100) Operator ':' must be spaced. (space-infix-ops)
(#100) A space is required after ','. (comma-spacing)
(#100) Operator '||' must be spaced. (space-infix-ops)
(#100) Operator '?' must be spaced. (space-infix-ops)
(#100) Operator '&&' must be spaced. (space-infix-ops)
(#100) A space is required after ','. (comma-spacing)
(#100) Operator '&&' must be spaced. (space-infix-ops)
(#100) A space is required after ','. (comma-spacing)
(#100) A space is required after ','. (comma-spacing)
(#100) A space is required after ','. (comma-spacing)
(#100) A space is required after ','. (comma-spacing)
(#100) Operator ':' must be spaced. (space-infix-ops)
(#101) This line has a length of 503. Maximum allowed is 132. (max-len)
(#101) Requires a space before '}'. (block-spacing)
(#101) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#101) Missing semicolon. (semi)
(#101) A space is required after ','. (comma-spacing)
(#101) Missing space before value for key 'ui'. (key-spacing)
(#101) Requires a space after '{'. (block-spacing)
(#101) Statement inside of curly braces should be on next line. (brace-style)
(#101) Missing space before opening brace. (space-before-blocks)
(#101) Expected space(s) after "return". (keyword-spacing)
(#101) Missing space before value for key 'draggable'. (key-spacing)
(#101) Operator '||' must be spaced. (space-infix-ops)
(#101) A space is required after ','. (comma-spacing)
(#101) Missing space before value for key 'helper'. (key-spacing)
(#101) A space is required after ','. (comma-spacing)
(#101) Missing space before value for key 'position'. (key-spacing)
(#101) A space is required after ','. (comma-spacing)
(#101) Missing space before value for key 'offset'. (key-spacing)
(#101) Requires a space before '}'. (block-spacing)
(#101) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#101) Missing semicolon. (semi)
(#101) Missing whitespace after semicolon. (semi-spacing)
(#101) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#101) Operator '=' must be spaced. (space-infix-ops)
(#101) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#101) Requires a space after '{'. (block-spacing)
(#101) Statement inside of curly braces should be on next line. (brace-style)
(#101) Missing space before opening brace. (space-before-blocks)
(#101) Function has a complexity of 28. Maximum allowed is 20. (complexity)
(#101) A space is required after ','. (comma-spacing)
(#101) A space is required after ','. (comma-spacing)
(#101) A space is required after ','. (comma-spacing)
(#101) Requires a space after '{'. (block-spacing)
(#101) Statement inside of curly braces should be on next line. (brace-style)
(#101) Missing space before opening brace. (space-before-blocks)
(#101) Expected space(s) after "if". (keyword-spacing)
(#101) Expected { after 'if' condition. (curly)
(#101) Expected space(s) before "return". (keyword-spacing)
(#101) Expected space(s) after "return". (keyword-spacing)
(#101) Missing whitespace after semicolon. (semi-spacing)
(#101) Operator '=' must be spaced. (space-infix-ops)
(#101) Operator '||' must be spaced. (space-infix-ops)
(#101) Operator '+' must be spaced. (space-infix-ops)
(#101) A space is required after ','. (comma-spacing)
(#101) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#101) Operator '=' must be spaced. (space-infix-ops)
(#101) Operator '||' must be spaced. (space-infix-ops)
(#101) Operator '+' must be spaced. (space-infix-ops)
(#101) A space is required after ','. (comma-spacing)
(#101) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#101) Operator '=' must be spaced. (space-infix-ops)
(#101) Operator '+' must be spaced. (space-infix-ops)
(#101) A space is required after ','. (comma-spacing)
(#101) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#101) Operator '=' must be spaced. (space-infix-ops)
(#101) Operator '+' must be spaced. (space-infix-ops)
(#101) A space is required after ','. (comma-spacing)
(#101) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#101) Operator '=' must be spaced. (space-infix-ops)
(#101) A space is required after ','. (comma-spacing)
(#101) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#101) Operator '=' must be spaced. (space-infix-ops)
(#101) A space is required after ','. (comma-spacing)
(#101) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#101) Operator '=' must be spaced. (space-infix-ops)
(#101) Operator '+' must be spaced. (space-infix-ops)
(#101) A space is required after ','. (comma-spacing)
(#101) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#101) Operator '=' must be spaced. (space-infix-ops)
(#101) Operator '+' must be spaced. (space-infix-ops)
(#101) Missing whitespace after semicolon. (semi-spacing)
(#101) Expected space(s) after "switch". (keyword-spacing)
(#101) Requires a space after '{'. (block-spacing)
(#101) Statement inside of curly braces should be on next line. (brace-style)
(#101) Missing space before opening brace. (space-before-blocks)
(#101) Operator '<=' must be spaced. (space-infix-ops)
(#101) Operator '&&' must be spaced. (space-infix-ops)
(#101) Operator '<=' must be spaced. (space-infix-ops)
(#101) Operator '&&' must be spaced. (space-infix-ops)
(#101) Operator '<=' must be spaced. (space-infix-ops)
(#102) This line has a length of 537. Maximum allowed is 132. (max-len)
(#102) Operator '&&' must be spaced. (space-infix-ops)
(#102) Operator '<=' must be spaced. (space-infix-ops)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) Operator '<' must be spaced. (space-infix-ops)
(#102) Operator '+' must be spaced. (space-infix-ops)
(#102) Operator '/' must be spaced. (space-infix-ops)
(#102) Operator '&&' must be spaced. (space-infix-ops)
(#102) Operator '-' must be spaced. (space-infix-ops)
(#102) Operator '/' must be spaced. (space-infix-ops)
(#102) Operator '<' must be spaced. (space-infix-ops)
(#102) Operator '&&' must be spaced. (space-infix-ops)
(#102) Operator '<' must be spaced. (space-infix-ops)
(#102) Operator '+' must be spaced. (space-infix-ops)
(#102) Operator '/' must be spaced. (space-infix-ops)
(#102) Operator '&&' must be spaced. (space-infix-ops)
(#102) Operator '-' must be spaced. (space-infix-ops)
(#102) Operator '/' must be spaced. (space-infix-ops)
(#102) Operator '<' must be spaced. (space-infix-ops)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#102) Operator '=' must be spaced. (space-infix-ops)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) Operator '=' must be spaced. (space-infix-ops)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) Expected space(s) after "if". (keyword-spacing)
(#102) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#102) Operator '=' must be spaced. (space-infix-ops)
(#102) Operator '>=' must be spaced. (space-infix-ops)
(#102) Operator '&&' must be spaced. (space-infix-ops)
(#102) Operator '<' must be spaced. (space-infix-ops)
(#102) Operator '+' must be spaced. (space-infix-ops)
(#102) Expected { after 'if' condition. (curly)
(#102) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#102) Operator '=' must be spaced. (space-infix-ops)
(#102) Unexpected use of comma operator. (no-sequences)
(#102) A space is required after ','. (comma-spacing)
(#102) Operator '=' must be spaced. (space-infix-ops)
(#102) A space is required after ','. (comma-spacing)
(#102) Operator '=' must be spaced. (space-infix-ops)
(#102) Operator '>=' must be spaced. (space-infix-ops)
(#102) Operator '&&' must be spaced. (space-infix-ops)
(#102) Operator '<' must be spaced. (space-infix-ops)
(#102) Operator '+' must be spaced. (space-infix-ops)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) Expected space(s) after "return". (keyword-spacing)
(#102) Operator '>=' must be spaced. (space-infix-ops)
(#102) Operator '&&' must be spaced. (space-infix-ops)
(#102) Operator '<=' must be spaced. (space-infix-ops)
(#102) Operator '||' must be spaced. (space-infix-ops)
(#102) Operator '>=' must be spaced. (space-infix-ops)
(#102) Operator '&&' must be spaced. (space-infix-ops)
(#102) Operator '<=' must be spaced. (space-infix-ops)
(#102) Operator '||' must be spaced. (space-infix-ops)
(#102) Operator '<' must be spaced. (space-infix-ops)
(#102) Operator '&&' must be spaced. (space-infix-ops)
(#102) Operator '>' must be spaced. (space-infix-ops)
(#102) Operator '&&' must be spaced. (space-infix-ops)
(#102) Operator '>=' must be spaced. (space-infix-ops)
(#102) Operator '&&' must be spaced. (space-infix-ops)
(#102) Operator '<=' must be spaced. (space-infix-ops)
(#102) Operator '||' must be spaced. (space-infix-ops)
(#102) Operator '>=' must be spaced. (space-infix-ops)
(#102) Operator '&&' must be spaced. (space-infix-ops)
(#102) Operator '<=' must be spaced. (space-infix-ops)
(#102) Operator '||' must be spaced. (space-infix-ops)
(#102) Operator '<' must be spaced. (space-infix-ops)
(#102) Operator '&&' must be spaced. (space-infix-ops)
(#102) Operator '>' must be spaced. (space-infix-ops)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) Expected space(s) after "return". (keyword-spacing)
(#102) Requires a space before '}'. (block-spacing)
(#102) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#102) Missing semicolon. (semi)
(#102) Requires a space before '}'. (block-spacing)
(#102) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#102) Requires a space before '}'. (block-spacing)
(#102) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#102) Missing semicolon. (semi)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) Operator '=' must be spaced. (space-infix-ops)
(#102) Missing space before value for key 'current'. (key-spacing)
(#102) A space is required after ','. (comma-spacing)
(#102) Missing space before value for key 'droppables'. (key-spacing)
(#102) Missing space before value for key 'default'. (key-spacing)
(#102) A space is required after ','. (comma-spacing)
(#102) Missing space before value for key 'prepareOffsets'. (key-spacing)
(#102) A space is required after ','. (comma-spacing)
(#102) Requires a space after '{'. (block-spacing)
(#102) Statement inside of curly braces should be on next line. (brace-style)
(#102) Missing space before opening brace. (space-before-blocks)
(#102) A space is required after ','. (comma-spacing)
(#102) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#102) Operator '=' must be spaced. (space-infix-ops)
(#102) Operator '||' must be spaced. (space-infix-ops)
(#103) This line has a length of 535. Maximum allowed is 132. (max-len)
(#103) A space is required after ','. (comma-spacing)
(#103) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) Operator '?' must be spaced. (space-infix-ops)
(#103) Operator ':' must be spaced. (space-infix-ops)
(#103) A space is required after ','. (comma-spacing)
(#103) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) Operator '||' must be spaced. (space-infix-ops)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Unexpected labeled statement. (no-labels)
(#103) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#103) Expected space(s) after "for". (keyword-spacing)
(#103) Operator '<' must be spaced. (space-infix-ops)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Expected { after 'for' condition. (curly)
(#103) Expected space(s) before "if". (keyword-spacing)
(#103) Expected space(s) after "if". (keyword-spacing)
(#103) Operator '||' must be spaced. (space-infix-ops)
(#103) Operator '&&' must be spaced. (space-infix-ops)
(#103) A space is required after ','. (comma-spacing)
(#103) Operator '||' must be spaced. (space-infix-ops)
(#103) Requires a space after '{'. (block-spacing)
(#103) Statement inside of curly braces should be on next line. (brace-style)
(#103) Missing space before opening brace. (space-before-blocks)
(#103) Expected space(s) after "for". (keyword-spacing)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Operator '<' must be spaced. (space-infix-ops)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Expected { after 'for' condition. (curly)
(#103) Expected space(s) before "if". (keyword-spacing)
(#103) Expected space(s) after "if". (keyword-spacing)
(#103) Operator '===' must be spaced. (space-infix-ops)
(#103) Requires a space after '{'. (block-spacing)
(#103) Statement inside of curly braces should be on next line. (brace-style)
(#103) Missing space before opening brace. (space-before-blocks)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Unexpected label in continue statement. (no-labels)
(#103) Requires a space before '}'. (block-spacing)
(#103) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#103) Missing semicolon. (semi)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) Operator '!==' must be spaced. (space-infix-ops)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#103) Operator '&&' must be spaced. (space-infix-ops)
(#103) Operator '===' must be spaced. (space-infix-ops)
(#103) Operator '&&' must be spaced. (space-infix-ops)
(#103) Unnecessary '.call()'. (no-useless-call)
(#103) A space is required after ','. (comma-spacing)
(#103) A space is required after ','. (comma-spacing)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) A space is required after ','. (comma-spacing)
(#103) Missing space before value for key 'width'. (key-spacing)
(#103) A space is required after ','. (comma-spacing)
(#103) Missing space before value for key 'height'. (key-spacing)
(#103) Requires a space before '}'. (block-spacing)
(#103) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#103) Missing semicolon. (semi)
(#103) Requires a space before '}'. (block-spacing)
(#103) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#104) This line has a length of 526. Maximum allowed is 132. (max-len)
(#104) Missing space before value for key 'drop'. (key-spacing)
(#104) A space is required after ','. (comma-spacing)
(#104) Requires a space after '{'. (block-spacing)
(#104) Statement inside of curly braces should be on next line. (brace-style)
(#104) Missing space before opening brace. (space-before-blocks)
(#104) Operator '=' must be spaced. (space-infix-ops)
(#104) Missing whitespace after semicolon. (semi-spacing)
(#104) Operator '||' must be spaced. (space-infix-ops)
(#104) A space is required after ','. (comma-spacing)
(#104) Requires a space after '{'. (block-spacing)
(#104) Statement inside of curly braces should be on next line. (brace-style)
(#104) Missing space before opening brace. (space-before-blocks)
(#104) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#104) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#104) Operator '&&' must be spaced. (space-infix-ops)
(#104) Operator '&&' must be spaced. (space-infix-ops)
(#104) Operator '&&' must be spaced. (space-infix-ops)
(#104) A space is required after ','. (comma-spacing)
(#104) A space is required after ','. (comma-spacing)
(#104) A space is required after ','. (comma-spacing)
(#104) Operator '&&' must be spaced. (space-infix-ops)
(#104) Operator '=' must be spaced. (space-infix-ops)
(#104) Unnecessary '.call()'. (no-useless-call)
(#104) A space is required after ','. (comma-spacing)
(#104) Operator '||' must be spaced. (space-infix-ops)
(#104) A space is required after ','. (comma-spacing)
(#104) Operator '&&' must be spaced. (space-infix-ops)
(#104) Operator '&&' must be spaced. (space-infix-ops)
(#104) A space is required after ','. (comma-spacing)
(#104) Operator '||' must be spaced. (space-infix-ops)
(#104) Operator '&&' must be spaced. (space-infix-ops)
(#104) Operator '=' must be spaced. (space-infix-ops)
(#104) A space is required after ','. (comma-spacing)
(#104) Operator '=' must be spaced. (space-infix-ops)
(#104) A space is required after ','. (comma-spacing)
(#104) Unnecessary '.call()'. (no-useless-call)
(#104) A space is required after ','. (comma-spacing)
(#104) Requires a space before '}'. (block-spacing)
(#104) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#104) Missing semicolon. (semi)
(#104) Missing whitespace after semicolon. (semi-spacing)
(#104) Requires a space before '}'. (block-spacing)
(#104) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#104) Missing semicolon. (semi)
(#104) A space is required after ','. (comma-spacing)
(#104) Missing space before value for key 'dragStart'. (key-spacing)
(#104) A space is required after ','. (comma-spacing)
(#104) Requires a space after '{'. (block-spacing)
(#104) Statement inside of curly braces should be on next line. (brace-style)
(#104) Missing space before opening brace. (space-before-blocks)
(#104) A space is required after ','. (comma-spacing)
(#104) Requires a space after '{'. (block-spacing)
(#104) Statement inside of curly braces should be on next line. (brace-style)
(#104) Missing space before opening brace. (space-before-blocks)
(#104) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#104) Operator '||' must be spaced. (space-infix-ops)
(#105) This line has a length of 531. Maximum allowed is 132. (max-len)
(#105) A space is required after ','. (comma-spacing)
(#105) Requires a space before '}'. (block-spacing)
(#105) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#105) Missing semicolon. (semi)
(#105) Requires a space before '}'. (block-spacing)
(#105) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#105) Missing semicolon. (semi)
(#105) A space is required after ','. (comma-spacing)
(#105) Missing space before value for key 'drag'. (key-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) Requires a space after '{'. (block-spacing)
(#105) Statement inside of curly braces should be on next line. (brace-style)
(#105) Missing space before opening brace. (space-before-blocks)
(#105) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#105) Operator '&&' must be spaced. (space-infix-ops)
(#105) A space is required after ','. (comma-spacing)
(#105) Missing whitespace after semicolon. (semi-spacing)
(#105) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#105) Operator '||' must be spaced. (space-infix-ops)
(#105) A space is required after ','. (comma-spacing)
(#105) Requires a space after '{'. (block-spacing)
(#105) Statement inside of curly braces should be on next line. (brace-style)
(#105) Missing space before opening brace. (space-before-blocks)
(#105) Expected space(s) after "if". (keyword-spacing)
(#105) Operator '&&' must be spaced. (space-infix-ops)
(#105) Operator '&&' must be spaced. (space-infix-ops)
(#105) Requires a space after '{'. (block-spacing)
(#105) Statement inside of curly braces should be on next line. (brace-style)
(#105) Missing space before opening brace. (space-before-blocks)
(#105) Operator '=' must be spaced. (space-infix-ops)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) Missing whitespace after semicolon. (semi-spacing)
(#105) Operator '=' must be spaced. (space-infix-ops)
(#105) Do not nest ternary expressions. (no-nested-ternary)
(#105) Operator '&&' must be spaced. (space-infix-ops)
(#105) Operator '?' must be spaced. (space-infix-ops)
(#105) Operator ':' must be spaced. (space-infix-ops)
(#105) Operator '&&' must be spaced. (space-infix-ops)
(#105) Operator '?' must be spaced. (space-infix-ops)
(#105) Operator ':' must be spaced. (space-infix-ops)
(#105) Missing whitespace after semicolon. (semi-spacing)
(#105) Expected space(s) after "if". (keyword-spacing)
(#105) Requires a space after '{'. (block-spacing)
(#105) Statement inside of curly braces should be on next line. (brace-style)
(#105) Missing space before opening brace. (space-before-blocks)
(#105) Expected space(s) after "if". (keyword-spacing)
(#105) Requires a space after '{'. (block-spacing)
(#105) Statement inside of curly braces should be on next line. (brace-style)
(#105) Missing space before opening brace. (space-before-blocks)
(#105) Operator '=' must be spaced. (space-infix-ops)
(#105) Missing whitespace after semicolon. (semi-spacing)
(#105) Operator '=' must be spaced. (space-infix-ops)
(#105) Requires a space after '{'. (block-spacing)
(#105) Statement inside of curly braces should be on next line. (brace-style)
(#105) Missing space before opening brace. (space-before-blocks)
(#105) Operator '===' must be spaced. (space-infix-ops)
(#106) This line has a length of 526. Maximum allowed is 132. (max-len)
(#106) Requires a space before '}'. (block-spacing)
(#106) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#106) Missing semicolon. (semi)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) Expected space(s) after "if". (keyword-spacing)
(#106) Requires a space after '{'. (block-spacing)
(#106) Statement inside of curly braces should be on next line. (brace-style)
(#106) Missing space before opening brace. (space-before-blocks)
(#106) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#106) Operator '=' must be spaced. (space-infix-ops)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) Operator '=' must be spaced. (space-infix-ops)
(#106) Operator '===' must be spaced. (space-infix-ops)
(#106) Requires a space before '}'. (block-spacing)
(#106) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#106) Missing semicolon. (semi)
(#106) Requires a space before '}'. (block-spacing)
(#106) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#106) 'w' used outside of binding context. (block-scoped-var)
(#106) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#106) Operator '&&' must be spaced. (space-infix-ops)
(#106) Operator '===' must be spaced. (space-infix-ops)
(#106) Operator '&&' must be spaced. (space-infix-ops)
(#106) 'w' used outside of binding context. (block-scoped-var)
(#106) Operator '=' must be spaced. (space-infix-ops)
(#106) A space is required after ','. (comma-spacing)
(#106) 'w' used outside of binding context. (block-scoped-var)
(#106) Operator '=' must be spaced. (space-infix-ops)
(#106) A space is required after ','. (comma-spacing)
(#106) 'w' used outside of binding context. (block-scoped-var)
(#106) Unnecessary '.call()'. (no-useless-call)
(#106) 'w' used outside of binding context. (block-scoped-var)
(#106) A space is required after ','. (comma-spacing)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) Operator '=' must be spaced. (space-infix-ops)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) Operator '===' must be spaced. (space-infix-ops)
(#106) Operator '?' must be spaced. (space-infix-ops)
(#106) Operator ':' must be spaced. (space-infix-ops)
(#106) Operator '=' must be spaced. (space-infix-ops)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) Unnecessary '.call()'. (no-useless-call)
(#106) Operator '===' must be spaced. (space-infix-ops)
(#106) Operator '?' must be spaced. (space-infix-ops)
(#106) Operator ':' must be spaced. (space-infix-ops)
(#106) A space is required after ','. (comma-spacing)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) 'w' used outside of binding context. (block-scoped-var)
(#106) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#106) Operator '&&' must be spaced. (space-infix-ops)
(#106) Operator '===' must be spaced. (space-infix-ops)
(#106) Operator '&&' must be spaced. (space-infix-ops)
(#106) 'w' used outside of binding context. (block-scoped-var)
(#106) Operator '=' must be spaced. (space-infix-ops)
(#106) A space is required after ','. (comma-spacing)
(#106) 'w' used outside of binding context. (block-scoped-var)
(#106) Operator '=' must be spaced. (space-infix-ops)
(#106) A space is required after ','. (comma-spacing)
(#106) 'w' used outside of binding context. (block-scoped-var)
(#106) Unnecessary '.call()'. (no-useless-call)
(#106) 'w' used outside of binding context. (block-scoped-var)
(#106) A space is required after ','. (comma-spacing)
(#106) Requires a space before '}'. (block-spacing)
(#106) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#106) Missing semicolon. (semi)
(#106) Requires a space before '}'. (block-spacing)
(#106) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#106) Requires a space before '}'. (block-spacing)
(#106) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#106) Requires a space before '}'. (block-spacing)
(#106) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#106) Missing semicolon. (semi)
(#106) A space is required after ','. (comma-spacing)
(#106) Missing space before value for key 'dragStop'. (key-spacing)
(#106) A space is required after ','. (comma-spacing)
(#106) Requires a space after '{'. (block-spacing)
(#106) Statement inside of curly braces should be on next line. (brace-style)
(#106) Missing space before opening brace. (space-before-blocks)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#106) Operator '||' must be spaced. (space-infix-ops)
(#106) A space is required after ','. (comma-spacing)
(#106) Requires a space before '}'. (block-spacing)
(#106) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#106) Missing semicolon. (semi)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) A space is required after ','. (comma-spacing)
(#106) A space is required after ','. (comma-spacing)
(#106) Missing space before value for key 'version'. (key-spacing)
(#106) A space is required after ','. (comma-spacing)
(#106) Missing space before value for key 'widgetEventPrefix'. (key-spacing)
(#107) This line has a length of 502. Maximum allowed is 132. (max-len)
(#107) Missing space before value for key 'options'. (key-spacing)
(#107) Missing space before value for key 'alsoResize'. (key-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'animate'. (key-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'animateDuration'. (key-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'animateEasing'. (key-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'aspectRatio'. (key-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'autoHide'. (key-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'containment'. (key-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'ghost'. (key-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'grid'. (key-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'handles'. (key-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'helper'. (key-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'maxHeight'. (key-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'maxWidth'. (key-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'minHeight'. (key-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'minWidth'. (key-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'zIndex'. (key-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'resize'. (key-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'start'. (key-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'stop'. (key-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key '_num'. (key-spacing)
(#107) Requires a space after '{'. (block-spacing)
(#107) Statement inside of curly braces should be on next line. (brace-style)
(#107) Missing space before opening brace. (space-before-blocks)
(#107) A space is required after ','. (comma-spacing)
(#107) Operator '||' must be spaced. (space-infix-ops)
(#107) Requires a space before '}'. (block-spacing)
(#107) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#107) Missing semicolon. (semi)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key '_isNumber'. (key-spacing)
(#107) Requires a space after '{'. (block-spacing)
(#107) Statement inside of curly braces should be on next line. (brace-style)
(#107) Missing space before opening brace. (space-before-blocks)
(#107) Expected space(s) after "return". (keyword-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Requires a space before '}'. (block-spacing)
(#107) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#107) Missing semicolon. (semi)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key '_hasScroll'. (key-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Requires a space after '{'. (block-spacing)
(#107) Statement inside of curly braces should be on next line. (brace-style)
(#107) Missing space before opening brace. (space-before-blocks)
(#107) Expected space(s) after "if". (keyword-spacing)
(#107) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#107) Operator '===' must be spaced. (space-infix-ops)
(#107) Expected { after 'if' condition. (curly)
(#107) Expected space(s) before "return". (keyword-spacing)
(#107) Expected space(s) after "return". (keyword-spacing)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Operator '&&' must be spaced. (space-infix-ops)
(#107) Operator '===' must be spaced. (space-infix-ops)
(#107) Operator '?' must be spaced. (space-infix-ops)
(#107) Operator ':' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Expected space(s) after "if". (keyword-spacing)
(#107) Operator '<' must be spaced. (space-infix-ops)
(#107) Expected { after 'if' condition. (curly)
(#107) Expected space(s) before "return". (keyword-spacing)
(#107) Expected space(s) after "return". (keyword-spacing)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Operator '<' must be spaced. (space-infix-ops)
(#108) This line has a length of 519. Maximum allowed is 132. (max-len)
(#108) Missing whitespace after semicolon. (semi-spacing)
(#108) Operator '=' must be spaced. (space-infix-ops)
(#108) Missing whitespace after semicolon. (semi-spacing)
(#108) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#108) Requires a space before '}'. (block-spacing)
(#108) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#108) Missing semicolon. (semi)
(#108) A space is required after ','. (comma-spacing)
(#108) Missing space before value for key '_create'. (key-spacing)
(#108) Requires a space after '{'. (block-spacing)
(#108) Statement inside of curly braces should be on next line. (brace-style)
(#108) Missing space before opening brace. (space-before-blocks)
(#108) A space is required after ','. (comma-spacing)
(#108) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#108) Operator '=' must be spaced. (space-infix-ops)
(#108) A space is required after ','. (comma-spacing)
(#108) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#108) Operator '=' must be spaced. (space-infix-ops)
(#108) Missing whitespace after semicolon. (semi-spacing)
(#108) Missing whitespace after semicolon. (semi-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) Missing space before value for key '_aspectRatio'. (key-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) Missing space before value for key 'aspectRatio'. (key-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) Missing space before value for key 'originalElement'. (key-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) Missing space before value for key '_proportionallyResizeElements'. (key-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) Missing space before value for key '_helper'. (key-spacing)
(#108) Operator '||' must be spaced. (space-infix-ops)
(#108) Operator '||' must be spaced. (space-infix-ops)
(#108) Operator '?' must be spaced. (space-infix-ops)
(#108) Operator '||' must be spaced. (space-infix-ops)
(#108) Operator ':' must be spaced. (space-infix-ops)
(#108) Missing whitespace after semicolon. (semi-spacing)
(#108) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#108) Operator '&&' must be spaced. (space-infix-ops)
(#108) Missing space before value for key 'position'. (key-spacing)
(#109) This line has a length of 506. Maximum allowed is 132. (max-len)
(#109) Missing space before value for key 'width'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'height'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'top'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'left'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Operator '=' must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Operator '=' must be spaced. (space-infix-ops)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'marginLeft'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'marginTop'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'marginRight'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'marginBottom'. (key-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing space before value for key 'marginLeft'. (key-spacing)
(#110) This line has a length of 507. Maximum allowed is 132. (max-len)
(#110) Missing space before value for key 'marginTop'. (key-spacing)
(#110) A space is required after ','. (comma-spacing)
(#110) Missing space before value for key 'marginRight'. (key-spacing)
(#110) A space is required after ','. (comma-spacing)
(#110) Missing space before value for key 'marginBottom'. (key-spacing)
(#110) A space is required after ','. (comma-spacing)
(#110) Operator '=' must be spaced. (space-infix-ops)
(#110) A space is required after ','. (comma-spacing)
(#110) A space is required after ','. (comma-spacing)
(#110) A space is required after ','. (comma-spacing)
(#110) Missing space before value for key 'position'. (key-spacing)
(#110) A space is required after ','. (comma-spacing)
(#110) Missing space before value for key 'zoom'. (key-spacing)
(#110) A space is required after ','. (comma-spacing)
(#110) Missing space before value for key 'display'. (key-spacing)
(#110) A space is required after ','. (comma-spacing)
(#110) Missing space before value for key 'margin'. (key-spacing)
(#110) A space is required after ','. (comma-spacing)
(#110) Missing whitespace after semicolon. (semi-spacing)
(#110) Operator '=' must be spaced. (space-infix-ops)
(#110) Operator '||' must be spaced. (space-infix-ops)
(#110) A space is required after ','. (comma-spacing)
(#110) Operator '?' must be spaced. (space-infix-ops)
(#110) Missing space before value for key 'n'. (key-spacing)
(#110) A space is required after ','. (comma-spacing)
(#110) Missing space before value for key 'e'. (key-spacing)
(#110) A space is required after ','. (comma-spacing)
(#110) Missing space before value for key 's'. (key-spacing)
(#110) A space is required after ','. (comma-spacing)
(#110) Missing space before value for key 'w'. (key-spacing)
(#111) This line has a length of 504. Maximum allowed is 132. (max-len)
(#111) Missing space before value for key 'se'. (key-spacing)
(#111) A space is required after ','. (comma-spacing)
(#111) Missing space before value for key 'sw'. (key-spacing)
(#111) A space is required after ','. (comma-spacing)
(#111) Missing space before value for key 'ne'. (key-spacing)
(#111) A space is required after ','. (comma-spacing)
(#111) Missing space before value for key 'nw'. (key-spacing)
(#111) Operator ':' must be spaced. (space-infix-ops)
(#111) Missing whitespace after semicolon. (semi-spacing)
(#111) Operator '=' must be spaced. (space-infix-ops)
(#111) Missing whitespace after semicolon. (semi-spacing)
(#111) Expected space(s) after "if". (keyword-spacing)
(#111) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#111) Operator '===' must be spaced. (space-infix-ops)
(#111) Requires a space after '{'. (block-spacing)
(#111) Statement inside of curly braces should be on next line. (brace-style)
(#111) Missing space before opening brace. (space-before-blocks)
(#111) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#111) Operator '===' must be spaced. (space-infix-ops)
(#111) Operator '&&' must be spaced. (space-infix-ops)
(#111) Operator '=' must be spaced. (space-infix-ops)
(#111) Missing whitespace after semicolon. (semi-spacing)
(#111) Operator '=' must be spaced. (space-infix-ops)
(#111) Missing whitespace after semicolon. (semi-spacing)
(#111) Operator '=' must be spaced. (space-infix-ops)
(#111) Missing whitespace after semicolon. (semi-spacing)
(#111) Expected space(s) after "for". (keyword-spacing)
(#111) Operator '=' must be spaced. (space-infix-ops)
(#111) Missing whitespace after semicolon. (semi-spacing)
(#111) Operator '<' must be spaced. (space-infix-ops)
(#111) Missing whitespace after semicolon. (semi-spacing)
(#111) Requires a space after '{'. (block-spacing)
(#111) Statement inside of curly braces should be on next line. (brace-style)
(#111) Missing space before opening brace. (space-before-blocks)
(#111) Operator '=' must be spaced. (space-infix-ops)
(#111) Missing whitespace after semicolon. (semi-spacing)
(#111) Operator '=' must be spaced. (space-infix-ops)
(#111) Operator '+' must be spaced. (space-infix-ops)
(#111) Missing whitespace after semicolon. (semi-spacing)
(#111) Operator '=' must be spaced. (space-infix-ops)
(#111) Operator '+' must be spaced. (space-infix-ops)
(#111) Operator '+' must be spaced. (space-infix-ops)
(#111) Missing whitespace after semicolon. (semi-spacing)
(#111) Missing space before value for key 'zIndex'. (key-spacing)
(#111) Missing whitespace after semicolon. (semi-spacing)
(#111) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#111) Operator '===' must be spaced. (space-infix-ops)
(#111) Operator '&&' must be spaced. (space-infix-ops)
(#111) Missing whitespace after semicolon. (semi-spacing)
(#111) Operator '=' must be spaced. (space-infix-ops)
(#111) Operator '+' must be spaced. (space-infix-ops)
(#112) This line has a length of 502. Maximum allowed is 132. (max-len)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Requires a space before '}'. (block-spacing)
(#112) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#112) Missing semicolon. (semi)
(#112) Requires a space before '}'. (block-spacing)
(#112) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#112) Expected space(s) before "this". (keyword-spacing)
(#112) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#112) Requires a space after '{'. (block-spacing)
(#112) Statement inside of curly braces should be on next line. (brace-style)
(#112) Missing space before opening brace. (space-before-blocks)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#112) Operator '||' must be spaced. (space-infix-ops)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Expected space(s) after "for". (keyword-spacing)
(#112) Requires a space after '{'. (block-spacing)
(#112) Statement inside of curly braces should be on next line. (brace-style)
(#112) Missing space before opening brace. (space-before-blocks)
(#112) Expected space(s) after "if". (keyword-spacing)
(#112) Operator '===' must be spaced. (space-infix-ops)
(#112) Expected { after 'if' condition. (curly)
(#112) Expected space(s) before "this". (keyword-spacing)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Expected space(s) after "if". (keyword-spacing)
(#112) Operator '||' must be spaced. (space-infix-ops)
(#112) Expected { after 'if' condition. (curly)
(#112) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#112) Expected space(s) before "this". (keyword-spacing)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#112) Unexpected use of comma operator. (no-sequences)
(#112) A space is required after ','. (comma-spacing)
(#112) A space is required after ','. (comma-spacing)
(#112) Missing space before value for key 'mousedown'. (key-spacing)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Expected space(s) after "if". (keyword-spacing)
(#112) Operator '&&' must be spaced. (space-infix-ops)
(#112) Requires a space after '{'. (block-spacing)
(#112) Statement inside of curly braces should be on next line. (brace-style)
(#112) Missing space before opening brace. (space-before-blocks)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#112) A space is required after ','. (comma-spacing)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#113) This line has a length of 518. Maximum allowed is 132. (max-len)
(#113) Operator '?' must be spaced. (space-infix-ops)
(#113) Operator ':' must be spaced. (space-infix-ops)
(#113) Missing whitespace after semicolon. (semi-spacing)
(#113) Operator '=' must be spaced. (space-infix-ops)
(#113) A space is required after ','. (comma-spacing)
(#113) Do not nest ternary expressions. (no-nested-ternary)
(#113) Operator '?' must be spaced. (space-infix-ops)
(#113) Operator ':' must be spaced. (space-infix-ops)
(#113) Do not nest ternary expressions. (no-nested-ternary)
(#113) Operator '?' must be spaced. (space-infix-ops)
(#113) Operator ':' must be spaced. (space-infix-ops)
(#113) Operator '?' must be spaced. (space-infix-ops)
(#113) Operator ':' must be spaced. (space-infix-ops)
(#113) Missing whitespace after semicolon. (semi-spacing)
(#113) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#113) A space is required after ','. (comma-spacing)
(#113) Missing whitespace after semicolon. (semi-spacing)
(#113) Requires a space before '}'. (block-spacing)
(#113) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#113) Missing semicolon. (semi)
(#113) Expected space(s) before "this". (keyword-spacing)
(#113) Operator '=' must be spaced. (space-infix-ops)
(#113) Requires a space before '}'. (block-spacing)
(#113) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#113) Missing semicolon. (semi)
(#113) Requires a space before '}'. (block-spacing)
(#113) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#113) Missing whitespace after semicolon. (semi-spacing)
(#113) Missing whitespace after semicolon. (semi-spacing)
(#113) Operator '=' must be spaced. (space-infix-ops)
(#113) Missing whitespace after semicolon. (semi-spacing)
(#113) Missing whitespace after semicolon. (semi-spacing)
(#113) Requires a space after '{'. (block-spacing)
(#113) Statement inside of curly braces should be on next line. (brace-style)
(#113) Missing space before opening brace. (space-before-blocks)
(#113) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#113) Operator '||' must be spaced. (space-infix-ops)
(#113) Operator '&&' must be spaced. (space-infix-ops)
(#113) 'z' used outside of binding context. (block-scoped-var)
(#113) Operator '=' must be spaced. (space-infix-ops)
(#114) This line has a length of 590. Maximum allowed is 132. (max-len)
(#114) Operator '=' must be spaced. (space-infix-ops)
(#114) 'z' used outside of binding context. (block-scoped-var)
(#114) Operator '&&' must be spaced. (space-infix-ops)
(#114) 'z' used outside of binding context. (block-scoped-var)
(#114) Operator '?' must be spaced. (space-infix-ops)
(#114) 'z' used outside of binding context. (block-scoped-var)
(#114) Operator ':' must be spaced. (space-infix-ops)
(#114) Requires a space before '}'. (block-spacing)
(#114) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#114) Missing semicolon. (semi)
(#114) Missing whitespace after semicolon. (semi-spacing)
(#114) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#114) Operator '&&' must be spaced. (space-infix-ops)
(#114) A space is required after ','. (comma-spacing)
(#114) Requires a space after '{'. (block-spacing)
(#114) Statement inside of curly braces should be on next line. (brace-style)
(#114) Missing space before opening brace. (space-before-blocks)
(#114) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#114) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#114) Operator '||' must be spaced. (space-infix-ops)
(#114) A space is required after ','. (comma-spacing)
(#114) Requires a space before '}'. (block-spacing)
(#114) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#114) Missing semicolon. (semi)
(#114) Requires a space after '{'. (block-spacing)
(#114) Statement inside of curly braces should be on next line. (brace-style)
(#114) Missing space before opening brace. (space-before-blocks)
(#114) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#114) Operator '||' must be spaced. (space-infix-ops)
(#114) Operator '||' must be spaced. (space-infix-ops)
(#114) A space is required after ','. (comma-spacing)
(#114) Requires a space before '}'. (block-spacing)
(#114) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#114) Missing semicolon. (semi)
(#114) Missing whitespace after semicolon. (semi-spacing)
(#114) Requires a space before '}'. (block-spacing)
(#114) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#114) Missing semicolon. (semi)
(#114) A space is required after ','. (comma-spacing)
(#114) Missing space before value for key '_destroy'. (key-spacing)
(#114) Requires a space after '{'. (block-spacing)
(#114) Statement inside of curly braces should be on next line. (brace-style)
(#114) Missing space before opening brace. (space-before-blocks)
(#114) Missing whitespace after semicolon. (semi-spacing)
(#114) Operator '=' must be spaced. (space-infix-ops)
(#114) Requires a space after '{'. (block-spacing)
(#114) Statement inside of curly braces should be on next line. (brace-style)
(#114) Missing space before opening brace. (space-before-blocks)
(#114) Requires a space before '}'. (block-spacing)
(#114) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#114) Missing semicolon. (semi)
(#115) This line has a length of 515. Maximum allowed is 132. (max-len)
(#115) Expected space(s) after "if". (keyword-spacing)
(#115) Requires a space after '{'. (block-spacing)
(#115) Statement inside of curly braces should be on next line. (brace-style)
(#115) Missing space before opening brace. (space-before-blocks)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#115) Operator '=' must be spaced. (space-infix-ops)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Missing space before value for key 'position'. (key-spacing)
(#115) A space is required after ','. (comma-spacing)
(#115) Missing space before value for key 'width'. (key-spacing)
(#115) A space is required after ','. (comma-spacing)
(#115) Missing space before value for key 'height'. (key-spacing)
(#115) A space is required after ','. (comma-spacing)
(#115) Missing space before value for key 'top'. (key-spacing)
(#115) A space is required after ','. (comma-spacing)
(#115) Missing space before value for key 'left'. (key-spacing)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Requires a space before '}'. (block-spacing)
(#115) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#115) Missing semicolon. (semi)
(#115) Expected space(s) before "this". (keyword-spacing)
(#115) A space is required after ','. (comma-spacing)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Requires a space before '}'. (block-spacing)
(#115) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#115) Missing semicolon. (semi)
(#115) A space is required after ','. (comma-spacing)
(#115) Missing space before value for key '_mouseCapture'. (key-spacing)
(#115) Requires a space after '{'. (block-spacing)
(#115) Statement inside of curly braces should be on next line. (brace-style)
(#115) Missing space before opening brace. (space-before-blocks)
(#115) A space is required after ','. (comma-spacing)
(#115) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#115) Operator '=' must be spaced. (space-infix-ops)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Expected space(s) after "for". (keyword-spacing)
(#115) Requires a space after '{'. (block-spacing)
(#115) Statement inside of curly braces should be on next line. (brace-style)
(#115) Missing space before opening brace. (space-before-blocks)
(#115) Operator '=' must be spaced. (space-infix-ops)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Expected space(s) after "if". (keyword-spacing)
(#115) Operator '===' must be spaced. (space-infix-ops)
(#115) Operator '||' must be spaced. (space-infix-ops)
(#115) A space is required after ','. (comma-spacing)
(#115) Expected { after 'if' condition. (curly)
(#115) Operator '=' must be spaced. (space-infix-ops)
(#115) Requires a space before '}'. (block-spacing)
(#115) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#115) Missing semicolon. (semi)
(#115) Expected space(s) before "return". (keyword-spacing)
(#115) Expected space(s) after "return". (keyword-spacing)
(#115) Operator '&&' must be spaced. (space-infix-ops)
(#115) Requires a space before '}'. (block-spacing)
(#115) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#115) Missing semicolon. (semi)
(#115) A space is required after ','. (comma-spacing)
(#115) Missing space before value for key '_mouseStart'. (key-spacing)
(#115) Requires a space after '{'. (block-spacing)
(#115) Statement inside of curly braces should be on next line. (brace-style)
(#115) Missing space before opening brace. (space-before-blocks)
(#115) Operator '=' must be spaced. (space-infix-ops)
(#116) This line has a length of 505. Maximum allowed is 132. (max-len)
(#116) A space is required after ','. (comma-spacing)
(#116) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#116) Operator '&&' must be spaced. (space-infix-ops)
(#116) Operator '+=' must be spaced. (space-infix-ops)
(#116) Operator '||' must be spaced. (space-infix-ops)
(#116) A space is required after ','. (comma-spacing)
(#116) Operator '+=' must be spaced. (space-infix-ops)
(#116) Operator '||' must be spaced. (space-infix-ops)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Missing space before value for key 'left'. (key-spacing)
(#116) A space is required after ','. (comma-spacing)
(#116) Missing space before value for key 'top'. (key-spacing)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Operator '?' must be spaced. (space-infix-ops)
(#116) Missing space before value for key 'width'. (key-spacing)
(#116) A space is required after ','. (comma-spacing)
(#116) Missing space before value for key 'height'. (key-spacing)
(#116) Operator ':' must be spaced. (space-infix-ops)
(#116) Missing space before value for key 'width'. (key-spacing)
(#116) A space is required after ','. (comma-spacing)
(#116) Missing space before value for key 'height'. (key-spacing)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Operator '?' must be spaced. (space-infix-ops)
(#116) Missing space before value for key 'width'. (key-spacing)
(#116) A space is required after ','. (comma-spacing)
(#116) Missing space before value for key 'height'. (key-spacing)
(#116) Operator ':' must be spaced. (space-infix-ops)
(#116) Missing space before value for key 'width'. (key-spacing)
(#117) This line has a length of 511. Maximum allowed is 132. (max-len)
(#117) Missing space before value for key 'height'. (key-spacing)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) Missing space before value for key 'width'. (key-spacing)
(#117) Operator '-' must be spaced. (space-infix-ops)
(#117) A space is required after ','. (comma-spacing)
(#117) Missing space before value for key 'height'. (key-spacing)
(#117) Operator '-' must be spaced. (space-infix-ops)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) Missing space before value for key 'left'. (key-spacing)
(#117) A space is required after ','. (comma-spacing)
(#117) Missing space before value for key 'top'. (key-spacing)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) Missing space before value for key 'left'. (key-spacing)
(#117) A space is required after ','. (comma-spacing)
(#117) Missing space before value for key 'top'. (key-spacing)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) Operator '===' must be spaced. (space-infix-ops)
(#117) Operator '?' must be spaced. (space-infix-ops)
(#117) Operator ':' must be spaced. (space-infix-ops)
(#117) Operator '/' must be spaced. (space-infix-ops)
(#117) Operator '||' must be spaced. (space-infix-ops)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) Operator '+' must be spaced. (space-infix-ops)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) A space is required after ','. (comma-spacing)
(#117) Operator '===' must be spaced. (space-infix-ops)
(#117) Operator '?' must be spaced. (space-infix-ops)
(#117) Operator '+' must be spaced. (space-infix-ops)
(#117) Operator ':' must be spaced. (space-infix-ops)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) A space is required after ','. (comma-spacing)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Expected space(s) after "return". (keyword-spacing)
(#117) Requires a space before '}'. (block-spacing)
(#117) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#117) Missing semicolon. (semi)
(#117) A space is required after ','. (comma-spacing)
(#117) Missing space before value for key '_mouseDrag'. (key-spacing)
(#117) Requires a space after '{'. (block-spacing)
(#117) Statement inside of curly braces should be on next line. (brace-style)
(#117) Missing space before opening brace. (space-before-blocks)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#118) This line has a length of 502. Maximum allowed is 132. (max-len)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) Operator '=' must be spaced. (space-infix-ops)
(#118) Operator '-' must be spaced. (space-infix-ops)
(#118) Operator '||' must be spaced. (space-infix-ops)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#118) Operator '=' must be spaced. (space-infix-ops)
(#118) Operator '-' must be spaced. (space-infix-ops)
(#118) Operator '||' must be spaced. (space-infix-ops)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) Operator '=' must be spaced. (space-infix-ops)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) Expected space(s) after "if". (keyword-spacing)
(#118) Expected { after 'if' condition. (curly)
(#118) Expected space(s) before "return". (keyword-spacing)
(#118) Expected space(s) after "return". (keyword-spacing)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) Operator '=' must be spaced. (space-infix-ops)
(#118) A space is required after ','. (comma-spacing)
(#118) A space is required after ','. (comma-spacing)
(#118) A space is required after ','. (comma-spacing)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) Expected space(s) after "if". (keyword-spacing)
(#118) Operator '||' must be spaced. (space-infix-ops)
(#118) Expected { after 'if' condition. (curly)
(#118) Operator '=' must be spaced. (space-infix-ops)
(#118) A space is required after ','. (comma-spacing)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) Operator '=' must be spaced. (space-infix-ops)
(#118) A space is required after ','. (comma-spacing)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) A space is required after ','. (comma-spacing)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) Operator '=' must be spaced. (space-infix-ops)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#118) Operator '&&' must be spaced. (space-infix-ops)
(#118) Operator '&&' must be spaced. (space-infix-ops)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#118) Operator '||' must be spaced. (space-infix-ops)
(#119) This line has a length of 509. Maximum allowed is 132. (max-len)
(#119) A space is required after ','. (comma-spacing)
(#119) A space is required after ','. (comma-spacing)
(#119) A space is required after ','. (comma-spacing)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) Expected space(s) after "return". (keyword-spacing)
(#119) Requires a space before '}'. (block-spacing)
(#119) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#119) Missing semicolon. (semi)
(#119) A space is required after ','. (comma-spacing)
(#119) Missing space before value for key '_mouseStop'. (key-spacing)
(#119) Requires a space after '{'. (block-spacing)
(#119) Statement inside of curly braces should be on next line. (brace-style)
(#119) Missing space before opening brace. (space-before-blocks)
(#119) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) A space is required after ','. (comma-spacing)
(#119) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) Expected space(s) after "if". (keyword-spacing)
(#119) Requires a space after '{'. (block-spacing)
(#119) Statement inside of curly braces should be on next line. (brace-style)
(#119) Missing space before opening brace. (space-before-blocks)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#119) Operator '&&' must be spaced. (space-infix-ops)
(#119) Operator '&&' must be spaced. (space-infix-ops)
(#119) A space is required after ','. (comma-spacing)
(#119) Operator '?' must be spaced. (space-infix-ops)
(#119) Operator ':' must be spaced. (space-infix-ops)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#119) Operator '?' must be spaced. (space-infix-ops)
(#119) Operator ':' must be spaced. (space-infix-ops)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#119) Missing space before value for key 'width'. (key-spacing)
(#119) Operator '-' must be spaced. (space-infix-ops)
(#119) A space is required after ','. (comma-spacing)
(#119) Missing space before value for key 'height'. (key-spacing)
(#119) Operator '-' must be spaced. (space-infix-ops)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#119) A space is required after ','. (comma-spacing)
(#119) Operator '+' must be spaced. (space-infix-ops)
(#119) Operator '-' must be spaced. (space-infix-ops)
(#119) Operator '||' must be spaced. (space-infix-ops)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#120) This line has a length of 504. Maximum allowed is 132. (max-len)
(#120) Operator '+' must be spaced. (space-infix-ops)
(#120) Operator '-' must be spaced. (space-infix-ops)
(#120) Operator '||' must be spaced. (space-infix-ops)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#120) Operator '||' must be spaced. (space-infix-ops)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing space before value for key 'top'. (key-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing space before value for key 'left'. (key-spacing)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#120) Operator '&&' must be spaced. (space-infix-ops)
(#120) Operator '&&' must be spaced. (space-infix-ops)
(#120) Requires a space before '}'. (block-spacing)
(#120) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#120) Missing semicolon. (semi)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#120) Operator '&&' must be spaced. (space-infix-ops)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Expected space(s) after "return". (keyword-spacing)
(#120) Requires a space before '}'. (block-spacing)
(#120) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#120) Missing semicolon. (semi)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing space before value for key '_updatePrevProperties'. (key-spacing)
(#120) Requires a space after '{'. (block-spacing)
(#120) Statement inside of curly braces should be on next line. (brace-style)
(#120) Missing space before opening brace. (space-before-blocks)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) Missing space before value for key 'top'. (key-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing space before value for key 'left'. (key-spacing)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#121) This line has a length of 503. Maximum allowed is 132. (max-len)
(#121) Missing space before value for key 'width'. (key-spacing)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'height'. (key-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing semicolon. (semi)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key '_applyChanges'. (key-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Operator '=' must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#121) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#121) Operator '!==' must be spaced. (space-infix-ops)
(#121) Operator '&&' must be spaced. (space-infix-ops)
(#121) Operator '=' must be spaced. (space-infix-ops)
(#121) Operator '+' must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#121) Operator '!==' must be spaced. (space-infix-ops)
(#121) Operator '&&' must be spaced. (space-infix-ops)
(#121) Operator '=' must be spaced. (space-infix-ops)
(#121) Operator '+' must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#121) Operator '!==' must be spaced. (space-infix-ops)
(#121) Operator '&&' must be spaced. (space-infix-ops)
(#121) Operator '=' must be spaced. (space-infix-ops)
(#121) Operator '+' must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#121) Operator '!==' must be spaced. (space-infix-ops)
(#121) Operator '&&' must be spaced. (space-infix-ops)
(#121) Operator '=' must be spaced. (space-infix-ops)
(#121) Operator '+' must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Requires a space before '}'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Missing semicolon. (semi)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key '_updateVirtualBoundaries'. (key-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Operator '=' must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Operator '=' must be spaced. (space-infix-ops)
(#121) Missing space before value for key 'minWidth'. (key-spacing)
(#121) Operator '?' must be spaced. (space-infix-ops)
(#122) This line has a length of 518. Maximum allowed is 132. (max-len)
(#122) Operator ':' must be spaced. (space-infix-ops)
(#122) A space is required after ','. (comma-spacing)
(#122) Missing space before value for key 'maxWidth'. (key-spacing)
(#122) Operator '?' must be spaced. (space-infix-ops)
(#122) Operator ':' must be spaced. (space-infix-ops)
(#122) A space is required after ','. (comma-spacing)
(#122) Missing space before value for key 'minHeight'. (key-spacing)
(#122) Operator '?' must be spaced. (space-infix-ops)
(#122) Operator ':' must be spaced. (space-infix-ops)
(#122) A space is required after ','. (comma-spacing)
(#122) Missing space before value for key 'maxHeight'. (key-spacing)
(#122) Operator '?' must be spaced. (space-infix-ops)
(#122) Operator ':' must be spaced. (space-infix-ops)
(#122) Missing whitespace after semicolon. (semi-spacing)
(#122) Expected space(s) after "if". (keyword-spacing)
(#122) Operator '||' must be spaced. (space-infix-ops)
(#122) Requires a space after '{'. (block-spacing)
(#122) Statement inside of curly braces should be on next line. (brace-style)
(#122) Missing space before opening brace. (space-before-blocks)
(#122) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#122) Operator '=' must be spaced. (space-infix-ops)
(#122) Operator '*' must be spaced. (space-infix-ops)
(#122) Missing whitespace after semicolon. (semi-spacing)
(#122) Operator '=' must be spaced. (space-infix-ops)
(#122) Operator '/' must be spaced. (space-infix-ops)
(#122) Missing whitespace after semicolon. (semi-spacing)
(#122) Operator '=' must be spaced. (space-infix-ops)
(#122) Operator '*' must be spaced. (space-infix-ops)
(#122) Missing whitespace after semicolon. (semi-spacing)
(#122) Operator '=' must be spaced. (space-infix-ops)
(#122) Operator '/' must be spaced. (space-infix-ops)
(#122) Missing whitespace after semicolon. (semi-spacing)
(#122) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#122) Operator '>' must be spaced. (space-infix-ops)
(#122) Operator '&&' must be spaced. (space-infix-ops)
(#122) Operator '=' must be spaced. (space-infix-ops)
(#122) Missing whitespace after semicolon. (semi-spacing)
(#122) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#122) Operator '>' must be spaced. (space-infix-ops)
(#122) Operator '&&' must be spaced. (space-infix-ops)
(#122) Operator '=' must be spaced. (space-infix-ops)
(#122) Missing whitespace after semicolon. (semi-spacing)
(#122) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#122) Operator '<' must be spaced. (space-infix-ops)
(#122) Operator '&&' must be spaced. (space-infix-ops)
(#122) Operator '=' must be spaced. (space-infix-ops)
(#122) Missing whitespace after semicolon. (semi-spacing)
(#122) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#122) Operator '<' must be spaced. (space-infix-ops)
(#122) Operator '&&' must be spaced. (space-infix-ops)
(#122) Operator '=' must be spaced. (space-infix-ops)
(#122) Requires a space before '}'. (block-spacing)
(#122) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#122) Missing semicolon. (semi)
(#122) Expected space(s) before "this". (keyword-spacing)
(#122) Operator '=' must be spaced. (space-infix-ops)
(#122) Requires a space before '}'. (block-spacing)
(#122) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#122) Missing semicolon. (semi)
(#122) A space is required after ','. (comma-spacing)
(#122) Missing space before value for key '_updateCache'. (key-spacing)
(#122) Requires a space after '{'. (block-spacing)
(#122) Statement inside of curly braces should be on next line. (brace-style)
(#122) Missing space before opening brace. (space-before-blocks)
(#122) Operator '=' must be spaced. (space-infix-ops)
(#123) This line has a length of 505. Maximum allowed is 132. (max-len)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#123) Operator '&&' must be spaced. (space-infix-ops)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#123) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#123) Operator '&&' must be spaced. (space-infix-ops)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#123) Operator '&&' must be spaced. (space-infix-ops)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#123) Operator '&&' must be spaced. (space-infix-ops)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#123) Requires a space before '}'. (block-spacing)
(#123) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#123) Missing semicolon. (semi)
(#123) A space is required after ','. (comma-spacing)
(#123) Missing space before value for key '_updateRatio'. (key-spacing)
(#123) Requires a space after '{'. (block-spacing)
(#123) Statement inside of curly braces should be on next line. (brace-style)
(#123) Missing space before opening brace. (space-before-blocks)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#123) A space is required after ','. (comma-spacing)
(#123) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#123) A space is required after ','. (comma-spacing)
(#123) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#123) Operator '?' must be spaced. (space-infix-ops)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#123) Operator '*' must be spaced. (space-infix-ops)
(#123) Operator ':' must be spaced. (space-infix-ops)
(#123) Operator '&&' must be spaced. (space-infix-ops)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#123) Operator '/' must be spaced. (space-infix-ops)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#123) Operator '===' must be spaced. (space-infix-ops)
(#123) Operator '&&' must be spaced. (space-infix-ops)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#123) Operator '+' must be spaced. (space-infix-ops)
(#123) Operator '-' must be spaced. (space-infix-ops)
(#123) A space is required after ','. (comma-spacing)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#123) Operator '===' must be spaced. (space-infix-ops)
(#123) Operator '&&' must be spaced. (space-infix-ops)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#123) Operator '+' must be spaced. (space-infix-ops)
(#123) Operator '-' must be spaced. (space-infix-ops)
(#124) This line has a length of 508. Maximum allowed is 132. (max-len)
(#124) A space is required after ','. (comma-spacing)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Operator '+' must be spaced. (space-infix-ops)
(#124) Operator '-' must be spaced. (space-infix-ops)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Requires a space before '}'. (block-spacing)
(#124) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#124) Missing semicolon. (semi)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key '_respectSize'. (key-spacing)
(#124) Method '_respectSize' has a complexity of 29. Maximum allowed is 20. (complexity)
(#124) Requires a space after '{'. (block-spacing)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Missing space before opening brace. (space-before-blocks)
(#124) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Operator '&&' must be spaced. (space-infix-ops)
(#124) Operator '&&' must be spaced. (space-infix-ops)
(#124) Operator '<' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Operator '&&' must be spaced. (space-infix-ops)
(#124) Operator '&&' must be spaced. (space-infix-ops)
(#124) Operator '<' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Operator '&&' must be spaced. (space-infix-ops)
(#124) Operator '&&' must be spaced. (space-infix-ops)
(#124) Operator '>' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Operator '&&' must be spaced. (space-infix-ops)
(#124) Operator '&&' must be spaced. (space-infix-ops)
(#124) Operator '>' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Operator '+' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Operator '+' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#124) Operator '&&' must be spaced. (space-infix-ops)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#125) This line has a length of 504. Maximum allowed is 132. (max-len)
(#125) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#125) Operator '&&' must be spaced. (space-infix-ops)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#125) Operator '&&' must be spaced. (space-infix-ops)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#125) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#125) Operator '&&' must be spaced. (space-infix-ops)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#125) Operator '&&' must be spaced. (space-infix-ops)
(#125) Operator '&&' must be spaced. (space-infix-ops)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) Operator '-' must be spaced. (space-infix-ops)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#125) Operator '&&' must be spaced. (space-infix-ops)
(#125) Operator '&&' must be spaced. (space-infix-ops)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) Operator '-' must be spaced. (space-infix-ops)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#125) Operator '&&' must be spaced. (space-infix-ops)
(#125) Operator '&&' must be spaced. (space-infix-ops)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) Operator '-' must be spaced. (space-infix-ops)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#125) Operator '&&' must be spaced. (space-infix-ops)
(#125) Operator '&&' must be spaced. (space-infix-ops)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) Operator '-' must be spaced. (space-infix-ops)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#125) Operator '||' must be spaced. (space-infix-ops)
(#125) Operator '||' must be spaced. (space-infix-ops)
(#125) Operator '||' must be spaced. (space-infix-ops)
(#125) Operator '?' must be spaced. (space-infix-ops)
(#125) Operator '||' must be spaced. (space-infix-ops)
(#125) Operator '||' must be spaced. (space-infix-ops)
(#125) Operator '||' must be spaced. (space-infix-ops)
(#125) Operator '||' must be spaced. (space-infix-ops)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) Operator ':' must be spaced. (space-infix-ops)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) Requires a space before '}'. (block-spacing)
(#125) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#125) Missing semicolon. (semi)
(#125) A space is required after ','. (comma-spacing)
(#125) Missing space before value for key '_getPaddingPlusBorderDimensions'. (key-spacing)
(#125) Requires a space after '{'. (block-spacing)
(#125) Statement inside of curly braces should be on next line. (brace-style)
(#125) Missing space before opening brace. (space-before-blocks)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) A space is required after ','. (comma-spacing)
(#125) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) A space is required after ','. (comma-spacing)
(#125) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) A space is required after ','. (comma-spacing)
(#125) A space is required after ','. (comma-spacing)
(#125) A space is required after ','. (comma-spacing)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) Expected space(s) after "for". (keyword-spacing)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) A space is required after ','. (comma-spacing)
(#126) This line has a length of 513. Maximum allowed is 132. (max-len)
(#126) A space is required after ','. (comma-spacing)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Operator '>' must be spaced. (space-infix-ops)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Expected { after 'for' condition. (curly)
(#126) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) A space is required after ','. (comma-spacing)
(#126) Operator '||' must be spaced. (space-infix-ops)
(#126) Unexpected use of comma operator. (no-sequences)
(#126) A space is required after ','. (comma-spacing)
(#126) Operator '+=' must be spaced. (space-infix-ops)
(#126) A space is required after ','. (comma-spacing)
(#126) Operator '||' must be spaced. (space-infix-ops)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Expected space(s) after "return". (keyword-spacing)
(#126) Missing space before value for key 'height'. (key-spacing)
(#126) Operator '+' must be spaced. (space-infix-ops)
(#126) A space is required after ','. (comma-spacing)
(#126) Missing space before value for key 'width'. (key-spacing)
(#126) Operator '+' must be spaced. (space-infix-ops)
(#126) Requires a space before '}'. (block-spacing)
(#126) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#126) Missing semicolon. (semi)
(#126) A space is required after ','. (comma-spacing)
(#126) Missing space before value for key '_proportionallyResize'. (key-spacing)
(#126) Requires a space after '{'. (block-spacing)
(#126) Statement inside of curly braces should be on next line. (brace-style)
(#126) Missing space before opening brace. (space-before-blocks)
(#126) Expected space(s) after "if". (keyword-spacing)
(#126) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#126) Expected { after 'if' condition. (curly)
(#126) Expected space(s) before "for". (keyword-spacing)
(#126) Expected space(s) after "for". (keyword-spacing)
(#126) A space is required after ','. (comma-spacing)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) A space is required after ','. (comma-spacing)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) Operator '||' must be spaced. (space-infix-ops)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Operator '<' must be spaced. (space-infix-ops)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Expected { after 'for' condition. (curly)
(#126) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) Unexpected use of comma operator. (no-sequences)
(#126) A space is required after ','. (comma-spacing)
(#126) Operator '||' must be spaced. (space-infix-ops)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) A space is required after ','. (comma-spacing)
(#126) Missing space before value for key 'height'. (key-spacing)
(#126) Operator '-' must be spaced. (space-infix-ops)
(#126) Operator '||' must be spaced. (space-infix-ops)
(#126) A space is required after ','. (comma-spacing)
(#126) Missing space before value for key 'width'. (key-spacing)
(#126) Operator '-' must be spaced. (space-infix-ops)
(#127) This line has a length of 511. Maximum allowed is 132. (max-len)
(#127) Operator '||' must be spaced. (space-infix-ops)
(#127) Requires a space before '}'. (block-spacing)
(#127) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#127) Missing semicolon. (semi)
(#127) A space is required after ','. (comma-spacing)
(#127) Missing space before value for key '_renderProxy'. (key-spacing)
(#127) Requires a space after '{'. (block-spacing)
(#127) Statement inside of curly braces should be on next line. (brace-style)
(#127) Missing space before opening brace. (space-before-blocks)
(#127) Operator '=' must be spaced. (space-infix-ops)
(#127) Missing whitespace after semicolon. (semi-spacing)
(#127) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#127) Operator '=' must be spaced. (space-infix-ops)
(#127) Missing whitespace after semicolon. (semi-spacing)
(#127) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#127) Operator '?' must be spaced. (space-infix-ops)
(#127) Operator '=' must be spaced. (space-infix-ops)
(#127) Operator '||' must be spaced. (space-infix-ops)
(#127) A space is required after ','. (comma-spacing)
(#127) Missing space before value for key 'width'. (key-spacing)
(#127) Operator '-' must be spaced. (space-infix-ops)
(#127) A space is required after ','. (comma-spacing)
(#127) Missing space before value for key 'height'. (key-spacing)
(#127) Operator '-' must be spaced. (space-infix-ops)
(#127) A space is required after ','. (comma-spacing)
(#127) Missing space before value for key 'position'. (key-spacing)
(#127) A space is required after ','. (comma-spacing)
(#127) Missing space before value for key 'left'. (key-spacing)
(#127) Operator '+' must be spaced. (space-infix-ops)
(#127) A space is required after ','. (comma-spacing)
(#127) Missing space before value for key 'top'. (key-spacing)
(#127) Operator '+' must be spaced. (space-infix-ops)
(#127) A space is required after ','. (comma-spacing)
(#127) Missing space before value for key 'zIndex'. (key-spacing)
(#127) A space is required after ','. (comma-spacing)
(#127) Operator ':' must be spaced. (space-infix-ops)
(#127) Operator '=' must be spaced. (space-infix-ops)
(#127) Requires a space before '}'. (block-spacing)
(#127) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#127) Missing semicolon. (semi)
(#127) A space is required after ','. (comma-spacing)
(#127) Missing space before value for key '_change'. (key-spacing)
(#127) Missing space before value for key 'e'. (key-spacing)
(#128) This line has a length of 501. Maximum allowed is 132. (max-len)
(#128) Requires a space after '{'. (block-spacing)
(#128) Statement inside of curly braces should be on next line. (brace-style)
(#128) Missing space before opening brace. (space-before-blocks)
(#128) Expected space(s) after "return". (keyword-spacing)
(#128) Missing space before value for key 'width'. (key-spacing)
(#128) Operator '+' must be spaced. (space-infix-ops)
(#128) Requires a space before '}'. (block-spacing)
(#128) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#128) Missing semicolon. (semi)
(#128) A space is required after ','. (comma-spacing)
(#128) Missing space before value for key 'w'. (key-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) Requires a space after '{'. (block-spacing)
(#128) Statement inside of curly braces should be on next line. (brace-style)
(#128) Missing space before opening brace. (space-before-blocks)
(#128) Expected space(s) after "return". (keyword-spacing)
(#128) Missing space before value for key 'left'. (key-spacing)
(#128) Operator '+' must be spaced. (space-infix-ops)
(#128) A space is required after ','. (comma-spacing)
(#128) Missing space before value for key 'width'. (key-spacing)
(#128) Operator '-' must be spaced. (space-infix-ops)
(#128) Requires a space before '}'. (block-spacing)
(#128) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#128) Missing semicolon. (semi)
(#128) A space is required after ','. (comma-spacing)
(#128) Missing space before value for key 'n'. (key-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) Requires a space after '{'. (block-spacing)
(#128) Statement inside of curly braces should be on next line. (brace-style)
(#128) Missing space before opening brace. (space-before-blocks)
(#128) Expected space(s) after "return". (keyword-spacing)
(#128) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#128) Missing space before value for key 'top'. (key-spacing)
(#128) Operator '+' must be spaced. (space-infix-ops)
(#128) A space is required after ','. (comma-spacing)
(#128) Missing space before value for key 'height'. (key-spacing)
(#128) Operator '-' must be spaced. (space-infix-ops)
(#128) Requires a space before '}'. (block-spacing)
(#128) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#128) Missing semicolon. (semi)
(#128) A space is required after ','. (comma-spacing)
(#128) Missing space before value for key 's'. (key-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) Requires a space after '{'. (block-spacing)
(#128) Statement inside of curly braces should be on next line. (brace-style)
(#128) Missing space before opening brace. (space-before-blocks)
(#128) Expected space(s) after "return". (keyword-spacing)
(#128) Missing space before value for key 'height'. (key-spacing)
(#128) Operator '+' must be spaced. (space-infix-ops)
(#128) Requires a space before '}'. (block-spacing)
(#128) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#128) Missing semicolon. (semi)
(#128) A space is required after ','. (comma-spacing)
(#128) Missing space before value for key 'se'. (key-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) Requires a space after '{'. (block-spacing)
(#128) Statement inside of curly braces should be on next line. (brace-style)
(#128) Missing space before opening brace. (space-before-blocks)
(#128) A space is required after ','. (comma-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) Requires a space before '}'. (block-spacing)
(#128) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#128) Missing semicolon. (semi)
(#128) A space is required after ','. (comma-spacing)
(#128) Missing space before value for key 'sw'. (key-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) Requires a space after '{'. (block-spacing)
(#128) Statement inside of curly braces should be on next line. (brace-style)
(#128) Missing space before opening brace. (space-before-blocks)
(#128) A space is required after ','. (comma-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) A space is required after ','. (comma-spacing)
(#129) This line has a length of 511. Maximum allowed is 132. (max-len)
(#129) Requires a space before '}'. (block-spacing)
(#129) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#129) Missing semicolon. (semi)
(#129) A space is required after ','. (comma-spacing)
(#129) Missing space before value for key 'ne'. (key-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) Requires a space after '{'. (block-spacing)
(#129) Statement inside of curly braces should be on next line. (brace-style)
(#129) Missing space before opening brace. (space-before-blocks)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) Requires a space before '}'. (block-spacing)
(#129) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#129) Missing semicolon. (semi)
(#129) A space is required after ','. (comma-spacing)
(#129) Missing space before value for key 'nw'. (key-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) Requires a space after '{'. (block-spacing)
(#129) Statement inside of curly braces should be on next line. (brace-style)
(#129) Missing space before opening brace. (space-before-blocks)
(#129) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) Requires a space before '}'. (block-spacing)
(#129) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#129) Missing semicolon. (semi)
(#129) A space is required after ','. (comma-spacing)
(#129) Missing space before value for key '_propagate'. (key-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) Requires a space after '{'. (block-spacing)
(#129) Statement inside of curly braces should be on next line. (brace-style)
(#129) Missing space before opening brace. (space-before-blocks)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) Missing whitespace after semicolon. (semi-spacing)
(#129) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#129) Operator '!==' must be spaced. (space-infix-ops)
(#129) Operator '&&' must be spaced. (space-infix-ops)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) Requires a space before '}'. (block-spacing)
(#129) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#129) Missing semicolon. (semi)
(#129) A space is required after ','. (comma-spacing)
(#129) Missing space before value for key 'plugins'. (key-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) Missing space before value for key 'ui'. (key-spacing)
(#129) Requires a space after '{'. (block-spacing)
(#129) Statement inside of curly braces should be on next line. (brace-style)
(#129) Missing space before opening brace. (space-before-blocks)
(#129) Expected space(s) after "return". (keyword-spacing)
(#129) Missing space before value for key 'originalElement'. (key-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) Missing space before value for key 'element'. (key-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) Missing space before value for key 'helper'. (key-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) Missing space before value for key 'position'. (key-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) Missing space before value for key 'size'. (key-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) Missing space before value for key 'originalSize'. (key-spacing)
(#130) This line has a length of 511. Maximum allowed is 132. (max-len)
(#130) Missing space before value for key 'originalPosition'. (key-spacing)
(#130) Requires a space before '}'. (block-spacing)
(#130) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#130) Missing semicolon. (semi)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) A space is required after ','. (comma-spacing)
(#130) A space is required after ','. (comma-spacing)
(#130) Missing space before value for key 'stop'. (key-spacing)
(#130) Requires a space after '{'. (block-spacing)
(#130) Statement inside of curly braces should be on next line. (brace-style)
(#130) Missing space before opening brace. (space-before-blocks)
(#130) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#130) A space is required after ','. (comma-spacing)
(#130) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#130) A space is required after ','. (comma-spacing)
(#130) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#130) A space is required after ','. (comma-spacing)
(#130) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#130) Operator '&&' must be spaced. (space-infix-ops)
(#130) A space is required after ','. (comma-spacing)
(#130) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#130) Operator '&&' must be spaced. (space-infix-ops)
(#130) A space is required after ','. (comma-spacing)
(#130) Operator '?' must be spaced. (space-infix-ops)
(#130) Operator ':' must be spaced. (space-infix-ops)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#130) Missing space before value for key 'width'. (key-spacing)
(#130) Operator '-' must be spaced. (space-infix-ops)
(#130) Operator '?' must be spaced. (space-infix-ops)
(#130) Operator ':' must be spaced. (space-infix-ops)
(#130) A space is required after ','. (comma-spacing)
(#130) Missing space before value for key 'height'. (key-spacing)
(#130) Operator '-' must be spaced. (space-infix-ops)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#130) A space is required after ','. (comma-spacing)
(#130) Operator '+' must be spaced. (space-infix-ops)
(#130) Operator '-' must be spaced. (space-infix-ops)
(#130) Operator '||' must be spaced. (space-infix-ops)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#130) A space is required after ','. (comma-spacing)
(#130) Operator '+' must be spaced. (space-infix-ops)
(#130) Operator '-' must be spaced. (space-infix-ops)
(#130) Operator '||' must be spaced. (space-infix-ops)
(#131) This line has a length of 502. Maximum allowed is 132. (max-len)
(#131) Missing whitespace after semicolon. (semi-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) Operator '&&' must be spaced. (space-infix-ops)
(#131) Operator '?' must be spaced. (space-infix-ops)
(#131) Missing space before value for key 'top'. (key-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) Missing space before value for key 'left'. (key-spacing)
(#131) Operator ':' must be spaced. (space-infix-ops)
(#131) A space is required after ','. (comma-spacing)
(#131) Missing space before value for key 'duration'. (key-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) Missing space before value for key 'easing'. (key-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) Missing space before value for key 'step'. (key-spacing)
(#131) Requires a space after '{'. (block-spacing)
(#131) Statement inside of curly braces should be on next line. (brace-style)
(#131) Missing space before opening brace. (space-before-blocks)
(#131) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#131) Operator '=' must be spaced. (space-infix-ops)
(#131) Missing space before value for key 'width'. (key-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) Missing space before value for key 'height'. (key-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) Missing space before value for key 'top'. (key-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) Missing space before value for key 'left'. (key-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) Missing whitespace after semicolon. (semi-spacing)
(#131) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#131) Operator '&&' must be spaced. (space-infix-ops)
(#131) Operator '&&' must be spaced. (space-infix-ops)
(#131) Missing space before value for key 'width'. (key-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) Missing space before value for key 'height'. (key-spacing)
(#131) Missing whitespace after semicolon. (semi-spacing)
(#131) Missing whitespace after semicolon. (semi-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) Requires a space before '}'. (block-spacing)
(#131) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#131) Missing semicolon. (semi)
(#131) Requires a space before '}'. (block-spacing)
(#131) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#131) Missing semicolon. (semi)
(#131) Missing whitespace after semicolon. (semi-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) A space is required after ','. (comma-spacing)
(#131) Missing space before value for key 'start'. (key-spacing)
(#131) Requires a space after '{'. (block-spacing)
(#131) Statement inside of curly braces should be on next line. (brace-style)
(#131) Missing space before opening brace. (space-before-blocks)
(#131) Operator '=' must be spaced. (space-infix-ops)
(#131) A space is required after ','. (comma-spacing)
(#131) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#131) Operator '=' must be spaced. (space-infix-ops)
(#132) This line has a length of 504. Maximum allowed is 132. (max-len)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Expected space(s) after "if". (keyword-spacing)
(#132) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#132) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) Do not nest ternary expressions. (no-nested-ternary)
(#132) Operator '?' must be spaced. (space-infix-ops)
(#132) Operator ':' must be spaced. (space-infix-ops)
(#132) Operator '?' must be spaced. (space-infix-ops)
(#132) Operator ':' must be spaced. (space-infix-ops)
(#132) Expected { after 'if' condition. (curly)
(#132) Expected space(s) before "if". (keyword-spacing)
(#132) Expected space(s) after "if". (keyword-spacing)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) Unexpected use of comma operator. (no-sequences)
(#132) A space is required after ','. (comma-spacing)
(#132) Operator '||' must be spaced. (space-infix-ops)
(#132) Operator '===' must be spaced. (space-infix-ops)
(#132) Expected { after 'if' condition. (curly)
(#132) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) Missing space before value for key 'left'. (key-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) Missing space before value for key 'top'. (key-spacing)
(#132) Unexpected use of comma operator. (no-sequences)
(#132) A space is required after ','. (comma-spacing)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) Missing space before value for key 'left'. (key-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) Missing space before value for key 'top'. (key-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) Missing space before value for key 'element'. (key-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) Missing space before value for key 'left'. (key-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) Missing space before value for key 'top'. (key-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) Missing space before value for key 'width'. (key-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) Missing space before value for key 'height'. (key-spacing)
(#132) Operator '||' must be spaced. (space-infix-ops)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Expected space(s) after "else". (keyword-spacing)
(#132) Requires a space after '{'. (block-spacing)
(#132) Statement inside of curly braces should be on next line. (brace-style)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) Requires a space after '{'. (block-spacing)
(#132) Statement inside of curly braces should be on next line. (brace-style)
(#132) Missing space before opening brace. (space-before-blocks)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) Operator '+' must be spaced. (space-infix-ops)
(#132) Requires a space before '}'. (block-spacing)
(#132) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#132) Missing semicolon. (semi)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#133) This line has a length of 518. Maximum allowed is 132. (max-len)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) Missing space before value for key 'height'. (key-spacing)
(#133) Operator '-' must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'width'. (key-spacing)
(#133) Operator '-' must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Operator '?' must be spaced. (space-infix-ops)
(#133) Operator ':' must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) Operator '?' must be spaced. (space-infix-ops)
(#133) Operator ':' must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) Missing space before value for key 'element'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'left'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'top'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'width'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'height'. (key-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'resize'. (key-spacing)
(#133) Method 'resize' has a complexity of 23. Maximum allowed is 20. (complexity)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) Operator '||' must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) Missing space before value for key 'top'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before value for key 'left'. (key-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#134) This line has a length of 541. Maximum allowed is 132. (max-len)
(#134) Operator '=' must be spaced. (space-infix-ops)
(#134) Missing whitespace after semicolon. (semi-spacing)
(#134) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#134) Operator '!==' must be spaced. (space-infix-ops)
(#134) Operator '&&' must be spaced. (space-infix-ops)
(#134) Operator '&&' must be spaced. (space-infix-ops)
(#134) Operator '=' must be spaced. (space-infix-ops)
(#134) Missing whitespace after semicolon. (semi-spacing)
(#134) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#134) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#134) Operator '<' must be spaced. (space-infix-ops)
(#134) Operator '?' must be spaced. (space-infix-ops)
(#134) Operator ':' must be spaced. (space-infix-ops)
(#134) Operator '&&' must be spaced. (space-infix-ops)
(#134) Operator '+=' must be spaced. (space-infix-ops)
(#134) Operator '?' must be spaced. (space-infix-ops)
(#134) Operator '-' must be spaced. (space-infix-ops)
(#134) Operator ':' must be spaced. (space-infix-ops)
(#134) Operator '-' must be spaced. (space-infix-ops)
(#134) A space is required after ','. (comma-spacing)
(#134) Operator '&&' must be spaced. (space-infix-ops)
(#134) Operator '=' must be spaced. (space-infix-ops)
(#134) Operator '/' must be spaced. (space-infix-ops)
(#134) A space is required after ','. (comma-spacing)
(#134) Operator '=' must be spaced. (space-infix-ops)
(#134) A space is required after ','. (comma-spacing)
(#134) Operator '=' must be spaced. (space-infix-ops)
(#134) Operator '?' must be spaced. (space-infix-ops)
(#134) Operator ':' must be spaced. (space-infix-ops)
(#134) Missing whitespace after semicolon. (semi-spacing)
(#134) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#134) Operator '<' must be spaced. (space-infix-ops)
(#134) Operator '?' must be spaced. (space-infix-ops)
(#134) Operator ':' must be spaced. (space-infix-ops)
(#134) Operator '&&' must be spaced. (space-infix-ops)
(#134) Operator '+=' must be spaced. (space-infix-ops)
(#134) Operator '?' must be spaced. (space-infix-ops)
(#134) Operator '-' must be spaced. (space-infix-ops)
(#134) Operator ':' must be spaced. (space-infix-ops)
(#134) A space is required after ','. (comma-spacing)
(#134) Operator '&&' must be spaced. (space-infix-ops)
(#134) Operator '=' must be spaced. (space-infix-ops)
(#134) Operator '*' must be spaced. (space-infix-ops)
(#134) A space is required after ','. (comma-spacing)
(#134) Operator '=' must be spaced. (space-infix-ops)
(#134) A space is required after ','. (comma-spacing)
(#134) Operator '=' must be spaced. (space-infix-ops)
(#134) Operator '?' must be spaced. (space-infix-ops)
(#134) Operator ':' must be spaced. (space-infix-ops)
(#134) Missing whitespace after semicolon. (semi-spacing)
(#134) Operator '=' must be spaced. (space-infix-ops)
(#134) Operator '===' must be spaced. (space-infix-ops)
(#134) Missing whitespace after semicolon. (semi-spacing)
(#134) Operator '=' must be spaced. (space-infix-ops)
(#135) This line has a length of 515. Maximum allowed is 132. (max-len)
(#135) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#135) Operator '&&' must be spaced. (space-infix-ops)
(#135) Operator '?' must be spaced. (space-infix-ops)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) Operator '+' must be spaced. (space-infix-ops)
(#135) A space is required after ','. (comma-spacing)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) Operator '+' must be spaced. (space-infix-ops)
(#135) Operator ':' must be spaced. (space-infix-ops)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) A space is required after ','. (comma-spacing)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) Missing whitespace after semicolon. (semi-spacing)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) Operator '+' must be spaced. (space-infix-ops)
(#135) Operator '?' must be spaced. (space-infix-ops)
(#135) Operator '-' must be spaced. (space-infix-ops)
(#135) Operator ':' must be spaced. (space-infix-ops)
(#135) Operator '-' must be spaced. (space-infix-ops)
(#135) Missing whitespace after semicolon. (semi-spacing)
(#135) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) Operator '+' must be spaced. (space-infix-ops)
(#135) Operator '?' must be spaced. (space-infix-ops)
(#135) Operator '-' must be spaced. (space-infix-ops)
(#135) Operator ':' must be spaced. (space-infix-ops)
(#135) Operator '-' must be spaced. (space-infix-ops)
(#135) Missing whitespace after semicolon. (semi-spacing)
(#135) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#135) Operator '+' must be spaced. (space-infix-ops)
(#135) Operator '>=' must be spaced. (space-infix-ops)
(#135) Operator '&&' must be spaced. (space-infix-ops)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) Operator '-' must be spaced. (space-infix-ops)
(#135) A space is required after ','. (comma-spacing)
(#135) Operator '&&' must be spaced. (space-infix-ops)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) Operator '/' must be spaced. (space-infix-ops)
(#135) A space is required after ','. (comma-spacing)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#135) Missing whitespace after semicolon. (semi-spacing)
(#135) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#135) Operator '+' must be spaced. (space-infix-ops)
(#135) Operator '>=' must be spaced. (space-infix-ops)
(#135) Operator '&&' must be spaced. (space-infix-ops)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#136) This line has a length of 520. Maximum allowed is 132. (max-len)
(#136) Operator '-' must be spaced. (space-infix-ops)
(#136) A space is required after ','. (comma-spacing)
(#136) Operator '&&' must be spaced. (space-infix-ops)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) Operator '*' must be spaced. (space-infix-ops)
(#136) A space is required after ','. (comma-spacing)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) Missing whitespace after semicolon. (semi-spacing)
(#136) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#136) Operator '||' must be spaced. (space-infix-ops)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) A space is required after ','. (comma-spacing)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) A space is required after ','. (comma-spacing)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) A space is required after ','. (comma-spacing)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) Requires a space before '}'. (block-spacing)
(#136) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#136) Missing semicolon. (semi)
(#136) A space is required after ','. (comma-spacing)
(#136) Missing space before value for key 'stop'. (key-spacing)
(#136) Requires a space after '{'. (block-spacing)
(#136) Statement inside of curly braces should be on next line. (brace-style)
(#136) Missing space before opening brace. (space-before-blocks)
(#136) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) A space is required after ','. (comma-spacing)
(#136) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) A space is required after ','. (comma-spacing)
(#136) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) A space is required after ','. (comma-spacing)
(#136) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) A space is required after ','. (comma-spacing)
(#136) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) A space is required after ','. (comma-spacing)
(#136) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) A space is required after ','. (comma-spacing)
(#136) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) A space is required after ','. (comma-spacing)
(#136) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) Operator '-' must be spaced. (space-infix-ops)
(#136) Missing whitespace after semicolon. (semi-spacing)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) Operator '-' must be spaced. (space-infix-ops)
(#136) Missing whitespace after semicolon. (semi-spacing)
(#136) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#136) Operator '&&' must be spaced. (space-infix-ops)
(#136) Operator '&&' must be spaced. (space-infix-ops)
(#136) Operator '&&' must be spaced. (space-infix-ops)
(#136) Missing space before value for key 'left'. (key-spacing)
(#136) Operator '-' must be spaced. (space-infix-ops)
(#137) This line has a length of 514. Maximum allowed is 132. (max-len)
(#137) Operator '-' must be spaced. (space-infix-ops)
(#137) A space is required after ','. (comma-spacing)
(#137) Missing space before value for key 'width'. (key-spacing)
(#137) A space is required after ','. (comma-spacing)
(#137) Missing space before value for key 'height'. (key-spacing)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#137) Operator '&&' must be spaced. (space-infix-ops)
(#137) Operator '&&' must be spaced. (space-infix-ops)
(#137) Operator '&&' must be spaced. (space-infix-ops)
(#137) Missing space before value for key 'left'. (key-spacing)
(#137) Operator '-' must be spaced. (space-infix-ops)
(#137) Operator '-' must be spaced. (space-infix-ops)
(#137) A space is required after ','. (comma-spacing)
(#137) Missing space before value for key 'width'. (key-spacing)
(#137) A space is required after ','. (comma-spacing)
(#137) Missing space before value for key 'height'. (key-spacing)
(#137) Requires a space before '}'. (block-spacing)
(#137) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#137) Missing semicolon. (semi)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#137) A space is required after ','. (comma-spacing)
(#137) A space is required after ','. (comma-spacing)
(#137) Missing space before value for key 'start'. (key-spacing)
(#137) Requires a space after '{'. (block-spacing)
(#137) Statement inside of curly braces should be on next line. (brace-style)
(#137) Missing space before opening brace. (space-before-blocks)
(#137) Operator '=' must be spaced. (space-infix-ops)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) Requires a space after '{'. (block-spacing)
(#137) Statement inside of curly braces should be on next line. (brace-style)
(#137) Missing space before opening brace. (space-before-blocks)
(#137) Operator '=' must be spaced. (space-infix-ops)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) A space is required after ','. (comma-spacing)
(#137) Missing space before value for key 'width'. (key-spacing)
(#137) A space is required after ','. (comma-spacing)
(#137) A space is required after ','. (comma-spacing)
(#137) Missing space before value for key 'height'. (key-spacing)
(#137) A space is required after ','. (comma-spacing)
(#137) A space is required after ','. (comma-spacing)
(#137) Missing space before value for key 'left'. (key-spacing)
(#137) A space is required after ','. (comma-spacing)
(#137) A space is required after ','. (comma-spacing)
(#137) Missing space before value for key 'top'. (key-spacing)
(#137) A space is required after ','. (comma-spacing)
(#137) Requires a space before '}'. (block-spacing)
(#137) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#137) Missing semicolon. (semi)
(#137) Requires a space before '}'. (block-spacing)
(#137) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#137) Missing semicolon. (semi)
(#137) A space is required after ','. (comma-spacing)
(#137) Missing space before value for key 'resize'. (key-spacing)
(#137) A space is required after ','. (comma-spacing)
(#137) Requires a space after '{'. (block-spacing)
(#137) Statement inside of curly braces should be on next line. (brace-style)
(#137) Missing space before opening brace. (space-before-blocks)
(#137) Operator '=' must be spaced. (space-infix-ops)
(#138) This line has a length of 506. Maximum allowed is 132. (max-len)
(#138) Operator '=' must be spaced. (space-infix-ops)
(#138) A space is required after ','. (comma-spacing)
(#138) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#138) Operator '=' must be spaced. (space-infix-ops)
(#138) A space is required after ','. (comma-spacing)
(#138) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#138) Operator '=' must be spaced. (space-infix-ops)
(#138) Missing space before value for key 'height'. (key-spacing)
(#138) Operator '-' must be spaced. (space-infix-ops)
(#138) Operator '||' must be spaced. (space-infix-ops)
(#138) A space is required after ','. (comma-spacing)
(#138) Missing space before value for key 'width'. (key-spacing)
(#138) Operator '-' must be spaced. (space-infix-ops)
(#138) Operator '||' must be spaced. (space-infix-ops)
(#138) A space is required after ','. (comma-spacing)
(#138) Missing space before value for key 'top'. (key-spacing)
(#138) Operator '-' must be spaced. (space-infix-ops)
(#138) Operator '||' must be spaced. (space-infix-ops)
(#138) A space is required after ','. (comma-spacing)
(#138) Missing space before value for key 'left'. (key-spacing)
(#138) Operator '-' must be spaced. (space-infix-ops)
(#138) Operator '||' must be spaced. (space-infix-ops)
(#138) Missing whitespace after semicolon. (semi-spacing)
(#138) Requires a space after '{'. (block-spacing)
(#138) Statement inside of curly braces should be on next line. (brace-style)
(#138) Missing space before opening brace. (space-before-blocks)
(#138) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#138) Operator '=' must be spaced. (space-infix-ops)
(#138) A space is required after ','. (comma-spacing)
(#138) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#138) Operator '=' must be spaced. (space-infix-ops)
(#138) A space is required after ','. (comma-spacing)
(#138) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#138) Operator '=' must be spaced. (space-infix-ops)
(#138) A space is required after ','. (comma-spacing)
(#138) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#138) Operator '=' must be spaced. (space-infix-ops)
(#138) Operator '?' must be spaced. (space-infix-ops)
(#138) A space is required after ','. (comma-spacing)
(#138) Operator ':' must be spaced. (space-infix-ops)
(#138) A space is required after ','. (comma-spacing)
(#138) A space is required after ','. (comma-spacing)
(#138) A space is required after ','. (comma-spacing)
(#138) Missing whitespace after semicolon. (semi-spacing)
(#138) A space is required after ','. (comma-spacing)
(#138) A space is required after ','. (comma-spacing)
(#138) Requires a space after '{'. (block-spacing)
(#138) Statement inside of curly braces should be on next line. (brace-style)
(#138) Missing space before opening brace. (space-before-blocks)
(#138) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#138) Operator '=' must be spaced. (space-infix-ops)
(#138) Operator '||' must be spaced. (space-infix-ops)
(#138) Operator '+' must be spaced. (space-infix-ops)
(#138) Operator '||' must be spaced. (space-infix-ops)
(#138) Operator '&&' must be spaced. (space-infix-ops)
(#138) Operator '<=' must be spaced. (space-infix-ops)
(#138) Operator '&&' must be spaced. (space-infix-ops)
(#138) Operator '=' must be spaced. (space-infix-ops)
(#138) Operator '||' must be spaced. (space-infix-ops)
(#138) Requires a space before '}'. (block-spacing)
(#138) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#138) Missing semicolon. (semi)
(#138) Missing whitespace after semicolon. (semi-spacing)
(#138) Requires a space before '}'. (block-spacing)
(#138) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#138) Missing semicolon. (semi)
(#138) Requires a space before '}'. (block-spacing)
(#138) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#138) Missing semicolon. (semi)
(#138) A space is required after ','. (comma-spacing)
(#138) Missing space before value for key 'stop'. (key-spacing)
(#138) Requires a space after '{'. (block-spacing)
(#138) Statement inside of curly braces should be on next line. (brace-style)
(#138) Missing space before opening brace. (space-before-blocks)
(#138) Requires a space before '}'. (block-spacing)
(#138) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#138) Missing semicolon. (semi)
(#139) This line has a length of 505. Maximum allowed is 132. (max-len)
(#139) A space is required after ','. (comma-spacing)
(#139) A space is required after ','. (comma-spacing)
(#139) Missing space before value for key 'start'. (key-spacing)
(#139) Requires a space after '{'. (block-spacing)
(#139) Statement inside of curly braces should be on next line. (brace-style)
(#139) Missing space before opening brace. (space-before-blocks)
(#139) Operator '=' must be spaced. (space-infix-ops)
(#139) A space is required after ','. (comma-spacing)
(#139) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#139) Operator '=' must be spaced. (space-infix-ops)
(#139) A space is required after ','. (comma-spacing)
(#139) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#139) Operator '=' must be spaced. (space-infix-ops)
(#139) Missing whitespace after semicolon. (semi-spacing)
(#139) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#139) Operator '=' must be spaced. (space-infix-ops)
(#139) Missing whitespace after semicolon. (semi-spacing)
(#139) Missing space before value for key 'opacity'. (key-spacing)
(#139) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#139) A space is required after ','. (comma-spacing)
(#139) Missing space before value for key 'display'. (key-spacing)
(#139) A space is required after ','. (comma-spacing)
(#139) Missing space before value for key 'position'. (key-spacing)
(#139) A space is required after ','. (comma-spacing)
(#139) Missing space before value for key 'height'. (key-spacing)
(#139) A space is required after ','. (comma-spacing)
(#139) Missing space before value for key 'width'. (key-spacing)
(#139) A space is required after ','. (comma-spacing)
(#139) Missing space before value for key 'margin'. (key-spacing)
(#139) A space is required after ','. (comma-spacing)
(#139) Missing space before value for key 'left'. (key-spacing)
(#139) A space is required after ','. (comma-spacing)
(#139) Missing space before value for key 'top'. (key-spacing)
(#139) Operator '===' must be spaced. (space-infix-ops)
(#139) Operator '?' must be spaced. (space-infix-ops)
(#139) Operator ':' must be spaced. (space-infix-ops)
(#139) Missing whitespace after semicolon. (semi-spacing)
(#139) Requires a space before '}'. (block-spacing)
(#139) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#139) Missing semicolon. (semi)
(#139) A space is required after ','. (comma-spacing)
(#139) Missing space before value for key 'resize'. (key-spacing)
(#139) Requires a space after '{'. (block-spacing)
(#139) Statement inside of curly braces should be on next line. (brace-style)
(#139) Missing space before opening brace. (space-before-blocks)
(#139) Operator '=' must be spaced. (space-infix-ops)
(#139) Missing whitespace after semicolon. (semi-spacing)
(#139) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#139) Operator '&&' must be spaced. (space-infix-ops)
(#139) Missing space before value for key 'position'. (key-spacing)
(#139) A space is required after ','. (comma-spacing)
(#139) Missing space before value for key 'height'. (key-spacing)
(#139) A space is required after ','. (comma-spacing)
(#139) Missing space before value for key 'width'. (key-spacing)
(#139) Requires a space before '}'. (block-spacing)
(#139) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#139) Missing semicolon. (semi)
(#140) This line has a length of 503. Maximum allowed is 132. (max-len)
(#140) Missing space before value for key 'stop'. (key-spacing)
(#140) Requires a space after '{'. (block-spacing)
(#140) Statement inside of curly braces should be on next line. (brace-style)
(#140) Missing space before opening brace. (space-before-blocks)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#140) Operator '&&' must be spaced. (space-infix-ops)
(#140) Operator '&&' must be spaced. (space-infix-ops)
(#140) Requires a space before '}'. (block-spacing)
(#140) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#140) Missing semicolon. (semi)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key 'resize'. (key-spacing)
(#140) Requires a space after '{'. (block-spacing)
(#140) Statement inside of curly braces should be on next line. (brace-style)
(#140) Missing space before opening brace. (space-before-blocks)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Operator '===' must be spaced. (space-infix-ops)
(#140) Operator '?' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Operator ':' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Operator '||' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Operator '||' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Operator '-' must be spaced. (space-infix-ops)
(#140) Operator '/' must be spaced. (space-infix-ops)
(#140) Operator '*' must be spaced. (space-infix-ops)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Operator '-' must be spaced. (space-infix-ops)
(#140) Operator '/' must be spaced. (space-infix-ops)
(#140) Operator '*' must be spaced. (space-infix-ops)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Operator '+' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Operator '+' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Operator '&&' must be spaced. (space-infix-ops)
(#140) Operator '<' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Operator '&&' must be spaced. (space-infix-ops)
(#140) Operator '<' must be spaced. (space-infix-ops)
(#141) This line has a length of 501. Maximum allowed is 132. (max-len)
(#141) A space is required after ','. (comma-spacing)
(#141) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) Operator '&&' must be spaced. (space-infix-ops)
(#141) Operator '>' must be spaced. (space-infix-ops)
(#141) A space is required after ','. (comma-spacing)
(#141) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) Operator '&&' must be spaced. (space-infix-ops)
(#141) Operator '>' must be spaced. (space-infix-ops)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#141) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#141) Operator '&&' must be spaced. (space-infix-ops)
(#141) Operator '+=' must be spaced. (space-infix-ops)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#141) Operator '&&' must be spaced. (space-infix-ops)
(#141) Operator '+=' must be spaced. (space-infix-ops)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#141) Operator '&&' must be spaced. (space-infix-ops)
(#141) Operator '-=' must be spaced. (space-infix-ops)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#141) Operator '&&' must be spaced. (space-infix-ops)
(#141) Operator '-=' must be spaced. (space-infix-ops)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Expected space(s) after "if". (keyword-spacing)
(#141) Expected { after 'if' condition. (curly)
(#141) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) Unexpected use of comma operator. (no-sequences)
(#141) A space is required after ','. (comma-spacing)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Expected space(s) after "if". (keyword-spacing)
(#141) Expected { after 'if' condition. (curly)
(#141) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) Unexpected use of comma operator. (no-sequences)
(#141) A space is required after ','. (comma-spacing)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) A space is required after ','. (comma-spacing)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) Operator '-' must be spaced. (space-infix-ops)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Expected space(s) after "if". (keyword-spacing)
(#141) Expected { after 'if' condition. (curly)
(#141) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) Unexpected use of comma operator. (no-sequences)
(#141) A space is required after ','. (comma-spacing)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) A space is required after ','. (comma-spacing)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) Operator '-' must be spaced. (space-infix-ops)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Expected space(s) after "else". (keyword-spacing)
(#141) Requires a space after '{'. (block-spacing)
(#141) Statement inside of curly braces should be on next line. (brace-style)
(#141) Expected space(s) after "if". (keyword-spacing)
(#141) Operator '>=' must be spaced. (space-infix-ops)
(#141) Operator '-' must be spaced. (space-infix-ops)
(#141) Operator '||' must be spaced. (space-infix-ops)
(#141) Operator '>=' must be spaced. (space-infix-ops)
(#141) Operator '-' must be spaced. (space-infix-ops)
(#141) Expected { after 'if' condition. (curly)
(#141) Expected space(s) before "var". (keyword-spacing)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#141) Operator '<' must be spaced. (space-infix-ops)
(#141) Operator '-' must be spaced. (space-infix-ops)
(#141) Operator '?' must be spaced. (space-infix-ops)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) A space is required after ','. (comma-spacing)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) Operator '-' must be spaced. (space-infix-ops)
(#141) Operator ':' must be spaced. (space-infix-ops)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) Operator '-' must be spaced. (space-infix-ops)
(#141) A space is required after ','. (comma-spacing)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) A space is required after ','. (comma-spacing)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) Operator '+' must be spaced. (space-infix-ops)
(#141) Operator '-' must be spaced. (space-infix-ops)
(#142) This line has a length of 504. Maximum allowed is 132. (max-len)
(#142) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#142) Operator '<' must be spaced. (space-infix-ops)
(#142) Operator '-' must be spaced. (space-infix-ops)
(#142) Operator '?' must be spaced. (space-infix-ops)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) A space is required after ','. (comma-spacing)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) Operator '-' must be spaced. (space-infix-ops)
(#142) Operator ':' must be spaced. (space-infix-ops)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) Operator '-' must be spaced. (space-infix-ops)
(#142) A space is required after ','. (comma-spacing)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) A space is required after ','. (comma-spacing)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) Operator '+' must be spaced. (space-infix-ops)
(#142) Operator '-' must be spaced. (space-infix-ops)
(#142) Requires a space before '}'. (block-spacing)
(#142) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#142) Missing semicolon. (semi)
(#142) Requires a space before '}'. (block-spacing)
(#142) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#142) Missing whitespace after semicolon. (semi-spacing)
(#142) A space is required after ','. (comma-spacing)
(#142) A space is required after ','. (comma-spacing)
(#142) Missing space before value for key 'version'. (key-spacing)
(#142) A space is required after ','. (comma-spacing)
(#142) Missing space before value for key 'options'. (key-spacing)
(#142) Missing space before value for key 'appendTo'. (key-spacing)
(#142) A space is required after ','. (comma-spacing)
(#142) Missing space before value for key 'autoRefresh'. (key-spacing)
(#142) A space is required after ','. (comma-spacing)
(#142) Missing space before value for key 'distance'. (key-spacing)
(#142) A space is required after ','. (comma-spacing)
(#142) Missing space before value for key 'filter'. (key-spacing)
(#142) A space is required after ','. (comma-spacing)
(#142) Missing space before value for key 'tolerance'. (key-spacing)
(#142) A space is required after ','. (comma-spacing)
(#142) Missing space before value for key 'selected'. (key-spacing)
(#142) A space is required after ','. (comma-spacing)
(#142) Missing space before value for key 'selecting'. (key-spacing)
(#142) A space is required after ','. (comma-spacing)
(#142) Missing space before value for key 'start'. (key-spacing)
(#142) A space is required after ','. (comma-spacing)
(#142) Missing space before value for key 'stop'. (key-spacing)
(#142) A space is required after ','. (comma-spacing)
(#142) Missing space before value for key 'unselected'. (key-spacing)
(#142) A space is required after ','. (comma-spacing)
(#142) Missing space before value for key 'unselecting'. (key-spacing)
(#142) A space is required after ','. (comma-spacing)
(#142) Missing space before value for key '_create'. (key-spacing)
(#142) Requires a space after '{'. (block-spacing)
(#142) Statement inside of curly braces should be on next line. (brace-style)
(#142) Missing space before opening brace. (space-before-blocks)
(#142) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#142) A space is required after ','. (comma-spacing)
(#142) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) Missing whitespace after semicolon. (semi-spacing)
(#142) Missing whitespace after semicolon. (semi-spacing)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) Missing whitespace after semicolon. (semi-spacing)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) Requires a space after '{'. (block-spacing)
(#142) Statement inside of curly braces should be on next line. (brace-style)
(#142) Missing space before opening brace. (space-before-blocks)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) A space is required after ','. (comma-spacing)
(#142) Missing whitespace after semicolon. (semi-spacing)
(#143) This line has a length of 539. Maximum allowed is 132. (max-len)
(#143) Requires a space after '{'. (block-spacing)
(#143) Statement inside of curly braces should be on next line. (brace-style)
(#143) Missing space before opening brace. (space-before-blocks)
(#143) Operator '=' must be spaced. (space-infix-ops)
(#143) A space is required after ','. (comma-spacing)
(#143) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#143) Operator '=' must be spaced. (space-infix-ops)
(#143) Missing whitespace after semicolon. (semi-spacing)
(#143) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#143) A space is required after ','. (comma-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) Missing space before value for key 'element'. (key-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) Missing space before value for key '$element'. (key-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) Missing space before value for key 'left'. (key-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) Missing space before value for key 'top'. (key-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) Missing space before value for key 'right'. (key-spacing)
(#143) Operator '+' must be spaced. (space-infix-ops)
(#143) A space is required after ','. (comma-spacing)
(#143) Missing space before value for key 'bottom'. (key-spacing)
(#143) Operator '+' must be spaced. (space-infix-ops)
(#143) A space is required after ','. (comma-spacing)
(#143) Missing space before value for key 'startselected'. (key-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) Missing space before value for key 'selected'. (key-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) Missing space before value for key 'selecting'. (key-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) Missing space before value for key 'unselecting'. (key-spacing)
(#143) Requires a space before '}'. (block-spacing)
(#143) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#143) Missing semicolon. (semi)
(#143) Requires a space before '}'. (block-spacing)
(#143) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#143) Missing semicolon. (semi)
(#143) Missing whitespace after semicolon. (semi-spacing)
(#143) Missing whitespace after semicolon. (semi-spacing)
(#143) Operator '=' must be spaced. (space-infix-ops)
(#143) Missing whitespace after semicolon. (semi-spacing)
(#143) Missing whitespace after semicolon. (semi-spacing)
(#143) Operator '=' must be spaced. (space-infix-ops)
(#143) Requires a space before '}'. (block-spacing)
(#143) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#143) Missing semicolon. (semi)
(#143) A space is required after ','. (comma-spacing)
(#143) Missing space before value for key '_destroy'. (key-spacing)
(#143) Requires a space after '{'. (block-spacing)
(#143) Statement inside of curly braces should be on next line. (brace-style)
(#143) Missing space before opening brace. (space-before-blocks)
(#144) This line has a length of 503. Maximum allowed is 132. (max-len)
(#144) Missing whitespace after semicolon. (semi-spacing)
(#144) Requires a space before '}'. (block-spacing)
(#144) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#144) Missing semicolon. (semi)
(#144) A space is required after ','. (comma-spacing)
(#144) Missing space before value for key '_mouseStart'. (key-spacing)
(#144) Requires a space after '{'. (block-spacing)
(#144) Statement inside of curly braces should be on next line. (brace-style)
(#144) Missing space before opening brace. (space-before-blocks)
(#144) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#144) Operator '=' must be spaced. (space-infix-ops)
(#144) A space is required after ','. (comma-spacing)
(#144) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#144) Operator '=' must be spaced. (space-infix-ops)
(#144) Missing whitespace after semicolon. (semi-spacing)
(#144) Operator '=' must be spaced. (space-infix-ops)
(#144) A space is required after ','. (comma-spacing)
(#144) Missing whitespace after semicolon. (semi-spacing)
(#144) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#144) Operator '||' must be spaced. (space-infix-ops)
(#144) Operator '=' must be spaced. (space-infix-ops)
(#144) A space is required after ','. (comma-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) Missing space before value for key 'left'. (key-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) Missing space before value for key 'top'. (key-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) Missing space before value for key 'width'. (key-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) Missing space before value for key 'height'. (key-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) Operator '&&' must be spaced. (space-infix-ops)
(#144) A space is required after ','. (comma-spacing)
(#144) Requires a space after '{'. (block-spacing)
(#144) Statement inside of curly braces should be on next line. (brace-style)
(#144) Missing space before opening brace. (space-before-blocks)
(#144) Operator '=' must be spaced. (space-infix-ops)
(#144) A space is required after ','. (comma-spacing)
(#144) Missing whitespace after semicolon. (semi-spacing)
(#144) Operator '=' must be spaced. (space-infix-ops)
(#144) Missing whitespace after semicolon. (semi-spacing)
(#144) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#144) Operator '||' must be spaced. (space-infix-ops)
(#145) This line has a length of 501. Maximum allowed is 132. (max-len)
(#145) Operator '||' must be spaced. (space-infix-ops)
(#145) A space is required after ','. (comma-spacing)
(#145) Operator '=' must be spaced. (space-infix-ops)
(#145) A space is required after ','. (comma-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) Operator '=' must be spaced. (space-infix-ops)
(#145) A space is required after ','. (comma-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing space before value for key 'unselecting'. (key-spacing)
(#145) Requires a space before '}'. (block-spacing)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) Missing semicolon. (semi)
(#145) A space is required after ','. (comma-spacing)
(#145) Expected to return a value at the end of function. (consistent-return)
(#145) Requires a space after '{'. (block-spacing)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Operator '=' must be spaced. (space-infix-ops)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Expected space(s) after "if". (keyword-spacing)
(#145) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#145) Requires a space after '{'. (block-spacing)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Operator '=' must be spaced. (space-infix-ops)
(#145) Operator '&&' must be spaced. (space-infix-ops)
(#145) Operator '||' must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Operator '?' must be spaced. (space-infix-ops)
(#145) Operator ':' must be spaced. (space-infix-ops)
(#145) Operator '?' must be spaced. (space-infix-ops)
(#145) Operator ':' must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Operator '=' must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Operator '=' must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#145) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#145) Operator '=' must be spaced. (space-infix-ops)
(#145) Operator '?' must be spaced. (space-infix-ops)
(#146) This line has a length of 508. Maximum allowed is 132. (max-len)
(#146) A space is required after ','. (comma-spacing)
(#146) Missing space before value for key 'selecting'. (key-spacing)
(#146) Operator ':' must be spaced. (space-infix-ops)
(#146) A space is required after ','. (comma-spacing)
(#146) A space is required after ','. (comma-spacing)
(#146) Missing space before value for key 'unselecting'. (key-spacing)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) Expected space(s) after "return". (keyword-spacing)
(#146) Requires a space before '}'. (block-spacing)
(#146) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#146) Missing semicolon. (semi)
(#146) Requires a space before '}'. (block-spacing)
(#146) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#146) Requires a space before '}'. (block-spacing)
(#146) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#146) Missing semicolon. (semi)
(#146) A space is required after ','. (comma-spacing)
(#146) Missing space before value for key '_mouseDrag'. (key-spacing)
(#146) Expected to return a value at the end of method '_mouseDrag'. (consistent-return)
(#146) Requires a space after '{'. (block-spacing)
(#146) Statement inside of curly braces should be on next line. (brace-style)
(#146) Missing space before opening brace. (space-before-blocks)
(#146) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) Expected space(s) after "if". (keyword-spacing)
(#146) Requires a space after '{'. (block-spacing)
(#146) Statement inside of curly braces should be on next line. (brace-style)
(#146) Missing space before opening brace. (space-before-blocks)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) A space is required after ','. (comma-spacing)
(#146) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) A space is required after ','. (comma-spacing)
(#146) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) A space is required after ','. (comma-spacing)
(#146) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) A space is required after ','. (comma-spacing)
(#146) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) A space is required after ','. (comma-spacing)
(#146) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) Expected space(s) after "if". (keyword-spacing)
(#146) Operator '>' must be spaced. (space-infix-ops)
(#146) Requires a space after '{'. (block-spacing)
(#146) Statement inside of curly braces should be on next line. (brace-style)
(#146) Missing space before opening brace. (space-before-blocks)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) Requires a space before '}'. (block-spacing)
(#146) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#146) Missing semicolon. (semi)
(#146) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#146) Operator '>' must be spaced. (space-infix-ops)
(#146) Operator '&&' must be spaced. (space-infix-ops)
(#146) 'C' used outside of binding context. (block-scoped-var)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) A space is required after ','. (comma-spacing)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) A space is required after ','. (comma-spacing)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) 'C' used outside of binding context. (block-scoped-var)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) Missing space before value for key 'left'. (key-spacing)
(#146) A space is required after ','. (comma-spacing)
(#146) Missing space before value for key 'top'. (key-spacing)
(#146) A space is required after ','. (comma-spacing)
(#146) Missing space before value for key 'width'. (key-spacing)
(#146) Operator '-' must be spaced. (space-infix-ops)
(#146) A space is required after ','. (comma-spacing)
(#146) Missing space before value for key 'height'. (key-spacing)
(#146) Operator '-' must be spaced. (space-infix-ops)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) Function has a complexity of 24. Maximum allowed is 20. (complexity)
(#146) Requires a space after '{'. (block-spacing)
(#146) Statement inside of curly braces should be on next line. (brace-style)
(#146) Missing space before opening brace. (space-before-blocks)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) A space is required after ','. (comma-spacing)
(#146) A space is required after ','. (comma-spacing)
(#146) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#146) Operator '&&' must be spaced. (space-infix-ops)
(#146) Operator '!==' must be spaced. (space-infix-ops)
(#146) Operator '&&' must be spaced. (space-infix-ops)
(#146) Operator '===' must be spaced. (space-infix-ops)
(#146) Operator '?' must be spaced. (space-infix-ops)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) Operator '>' must be spaced. (space-infix-ops)
(#146) Operator '||' must be spaced. (space-infix-ops)
(#146) Operator '<' must be spaced. (space-infix-ops)
(#146) Operator '||' must be spaced. (space-infix-ops)
(#146) Operator '>' must be spaced. (space-infix-ops)
(#146) Operator '||' must be spaced. (space-infix-ops)
(#146) Operator '<' must be spaced. (space-infix-ops)
(#146) Operator ':' must be spaced. (space-infix-ops)
(#146) Operator '===' must be spaced. (space-infix-ops)
(#147) This line has a length of 517. Maximum allowed is 132. (max-len)
(#147) Operator '&&' must be spaced. (space-infix-ops)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#147) Operator '>' must be spaced. (space-infix-ops)
(#147) Operator '&&' must be spaced. (space-infix-ops)
(#147) Operator '<' must be spaced. (space-infix-ops)
(#147) Operator '&&' must be spaced. (space-infix-ops)
(#147) Operator '>' must be spaced. (space-infix-ops)
(#147) Operator '&&' must be spaced. (space-infix-ops)
(#147) Operator '<' must be spaced. (space-infix-ops)
(#147) A space is required after ','. (comma-spacing)
(#147) Operator '?' must be spaced. (space-infix-ops)
(#147) Operator '&&' must be spaced. (space-infix-ops)
(#147) A space is required after ','. (comma-spacing)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#147) A space is required after ','. (comma-spacing)
(#147) Operator '&&' must be spaced. (space-infix-ops)
(#147) A space is required after ','. (comma-spacing)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#147) A space is required after ','. (comma-spacing)
(#147) Operator '||' must be spaced. (space-infix-ops)
(#147) A space is required after ','. (comma-spacing)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) Missing space before value for key 'selecting'. (key-spacing)
(#147) Operator ':' must be spaced. (space-infix-ops)
(#147) Operator '&&' must be spaced. (space-infix-ops)
(#147) Operator '||' must be spaced. (space-infix-ops)
(#147) Operator '&&' must be spaced. (space-infix-ops)
(#147) Operator '?' must be spaced. (space-infix-ops)
(#147) A space is required after ','. (comma-spacing)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#147) Operator ':' must be spaced. (space-infix-ops)
(#148) This line has a length of 511. Maximum allowed is 132. (max-len)
(#148) Operator '=' must be spaced. (space-infix-ops)
(#148) A space is required after ','. (comma-spacing)
(#148) Operator '&&' must be spaced. (space-infix-ops)
(#148) A space is required after ','. (comma-spacing)
(#148) Operator '=' must be spaced. (space-infix-ops)
(#148) A space is required after ','. (comma-spacing)
(#148) A space is required after ','. (comma-spacing)
(#148) A space is required after ','. (comma-spacing)
(#148) Missing space before value for key 'unselecting'. (key-spacing)
(#148) A space is required after ','. (comma-spacing)
(#148) Operator '||' must be spaced. (space-infix-ops)
(#148) Operator '||' must be spaced. (space-infix-ops)
(#148) Operator '||' must be spaced. (space-infix-ops)
(#148) Operator '||' must be spaced. (space-infix-ops)
(#148) A space is required after ','. (comma-spacing)
(#148) Operator '=' must be spaced. (space-infix-ops)
(#148) A space is required after ','. (comma-spacing)
(#148) A space is required after ','. (comma-spacing)
(#148) Operator '=' must be spaced. (space-infix-ops)
(#148) A space is required after ','. (comma-spacing)
(#148) A space is required after ','. (comma-spacing)
(#148) A space is required after ','. (comma-spacing)
(#148) Missing space before value for key 'unselecting'. (key-spacing)
(#148) Requires a space before '}'. (block-spacing)
(#148) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#148) Missing semicolon. (semi)
(#148) Missing whitespace after semicolon. (semi-spacing)
(#148) Expected space(s) after "return". (keyword-spacing)
(#148) Requires a space before '}'. (block-spacing)
(#148) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#148) Missing semicolon. (semi)
(#148) Requires a space before '}'. (block-spacing)
(#148) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#148) A space is required after ','. (comma-spacing)
(#148) Missing space before value for key '_mouseStop'. (key-spacing)
(#148) Requires a space after '{'. (block-spacing)
(#148) Statement inside of curly braces should be on next line. (brace-style)
(#148) Missing space before opening brace. (space-before-blocks)
(#148) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#148) Operator '=' must be spaced. (space-infix-ops)
(#148) Missing whitespace after semicolon. (semi-spacing)
(#148) Operator '=' must be spaced. (space-infix-ops)
(#148) Missing whitespace after semicolon. (semi-spacing)
(#148) A space is required after ','. (comma-spacing)
(#148) Requires a space after '{'. (block-spacing)
(#148) Statement inside of curly braces should be on next line. (brace-style)
(#148) Missing space before opening brace. (space-before-blocks)
(#148) Operator '=' must be spaced. (space-infix-ops)
(#148) A space is required after ','. (comma-spacing)
(#149) This line has a length of 510. Maximum allowed is 132. (max-len)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key 'unselected'. (key-spacing)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Requires a space after '{'. (block-spacing)
(#149) Statement inside of curly braces should be on next line. (brace-style)
(#149) Missing space before opening brace. (space-before-blocks)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key 'selected'. (key-spacing)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Expected space(s) after "return". (keyword-spacing)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key 'version'. (key-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key 'widgetEventPrefix'. (key-spacing)
(#150) This line has a length of 506. Maximum allowed is 132. (max-len)
(#150) Missing space before value for key 'ready'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'options'. (key-spacing)
(#150) Missing space before value for key 'appendTo'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'axis'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'connectWith'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'containment'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'cursor'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'cursorAt'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'dropOnEmpty'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'forcePlaceholderSize'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'forceHelperSize'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'grid'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'handle'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'helper'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'items'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'opacity'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'placeholder'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'revert'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'scroll'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'scrollSensitivity'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'scrollSpeed'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'scope'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'tolerance'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'zIndex'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'activate'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'beforeStop'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'change'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'deactivate'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'out'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'over'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'receive'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'remove'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'sort'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'start'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'stop'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'update'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key '_isOverAxis'. (key-spacing)
(#151) This line has a length of 512. Maximum allowed is 132. (max-len)
(#151) A space is required after ','. (comma-spacing)
(#151) Requires a space after '{'. (block-spacing)
(#151) Statement inside of curly braces should be on next line. (brace-style)
(#151) Missing space before opening brace. (space-before-blocks)
(#151) Operator '>=' must be spaced. (space-infix-ops)
(#151) Operator '&&' must be spaced. (space-infix-ops)
(#151) Operator '<' must be spaced. (space-infix-ops)
(#151) Operator '+' must be spaced. (space-infix-ops)
(#151) Requires a space before '}'. (block-spacing)
(#151) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#151) Missing semicolon. (semi)
(#151) A space is required after ','. (comma-spacing)
(#151) Missing space before value for key '_isFloating'. (key-spacing)
(#151) Requires a space after '{'. (block-spacing)
(#151) Statement inside of curly braces should be on next line. (brace-style)
(#151) Missing space before opening brace. (space-before-blocks)
(#151) Expected space(s) after "return". (keyword-spacing)
(#151) Operator '||' must be spaced. (space-infix-ops)
(#151) Requires a space before '}'. (block-spacing)
(#151) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#151) Missing semicolon. (semi)
(#151) A space is required after ','. (comma-spacing)
(#151) Missing space before value for key '_create'. (key-spacing)
(#151) Requires a space after '{'. (block-spacing)
(#151) Statement inside of curly braces should be on next line. (brace-style)
(#151) Missing space before opening brace. (space-before-blocks)
(#151) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#151) Operator '=' must be spaced. (space-infix-ops)
(#151) Missing whitespace after semicolon. (semi-spacing)
(#151) Missing whitespace after semicolon. (semi-spacing)
(#151) Missing whitespace after semicolon. (semi-spacing)
(#151) Operator '=' must be spaced. (space-infix-ops)
(#151) Missing whitespace after semicolon. (semi-spacing)
(#151) Missing whitespace after semicolon. (semi-spacing)
(#151) Missing whitespace after semicolon. (semi-spacing)
(#151) Operator '=' must be spaced. (space-infix-ops)
(#151) Requires a space before '}'. (block-spacing)
(#151) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#151) Missing semicolon. (semi)
(#151) A space is required after ','. (comma-spacing)
(#151) Missing space before value for key '_setOption'. (key-spacing)
(#151) A space is required after ','. (comma-spacing)
(#151) Requires a space after '{'. (block-spacing)
(#151) Statement inside of curly braces should be on next line. (brace-style)
(#151) Missing space before opening brace. (space-before-blocks)
(#151) A space is required after ','. (comma-spacing)
(#151) Missing whitespace after semicolon. (semi-spacing)
(#151) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#151) Operator '===' must be spaced. (space-infix-ops)
(#151) Operator '&&' must be spaced. (space-infix-ops)
(#151) Requires a space before '}'. (block-spacing)
(#151) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#151) Missing semicolon. (semi)
(#151) A space is required after ','. (comma-spacing)
(#151) Missing space before value for key '_setHandleClassName'. (key-spacing)
(#151) Requires a space after '{'. (block-spacing)
(#151) Statement inside of curly braces should be on next line. (brace-style)
(#151) Missing space before opening brace. (space-before-blocks)
(#152) This line has a length of 513. Maximum allowed is 132. (max-len)
(#152) A space is required after ','. (comma-spacing)
(#152) Requires a space after '{'. (block-spacing)
(#152) Statement inside of curly braces should be on next line. (brace-style)
(#152) Missing space before opening brace. (space-before-blocks)
(#152) Operator '?' must be spaced. (space-infix-ops)
(#152) Operator ':' must be spaced. (space-infix-ops)
(#152) Requires a space before '}'. (block-spacing)
(#152) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#152) Missing semicolon. (semi)
(#152) Requires a space before '}'. (block-spacing)
(#152) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#152) Missing semicolon. (semi)
(#152) A space is required after ','. (comma-spacing)
(#152) Missing space before value for key '_destroy'. (key-spacing)
(#152) Requires a space after '{'. (block-spacing)
(#152) Statement inside of curly braces should be on next line. (brace-style)
(#152) Missing space before opening brace. (space-before-blocks)
(#152) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#152) Missing whitespace after semicolon. (semi-spacing)
(#152) Missing whitespace after semicolon. (semi-spacing)
(#152) Expected space(s) after "for". (keyword-spacing)
(#152) Operator '=' must be spaced. (space-infix-ops)
(#152) Operator '-' must be spaced. (space-infix-ops)
(#152) Missing whitespace after semicolon. (semi-spacing)
(#152) Operator '<=' must be spaced. (space-infix-ops)
(#152) Missing whitespace after semicolon. (semi-spacing)
(#152) Expected { after 'for' condition. (curly)
(#152) Expected space(s) before "this". (keyword-spacing)
(#152) Operator '+' must be spaced. (space-infix-ops)
(#152) Missing whitespace after semicolon. (semi-spacing)
(#152) Requires a space before '}'. (block-spacing)
(#152) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#152) Missing semicolon. (semi)
(#152) A space is required after ','. (comma-spacing)
(#152) Missing space before value for key '_mouseCapture'. (key-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) Requires a space after '{'. (block-spacing)
(#152) Statement inside of curly braces should be on next line. (brace-style)
(#152) Missing space before opening brace. (space-before-blocks)
(#152) Operator '=' must be spaced. (space-infix-ops)
(#152) A space is required after ','. (comma-spacing)
(#152) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#152) Operator '=' must be spaced. (space-infix-ops)
(#152) A space is required after ','. (comma-spacing)
(#152) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#152) Operator '=' must be spaced. (space-infix-ops)
(#152) Missing whitespace after semicolon. (semi-spacing)
(#152) Expected space(s) after "if". (keyword-spacing)
(#152) Operator '||' must be spaced. (space-infix-ops)
(#152) Operator '||' must be spaced. (space-infix-ops)
(#153) This line has a length of 508. Maximum allowed is 132. (max-len)
(#153) Operator '===' must be spaced. (space-infix-ops)
(#153) Expected { after 'if' condition. (curly)
(#153) Expected space(s) before "return". (keyword-spacing)
(#153) Expected space(s) after "return". (keyword-spacing)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#153) Expected to return a value at the end of function. (consistent-return)
(#153) Requires a space after '{'. (block-spacing)
(#153) Statement inside of curly braces should be on next line. (brace-style)
(#153) Missing space before opening brace. (space-before-blocks)
(#153) Expected space(s) after "if". (keyword-spacing)
(#153) A space is required after ','. (comma-spacing)
(#153) Operator '+' must be spaced. (space-infix-ops)
(#153) Operator '===' must be spaced. (space-infix-ops)
(#153) Expected { after 'if' condition. (curly)
(#153) Expected space(s) before "return". (keyword-spacing)
(#153) Return statement should not contain assignment. (no-return-assign)
(#153) Operator '=' must be spaced. (space-infix-ops)
(#153) Unexpected use of comma operator. (no-sequences)
(#153) A space is required after ','. (comma-spacing)
(#153) Requires a space before '}'. (block-spacing)
(#153) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#153) Missing semicolon. (semi)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#153) A space is required after ','. (comma-spacing)
(#153) Operator '+' must be spaced. (space-infix-ops)
(#153) Operator '===' must be spaced. (space-infix-ops)
(#153) Operator '&&' must be spaced. (space-infix-ops)
(#153) Operator '=' must be spaced. (space-infix-ops)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Expected space(s) after "if". (keyword-spacing)
(#153) Operator '||' must be spaced. (space-infix-ops)
(#153) Operator '&&' must be spaced. (space-infix-ops)
(#153) Operator '&&' must be spaced. (space-infix-ops)
(#153) A space is required after ','. (comma-spacing)
(#153) Requires a space after '{'. (block-spacing)
(#153) Statement inside of curly braces should be on next line. (brace-style)
(#153) Missing space before opening brace. (space-before-blocks)
(#153) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#153) Operator '===' must be spaced. (space-infix-ops)
(#153) Operator '&&' must be spaced. (space-infix-ops)
(#153) Operator '=' must be spaced. (space-infix-ops)
(#153) Requires a space before '}'. (block-spacing)
(#153) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#153) Missing semicolon. (semi)
(#153) A space is required after ','. (comma-spacing)
(#153) Expected { after 'if' condition. (curly)
(#153) Expected space(s) before "return". (keyword-spacing)
(#153) Expected space(s) after "return". (keyword-spacing)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Operator '=' must be spaced. (space-infix-ops)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Expected space(s) after "return". (keyword-spacing)
(#153) Requires a space before '}'. (block-spacing)
(#153) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#153) Missing semicolon. (semi)
(#153) A space is required after ','. (comma-spacing)
(#153) Missing space before value for key '_mouseStart'. (key-spacing)
(#153) A space is required after ','. (comma-spacing)
(#153) A space is required after ','. (comma-spacing)
(#153) Requires a space after '{'. (block-spacing)
(#153) Statement inside of curly braces should be on next line. (brace-style)
(#153) Missing space before opening brace. (space-before-blocks)
(#153) Operator '=' must be spaced. (space-infix-ops)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Operator '=' must be spaced. (space-infix-ops)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#154) This line has a length of 522. Maximum allowed is 132. (max-len)
(#154) Operator '=' must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Operator '=' must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Operator '=' must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Operator '=' must be spaced. (space-infix-ops)
(#154) Missing space before value for key 'top'. (key-spacing)
(#154) Operator '-' must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'left'. (key-spacing)
(#154) Operator '-' must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'click'. (key-spacing)
(#154) Missing space before value for key 'left'. (key-spacing)
(#154) Operator '-' must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'top'. (key-spacing)
(#154) Operator '-' must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'parent'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'relative'. (key-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Operator '=' must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Operator '=' must be spaced. (space-infix-ops)
(#155) This line has a length of 515. Maximum allowed is 132. (max-len)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) Operator '=' must be spaced. (space-infix-ops)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#155) Operator '=' must be spaced. (space-infix-ops)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#155) Operator '&&' must be spaced. (space-infix-ops)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) Operator '=' must be spaced. (space-infix-ops)
(#155) Missing space before value for key 'prev'. (key-spacing)
(#155) A space is required after ','. (comma-spacing)
(#155) Missing space before value for key 'parent'. (key-spacing)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#155) Operator '!==' must be spaced. (space-infix-ops)
(#155) Operator '&&' must be spaced. (space-infix-ops)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#155) Operator '&&' must be spaced. (space-infix-ops)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) Expected space(s) after "if". (keyword-spacing)
(#155) Operator '&&' must be spaced. (space-infix-ops)
(#155) Operator '!==' must be spaced. (space-infix-ops)
(#155) Requires a space after '{'. (block-spacing)
(#155) Statement inside of curly braces should be on next line. (brace-style)
(#155) Missing space before opening brace. (space-before-blocks)
(#155) Operator '=' must be spaced. (space-infix-ops)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) Operator '=' must be spaced. (space-infix-ops)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) A space is required after ','. (comma-spacing)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) Operator '=' must be spaced. (space-infix-ops)
(#155) Operator '+' must be spaced. (space-infix-ops)
(#156) This line has a length of 528. Maximum allowed is 132. (max-len)
(#156) Operator '+' must be spaced. (space-infix-ops)
(#156) Requires a space before '}'. (block-spacing)
(#156) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#156) Missing semicolon. (semi)
(#156) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#156) Operator '&&' must be spaced. (space-infix-ops)
(#156) Operator '&&' must be spaced. (space-infix-ops)
(#156) Operator '=' must be spaced. (space-infix-ops)
(#156) A space is required after ','. (comma-spacing)
(#156) A space is required after ','. (comma-spacing)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#156) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#156) Operator '&&' must be spaced. (space-infix-ops)
(#156) Operator '&&' must be spaced. (space-infix-ops)
(#156) Operator '=' must be spaced. (space-infix-ops)
(#156) A space is required after ','. (comma-spacing)
(#156) A space is required after ','. (comma-spacing)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#156) Operator '!==' must be spaced. (space-infix-ops)
(#156) Operator '&&' must be spaced. (space-infix-ops)
(#156) Operator '!==' must be spaced. (space-infix-ops)
(#156) Operator '&&' must be spaced. (space-infix-ops)
(#156) Operator '=' must be spaced. (space-infix-ops)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) A space is required after ','. (comma-spacing)
(#156) A space is required after ','. (comma-spacing)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#156) Operator '||' must be spaced. (space-infix-ops)
(#157) This line has a length of 508. Maximum allowed is 132. (max-len)
(#157) Expected space(s) after "if". (keyword-spacing)
(#157) Expected { after 'if' condition. (curly)
(#157) Expected space(s) before "for". (keyword-spacing)
(#157) Expected space(s) after "for". (keyword-spacing)
(#157) Operator '=' must be spaced. (space-infix-ops)
(#157) Operator '-' must be spaced. (space-infix-ops)
(#157) Missing whitespace after semicolon. (semi-spacing)
(#157) Operator '<=' must be spaced. (space-infix-ops)
(#157) Missing whitespace after semicolon. (semi-spacing)
(#157) Expected { after 'for' condition. (curly)
(#157) Expected space(s) before "this". (keyword-spacing)
(#157) A space is required after ','. (comma-spacing)
(#157) A space is required after ','. (comma-spacing)
(#157) Missing whitespace after semicolon. (semi-spacing)
(#157) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#157) Operator '&&' must be spaced. (space-infix-ops)
(#157) Operator '=' must be spaced. (space-infix-ops)
(#157) Missing whitespace after semicolon. (semi-spacing)
(#157) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#157) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#157) Operator '&&' must be spaced. (space-infix-ops)
(#157) Operator '&&' must be spaced. (space-infix-ops)
(#157) A space is required after ','. (comma-spacing)
(#157) Missing whitespace after semicolon. (semi-spacing)
(#157) Operator '=' must be spaced. (space-infix-ops)
(#157) Missing whitespace after semicolon. (semi-spacing)
(#157) Missing whitespace after semicolon. (semi-spacing)
(#157) Missing whitespace after semicolon. (semi-spacing)
(#157) Expected space(s) after "return". (keyword-spacing)
(#157) Requires a space before '}'. (block-spacing)
(#157) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#157) Missing semicolon. (semi)
(#157) A space is required after ','. (comma-spacing)
(#157) Missing space before value for key '_mouseDrag'. (key-spacing)
(#157) Method '_mouseDrag' has a complexity of 33. Maximum allowed is 20. (complexity)
(#157) Requires a space after '{'. (block-spacing)
(#157) Statement inside of curly braces should be on next line. (brace-style)
(#157) Missing space before opening brace. (space-before-blocks)
(#157) Missing whitespace after semicolon. (semi-spacing)
(#157) Operator '=' must be spaced. (space-infix-ops)
(#157) Missing whitespace after semicolon. (semi-spacing)
(#157) Operator '=' must be spaced. (space-infix-ops)
(#157) Missing whitespace after semicolon. (semi-spacing)
(#157) Operator '=' must be spaced. (space-infix-ops)
(#157) Missing whitespace after semicolon. (semi-spacing)
(#157) Operator '=' must be spaced. (space-infix-ops)
(#157) Missing whitespace after semicolon. (semi-spacing)
(#157) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#157) Operator '||' must be spaced. (space-infix-ops)
(#157) Operator '=' must be spaced. (space-infix-ops)
(#158) This line has a length of 503. Maximum allowed is 132. (max-len)
(#158) Missing whitespace after semicolon. (semi-spacing)
(#158) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#158) Operator '&&' must be spaced. (space-infix-ops)
(#158) Operator '!==' must be spaced. (space-infix-ops)
(#158) Operator '&&' must be spaced. (space-infix-ops)
(#158) Operator '!==' must be spaced. (space-infix-ops)
(#158) Operator '?' must be spaced. (space-infix-ops)
(#158) Operator '+' must be spaced. (space-infix-ops)
(#158) Operator '-' must be spaced. (space-infix-ops)
(#158) Operator '<' must be spaced. (space-infix-ops)
(#158) Operator '?' must be spaced. (space-infix-ops)
(#158) Operator '=' must be spaced. (space-infix-ops)
(#158) Operator '=' must be spaced. (space-infix-ops)
(#158) Operator '+' must be spaced. (space-infix-ops)
(#158) Operator ':' must be spaced. (space-infix-ops)
(#158) Operator '-' must be spaced. (space-infix-ops)
(#158) Operator '<' must be spaced. (space-infix-ops)
(#158) Operator '&&' must be spaced. (space-infix-ops)
(#158) Operator '=' must be spaced. (space-infix-ops)
(#158) Operator '=' must be spaced. (space-infix-ops)
(#158) Operator '-' must be spaced. (space-infix-ops)
(#158) A space is required after ','. (comma-spacing)
(#158) Operator '+' must be spaced. (space-infix-ops)
(#158) Operator '-' must be spaced. (space-infix-ops)
(#158) Operator '<' must be spaced. (space-infix-ops)
(#158) Operator '?' must be spaced. (space-infix-ops)
(#159) This line has a length of 521. Maximum allowed is 132. (max-len)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Operator '+' must be spaced. (space-infix-ops)
(#159) Operator ':' must be spaced. (space-infix-ops)
(#159) Operator '-' must be spaced. (space-infix-ops)
(#159) Operator '<' must be spaced. (space-infix-ops)
(#159) Operator '&&' must be spaced. (space-infix-ops)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Operator '-' must be spaced. (space-infix-ops)
(#159) Operator ':' must be spaced. (space-infix-ops)
(#159) Operator '-' must be spaced. (space-infix-ops)
(#159) Operator '<' must be spaced. (space-infix-ops)
(#159) Operator '?' must be spaced. (space-infix-ops)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Operator '-' must be spaced. (space-infix-ops)
(#159) Operator ':' must be spaced. (space-infix-ops)
(#159) Operator '-' must be spaced. (space-infix-ops)
(#159) Operator '-' must be spaced. (space-infix-ops)
(#159) Operator '<' must be spaced. (space-infix-ops)
(#159) Operator '&&' must be spaced. (space-infix-ops)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Operator '+' must be spaced. (space-infix-ops)
(#159) A space is required after ','. (comma-spacing)
(#159) Operator '-' must be spaced. (space-infix-ops)
(#159) Operator '<' must be spaced. (space-infix-ops)
(#160) This line has a length of 513. Maximum allowed is 132. (max-len)
(#160) Operator '?' must be spaced. (space-infix-ops)
(#160) Operator '=' must be spaced. (space-infix-ops)
(#160) Operator '-' must be spaced. (space-infix-ops)
(#160) Operator ':' must be spaced. (space-infix-ops)
(#160) Operator '-' must be spaced. (space-infix-ops)
(#160) Operator '-' must be spaced. (space-infix-ops)
(#160) Operator '<' must be spaced. (space-infix-ops)
(#160) Operator '&&' must be spaced. (space-infix-ops)
(#160) Operator '=' must be spaced. (space-infix-ops)
(#160) Operator '+' must be spaced. (space-infix-ops)
(#160) A space is required after ','. (comma-spacing)
(#160) Operator '!==' must be spaced. (space-infix-ops)
(#160) Operator '&&' must be spaced. (space-infix-ops)
(#160) Operator '&&' must be spaced. (space-infix-ops)
(#160) Operator '&&' must be spaced. (space-infix-ops)
(#160) A space is required after ','. (comma-spacing)
(#160) Missing whitespace after semicolon. (semi-spacing)
(#160) Operator '=' must be spaced. (space-infix-ops)
(#160) Missing whitespace after semicolon. (semi-spacing)
(#160) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#160) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#160) Operator '&&' must be spaced. (space-infix-ops)
(#160) Operator '===' must be spaced. (space-infix-ops)
(#160) Operator '||' must be spaced. (space-infix-ops)
(#160) Operator '=' must be spaced. (space-infix-ops)
(#160) Operator '+' must be spaced. (space-infix-ops)
(#160) Missing whitespace after semicolon. (semi-spacing)
(#160) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#160) Operator '&&' must be spaced. (space-infix-ops)
(#160) Operator '===' must be spaced. (space-infix-ops)
(#160) Operator '||' must be spaced. (space-infix-ops)
(#161) This line has a length of 506. Maximum allowed is 132. (max-len)
(#161) Operator '=' must be spaced. (space-infix-ops)
(#161) Operator '+' must be spaced. (space-infix-ops)
(#161) Missing whitespace after semicolon. (semi-spacing)
(#161) Expected space(s) after "for". (keyword-spacing)
(#161) Operator '=' must be spaced. (space-infix-ops)
(#161) Operator '-' must be spaced. (space-infix-ops)
(#161) Missing whitespace after semicolon. (semi-spacing)
(#161) Operator '<=' must be spaced. (space-infix-ops)
(#161) Missing whitespace after semicolon. (semi-spacing)
(#161) Requires a space after '{'. (block-spacing)
(#161) Statement inside of curly braces should be on next line. (brace-style)
(#161) Missing space before opening brace. (space-before-blocks)
(#161) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#161) Operator '=' must be spaced. (space-infix-ops)
(#161) Missing whitespace after semicolon. (semi-spacing)
(#161) Operator '=' must be spaced. (space-infix-ops)
(#161) Missing whitespace after semicolon. (semi-spacing)
(#161) Expected space(s) after "if". (keyword-spacing)
(#161) Operator '=' must be spaced. (space-infix-ops)
(#161) Operator '&&' must be spaced. (space-infix-ops)
(#161) Operator '===' must be spaced. (space-infix-ops)
(#161) Operator '&&' must be spaced. (space-infix-ops)
(#161) Operator '!==' must be spaced. (space-infix-ops)
(#161) Operator '&&' must be spaced. (space-infix-ops)
(#161) Operator '===' must be spaced. (space-infix-ops)
(#161) Operator '?' must be spaced. (space-infix-ops)
(#161) Operator ':' must be spaced. (space-infix-ops)
(#161) Operator '!==' must be spaced. (space-infix-ops)
(#161) Operator '&&' must be spaced. (space-infix-ops)
(#161) A space is required after ','. (comma-spacing)
(#161) Operator '&&' must be spaced. (space-infix-ops)
(#161) Operator '===' must be spaced. (space-infix-ops)
(#161) Operator '?' must be spaced. (space-infix-ops)
(#161) A space is required after ','. (comma-spacing)
(#161) Operator ':' must be spaced. (space-infix-ops)
(#161) Requires a space after '{'. (block-spacing)
(#161) Statement inside of curly braces should be on next line. (brace-style)
(#161) Missing space before opening brace. (space-before-blocks)
(#161) Operator '=' must be spaced. (space-infix-ops)
(#161) Operator '===' must be spaced. (space-infix-ops)
(#161) Operator '?' must be spaced. (space-infix-ops)
(#161) Operator ':' must be spaced. (space-infix-ops)
(#161) Missing whitespace after semicolon. (semi-spacing)
(#161) Expected space(s) after "if". (keyword-spacing)
(#161) Operator '===' must be spaced. (space-infix-ops)
(#161) Operator '||' must be spaced. (space-infix-ops)
(#161) Expected { after 'if' condition. (curly)
(#161) Expected space(s) before "this". (keyword-spacing)
(#161) A space is required after ','. (comma-spacing)
(#161) Missing whitespace after semicolon. (semi-spacing)
(#161) Expected { after 'else'. (curly)
(#162) This line has a length of 517. Maximum allowed is 132. (max-len)
(#162) A space is required after ','. (comma-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) Requires a space before '}'. (block-spacing)
(#162) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#162) Missing semicolon. (semi)
(#162) Requires a space before '}'. (block-spacing)
(#162) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#162) Expected space(s) before "this". (keyword-spacing)
(#162) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#162) Operator '&&' must be spaced. (space-infix-ops)
(#162) A space is required after ','. (comma-spacing)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) Operator '=' must be spaced. (space-infix-ops)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) Expected space(s) after "return". (keyword-spacing)
(#162) Requires a space before '}'. (block-spacing)
(#162) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#162) Missing semicolon. (semi)
(#162) A space is required after ','. (comma-spacing)
(#162) Missing space before value for key '_mouseStop'. (key-spacing)
(#162) Expected to return a value at the end of method '_mouseStop'. (consistent-return)
(#162) A space is required after ','. (comma-spacing)
(#162) Requires a space after '{'. (block-spacing)
(#162) Statement inside of curly braces should be on next line. (brace-style)
(#162) Missing space before opening brace. (space-before-blocks)
(#162) Expected space(s) after "if". (keyword-spacing)
(#162) Requires a space after '{'. (block-spacing)
(#162) Statement inside of curly braces should be on next line. (brace-style)
(#162) Missing space before opening brace. (space-before-blocks)
(#162) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#162) Operator '&&' must be spaced. (space-infix-ops)
(#162) Operator '&&' must be spaced. (space-infix-ops)
(#162) A space is required after ','. (comma-spacing)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) Expected space(s) after "if". (keyword-spacing)
(#162) Requires a space after '{'. (block-spacing)
(#162) Statement inside of curly braces should be on next line. (brace-style)
(#162) Missing space before opening brace. (space-before-blocks)
(#162) Operator '=' must be spaced. (space-infix-ops)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) Operator '=' must be spaced. (space-infix-ops)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) Operator '=' must be spaced. (space-infix-ops)
(#162) A space is required after ','. (comma-spacing)
(#162) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#162) Operator '=' must be spaced. (space-infix-ops)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#162) Operator '&&' must be spaced. (space-infix-ops)
(#162) Operator '!==' must be spaced. (space-infix-ops)
(#162) Operator '||' must be spaced. (space-infix-ops)
(#162) Operator '=' must be spaced. (space-infix-ops)
(#162) Operator '-' must be spaced. (space-infix-ops)
(#162) Operator '-' must be spaced. (space-infix-ops)
(#162) Operator '+' must be spaced. (space-infix-ops)
(#162) Operator '===' must be spaced. (space-infix-ops)
(#162) Operator '?' must be spaced. (space-infix-ops)
(#163) This line has a length of 515. Maximum allowed is 132. (max-len)
(#163) Operator ':' must be spaced. (space-infix-ops)
(#163) Missing whitespace after semicolon. (semi-spacing)
(#163) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#163) Operator '&&' must be spaced. (space-infix-ops)
(#163) Operator '!==' must be spaced. (space-infix-ops)
(#163) Operator '||' must be spaced. (space-infix-ops)
(#163) Operator '=' must be spaced. (space-infix-ops)
(#163) Operator '-' must be spaced. (space-infix-ops)
(#163) Operator '-' must be spaced. (space-infix-ops)
(#163) Operator '+' must be spaced. (space-infix-ops)
(#163) Operator '===' must be spaced. (space-infix-ops)
(#163) Operator '?' must be spaced. (space-infix-ops)
(#163) Operator ':' must be spaced. (space-infix-ops)
(#163) Missing whitespace after semicolon. (semi-spacing)
(#163) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#163) Operator '=' must be spaced. (space-infix-ops)
(#163) Missing whitespace after semicolon. (semi-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) Operator '||' must be spaced. (space-infix-ops)
(#163) A space is required after ','. (comma-spacing)
(#163) Requires a space after '{'. (block-spacing)
(#163) Statement inside of curly braces should be on next line. (brace-style)
(#163) Missing space before opening brace. (space-before-blocks)
(#163) Requires a space before '}'. (block-spacing)
(#163) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#163) Missing semicolon. (semi)
(#163) Requires a space before '}'. (block-spacing)
(#163) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#163) Missing semicolon. (semi)
(#163) Expected space(s) before "else". (keyword-spacing)
(#163) Expected { after 'else'. (curly)
(#163) A space is required after ','. (comma-spacing)
(#163) Missing whitespace after semicolon. (semi-spacing)
(#163) Expected space(s) after "return". (keyword-spacing)
(#163) Requires a space before '}'. (block-spacing)
(#163) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#163) Missing semicolon. (semi)
(#163) Requires a space before '}'. (block-spacing)
(#163) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#163) A space is required after ','. (comma-spacing)
(#163) Missing space before value for key 'cancel'. (key-spacing)
(#163) Requires a space after '{'. (block-spacing)
(#163) Statement inside of curly braces should be on next line. (brace-style)
(#163) Missing space before opening brace. (space-before-blocks)
(#163) Expected space(s) after "if". (keyword-spacing)
(#163) Requires a space after '{'. (block-spacing)
(#163) Statement inside of curly braces should be on next line. (brace-style)
(#163) Missing space before opening brace. (space-before-blocks)
(#163) Missing space before value for key 'target'. (key-spacing)
(#163) Missing whitespace after semicolon. (semi-spacing)
(#163) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#163) Operator '===' must be spaced. (space-infix-ops)
(#163) Operator '?' must be spaced. (space-infix-ops)
(#163) Operator ':' must be spaced. (space-infix-ops)
(#164) This line has a length of 501. Maximum allowed is 132. (max-len)
(#164) Expected space(s) after "for". (keyword-spacing)
(#164) Operator '=' must be spaced. (space-infix-ops)
(#164) Operator '-' must be spaced. (space-infix-ops)
(#164) Missing whitespace after semicolon. (semi-spacing)
(#164) Operator '<=' must be spaced. (space-infix-ops)
(#164) Missing whitespace after semicolon. (semi-spacing)
(#164) Expected { after 'for' condition. (curly)
(#164) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#164) Expected space(s) before "this". (keyword-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) Unexpected use of comma operator. (no-sequences)
(#164) A space is required after ','. (comma-spacing)
(#164) Operator '&&' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) Operator '=' must be spaced. (space-infix-ops)
(#164) Requires a space before '}'. (block-spacing)
(#164) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#164) Missing semicolon. (semi)
(#164) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#164) Expected space(s) before "this". (keyword-spacing)
(#164) Operator '&&' must be spaced. (space-infix-ops)
(#164) Operator '&&' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) Operator '!==' must be spaced. (space-infix-ops)
(#164) Operator '&&' must be spaced. (space-infix-ops)
(#164) Operator '&&' must be spaced. (space-infix-ops)
(#164) Operator '&&' must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) Missing space before value for key 'helper'. (key-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) Missing space before value for key 'dragging'. (key-spacing)
(#165) This line has a length of 512. Maximum allowed is 132. (max-len)
(#165) Missing space before value for key 'reverting'. (key-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) Missing space before value for key '_noFinalSort'. (key-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) Operator '?' must be spaced. (space-infix-ops)
(#165) Operator ':' must be spaced. (space-infix-ops)
(#165) Missing whitespace after semicolon. (semi-spacing)
(#165) Requires a space before '}'. (block-spacing)
(#165) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#165) Missing semicolon. (semi)
(#165) A space is required after ','. (comma-spacing)
(#165) Missing space before value for key 'serialize'. (key-spacing)
(#165) Requires a space after '{'. (block-spacing)
(#165) Statement inside of curly braces should be on next line. (brace-style)
(#165) Missing space before opening brace. (space-before-blocks)
(#165) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#165) Operator '=' must be spaced. (space-infix-ops)
(#165) Operator '&&' must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#165) Operator '=' must be spaced. (space-infix-ops)
(#165) Missing whitespace after semicolon. (semi-spacing)
(#165) Operator '=' must be spaced. (space-infix-ops)
(#165) Operator '||' must be spaced. (space-infix-ops)
(#165) Missing whitespace after semicolon. (semi-spacing)
(#165) Requires a space after '{'. (block-spacing)
(#165) Statement inside of curly braces should be on next line. (brace-style)
(#165) Missing space before opening brace. (space-before-blocks)
(#165) Operator '=' must be spaced. (space-infix-ops)
(#165) Operator '||' must be spaced. (space-infix-ops)
(#165) Operator '||' must be spaced. (space-infix-ops)
(#165) Operator '||' must be spaced. (space-infix-ops)
(#165) Operator '||' must be spaced. (space-infix-ops)
(#165) Unnecessary escape character: \-. (no-useless-escape)
(#165) Missing whitespace after semicolon. (semi-spacing)
(#165) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#165) Operator '&&' must be spaced. (space-infix-ops)
(#165) Operator '||' must be spaced. (space-infix-ops)
(#165) Operator '+' must be spaced. (space-infix-ops)
(#165) Operator '+' must be spaced. (space-infix-ops)
(#165) Operator '+' must be spaced. (space-infix-ops)
(#165) Operator '&&' must be spaced. (space-infix-ops)
(#165) Operator '?' must be spaced. (space-infix-ops)
(#165) Operator ':' must be spaced. (space-infix-ops)
(#165) Requires a space before '}'. (block-spacing)
(#165) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#165) Missing semicolon. (semi)
(#165) Missing whitespace after semicolon. (semi-spacing)
(#165) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#165) Operator '&&' must be spaced. (space-infix-ops)
(#165) Operator '&&' must be spaced. (space-infix-ops)
(#165) Operator '+' must be spaced. (space-infix-ops)
(#165) Missing whitespace after semicolon. (semi-spacing)
(#165) Requires a space before '}'. (block-spacing)
(#165) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#165) Missing semicolon. (semi)
(#165) A space is required after ','. (comma-spacing)
(#165) Missing space before value for key 'toArray'. (key-spacing)
(#165) Requires a space after '{'. (block-spacing)
(#165) Statement inside of curly braces should be on next line. (brace-style)
(#165) Missing space before opening brace. (space-before-blocks)
(#165) Operator '=' must be spaced. (space-infix-ops)
(#166) This line has a length of 533. Maximum allowed is 132. (max-len)
(#166) Operator '&&' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) Operator '||' must be spaced. (space-infix-ops)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#166) Requires a space after '{'. (block-spacing)
(#166) Statement inside of curly braces should be on next line. (brace-style)
(#166) Missing space before opening brace. (space-before-blocks)
(#166) Operator '||' must be spaced. (space-infix-ops)
(#166) Operator '||' must be spaced. (space-infix-ops)
(#166) Operator '||' must be spaced. (space-infix-ops)
(#166) Requires a space before '}'. (block-spacing)
(#166) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#166) Missing semicolon. (semi)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Requires a space before '}'. (block-spacing)
(#166) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#166) Missing semicolon. (semi)
(#166) A space is required after ','. (comma-spacing)
(#166) Missing space before value for key '_intersectsWith'. (key-spacing)
(#166) Requires a space after '{'. (block-spacing)
(#166) Statement inside of curly braces should be on next line. (brace-style)
(#166) Missing space before opening brace. (space-before-blocks)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) Operator '+' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) Operator '+' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) Operator '+' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) Operator '+' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) Operator '===' must be spaced. (space-infix-ops)
(#166) Operator '||' must be spaced. (space-infix-ops)
(#166) Operator '+' must be spaced. (space-infix-ops)
(#166) Operator '>' must be spaced. (space-infix-ops)
(#166) Operator '&&' must be spaced. (space-infix-ops)
(#166) Operator '+' must be spaced. (space-infix-ops)
(#166) Operator '<' must be spaced. (space-infix-ops)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#166) Operator '===' must be spaced. (space-infix-ops)
(#166) Operator '||' must be spaced. (space-infix-ops)
(#166) Operator '+' must be spaced. (space-infix-ops)
(#166) Operator '>' must be spaced. (space-infix-ops)
(#166) Operator '&&' must be spaced. (space-infix-ops)
(#166) Operator '+' must be spaced. (space-infix-ops)
(#166) Operator '<' must be spaced. (space-infix-ops)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Expected space(s) after "return". (keyword-spacing)
(#166) Operator '===' must be spaced. (space-infix-ops)
(#166) Operator '||' must be spaced. (space-infix-ops)
(#166) Operator '||' must be spaced. (space-infix-ops)
(#167) This line has a length of 507. Maximum allowed is 132. (max-len)
(#167) Operator '!==' must be spaced. (space-infix-ops)
(#167) Operator '&&' must be spaced. (space-infix-ops)
(#167) Operator '?' must be spaced. (space-infix-ops)
(#167) Operator ':' must be spaced. (space-infix-ops)
(#167) Operator '>' must be spaced. (space-infix-ops)
(#167) Operator '?' must be spaced. (space-infix-ops)
(#167) Operator ':' must be spaced. (space-infix-ops)
(#167) Operator '?' must be spaced. (space-infix-ops)
(#167) Operator '&&' must be spaced. (space-infix-ops)
(#167) Operator ':' must be spaced. (space-infix-ops)
(#167) Operator '<' must be spaced. (space-infix-ops)
(#167) Operator '+' must be spaced. (space-infix-ops)
(#167) Operator '/' must be spaced. (space-infix-ops)
(#167) Operator '&&' must be spaced. (space-infix-ops)
(#167) Operator '-' must be spaced. (space-infix-ops)
(#167) Operator '/' must be spaced. (space-infix-ops)
(#167) Operator '<' must be spaced. (space-infix-ops)
(#167) Operator '&&' must be spaced. (space-infix-ops)
(#167) Operator '<' must be spaced. (space-infix-ops)
(#167) Operator '+' must be spaced. (space-infix-ops)
(#167) Operator '/' must be spaced. (space-infix-ops)
(#167) Operator '&&' must be spaced. (space-infix-ops)
(#167) Operator '-' must be spaced. (space-infix-ops)
(#167) Operator '/' must be spaced. (space-infix-ops)
(#167) Operator '<' must be spaced. (space-infix-ops)
(#167) Requires a space before '}'. (block-spacing)
(#167) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#167) Missing semicolon. (semi)
(#167) A space is required after ','. (comma-spacing)
(#167) Missing space before value for key '_intersectsWithPointer'. (key-spacing)
(#167) Requires a space after '{'. (block-spacing)
(#167) Statement inside of curly braces should be on next line. (brace-style)
(#167) Missing space before opening brace. (space-before-blocks)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) Operator '===' must be spaced. (space-infix-ops)
(#167) Operator '||' must be spaced. (space-infix-ops)
(#167) Operator '+' must be spaced. (space-infix-ops)
(#167) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) Operator '===' must be spaced. (space-infix-ops)
(#167) Operator '||' must be spaced. (space-infix-ops)
(#167) Operator '+' must be spaced. (space-infix-ops)
(#168) This line has a length of 503. Maximum allowed is 132. (max-len)
(#168) A space is required after ','. (comma-spacing)
(#168) Missing whitespace after semicolon. (semi-spacing)
(#168) Operator '=' must be spaced. (space-infix-ops)
(#168) Operator '&&' must be spaced. (space-infix-ops)
(#168) Missing whitespace after semicolon. (semi-spacing)
(#168) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#168) Operator '=' must be spaced. (space-infix-ops)
(#168) Missing whitespace after semicolon. (semi-spacing)
(#168) Operator '=' must be spaced. (space-infix-ops)
(#168) Missing whitespace after semicolon. (semi-spacing)
(#168) Do not nest ternary expressions. (no-nested-ternary)
(#168) Operator '?' must be spaced. (space-infix-ops)
(#168) Do not nest ternary expressions. (no-nested-ternary)
(#168) Operator '?' must be spaced. (space-infix-ops)
(#168) Operator '&&' must be spaced. (space-infix-ops)
(#168) Operator '===' must be spaced. (space-infix-ops)
(#168) Operator '||' must be spaced. (space-infix-ops)
(#168) Operator '===' must be spaced. (space-infix-ops)
(#168) Operator '?' must be spaced. (space-infix-ops)
(#168) Operator ':' must be spaced. (space-infix-ops)
(#168) Operator ':' must be spaced. (space-infix-ops)
(#168) Operator '&&' must be spaced. (space-infix-ops)
(#168) Operator '===' must be spaced. (space-infix-ops)
(#168) Operator '?' must be spaced. (space-infix-ops)
(#168) Operator ':' must be spaced. (space-infix-ops)
(#168) Operator ':' must be spaced. (space-infix-ops)
(#168) Requires a space before '}'. (block-spacing)
(#168) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#168) Missing semicolon. (semi)
(#168) A space is required after ','. (comma-spacing)
(#168) Missing space before value for key '_intersectsWithSides'. (key-spacing)
(#168) Requires a space after '{'. (block-spacing)
(#168) Statement inside of curly braces should be on next line. (brace-style)
(#168) Missing space before opening brace. (space-before-blocks)
(#168) Operator '=' must be spaced. (space-infix-ops)
(#168) Operator '+' must be spaced. (space-infix-ops)
(#168) A space is required after ','. (comma-spacing)
(#168) Operator '+' must be spaced. (space-infix-ops)
(#168) Operator '/' must be spaced. (space-infix-ops)
(#168) A space is required after ','. (comma-spacing)
(#168) Missing whitespace after semicolon. (semi-spacing)
(#168) Operator '=' must be spaced. (space-infix-ops)
(#168) Operator '+' must be spaced. (space-infix-ops)
(#168) A space is required after ','. (comma-spacing)
(#168) Operator '+' must be spaced. (space-infix-ops)
(#168) Operator '/' must be spaced. (space-infix-ops)
(#168) A space is required after ','. (comma-spacing)
(#168) Missing whitespace after semicolon. (semi-spacing)
(#168) Operator '=' must be spaced. (space-infix-ops)
(#168) A space is required after ','. (comma-spacing)
(#168) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#168) Operator '=' must be spaced. (space-infix-ops)
(#168) Missing whitespace after semicolon. (semi-spacing)
(#168) Operator '&&' must be spaced. (space-infix-ops)
(#168) Operator '?' must be spaced. (space-infix-ops)
(#168) Operator '===' must be spaced. (space-infix-ops)
(#169) This line has a length of 513. Maximum allowed is 132. (max-len)
(#169) Operator '&&' must be spaced. (space-infix-ops)
(#169) Operator '||' must be spaced. (space-infix-ops)
(#169) Operator '===' must be spaced. (space-infix-ops)
(#169) Operator '&&' must be spaced. (space-infix-ops)
(#169) Operator ':' must be spaced. (space-infix-ops)
(#169) Operator '&&' must be spaced. (space-infix-ops)
(#169) Operator '===' must be spaced. (space-infix-ops)
(#169) Operator '&&' must be spaced. (space-infix-ops)
(#169) Operator '||' must be spaced. (space-infix-ops)
(#169) Operator '===' must be spaced. (space-infix-ops)
(#169) Operator '&&' must be spaced. (space-infix-ops)
(#169) Requires a space before '}'. (block-spacing)
(#169) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#169) Missing semicolon. (semi)
(#169) A space is required after ','. (comma-spacing)
(#169) Missing space before value for key '_getDragVerticalDirection'. (key-spacing)
(#169) Requires a space after '{'. (block-spacing)
(#169) Statement inside of curly braces should be on next line. (brace-style)
(#169) Missing space before opening brace. (space-before-blocks)
(#169) Operator '=' must be spaced. (space-infix-ops)
(#169) Operator '-' must be spaced. (space-infix-ops)
(#169) Missing whitespace after semicolon. (semi-spacing)
(#169) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#169) Operator '!==' must be spaced. (space-infix-ops)
(#169) Operator '&&' must be spaced. (space-infix-ops)
(#169) Operator '<' must be spaced. (space-infix-ops)
(#169) Operator '?' must be spaced. (space-infix-ops)
(#169) Operator ':' must be spaced. (space-infix-ops)
(#169) Requires a space before '}'. (block-spacing)
(#169) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#169) Missing semicolon. (semi)
(#169) A space is required after ','. (comma-spacing)
(#169) Missing space before value for key '_getDragHorizontalDirection'. (key-spacing)
(#169) Requires a space after '{'. (block-spacing)
(#169) Statement inside of curly braces should be on next line. (brace-style)
(#169) Missing space before opening brace. (space-before-blocks)
(#169) Operator '=' must be spaced. (space-infix-ops)
(#169) Operator '-' must be spaced. (space-infix-ops)
(#169) Missing whitespace after semicolon. (semi-spacing)
(#169) Operator '!==' must be spaced. (space-infix-ops)
(#169) Operator '&&' must be spaced. (space-infix-ops)
(#169) Operator '<' must be spaced. (space-infix-ops)
(#169) Operator '?' must be spaced. (space-infix-ops)
(#169) Operator ':' must be spaced. (space-infix-ops)
(#169) Requires a space before '}'. (block-spacing)
(#169) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#169) Missing semicolon. (semi)
(#169) A space is required after ','. (comma-spacing)
(#169) Missing space before value for key 'refresh'. (key-spacing)
(#169) Requires a space after '{'. (block-spacing)
(#169) Statement inside of curly braces should be on next line. (brace-style)
(#169) Missing space before opening brace. (space-before-blocks)
(#169) Missing whitespace after semicolon. (semi-spacing)
(#169) Missing whitespace after semicolon. (semi-spacing)
(#169) Missing whitespace after semicolon. (semi-spacing)
(#169) Requires a space before '}'. (block-spacing)
(#169) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#169) Missing semicolon. (semi)
(#169) A space is required after ','. (comma-spacing)
(#169) Missing space before value for key '_connectWith'. (key-spacing)
(#169) Requires a space after '{'. (block-spacing)
(#169) Statement inside of curly braces should be on next line. (brace-style)
(#169) Missing space before opening brace. (space-before-blocks)
(#169) Operator '=' must be spaced. (space-infix-ops)
(#169) Missing whitespace after semicolon. (semi-spacing)
(#169) Operator '===' must be spaced. (space-infix-ops)
(#169) Operator '?' must be spaced. (space-infix-ops)
(#169) Operator ':' must be spaced. (space-infix-ops)
(#170) This line has a length of 512. Maximum allowed is 132. (max-len)
(#170) Requires a space before '}'. (block-spacing)
(#170) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#170) Missing semicolon. (semi)
(#170) A space is required after ','. (comma-spacing)
(#170) Missing space before value for key '_getItemsAsjQuery'. (key-spacing)
(#170) Requires a space after '{'. (block-spacing)
(#170) Statement inside of curly braces should be on next line. (brace-style)
(#170) Missing space before opening brace. (space-before-blocks)
(#170) Missing JSDoc comment. (require-jsdoc)
(#170) Requires a space after '{'. (block-spacing)
(#170) Statement inside of curly braces should be on next line. (brace-style)
(#170) Missing space before opening brace. (space-before-blocks)
(#170) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#170) Requires a space before '}'. (block-spacing)
(#170) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#170) Missing semicolon. (semi)
(#170) Expected space(s) before "var". (keyword-spacing)
(#170) A space is required after ','. (comma-spacing)
(#170) A space is required after ','. (comma-spacing)
(#170) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#170) Operator '=' must be spaced. (space-infix-ops)
(#170) A space is required after ','. (comma-spacing)
(#170) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#170) Operator '=' must be spaced. (space-infix-ops)
(#170) A space is required after ','. (comma-spacing)
(#170) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#170) Operator '=' must be spaced. (space-infix-ops)
(#170) Missing whitespace after semicolon. (semi-spacing)
(#170) Expected space(s) after "if". (keyword-spacing)
(#170) Operator '&&' must be spaced. (space-infix-ops)
(#170) Expected { after 'if' condition. (curly)
(#170) Expected space(s) before "for". (keyword-spacing)
(#170) Expected space(s) after "for". (keyword-spacing)
(#170) Operator '=' must be spaced. (space-infix-ops)
(#170) Operator '-' must be spaced. (space-infix-ops)
(#170) Missing whitespace after semicolon. (semi-spacing)
(#170) Operator '<=' must be spaced. (space-infix-ops)
(#170) Missing whitespace after semicolon. (semi-spacing)
(#170) Requires a space after '{'. (block-spacing)
(#170) Statement inside of curly braces should be on next line. (brace-style)
(#170) Missing space before opening brace. (space-before-blocks)
(#170) Operator '=' must be spaced. (space-infix-ops)
(#170) A space is required after ','. (comma-spacing)
(#170) Missing whitespace after semicolon. (semi-spacing)
(#170) Expected space(s) after "for". (keyword-spacing)
(#170) Operator '=' must be spaced. (space-infix-ops)
(#170) Operator '-' must be spaced. (space-infix-ops)
(#170) Missing whitespace after semicolon. (semi-spacing)
(#170) Operator '<=' must be spaced. (space-infix-ops)
(#170) Missing whitespace after semicolon. (semi-spacing)
(#170) Expected { after 'for' condition. (curly)
(#170) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#170) Operator '=' must be spaced. (space-infix-ops)
(#170) A space is required after ','. (comma-spacing)
(#170) Operator '&&' must be spaced. (space-infix-ops)
(#170) Operator '!==' must be spaced. (space-infix-ops)
(#170) Operator '&&' must be spaced. (space-infix-ops)
(#170) Operator '&&' must be spaced. (space-infix-ops)
(#170) Operator '?' must be spaced. (space-infix-ops)
(#170) Operator ':' must be spaced. (space-infix-ops)
(#170) A space is required after ','. (comma-spacing)
(#170) A space is required after ','. (comma-spacing)
(#170) Requires a space before '}'. (block-spacing)
(#170) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#170) Missing semicolon. (semi)
(#170) Operator '?' must be spaced. (space-infix-ops)
(#171) This line has a length of 503. Maximum allowed is 132. (max-len)
(#171) A space is required after ','. (comma-spacing)
(#171) Missing space before value for key 'options'. (key-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) Missing space before value for key 'item'. (key-spacing)
(#171) Operator ':' must be spaced. (space-infix-ops)
(#171) A space is required after ','. (comma-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) Missing whitespace after semicolon. (semi-spacing)
(#171) Expected space(s) after "for". (keyword-spacing)
(#171) Operator '=' must be spaced. (space-infix-ops)
(#171) Operator '-' must be spaced. (space-infix-ops)
(#171) Missing whitespace after semicolon. (semi-spacing)
(#171) Operator '<=' must be spaced. (space-infix-ops)
(#171) Missing whitespace after semicolon. (semi-spacing)
(#171) Expected { after 'for' condition. (curly)
(#171) Missing whitespace after semicolon. (semi-spacing)
(#171) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#171) Requires a space before '}'. (block-spacing)
(#171) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#171) Missing semicolon. (semi)
(#171) A space is required after ','. (comma-spacing)
(#171) Missing space before value for key '_removeCurrentsFromItems'. (key-spacing)
(#171) Requires a space after '{'. (block-spacing)
(#171) Statement inside of curly braces should be on next line. (brace-style)
(#171) Missing space before opening brace. (space-before-blocks)
(#171) Operator '=' must be spaced. (space-infix-ops)
(#171) Operator '+' must be spaced. (space-infix-ops)
(#171) Operator '+' must be spaced. (space-infix-ops)
(#171) Missing whitespace after semicolon. (semi-spacing)
(#171) Operator '=' must be spaced. (space-infix-ops)
(#171) A space is required after ','. (comma-spacing)
(#171) Requires a space after '{'. (block-spacing)
(#171) Statement inside of curly braces should be on next line. (brace-style)
(#171) Missing space before opening brace. (space-before-blocks)
(#171) Expected space(s) after "for". (keyword-spacing)
(#171) Operator '=' must be spaced. (space-infix-ops)
(#171) Missing whitespace after semicolon. (semi-spacing)
(#171) Operator '<' must be spaced. (space-infix-ops)
(#171) Missing whitespace after semicolon. (semi-spacing)
(#171) Expected { after 'for' condition. (curly)
(#171) Expected space(s) before "if". (keyword-spacing)
(#171) Expected space(s) after "if". (keyword-spacing)
(#171) Operator '===' must be spaced. (space-infix-ops)
(#171) Expected { after 'if' condition. (curly)
(#171) Expected space(s) before "return". (keyword-spacing)
(#171) Expected space(s) after "return". (keyword-spacing)
(#171) Missing whitespace after semicolon. (semi-spacing)
(#171) Expected space(s) after "return". (keyword-spacing)
(#171) Requires a space before '}'. (block-spacing)
(#171) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#171) Missing semicolon. (semi)
(#171) Requires a space before '}'. (block-spacing)
(#171) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#171) Missing semicolon. (semi)
(#171) A space is required after ','. (comma-spacing)
(#171) Missing space before value for key '_refreshItems'. (key-spacing)
(#171) Requires a space after '{'. (block-spacing)
(#171) Statement inside of curly braces should be on next line. (brace-style)
(#171) Missing space before opening brace. (space-before-blocks)
(#171) Operator '=' must be spaced. (space-infix-ops)
(#171) Missing whitespace after semicolon. (semi-spacing)
(#171) Operator '=' must be spaced. (space-infix-ops)
(#171) Missing whitespace after semicolon. (semi-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#171) Operator '=' must be spaced. (space-infix-ops)
(#172) This line has a length of 502. Maximum allowed is 132. (max-len)
(#172) Operator '=' must be spaced. (space-infix-ops)
(#172) Operator '?' must be spaced. (space-infix-ops)
(#172) A space is required after ','. (comma-spacing)
(#172) A space is required after ','. (comma-spacing)
(#172) Missing space before value for key 'item'. (key-spacing)
(#172) Operator ':' must be spaced. (space-infix-ops)
(#172) A space is required after ','. (comma-spacing)
(#172) A space is required after ','. (comma-spacing)
(#172) Missing whitespace after semicolon. (semi-spacing)
(#172) Expected space(s) after "if". (keyword-spacing)
(#172) Operator '=' must be spaced. (space-infix-ops)
(#172) Operator '&&' must be spaced. (space-infix-ops)
(#172) Expected { after 'if' condition. (curly)
(#172) Expected space(s) before "for". (keyword-spacing)
(#172) Expected space(s) after "for". (keyword-spacing)
(#172) Operator '=' must be spaced. (space-infix-ops)
(#172) Operator '-' must be spaced. (space-infix-ops)
(#172) Missing whitespace after semicolon. (semi-spacing)
(#172) Operator '<=' must be spaced. (space-infix-ops)
(#172) Missing whitespace after semicolon. (semi-spacing)
(#172) Requires a space after '{'. (block-spacing)
(#172) Statement inside of curly braces should be on next line. (brace-style)
(#172) Missing space before opening brace. (space-before-blocks)
(#172) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#172) Operator '=' must be spaced. (space-infix-ops)
(#172) A space is required after ','. (comma-spacing)
(#172) Missing whitespace after semicolon. (semi-spacing)
(#172) Expected space(s) after "for". (keyword-spacing)
(#172) Operator '=' must be spaced. (space-infix-ops)
(#172) Operator '-' must be spaced. (space-infix-ops)
(#172) Missing whitespace after semicolon. (semi-spacing)
(#172) Operator '<=' must be spaced. (space-infix-ops)
(#172) Missing whitespace after semicolon. (semi-spacing)
(#172) Expected { after 'for' condition. (curly)
(#172) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#172) Operator '=' must be spaced. (space-infix-ops)
(#172) A space is required after ','. (comma-spacing)
(#172) Operator '&&' must be spaced. (space-infix-ops)
(#172) Operator '!==' must be spaced. (space-infix-ops)
(#172) Operator '&&' must be spaced. (space-infix-ops)
(#172) Operator '&&' must be spaced. (space-infix-ops)
(#172) Operator '?' must be spaced. (space-infix-ops)
(#172) A space is required after ','. (comma-spacing)
(#172) A space is required after ','. (comma-spacing)
(#172) Missing space before value for key 'item'. (key-spacing)
(#172) Operator ':' must be spaced. (space-infix-ops)
(#172) A space is required after ','. (comma-spacing)
(#172) A space is required after ','. (comma-spacing)
(#172) A space is required after ','. (comma-spacing)
(#172) Requires a space before '}'. (block-spacing)
(#172) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#172) Missing semicolon. (semi)
(#172) Expected space(s) before "for". (keyword-spacing)
(#172) Expected space(s) after "for". (keyword-spacing)
(#172) Operator '=' must be spaced. (space-infix-ops)
(#173) This line has a length of 510. Maximum allowed is 132. (max-len)
(#173) Operator '-' must be spaced. (space-infix-ops)
(#173) Missing whitespace after semicolon. (semi-spacing)
(#173) Operator '<=' must be spaced. (space-infix-ops)
(#173) Missing whitespace after semicolon. (semi-spacing)
(#173) Expected { after 'for' condition. (curly)
(#173) Expected space(s) before "for". (keyword-spacing)
(#173) Expected space(s) after "for". (keyword-spacing)
(#173) Operator '=' must be spaced. (space-infix-ops)
(#173) A space is required after ','. (comma-spacing)
(#173) 'C' used outside of binding context. (block-scoped-var)
(#173) Operator '=' must be spaced. (space-infix-ops)
(#173) A space is required after ','. (comma-spacing)
(#173) Operator '=' must be spaced. (space-infix-ops)
(#173) A space is required after ','. (comma-spacing)
(#173) Operator '=' must be spaced. (space-infix-ops)
(#173) 'C' used outside of binding context. (block-scoped-var)
(#173) Missing whitespace after semicolon. (semi-spacing)
(#173) Operator '<' must be spaced. (space-infix-ops)
(#173) Missing whitespace after semicolon. (semi-spacing)
(#173) Expected { after 'for' condition. (curly)
(#173) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#173) Operator '=' must be spaced. (space-infix-ops)
(#173) 'C' used outside of binding context. (block-scoped-var)
(#173) Unexpected use of comma operator. (no-sequences)
(#173) A space is required after ','. (comma-spacing)
(#173) Operator '+' must be spaced. (space-infix-ops)
(#173) A space is required after ','. (comma-spacing)
(#173) A space is required after ','. (comma-spacing)
(#173) Missing space before value for key 'item'. (key-spacing)
(#173) A space is required after ','. (comma-spacing)
(#173) Missing space before value for key 'instance'. (key-spacing)
(#173) A space is required after ','. (comma-spacing)
(#173) Missing space before value for key 'width'. (key-spacing)
(#173) A space is required after ','. (comma-spacing)
(#173) Missing space before value for key 'height'. (key-spacing)
(#173) A space is required after ','. (comma-spacing)
(#173) Missing space before value for key 'left'. (key-spacing)
(#173) A space is required after ','. (comma-spacing)
(#173) Missing space before value for key 'top'. (key-spacing)
(#173) Requires a space before '}'. (block-spacing)
(#173) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#173) Missing semicolon. (semi)
(#173) A space is required after ','. (comma-spacing)
(#173) Missing space before value for key 'refreshPositions'. (key-spacing)
(#173) Requires a space after '{'. (block-spacing)
(#173) Statement inside of curly braces should be on next line. (brace-style)
(#173) Missing space before opening brace. (space-before-blocks)
(#173) Operator '=' must be spaced. (space-infix-ops)
(#173) Operator '?' must be spaced. (space-infix-ops)
(#173) Operator '===' must be spaced. (space-infix-ops)
(#173) Operator '||' must be spaced. (space-infix-ops)
(#173) Operator ':' must be spaced. (space-infix-ops)
(#173) Missing whitespace after semicolon. (semi-spacing)
(#173) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#173) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#173) Operator '&&' must be spaced. (space-infix-ops)
(#173) Operator '&&' must be spaced. (space-infix-ops)
(#173) Operator '=' must be spaced. (space-infix-ops)
(#173) Missing whitespace after semicolon. (semi-spacing)
(#173) Missing whitespace after semicolon. (semi-spacing)
(#173) Expected space(s) after "for". (keyword-spacing)
(#173) Operator '=' must be spaced. (space-infix-ops)
(#173) Operator '-' must be spaced. (space-infix-ops)
(#173) Missing whitespace after semicolon. (semi-spacing)
(#173) Operator '<=' must be spaced. (space-infix-ops)
(#173) Missing whitespace after semicolon. (semi-spacing)
(#173) Requires a space after '{'. (block-spacing)
(#173) Statement inside of curly braces should be on next line. (brace-style)
(#173) Missing space before opening brace. (space-before-blocks)
(#173) Operator '=' must be spaced. (space-infix-ops)
(#173) Missing whitespace after semicolon. (semi-spacing)
(#173) Expected space(s) after "if". (keyword-spacing)
(#173) Operator '===' must be spaced. (space-infix-ops)
(#173) Operator '||' must be spaced. (space-infix-ops)
(#173) Operator '||' must be spaced. (space-infix-ops)
(#173) Operator '===' must be spaced. (space-infix-ops)
(#174) This line has a length of 521. Maximum allowed is 132. (max-len)
(#174) Requires a space after '{'. (block-spacing)
(#174) Statement inside of curly braces should be on next line. (brace-style)
(#174) Missing space before opening brace. (space-before-blocks)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#174) Operator '?' must be spaced. (space-infix-ops)
(#174) A space is required after ','. (comma-spacing)
(#174) Operator ':' must be spaced. (space-infix-ops)
(#174) Missing whitespace after semicolon. (semi-spacing)
(#174) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#174) Operator '||' must be spaced. (space-infix-ops)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#174) A space is required after ','. (comma-spacing)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#174) Missing whitespace after semicolon. (semi-spacing)
(#174) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#174) Missing whitespace after semicolon. (semi-spacing)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#174) Missing whitespace after semicolon. (semi-spacing)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#174) Requires a space before '}'. (block-spacing)
(#174) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#174) Missing semicolon. (semi)
(#174) Requires a space before '}'. (block-spacing)
(#174) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#174) Expected space(s) before "if". (keyword-spacing)
(#174) Expected space(s) after "if". (keyword-spacing)
(#174) Operator '&&' must be spaced. (space-infix-ops)
(#174) Expected { after 'if' condition. (curly)
(#174) Expected space(s) before "this". (keyword-spacing)
(#174) Missing whitespace after semicolon. (semi-spacing)
(#174) Expected { after 'else'. (curly)
(#174) Expected space(s) after "for". (keyword-spacing)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#174) Operator '-' must be spaced. (space-infix-ops)
(#174) Missing whitespace after semicolon. (semi-spacing)
(#174) Operator '<=' must be spaced. (space-infix-ops)
(#174) Missing whitespace after semicolon. (semi-spacing)
(#174) 'f' used outside of binding context. (block-scoped-var)
(#174) Expected { after 'for' condition. (curly)
(#174) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#174) Unexpected use of comma operator. (no-sequences)
(#174) A space is required after ','. (comma-spacing)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#174) 'f' used outside of binding context. (block-scoped-var)
(#174) A space is required after ','. (comma-spacing)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#174) 'f' used outside of binding context. (block-scoped-var)
(#174) A space is required after ','. (comma-spacing)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#175) This line has a length of 543. Maximum allowed is 132. (max-len)
(#175) A space is required after ','. (comma-spacing)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) Missing whitespace after semicolon. (semi-spacing)
(#175) Requires a space before '}'. (block-spacing)
(#175) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#175) Missing semicolon. (semi)
(#175) A space is required after ','. (comma-spacing)
(#175) Missing space before value for key '_createPlaceholder'. (key-spacing)
(#175) Requires a space after '{'. (block-spacing)
(#175) Statement inside of curly braces should be on next line. (brace-style)
(#175) Missing space before opening brace. (space-before-blocks)
(#175) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) Operator '||' must be spaced. (space-infix-ops)
(#175) Missing whitespace after semicolon. (semi-spacing)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) Missing whitespace after semicolon. (semi-spacing)
(#175) Expected space(s) after "if". (keyword-spacing)
(#175) Operator '||' must be spaced. (space-infix-ops)
(#175) Operator '===' must be spaced. (space-infix-ops)
(#175) Requires a space after '{'. (block-spacing)
(#175) Statement inside of curly braces should be on next line. (brace-style)
(#175) Missing space before opening brace. (space-before-blocks)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) Missing whitespace after semicolon. (semi-spacing)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) Missing space before value for key 'element'. (key-spacing)
(#175) Requires a space after '{'. (block-spacing)
(#175) Statement inside of curly braces should be on next line. (brace-style)
(#175) Missing space before opening brace. (space-before-blocks)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) Operator '+' must be spaced. (space-infix-ops)
(#175) Operator '+' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) Operator '||' must be spaced. (space-infix-ops)
(#175) Operator '+' must be spaced. (space-infix-ops)
(#175) Missing whitespace after semicolon. (semi-spacing)
(#175) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#175) Do not nest ternary expressions. (no-nested-ternary)
(#175) Operator '===' must be spaced. (space-infix-ops)
(#175) Operator '?' must be spaced. (space-infix-ops)
(#176) This line has a length of 518. Maximum allowed is 132. (max-len)
(#176) A space is required after ','. (comma-spacing)
(#176) Operator ':' must be spaced. (space-infix-ops)
(#176) Operator '===' must be spaced. (space-infix-ops)
(#176) Operator '?' must be spaced. (space-infix-ops)
(#176) A space is required after ','. (comma-spacing)
(#176) Operator ':' must be spaced. (space-infix-ops)
(#176) Operator '===' must be spaced. (space-infix-ops)
(#176) Operator '&&' must be spaced. (space-infix-ops)
(#176) A space is required after ','. (comma-spacing)
(#176) Missing whitespace after semicolon. (semi-spacing)
(#176) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#176) Operator '||' must be spaced. (space-infix-ops)
(#176) A space is required after ','. (comma-spacing)
(#176) Missing whitespace after semicolon. (semi-spacing)
(#176) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#176) Requires a space before '}'. (block-spacing)
(#176) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#176) Missing semicolon. (semi)
(#176) A space is required after ','. (comma-spacing)
(#176) Missing space before value for key 'update'. (key-spacing)
(#176) A space is required after ','. (comma-spacing)
(#176) Requires a space after '{'. (block-spacing)
(#176) Statement inside of curly braces should be on next line. (brace-style)
(#176) Missing space before opening brace. (space-before-blocks)
(#176) Expected space(s) after "if". (keyword-spacing)
(#176) Operator '||' must be spaced. (space-infix-ops)
(#176) Expected { after 'if' condition. (curly)
(#176) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#176) Operator '||' must be spaced. (space-infix-ops)
(#176) Operator '-' must be spaced. (space-infix-ops)
(#176) Operator '||' must be spaced. (space-infix-ops)
(#176) A space is required after ','. (comma-spacing)
(#176) Operator '-' must be spaced. (space-infix-ops)
(#176) Operator '||' must be spaced. (space-infix-ops)
(#176) A space is required after ','. (comma-spacing)
(#176) Unexpected use of comma operator. (no-sequences)
(#176) A space is required after ','. (comma-spacing)
(#176) Operator '||' must be spaced. (space-infix-ops)
(#176) Operator '-' must be spaced. (space-infix-ops)
(#176) Operator '||' must be spaced. (space-infix-ops)
(#176) A space is required after ','. (comma-spacing)
(#176) Operator '-' must be spaced. (space-infix-ops)
(#176) Operator '||' must be spaced. (space-infix-ops)
(#177) This line has a length of 530. Maximum allowed is 132. (max-len)
(#177) A space is required after ','. (comma-spacing)
(#177) Requires a space before '}'. (block-spacing)
(#177) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#177) Missing semicolon. (semi)
(#177) Requires a space before '}'. (block-spacing)
(#177) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#177) Missing semicolon. (semi)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) A space is required after ','. (comma-spacing)
(#177) Missing whitespace after semicolon. (semi-spacing)
(#177) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#177) Missing whitespace after semicolon. (semi-spacing)
(#177) A space is required after ','. (comma-spacing)
(#177) Requires a space before '}'. (block-spacing)
(#177) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#177) Missing semicolon. (semi)
(#177) A space is required after ','. (comma-spacing)
(#177) Missing space before value for key '_createTrPlaceholder'. (key-spacing)
(#177) A space is required after ','. (comma-spacing)
(#177) Requires a space after '{'. (block-spacing)
(#177) Statement inside of curly braces should be on next line. (brace-style)
(#177) Missing space before opening brace. (space-before-blocks)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) Missing whitespace after semicolon. (semi-spacing)
(#177) Requires a space after '{'. (block-spacing)
(#177) Statement inside of curly braces should be on next line. (brace-style)
(#177) Missing space before opening brace. (space-before-blocks)
(#177) A space is required after ','. (comma-spacing)
(#177) A space is required after ','. (comma-spacing)
(#177) Operator '||' must be spaced. (space-infix-ops)
(#177) Requires a space before '}'. (block-spacing)
(#177) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#177) Missing semicolon. (semi)
(#177) Requires a space before '}'. (block-spacing)
(#177) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#177) Missing semicolon. (semi)
(#177) A space is required after ','. (comma-spacing)
(#177) Missing space before value for key '_contactContainers'. (key-spacing)
(#177) Method '_contactContainers' has a complexity of 25. Maximum allowed is 20. (complexity)
(#177) Requires a space after '{'. (block-spacing)
(#177) Statement inside of curly braces should be on next line. (brace-style)
(#177) Missing space before opening brace. (space-before-blocks)
(#177) A space is required after ','. (comma-spacing)
(#177) A space is required after ','. (comma-spacing)
(#177) A space is required after ','. (comma-spacing)
(#177) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) Missing whitespace after semicolon. (semi-spacing)
(#177) Expected space(s) after "for". (keyword-spacing)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) Operator '-' must be spaced. (space-infix-ops)
(#177) Missing whitespace after semicolon. (semi-spacing)
(#177) Operator '<=' must be spaced. (space-infix-ops)
(#177) Missing whitespace after semicolon. (semi-spacing)
(#177) Expected { after 'for' condition. (curly)
(#177) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#177) A space is required after ','. (comma-spacing)
(#177) Operator '||' must be spaced. (space-infix-ops)
(#177) Operator '?' must be spaced. (space-infix-ops)
(#178) This line has a length of 505. Maximum allowed is 132. (max-len)
(#178) Operator '&&' must be spaced. (space-infix-ops)
(#178) A space is required after ','. (comma-spacing)
(#178) Operator '||' must be spaced. (space-infix-ops)
(#178) Operator '=' must be spaced. (space-infix-ops)
(#178) A space is required after ','. (comma-spacing)
(#178) Operator '=' must be spaced. (space-infix-ops)
(#178) Operator ':' must be spaced. (space-infix-ops)
(#178) Operator '&&' must be spaced. (space-infix-ops)
(#178) A space is required after ','. (comma-spacing)
(#178) A space is required after ','. (comma-spacing)
(#178) A space is required after ','. (comma-spacing)
(#178) Operator '=' must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Expected space(s) after "if". (keyword-spacing)
(#178) Expected { after 'if' condition. (curly)
(#178) Expected space(s) before "if". (keyword-spacing)
(#178) Expected space(s) after "if". (keyword-spacing)
(#178) Operator '===' must be spaced. (space-infix-ops)
(#178) Expected { after 'if' condition. (curly)
(#178) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#178) Expected space(s) before "this". (keyword-spacing)
(#178) Operator '||' must be spaced. (space-infix-ops)
(#178) A space is required after ','. (comma-spacing)
(#178) A space is required after ','. (comma-spacing)
(#178) A space is required after ','. (comma-spacing)
(#178) Operator '=' must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Expected space(s) after "else". (keyword-spacing)
(#178) Requires a space after '{'. (block-spacing)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#178) Operator '=' must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Operator '=' must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Operator '=' must be spaced. (space-infix-ops)
(#178) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#178) Operator '=' must be spaced. (space-infix-ops)
(#178) Operator '||' must be spaced. (space-infix-ops)
(#178) Operator '?' must be spaced. (space-infix-ops)
(#178) Operator ':' must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Operator '=' must be spaced. (space-infix-ops)
(#178) Operator '?' must be spaced. (space-infix-ops)
(#178) Operator ':' must be spaced. (space-infix-ops)
(#179) This line has a length of 504. Maximum allowed is 132. (max-len)
(#179) Missing whitespace after semicolon. (semi-spacing)
(#179) Operator '=' must be spaced. (space-infix-ops)
(#179) Operator '?' must be spaced. (space-infix-ops)
(#179) Operator ':' must be spaced. (space-infix-ops)
(#179) Missing whitespace after semicolon. (semi-spacing)
(#179) Expected space(s) after "for". (keyword-spacing)
(#179) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#179) Operator '=' must be spaced. (space-infix-ops)
(#179) Operator '-' must be spaced. (space-infix-ops)
(#179) Missing whitespace after semicolon. (semi-spacing)
(#179) Operator '<=' must be spaced. (space-infix-ops)
(#179) Missing whitespace after semicolon. (semi-spacing)
(#179) Expected { after 'for' condition. (curly)
(#179) Expected space(s) before "if". (keyword-spacing)
(#179) Expected space(s) after "if". (keyword-spacing)
(#179) A space is required after ','. (comma-spacing)
(#179) Operator '&&' must be spaced. (space-infix-ops)
(#179) Operator '!==' must be spaced. (space-infix-ops)
(#179) Requires a space after '{'. (block-spacing)
(#179) Statement inside of curly braces should be on next line. (brace-style)
(#179) Missing space before opening brace. (space-before-blocks)
(#179) Operator '=' must be spaced. (space-infix-ops)
(#179) Missing whitespace after semicolon. (semi-spacing)
(#179) Operator '=' must be spaced. (space-infix-ops)
(#179) Missing whitespace after semicolon. (semi-spacing)
(#179) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#179) Operator '-' must be spaced. (space-infix-ops)
(#179) Operator '>' must be spaced. (space-infix-ops)
(#179) Operator '/' must be spaced. (space-infix-ops)
(#179) Operator '&&' must be spaced. (space-infix-ops)
(#179) Operator '=' must be spaced. (space-infix-ops)
(#179) Missing whitespace after semicolon. (semi-spacing)
(#179) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#179) Operator '-' must be spaced. (space-infix-ops)
(#179) Operator '<' must be spaced. (space-infix-ops)
(#179) Operator '&&' must be spaced. (space-infix-ops)
(#179) Operator '=' must be spaced. (space-infix-ops)
(#179) Operator '-' must be spaced. (space-infix-ops)
(#179) A space is required after ','. (comma-spacing)
(#179) Operator '=' must be spaced. (space-infix-ops)
(#179) A space is required after ','. (comma-spacing)
(#179) Operator '=' must be spaced. (space-infix-ops)
(#179) Operator '?' must be spaced. (space-infix-ops)
(#179) Operator ':' must be spaced. (space-infix-ops)
(#179) Requires a space before '}'. (block-spacing)
(#179) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#179) Missing semicolon. (semi)
(#179) Expected space(s) before "if". (keyword-spacing)
(#179) Expected space(s) after "if". (keyword-spacing)
(#179) Operator '||' must be spaced. (space-infix-ops)
(#179) Expected { after 'if' condition. (curly)
(#179) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#179) Expected space(s) before "this". (keyword-spacing)
(#179) Operator '===' must be spaced. (space-infix-ops)
(#179) Operator '?' must be spaced. (space-infix-ops)
(#179) Operator '||' must be spaced. (space-infix-ops)
(#180) This line has a length of 508. Maximum allowed is 132. (max-len)
(#180) A space is required after ','. (comma-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) Operator '=' must be spaced. (space-infix-ops)
(#180) Operator ':' must be spaced. (space-infix-ops)
(#180) Operator '?' must be spaced. (space-infix-ops)
(#180) A space is required after ','. (comma-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) Operator ':' must be spaced. (space-infix-ops)
(#180) A space is required after ','. (comma-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) Operator '=' must be spaced. (space-infix-ops)
(#180) A space is required after ','. (comma-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) Operator '=' must be spaced. (space-infix-ops)
(#180) Requires a space before '}'. (block-spacing)
(#180) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#180) Missing semicolon. (semi)
(#180) Requires a space before '}'. (block-spacing)
(#180) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#180) A space is required after ','. (comma-spacing)
(#180) Missing space before value for key '_createHelper'. (key-spacing)
(#180) Requires a space after '{'. (block-spacing)
(#180) Statement inside of curly braces should be on next line. (brace-style)
(#180) Missing space before opening brace. (space-before-blocks)
(#180) Operator '=' must be spaced. (space-infix-ops)
(#181) This line has a length of 508. Maximum allowed is 132. (max-len)
(#181) Operator '=' must be spaced. (space-infix-ops)
(#181) Do not nest ternary expressions. (no-nested-ternary)
(#181) Operator '?' must be spaced. (space-infix-ops)
(#181) A space is required after ','. (comma-spacing)
(#181) A space is required after ','. (comma-spacing)
(#181) Operator ':' must be spaced. (space-infix-ops)
(#181) Operator '===' must be spaced. (space-infix-ops)
(#181) Operator '?' must be spaced. (space-infix-ops)
(#181) Operator ':' must be spaced. (space-infix-ops)
(#181) Missing whitespace after semicolon. (semi-spacing)
(#181) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#181) Operator '||' must be spaced. (space-infix-ops)
(#181) Operator '!==' must be spaced. (space-infix-ops)
(#181) Operator '?' must be spaced. (space-infix-ops)
(#181) Operator ':' must be spaced. (space-infix-ops)
(#181) Missing whitespace after semicolon. (semi-spacing)
(#181) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#181) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#181) Operator '===' must be spaced. (space-infix-ops)
(#181) Operator '&&' must be spaced. (space-infix-ops)
(#181) Operator '=' must be spaced. (space-infix-ops)
(#181) Missing space before value for key 'width'. (key-spacing)
(#181) A space is required after ','. (comma-spacing)
(#181) Missing space before value for key 'height'. (key-spacing)
(#181) A space is required after ','. (comma-spacing)
(#181) Missing space before value for key 'position'. (key-spacing)
(#181) A space is required after ','. (comma-spacing)
(#181) Missing space before value for key 'top'. (key-spacing)
(#181) A space is required after ','. (comma-spacing)
(#181) Missing space before value for key 'left'. (key-spacing)
(#181) Missing whitespace after semicolon. (semi-spacing)
(#181) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#181) Operator '&&' must be spaced. (space-infix-ops)
(#182) This line has a length of 507. Maximum allowed is 132. (max-len)
(#182) Operator '||' must be spaced. (space-infix-ops)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#182) Operator '&&' must be spaced. (space-infix-ops)
(#182) Operator '||' must be spaced. (space-infix-ops)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#182) Requires a space before '}'. (block-spacing)
(#182) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#182) Missing semicolon. (semi)
(#182) A space is required after ','. (comma-spacing)
(#182) Missing space before value for key '_adjustOffsetFromHelper'. (key-spacing)
(#182) Requires a space after '{'. (block-spacing)
(#182) Statement inside of curly braces should be on next line. (brace-style)
(#182) Missing space before opening brace. (space-before-blocks)
(#182) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#182) Operator '===' must be spaced. (space-infix-ops)
(#182) Operator '&&' must be spaced. (space-infix-ops)
(#182) Operator '=' must be spaced. (space-infix-ops)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#182) Operator '&&' must be spaced. (space-infix-ops)
(#182) Operator '=' must be spaced. (space-infix-ops)
(#182) Missing space before value for key 'left'. (key-spacing)
(#182) A space is required after ','. (comma-spacing)
(#182) Missing space before value for key 'top'. (key-spacing)
(#182) Operator '||' must be spaced. (space-infix-ops)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#182) Operator 'in' must be spaced. (space-infix-ops)
(#182) Operator '&&' must be spaced. (space-infix-ops)
(#182) Operator '=' must be spaced. (space-infix-ops)
(#182) Operator '+' must be spaced. (space-infix-ops)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#182) Operator 'in' must be spaced. (space-infix-ops)
(#182) Operator '&&' must be spaced. (space-infix-ops)
(#182) Operator '=' must be spaced. (space-infix-ops)
(#182) Operator '-' must be spaced. (space-infix-ops)
(#182) Operator '+' must be spaced. (space-infix-ops)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#182) Operator 'in' must be spaced. (space-infix-ops)
(#182) Operator '&&' must be spaced. (space-infix-ops)
(#182) Operator '=' must be spaced. (space-infix-ops)
(#182) Operator '+' must be spaced. (space-infix-ops)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#182) Operator 'in' must be spaced. (space-infix-ops)
(#182) Operator '&&' must be spaced. (space-infix-ops)
(#182) Operator '=' must be spaced. (space-infix-ops)
(#183) This line has a length of 501. Maximum allowed is 132. (max-len)
(#183) Operator '-' must be spaced. (space-infix-ops)
(#183) Operator '+' must be spaced. (space-infix-ops)
(#183) Requires a space before '}'. (block-spacing)
(#183) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#183) Missing semicolon. (semi)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing space before value for key '_getParentOffset'. (key-spacing)
(#183) Requires a space after '{'. (block-spacing)
(#183) Statement inside of curly braces should be on next line. (brace-style)
(#183) Missing space before opening brace. (space-before-blocks)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#183) Operator '===' must be spaced. (space-infix-ops)
(#183) Operator '&&' must be spaced. (space-infix-ops)
(#183) Operator '!==' must be spaced. (space-infix-ops)
(#183) Operator '&&' must be spaced. (space-infix-ops)
(#183) A space is required after ','. (comma-spacing)
(#183) Operator '&&' must be spaced. (space-infix-ops)
(#183) Operator '+=' must be spaced. (space-infix-ops)
(#183) A space is required after ','. (comma-spacing)
(#183) Operator '+=' must be spaced. (space-infix-ops)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Expected space(s) after "if". (keyword-spacing)
(#183) Operator '===' must be spaced. (space-infix-ops)
(#183) Operator '||' must be spaced. (space-infix-ops)
(#183) Operator '&&' must be spaced. (space-infix-ops)
(#183) Operator '===' must be spaced. (space-infix-ops)
(#183) Operator '&&' must be spaced. (space-infix-ops)
(#184) This line has a length of 505. Maximum allowed is 132. (max-len)
(#184) Expected { after 'if' condition. (curly)
(#184) Operator '=' must be spaced. (space-infix-ops)
(#184) Missing space before value for key 'top'. (key-spacing)
(#184) A space is required after ','. (comma-spacing)
(#184) Missing space before value for key 'left'. (key-spacing)
(#184) Missing whitespace after semicolon. (semi-spacing)
(#184) Expected space(s) after "return". (keyword-spacing)
(#184) Missing space before value for key 'top'. (key-spacing)
(#184) Operator '+' must be spaced. (space-infix-ops)
(#184) A space is required after ','. (comma-spacing)
(#184) Operator '||' must be spaced. (space-infix-ops)
(#184) A space is required after ','. (comma-spacing)
(#184) Missing space before value for key 'left'. (key-spacing)
(#184) Operator '+' must be spaced. (space-infix-ops)
(#184) A space is required after ','. (comma-spacing)
(#184) Operator '||' must be spaced. (space-infix-ops)
(#184) Requires a space before '}'. (block-spacing)
(#184) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#184) Missing semicolon. (semi)
(#184) A space is required after ','. (comma-spacing)
(#184) Missing space before value for key '_getRelativeOffset'. (key-spacing)
(#184) Requires a space after '{'. (block-spacing)
(#184) Statement inside of curly braces should be on next line. (brace-style)
(#184) Missing space before opening brace. (space-before-blocks)
(#184) Expected space(s) after "if". (keyword-spacing)
(#184) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#184) Operator '===' must be spaced. (space-infix-ops)
(#184) Requires a space after '{'. (block-spacing)
(#184) Statement inside of curly braces should be on next line. (brace-style)
(#184) Missing space before opening brace. (space-before-blocks)
(#184) Operator '=' must be spaced. (space-infix-ops)
(#184) Missing whitespace after semicolon. (semi-spacing)
(#184) Expected space(s) after "return". (keyword-spacing)
(#184) Missing space before value for key 'top'. (key-spacing)
(#184) Operator '-' must be spaced. (space-infix-ops)
(#184) A space is required after ','. (comma-spacing)
(#184) Operator '||' must be spaced. (space-infix-ops)
(#184) Operator '+' must be spaced. (space-infix-ops)
(#184) A space is required after ','. (comma-spacing)
(#184) Missing space before value for key 'left'. (key-spacing)
(#184) Operator '-' must be spaced. (space-infix-ops)
(#184) A space is required after ','. (comma-spacing)
(#184) Operator '||' must be spaced. (space-infix-ops)
(#184) Operator '+' must be spaced. (space-infix-ops)
(#184) Requires a space before '}'. (block-spacing)
(#184) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#184) Missing semicolon. (semi)
(#184) Expected space(s) before "return". (keyword-spacing)
(#184) Expected space(s) after "return". (keyword-spacing)
(#184) Missing space before value for key 'top'. (key-spacing)
(#184) A space is required after ','. (comma-spacing)
(#184) Missing space before value for key 'left'. (key-spacing)
(#184) Requires a space before '}'. (block-spacing)
(#184) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#184) Missing semicolon. (semi)
(#184) A space is required after ','. (comma-spacing)
(#184) Missing space before value for key '_cacheMargins'. (key-spacing)
(#184) Requires a space after '{'. (block-spacing)
(#184) Statement inside of curly braces should be on next line. (brace-style)
(#184) Missing space before opening brace. (space-before-blocks)
(#184) Operator '=' must be spaced. (space-infix-ops)
(#185) This line has a length of 505. Maximum allowed is 132. (max-len)
(#185) Missing space before value for key 'left'. (key-spacing)
(#185) A space is required after ','. (comma-spacing)
(#185) Operator '||' must be spaced. (space-infix-ops)
(#185) A space is required after ','. (comma-spacing)
(#185) Missing space before value for key 'top'. (key-spacing)
(#185) A space is required after ','. (comma-spacing)
(#185) Operator '||' must be spaced. (space-infix-ops)
(#185) Requires a space before '}'. (block-spacing)
(#185) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#185) Missing semicolon. (semi)
(#185) A space is required after ','. (comma-spacing)
(#185) Missing space before value for key '_cacheHelperProportions'. (key-spacing)
(#185) Requires a space after '{'. (block-spacing)
(#185) Statement inside of curly braces should be on next line. (brace-style)
(#185) Missing space before opening brace. (space-before-blocks)
(#185) Operator '=' must be spaced. (space-infix-ops)
(#185) Missing space before value for key 'width'. (key-spacing)
(#185) A space is required after ','. (comma-spacing)
(#185) Missing space before value for key 'height'. (key-spacing)
(#185) Requires a space before '}'. (block-spacing)
(#185) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#185) Missing semicolon. (semi)
(#185) A space is required after ','. (comma-spacing)
(#185) Missing space before value for key '_setContainment'. (key-spacing)
(#185) Requires a space after '{'. (block-spacing)
(#185) Statement inside of curly braces should be on next line. (brace-style)
(#185) Missing space before opening brace. (space-before-blocks)
(#185) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#185) Operator '=' must be spaced. (space-infix-ops)
(#185) Missing whitespace after semicolon. (semi-spacing)
(#185) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#185) Operator '===' must be spaced. (space-infix-ops)
(#185) Operator '&&' must be spaced. (space-infix-ops)
(#185) Operator '=' must be spaced. (space-infix-ops)
(#185) Missing whitespace after semicolon. (semi-spacing)
(#185) Expected space(s) after "if". (keyword-spacing)
(#185) Operator '===' must be spaced. (space-infix-ops)
(#185) Operator '||' must be spaced. (space-infix-ops)
(#185) Operator '===' must be spaced. (space-infix-ops)
(#185) Expected { after 'if' condition. (curly)
(#185) Expected space(s) before "this". (keyword-spacing)
(#185) Operator '=' must be spaced. (space-infix-ops)
(#185) Operator '-' must be spaced. (space-infix-ops)
(#185) Operator '-' must be spaced. (space-infix-ops)
(#185) A space is required after ','. (comma-spacing)
(#185) Operator '-' must be spaced. (space-infix-ops)
(#185) Operator '-' must be spaced. (space-infix-ops)
(#186) This line has a length of 515. Maximum allowed is 132. (max-len)
(#186) A space is required after ','. (comma-spacing)
(#186) Operator '===' must be spaced. (space-infix-ops)
(#186) Operator '?' must be spaced. (space-infix-ops)
(#186) Operator ':' must be spaced. (space-infix-ops)
(#186) Operator '-' must be spaced. (space-infix-ops)
(#186) Operator '-' must be spaced. (space-infix-ops)
(#186) A space is required after ','. (comma-spacing)
(#186) Operator '===' must be spaced. (space-infix-ops)
(#186) Operator '?' must be spaced. (space-infix-ops)
(#186) Operator ':' must be spaced. (space-infix-ops)
(#186) Operator '||' must be spaced. (space-infix-ops)
(#186) Operator '-' must be spaced. (space-infix-ops)
(#186) Operator '-' must be spaced. (space-infix-ops)
(#186) Missing whitespace after semicolon. (semi-spacing)
(#186) Expected space(s) after "if". (keyword-spacing)
(#186) Requires a space after '{'. (block-spacing)
(#186) Statement inside of curly braces should be on next line. (brace-style)
(#186) Missing space before opening brace. (space-before-blocks)
(#186) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#186) Operator '=' must be spaced. (space-infix-ops)
(#186) Missing whitespace after semicolon. (semi-spacing)
(#186) Operator '=' must be spaced. (space-infix-ops)
(#186) Missing whitespace after semicolon. (semi-spacing)
(#186) Operator '=' must be spaced. (space-infix-ops)
(#186) Operator '!==' must be spaced. (space-infix-ops)
(#186) Missing whitespace after semicolon. (semi-spacing)
(#186) Operator '=' must be spaced. (space-infix-ops)
(#186) Operator '+' must be spaced. (space-infix-ops)
(#187) This line has a length of 522. Maximum allowed is 132. (max-len)
(#187) Operator '||' must be spaced. (space-infix-ops)
(#187) Operator '+' must be spaced. (space-infix-ops)
(#187) A space is required after ','. (comma-spacing)
(#187) Operator '||' must be spaced. (space-infix-ops)
(#187) Operator '-' must be spaced. (space-infix-ops)
(#187) A space is required after ','. (comma-spacing)
(#187) Operator '+' must be spaced. (space-infix-ops)
(#187) A space is required after ','. (comma-spacing)
(#187) Operator '||' must be spaced. (space-infix-ops)
(#187) Operator '+' must be spaced. (space-infix-ops)
(#187) A space is required after ','. (comma-spacing)
(#187) Operator '||' must be spaced. (space-infix-ops)
(#187) Operator '-' must be spaced. (space-infix-ops)
(#187) A space is required after ','. (comma-spacing)
(#187) Operator '+' must be spaced. (space-infix-ops)
(#187) Operator '?' must be spaced. (space-infix-ops)
(#187) A space is required after ','. (comma-spacing)
(#187) Operator ':' must be spaced. (space-infix-ops)
(#187) Operator '-' must be spaced. (space-infix-ops)
(#187) A space is required after ','. (comma-spacing)
(#187) Operator '||' must be spaced. (space-infix-ops)
(#187) Operator '-' must be spaced. (space-infix-ops)
(#187) A space is required after ','. (comma-spacing)
(#187) Operator '||' must be spaced. (space-infix-ops)
(#187) Operator '-' must be spaced. (space-infix-ops)
(#187) Operator '-' must be spaced. (space-infix-ops)
(#187) A space is required after ','. (comma-spacing)
(#187) Operator '+' must be spaced. (space-infix-ops)
(#187) Operator '?' must be spaced. (space-infix-ops)
(#187) A space is required after ','. (comma-spacing)
(#187) Operator ':' must be spaced. (space-infix-ops)
(#187) Operator '-' must be spaced. (space-infix-ops)
(#187) A space is required after ','. (comma-spacing)
(#187) Operator '||' must be spaced. (space-infix-ops)
(#187) Operator '-' must be spaced. (space-infix-ops)
(#188) This line has a length of 525. Maximum allowed is 132. (max-len)
(#188) Operator '||' must be spaced. (space-infix-ops)
(#188) Operator '-' must be spaced. (space-infix-ops)
(#188) Operator '-' must be spaced. (space-infix-ops)
(#188) Requires a space before '}'. (block-spacing)
(#188) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#188) Missing semicolon. (semi)
(#188) Requires a space before '}'. (block-spacing)
(#188) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#188) A space is required after ','. (comma-spacing)
(#188) Missing space before value for key '_convertPositionTo'. (key-spacing)
(#188) A space is required after ','. (comma-spacing)
(#188) Requires a space after '{'. (block-spacing)
(#188) Statement inside of curly braces should be on next line. (brace-style)
(#188) Missing space before opening brace. (space-before-blocks)
(#188) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#188) Operator '||' must be spaced. (space-infix-ops)
(#188) Operator '=' must be spaced. (space-infix-ops)
(#188) Missing whitespace after semicolon. (semi-spacing)
(#188) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#188) Operator '=' must be spaced. (space-infix-ops)
(#188) Operator '===' must be spaced. (space-infix-ops)
(#188) Operator '?' must be spaced. (space-infix-ops)
(#188) Operator ':' must be spaced. (space-infix-ops)
(#188) Missing whitespace after semicolon. (semi-spacing)
(#188) Operator '=' must be spaced. (space-infix-ops)
(#188) Operator '!==' must be spaced. (space-infix-ops)
(#188) Operator '||' must be spaced. (space-infix-ops)
(#188) Operator '!==' must be spaced. (space-infix-ops)
(#188) Operator '&&' must be spaced. (space-infix-ops)
(#188) A space is required after ','. (comma-spacing)
(#188) Operator '?' must be spaced. (space-infix-ops)
(#188) Operator ':' must be spaced. (space-infix-ops)
(#188) A space is required after ','. (comma-spacing)
(#188) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#188) Operator '=' must be spaced. (space-infix-ops)
(#188) Missing whitespace after semicolon. (semi-spacing)
(#188) Expected space(s) after "return". (keyword-spacing)
(#188) Missing space before value for key 'top'. (key-spacing)
(#188) Operator '+' must be spaced. (space-infix-ops)
(#188) Operator '*' must be spaced. (space-infix-ops)
(#188) Operator '+' must be spaced. (space-infix-ops)
(#188) Operator '*' must be spaced. (space-infix-ops)
(#188) Operator '-' must be spaced. (space-infix-ops)
(#188) Do not nest ternary expressions. (no-nested-ternary)
(#188) Operator '===' must be spaced. (space-infix-ops)
(#188) Operator '?' must be spaced. (space-infix-ops)
(#188) Operator ':' must be spaced. (space-infix-ops)
(#188) Operator '?' must be spaced. (space-infix-ops)
(#188) Operator ':' must be spaced. (space-infix-ops)
(#188) Operator '*' must be spaced. (space-infix-ops)
(#188) A space is required after ','. (comma-spacing)
(#188) Missing space before value for key 'left'. (key-spacing)
(#188) Operator '+' must be spaced. (space-infix-ops)
(#188) Operator '*' must be spaced. (space-infix-ops)
(#189) This line has a length of 510. Maximum allowed is 132. (max-len)
(#189) Operator '+' must be spaced. (space-infix-ops)
(#189) Operator '*' must be spaced. (space-infix-ops)
(#189) Operator '-' must be spaced. (space-infix-ops)
(#189) Do not nest ternary expressions. (no-nested-ternary)
(#189) Operator '===' must be spaced. (space-infix-ops)
(#189) Operator '?' must be spaced. (space-infix-ops)
(#189) Operator ':' must be spaced. (space-infix-ops)
(#189) Operator '?' must be spaced. (space-infix-ops)
(#189) Operator ':' must be spaced. (space-infix-ops)
(#189) Operator '*' must be spaced. (space-infix-ops)
(#189) Requires a space before '}'. (block-spacing)
(#189) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#189) Missing semicolon. (semi)
(#189) A space is required after ','. (comma-spacing)
(#189) Missing space before value for key '_generatePosition'. (key-spacing)
(#189) Method '_generatePosition' has a complexity of 26. Maximum allowed is 20. (complexity)
(#189) Requires a space after '{'. (block-spacing)
(#189) Statement inside of curly braces should be on next line. (brace-style)
(#189) Missing space before opening brace. (space-before-blocks)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) Operator '!==' must be spaced. (space-infix-ops)
(#189) Operator '||' must be spaced. (space-infix-ops)
(#189) Operator '!==' must be spaced. (space-infix-ops)
(#189) Operator '&&' must be spaced. (space-infix-ops)
(#189) A space is required after ','. (comma-spacing)
(#189) Operator '?' must be spaced. (space-infix-ops)
(#189) Operator ':' must be spaced. (space-infix-ops)
(#189) A space is required after ','. (comma-spacing)
(#189) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#189) Operator '!==' must be spaced. (space-infix-ops)
(#189) Operator '||' must be spaced. (space-infix-ops)
(#189) Operator '!==' must be spaced. (space-infix-ops)
(#189) Operator '&&' must be spaced. (space-infix-ops)
(#189) Operator '!==' must be spaced. (space-infix-ops)
(#189) Operator '||' must be spaced. (space-infix-ops)
(#190) This line has a length of 515. Maximum allowed is 132. (max-len)
(#190) Operator '=' must be spaced. (space-infix-ops)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#190) Operator '&&' must be spaced. (space-infix-ops)
(#190) Operator '&&' must be spaced. (space-infix-ops)
(#190) Operator '-' must be spaced. (space-infix-ops)
(#190) Operator '<' must be spaced. (space-infix-ops)
(#190) Operator '&&' must be spaced. (space-infix-ops)
(#190) Operator '=' must be spaced. (space-infix-ops)
(#190) Operator '+' must be spaced. (space-infix-ops)
(#190) A space is required after ','. (comma-spacing)
(#190) Operator '-' must be spaced. (space-infix-ops)
(#190) Operator '<' must be spaced. (space-infix-ops)
(#190) Operator '&&' must be spaced. (space-infix-ops)
(#190) Operator '=' must be spaced. (space-infix-ops)
(#190) Operator '+' must be spaced. (space-infix-ops)
(#190) A space is required after ','. (comma-spacing)
(#190) Operator '-' must be spaced. (space-infix-ops)
(#190) Operator '>' must be spaced. (space-infix-ops)
(#190) Operator '&&' must be spaced. (space-infix-ops)
(#190) Operator '=' must be spaced. (space-infix-ops)
(#190) Operator '+' must be spaced. (space-infix-ops)
(#190) A space is required after ','. (comma-spacing)
(#190) Operator '-' must be spaced. (space-infix-ops)
(#190) Operator '>' must be spaced. (space-infix-ops)
(#190) Operator '&&' must be spaced. (space-infix-ops)
(#190) Operator '=' must be spaced. (space-infix-ops)
(#190) Operator '+' must be spaced. (space-infix-ops)
(#190) A space is required after ','. (comma-spacing)
(#190) Operator '&&' must be spaced. (space-infix-ops)
(#190) Operator '=' must be spaced. (space-infix-ops)
(#190) Operator '+' must be spaced. (space-infix-ops)
(#191) This line has a length of 502. Maximum allowed is 132. (max-len)
(#191) Operator '-' must be spaced. (space-infix-ops)
(#191) Operator '/' must be spaced. (space-infix-ops)
(#191) Operator '*' must be spaced. (space-infix-ops)
(#191) A space is required after ','. (comma-spacing)
(#191) Operator '=' must be spaced. (space-infix-ops)
(#191) Do not nest ternary expressions. (no-nested-ternary)
(#191) Operator '?' must be spaced. (space-infix-ops)
(#191) Do not nest ternary expressions. (no-nested-ternary)
(#191) Operator '-' must be spaced. (space-infix-ops)
(#191) Operator '>=' must be spaced. (space-infix-ops)
(#191) Operator '&&' must be spaced. (space-infix-ops)
(#191) Operator '-' must be spaced. (space-infix-ops)
(#191) Operator '<=' must be spaced. (space-infix-ops)
(#191) Operator '?' must be spaced. (space-infix-ops)
(#191) Operator ':' must be spaced. (space-infix-ops)
(#191) Operator '-' must be spaced. (space-infix-ops)
(#191) Operator '>=' must be spaced. (space-infix-ops)
(#191) Operator '?' must be spaced. (space-infix-ops)
(#191) Operator '-' must be spaced. (space-infix-ops)
(#191) Operator ':' must be spaced. (space-infix-ops)
(#191) Operator '+' must be spaced. (space-infix-ops)
(#191) Operator ':' must be spaced. (space-infix-ops)
(#191) A space is required after ','. (comma-spacing)
(#191) Operator '=' must be spaced. (space-infix-ops)
(#191) Operator '+' must be spaced. (space-infix-ops)
(#191) Operator '-' must be spaced. (space-infix-ops)
(#191) Operator '/' must be spaced. (space-infix-ops)
(#191) Operator '*' must be spaced. (space-infix-ops)
(#191) A space is required after ','. (comma-spacing)
(#191) Operator '=' must be spaced. (space-infix-ops)
(#191) Do not nest ternary expressions. (no-nested-ternary)
(#191) Operator '?' must be spaced. (space-infix-ops)
(#191) Do not nest ternary expressions. (no-nested-ternary)
(#191) Operator '-' must be spaced. (space-infix-ops)
(#191) Operator '>=' must be spaced. (space-infix-ops)
(#191) Operator '&&' must be spaced. (space-infix-ops)
(#191) Operator '-' must be spaced. (space-infix-ops)
(#191) Operator '<=' must be spaced. (space-infix-ops)
(#191) Operator '?' must be spaced. (space-infix-ops)
(#191) Operator ':' must be spaced. (space-infix-ops)
(#191) Operator '-' must be spaced. (space-infix-ops)
(#191) Operator '>=' must be spaced. (space-infix-ops)
(#191) Operator '?' must be spaced. (space-infix-ops)
(#191) Operator '-' must be spaced. (space-infix-ops)
(#191) Operator ':' must be spaced. (space-infix-ops)
(#191) Operator '+' must be spaced. (space-infix-ops)
(#191) Operator ':' must be spaced. (space-infix-ops)
(#192) This line has a length of 503. Maximum allowed is 132. (max-len)
(#192) Expected space(s) after "return". (keyword-spacing)
(#192) Missing space before value for key 'top'. (key-spacing)
(#192) Operator '-' must be spaced. (space-infix-ops)
(#192) Operator '-' must be spaced. (space-infix-ops)
(#192) Operator '-' must be spaced. (space-infix-ops)
(#192) Operator '+' must be spaced. (space-infix-ops)
(#192) Do not nest ternary expressions. (no-nested-ternary)
(#192) Operator '===' must be spaced. (space-infix-ops)
(#192) Operator '?' must be spaced. (space-infix-ops)
(#192) Operator ':' must be spaced. (space-infix-ops)
(#192) Operator '?' must be spaced. (space-infix-ops)
(#192) Operator ':' must be spaced. (space-infix-ops)
(#192) A space is required after ','. (comma-spacing)
(#192) Missing space before value for key 'left'. (key-spacing)
(#192) Operator '-' must be spaced. (space-infix-ops)
(#192) Operator '-' must be spaced. (space-infix-ops)
(#192) Operator '-' must be spaced. (space-infix-ops)
(#192) Operator '+' must be spaced. (space-infix-ops)
(#192) Do not nest ternary expressions. (no-nested-ternary)
(#192) Operator '===' must be spaced. (space-infix-ops)
(#192) Operator '?' must be spaced. (space-infix-ops)
(#192) Operator ':' must be spaced. (space-infix-ops)
(#192) Operator '?' must be spaced. (space-infix-ops)
(#192) Operator ':' must be spaced. (space-infix-ops)
(#192) Requires a space before '}'. (block-spacing)
(#192) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#192) Missing semicolon. (semi)
(#192) A space is required after ','. (comma-spacing)
(#192) Missing space before value for key '_rearrange'. (key-spacing)
(#192) A space is required after ','. (comma-spacing)
(#192) A space is required after ','. (comma-spacing)
(#192) A space is required after ','. (comma-spacing)
(#192) Requires a space after '{'. (block-spacing)
(#192) Statement inside of curly braces should be on next line. (brace-style)
(#192) Missing space before opening brace. (space-before-blocks)
(#192) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#192) Operator '?' must be spaced. (space-infix-ops)
(#192) Operator ':' must be spaced. (space-infix-ops)
(#192) A space is required after ','. (comma-spacing)
(#192) Operator '===' must be spaced. (space-infix-ops)
(#192) Operator '?' must be spaced. (space-infix-ops)
(#192) Operator ':' must be spaced. (space-infix-ops)
(#193) This line has a length of 502. Maximum allowed is 132. (max-len)
(#193) Operator '=' must be spaced. (space-infix-ops)
(#193) Operator '=' must be spaced. (space-infix-ops)
(#193) Operator '?' must be spaced. (space-infix-ops)
(#193) Operator ':' must be spaced. (space-infix-ops)
(#193) Missing whitespace after semicolon. (semi-spacing)
(#193) Requires a space after '{'. (block-spacing)
(#193) Statement inside of curly braces should be on next line. (brace-style)
(#193) Missing space before opening brace. (space-before-blocks)
(#193) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#193) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#193) Operator '===' must be spaced. (space-infix-ops)
(#193) Operator '&&' must be spaced. (space-infix-ops)
(#193) Requires a space before '}'. (block-spacing)
(#193) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#193) Missing semicolon. (semi)
(#193) Requires a space before '}'. (block-spacing)
(#193) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#193) Missing semicolon. (semi)
(#193) A space is required after ','. (comma-spacing)
(#193) Missing space before value for key '_clear'. (key-spacing)
(#193) Method '_clear' has a complexity of 27. Maximum allowed is 20. (complexity)
(#193) A space is required after ','. (comma-spacing)
(#193) Requires a space after '{'. (block-spacing)
(#193) Statement inside of curly braces should be on next line. (brace-style)
(#193) Missing space before opening brace. (space-before-blocks)
(#193) Missing JSDoc comment. (require-jsdoc)
(#193) A space is required after ','. (comma-spacing)
(#193) A space is required after ','. (comma-spacing)
(#193) Requires a space after '{'. (block-spacing)
(#193) Statement inside of curly braces should be on next line. (brace-style)
(#193) Missing space before opening brace. (space-before-blocks)
(#193) Requires a space after '{'. (block-spacing)
(#193) Statement inside of curly braces should be on next line. (brace-style)
(#193) Missing space before opening brace. (space-before-blocks)
(#193) A space is required after ','. (comma-spacing)
(#193) A space is required after ','. (comma-spacing)
(#193) Requires a space before '}'. (block-spacing)
(#193) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#193) Missing semicolon. (semi)
(#193) Requires a space before '}'. (block-spacing)
(#193) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#193) Missing semicolon. (semi)
(#193) Expected space(s) before "this". (keyword-spacing)
(#193) Operator '=' must be spaced. (space-infix-ops)
(#193) Missing whitespace after semicolon. (semi-spacing)
(#193) A space is required after ','. (comma-spacing)
(#193) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#193) Operator '=' must be spaced. (space-infix-ops)
(#193) Missing whitespace after semicolon. (semi-spacing)
(#193) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#193) Operator '&&' must be spaced. (space-infix-ops)
(#193) Operator '&&' must be spaced. (space-infix-ops)
(#193) Missing whitespace after semicolon. (semi-spacing)
(#193) Operator '=' must be spaced. (space-infix-ops)
(#193) Missing whitespace after semicolon. (semi-spacing)
(#193) Expected space(s) after "if". (keyword-spacing)
(#193) Operator '===' must be spaced. (space-infix-ops)
(#193) Requires a space after '{'. (block-spacing)
(#193) Statement inside of curly braces should be on next line. (brace-style)
(#193) Missing space before opening brace. (space-before-blocks)
(#193) Expected space(s) after "for". (keyword-spacing)
(#193) Expected { after 'for-in'. (curly)
(#193) Expected space(s) before "if". (keyword-spacing)
(#193) Expected space(s) after "if". (keyword-spacing)
(#193) Operator '===' must be spaced. (space-infix-ops)
(#193) Operator '||' must be spaced. (space-infix-ops)
(#193) Operator '===' must be spaced. (space-infix-ops)
(#193) Expected { after 'if' condition. (curly)
(#193) Expected space(s) before "this". (keyword-spacing)
(#193) Operator '=' must be spaced. (space-infix-ops)
(#194) This line has a length of 502. Maximum allowed is 132. (max-len)
(#194) Missing whitespace after semicolon. (semi-spacing)
(#194) Requires a space before '}'. (block-spacing)
(#194) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#194) Missing semicolon. (semi)
(#194) Expected space(s) before "else". (keyword-spacing)
(#194) Expected { after 'else'. (curly)
(#194) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#194) Missing whitespace after semicolon. (semi-spacing)
(#194) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#194) Operator '&&' must be spaced. (space-infix-ops)
(#194) Operator '&&' must be spaced. (space-infix-ops)
(#194) Requires a space after '{'. (block-spacing)
(#194) Statement inside of curly braces should be on next line. (brace-style)
(#194) Missing space before opening brace. (space-before-blocks)
(#194) A space is required after ','. (comma-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) Requires a space before '}'. (block-spacing)
(#194) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#194) Missing semicolon. (semi)
(#194) Missing whitespace after semicolon. (semi-spacing)
(#194) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#194) Operator '&&' must be spaced. (space-infix-ops)
(#194) Operator '===' must be spaced. (space-infix-ops)
(#194) Operator '&&' must be spaced. (space-infix-ops)
(#194) Operator '===' must be spaced. (space-infix-ops)
(#194) Operator '||' must be spaced. (space-infix-ops)
(#194) Operator '||' must be spaced. (space-infix-ops)
(#194) Requires a space after '{'. (block-spacing)
(#194) Statement inside of curly braces should be on next line. (brace-style)
(#194) Missing space before opening brace. (space-before-blocks)
(#194) A space is required after ','. (comma-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) Requires a space before '}'. (block-spacing)
(#194) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#194) Missing semicolon. (semi)
(#194) Missing whitespace after semicolon. (semi-spacing)
(#194) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#194) Operator '===' must be spaced. (space-infix-ops)
(#194) Operator '||' must be spaced. (space-infix-ops)
(#194) Operator '||' must be spaced. (space-infix-ops)
(#194) Requires a space after '{'. (block-spacing)
(#194) Statement inside of curly braces should be on next line. (brace-style)
(#194) Missing space before opening brace. (space-before-blocks)
(#194) A space is required after ','. (comma-spacing)
(#195) This line has a length of 527. Maximum allowed is 132. (max-len)
(#195) Requires a space before '}'. (block-spacing)
(#195) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#195) Missing semicolon. (semi)
(#195) A space is required after ','. (comma-spacing)
(#195) Requires a space after '{'. (block-spacing)
(#195) Statement inside of curly braces should be on next line. (brace-style)
(#195) Missing space before opening brace. (space-before-blocks)
(#195) Requires a space after '{'. (block-spacing)
(#195) Statement inside of curly braces should be on next line. (brace-style)
(#195) Missing space before opening brace. (space-before-blocks)
(#195) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#195) A space is required after ','. (comma-spacing)
(#195) A space is required after ','. (comma-spacing)
(#195) Requires a space before '}'. (block-spacing)
(#195) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#195) Missing semicolon. (semi)
(#195) Requires a space before '}'. (block-spacing)
(#195) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#195) Missing semicolon. (semi)
(#195) A space is required after ','. (comma-spacing)
(#195) A space is required after ','. (comma-spacing)
(#195) Requires a space after '{'. (block-spacing)
(#195) Statement inside of curly braces should be on next line. (brace-style)
(#195) Missing space before opening brace. (space-before-blocks)
(#195) Requires a space after '{'. (block-spacing)
(#195) Statement inside of curly braces should be on next line. (brace-style)
(#195) Missing space before opening brace. (space-before-blocks)
(#195) A space is required after ','. (comma-spacing)
(#195) A space is required after ','. (comma-spacing)
(#195) Requires a space before '}'. (block-spacing)
(#195) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#195) Missing semicolon. (semi)
(#195) Requires a space before '}'. (block-spacing)
(#195) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#195) Missing semicolon. (semi)
(#195) A space is required after ','. (comma-spacing)
(#195) Missing whitespace after semicolon. (semi-spacing)
(#195) Expected space(s) after "for". (keyword-spacing)
(#195) Operator '=' must be spaced. (space-infix-ops)
(#195) Operator '-' must be spaced. (space-infix-ops)
(#195) Missing whitespace after semicolon. (semi-spacing)
(#195) Operator '<=' must be spaced. (space-infix-ops)
(#195) Missing whitespace after semicolon. (semi-spacing)
(#195) Expected { after 'for' condition. (curly)
(#195) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#195) Operator '||' must be spaced. (space-infix-ops)
(#195) A space is required after ','. (comma-spacing)
(#195) A space is required after ','. (comma-spacing)
(#195) Unexpected use of comma operator. (no-sequences)
(#195) A space is required after ','. (comma-spacing)
(#195) Operator '&&' must be spaced. (space-infix-ops)
(#195) A space is required after ','. (comma-spacing)
(#195) A space is required after ','. (comma-spacing)
(#195) A space is required after ','. (comma-spacing)
(#195) Operator '=' must be spaced. (space-infix-ops)
(#195) Missing whitespace after semicolon. (semi-spacing)
(#195) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#195) Operator '&&' must be spaced. (space-infix-ops)
(#196) This line has a length of 517. Maximum allowed is 132. (max-len)
(#196) A space is required after ','. (comma-spacing)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#196) Operator '&&' must be spaced. (space-infix-ops)
(#196) A space is required after ','. (comma-spacing)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#196) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#196) Operator '&&' must be spaced. (space-infix-ops)
(#196) A space is required after ','. (comma-spacing)
(#196) Operator '===' must be spaced. (space-infix-ops)
(#196) Operator '?' must be spaced. (space-infix-ops)
(#196) Operator ':' must be spaced. (space-infix-ops)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#196) Operator '||' must be spaced. (space-infix-ops)
(#196) A space is required after ','. (comma-spacing)
(#196) A space is required after ','. (comma-spacing)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#196) Operator '||' must be spaced. (space-infix-ops)
(#196) Operator '!==' must be spaced. (space-infix-ops)
(#196) Operator '&&' must be spaced. (space-infix-ops)
(#196) A space is required after ','. (comma-spacing)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Expected space(s) after "if". (keyword-spacing)
(#196) Requires a space after '{'. (block-spacing)
(#196) Statement inside of curly braces should be on next line. (brace-style)
(#196) Missing space before opening brace. (space-before-blocks)
(#196) Expected space(s) after "for". (keyword-spacing)
(#196) Operator '=' must be spaced. (space-infix-ops)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Operator '<' must be spaced. (space-infix-ops)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Expected { after 'for' condition. (curly)
(#196) A space is required after ','. (comma-spacing)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#197) This line has a length of 521. Maximum allowed is 132. (max-len)
(#197) A space is required after ','. (comma-spacing)
(#197) Requires a space before '}'. (block-spacing)
(#197) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#197) Missing semicolon. (semi)
(#197) Expected space(s) before "this". (keyword-spacing)
(#197) Operator '=' must be spaced. (space-infix-ops)
(#197) Missing whitespace after semicolon. (semi-spacing)
(#197) Expected space(s) after "return". (keyword-spacing)
(#197) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#197) Requires a space before '}'. (block-spacing)
(#197) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#197) Missing semicolon. (semi)
(#197) A space is required after ','. (comma-spacing)
(#197) Missing space before value for key '_trigger'. (key-spacing)
(#197) Requires a space after '{'. (block-spacing)
(#197) Statement inside of curly braces should be on next line. (brace-style)
(#197) Missing space before opening brace. (space-before-blocks)
(#197) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#197) Operator '===' must be spaced. (space-infix-ops)
(#197) A space is required after ','. (comma-spacing)
(#197) Operator '&&' must be spaced. (space-infix-ops)
(#197) Requires a space before '}'. (block-spacing)
(#197) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#197) Missing semicolon. (semi)
(#197) A space is required after ','. (comma-spacing)
(#197) Missing space before value for key '_uiHash'. (key-spacing)
(#197) Requires a space after '{'. (block-spacing)
(#197) Statement inside of curly braces should be on next line. (brace-style)
(#197) Missing space before opening brace. (space-before-blocks)
(#197) Operator '=' must be spaced. (space-infix-ops)
(#197) Operator '||' must be spaced. (space-infix-ops)
(#197) Missing whitespace after semicolon. (semi-spacing)
(#197) Expected space(s) after "return". (keyword-spacing)
(#197) Missing space before value for key 'helper'. (key-spacing)
(#197) A space is required after ','. (comma-spacing)
(#197) Missing space before value for key 'placeholder'. (key-spacing)
(#197) Operator '||' must be spaced. (space-infix-ops)
(#197) A space is required after ','. (comma-spacing)
(#197) Missing space before value for key 'position'. (key-spacing)
(#197) A space is required after ','. (comma-spacing)
(#197) Missing space before value for key 'originalPosition'. (key-spacing)
(#197) A space is required after ','. (comma-spacing)
(#197) Missing space before value for key 'offset'. (key-spacing)
(#197) A space is required after ','. (comma-spacing)
(#197) Missing space before value for key 'item'. (key-spacing)
(#197) A space is required after ','. (comma-spacing)
(#197) Missing space before value for key 'sender'. (key-spacing)
(#197) Operator '?' must be spaced. (space-infix-ops)
(#197) Operator ':' must be spaced. (space-infix-ops)
(#197) Requires a space before '}'. (block-spacing)
(#197) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#197) Missing semicolon. (semi)
(#197) Missing whitespace after semicolon. (semi-spacing)
(#197) A space is required after ','. (comma-spacing)
(#197) Missing space before value for key 'version'. (key-spacing)
(#197) A space is required after ','. (comma-spacing)
(#197) Missing space before value for key 'options'. (key-spacing)
(#197) Missing space before value for key 'active'. (key-spacing)
(#197) A space is required after ','. (comma-spacing)
(#197) Missing space before value for key 'animate'. (key-spacing)
(#197) A space is required after ','. (comma-spacing)
(#197) Missing space before value for key 'collapsible'. (key-spacing)
(#197) A space is required after ','. (comma-spacing)
(#197) Missing space before value for key 'event'. (key-spacing)
(#197) A space is required after ','. (comma-spacing)
(#197) Missing space before value for key 'header'. (key-spacing)
(#198) This line has a length of 509. Maximum allowed is 132. (max-len)
(#198) Missing space before value for key 'heightStyle'. (key-spacing)
(#198) A space is required after ','. (comma-spacing)
(#198) Missing space before value for key 'icons'. (key-spacing)
(#198) Missing space before value for key 'activeHeader'. (key-spacing)
(#198) A space is required after ','. (comma-spacing)
(#198) Missing space before value for key 'header'. (key-spacing)
(#198) A space is required after ','. (comma-spacing)
(#198) Missing space before value for key 'activate'. (key-spacing)
(#198) A space is required after ','. (comma-spacing)
(#198) Missing space before value for key 'beforeActivate'. (key-spacing)
(#198) A space is required after ','. (comma-spacing)
(#198) Missing space before value for key 'hideProps'. (key-spacing)
(#198) Missing space before value for key 'borderTopWidth'. (key-spacing)
(#198) A space is required after ','. (comma-spacing)
(#198) Missing space before value for key 'borderBottomWidth'. (key-spacing)
(#198) A space is required after ','. (comma-spacing)
(#198) Missing space before value for key 'paddingTop'. (key-spacing)
(#198) A space is required after ','. (comma-spacing)
(#198) Missing space before value for key 'paddingBottom'. (key-spacing)
(#198) A space is required after ','. (comma-spacing)
(#198) Missing space before value for key 'height'. (key-spacing)
(#198) A space is required after ','. (comma-spacing)
(#198) Missing space before value for key 'showProps'. (key-spacing)
(#198) Missing space before value for key 'borderTopWidth'. (key-spacing)
(#198) A space is required after ','. (comma-spacing)
(#198) Missing space before value for key 'borderBottomWidth'. (key-spacing)
(#198) A space is required after ','. (comma-spacing)
(#198) Missing space before value for key 'paddingTop'. (key-spacing)
(#198) A space is required after ','. (comma-spacing)
(#198) Missing space before value for key 'paddingBottom'. (key-spacing)
(#198) A space is required after ','. (comma-spacing)
(#198) Missing space before value for key 'height'. (key-spacing)
(#198) A space is required after ','. (comma-spacing)
(#198) Missing space before value for key '_create'. (key-spacing)
(#198) Requires a space after '{'. (block-spacing)
(#198) Statement inside of curly braces should be on next line. (brace-style)
(#198) Missing space before opening brace. (space-before-blocks)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) Missing whitespace after semicolon. (semi-spacing)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#198) Missing whitespace after semicolon. (semi-spacing)
(#198) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#198) A space is required after ','. (comma-spacing)
(#199) This line has a length of 536. Maximum allowed is 132. (max-len)
(#199) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#199) Operator '||' must be spaced. (space-infix-ops)
(#199) Operator '!==' must be spaced. (space-infix-ops)
(#199) Operator '&&' must be spaced. (space-infix-ops)
(#199) Use '===' to compare with null. (no-eq-null)
(#199) Operator '!=' must be spaced. (space-infix-ops)
(#199) Operator '||' must be spaced. (space-infix-ops)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#199) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#199) Operator '>' must be spaced. (space-infix-ops)
(#199) Operator '&&' must be spaced. (space-infix-ops)
(#199) Operator '+=' must be spaced. (space-infix-ops)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) Requires a space before '}'. (block-spacing)
(#199) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#199) Missing semicolon. (semi)
(#199) A space is required after ','. (comma-spacing)
(#199) Missing space before value for key '_getCreateEventData'. (key-spacing)
(#199) Requires a space after '{'. (block-spacing)
(#199) Statement inside of curly braces should be on next line. (brace-style)
(#199) Missing space before opening brace. (space-before-blocks)
(#199) Expected space(s) after "return". (keyword-spacing)
(#199) Missing space before value for key 'header'. (key-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) Missing space before value for key 'panel'. (key-spacing)
(#199) Operator '?' must be spaced. (space-infix-ops)
(#199) Operator ':' must be spaced. (space-infix-ops)
(#199) Requires a space before '}'. (block-spacing)
(#199) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#199) Missing semicolon. (semi)
(#199) A space is required after ','. (comma-spacing)
(#199) Missing space before value for key '_createIcons'. (key-spacing)
(#199) Requires a space after '{'. (block-spacing)
(#199) Statement inside of curly braces should be on next line. (brace-style)
(#199) Missing space before opening brace. (space-before-blocks)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#199) Operator '&&' must be spaced. (space-infix-ops)
(#199) Operator '+' must be spaced. (space-infix-ops)
(#199) A space is required after ','. (comma-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) Requires a space before '}'. (block-spacing)
(#199) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#199) Missing semicolon. (semi)
(#200) This line has a length of 523. Maximum allowed is 132. (max-len)
(#200) Missing space before value for key '_destroyIcons'. (key-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space before '}'. (block-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key '_destroy'. (key-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#201) This line has a length of 504. Maximum allowed is 132. (max-len)
(#201) Missing whitespace after semicolon. (semi-spacing)
(#201) Operator '=' must be spaced. (space-infix-ops)
(#201) A space is required after ','. (comma-spacing)
(#201) Missing whitespace after semicolon. (semi-spacing)
(#201) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#201) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#201) Operator '!==' must be spaced. (space-infix-ops)
(#201) Operator '&&' must be spaced. (space-infix-ops)
(#201) A space is required after ','. (comma-spacing)
(#201) Requires a space before '}'. (block-spacing)
(#201) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#201) Missing semicolon. (semi)
(#201) A space is required after ','. (comma-spacing)
(#201) Missing space before value for key '_setOption'. (key-spacing)
(#201) A space is required after ','. (comma-spacing)
(#201) Requires a space after '{'. (block-spacing)
(#201) Statement inside of curly braces should be on next line. (brace-style)
(#201) Missing space before opening brace. (space-before-blocks)
(#201) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#201) Operator '===' must be spaced. (space-infix-ops)
(#201) Operator '?' must be spaced. (space-infix-ops)
(#201) Operator ':' must be spaced. (space-infix-ops)
(#201) Operator '===' must be spaced. (space-infix-ops)
(#201) Operator '&&' must be spaced. (space-infix-ops)
(#201) Operator '&&' must be spaced. (space-infix-ops)
(#201) A space is required after ','. (comma-spacing)
(#201) A space is required after ','. (comma-spacing)
(#202) This line has a length of 502. Maximum allowed is 132. (max-len)
(#202) A space is required after ','. (comma-spacing)
(#202) A space is required after ','. (comma-spacing)
(#202) Operator '!==' must be spaced. (space-infix-ops)
(#202) Operator '||' must be spaced. (space-infix-ops)
(#202) Operator '||' must be spaced. (space-infix-ops)
(#202) Operator '!==' must be spaced. (space-infix-ops)
(#202) Operator '||' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Operator '===' must be spaced. (space-infix-ops)
(#202) Operator '&&' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Operator '&&' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Operator '===' must be spaced. (space-infix-ops)
(#202) Operator '&&' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) A space is required after ','. (comma-spacing)
(#202) A space is required after ','. (comma-spacing)
(#202) A space is required after ','. (comma-spacing)
(#202) Requires a space before '}'. (block-spacing)
(#202) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#202) Missing semicolon. (semi)
(#202) A space is required after ','. (comma-spacing)
(#202) Missing space before value for key '_keydown'. (key-spacing)
(#202) Requires a space after '{'. (block-spacing)
(#202) Statement inside of curly braces should be on next line. (brace-style)
(#202) Missing space before opening brace. (space-before-blocks)
(#202) Expected space(s) after "if". (keyword-spacing)
(#202) Operator '&&' must be spaced. (space-infix-ops)
(#202) Requires a space after '{'. (block-spacing)
(#202) Statement inside of curly braces should be on next line. (brace-style)
(#202) Missing space before opening brace. (space-before-blocks)
(#202) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) A space is required after ','. (comma-spacing)
(#202) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) Missing whitespace after semicolon. (semi-spacing)
(#202) Expected space(s) after "switch". (keyword-spacing)
(#202) Requires a space after '{'. (block-spacing)
(#202) Statement inside of curly braces should be on next line. (brace-style)
(#202) Missing space before opening brace. (space-before-blocks)
(#202) Operator '=' must be spaced. (space-infix-ops)
(#202) Operator '+' must be spaced. (space-infix-ops)
(#202) Operator '%' must be spaced. (space-infix-ops)
(#203) This line has a length of 503. Maximum allowed is 132. (max-len)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) Operator '-' must be spaced. (space-infix-ops)
(#203) Operator '+' must be spaced. (space-infix-ops)
(#203) Operator '%' must be spaced. (space-infix-ops)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) Operator '-' must be spaced. (space-infix-ops)
(#203) Requires a space before '}'. (block-spacing)
(#203) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#203) Missing semicolon. (semi)
(#203) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#203) Operator '&&' must be spaced. (space-infix-ops)
(#203) A space is required after ','. (comma-spacing)
(#203) A space is required after ','. (comma-spacing)
(#203) A space is required after ','. (comma-spacing)
(#203) A space is required after ','. (comma-spacing)
(#203) A space is required after ','. (comma-spacing)
(#203) Requires a space before '}'. (block-spacing)
(#203) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#203) Missing semicolon. (semi)
(#203) Requires a space before '}'. (block-spacing)
(#203) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#203) A space is required after ','. (comma-spacing)
(#203) Missing space before value for key '_panelKeyDown'. (key-spacing)
(#203) Requires a space after '{'. (block-spacing)
(#203) Statement inside of curly braces should be on next line. (brace-style)
(#203) Missing space before opening brace. (space-before-blocks)
(#203) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#203) Operator '===' must be spaced. (space-infix-ops)
(#203) Operator '&&' must be spaced. (space-infix-ops)
(#203) Operator '&&' must be spaced. (space-infix-ops)
(#203) Requires a space before '}'. (block-spacing)
(#203) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#203) Missing semicolon. (semi)
(#203) A space is required after ','. (comma-spacing)
(#203) Missing space before value for key 'refresh'. (key-spacing)
(#203) Requires a space after '{'. (block-spacing)
(#203) Statement inside of curly braces should be on next line. (brace-style)
(#203) Missing space before opening brace. (space-before-blocks)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Missing whitespace after semicolon. (semi-spacing)
(#203) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#203) Do not nest ternary expressions. (no-nested-ternary)
(#203) Operator '===' must be spaced. (space-infix-ops)
(#203) Operator '&&' must be spaced. (space-infix-ops)
(#203) Operator '===' must be spaced. (space-infix-ops)
(#203) Operator '||' must be spaced. (space-infix-ops)
(#203) Operator '?' must be spaced. (space-infix-ops)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#204) This line has a length of 504. Maximum allowed is 132. (max-len)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) Operator ':' must be spaced. (space-infix-ops)
(#204) Do not nest ternary expressions. (no-nested-ternary)
(#204) Operator '===' must be spaced. (space-infix-ops)
(#204) Operator '?' must be spaced. (space-infix-ops)
(#204) Operator ':' must be spaced. (space-infix-ops)
(#204) Do not nest ternary expressions. (no-nested-ternary)
(#204) Operator '&&' must be spaced. (space-infix-ops)
(#204) A space is required after ','. (comma-spacing)
(#204) Operator '?' must be spaced. (space-infix-ops)
(#204) Operator '===' must be spaced. (space-infix-ops)
(#204) Operator '?' must be spaced. (space-infix-ops)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) A space is required after ','. (comma-spacing)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) Operator ':' must be spaced. (space-infix-ops)
(#204) A space is required after ','. (comma-spacing)
(#204) Operator '-' must be spaced. (space-infix-ops)
(#204) Operator ':' must be spaced. (space-infix-ops)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) Missing whitespace after semicolon. (semi-spacing)
(#204) Missing whitespace after semicolon. (semi-spacing)
(#204) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#204) Requires a space before '}'. (block-spacing)
(#204) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#204) Missing semicolon. (semi)
(#204) A space is required after ','. (comma-spacing)
(#204) Missing space before value for key '_processPanels'. (key-spacing)
(#204) Requires a space after '{'. (block-spacing)
(#204) Statement inside of curly braces should be on next line. (brace-style)
(#204) Missing space before opening brace. (space-before-blocks)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) A space is required after ','. (comma-spacing)
(#204) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#204) Missing whitespace after semicolon. (semi-spacing)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#205) This line has a length of 517. Maximum allowed is 132. (max-len)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#205) Operator '&&' must be spaced. (space-infix-ops)
(#205) A space is required after ','. (comma-spacing)
(#205) Requires a space before '}'. (block-spacing)
(#205) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#205) Missing semicolon. (semi)
(#205) A space is required after ','. (comma-spacing)
(#205) Missing space before value for key '_refresh'. (key-spacing)
(#205) Requires a space after '{'. (block-spacing)
(#205) Statement inside of curly braces should be on next line. (brace-style)
(#205) Missing space before opening brace. (space-before-blocks)
(#205) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) A space is required after ','. (comma-spacing)
(#205) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) A space is required after ','. (comma-spacing)
(#205) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Missing whitespace after semicolon. (semi-spacing)
(#206) This line has a length of 521. Maximum allowed is 132. (max-len)
(#206) A space is required after ','. (comma-spacing)
(#206) Requires a space after '{'. (block-spacing)
(#206) Statement inside of curly braces should be on next line. (brace-style)
(#206) Missing space before opening brace. (space-before-blocks)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) A space is required after ','. (comma-spacing)
(#206) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) A space is required after ','. (comma-spacing)
(#206) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) A space is required after ','. (comma-spacing)
(#206) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#206) A space is required after ','. (comma-spacing)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) A space is required after ','. (comma-spacing)
(#206) Requires a space before '}'. (block-spacing)
(#206) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#206) Missing semicolon. (semi)
(#206) A space is required after ','. (comma-spacing)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) Missing space before value for key 'aria-selected'. (key-spacing)
(#206) A space is required after ','. (comma-spacing)
(#206) Missing space before value for key 'aria-expanded'. (key-spacing)
(#206) A space is required after ','. (comma-spacing)
(#206) Missing space before value for key 'tabIndex'. (key-spacing)
(#206) Missing space before value for key 'aria-hidden'. (key-spacing)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#206) Operator '?' must be spaced. (space-infix-ops)
(#206) Missing space before value for key 'aria-selected'. (key-spacing)
(#206) A space is required after ','. (comma-spacing)
(#206) Missing space before value for key 'aria-expanded'. (key-spacing)
(#206) A space is required after ','. (comma-spacing)
(#206) Missing space before value for key 'tabIndex'. (key-spacing)
(#206) Missing space before value for key 'aria-hidden'. (key-spacing)
(#206) Operator ':' must be spaced. (space-infix-ops)
(#207) This line has a length of 527. Maximum allowed is 132. (max-len)
(#207) Missing whitespace after semicolon. (semi-spacing)
(#207) Missing whitespace after semicolon. (semi-spacing)
(#207) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#207) Missing whitespace after semicolon. (semi-spacing)
(#207) Expected space(s) after "if". (keyword-spacing)
(#207) Operator '===' must be spaced. (space-infix-ops)
(#207) Requires a space after '{'. (block-spacing)
(#207) Statement inside of curly braces should be on next line. (brace-style)
(#207) Missing space before opening brace. (space-before-blocks)
(#207) Operator '=' must be spaced. (space-infix-ops)
(#207) Missing whitespace after semicolon. (semi-spacing)
(#207) Requires a space after '{'. (block-spacing)
(#207) Statement inside of curly braces should be on next line. (brace-style)
(#207) Missing space before opening brace. (space-before-blocks)
(#207) Operator '=' must be spaced. (space-infix-ops)
(#207) A space is required after ','. (comma-spacing)
(#207) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#207) Operator '=' must be spaced. (space-infix-ops)
(#207) Missing whitespace after semicolon. (semi-spacing)
(#207) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#207) Operator '!==' must be spaced. (space-infix-ops)
(#207) Operator '&&' must be spaced. (space-infix-ops)
(#207) Operator '!==' must be spaced. (space-infix-ops)
(#207) Operator '&&' must be spaced. (space-infix-ops)
(#207) Operator '-=' must be spaced. (space-infix-ops)
(#207) Requires a space before '}'. (block-spacing)
(#207) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#207) Missing semicolon. (semi)
(#207) Missing whitespace after semicolon. (semi-spacing)
(#207) Requires a space after '{'. (block-spacing)
(#207) Statement inside of curly braces should be on next line. (brace-style)
(#207) Missing space before opening brace. (space-before-blocks)
(#207) Operator '-=' must be spaced. (space-infix-ops)
(#207) Requires a space before '}'. (block-spacing)
(#207) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#207) Missing semicolon. (semi)
(#207) Missing whitespace after semicolon. (semi-spacing)
(#207) Requires a space after '{'. (block-spacing)
(#207) Statement inside of curly braces should be on next line. (brace-style)
(#207) Missing space before opening brace. (space-before-blocks)
(#207) A space is required after ','. (comma-spacing)
(#207) Operator '-' must be spaced. (space-infix-ops)
(#207) Operator '+' must be spaced. (space-infix-ops)
(#207) Requires a space before '}'. (block-spacing)
(#207) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#207) Missing semicolon. (semi)
(#207) A space is required after ','. (comma-spacing)
(#207) Requires a space before '}'. (block-spacing)
(#207) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#207) Missing semicolon. (semi)
(#207) Expected space(s) before "else". (keyword-spacing)
(#207) Expected space(s) after "else". (keyword-spacing)
(#207) Expected { after 'else'. (curly)
(#207) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#207) Operator '===' must be spaced. (space-infix-ops)
(#207) Operator '&&' must be spaced. (space-infix-ops)
(#207) 'f' used outside of binding context. (block-scoped-var)
(#207) Operator '=' must be spaced. (space-infix-ops)
(#207) A space is required after ','. (comma-spacing)
(#207) Requires a space after '{'. (block-spacing)
(#207) Statement inside of curly braces should be on next line. (brace-style)
(#207) Missing space before opening brace. (space-before-blocks)
(#207) 'f' used outside of binding context. (block-scoped-var)
(#207) Operator '=' must be spaced. (space-infix-ops)
(#207) 'f' used outside of binding context. (block-scoped-var)
(#207) A space is required after ','. (comma-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Requires a space before '}'. (block-spacing)
(#207) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#207) Missing semicolon. (semi)
(#207) 'f' used outside of binding context. (block-scoped-var)
(#207) Requires a space before '}'. (block-spacing)
(#207) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#207) Missing semicolon. (semi)
(#208) This line has a length of 505. Maximum allowed is 132. (max-len)
(#208) Missing space before value for key '_activate'. (key-spacing)
(#208) Requires a space after '{'. (block-spacing)
(#208) Statement inside of curly braces should be on next line. (brace-style)
(#208) Missing space before opening brace. (space-before-blocks)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#208) Operator '!==' must be spaced. (space-infix-ops)
(#208) Operator '&&' must be spaced. (space-infix-ops)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Operator '||' must be spaced. (space-infix-ops)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key 'target'. (key-spacing)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key 'currentTarget'. (key-spacing)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key 'preventDefault'. (key-spacing)
(#208) Requires a space before '}'. (block-spacing)
(#208) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#208) Missing semicolon. (semi)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key '_findActive'. (key-spacing)
(#208) Requires a space after '{'. (block-spacing)
(#208) Statement inside of curly braces should be on next line. (brace-style)
(#208) Missing space before opening brace. (space-before-blocks)
(#208) Expected space(s) after "return". (keyword-spacing)
(#208) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#208) Operator '===' must be spaced. (space-infix-ops)
(#208) Operator '?' must be spaced. (space-infix-ops)
(#208) Operator ':' must be spaced. (space-infix-ops)
(#208) Requires a space before '}'. (block-spacing)
(#208) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#208) Missing semicolon. (semi)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key '_setupEvents'. (key-spacing)
(#208) Requires a space after '{'. (block-spacing)
(#208) Statement inside of curly braces should be on next line. (brace-style)
(#208) Missing space before opening brace. (space-before-blocks)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Missing space before value for key 'keydown'. (key-spacing)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#208) Operator '&&' must be spaced. (space-infix-ops)
(#208) A space is required after ','. (comma-spacing)
(#208) A space is required after ','. (comma-spacing)
(#208) Requires a space after '{'. (block-spacing)
(#208) Statement inside of curly braces should be on next line. (brace-style)
(#208) Missing space before opening brace. (space-before-blocks)
(#208) Operator '=' must be spaced. (space-infix-ops)
(#208) Requires a space before '}'. (block-spacing)
(#208) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#208) Missing semicolon. (semi)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before value for key 'keydown'. (key-spacing)
(#208) Missing whitespace after semicolon. (semi-spacing)
(#209) This line has a length of 549. Maximum allowed is 132. (max-len)
(#209) Requires a space before '}'. (block-spacing)
(#209) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#209) Missing semicolon. (semi)
(#209) A space is required after ','. (comma-spacing)
(#209) Missing space before value for key '_eventHandler'. (key-spacing)
(#209) Requires a space after '{'. (block-spacing)
(#209) Statement inside of curly braces should be on next line. (brace-style)
(#209) Missing space before opening brace. (space-before-blocks)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) A space is required after ','. (comma-spacing)
(#209) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) A space is required after ','. (comma-spacing)
(#209) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) A space is required after ','. (comma-spacing)
(#209) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) Operator '===' must be spaced. (space-infix-ops)
(#209) A space is required after ','. (comma-spacing)
(#209) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) Operator '&&' must be spaced. (space-infix-ops)
(#209) A space is required after ','. (comma-spacing)
(#209) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) Operator '?' must be spaced. (space-infix-ops)
(#209) Operator ':' must be spaced. (space-infix-ops)
(#209) A space is required after ','. (comma-spacing)
(#209) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) Missing whitespace after semicolon. (semi-spacing)
(#209) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) Missing space before value for key 'oldHeader'. (key-spacing)
(#209) A space is required after ','. (comma-spacing)
(#209) Missing space before value for key 'oldPanel'. (key-spacing)
(#209) A space is required after ','. (comma-spacing)
(#209) Missing space before value for key 'newHeader'. (key-spacing)
(#209) Operator '?' must be spaced. (space-infix-ops)
(#209) Operator ':' must be spaced. (space-infix-ops)
(#209) A space is required after ','. (comma-spacing)
(#209) Missing space before value for key 'newPanel'. (key-spacing)
(#209) Missing whitespace after semicolon. (semi-spacing)
(#209) Missing whitespace after semicolon. (semi-spacing)
(#209) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#209) Operator '&&' must be spaced. (space-infix-ops)
(#209) Operator '||' must be spaced. (space-infix-ops)
(#209) Operator '===' must be spaced. (space-infix-ops)
(#209) A space is required after ','. (comma-spacing)
(#209) A space is required after ','. (comma-spacing)
(#209) Operator '||' must be spaced. (space-infix-ops)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) Operator '?' must be spaced. (space-infix-ops)
(#209) Operator ':' must be spaced. (space-infix-ops)
(#209) A space is required after ','. (comma-spacing)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#209) Operator '?' must be spaced. (space-infix-ops)
(#209) Operator ':' must be spaced. (space-infix-ops)
(#209) A space is required after ','. (comma-spacing)
(#209) A space is required after ','. (comma-spacing)
(#209) A space is required after ','. (comma-spacing)
(#209) Operator '&&' must be spaced. (space-infix-ops)
(#210) This line has a length of 512. Maximum allowed is 132. (max-len)
(#210) Operator '||' must be spaced. (space-infix-ops)
(#210) A space is required after ','. (comma-spacing)
(#210) Operator '&&' must be spaced. (space-infix-ops)
(#210) A space is required after ','. (comma-spacing)
(#210) Requires a space before '}'. (block-spacing)
(#210) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#210) Missing semicolon. (semi)
(#210) A space is required after ','. (comma-spacing)
(#210) Missing space before value for key '_toggle'. (key-spacing)
(#210) Requires a space after '{'. (block-spacing)
(#210) Statement inside of curly braces should be on next line. (brace-style)
(#210) Missing space before opening brace. (space-before-blocks)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) A space is required after ','. (comma-spacing)
(#210) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) Operator '?' must be spaced. (space-infix-ops)
(#210) Operator ':' must be spaced. (space-infix-ops)
(#210) Missing whitespace after semicolon. (semi-spacing)
(#210) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#210) A space is required after ','. (comma-spacing)
(#210) Missing whitespace after semicolon. (semi-spacing)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) Missing whitespace after semicolon. (semi-spacing)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#210) Missing whitespace after semicolon. (semi-spacing)
(#210) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#210) Operator '?' must be spaced. (space-infix-ops)
(#210) A space is required after ','. (comma-spacing)
(#210) A space is required after ','. (comma-spacing)
(#210) Operator ':' must be spaced. (space-infix-ops)
(#210) A space is required after ','. (comma-spacing)
(#210) A space is required after ','. (comma-spacing)
(#211) This line has a length of 518. Maximum allowed is 132. (max-len)
(#211) Missing space before value for key 'aria-hidden'. (key-spacing)
(#211) Missing whitespace after semicolon. (semi-spacing)
(#211) Missing space before value for key 'aria-selected'. (key-spacing)
(#211) A space is required after ','. (comma-spacing)
(#211) Missing space before value for key 'aria-expanded'. (key-spacing)
(#211) Missing whitespace after semicolon. (semi-spacing)
(#211) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#211) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#211) Operator '&&' must be spaced. (space-infix-ops)
(#211) Operator '?' must be spaced. (space-infix-ops)
(#211) Missing space before value for key 'tabIndex'. (key-spacing)
(#211) A space is required after ','. (comma-spacing)
(#211) Missing space before value for key 'aria-expanded'. (key-spacing)
(#211) Operator ':' must be spaced. (space-infix-ops)
(#211) Operator '&&' must be spaced. (space-infix-ops)
(#211) Requires a space after '{'. (block-spacing)
(#211) Statement inside of curly braces should be on next line. (brace-style)
(#211) Missing space before opening brace. (space-before-blocks)
(#211) Operator '===' must be spaced. (space-infix-ops)
(#211) A space is required after ','. (comma-spacing)
(#211) Requires a space before '}'. (block-spacing)
(#211) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#211) Missing semicolon. (semi)
(#211) A space is required after ','. (comma-spacing)
(#211) Missing whitespace after semicolon. (semi-spacing)
(#211) A space is required after ','. (comma-spacing)
(#211) Missing space before value for key 'aria-selected'. (key-spacing)
(#211) A space is required after ','. (comma-spacing)
(#211) Missing space before value for key 'aria-expanded'. (key-spacing)
(#211) A space is required after ','. (comma-spacing)
(#211) Missing space before value for key 'tabIndex'. (key-spacing)
(#211) Requires a space before '}'. (block-spacing)
(#211) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#211) Missing semicolon. (semi)
(#211) A space is required after ','. (comma-spacing)
(#211) Missing space before value for key '_animate'. (key-spacing)
(#211) Expected to return a value at the end of method '_animate'. (consistent-return)
(#211) A space is required after ','. (comma-spacing)
(#211) A space is required after ','. (comma-spacing)
(#211) Requires a space after '{'. (block-spacing)
(#211) Statement inside of curly braces should be on next line. (brace-style)
(#211) Missing space before opening brace. (space-before-blocks)
(#211) A space is required after ','. (comma-spacing)
(#211) A space is required after ','. (comma-spacing)
(#211) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) A space is required after ','. (comma-spacing)
(#211) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) A space is required after ','. (comma-spacing)
(#211) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) A space is required after ','. (comma-spacing)
(#211) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) Operator '&&' must be spaced. (space-infix-ops)
(#211) Operator '||' must be spaced. (space-infix-ops)
(#211) Operator '<' must be spaced. (space-infix-ops)
(#211) A space is required after ','. (comma-spacing)
(#211) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#211) Operator '=' must be spaced. (space-infix-ops)
(#211) Operator '||' must be spaced. (space-infix-ops)
(#212) This line has a length of 505. Maximum allowed is 132. (max-len)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Operator '&&' must be spaced. (space-infix-ops)
(#212) Operator '||' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Requires a space after '{'. (block-spacing)
(#212) Statement inside of curly braces should be on next line. (brace-style)
(#212) Missing space before opening brace. (space-before-blocks)
(#212) Requires a space before '}'. (block-spacing)
(#212) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#212) Missing semicolon. (semi)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#212) Operator '===' must be spaced. (space-infix-ops)
(#212) Operator '&&' must be spaced. (space-infix-ops)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#212) Operator '===' must be spaced. (space-infix-ops)
(#212) Operator '&&' must be spaced. (space-infix-ops)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Operator '||' must be spaced. (space-infix-ops)
(#212) Operator '||' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Operator '||' must be spaced. (space-infix-ops)
(#212) Operator '||' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Expected space(s) after "if". (keyword-spacing)
(#212) Expected { after 'if' condition. (curly)
(#212) Expected space(s) before "return". (keyword-spacing)
(#212) A space is required after ','. (comma-spacing)
(#212) A space is required after ','. (comma-spacing)
(#212) A space is required after ','. (comma-spacing)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Expected space(s) after "if". (keyword-spacing)
(#212) Expected { after 'if' condition. (curly)
(#212) Expected space(s) before "return". (keyword-spacing)
(#212) A space is required after ','. (comma-spacing)
(#212) A space is required after ','. (comma-spacing)
(#212) A space is required after ','. (comma-spacing)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) A space is required after ','. (comma-spacing)
(#212) Missing space before value for key 'duration'. (key-spacing)
(#212) A space is required after ','. (comma-spacing)
(#212) Missing space before value for key 'easing'. (key-spacing)
(#212) A space is required after ','. (comma-spacing)
(#212) Missing space before value for key 'step'. (key-spacing)
(#212) A space is required after ','. (comma-spacing)
(#212) Requires a space after '{'. (block-spacing)
(#212) Statement inside of curly braces should be on next line. (brace-style)
(#212) Missing space before opening brace. (space-before-blocks)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Requires a space before '}'. (block-spacing)
(#212) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#212) Missing semicolon. (semi)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) A space is required after ','. (comma-spacing)
(#212) Missing space before value for key 'duration'. (key-spacing)
(#212) A space is required after ','. (comma-spacing)
(#212) Missing space before value for key 'easing'. (key-spacing)
(#212) A space is required after ','. (comma-spacing)
(#212) Missing space before value for key 'complete'. (key-spacing)
(#212) A space is required after ','. (comma-spacing)
(#212) Missing space before value for key 'step'. (key-spacing)
(#212) A space is required after ','. (comma-spacing)
(#212) Requires a space after '{'. (block-spacing)
(#212) Statement inside of curly braces should be on next line. (brace-style)
(#212) Missing space before opening brace. (space-before-blocks)
(#212) Operator '=' must be spaced. (space-infix-ops)
(#212) Missing whitespace after semicolon. (semi-spacing)
(#212) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#212) Operator '!==' must be spaced. (space-infix-ops)
(#212) Operator '?' must be spaced. (space-infix-ops)
(#213) This line has a length of 524. Maximum allowed is 132. (max-len)
(#213) Operator '===' must be spaced. (space-infix-ops)
(#213) Operator '&&' must be spaced. (space-infix-ops)
(#213) Operator '+=' must be spaced. (space-infix-ops)
(#213) Operator ':' must be spaced. (space-infix-ops)
(#213) Operator '!==' must be spaced. (space-infix-ops)
(#213) Operator '&&' must be spaced. (space-infix-ops)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) Operator '-' must be spaced. (space-infix-ops)
(#213) Operator '-' must be spaced. (space-infix-ops)
(#213) A space is required after ','. (comma-spacing)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) Requires a space before '}'. (block-spacing)
(#213) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#213) Missing semicolon. (semi)
(#213) Requires a space before '}'. (block-spacing)
(#213) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#213) Missing semicolon. (semi)
(#213) A space is required after ','. (comma-spacing)
(#213) Missing space before value for key '_toggleComplete'. (key-spacing)
(#213) Requires a space after '{'. (block-spacing)
(#213) Statement inside of curly braces should be on next line. (brace-style)
(#213) Missing space before opening brace. (space-before-blocks)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#213) Operator '&&' must be spaced. (space-infix-ops)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) A space is required after ','. (comma-spacing)
(#213) A space is required after ','. (comma-spacing)
(#213) Requires a space before '}'. (block-spacing)
(#213) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#213) Missing semicolon. (semi)
(#213) Missing whitespace after semicolon. (semi-spacing)
(#213) A space is required after ','. (comma-spacing)
(#213) Missing space before value for key 'version'. (key-spacing)
(#213) A space is required after ','. (comma-spacing)
(#213) Missing space before value for key 'defaultElement'. (key-spacing)
(#213) A space is required after ','. (comma-spacing)
(#213) Missing space before value for key 'delay'. (key-spacing)
(#213) A space is required after ','. (comma-spacing)
(#213) Missing space before value for key 'options'. (key-spacing)
(#213) Missing space before value for key 'icons'. (key-spacing)
(#213) Missing space before value for key 'submenu'. (key-spacing)
(#213) A space is required after ','. (comma-spacing)
(#213) Missing space before value for key 'items'. (key-spacing)
(#213) A space is required after ','. (comma-spacing)
(#213) Missing space before value for key 'menus'. (key-spacing)
(#213) A space is required after ','. (comma-spacing)
(#213) Missing space before value for key 'position'. (key-spacing)
(#213) Missing space before value for key 'my'. (key-spacing)
(#214) This line has a length of 516. Maximum allowed is 132. (max-len)
(#214) Missing space before value for key 'at'. (key-spacing)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key 'role'. (key-spacing)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key 'blur'. (key-spacing)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key 'focus'. (key-spacing)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key 'select'. (key-spacing)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key '_create'. (key-spacing)
(#214) Requires a space after '{'. (block-spacing)
(#214) Statement inside of curly braces should be on next line. (brace-style)
(#214) Missing space before opening brace. (space-before-blocks)
(#214) Operator '=' must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Operator '=' must be spaced. (space-infix-ops)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key 'role'. (key-spacing)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key 'tabIndex'. (key-spacing)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#214) Operator '&&' must be spaced. (space-infix-ops)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing whitespace after semicolon. (semi-spacing)
(#214) Missing space before value for key 'mousedown .ui-menu-item'. (key-spacing)
(#214) Requires a space after '{'. (block-spacing)
(#214) Statement inside of curly braces should be on next line. (brace-style)
(#214) Missing space before opening brace. (space-before-blocks)
(#214) Requires a space before '}'. (block-spacing)
(#214) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#214) Missing semicolon. (semi)
(#214) A space is required after ','. (comma-spacing)
(#214) Missing space before value for key 'click .ui-menu-item'. (key-spacing)
(#214) Requires a space after '{'. (block-spacing)
(#214) Statement inside of curly braces should be on next line. (brace-style)
(#214) Missing space before opening brace. (space-before-blocks)
(#214) Operator '=' must be spaced. (space-infix-ops)
(#215) This line has a length of 535. Maximum allowed is 132. (max-len)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#215) Operator '&&' must be spaced. (space-infix-ops)
(#215) Operator '&&' must be spaced. (space-infix-ops)
(#215) A space is required after ','. (comma-spacing)
(#215) Operator '||' must be spaced. (space-infix-ops)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) A space is required after ','. (comma-spacing)
(#215) Operator '?' must be spaced. (space-infix-ops)
(#215) Operator ':' must be spaced. (space-infix-ops)
(#215) Operator '&&' must be spaced. (space-infix-ops)
(#215) Operator '&&' must be spaced. (space-infix-ops)
(#215) A space is required after ','. (comma-spacing)
(#215) A space is required after ','. (comma-spacing)
(#215) Operator '&&' must be spaced. (space-infix-ops)
(#215) Operator '===' must be spaced. (space-infix-ops)
(#215) Operator '&&' must be spaced. (space-infix-ops)
(#215) Requires a space before '}'. (block-spacing)
(#215) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#215) Missing semicolon. (semi)
(#215) A space is required after ','. (comma-spacing)
(#215) Missing space before value for key 'mouseenter .ui-menu-item'. (key-spacing)
(#215) Requires a space after '{'. (block-spacing)
(#215) Statement inside of curly braces should be on next line. (brace-style)
(#215) Missing space before opening brace. (space-before-blocks)
(#215) Expected space(s) after "if". (keyword-spacing)
(#215) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#215) Requires a space after '{'. (block-spacing)
(#215) Statement inside of curly braces should be on next line. (brace-style)
(#215) Missing space before opening brace. (space-before-blocks)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#216) This line has a length of 807. Maximum allowed is 132. (max-len)
(#216) A space is required after ','. (comma-spacing)
(#216) Requires a space before '}'. (block-spacing)
(#216) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#216) Missing semicolon. (semi)
(#216) Requires a space before '}'. (block-spacing)
(#216) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#216) A space is required after ','. (comma-spacing)
(#216) Missing space before value for key 'mouseleave'. (key-spacing)
(#216) A space is required after ','. (comma-spacing)
(#216) Missing space before value for key 'mouseleave .ui-menu'. (key-spacing)
(#216) A space is required after ','. (comma-spacing)
(#216) Missing space before value for key 'focus'. (key-spacing)
(#216) A space is required after ','. (comma-spacing)
(#216) Requires a space after '{'. (block-spacing)
(#216) Statement inside of curly braces should be on next line. (brace-style)
(#216) Missing space before opening brace. (space-before-blocks)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) Operator '||' must be spaced. (space-infix-ops)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#216) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#216) Operator '||' must be spaced. (space-infix-ops)
(#216) A space is required after ','. (comma-spacing)
(#216) Requires a space before '}'. (block-spacing)
(#216) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#216) Missing semicolon. (semi)
(#216) A space is required after ','. (comma-spacing)
(#216) Missing space before value for key 'blur'. (key-spacing)
(#216) Requires a space after '{'. (block-spacing)
(#216) Statement inside of curly braces should be on next line. (brace-style)
(#216) Missing space before opening brace. (space-before-blocks)
(#216) Requires a space after '{'. (block-spacing)
(#216) Statement inside of curly braces should be on next line. (brace-style)
(#216) Missing space before opening brace. (space-before-blocks)
(#216) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#216) A space is required after ','. (comma-spacing)
(#216) Operator '||' must be spaced. (space-infix-ops)
(#216) Requires a space before '}'. (block-spacing)
(#216) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#216) Missing semicolon. (semi)
(#216) Requires a space before '}'. (block-spacing)
(#216) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#216) Missing semicolon. (semi)
(#216) A space is required after ','. (comma-spacing)
(#216) Missing space before value for key 'keydown'. (key-spacing)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) A space is required after ','. (comma-spacing)
(#216) Missing space before value for key 'click'. (key-spacing)
(#216) Requires a space after '{'. (block-spacing)
(#216) Statement inside of curly braces should be on next line. (brace-style)
(#216) Missing space before opening brace. (space-before-blocks)
(#216) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#216) Operator '&&' must be spaced. (space-infix-ops)
(#216) Missing whitespace after semicolon. (semi-spacing)
(#216) Operator '=' must be spaced. (space-infix-ops)
(#216) Requires a space before '}'. (block-spacing)
(#216) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#216) Missing semicolon. (semi)
(#216) Requires a space before '}'. (block-spacing)
(#216) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#216) Missing semicolon. (semi)
(#216) A space is required after ','. (comma-spacing)
(#216) Missing space before value for key '_destroy'. (key-spacing)
(#216) Requires a space after '{'. (block-spacing)
(#216) Statement inside of curly braces should be on next line. (brace-style)
(#216) Missing space before opening brace. (space-before-blocks)
(#217) This line has a length of 503. Maximum allowed is 132. (max-len)
(#217) Requires a space after '{'. (block-spacing)
(#217) Statement inside of curly braces should be on next line. (brace-style)
(#217) Missing space before opening brace. (space-before-blocks)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#217) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#217) Operator '&&' must be spaced. (space-infix-ops)
(#217) Requires a space before '}'. (block-spacing)
(#217) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#217) Missing semicolon. (semi)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Requires a space before '}'. (block-spacing)
(#217) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#217) Missing semicolon. (semi)
(#217) A space is required after ','. (comma-spacing)
(#217) Missing space before value for key '_keydown'. (key-spacing)
(#217) Method '_keydown' has a complexity of 21. Maximum allowed is 20. (complexity)
(#217) Requires a space after '{'. (block-spacing)
(#217) Statement inside of curly braces should be on next line. (brace-style)
(#217) Missing space before opening brace. (space-before-blocks)
(#217) Operator '=' must be spaced. (space-infix-ops)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#217) Expected space(s) after "switch". (keyword-spacing)
(#217) Requires a space after '{'. (block-spacing)
(#217) Statement inside of curly braces should be on next line. (brace-style)
(#217) Missing space before opening brace. (space-before-blocks)
(#217) Missing whitespace after semicolon. (semi-spacing)
(#218) This line has a length of 509. Maximum allowed is 132. (max-len)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#218) A space is required after ','. (comma-spacing)
(#218) A space is required after ','. (comma-spacing)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) A space is required after ','. (comma-spacing)
(#218) A space is required after ','. (comma-spacing)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#218) Operator '&&' must be spaced. (space-infix-ops)
(#218) Operator '&&' must be spaced. (space-infix-ops)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#218) Missing whitespace after semicolon. (semi-spacing)
(#219) This line has a length of 551. Maximum allowed is 132. (max-len)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Operator '||' must be spaced. (space-infix-ops)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#219) Operator '===' must be spaced. (space-infix-ops)
(#219) Operator '?' must be spaced. (space-infix-ops)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Operator ':' must be spaced. (space-infix-ops)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Operator '+' must be spaced. (space-infix-ops)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Operator '&&' must be spaced. (space-infix-ops)
(#219) Operator '!==' must be spaced. (space-infix-ops)
(#219) Operator '?' must be spaced. (space-infix-ops)
(#219) Operator ':' must be spaced. (space-infix-ops)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#219) Operator '||' must be spaced. (space-infix-ops)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) A space is required after ','. (comma-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Missing whitespace after semicolon. (semi-spacing)
(#219) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#219) Operator '?' must be spaced. (space-infix-ops)
(#219) A space is required after ','. (comma-spacing)
(#219) A space is required after ','. (comma-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) A space is required after ','. (comma-spacing)
(#219) Operator '=' must be spaced. (space-infix-ops)
(#219) Requires a space after '{'. (block-spacing)
(#219) Statement inside of curly braces should be on next line. (brace-style)
(#219) Missing space before opening brace. (space-before-blocks)
(#219) Requires a space before '}'. (block-spacing)
(#219) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#219) Missing semicolon. (semi)
(#219) A space is required after ','. (comma-spacing)
(#219) Operator ':' must be spaced. (space-infix-ops)
(#219) Requires a space before '}'. (block-spacing)
(#219) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#219) Missing semicolon. (semi)
(#219) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#219) Operator '&&' must be spaced. (space-infix-ops)
(#219) Requires a space before '}'. (block-spacing)
(#219) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#219) Missing semicolon. (semi)
(#219) A space is required after ','. (comma-spacing)
(#219) Missing space before value for key '_activate'. (key-spacing)
(#219) Requires a space after '{'. (block-spacing)
(#219) Statement inside of curly braces should be on next line. (brace-style)
(#219) Missing space before opening brace. (space-before-blocks)
(#219) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#219) Operator '||' must be spaced. (space-infix-ops)
(#220) This line has a length of 515. Maximum allowed is 132. (max-len)
(#220) Operator '?' must be spaced. (space-infix-ops)
(#220) Operator ':' must be spaced. (space-infix-ops)
(#220) Requires a space before '}'. (block-spacing)
(#220) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#220) Missing semicolon. (semi)
(#220) A space is required after ','. (comma-spacing)
(#220) Missing space before value for key 'refresh'. (key-spacing)
(#220) Requires a space after '{'. (block-spacing)
(#220) Statement inside of curly braces should be on next line. (brace-style)
(#220) Missing space before opening brace. (space-before-blocks)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) A space is required after ','. (comma-spacing)
(#220) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) A space is required after ','. (comma-spacing)
(#220) Missing whitespace after semicolon. (semi-spacing)
(#220) Missing space before value for key 'role'. (key-spacing)
(#220) A space is required after ','. (comma-spacing)
(#220) Missing space before value for key 'aria-hidden'. (key-spacing)
(#220) A space is required after ','. (comma-spacing)
(#220) Missing space before value for key 'aria-expanded'. (key-spacing)
(#220) Requires a space after '{'. (block-spacing)
(#220) Statement inside of curly braces should be on next line. (brace-style)
(#220) Missing space before opening brace. (space-before-blocks)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) A space is required after ','. (comma-spacing)
(#220) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) A space is required after ','. (comma-spacing)
(#220) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#220) Operator '=' must be spaced. (space-infix-ops)
(#220) Operator '+' must be spaced. (space-infix-ops)
(#221) This line has a length of 506. Maximum allowed is 132. (max-len)
(#221) A space is required after ','. (comma-spacing)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#221) A space is required after ','. (comma-spacing)
(#221) Requires a space before '}'. (block-spacing)
(#221) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#221) Missing semicolon. (semi)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Requires a space after '{'. (block-spacing)
(#221) Statement inside of curly braces should be on next line. (brace-style)
(#221) Missing space before opening brace. (space-before-blocks)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#221) Operator '&&' must be spaced. (space-infix-ops)
(#221) Requires a space before '}'. (block-spacing)
(#221) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#221) Missing semicolon. (semi)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Missing space before value for key 'tabIndex'. (key-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) Missing space before value for key 'role'. (key-spacing)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) A space is required after ','. (comma-spacing)
(#221) Missing whitespace after semicolon. (semi-spacing)
(#221) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#221) Operator '&&' must be spaced. (space-infix-ops)
(#222) This line has a length of 528. Maximum allowed is 132. (max-len)
(#222) Operator '&&' must be spaced. (space-infix-ops)
(#222) Requires a space before '}'. (block-spacing)
(#222) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#222) Missing semicolon. (semi)
(#222) A space is required after ','. (comma-spacing)
(#222) Missing space before value for key '_itemRole'. (key-spacing)
(#222) Requires a space after '{'. (block-spacing)
(#222) Statement inside of curly braces should be on next line. (brace-style)
(#222) Missing space before opening brace. (space-before-blocks)
(#222) Expected space(s) after "return". (keyword-spacing)
(#222) Missing space before value for key 'menu'. (key-spacing)
(#222) A space is required after ','. (comma-spacing)
(#222) Missing space before value for key 'listbox'. (key-spacing)
(#222) Requires a space before '}'. (block-spacing)
(#222) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#222) Missing semicolon. (semi)
(#222) A space is required after ','. (comma-spacing)
(#222) Missing space before value for key '_setOption'. (key-spacing)
(#222) A space is required after ','. (comma-spacing)
(#222) Requires a space after '{'. (block-spacing)
(#222) Statement inside of curly braces should be on next line. (brace-style)
(#222) Missing space before opening brace. (space-before-blocks)
(#222) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#222) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#222) Operator '===' must be spaced. (space-infix-ops)
(#222) Operator '&&' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#222) Operator '===' must be spaced. (space-infix-ops)
(#222) Operator '&&' must be spaced. (space-infix-ops)
(#222) A space is required after ','. (comma-spacing)
(#222) A space is required after ','. (comma-spacing)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) A space is required after ','. (comma-spacing)
(#222) Requires a space before '}'. (block-spacing)
(#222) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#222) Missing semicolon. (semi)
(#222) A space is required after ','. (comma-spacing)
(#222) Missing space before value for key 'focus'. (key-spacing)
(#222) A space is required after ','. (comma-spacing)
(#222) Requires a space after '{'. (block-spacing)
(#222) Statement inside of curly braces should be on next line. (brace-style)
(#222) Missing space before opening brace. (space-before-blocks)
(#222) A space is required after ','. (comma-spacing)
(#222) Operator '&&' must be spaced. (space-infix-ops)
(#222) Operator '===' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#222) Missing whitespace after semicolon. (semi-spacing)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#223) This line has a length of 503. Maximum allowed is 132. (max-len)
(#223) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#223) Operator '&&' must be spaced. (space-infix-ops)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#223) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#223) Operator '&&' must be spaced. (space-infix-ops)
(#223) Operator '===' must be spaced. (space-infix-ops)
(#223) Operator '?' must be spaced. (space-infix-ops)
(#223) Operator ':' must be spaced. (space-infix-ops)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Requires a space after '{'. (block-spacing)
(#223) Statement inside of curly braces should be on next line. (brace-style)
(#223) Missing space before opening brace. (space-before-blocks)
(#223) Requires a space before '}'. (block-spacing)
(#223) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#223) Missing semicolon. (semi)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#223) Operator '&&' must be spaced. (space-infix-ops)
(#223) Operator '&&' must be spaced. (space-infix-ops)
(#223) Operator '&&' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key 'item'. (key-spacing)
(#223) Requires a space before '}'. (block-spacing)
(#223) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#223) Missing semicolon. (semi)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key '_scrollIntoView'. (key-spacing)
(#223) Requires a space after '{'. (block-spacing)
(#223) Statement inside of curly braces should be on next line. (brace-style)
(#223) Missing space before opening brace. (space-before-blocks)
(#223) Expected space(s) after "if". (keyword-spacing)
(#223) Requires a space after '{'. (block-spacing)
(#223) Statement inside of curly braces should be on next line. (brace-style)
(#223) Missing space before opening brace. (space-before-blocks)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) A space is required after ','. (comma-spacing)
(#223) Operator '||' must be spaced. (space-infix-ops)
(#224) This line has a length of 518. Maximum allowed is 132. (max-len)
(#224) Missing whitespace after semicolon. (semi-spacing)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) A space is required after ','. (comma-spacing)
(#224) Operator '||' must be spaced. (space-infix-ops)
(#224) Missing whitespace after semicolon. (semi-spacing)
(#224) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) Operator '-' must be spaced. (space-infix-ops)
(#224) Operator '-' must be spaced. (space-infix-ops)
(#224) Operator '-' must be spaced. (space-infix-ops)
(#224) Missing whitespace after semicolon. (semi-spacing)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) Missing whitespace after semicolon. (semi-spacing)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) Missing whitespace after semicolon. (semi-spacing)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) Missing whitespace after semicolon. (semi-spacing)
(#224) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#224) Operator '>' must be spaced. (space-infix-ops)
(#224) Operator '?' must be spaced. (space-infix-ops)
(#224) Operator '+' must be spaced. (space-infix-ops)
(#224) Operator ':' must be spaced. (space-infix-ops)
(#224) Operator '+' must be spaced. (space-infix-ops)
(#224) Operator '>' must be spaced. (space-infix-ops)
(#224) Operator '&&' must be spaced. (space-infix-ops)
(#224) Operator '+' must be spaced. (space-infix-ops)
(#224) Operator '-' must be spaced. (space-infix-ops)
(#224) Operator '+' must be spaced. (space-infix-ops)
(#224) Requires a space before '}'. (block-spacing)
(#224) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#224) Missing semicolon. (semi)
(#224) Requires a space before '}'. (block-spacing)
(#224) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#224) A space is required after ','. (comma-spacing)
(#224) Missing space before value for key 'blur'. (key-spacing)
(#224) A space is required after ','. (comma-spacing)
(#224) Requires a space after '{'. (block-spacing)
(#224) Statement inside of curly braces should be on next line. (brace-style)
(#224) Missing space before opening brace. (space-before-blocks)
(#224) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#224) Operator '||' must be spaced. (space-infix-ops)
(#224) Missing whitespace after semicolon. (semi-spacing)
(#224) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#224) Operator '&&' must be spaced. (space-infix-ops)
(#224) A space is required after ','. (comma-spacing)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) A space is required after ','. (comma-spacing)
(#224) A space is required after ','. (comma-spacing)
(#224) A space is required after ','. (comma-spacing)
(#224) Missing space before value for key 'item'. (key-spacing)
(#224) Requires a space before '}'. (block-spacing)
(#224) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#224) Missing semicolon. (semi)
(#224) A space is required after ','. (comma-spacing)
(#224) Missing space before value for key '_startOpening'. (key-spacing)
(#224) Requires a space after '{'. (block-spacing)
(#224) Statement inside of curly braces should be on next line. (brace-style)
(#224) Missing space before opening brace. (space-before-blocks)
(#224) Missing whitespace after semicolon. (semi-spacing)
(#224) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#224) Operator '===' must be spaced. (space-infix-ops)
(#224) Operator '&&' must be spaced. (space-infix-ops)
(#225) This line has a length of 504. Maximum allowed is 132. (max-len)
(#225) Operator '=' must be spaced. (space-infix-ops)
(#225) Requires a space after '{'. (block-spacing)
(#225) Statement inside of curly braces should be on next line. (brace-style)
(#225) Missing space before opening brace. (space-before-blocks)
(#225) Missing whitespace after semicolon. (semi-spacing)
(#225) Requires a space before '}'. (block-spacing)
(#225) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#225) Missing semicolon. (semi)
(#225) A space is required after ','. (comma-spacing)
(#225) Requires a space before '}'. (block-spacing)
(#225) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#225) Missing semicolon. (semi)
(#225) A space is required after ','. (comma-spacing)
(#225) Missing space before value for key '_open'. (key-spacing)
(#225) Requires a space after '{'. (block-spacing)
(#225) Statement inside of curly braces should be on next line. (brace-style)
(#225) Missing space before opening brace. (space-before-blocks)
(#225) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#225) Operator '=' must be spaced. (space-infix-ops)
(#225) Missing space before value for key 'of'. (key-spacing)
(#225) A space is required after ','. (comma-spacing)
(#225) Missing whitespace after semicolon. (semi-spacing)
(#225) Missing whitespace after semicolon. (semi-spacing)
(#225) A space is required after ','. (comma-spacing)
(#225) Missing whitespace after semicolon. (semi-spacing)
(#225) A space is required after ','. (comma-spacing)
(#225) Requires a space before '}'. (block-spacing)
(#225) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#225) Missing semicolon. (semi)
(#225) A space is required after ','. (comma-spacing)
(#225) Missing space before value for key 'collapseAll'. (key-spacing)
(#225) A space is required after ','. (comma-spacing)
(#225) Requires a space after '{'. (block-spacing)
(#225) Statement inside of curly braces should be on next line. (brace-style)
(#225) Missing space before opening brace. (space-before-blocks)
(#225) Missing whitespace after semicolon. (semi-spacing)
(#225) Operator '=' must be spaced. (space-infix-ops)
(#225) Requires a space after '{'. (block-spacing)
(#225) Statement inside of curly braces should be on next line. (brace-style)
(#225) Missing space before opening brace. (space-before-blocks)
(#225) Operator '=' must be spaced. (space-infix-ops)
(#225) Operator '?' must be spaced. (space-infix-ops)
(#225) Operator ':' must be spaced. (space-infix-ops)
(#225) Operator '&&' must be spaced. (space-infix-ops)
(#226) This line has a length of 504. Maximum allowed is 132. (max-len)
(#226) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#226) Operator '||' must be spaced. (space-infix-ops)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) Requires a space before '}'. (block-spacing)
(#226) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#226) Missing semicolon. (semi)
(#226) A space is required after ','. (comma-spacing)
(#226) Requires a space before '}'. (block-spacing)
(#226) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#226) Missing semicolon. (semi)
(#226) A space is required after ','. (comma-spacing)
(#226) Missing space before value for key '_close'. (key-spacing)
(#226) Requires a space after '{'. (block-spacing)
(#226) Statement inside of curly braces should be on next line. (brace-style)
(#226) Missing space before opening brace. (space-before-blocks)
(#226) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#226) Operator '||' must be spaced. (space-infix-ops)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#226) Operator '?' must be spaced. (space-infix-ops)
(#226) Operator ':' must be spaced. (space-infix-ops)
(#226) Missing whitespace after semicolon. (semi-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) Requires a space before '}'. (block-spacing)
(#226) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#226) Missing semicolon. (semi)
(#226) A space is required after ','. (comma-spacing)
(#226) Missing space before value for key '_closeOnDocumentClick'. (key-spacing)
(#226) Requires a space after '{'. (block-spacing)
(#226) Statement inside of curly braces should be on next line. (brace-style)
(#226) Missing space before opening brace. (space-before-blocks)
(#226) Expected space(s) after "return". (keyword-spacing)
(#226) Requires a space before '}'. (block-spacing)
(#226) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#226) Missing semicolon. (semi)
(#226) A space is required after ','. (comma-spacing)
(#226) Missing space before value for key '_isDivider'. (key-spacing)
(#226) Requires a space after '{'. (block-spacing)
(#226) Statement inside of curly braces should be on next line. (brace-style)
(#226) Missing space before opening brace. (space-before-blocks)
(#226) Expected space(s) after "return". (keyword-spacing)
(#226) Requires a space before '}'. (block-spacing)
(#226) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#226) Missing semicolon. (semi)
(#226) A space is required after ','. (comma-spacing)
(#226) Missing space before value for key 'collapse'. (key-spacing)
(#226) Requires a space after '{'. (block-spacing)
(#226) Statement inside of curly braces should be on next line. (brace-style)
(#226) Missing space before opening brace. (space-before-blocks)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#227) This line has a length of 531. Maximum allowed is 132. (max-len)
(#227) Operator '&&' must be spaced. (space-infix-ops)
(#227) A space is required after ','. (comma-spacing)
(#227) Missing whitespace after semicolon. (semi-spacing)
(#227) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#227) Operator '&&' must be spaced. (space-infix-ops)
(#227) Operator '&&' must be spaced. (space-infix-ops)
(#227) A space is required after ','. (comma-spacing)
(#227) A space is required after ','. (comma-spacing)
(#227) Requires a space before '}'. (block-spacing)
(#227) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#227) Missing semicolon. (semi)
(#227) A space is required after ','. (comma-spacing)
(#227) Missing space before value for key 'expand'. (key-spacing)
(#227) Requires a space after '{'. (block-spacing)
(#227) Statement inside of curly braces should be on next line. (brace-style)
(#227) Missing space before opening brace. (space-before-blocks)
(#227) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) Operator '&&' must be spaced. (space-infix-ops)
(#227) Missing whitespace after semicolon. (semi-spacing)
(#227) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#227) Operator '&&' must be spaced. (space-infix-ops)
(#227) Operator '&&' must be spaced. (space-infix-ops)
(#227) A space is required after ','. (comma-spacing)
(#227) Requires a space after '{'. (block-spacing)
(#227) Statement inside of curly braces should be on next line. (brace-style)
(#227) Missing space before opening brace. (space-before-blocks)
(#227) A space is required after ','. (comma-spacing)
(#227) Requires a space before '}'. (block-spacing)
(#227) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#227) Missing semicolon. (semi)
(#227) Requires a space before '}'. (block-spacing)
(#227) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#227) Missing semicolon. (semi)
(#227) A space is required after ','. (comma-spacing)
(#227) Missing space before value for key 'next'. (key-spacing)
(#227) Requires a space after '{'. (block-spacing)
(#227) Statement inside of curly braces should be on next line. (brace-style)
(#227) Missing space before opening brace. (space-before-blocks)
(#227) A space is required after ','. (comma-spacing)
(#227) A space is required after ','. (comma-spacing)
(#227) Requires a space before '}'. (block-spacing)
(#227) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#227) Missing semicolon. (semi)
(#227) A space is required after ','. (comma-spacing)
(#227) Missing space before value for key 'previous'. (key-spacing)
(#227) Requires a space after '{'. (block-spacing)
(#227) Statement inside of curly braces should be on next line. (brace-style)
(#227) Missing space before opening brace. (space-before-blocks)
(#227) A space is required after ','. (comma-spacing)
(#227) A space is required after ','. (comma-spacing)
(#227) Requires a space before '}'. (block-spacing)
(#227) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#227) Missing semicolon. (semi)
(#227) A space is required after ','. (comma-spacing)
(#227) Missing space before value for key 'isFirstItem'. (key-spacing)
(#227) Requires a space after '{'. (block-spacing)
(#227) Statement inside of curly braces should be on next line. (brace-style)
(#227) Missing space before opening brace. (space-before-blocks)
(#227) Operator '&&' must be spaced. (space-infix-ops)
(#227) Requires a space before '}'. (block-spacing)
(#227) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#227) Missing semicolon. (semi)
(#227) A space is required after ','. (comma-spacing)
(#227) Missing space before value for key 'isLastItem'. (key-spacing)
(#227) Requires a space after '{'. (block-spacing)
(#227) Statement inside of curly braces should be on next line. (brace-style)
(#227) Missing space before opening brace. (space-before-blocks)
(#227) Operator '&&' must be spaced. (space-infix-ops)
(#228) This line has a length of 540. Maximum allowed is 132. (max-len)
(#228) Requires a space before '}'. (block-spacing)
(#228) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#228) Missing semicolon. (semi)
(#228) A space is required after ','. (comma-spacing)
(#228) Missing space before value for key '_move'. (key-spacing)
(#228) A space is required after ','. (comma-spacing)
(#228) A space is required after ','. (comma-spacing)
(#228) Requires a space after '{'. (block-spacing)
(#228) Statement inside of curly braces should be on next line. (brace-style)
(#228) Missing space before opening brace. (space-before-blocks)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#228) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#228) Operator '&&' must be spaced. (space-infix-ops)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Operator '===' must be spaced. (space-infix-ops)
(#228) Operator '||' must be spaced. (space-infix-ops)
(#228) Operator '===' must be spaced. (space-infix-ops)
(#228) Operator '?' must be spaced. (space-infix-ops)
(#228) Operator '===' must be spaced. (space-infix-ops)
(#228) Operator '?' must be spaced. (space-infix-ops)
(#228) Operator ':' must be spaced. (space-infix-ops)
(#228) Operator ':' must be spaced. (space-infix-ops)
(#228) Operator '+' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#228) Operator '&&' must be spaced. (space-infix-ops)
(#228) Operator '&&' must be spaced. (space-infix-ops)
(#228) Operator '||' must be spaced. (space-infix-ops)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) A space is required after ','. (comma-spacing)
(#228) Requires a space before '}'. (block-spacing)
(#228) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#228) Missing semicolon. (semi)
(#228) A space is required after ','. (comma-spacing)
(#228) Missing space before value for key 'nextPage'. (key-spacing)
(#228) Requires a space after '{'. (block-spacing)
(#228) Statement inside of curly braces should be on next line. (brace-style)
(#228) Missing space before opening brace. (space-before-blocks)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Expected space(s) after "if". (keyword-spacing)
(#228) Expected { after 'if' condition. (curly)
(#228) Expected space(s) before "this". (keyword-spacing)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Expected space(s) after "if". (keyword-spacing)
(#228) Expected { after 'if' condition. (curly)
(#228) Expected space(s) before "if". (keyword-spacing)
(#228) Expected space(s) after "if". (keyword-spacing)
(#228) Requires a space after '{'. (block-spacing)
(#228) Statement inside of curly braces should be on next line. (brace-style)
(#228) Missing space before opening brace. (space-before-blocks)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#228) Missing whitespace after semicolon. (semi-spacing)
(#228) Requires a space after '{'. (block-spacing)
(#228) Statement inside of curly braces should be on next line. (brace-style)
(#228) Missing space before opening brace. (space-before-blocks)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#229) This line has a length of 548. Maximum allowed is 132. (max-len)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Operator '>' must be spaced. (space-infix-ops)
(#229) Operator '-' must be spaced. (space-infix-ops)
(#229) Operator '-' must be spaced. (space-infix-ops)
(#229) Requires a space before '}'. (block-spacing)
(#229) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#229) Missing semicolon. (semi)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#229) A space is required after ','. (comma-spacing)
(#229) Requires a space before '}'. (block-spacing)
(#229) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#229) Missing semicolon. (semi)
(#229) Expected space(s) before "else". (keyword-spacing)
(#229) Expected { after 'else'. (curly)
(#229) A space is required after ','. (comma-spacing)
(#229) Operator '?' must be spaced. (space-infix-ops)
(#229) Operator ':' must be spaced. (space-infix-ops)
(#229) Requires a space before '}'. (block-spacing)
(#229) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#229) Missing semicolon. (semi)
(#229) A space is required after ','. (comma-spacing)
(#229) Missing space before value for key 'previousPage'. (key-spacing)
(#229) Requires a space after '{'. (block-spacing)
(#229) Statement inside of curly braces should be on next line. (brace-style)
(#229) Missing space before opening brace. (space-before-blocks)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Expected space(s) after "if". (keyword-spacing)
(#229) Expected { after 'if' condition. (curly)
(#229) Expected space(s) before "this". (keyword-spacing)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Expected space(s) after "if". (keyword-spacing)
(#229) Expected { after 'if' condition. (curly)
(#229) Expected space(s) before "if". (keyword-spacing)
(#229) Expected space(s) after "if". (keyword-spacing)
(#229) Requires a space after '{'. (block-spacing)
(#229) Statement inside of curly braces should be on next line. (brace-style)
(#229) Missing space before opening brace. (space-before-blocks)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Requires a space after '{'. (block-spacing)
(#229) Statement inside of curly braces should be on next line. (brace-style)
(#229) Missing space before opening brace. (space-before-blocks)
(#229) Operator '=' must be spaced. (space-infix-ops)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) Operator '<' must be spaced. (space-infix-ops)
(#229) Operator '-' must be spaced. (space-infix-ops)
(#229) Operator '+' must be spaced. (space-infix-ops)
(#229) Requires a space before '}'. (block-spacing)
(#229) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#229) Missing semicolon. (semi)
(#229) Missing whitespace after semicolon. (semi-spacing)
(#229) A space is required after ','. (comma-spacing)
(#229) Requires a space before '}'. (block-spacing)
(#229) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#229) Missing semicolon. (semi)
(#229) Expected space(s) before "else". (keyword-spacing)
(#229) Expected { after 'else'. (curly)
(#229) A space is required after ','. (comma-spacing)
(#229) Requires a space before '}'. (block-spacing)
(#229) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#229) Missing semicolon. (semi)
(#229) A space is required after ','. (comma-spacing)
(#229) Missing space before value for key '_hasScroll'. (key-spacing)
(#229) Requires a space after '{'. (block-spacing)
(#229) Statement inside of curly braces should be on next line. (brace-style)
(#229) Missing space before opening brace. (space-before-blocks)
(#229) Operator '<' must be spaced. (space-infix-ops)
(#230) This line has a length of 514. Maximum allowed is 132. (max-len)
(#230) Requires a space before '}'. (block-spacing)
(#230) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#230) Missing semicolon. (semi)
(#230) A space is required after ','. (comma-spacing)
(#230) Missing space before value for key 'select'. (key-spacing)
(#230) Requires a space after '{'. (block-spacing)
(#230) Statement inside of curly braces should be on next line. (brace-style)
(#230) Missing space before opening brace. (space-before-blocks)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Operator '||' must be spaced. (space-infix-ops)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Missing space before value for key 'item'. (key-spacing)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#230) Operator '||' must be spaced. (space-infix-ops)
(#230) A space is required after ','. (comma-spacing)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) A space is required after ','. (comma-spacing)
(#230) A space is required after ','. (comma-spacing)
(#230) Requires a space before '}'. (block-spacing)
(#230) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#230) Missing semicolon. (semi)
(#230) A space is required after ','. (comma-spacing)
(#230) Missing space before value for key '_filterMenuItems'. (key-spacing)
(#230) Requires a space after '{'. (block-spacing)
(#230) Statement inside of curly braces should be on next line. (brace-style)
(#230) Missing space before opening brace. (space-before-blocks)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Unnecessary escape character: \-. (no-useless-escape)
(#230) Unnecessary escape character: \[. (no-useless-escape)
(#230) Unnecessary escape character: \^. (no-useless-escape)
(#230) A space is required after ','. (comma-spacing)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) Operator '+' must be spaced. (space-infix-ops)
(#230) A space is required after ','. (comma-spacing)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) Requires a space after '{'. (block-spacing)
(#230) Statement inside of curly braces should be on next line. (brace-style)
(#230) Missing space before opening brace. (space-before-blocks)
(#230) Requires a space before '}'. (block-spacing)
(#230) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#230) Missing semicolon. (semi)
(#230) Requires a space before '}'. (block-spacing)
(#230) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#230) Missing semicolon. (semi)
(#230) Missing whitespace after semicolon. (semi-spacing)
(#230) A space is required after ','. (comma-spacing)
(#230) Missing space before value for key 'version'. (key-spacing)
(#231) This line has a length of 563. Maximum allowed is 132. (max-len)
(#231) Missing space before value for key 'defaultElement'. (key-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) Missing space before value for key 'options'. (key-spacing)
(#231) Missing space before value for key 'appendTo'. (key-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) Missing space before value for key 'autoFocus'. (key-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) Missing space before value for key 'delay'. (key-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) Missing space before value for key 'minLength'. (key-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) Missing space before value for key 'position'. (key-spacing)
(#231) Missing space before value for key 'my'. (key-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) Missing space before value for key 'at'. (key-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) Missing space before value for key 'collision'. (key-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) Missing space before value for key 'source'. (key-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) Missing space before value for key 'change'. (key-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) Missing space before value for key 'close'. (key-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) Missing space before value for key 'focus'. (key-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) Missing space before value for key 'open'. (key-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) Missing space before value for key 'response'. (key-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) Missing space before value for key 'search'. (key-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) Missing space before value for key 'select'. (key-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) Missing space before value for key 'requestIndex'. (key-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) Missing space before value for key 'pending'. (key-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) Missing space before value for key '_create'. (key-spacing)
(#231) Requires a space after '{'. (block-spacing)
(#231) Statement inside of curly braces should be on next line. (brace-style)
(#231) Missing space before opening brace. (space-before-blocks)
(#231) A space is required after ','. (comma-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) A space is required after ','. (comma-spacing)
(#231) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) Operator '===' must be spaced. (space-infix-ops)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) Operator '===' must be spaced. (space-infix-ops)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) Do not nest ternary expressions. (no-nested-ternary)
(#231) Operator '?' must be spaced. (space-infix-ops)
(#231) Operator ':' must be spaced. (space-infix-ops)
(#231) Operator '?' must be spaced. (space-infix-ops)
(#231) Operator ':' must be spaced. (space-infix-ops)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) Operator '||' must be spaced. (space-infix-ops)
(#231) Operator '?' must be spaced. (space-infix-ops)
(#231) Operator ':' must be spaced. (space-infix-ops)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#232) This line has a length of 535. Maximum allowed is 132. (max-len)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) A space is required after ','. (comma-spacing)
(#232) Missing space before value for key 'keydown'. (key-spacing)
(#232) Requires a space after '{'. (block-spacing)
(#232) Statement inside of curly braces should be on next line. (brace-style)
(#232) Missing space before opening brace. (space-before-blocks)
(#232) Expected space(s) after "if". (keyword-spacing)
(#232) This line has 23 statements. Maximum allowed is 2. (max-statements-per-line)
(#232) Expected { after 'if' condition. (curly)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Expected space(s) after "else". (keyword-spacing)
(#232) Requires a space after '{'. (block-spacing)
(#232) Statement inside of curly braces should be on next line. (brace-style)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Expected space(s) after "switch". (keyword-spacing)
(#232) Requires a space after '{'. (block-spacing)
(#232) Statement inside of curly braces should be on next line. (brace-style)
(#232) Missing space before opening brace. (space-before-blocks)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) A space is required after ','. (comma-spacing)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) A space is required after ','. (comma-spacing)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) A space is required after ','. (comma-spacing)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) A space is required after ','. (comma-spacing)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#232) Operator '&&' must be spaced. (space-infix-ops)
(#232) Operator '=' must be spaced. (space-infix-ops)
(#232) A space is required after ','. (comma-spacing)
(#232) A space is required after ','. (comma-spacing)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#232) Operator '&&' must be spaced. (space-infix-ops)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Missing whitespace after semicolon. (semi-spacing)
(#232) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#232) Operator '&&' must be spaced. (space-infix-ops)
(#233) This line has a length of 502. Maximum allowed is 132. (max-len)
(#233) Operator '||' must be spaced. (space-infix-ops)
(#233) A space is required after ','. (comma-spacing)
(#233) A space is required after ','. (comma-spacing)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#233) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) Unexpected use of comma operator. (no-sequences)
(#233) A space is required after ','. (comma-spacing)
(#233) Requires a space before '}'. (block-spacing)
(#233) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#233) Missing semicolon. (semi)
(#233) Requires a space before '}'. (block-spacing)
(#233) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#233) Requires a space before '}'. (block-spacing)
(#233) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#233) A space is required after ','. (comma-spacing)
(#233) Missing space before value for key 'keypress'. (key-spacing)
(#233) Requires a space after '{'. (block-spacing)
(#233) Statement inside of curly braces should be on next line. (brace-style)
(#233) Missing space before opening brace. (space-before-blocks)
(#233) Expected space(s) after "if". (keyword-spacing)
(#233) Expected { after 'if' condition. (curly)
(#233) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) Unexpected use of comma operator. (no-sequences)
(#233) A space is required after ','. (comma-spacing)
(#233) Operator '&&' must be spaced. (space-infix-ops)
(#233) Operator '||' must be spaced. (space-infix-ops)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) Expected space(s) after "if". (keyword-spacing)
(#233) Requires a space after '{'. (block-spacing)
(#233) Statement inside of curly braces should be on next line. (brace-style)
(#233) Missing space before opening brace. (space-before-blocks)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) Expected space(s) after "switch". (keyword-spacing)
(#233) Requires a space after '{'. (block-spacing)
(#233) Statement inside of curly braces should be on next line. (brace-style)
(#233) Missing space before opening brace. (space-before-blocks)
(#233) A space is required after ','. (comma-spacing)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) A space is required after ','. (comma-spacing)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) A space is required after ','. (comma-spacing)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) Missing whitespace after semicolon. (semi-spacing)
(#233) A space is required after ','. (comma-spacing)
(#233) Requires a space before '}'. (block-spacing)
(#233) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#233) Missing semicolon. (semi)
(#233) Requires a space before '}'. (block-spacing)
(#233) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#233) Requires a space before '}'. (block-spacing)
(#233) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#233) A space is required after ','. (comma-spacing)
(#233) Missing space before value for key 'input'. (key-spacing)
(#233) Requires a space after '{'. (block-spacing)
(#233) Statement inside of curly braces should be on next line. (brace-style)
(#233) Missing space before opening brace. (space-before-blocks)
(#233) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#233) Operator '?' must be spaced. (space-infix-ops)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) A space is required after ','. (comma-spacing)
(#233) Operator ':' must be spaced. (space-infix-ops)
(#234) This line has a length of 521. Maximum allowed is 132. (max-len)
(#234) Requires a space before '}'. (block-spacing)
(#234) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#234) Missing semicolon. (semi)
(#234) A space is required after ','. (comma-spacing)
(#234) Missing space before value for key 'focus'. (key-spacing)
(#234) Requires a space after '{'. (block-spacing)
(#234) Statement inside of curly braces should be on next line. (brace-style)
(#234) Missing space before opening brace. (space-before-blocks)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) Missing whitespace after semicolon. (semi-spacing)
(#234) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) Requires a space before '}'. (block-spacing)
(#234) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#234) Missing semicolon. (semi)
(#234) A space is required after ','. (comma-spacing)
(#234) Missing space before value for key 'blur'. (key-spacing)
(#234) Requires a space after '{'. (block-spacing)
(#234) Statement inside of curly braces should be on next line. (brace-style)
(#234) Missing space before opening brace. (space-before-blocks)
(#234) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#234) Operator '?' must be spaced. (space-infix-ops)
(#234) Operator ':' must be spaced. (space-infix-ops)
(#234) A space is required after ','. (comma-spacing)
(#234) A space is required after ','. (comma-spacing)
(#234) Requires a space before '}'. (block-spacing)
(#234) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#234) Missing semicolon. (semi)
(#234) Missing whitespace after semicolon. (semi-spacing)
(#234) Missing whitespace after semicolon. (semi-spacing)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) Missing space before value for key 'role'. (key-spacing)
(#234) Missing whitespace after semicolon. (semi-spacing)
(#234) A space is required after ','. (comma-spacing)
(#234) Missing space before value for key 'mousedown'. (key-spacing)
(#234) Requires a space after '{'. (block-spacing)
(#234) Statement inside of curly braces should be on next line. (brace-style)
(#234) Missing space before opening brace. (space-before-blocks)
(#234) Missing whitespace after semicolon. (semi-spacing)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#234) Missing whitespace after semicolon. (semi-spacing)
(#234) Requires a space after '{'. (block-spacing)
(#234) Statement inside of curly braces should be on next line. (brace-style)
(#234) Missing space before opening brace. (space-before-blocks)
(#234) Requires a space before '}'. (block-spacing)
(#234) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#234) Missing semicolon. (semi)
(#234) Missing whitespace after semicolon. (semi-spacing)
(#234) Operator '=' must be spaced. (space-infix-ops)
(#235) This line has a length of 502. Maximum allowed is 132. (max-len)
(#235) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#235) Operator '||' must be spaced. (space-infix-ops)
(#235) Requires a space after '{'. (block-spacing)
(#235) Statement inside of curly braces should be on next line. (brace-style)
(#235) Missing space before opening brace. (space-before-blocks)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) Missing whitespace after semicolon. (semi-spacing)
(#235) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#235) A space is required after ','. (comma-spacing)
(#235) Requires a space after '{'. (block-spacing)
(#235) Statement inside of curly braces should be on next line. (brace-style)
(#235) Missing space before opening brace. (space-before-blocks)
(#235) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#235) Operator '===' must be spaced. (space-infix-ops)
(#235) Operator '||' must be spaced. (space-infix-ops)
(#235) Operator '===' must be spaced. (space-infix-ops)
(#235) Operator '||' must be spaced. (space-infix-ops)
(#235) A space is required after ','. (comma-spacing)
(#235) Operator '||' must be spaced. (space-infix-ops)
(#235) Requires a space before '}'. (block-spacing)
(#235) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#235) Missing semicolon. (semi)
(#235) Requires a space before '}'. (block-spacing)
(#235) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#235) Missing semicolon. (semi)
(#235) Requires a space before '}'. (block-spacing)
(#235) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#235) Missing semicolon. (semi)
(#235) A space is required after ','. (comma-spacing)
(#235) Missing space before value for key 'menufocus'. (key-spacing)
(#235) A space is required after ','. (comma-spacing)
(#235) Requires a space after '{'. (block-spacing)
(#235) Statement inside of curly braces should be on next line. (brace-style)
(#235) Missing space before opening brace. (space-before-blocks)
(#235) Expected space(s) after "if". (keyword-spacing)
(#235) Operator '&&' must be spaced. (space-infix-ops)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) A space is required after ','. (comma-spacing)
(#235) Operator '&&' must be spaced. (space-infix-ops)
(#235) Requires a space after '{'. (block-spacing)
(#235) Statement inside of curly braces should be on next line. (brace-style)
(#235) Missing space before opening brace. (space-before-blocks)
(#235) Missing whitespace after semicolon. (semi-spacing)
(#235) A space is required after ','. (comma-spacing)
(#235) Requires a space after '{'. (block-spacing)
(#235) Statement inside of curly braces should be on next line. (brace-style)
(#235) Missing space before opening brace. (space-before-blocks)
(#235) Requires a space before '}'. (block-spacing)
(#235) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#235) Missing semicolon. (semi)
(#235) Missing whitespace after semicolon. (semi-spacing)
(#235) Requires a space before '}'. (block-spacing)
(#235) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#235) Missing semicolon. (semi)
(#235) Expected space(s) before "var". (keyword-spacing)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#235) Missing whitespace after semicolon. (semi-spacing)
(#235) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#235) Operator '!==' must be spaced. (space-infix-ops)
(#235) A space is required after ','. (comma-spacing)
(#235) A space is required after ','. (comma-spacing)
(#235) Missing space before value for key 'item'. (key-spacing)
(#235) Operator '&&' must be spaced. (space-infix-ops)
(#236) This line has a length of 508. Maximum allowed is 132. (max-len)
(#236) Operator '&&' must be spaced. (space-infix-ops)
(#236) Operator '&&' must be spaced. (space-infix-ops)
(#236) Missing whitespace after semicolon. (semi-spacing)
(#236) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) Operator '||' must be spaced. (space-infix-ops)
(#236) Operator '&&' must be spaced. (space-infix-ops)
(#236) Operator '&&' must be spaced. (space-infix-ops)
(#236) A space is required after ','. (comma-spacing)
(#236) Requires a space before '}'. (block-spacing)
(#236) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#236) Missing semicolon. (semi)
(#236) A space is required after ','. (comma-spacing)
(#236) Missing space before value for key 'menuselect'. (key-spacing)
(#236) A space is required after ','. (comma-spacing)
(#236) Requires a space after '{'. (block-spacing)
(#236) Statement inside of curly braces should be on next line. (brace-style)
(#236) Missing space before opening brace. (space-before-blocks)
(#236) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) A space is required after ','. (comma-spacing)
(#236) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) Missing whitespace after semicolon. (semi-spacing)
(#236) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#236) Operator '!==' must be spaced. (space-infix-ops)
(#236) Operator '&&' must be spaced. (space-infix-ops)
(#236) A space is required after ','. (comma-spacing)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) A space is required after ','. (comma-spacing)
(#236) Requires a space after '{'. (block-spacing)
(#236) Statement inside of curly braces should be on next line. (brace-style)
(#236) Missing space before opening brace. (space-before-blocks)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) Missing whitespace after semicolon. (semi-spacing)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#236) Requires a space before '}'. (block-spacing)
(#236) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#236) Missing semicolon. (semi)
(#236) Missing whitespace after semicolon. (semi-spacing)
(#236) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#236) Operator '!==' must be spaced. (space-infix-ops)
(#236) A space is required after ','. (comma-spacing)
(#236) A space is required after ','. (comma-spacing)
(#236) Missing space before value for key 'item'. (key-spacing)
(#236) Operator '&&' must be spaced. (space-infix-ops)
(#237) This line has a length of 520. Maximum allowed is 132. (max-len)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) Requires a space before '}'. (block-spacing)
(#237) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#237) Missing semicolon. (semi)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Operator '=' must be spaced. (space-infix-ops)
(#237) A space is required after ','. (comma-spacing)
(#237) Missing space before value for key 'role'. (key-spacing)
(#237) A space is required after ','. (comma-spacing)
(#237) Missing space before value for key 'aria-live'. (key-spacing)
(#237) A space is required after ','. (comma-spacing)
(#237) Missing space before value for key 'aria-relevant'. (key-spacing)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) A space is required after ','. (comma-spacing)
(#237) Missing space before value for key 'beforeunload'. (key-spacing)
(#237) Requires a space after '{'. (block-spacing)
(#237) Statement inside of curly braces should be on next line. (brace-style)
(#237) Missing space before opening brace. (space-before-blocks)
(#237) Requires a space before '}'. (block-spacing)
(#237) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#237) Missing semicolon. (semi)
(#237) Requires a space before '}'. (block-spacing)
(#237) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#237) Missing semicolon. (semi)
(#237) A space is required after ','. (comma-spacing)
(#237) Missing space before value for key '_destroy'. (key-spacing)
(#237) Requires a space after '{'. (block-spacing)
(#237) Statement inside of curly braces should be on next line. (brace-style)
(#237) Missing space before opening brace. (space-before-blocks)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Missing whitespace after semicolon. (semi-spacing)
(#237) Requires a space before '}'. (block-spacing)
(#237) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#237) Missing semicolon. (semi)
(#237) A space is required after ','. (comma-spacing)
(#237) Missing space before value for key '_setOption'. (key-spacing)
(#238) This line has a length of 514. Maximum allowed is 132. (max-len)
(#238) Requires a space after '{'. (block-spacing)
(#238) Statement inside of curly braces should be on next line. (brace-style)
(#238) Missing space before opening brace. (space-before-blocks)
(#238) A space is required after ','. (comma-spacing)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#238) Operator '===' must be spaced. (space-infix-ops)
(#238) Operator '&&' must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#238) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#238) Operator '===' must be spaced. (space-infix-ops)
(#238) Operator '&&' must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#238) Operator '===' must be spaced. (space-infix-ops)
(#238) Operator '&&' must be spaced. (space-infix-ops)
(#238) Operator '&&' must be spaced. (space-infix-ops)
(#238) Operator '&&' must be spaced. (space-infix-ops)
(#238) Requires a space before '}'. (block-spacing)
(#238) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#238) Missing semicolon. (semi)
(#238) A space is required after ','. (comma-spacing)
(#238) Missing space before value for key '_appendTo'. (key-spacing)
(#238) Requires a space after '{'. (block-spacing)
(#238) Statement inside of curly braces should be on next line. (brace-style)
(#238) Missing space before opening brace. (space-before-blocks)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#238) Operator '&&' must be spaced. (space-infix-ops)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Operator '||' must be spaced. (space-infix-ops)
(#238) Operator '?' must be spaced. (space-infix-ops)
(#238) Operator ':' must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#238) Operator '&&' must be spaced. (space-infix-ops)
(#238) Operator '||' must be spaced. (space-infix-ops)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#238) Operator '||' must be spaced. (space-infix-ops)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Requires a space before '}'. (block-spacing)
(#238) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#238) Missing semicolon. (semi)
(#238) A space is required after ','. (comma-spacing)
(#238) Missing space before value for key '_initSource'. (key-spacing)
(#238) Requires a space after '{'. (block-spacing)
(#238) Statement inside of curly braces should be on next line. (brace-style)
(#238) Missing space before opening brace. (space-before-blocks)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Expected space(s) after "if". (keyword-spacing)
(#238) Requires a space after '{'. (block-spacing)
(#238) Statement inside of curly braces should be on next line. (brace-style)
(#238) Missing space before opening brace. (space-before-blocks)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) Missing whitespace after semicolon. (semi-spacing)
(#238) Operator '=' must be spaced. (space-infix-ops)
(#238) A space is required after ','. (comma-spacing)
(#238) Requires a space after '{'. (block-spacing)
(#238) Statement inside of curly braces should be on next line. (brace-style)
(#238) Missing space before opening brace. (space-before-blocks)
(#239) This line has a length of 505. Maximum allowed is 132. (max-len)
(#239) Requires a space before '}'. (block-spacing)
(#239) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#239) Missing semicolon. (semi)
(#239) Requires a space before '}'. (block-spacing)
(#239) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#239) Missing semicolon. (semi)
(#239) Expected space(s) before "else". (keyword-spacing)
(#239) Expected space(s) after "if". (keyword-spacing)
(#239) Operator '===' must be spaced. (space-infix-ops)
(#239) Requires a space after '{'. (block-spacing)
(#239) Statement inside of curly braces should be on next line. (brace-style)
(#239) Missing space before opening brace. (space-before-blocks)
(#239) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) Missing whitespace after semicolon. (semi-spacing)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) A space is required after ','. (comma-spacing)
(#239) Requires a space after '{'. (block-spacing)
(#239) Statement inside of curly braces should be on next line. (brace-style)
(#239) Missing space before opening brace. (space-before-blocks)
(#239) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#239) Operator '&&' must be spaced. (space-infix-ops)
(#239) Missing whitespace after semicolon. (semi-spacing)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) Missing space before value for key 'url'. (key-spacing)
(#239) A space is required after ','. (comma-spacing)
(#239) Missing space before value for key 'data'. (key-spacing)
(#239) A space is required after ','. (comma-spacing)
(#239) Missing space before value for key 'dataType'. (key-spacing)
(#239) A space is required after ','. (comma-spacing)
(#239) Missing space before value for key 'success'. (key-spacing)
(#239) Requires a space after '{'. (block-spacing)
(#239) Statement inside of curly braces should be on next line. (brace-style)
(#239) Missing space before opening brace. (space-before-blocks)
(#239) Requires a space before '}'. (block-spacing)
(#239) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#239) Missing semicolon. (semi)
(#239) A space is required after ','. (comma-spacing)
(#239) Missing space before value for key 'error'. (key-spacing)
(#239) Requires a space after '{'. (block-spacing)
(#239) Statement inside of curly braces should be on next line. (brace-style)
(#239) Missing space before opening brace. (space-before-blocks)
(#239) Requires a space before '}'. (block-spacing)
(#239) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#239) Missing semicolon. (semi)
(#239) Requires a space before '}'. (block-spacing)
(#239) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#239) Missing semicolon. (semi)
(#239) Requires a space before '}'. (block-spacing)
(#239) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#239) Missing semicolon. (semi)
(#239) Expected space(s) before "else". (keyword-spacing)
(#239) Expected { after 'else'. (curly)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) Requires a space before '}'. (block-spacing)
(#239) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#239) Missing semicolon. (semi)
(#239) A space is required after ','. (comma-spacing)
(#239) Missing space before value for key '_searchTimeout'. (key-spacing)
(#239) Requires a space after '{'. (block-spacing)
(#239) Statement inside of curly braces should be on next line. (brace-style)
(#239) Missing space before opening brace. (space-before-blocks)
(#239) Missing whitespace after semicolon. (semi-spacing)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) Requires a space after '{'. (block-spacing)
(#239) Statement inside of curly braces should be on next line. (brace-style)
(#239) Missing space before opening brace. (space-before-blocks)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) Operator '===' must be spaced. (space-infix-ops)
(#239) A space is required after ','. (comma-spacing)
(#239) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) A space is required after ','. (comma-spacing)
(#239) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) Operator '||' must be spaced. (space-infix-ops)
(#239) Operator '||' must be spaced. (space-infix-ops)
(#239) Operator '||' must be spaced. (space-infix-ops)
(#239) Missing whitespace after semicolon. (semi-spacing)
(#239) Expected space(s) after "if". (keyword-spacing)
(#239) Operator '||' must be spaced. (space-infix-ops)
(#239) Operator '&&' must be spaced. (space-infix-ops)
(#239) Operator '&&' must be spaced. (space-infix-ops)
(#239) Expected { after 'if' condition. (curly)
(#239) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#239) Expected space(s) before "this". (keyword-spacing)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#240) This line has a length of 508. Maximum allowed is 132. (max-len)
(#240) Unexpected use of comma operator. (no-sequences)
(#240) A space is required after ','. (comma-spacing)
(#240) A space is required after ','. (comma-spacing)
(#240) Requires a space before '}'. (block-spacing)
(#240) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#240) Missing semicolon. (semi)
(#240) A space is required after ','. (comma-spacing)
(#240) Requires a space before '}'. (block-spacing)
(#240) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#240) Missing semicolon. (semi)
(#240) A space is required after ','. (comma-spacing)
(#240) Missing space before value for key 'search'. (key-spacing)
(#240) Expected to return a value at the end of method 'search'. (consistent-return)
(#240) A space is required after ','. (comma-spacing)
(#240) Requires a space after '{'. (block-spacing)
(#240) Statement inside of curly braces should be on next line. (brace-style)
(#240) Missing space before opening brace. (space-before-blocks)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) Use '===' to compare with null. (no-eq-null)
(#240) Operator '!=' must be spaced. (space-infix-ops)
(#240) Operator '?' must be spaced. (space-infix-ops)
(#240) Operator ':' must be spaced. (space-infix-ops)
(#240) Missing whitespace after semicolon. (semi-spacing)
(#240) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) Missing whitespace after semicolon. (semi-spacing)
(#240) Expected space(s) after "if". (keyword-spacing)
(#240) Operator '<' must be spaced. (space-infix-ops)
(#240) Expected { after 'if' condition. (curly)
(#240) Expected space(s) before "return". (keyword-spacing)
(#240) Missing whitespace after semicolon. (semi-spacing)
(#240) Expected space(s) after "if". (keyword-spacing)
(#240) Operator '!==' must be spaced. (space-infix-ops)
(#240) A space is required after ','. (comma-spacing)
(#240) Expected { after 'if' condition. (curly)
(#240) Expected space(s) before "return". (keyword-spacing)
(#240) Requires a space before '}'. (block-spacing)
(#240) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#240) Missing semicolon. (semi)
(#240) A space is required after ','. (comma-spacing)
(#240) Missing space before value for key '_search'. (key-spacing)
(#240) Requires a space after '{'. (block-spacing)
(#240) Statement inside of curly braces should be on next line. (brace-style)
(#240) Missing space before opening brace. (space-before-blocks)
(#240) Missing whitespace after semicolon. (semi-spacing)
(#240) Missing whitespace after semicolon. (semi-spacing)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) Missing whitespace after semicolon. (semi-spacing)
(#240) Missing space before value for key 'term'. (key-spacing)
(#240) A space is required after ','. (comma-spacing)
(#240) Requires a space before '}'. (block-spacing)
(#240) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#240) Missing semicolon. (semi)
(#240) A space is required after ','. (comma-spacing)
(#240) Missing space before value for key '_response'. (key-spacing)
(#240) Requires a space after '{'. (block-spacing)
(#240) Statement inside of curly braces should be on next line. (brace-style)
(#240) Missing space before opening brace. (space-before-blocks)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) Missing whitespace after semicolon. (semi-spacing)
(#240) Requires a space after '{'. (block-spacing)
(#240) Statement inside of curly braces should be on next line. (brace-style)
(#240) Missing space before opening brace. (space-before-blocks)
(#240) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#240) Operator '===' must be spaced. (space-infix-ops)
(#240) Operator '&&' must be spaced. (space-infix-ops)
(#240) Missing whitespace after semicolon. (semi-spacing)
(#241) This line has a length of 510. Maximum allowed is 132. (max-len)
(#241) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#241) Operator '||' must be spaced. (space-infix-ops)
(#241) Requires a space before '}'. (block-spacing)
(#241) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#241) Missing semicolon. (semi)
(#241) A space is required after ','. (comma-spacing)
(#241) Requires a space before '}'. (block-spacing)
(#241) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#241) Missing semicolon. (semi)
(#241) A space is required after ','. (comma-spacing)
(#241) Missing space before value for key '__response'. (key-spacing)
(#241) Requires a space after '{'. (block-spacing)
(#241) Statement inside of curly braces should be on next line. (brace-style)
(#241) Missing space before opening brace. (space-before-blocks)
(#241) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#241) Operator '&&' must be spaced. (space-infix-ops)
(#241) Operator '=' must be spaced. (space-infix-ops)
(#241) Missing whitespace after semicolon. (semi-spacing)
(#241) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#241) A space is required after ','. (comma-spacing)
(#241) A space is required after ','. (comma-spacing)
(#241) Missing space before value for key 'content'. (key-spacing)
(#241) Missing whitespace after semicolon. (semi-spacing)
(#241) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#241) Operator '&&' must be spaced. (space-infix-ops)
(#241) Operator '&&' must be spaced. (space-infix-ops)
(#241) Operator '&&' must be spaced. (space-infix-ops)
(#241) Operator '?' must be spaced. (space-infix-ops)
(#241) A space is required after ','. (comma-spacing)
(#241) Operator ':' must be spaced. (space-infix-ops)
(#241) Requires a space before '}'. (block-spacing)
(#241) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#241) Missing semicolon. (semi)
(#241) A space is required after ','. (comma-spacing)
(#241) Missing space before value for key 'close'. (key-spacing)
(#241) Requires a space after '{'. (block-spacing)
(#241) Statement inside of curly braces should be on next line. (brace-style)
(#241) Missing space before opening brace. (space-before-blocks)
(#241) Operator '=' must be spaced. (space-infix-ops)
(#241) Missing whitespace after semicolon. (semi-spacing)
(#241) Requires a space before '}'. (block-spacing)
(#241) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#241) Missing semicolon. (semi)
(#241) A space is required after ','. (comma-spacing)
(#241) Missing space before value for key '_close'. (key-spacing)
(#241) Requires a space after '{'. (block-spacing)
(#241) Statement inside of curly braces should be on next line. (brace-style)
(#241) Missing space before opening brace. (space-before-blocks)
(#241) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#241) Operator '&&' must be spaced. (space-infix-ops)
(#241) A space is required after ','. (comma-spacing)
(#241) A space is required after ','. (comma-spacing)
(#241) Operator '=' must be spaced. (space-infix-ops)
(#241) A space is required after ','. (comma-spacing)
(#241) A space is required after ','. (comma-spacing)
(#241) Requires a space before '}'. (block-spacing)
(#241) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#241) Missing semicolon. (semi)
(#241) A space is required after ','. (comma-spacing)
(#241) Missing space before value for key '_change'. (key-spacing)
(#241) Requires a space after '{'. (block-spacing)
(#241) Statement inside of curly braces should be on next line. (brace-style)
(#241) Missing space before opening brace. (space-before-blocks)
(#241) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#241) Operator '!==' must be spaced. (space-infix-ops)
(#242) This line has a length of 507. Maximum allowed is 132. (max-len)
(#242) Operator '&&' must be spaced. (space-infix-ops)
(#242) A space is required after ','. (comma-spacing)
(#242) A space is required after ','. (comma-spacing)
(#242) Missing space before value for key 'item'. (key-spacing)
(#242) Requires a space before '}'. (block-spacing)
(#242) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#242) Missing semicolon. (semi)
(#242) A space is required after ','. (comma-spacing)
(#242) Missing space before value for key '_normalize'. (key-spacing)
(#242) Requires a space after '{'. (block-spacing)
(#242) Statement inside of curly braces should be on next line. (brace-style)
(#242) Missing space before opening brace. (space-before-blocks)
(#242) Operator '&&' must be spaced. (space-infix-ops)
(#242) Operator '&&' must be spaced. (space-infix-ops)
(#242) Operator '?' must be spaced. (space-infix-ops)
(#242) Operator ':' must be spaced. (space-infix-ops)
(#242) A space is required after ','. (comma-spacing)
(#242) Requires a space after '{'. (block-spacing)
(#242) Statement inside of curly braces should be on next line. (brace-style)
(#242) Missing space before opening brace. (space-before-blocks)
(#242) Expected space(s) after "return". (keyword-spacing)
(#242) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#242) Operator '===' must be spaced. (space-infix-ops)
(#242) Operator '?' must be spaced. (space-infix-ops)
(#242) Missing space before value for key 'label'. (key-spacing)
(#242) A space is required after ','. (comma-spacing)
(#242) Missing space before value for key 'value'. (key-spacing)
(#242) Operator ':' must be spaced. (space-infix-ops)
(#242) A space is required after ','. (comma-spacing)
(#242) A space is required after ','. (comma-spacing)
(#242) Missing space before value for key 'label'. (key-spacing)
(#242) Operator '||' must be spaced. (space-infix-ops)
(#242) A space is required after ','. (comma-spacing)
(#242) Missing space before value for key 'value'. (key-spacing)
(#242) Operator '||' must be spaced. (space-infix-ops)
(#242) Requires a space before '}'. (block-spacing)
(#242) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#242) Missing semicolon. (semi)
(#242) Requires a space before '}'. (block-spacing)
(#242) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#242) Missing semicolon. (semi)
(#242) A space is required after ','. (comma-spacing)
(#242) Missing space before value for key '_suggest'. (key-spacing)
(#242) Requires a space after '{'. (block-spacing)
(#242) Statement inside of curly braces should be on next line. (brace-style)
(#242) Missing space before opening brace. (space-before-blocks)
(#242) Operator '=' must be spaced. (space-infix-ops)
(#242) Missing whitespace after semicolon. (semi-spacing)
(#242) A space is required after ','. (comma-spacing)
(#242) Missing whitespace after semicolon. (semi-spacing)
(#242) Operator '=' must be spaced. (space-infix-ops)
(#242) Missing whitespace after semicolon. (semi-spacing)
(#242) Missing whitespace after semicolon. (semi-spacing)
(#242) Missing whitespace after semicolon. (semi-spacing)
(#242) Missing whitespace after semicolon. (semi-spacing)
(#242) Missing space before value for key 'of'. (key-spacing)
(#242) A space is required after ','. (comma-spacing)
(#242) Missing whitespace after semicolon. (semi-spacing)
(#242) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#242) Operator '&&' must be spaced. (space-infix-ops)
(#242) Requires a space before '}'. (block-spacing)
(#242) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#242) Missing semicolon. (semi)
(#243) This line has a length of 501. Maximum allowed is 132. (max-len)
(#243) Missing space before value for key '_resizeMenu'. (key-spacing)
(#243) Requires a space after '{'. (block-spacing)
(#243) Statement inside of curly braces should be on next line. (brace-style)
(#243) Missing space before opening brace. (space-before-blocks)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) Missing whitespace after semicolon. (semi-spacing)
(#243) Operator '+' must be spaced. (space-infix-ops)
(#243) A space is required after ','. (comma-spacing)
(#243) Requires a space before '}'. (block-spacing)
(#243) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#243) Missing semicolon. (semi)
(#243) A space is required after ','. (comma-spacing)
(#243) Missing space before value for key '_renderMenu'. (key-spacing)
(#243) A space is required after ','. (comma-spacing)
(#243) Requires a space after '{'. (block-spacing)
(#243) Statement inside of curly braces should be on next line. (brace-style)
(#243) Missing space before opening brace. (space-before-blocks)
(#243) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#243) Missing whitespace after semicolon. (semi-spacing)
(#243) A space is required after ','. (comma-spacing)
(#243) A space is required after ','. (comma-spacing)
(#243) Requires a space after '{'. (block-spacing)
(#243) Statement inside of curly braces should be on next line. (brace-style)
(#243) Missing space before opening brace. (space-before-blocks)
(#243) A space is required after ','. (comma-spacing)
(#243) Requires a space before '}'. (block-spacing)
(#243) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#243) Missing semicolon. (semi)
(#243) Requires a space before '}'. (block-spacing)
(#243) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#243) Missing semicolon. (semi)
(#243) A space is required after ','. (comma-spacing)
(#243) Missing space before value for key '_renderItemData'. (key-spacing)
(#243) A space is required after ','. (comma-spacing)
(#243) Requires a space after '{'. (block-spacing)
(#243) Statement inside of curly braces should be on next line. (brace-style)
(#243) Missing space before opening brace. (space-before-blocks)
(#243) A space is required after ','. (comma-spacing)
(#243) A space is required after ','. (comma-spacing)
(#243) Requires a space before '}'. (block-spacing)
(#243) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#243) Missing semicolon. (semi)
(#243) A space is required after ','. (comma-spacing)
(#243) Missing space before value for key '_renderItem'. (key-spacing)
(#243) A space is required after ','. (comma-spacing)
(#243) Requires a space after '{'. (block-spacing)
(#243) Statement inside of curly braces should be on next line. (brace-style)
(#243) Missing space before opening brace. (space-before-blocks)
(#243) Requires a space before '}'. (block-spacing)
(#243) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#243) Missing semicolon. (semi)
(#243) A space is required after ','. (comma-spacing)
(#243) Missing space before value for key '_move'. (key-spacing)
(#243) A space is required after ','. (comma-spacing)
(#243) Requires a space after '{'. (block-spacing)
(#243) Statement inside of curly braces should be on next line. (brace-style)
(#243) Missing space before opening brace. (space-before-blocks)
(#243) Expected space(s) after "if". (keyword-spacing)
(#243) Expected { after 'if' condition. (curly)
(#243) Expected space(s) before "if". (keyword-spacing)
(#243) Expected space(s) after "if". (keyword-spacing)
(#243) Operator '&&' must be spaced. (space-infix-ops)
(#243) Operator '||' must be spaced. (space-infix-ops)
(#243) Operator '&&' must be spaced. (space-infix-ops)
(#244) This line has a length of 534. Maximum allowed is 132. (max-len)
(#244) Expected { after 'if' condition. (curly)
(#244) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#244) Expected space(s) before "this". (keyword-spacing)
(#244) Operator '||' must be spaced. (space-infix-ops)
(#244) Unexpected use of comma operator. (no-sequences)
(#244) A space is required after ','. (comma-spacing)
(#244) Missing whitespace after semicolon. (semi-spacing)
(#244) Expected { after 'else'. (curly)
(#244) Missing whitespace after semicolon. (semi-spacing)
(#244) Expected { after 'else'. (curly)
(#244) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#244) A space is required after ','. (comma-spacing)
(#244) Requires a space before '}'. (block-spacing)
(#244) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#244) Missing semicolon. (semi)
(#244) A space is required after ','. (comma-spacing)
(#244) Missing space before value for key 'widget'. (key-spacing)
(#244) Requires a space after '{'. (block-spacing)
(#244) Statement inside of curly braces should be on next line. (brace-style)
(#244) Missing space before opening brace. (space-before-blocks)
(#244) Requires a space before '}'. (block-spacing)
(#244) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#244) Missing semicolon. (semi)
(#244) A space is required after ','. (comma-spacing)
(#244) Missing space before value for key '_value'. (key-spacing)
(#244) Requires a space after '{'. (block-spacing)
(#244) Statement inside of curly braces should be on next line. (brace-style)
(#244) Missing space before opening brace. (space-before-blocks)
(#244) A space is required after ','. (comma-spacing)
(#244) Requires a space before '}'. (block-spacing)
(#244) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#244) Missing semicolon. (semi)
(#244) A space is required after ','. (comma-spacing)
(#244) Missing space before value for key '_keyEvent'. (key-spacing)
(#244) A space is required after ','. (comma-spacing)
(#244) Requires a space after '{'. (block-spacing)
(#244) Statement inside of curly braces should be on next line. (brace-style)
(#244) Missing space before opening brace. (space-before-blocks)
(#244) Expected space(s) after "if". (keyword-spacing)
(#244) Operator '||' must be spaced. (space-infix-ops)
(#244) Expected { after 'if' condition. (curly)
(#244) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#244) Expected space(s) before "this". (keyword-spacing)
(#244) A space is required after ','. (comma-spacing)
(#244) Unexpected use of comma operator. (no-sequences)
(#244) A space is required after ','. (comma-spacing)
(#244) Requires a space before '}'. (block-spacing)
(#244) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#244) Missing semicolon. (semi)
(#244) Missing whitespace after semicolon. (semi-spacing)
(#244) A space is required after ','. (comma-spacing)
(#244) Missing space before value for key 'escapeRegex'. (key-spacing)
(#244) Requires a space after '{'. (block-spacing)
(#244) Statement inside of curly braces should be on next line. (brace-style)
(#244) Missing space before opening brace. (space-before-blocks)
(#244) Unnecessary escape character: \-. (no-useless-escape)
(#244) Unnecessary escape character: \[. (no-useless-escape)
(#244) Unnecessary escape character: \^. (no-useless-escape)
(#244) A space is required after ','. (comma-spacing)
(#244) Requires a space before '}'. (block-spacing)
(#244) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#244) Missing semicolon. (semi)
(#244) A space is required after ','. (comma-spacing)
(#244) Missing space before value for key 'filter'. (key-spacing)
(#244) A space is required after ','. (comma-spacing)
(#244) Requires a space after '{'. (block-spacing)
(#244) Statement inside of curly braces should be on next line. (brace-style)
(#244) Missing space before opening brace. (space-before-blocks)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#245) This line has a length of 511. Maximum allowed is 132. (max-len)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#245) A space is required after ','. (comma-spacing)
(#245) Requires a space after '{'. (block-spacing)
(#245) Statement inside of curly braces should be on next line. (brace-style)
(#245) Missing space before opening brace. (space-before-blocks)
(#245) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#245) Operator '||' must be spaced. (space-infix-ops)
(#245) Operator '||' must be spaced. (space-infix-ops)
(#245) Requires a space before '}'. (block-spacing)
(#245) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#245) Missing semicolon. (semi)
(#245) Requires a space before '}'. (block-spacing)
(#245) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#245) Missing semicolon. (semi)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#245) A space is required after ','. (comma-spacing)
(#245) A space is required after ','. (comma-spacing)
(#245) Missing space before value for key 'options'. (key-spacing)
(#245) Missing space before value for key 'messages'. (key-spacing)
(#245) Missing space before value for key 'noResults'. (key-spacing)
(#245) A space is required after ','. (comma-spacing)
(#245) Missing space before value for key 'results'. (key-spacing)
(#245) Requires a space after '{'. (block-spacing)
(#245) Statement inside of curly braces should be on next line. (brace-style)
(#245) Missing space before opening brace. (space-before-blocks)
(#245) Operator '+' must be spaced. (space-infix-ops)
(#245) Operator '<' must be spaced. (space-infix-ops)
(#245) Operator '?' must be spaced. (space-infix-ops)
(#245) Operator ':' must be spaced. (space-infix-ops)
(#245) Operator '+' must be spaced. (space-infix-ops)
(#245) Requires a space before '}'. (block-spacing)
(#245) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#245) Missing semicolon. (semi)
(#245) A space is required after ','. (comma-spacing)
(#245) Missing space before value for key '__response'. (key-spacing)
(#245) Requires a space after '{'. (block-spacing)
(#245) Statement inside of curly braces should be on next line. (brace-style)
(#245) Missing space before opening brace. (space-before-blocks)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#245) Expected space(s) after "if". (keyword-spacing)
(#245) Operator '&&' must be spaced. (space-infix-ops)
(#245) Requires a space after '{'. (block-spacing)
(#245) Statement inside of curly braces should be on next line. (brace-style)
(#245) Missing space before opening brace. (space-before-blocks)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) Operator '&&' must be spaced. (space-infix-ops)
(#245) Operator '?' must be spaced. (space-infix-ops)
(#245) Operator ':' must be spaced. (space-infix-ops)
(#245) Missing whitespace after semicolon. (semi-spacing)
(#246) This line has a length of 504. Maximum allowed is 132. (max-len)
(#246) Requires a space before '}'. (block-spacing)
(#246) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#246) Missing semicolon. (semi)
(#246) Requires a space before '}'. (block-spacing)
(#246) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#246) Missing whitespace after semicolon. (semi-spacing)
(#246) A space is required after ','. (comma-spacing)
(#246) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) Requires a space after '{'. (block-spacing)
(#246) Statement inside of curly braces should be on next line. (brace-style)
(#246) Missing space before opening brace. (space-before-blocks)
(#246) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) Missing whitespace after semicolon. (semi-spacing)
(#246) Requires a space after '{'. (block-spacing)
(#246) Statement inside of curly braces should be on next line. (brace-style)
(#246) Missing space before opening brace. (space-before-blocks)
(#246) Requires a space before '}'. (block-spacing)
(#246) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#246) Missing semicolon. (semi)
(#246) A space is required after ','. (comma-spacing)
(#246) Requires a space before '}'. (block-spacing)
(#246) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#246) Missing semicolon. (semi)
(#246) A space is required after ','. (comma-spacing)
(#246) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) Requires a space after '{'. (block-spacing)
(#246) Statement inside of curly braces should be on next line. (brace-style)
(#246) Missing space before opening brace. (space-before-blocks)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) A space is required after ','. (comma-spacing)
(#246) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) A space is required after ','. (comma-spacing)
(#246) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) Missing whitespace after semicolon. (semi-spacing)
(#246) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#246) Operator '&&' must be spaced. (space-infix-ops)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) A space is required after ','. (comma-spacing)
(#246) A space is required after ','. (comma-spacing)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) Operator '?' must be spaced. (space-infix-ops)
(#246) Operator '+' must be spaced. (space-infix-ops)
(#246) Operator '+' must be spaced. (space-infix-ops)
(#246) Operator ':' must be spaced. (space-infix-ops)
(#246) Operator '+' must be spaced. (space-infix-ops)
(#246) Operator '+' must be spaced. (space-infix-ops)
(#246) A space is required after ','. (comma-spacing)
(#246) Requires a space after '{'. (block-spacing)
(#246) Statement inside of curly braces should be on next line. (brace-style)
(#246) Missing space before opening brace. (space-before-blocks)
(#246) Expected space(s) after "return". (keyword-spacing)
(#246) Requires a space before '}'. (block-spacing)
(#246) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#246) Missing semicolon. (semi)
(#246) Missing whitespace after semicolon. (semi-spacing)
(#246) Requires a space before '}'. (block-spacing)
(#246) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#246) Missing semicolon. (semi)
(#246) Missing whitespace after semicolon. (semi-spacing)
(#246) A space is required after ','. (comma-spacing)
(#246) Missing space before value for key 'version'. (key-spacing)
(#246) A space is required after ','. (comma-spacing)
(#246) Missing space before value for key 'defaultElement'. (key-spacing)
(#246) A space is required after ','. (comma-spacing)
(#246) Missing space before value for key 'options'. (key-spacing)
(#246) Missing space before value for key 'disabled'. (key-spacing)
(#246) A space is required after ','. (comma-spacing)
(#246) Missing space before value for key 'text'. (key-spacing)
(#246) A space is required after ','. (comma-spacing)
(#246) Missing space before value for key 'label'. (key-spacing)
(#246) A space is required after ','. (comma-spacing)
(#246) Missing space before value for key 'icons'. (key-spacing)
(#246) Missing space before value for key 'primary'. (key-spacing)
(#246) A space is required after ','. (comma-spacing)
(#246) Missing space before value for key 'secondary'. (key-spacing)
(#247) This line has a length of 511. Maximum allowed is 132. (max-len)
(#247) Missing space before value for key '_create'. (key-spacing)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) Operator '+' must be spaced. (space-infix-ops)
(#247) Operator '+' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#247) Operator '!==' must be spaced. (space-infix-ops)
(#247) Operator '?' must be spaced. (space-infix-ops)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Operator ':' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Operator '===' must be spaced. (space-infix-ops)
(#247) Operator '||' must be spaced. (space-infix-ops)
(#247) Operator '===' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Operator '?' must be spaced. (space-infix-ops)
(#247) Operator ':' must be spaced. (space-infix-ops)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#247) Operator '===' must be spaced. (space-infix-ops)
(#247) Operator '&&' must be spaced. (space-infix-ops)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Operator '===' must be spaced. (space-infix-ops)
(#247) Operator '?' must be spaced. (space-infix-ops)
(#247) Operator ':' must be spaced. (space-infix-ops)
(#248) This line has a length of 545. Maximum allowed is 132. (max-len)
(#248) Missing whitespace after semicolon. (semi-spacing)
(#248) Missing whitespace after semicolon. (semi-spacing)
(#248) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#248) A space is required after ','. (comma-spacing)
(#248) Operator '+' must be spaced. (space-infix-ops)
(#248) A space is required after ','. (comma-spacing)
(#248) Requires a space after '{'. (block-spacing)
(#248) Statement inside of curly braces should be on next line. (brace-style)
(#248) Missing space before opening brace. (space-before-blocks)
(#248) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#248) Operator '||' must be spaced. (space-infix-ops)
(#248) Operator '===' must be spaced. (space-infix-ops)
(#248) Operator '&&' must be spaced. (space-infix-ops)
(#248) Requires a space before '}'. (block-spacing)
(#248) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#248) Missing semicolon. (semi)
(#248) Operator '+' must be spaced. (space-infix-ops)
(#248) A space is required after ','. (comma-spacing)
(#248) Requires a space after '{'. (block-spacing)
(#248) Statement inside of curly braces should be on next line. (brace-style)
(#248) Missing space before opening brace. (space-before-blocks)
(#248) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#248) Operator '||' must be spaced. (space-infix-ops)
(#248) Requires a space before '}'. (block-spacing)
(#248) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#248) Missing semicolon. (semi)
(#248) Operator '+' must be spaced. (space-infix-ops)
(#248) A space is required after ','. (comma-spacing)
(#248) Requires a space after '{'. (block-spacing)
(#248) Statement inside of curly braces should be on next line. (brace-style)
(#248) Missing space before opening brace. (space-before-blocks)
(#248) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#248) Operator '&&' must be spaced. (space-infix-ops)
(#248) A space is required after ','. (comma-spacing)
(#248) Requires a space before '}'. (block-spacing)
(#248) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#248) Missing semicolon. (semi)
(#248) Missing whitespace after semicolon. (semi-spacing)
(#248) Missing space before value for key 'focus'. (key-spacing)
(#248) Requires a space after '{'. (block-spacing)
(#248) Statement inside of curly braces should be on next line. (brace-style)
(#248) Missing space before opening brace. (space-before-blocks)
(#248) Requires a space before '}'. (block-spacing)
(#248) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#248) Missing semicolon. (semi)
(#249) This line has a length of 574. Maximum allowed is 132. (max-len)
(#249) Missing space before value for key 'blur'. (key-spacing)
(#249) Requires a space after '{'. (block-spacing)
(#249) Statement inside of curly braces should be on next line. (brace-style)
(#249) Missing space before opening brace. (space-before-blocks)
(#249) Requires a space before '}'. (block-spacing)
(#249) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#249) Missing semicolon. (semi)
(#249) Missing whitespace after semicolon. (semi-spacing)
(#249) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#249) Operator '&&' must be spaced. (space-infix-ops)
(#249) Operator '+' must be spaced. (space-infix-ops)
(#249) A space is required after ','. (comma-spacing)
(#249) Requires a space after '{'. (block-spacing)
(#249) Statement inside of curly braces should be on next line. (brace-style)
(#249) Missing space before opening brace. (space-before-blocks)
(#249) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#249) Requires a space before '}'. (block-spacing)
(#249) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#249) Missing semicolon. (semi)
(#249) Missing whitespace after semicolon. (semi-spacing)
(#249) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#249) Do not nest ternary expressions. (no-nested-ternary)
(#249) Operator '===' must be spaced. (space-infix-ops)
(#249) Operator '?' must be spaced. (space-infix-ops)
(#249) Operator '+' must be spaced. (space-infix-ops)
(#249) A space is required after ','. (comma-spacing)
(#249) Expected to return a value at the end of function. (consistent-return)
(#249) Requires a space after '{'. (block-spacing)
(#249) Statement inside of curly braces should be on next line. (brace-style)
(#249) Missing space before opening brace. (space-before-blocks)
(#249) Expected space(s) after "if". (keyword-spacing)
(#249) Expected { after 'if' condition. (curly)
(#249) Expected space(s) before "return". (keyword-spacing)
(#249) Expected space(s) after "return". (keyword-spacing)
(#249) Requires a space before '}'. (block-spacing)
(#249) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#249) Missing semicolon. (semi)
(#249) Operator ':' must be spaced. (space-infix-ops)
(#249) Operator '===' must be spaced. (space-infix-ops)
(#249) Operator '?' must be spaced. (space-infix-ops)
(#249) Operator '+' must be spaced. (space-infix-ops)
(#249) A space is required after ','. (comma-spacing)
(#249) Expected to return a value at the end of function. (consistent-return)
(#249) Requires a space after '{'. (block-spacing)
(#249) Statement inside of curly braces should be on next line. (brace-style)
(#249) Missing space before opening brace. (space-before-blocks)
(#249) Expected space(s) after "if". (keyword-spacing)
(#249) Expected { after 'if' condition. (curly)
(#249) Expected space(s) before "return". (keyword-spacing)
(#249) Expected space(s) after "return". (keyword-spacing)
(#249) Missing whitespace after semicolon. (semi-spacing)
(#249) Missing whitespace after semicolon. (semi-spacing)
(#249) A space is required after ','. (comma-spacing)
(#249) Missing whitespace after semicolon. (semi-spacing)
(#249) Operator '=' must be spaced. (space-infix-ops)
(#249) Missing whitespace after semicolon. (semi-spacing)
(#249) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#249) Requires a space after '{'. (block-spacing)
(#249) Statement inside of curly braces should be on next line. (brace-style)
(#249) Missing space before opening brace. (space-before-blocks)
(#249) Requires a space before '}'. (block-spacing)
(#249) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#249) Missing semicolon. (semi)
(#250) This line has a length of 507. Maximum allowed is 132. (max-len)
(#250) Requires a space before '}'. (block-spacing)
(#250) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#250) Missing semicolon. (semi)
(#250) Operator ':' must be spaced. (space-infix-ops)
(#250) Operator '+' must be spaced. (space-infix-ops)
(#250) A space is required after ','. (comma-spacing)
(#250) Expected to return a value at the end of function. (consistent-return)
(#250) Requires a space after '{'. (block-spacing)
(#250) Statement inside of curly braces should be on next line. (brace-style)
(#250) Missing space before opening brace. (space-before-blocks)
(#250) Expected space(s) after "if". (keyword-spacing)
(#250) Expected { after 'if' condition. (curly)
(#250) Expected space(s) before "return". (keyword-spacing)
(#250) Expected space(s) after "return". (keyword-spacing)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) Operator '=' must be spaced. (space-infix-ops)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) A space is required after ','. (comma-spacing)
(#250) Requires a space after '{'. (block-spacing)
(#250) Statement inside of curly braces should be on next line. (brace-style)
(#250) Missing space before opening brace. (space-before-blocks)
(#250) Operator '=' must be spaced. (space-infix-ops)
(#250) Requires a space before '}'. (block-spacing)
(#250) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#250) Missing semicolon. (semi)
(#250) Requires a space before '}'. (block-spacing)
(#250) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#250) Missing semicolon. (semi)
(#250) Operator '+' must be spaced. (space-infix-ops)
(#250) A space is required after ','. (comma-spacing)
(#250) Expected to return a value at the end of function. (consistent-return)
(#250) Requires a space after '{'. (block-spacing)
(#250) Statement inside of curly braces should be on next line. (brace-style)
(#250) Missing space before opening brace. (space-before-blocks)
(#250) Expected space(s) after "if". (keyword-spacing)
(#250) Expected { after 'if' condition. (curly)
(#250) Expected space(s) before "return". (keyword-spacing)
(#250) Expected space(s) after "return". (keyword-spacing)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) Requires a space before '}'. (block-spacing)
(#250) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#250) Missing semicolon. (semi)
(#250) Operator '+' must be spaced. (space-infix-ops)
(#250) A space is required after ','. (comma-spacing)
(#250) Expected to return a value at the end of function. (consistent-return)
(#250) Requires a space after '{'. (block-spacing)
(#250) Statement inside of curly braces should be on next line. (brace-style)
(#250) Missing space before opening brace. (space-before-blocks)
(#250) Expected space(s) after "if". (keyword-spacing)
(#250) Expected { after 'if' condition. (curly)
(#250) Expected space(s) before "return". (keyword-spacing)
(#250) Expected space(s) after "return". (keyword-spacing)
(#250) Missing whitespace after semicolon. (semi-spacing)
(#250) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#250) Operator '!==' must be spaced. (space-infix-ops)
(#250) Operator '&&' must be spaced. (space-infix-ops)
(#250) Operator '!==' must be spaced. (space-infix-ops)
(#250) Operator '||' must be spaced. (space-infix-ops)
(#250) Requires a space before '}'. (block-spacing)
(#250) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#250) Missing semicolon. (semi)
(#250) Operator '+' must be spaced. (space-infix-ops)
(#250) Operator '+' must be spaced. (space-infix-ops)
(#251) This line has a length of 510. Maximum allowed is 132. (max-len)
(#251) Operator '+' must be spaced. (space-infix-ops)
(#251) A space is required after ','. (comma-spacing)
(#251) Requires a space after '{'. (block-spacing)
(#251) Statement inside of curly braces should be on next line. (brace-style)
(#251) Missing space before opening brace. (space-before-blocks)
(#251) Requires a space before '}'. (block-spacing)
(#251) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#251) Missing semicolon. (semi)
(#251) A space is required after ','. (comma-spacing)
(#251) Operator '&&' must be spaced. (space-infix-ops)
(#251) Requires a space after '{'. (block-spacing)
(#251) Statement inside of curly braces should be on next line. (brace-style)
(#251) Missing space before opening brace. (space-before-blocks)
(#251) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#251) Operator '===' must be spaced. (space-infix-ops)
(#251) Operator '&&' must be spaced. (space-infix-ops)
(#251) Requires a space before '}'. (block-spacing)
(#251) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#251) Missing semicolon. (semi)
(#251) Missing whitespace after semicolon. (semi-spacing)
(#251) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#251) A space is required after ','. (comma-spacing)
(#251) Missing whitespace after semicolon. (semi-spacing)
(#251) Requires a space before '}'. (block-spacing)
(#251) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#251) Missing semicolon. (semi)
(#251) A space is required after ','. (comma-spacing)
(#251) Missing space before value for key '_determineButtonType'. (key-spacing)
(#251) Requires a space after '{'. (block-spacing)
(#251) Statement inside of curly braces should be on next line. (brace-style)
(#251) Missing space before opening brace. (space-before-blocks)
(#251) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#251) Do not nest ternary expressions. (no-nested-ternary)
(#251) Operator '?' must be spaced. (space-infix-ops)
(#251) Operator '=' must be spaced. (space-infix-ops)
(#251) Operator ':' must be spaced. (space-infix-ops)
(#251) Do not nest ternary expressions. (no-nested-ternary)
(#251) Operator '?' must be spaced. (space-infix-ops)
(#251) Operator '=' must be spaced. (space-infix-ops)
(#251) Operator ':' must be spaced. (space-infix-ops)
(#251) Operator '?' must be spaced. (space-infix-ops)
(#251) Operator '=' must be spaced. (space-infix-ops)
(#251) Operator ':' must be spaced. (space-infix-ops)
(#251) Operator '=' must be spaced. (space-infix-ops)
(#251) Missing whitespace after semicolon. (semi-spacing)
(#251) Expected space(s) after "if". (keyword-spacing)
(#251) Operator '===' must be spaced. (space-infix-ops)
(#251) Operator '||' must be spaced. (space-infix-ops)
(#251) Operator '===' must be spaced. (space-infix-ops)
(#251) Requires a space after '{'. (block-spacing)
(#251) Statement inside of curly braces should be on next line. (brace-style)
(#251) Missing space before opening brace. (space-before-blocks)
(#251) Operator '=' must be spaced. (space-infix-ops)
(#252) This line has a length of 532. Maximum allowed is 132. (max-len)
(#252) Missing whitespace after semicolon. (semi-spacing)
(#252) Operator '=' must be spaced. (space-infix-ops)
(#252) Operator '+' must be spaced. (space-infix-ops)
(#252) Operator '+' must be spaced. (space-infix-ops)
(#252) Missing whitespace after semicolon. (semi-spacing)
(#252) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#252) Operator '=' must be spaced. (space-infix-ops)
(#252) Missing whitespace after semicolon. (semi-spacing)
(#252) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#252) Operator '||' must be spaced. (space-infix-ops)
(#252) Operator '=' must be spaced. (space-infix-ops)
(#252) Operator '?' must be spaced. (space-infix-ops)
(#252) Operator ':' must be spaced. (space-infix-ops)
(#252) A space is required after ','. (comma-spacing)
(#252) Operator '=' must be spaced. (space-infix-ops)
(#252) A space is required after ','. (comma-spacing)
(#252) Operator '||' must be spaced. (space-infix-ops)
(#252) Operator '=' must be spaced. (space-infix-ops)
(#252) Missing whitespace after semicolon. (semi-spacing)
(#252) Missing whitespace after semicolon. (semi-spacing)
(#252) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#252) Operator '=' must be spaced. (space-infix-ops)
(#252) Operator '&&' must be spaced. (space-infix-ops)
(#252) Missing whitespace after semicolon. (semi-spacing)
(#252) A space is required after ','. (comma-spacing)
(#252) Requires a space before '}'. (block-spacing)
(#252) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#252) Missing semicolon. (semi)
(#252) Expected space(s) before "else". (keyword-spacing)
(#252) Expected { after 'else'. (curly)
(#252) Operator '=' must be spaced. (space-infix-ops)
(#252) Requires a space before '}'. (block-spacing)
(#252) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#252) Missing semicolon. (semi)
(#252) A space is required after ','. (comma-spacing)
(#252) Missing space before value for key 'widget'. (key-spacing)
(#252) Requires a space after '{'. (block-spacing)
(#252) Statement inside of curly braces should be on next line. (brace-style)
(#252) Missing space before opening brace. (space-before-blocks)
(#252) Requires a space before '}'. (block-spacing)
(#252) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#252) Missing semicolon. (semi)
(#253) This line has a length of 513. Maximum allowed is 132. (max-len)
(#253) Missing space before value for key '_destroy'. (key-spacing)
(#253) Requires a space after '{'. (block-spacing)
(#253) Statement inside of curly braces should be on next line. (brace-style)
(#253) Missing space before opening brace. (space-before-blocks)
(#253) Missing whitespace after semicolon. (semi-spacing)
(#253) Missing whitespace after semicolon. (semi-spacing)
(#253) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#253) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#253) Operator '||' must be spaced. (space-infix-ops)
(#253) Requires a space before '}'. (block-spacing)
(#253) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#253) Missing semicolon. (semi)
(#253) A space is required after ','. (comma-spacing)
(#253) Missing space before value for key '_setOption'. (key-spacing)
(#253) A space is required after ','. (comma-spacing)
(#253) Requires a space after '{'. (block-spacing)
(#253) Statement inside of curly braces should be on next line. (brace-style)
(#253) Missing space before opening brace. (space-before-blocks)
(#254) This line has a length of 555. Maximum allowed is 132. (max-len)
(#254) Missing whitespace after semicolon. (semi-spacing)
(#254) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#254) Operator '===' must be spaced. (space-infix-ops)
(#254) Operator '?' must be spaced. (space-infix-ops)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) A space is required after ','. (comma-spacing)
(#254) Operator '&&' must be spaced. (space-infix-ops)
(#254) Operator '===' must be spaced. (space-infix-ops)
(#254) Operator '||' must be spaced. (space-infix-ops)
(#254) Operator '===' must be spaced. (space-infix-ops)
(#254) Operator '?' must be spaced. (space-infix-ops)
(#254) Operator ':' must be spaced. (space-infix-ops)
(#254) Operator ':' must be spaced. (space-infix-ops)
(#254) Requires a space before '}'. (block-spacing)
(#254) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#254) Missing semicolon. (semi)
(#254) A space is required after ','. (comma-spacing)
(#254) Missing space before value for key 'refresh'. (key-spacing)
(#254) Requires a space after '{'. (block-spacing)
(#254) Statement inside of curly braces should be on next line. (brace-style)
(#254) Missing space before opening brace. (space-before-blocks)
(#254) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#254) Operator '=' must be spaced. (space-infix-ops)
(#254) Operator '?' must be spaced. (space-infix-ops)
(#254) Operator ':' must be spaced. (space-infix-ops)
(#254) Missing whitespace after semicolon. (semi-spacing)
(#254) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#254) Operator '!==' must be spaced. (space-infix-ops)
(#254) Operator '&&' must be spaced. (space-infix-ops)
(#254) A space is required after ','. (comma-spacing)
(#254) Missing whitespace after semicolon. (semi-spacing)
(#254) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#254) Operator '===' must be spaced. (space-infix-ops)
(#254) Operator '?' must be spaced. (space-infix-ops)
(#254) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#254) Requires a space after '{'. (block-spacing)
(#254) Statement inside of curly braces should be on next line. (brace-style)
(#254) Missing space before opening brace. (space-before-blocks)
(#254) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#254) Operator '?' must be spaced. (space-infix-ops)
(#255) This line has a length of 666. Maximum allowed is 132. (max-len)
(#255) A space is required after ','. (comma-spacing)
(#255) Operator ':' must be spaced. (space-infix-ops)
(#255) A space is required after ','. (comma-spacing)
(#255) Requires a space before '}'. (block-spacing)
(#255) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#255) Missing semicolon. (semi)
(#255) Operator ':' must be spaced. (space-infix-ops)
(#255) Operator '===' must be spaced. (space-infix-ops)
(#255) Operator '&&' must be spaced. (space-infix-ops)
(#255) Operator '?' must be spaced. (space-infix-ops)
(#255) A space is required after ','. (comma-spacing)
(#255) Operator ':' must be spaced. (space-infix-ops)
(#255) A space is required after ','. (comma-spacing)
(#255) Requires a space before '}'. (block-spacing)
(#255) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#255) Missing semicolon. (semi)
(#255) A space is required after ','. (comma-spacing)
(#255) Missing space before value for key '_resetButton'. (key-spacing)
(#255) Requires a space after '{'. (block-spacing)
(#255) Statement inside of curly braces should be on next line. (brace-style)
(#255) Missing space before opening brace. (space-before-blocks)
(#255) Expected space(s) after "if". (keyword-spacing)
(#255) Operator '===' must be spaced. (space-infix-ops)
(#255) Expected { after 'if' condition. (curly)
(#255) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#255) Expected space(s) before "this". (keyword-spacing)
(#255) Operator '&&' must be spaced. (space-infix-ops)
(#255) Missing whitespace after semicolon. (semi-spacing)
(#255) Expected space(s) after "else". (keyword-spacing)
(#255) Requires a space after '{'. (block-spacing)
(#255) Statement inside of curly braces should be on next line. (brace-style)
(#255) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#255) Operator '=' must be spaced. (space-infix-ops)
(#256) This line has a length of 522. Maximum allowed is 132. (max-len)
(#256) Operator '=' must be spaced. (space-infix-ops)
(#256) A space is required after ','. (comma-spacing)
(#256) A space is required after ','. (comma-spacing)
(#256) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#256) Operator '=' must be spaced. (space-infix-ops)
(#256) A space is required after ','. (comma-spacing)
(#256) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#256) Operator '=' must be spaced. (space-infix-ops)
(#256) Operator '&&' must be spaced. (space-infix-ops)
(#256) A space is required after ','. (comma-spacing)
(#256) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#256) Operator '=' must be spaced. (space-infix-ops)
(#256) Missing whitespace after semicolon. (semi-spacing)
(#256) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#256) Operator '||' must be spaced. (space-infix-ops)
(#256) Operator '?' must be spaced. (space-infix-ops)
(#256) Operator '&&' must be spaced. (space-infix-ops)
(#256) Operator '+' must be spaced. (space-infix-ops)
(#256) Do not nest ternary expressions. (no-nested-ternary)
(#256) Operator '?' must be spaced. (space-infix-ops)
(#256) Operator ':' must be spaced. (space-infix-ops)
(#256) Operator '?' must be spaced. (space-infix-ops)
(#256) Operator ':' must be spaced. (space-infix-ops)
(#256) A space is required after ','. (comma-spacing)
(#256) Operator '&&' must be spaced. (space-infix-ops)
(#256) Operator '+' must be spaced. (space-infix-ops)
(#256) Operator '+' must be spaced. (space-infix-ops)
(#256) A space is required after ','. (comma-spacing)
(#256) Operator '&&' must be spaced. (space-infix-ops)
(#256) Operator '+' must be spaced. (space-infix-ops)
(#256) Operator '+' must be spaced. (space-infix-ops)
(#256) A space is required after ','. (comma-spacing)
(#256) Operator '||' must be spaced. (space-infix-ops)
(#256) Operator '?' must be spaced. (space-infix-ops)
(#256) Operator ':' must be spaced. (space-infix-ops)
(#257) This line has a length of 521. Maximum allowed is 132. (max-len)
(#257) A space is required after ','. (comma-spacing)
(#257) Operator '||' must be spaced. (space-infix-ops)
(#257) A space is required after ','. (comma-spacing)
(#257) Operator ':' must be spaced. (space-infix-ops)
(#257) Missing whitespace after semicolon. (semi-spacing)
(#257) Requires a space before '}'. (block-spacing)
(#257) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#257) Missing semicolon. (semi)
(#257) Requires a space before '}'. (block-spacing)
(#257) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#257) Missing whitespace after semicolon. (semi-spacing)
(#257) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#257) A space is required after ','. (comma-spacing)
(#257) Missing space before value for key 'version'. (key-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) Missing space before value for key 'options'. (key-spacing)
(#257) Missing space before value for key 'items'. (key-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) Missing space before value for key '_create'. (key-spacing)
(#257) Requires a space after '{'. (block-spacing)
(#257) Statement inside of curly braces should be on next line. (brace-style)
(#257) Missing space before opening brace. (space-before-blocks)
(#257) Requires a space before '}'. (block-spacing)
(#257) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#257) Missing semicolon. (semi)
(#257) A space is required after ','. (comma-spacing)
(#257) Missing space before value for key '_init'. (key-spacing)
(#257) Requires a space after '{'. (block-spacing)
(#257) Statement inside of curly braces should be on next line. (brace-style)
(#257) Missing space before opening brace. (space-before-blocks)
(#257) Requires a space before '}'. (block-spacing)
(#257) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#257) Missing semicolon. (semi)
(#257) A space is required after ','. (comma-spacing)
(#257) Missing space before value for key '_setOption'. (key-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) Requires a space after '{'. (block-spacing)
(#257) Statement inside of curly braces should be on next line. (brace-style)
(#257) Missing space before opening brace. (space-before-blocks)
(#257) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#257) Operator '===' must be spaced. (space-infix-ops)
(#257) Operator '&&' must be spaced. (space-infix-ops)
(#257) A space is required after ','. (comma-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) Missing whitespace after semicolon. (semi-spacing)
(#257) A space is required after ','. (comma-spacing)
(#257) Requires a space before '}'. (block-spacing)
(#257) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#257) Missing semicolon. (semi)
(#257) A space is required after ','. (comma-spacing)
(#257) Missing space before value for key 'refresh'. (key-spacing)
(#257) Requires a space after '{'. (block-spacing)
(#257) Statement inside of curly braces should be on next line. (brace-style)
(#257) Missing space before opening brace. (space-before-blocks)
(#257) Operator '=' must be spaced. (space-infix-ops)
(#258) This line has a length of 624. Maximum allowed is 132. (max-len)
(#258) Operator '===' must be spaced. (space-infix-ops)
(#258) A space is required after ','. (comma-spacing)
(#258) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#258) Operator '=' must be spaced. (space-infix-ops)
(#258) A space is required after ','. (comma-spacing)
(#258) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#258) Operator '=' must be spaced. (space-infix-ops)
(#258) Missing whitespace after semicolon. (semi-spacing)
(#258) Missing whitespace after semicolon. (semi-spacing)
(#258) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#258) Missing whitespace after semicolon. (semi-spacing)
(#258) Operator '=' must be spaced. (space-infix-ops)
(#258) Requires a space after '{'. (block-spacing)
(#258) Statement inside of curly braces should be on next line. (brace-style)
(#258) Missing space before opening brace. (space-before-blocks)
(#258) Requires a space before '}'. (block-spacing)
(#258) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#258) Missing semicolon. (semi)
(#258) Operator '?' must be spaced. (space-infix-ops)
(#258) Operator ':' must be spaced. (space-infix-ops)
(#258) Operator '?' must be spaced. (space-infix-ops)
(#258) Operator ':' must be spaced. (space-infix-ops)
(#258) Requires a space before '}'. (block-spacing)
(#258) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#258) Missing semicolon. (semi)
(#258) A space is required after ','. (comma-spacing)
(#258) Missing space before value for key '_destroy'. (key-spacing)
(#258) Requires a space after '{'. (block-spacing)
(#258) Statement inside of curly braces should be on next line. (brace-style)
(#258) Missing space before opening brace. (space-before-blocks)
(#258) Missing whitespace after semicolon. (semi-spacing)
(#258) Requires a space after '{'. (block-spacing)
(#258) Statement inside of curly braces should be on next line. (brace-style)
(#258) Missing space before opening brace. (space-before-blocks)
(#258) Requires a space before '}'. (block-spacing)
(#258) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#258) Missing semicolon. (semi)
(#258) Requires a space before '}'. (block-spacing)
(#258) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#258) Missing semicolon. (semi)
(#259) This line has a length of 509. Maximum allowed is 132. (max-len)
(#259) A space is required after ','. (comma-spacing)
(#259) Missing space before value for key 'datepicker'. (key-spacing)
(#259) Missing space before value for key 'version'. (key-spacing)
(#259) Missing whitespace after semicolon. (semi-spacing)
(#259) Missing whitespace after semicolon. (semi-spacing)
(#259) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#259) A space is required after ','. (comma-spacing)
(#259) Missing space before value for key 'markerClassName'. (key-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) Missing space before value for key 'maxRows'. (key-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) Missing space before value for key '_widgetDatepicker'. (key-spacing)
(#259) Requires a space after '{'. (block-spacing)
(#259) Statement inside of curly braces should be on next line. (brace-style)
(#259) Missing space before opening brace. (space-before-blocks)
(#259) Requires a space before '}'. (block-spacing)
(#259) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#259) Missing semicolon. (semi)
(#259) A space is required after ','. (comma-spacing)
(#259) Missing space before value for key 'setDefaults'. (key-spacing)
(#259) Requires a space after '{'. (block-spacing)
(#259) Statement inside of curly braces should be on next line. (brace-style)
(#259) Missing space before opening brace. (space-before-blocks)
(#259) A space is required after ','. (comma-spacing)
(#259) Operator '||' must be spaced. (space-infix-ops)
(#259) Missing whitespace after semicolon. (semi-spacing)
(#259) Requires a space before '}'. (block-spacing)
(#259) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#259) Missing semicolon. (semi)
(#259) A space is required after ','. (comma-spacing)
(#259) Missing space before value for key '_attachDatepicker'. (key-spacing)
(#259) A space is required after ','. (comma-spacing)
(#259) Requires a space after '{'. (block-spacing)
(#259) Statement inside of curly braces should be on next line. (brace-style)
(#259) Missing space before opening brace. (space-before-blocks)
(#259) Operator '=' must be spaced. (space-infix-ops)
(#259) Missing whitespace after semicolon. (semi-spacing)
(#259) Operator '=' must be spaced. (space-infix-ops)
(#259) Operator '===' must be spaced. (space-infix-ops)
(#259) Operator '||' must be spaced. (space-infix-ops)
(#259) Operator '===' must be spaced. (space-infix-ops)
(#259) Missing whitespace after semicolon. (semi-spacing)
(#259) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#259) Operator '||' must be spaced. (space-infix-ops)
(#259) Operator '+=' must be spaced. (space-infix-ops)
(#259) A space is required after ','. (comma-spacing)
(#259) Operator '=' must be spaced. (space-infix-ops)
(#259) Operator '+' must be spaced. (space-infix-ops)
(#259) Missing whitespace after semicolon. (semi-spacing)
(#259) Operator '=' must be spaced. (space-infix-ops)
(#259) A space is required after ','. (comma-spacing)
(#259) Missing whitespace after semicolon. (semi-spacing)
(#259) Operator '=' must be spaced. (space-infix-ops)
(#259) A space is required after ','. (comma-spacing)
(#259) Operator '||' must be spaced. (space-infix-ops)
(#259) Missing whitespace after semicolon. (semi-spacing)
(#259) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#259) Operator '===' must be spaced. (space-infix-ops)
(#259) Operator '?' must be spaced. (space-infix-ops)
(#259) A space is required after ','. (comma-spacing)
(#259) Operator ':' must be spaced. (space-infix-ops)
(#259) Operator '&&' must be spaced. (space-infix-ops)
(#259) A space is required after ','. (comma-spacing)
(#259) Requires a space before '}'. (block-spacing)
(#259) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#259) Missing semicolon. (semi)
(#259) A space is required after ','. (comma-spacing)
(#259) Missing space before value for key '_newInst'. (key-spacing)
(#260) This line has a length of 530. Maximum allowed is 132. (max-len)
(#260) Requires a space after '{'. (block-spacing)
(#260) Statement inside of curly braces should be on next line. (brace-style)
(#260) Missing space before opening brace. (space-before-blocks)
(#260) Expected space(s) after "return". (keyword-spacing)
(#260) Missing space before value for key 'id'. (key-spacing)
(#260) Unnecessary escape character: \-. (no-useless-escape)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) Missing space before value for key 'input'. (key-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) Missing space before value for key 'selectedDay'. (key-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) Missing space before value for key 'selectedMonth'. (key-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) Missing space before value for key 'selectedYear'. (key-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) Missing space before value for key 'drawMonth'. (key-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) Missing space before value for key 'drawYear'. (key-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) Missing space before value for key 'inline'. (key-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) Missing space before value for key 'dpDiv'. (key-spacing)
(#260) Operator '?' must be spaced. (space-infix-ops)
(#260) Operator '+' must be spaced. (space-infix-ops)
(#260) Operator '+' must be spaced. (space-infix-ops)
(#260) Operator ':' must be spaced. (space-infix-ops)
(#260) Requires a space before '}'. (block-spacing)
(#260) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#260) Missing semicolon. (semi)
(#260) A space is required after ','. (comma-spacing)
(#260) Missing space before value for key '_connectDatepicker'. (key-spacing)
(#260) A space is required after ','. (comma-spacing)
(#260) Requires a space after '{'. (block-spacing)
(#260) Statement inside of curly braces should be on next line. (brace-style)
(#260) Missing space before opening brace. (space-before-blocks)
(#260) Operator '=' must be spaced. (space-infix-ops)
(#260) Missing whitespace after semicolon. (semi-spacing)
(#260) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#260) Operator '=' must be spaced. (space-infix-ops)
(#260) Missing whitespace after semicolon. (semi-spacing)
(#260) Operator '=' must be spaced. (space-infix-ops)
(#260) Missing whitespace after semicolon. (semi-spacing)
(#260) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#260) Operator '||' must be spaced. (space-infix-ops)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#261) This line has a length of 512. Maximum allowed is 132. (max-len)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) Operator '&&' must be spaced. (space-infix-ops)
(#261) Requires a space before '}'. (block-spacing)
(#261) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#261) Missing semicolon. (semi)
(#261) A space is required after ','. (comma-spacing)
(#261) Missing space before value for key '_attachments'. (key-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) Requires a space after '{'. (block-spacing)
(#261) Statement inside of curly braces should be on next line. (brace-style)
(#261) Missing space before opening brace. (space-before-blocks)
(#261) Operator '=' must be spaced. (space-infix-ops)
(#261) A space is required after ','. (comma-spacing)
(#261) Missing whitespace after semicolon. (semi-spacing)
(#261) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#261) Operator '=' must be spaced. (space-infix-ops)
(#261) A space is required after ','. (comma-spacing)
(#261) Missing whitespace after semicolon. (semi-spacing)
(#261) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#261) Operator '&&' must be spaced. (space-infix-ops)
(#261) Missing whitespace after semicolon. (semi-spacing)
(#261) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#261) Operator '&&' must be spaced. (space-infix-ops)
(#261) Operator '=' must be spaced. (space-infix-ops)
(#261) Operator '+' must be spaced. (space-infix-ops)
(#261) Operator '+' must be spaced. (space-infix-ops)
(#261) Operator '+' must be spaced. (space-infix-ops)
(#261) Operator '+' must be spaced. (space-infix-ops)
(#261) A space is required after ','. (comma-spacing)
(#261) Operator '?' must be spaced. (space-infix-ops)
(#261) Operator ':' must be spaced. (space-infix-ops)
(#261) Missing whitespace after semicolon. (semi-spacing)
(#261) A space is required after ','. (comma-spacing)
(#261) Missing whitespace after semicolon. (semi-spacing)
(#261) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#261) Operator '&&' must be spaced. (space-infix-ops)
(#261) Missing whitespace after semicolon. (semi-spacing)
(#261) Operator '=' must be spaced. (space-infix-ops)
(#261) A space is required after ','. (comma-spacing)
(#261) Missing whitespace after semicolon. (semi-spacing)
(#261) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#261) Operator '!==' must be spaced. (space-infix-ops)
(#261) Operator '&&' must be spaced. (space-infix-ops)
(#261) Operator '!==' must be spaced. (space-infix-ops)
(#261) Operator '||' must be spaced. (space-infix-ops)
(#261) Missing whitespace after semicolon. (semi-spacing)
(#261) Expected space(s) after "if". (keyword-spacing)
(#261) Operator '===' must be spaced. (space-infix-ops)
(#261) Operator '||' must be spaced. (space-infix-ops)
(#261) Operator '===' must be spaced. (space-infix-ops)
(#261) Requires a space after '{'. (block-spacing)
(#261) Statement inside of curly braces should be on next line. (brace-style)
(#261) Missing space before opening brace. (space-before-blocks)
(#261) Operator '=' must be spaced. (space-infix-ops)
(#261) A space is required after ','. (comma-spacing)
(#262) This line has a length of 514. Maximum allowed is 132. (max-len)
(#262) Operator '=' must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Operator '=' must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) Operator '?' must be spaced. (space-infix-ops)
(#262) Missing space before value for key 'src'. (key-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'alt'. (key-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'title'. (key-spacing)
(#262) Operator ':' must be spaced. (space-infix-ops)
(#262) Operator '?' must be spaced. (space-infix-ops)
(#262) Missing space before value for key 'src'. (key-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'alt'. (key-spacing)
(#262) A space is required after ','. (comma-spacing)
(#262) Missing space before value for key 'title'. (key-spacing)
(#262) Operator ':' must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#262) Operator '?' must be spaced. (space-infix-ops)
(#262) Operator ':' must be spaced. (space-infix-ops)
(#262) Missing whitespace after semicolon. (semi-spacing)
(#262) Requires a space after '{'. (block-spacing)
(#262) Statement inside of curly braces should be on next line. (brace-style)
(#262) Missing space before opening brace. (space-before-blocks)
(#262) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#262) Operator '&&' must be spaced. (space-infix-ops)
(#262) Operator '===' must be spaced. (space-infix-ops)
(#262) Operator '?' must be spaced. (space-infix-ops)
(#262) Operator ':' must be spaced. (space-infix-ops)
(#262) Operator '&&' must be spaced. (space-infix-ops)
(#262) Operator '!==' must be spaced. (space-infix-ops)
(#262) Operator '&&' must be spaced. (space-infix-ops)
(#263) This line has a length of 517. Maximum allowed is 132. (max-len)
(#263) Missing whitespace after semicolon. (semi-spacing)
(#263) Expected space(s) after "return". (keyword-spacing)
(#263) Requires a space before '}'. (block-spacing)
(#263) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#263) Missing semicolon. (semi)
(#263) Requires a space before '}'. (block-spacing)
(#263) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#263) Missing semicolon. (semi)
(#263) Requires a space before '}'. (block-spacing)
(#263) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#263) A space is required after ','. (comma-spacing)
(#263) Missing space before value for key '_autoSize'. (key-spacing)
(#263) Requires a space after '{'. (block-spacing)
(#263) Statement inside of curly braces should be on next line. (brace-style)
(#263) Missing space before opening brace. (space-before-blocks)
(#263) Expected space(s) after "if". (keyword-spacing)
(#263) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#263) A space is required after ','. (comma-spacing)
(#263) Operator '&&' must be spaced. (space-infix-ops)
(#263) Requires a space after '{'. (block-spacing)
(#263) Statement inside of curly braces should be on next line. (brace-style)
(#263) Missing space before opening brace. (space-before-blocks)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#263) Operator '=' must be spaced. (space-infix-ops)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#263) Operator '=' must be spaced. (space-infix-ops)
(#263) A space is required after ','. (comma-spacing)
(#263) Missing whitespace after semicolon. (semi-spacing)
(#263) Expected space(s) after "if". (keyword-spacing)
(#263) Requires a space after '{'. (block-spacing)
(#263) Statement inside of curly braces should be on next line. (brace-style)
(#263) Missing space before opening brace. (space-before-blocks)
(#263) Operator '=' must be spaced. (space-infix-ops)
(#263) Requires a space after '{'. (block-spacing)
(#263) Statement inside of curly braces should be on next line. (brace-style)
(#263) Missing space before opening brace. (space-before-blocks)
(#263) Expected space(s) after "for". (keyword-spacing)
(#263) Operator '=' must be spaced. (space-infix-ops)
(#263) Operator '=' must be spaced. (space-infix-ops)
(#263) Operator '=' must be spaced. (space-infix-ops)
(#263) Missing whitespace after semicolon. (semi-spacing)
(#263) Operator '<' must be spaced. (space-infix-ops)
(#263) Missing whitespace after semicolon. (semi-spacing)
(#263) Expected { after 'for' condition. (curly)
(#263) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#263) Operator '>' must be spaced. (space-infix-ops)
(#263) Operator '&&' must be spaced. (space-infix-ops)
(#263) Operator '=' must be spaced. (space-infix-ops)
(#263) A space is required after ','. (comma-spacing)
(#263) Operator '=' must be spaced. (space-infix-ops)
(#263) Missing whitespace after semicolon. (semi-spacing)
(#263) Requires a space before '}'. (block-spacing)
(#263) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#263) Missing semicolon. (semi)
(#263) Missing whitespace after semicolon. (semi-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) Operator '?' must be spaced. (space-infix-ops)
(#263) Operator ':' must be spaced. (space-infix-ops)
(#263) Missing whitespace after semicolon. (semi-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) Operator '?' must be spaced. (space-infix-ops)
(#263) Operator ':' must be spaced. (space-infix-ops)
(#263) Operator '+' must be spaced. (space-infix-ops)
(#263) Operator '-' must be spaced. (space-infix-ops)
(#263) Requires a space before '}'. (block-spacing)
(#263) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#263) Missing semicolon. (semi)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) Requires a space before '}'. (block-spacing)
(#263) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#263) Missing semicolon. (semi)
(#263) Requires a space before '}'. (block-spacing)
(#263) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#263) A space is required after ','. (comma-spacing)
(#263) Missing space before value for key '_inlineDatepicker'. (key-spacing)
(#264) This line has a length of 541. Maximum allowed is 132. (max-len)
(#264) Requires a space after '{'. (block-spacing)
(#264) Statement inside of curly braces should be on next line. (brace-style)
(#264) Missing space before opening brace. (space-before-blocks)
(#264) Operator '=' must be spaced. (space-infix-ops)
(#264) Missing whitespace after semicolon. (semi-spacing)
(#264) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#264) Operator '||' must be spaced. (space-infix-ops)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) Operator '&&' must be spaced. (space-infix-ops)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) Requires a space before '}'. (block-spacing)
(#264) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#264) Missing semicolon. (semi)
(#264) A space is required after ','. (comma-spacing)
(#264) Missing space before value for key '_dialogDatepicker'. (key-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) A space is required after ','. (comma-spacing)
(#264) Requires a space after '{'. (block-spacing)
(#264) Statement inside of curly braces should be on next line. (brace-style)
(#264) Missing space before opening brace. (space-before-blocks)
(#264) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#264) Operator '=' must be spaced. (space-infix-ops)
(#264) Missing whitespace after semicolon. (semi-spacing)
(#264) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#264) Operator '||' must be spaced. (space-infix-ops)
(#264) Operator '+=' must be spaced. (space-infix-ops)
(#264) A space is required after ','. (comma-spacing)
(#264) Operator '=' must be spaced. (space-infix-ops)
(#264) Operator '+' must be spaced. (space-infix-ops)
(#264) A space is required after ','. (comma-spacing)
(#264) Operator '=' must be spaced. (space-infix-ops)
(#264) Operator '+' must be spaced. (space-infix-ops)
(#264) Operator '+' must be spaced. (space-infix-ops)
(#264) A space is required after ','. (comma-spacing)
(#265) This line has a length of 515. Maximum allowed is 132. (max-len)
(#265) A space is required after ','. (comma-spacing)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) A space is required after ','. (comma-spacing)
(#265) A space is required after ','. (comma-spacing)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) A space is required after ','. (comma-spacing)
(#265) A space is required after ','. (comma-spacing)
(#265) A space is required after ','. (comma-spacing)
(#265) Missing whitespace after semicolon. (semi-spacing)
(#265) A space is required after ','. (comma-spacing)
(#265) Operator '||' must be spaced. (space-infix-ops)
(#265) Missing whitespace after semicolon. (semi-spacing)
(#265) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) Operator '&&' must be spaced. (space-infix-ops)
(#265) Operator '===' must be spaced. (space-infix-ops)
(#265) Operator '?' must be spaced. (space-infix-ops)
(#265) A space is required after ','. (comma-spacing)
(#265) Operator ':' must be spaced. (space-infix-ops)
(#265) Missing whitespace after semicolon. (semi-spacing)
(#265) Missing whitespace after semicolon. (semi-spacing)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) Do not nest ternary expressions. (no-nested-ternary)
(#265) Operator '?' must be spaced. (space-infix-ops)
(#265) Operator '?' must be spaced. (space-infix-ops)
(#265) Operator ':' must be spaced. (space-infix-ops)
(#265) A space is required after ','. (comma-spacing)
(#265) Operator ':' must be spaced. (space-infix-ops)
(#265) Missing whitespace after semicolon. (semi-spacing)
(#265) Expected space(s) after "if". (keyword-spacing)
(#265) Requires a space after '{'. (block-spacing)
(#265) Statement inside of curly braces should be on next line. (brace-style)
(#265) Missing space before opening brace. (space-before-blocks)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) Missing whitespace after semicolon. (semi-spacing)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) Missing whitespace after semicolon. (semi-spacing)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) Operator '||' must be spaced. (space-infix-ops)
(#265) Missing whitespace after semicolon. (semi-spacing)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) Operator '||' must be spaced. (space-infix-ops)
(#266) This line has a length of 519. Maximum allowed is 132. (max-len)
(#266) Operator '=' must be spaced. (space-infix-ops)
(#266) Operator '/' must be spaced. (space-infix-ops)
(#266) Operator '-' must be spaced. (space-infix-ops)
(#266) Operator '+' must be spaced. (space-infix-ops)
(#266) A space is required after ','. (comma-spacing)
(#266) Operator '/' must be spaced. (space-infix-ops)
(#266) Operator '-' must be spaced. (space-infix-ops)
(#266) Operator '+' must be spaced. (space-infix-ops)
(#266) Requires a space before '}'. (block-spacing)
(#266) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#266) Missing semicolon. (semi)
(#266) Expected space(s) before "this". (keyword-spacing)
(#266) A space is required after ','. (comma-spacing)
(#266) Operator '+' must be spaced. (space-infix-ops)
(#266) Operator '+' must be spaced. (space-infix-ops)
(#266) A space is required after ','. (comma-spacing)
(#266) Operator '+' must be spaced. (space-infix-ops)
(#266) Missing whitespace after semicolon. (semi-spacing)
(#266) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#266) Operator '=' must be spaced. (space-infix-ops)
(#266) Missing whitespace after semicolon. (semi-spacing)
(#266) Operator '=' must be spaced. (space-infix-ops)
(#266) Missing whitespace after semicolon. (semi-spacing)
(#266) Missing whitespace after semicolon. (semi-spacing)
(#266) Missing whitespace after semicolon. (semi-spacing)
(#266) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#266) Operator '&&' must be spaced. (space-infix-ops)
(#266) Missing whitespace after semicolon. (semi-spacing)
(#266) A space is required after ','. (comma-spacing)
(#266) A space is required after ','. (comma-spacing)
(#266) Missing whitespace after semicolon. (semi-spacing)
(#266) Requires a space before '}'. (block-spacing)
(#266) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#266) Missing semicolon. (semi)
(#266) A space is required after ','. (comma-spacing)
(#266) Missing space before value for key '_destroyDatepicker'. (key-spacing)
(#266) Requires a space after '{'. (block-spacing)
(#266) Statement inside of curly braces should be on next line. (brace-style)
(#266) Missing space before opening brace. (space-before-blocks)
(#266) Operator '=' must be spaced. (space-infix-ops)
(#266) A space is required after ','. (comma-spacing)
(#266) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#266) Operator '=' must be spaced. (space-infix-ops)
(#266) A space is required after ','. (comma-spacing)
(#266) Missing whitespace after semicolon. (semi-spacing)
(#266) Expected space(s) after "if". (keyword-spacing)
(#266) Requires a space after '{'. (block-spacing)
(#266) Statement inside of curly braces should be on next line. (brace-style)
(#266) Missing space before opening brace. (space-before-blocks)
(#266) Operator '=' must be spaced. (space-infix-ops)
(#266) Missing whitespace after semicolon. (semi-spacing)
(#266) A space is required after ','. (comma-spacing)
(#266) Missing whitespace after semicolon. (semi-spacing)
(#266) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#266) Operator '===' must be spaced. (space-infix-ops)
(#266) Operator '?' must be spaced. (space-infix-ops)
(#267) This line has a length of 542. Maximum allowed is 132. (max-len)
(#267) A space is required after ','. (comma-spacing)
(#267) A space is required after ','. (comma-spacing)
(#267) A space is required after ','. (comma-spacing)
(#267) A space is required after ','. (comma-spacing)
(#267) A space is required after ','. (comma-spacing)
(#267) Operator ':' must be spaced. (space-infix-ops)
(#267) Operator '!==' must be spaced. (space-infix-ops)
(#267) Operator '&&' must be spaced. (space-infix-ops)
(#267) Operator '!==' must be spaced. (space-infix-ops)
(#267) Operator '||' must be spaced. (space-infix-ops)
(#267) Missing whitespace after semicolon. (semi-spacing)
(#267) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#267) Operator '===' must be spaced. (space-infix-ops)
(#267) Operator '&&' must be spaced. (space-infix-ops)
(#267) Operator '=' must be spaced. (space-infix-ops)
(#267) Requires a space before '}'. (block-spacing)
(#267) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#267) Missing semicolon. (semi)
(#267) Requires a space before '}'. (block-spacing)
(#267) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#267) A space is required after ','. (comma-spacing)
(#267) Missing space before value for key '_enableDatepicker'. (key-spacing)
(#267) Requires a space after '{'. (block-spacing)
(#267) Statement inside of curly braces should be on next line. (brace-style)
(#267) Missing space before opening brace. (space-before-blocks)
(#267) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#267) Operator '=' must be spaced. (space-infix-ops)
(#267) A space is required after ','. (comma-spacing)
(#267) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#267) Operator '=' must be spaced. (space-infix-ops)
(#267) A space is required after ','. (comma-spacing)
(#267) Missing whitespace after semicolon. (semi-spacing)
(#267) Expected space(s) after "if". (keyword-spacing)
(#267) Requires a space after '{'. (block-spacing)
(#267) Statement inside of curly braces should be on next line. (brace-style)
(#267) Missing space before opening brace. (space-before-blocks)
(#267) Operator '=' must be spaced. (space-infix-ops)
(#267) Missing whitespace after semicolon. (semi-spacing)
(#267) Expected space(s) after "if". (keyword-spacing)
(#267) Operator '===' must be spaced. (space-infix-ops)
(#267) Expected { after 'if' condition. (curly)
(#267) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#267) Operator '=' must be spaced. (space-infix-ops)
(#267) Unexpected use of comma operator. (no-sequences)
(#267) A space is required after ','. (comma-spacing)
(#267) Requires a space after '{'. (block-spacing)
(#267) Statement inside of curly braces should be on next line. (brace-style)
(#267) Missing space before opening brace. (space-before-blocks)
(#267) Operator '=' must be spaced. (space-infix-ops)
(#267) Requires a space before '}'. (block-spacing)
(#267) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#267) Missing semicolon. (semi)
(#267) Missing space before value for key 'opacity'. (key-spacing)
(#268) This line has a length of 513. Maximum allowed is 132. (max-len)
(#268) Missing space before value for key 'cursor'. (key-spacing)
(#268) Missing whitespace after semicolon. (semi-spacing)
(#268) Expected space(s) after "if". (keyword-spacing)
(#268) Operator '===' must be spaced. (space-infix-ops)
(#268) Operator '||' must be spaced. (space-infix-ops)
(#268) Operator '===' must be spaced. (space-infix-ops)
(#268) Expected { after 'if' condition. (curly)
(#268) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#268) Operator '=' must be spaced. (space-infix-ops)
(#268) Operator '+' must be spaced. (space-infix-ops)
(#268) Unexpected use of comma operator. (no-sequences)
(#268) A space is required after ','. (comma-spacing)
(#268) A space is required after ','. (comma-spacing)
(#268) A space is required after ','. (comma-spacing)
(#268) Missing whitespace after semicolon. (semi-spacing)
(#268) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#268) Operator '=' must be spaced. (space-infix-ops)
(#268) A space is required after ','. (comma-spacing)
(#268) Requires a space after '{'. (block-spacing)
(#268) Statement inside of curly braces should be on next line. (brace-style)
(#268) Missing space before opening brace. (space-before-blocks)
(#268) Operator '===' must be spaced. (space-infix-ops)
(#268) Operator '?' must be spaced. (space-infix-ops)
(#268) Operator ':' must be spaced. (space-infix-ops)
(#268) Requires a space before '}'. (block-spacing)
(#268) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#268) Missing semicolon. (semi)
(#268) Requires a space before '}'. (block-spacing)
(#268) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#268) Missing semicolon. (semi)
(#268) Requires a space before '}'. (block-spacing)
(#268) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#268) A space is required after ','. (comma-spacing)
(#268) Missing space before value for key '_disableDatepicker'. (key-spacing)
(#268) Requires a space after '{'. (block-spacing)
(#268) Statement inside of curly braces should be on next line. (brace-style)
(#268) Missing space before opening brace. (space-before-blocks)
(#268) Operator '=' must be spaced. (space-infix-ops)
(#268) A space is required after ','. (comma-spacing)
(#268) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#268) Operator '=' must be spaced. (space-infix-ops)
(#268) A space is required after ','. (comma-spacing)
(#268) Missing whitespace after semicolon. (semi-spacing)
(#268) Expected space(s) after "if". (keyword-spacing)
(#268) Requires a space after '{'. (block-spacing)
(#268) Statement inside of curly braces should be on next line. (brace-style)
(#268) Missing space before opening brace. (space-before-blocks)
(#268) Operator '=' must be spaced. (space-infix-ops)
(#268) Missing whitespace after semicolon. (semi-spacing)
(#268) Expected space(s) after "if". (keyword-spacing)
(#268) Operator '===' must be spaced. (space-infix-ops)
(#268) Expected { after 'if' condition. (curly)
(#268) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#268) Operator '=' must be spaced. (space-infix-ops)
(#268) Unexpected use of comma operator. (no-sequences)
(#268) A space is required after ','. (comma-spacing)
(#268) Requires a space after '{'. (block-spacing)
(#268) Statement inside of curly braces should be on next line. (brace-style)
(#268) Missing space before opening brace. (space-before-blocks)
(#268) Operator '=' must be spaced. (space-infix-ops)
(#269) This line has a length of 516. Maximum allowed is 132. (max-len)
(#269) Requires a space before '}'. (block-spacing)
(#269) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#269) Missing semicolon. (semi)
(#269) Missing space before value for key 'opacity'. (key-spacing)
(#269) A space is required after ','. (comma-spacing)
(#269) Missing space before value for key 'cursor'. (key-spacing)
(#269) Missing whitespace after semicolon. (semi-spacing)
(#269) Expected space(s) after "if". (keyword-spacing)
(#269) Operator '===' must be spaced. (space-infix-ops)
(#269) Operator '||' must be spaced. (space-infix-ops)
(#269) Operator '===' must be spaced. (space-infix-ops)
(#269) Expected { after 'if' condition. (curly)
(#269) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#269) Operator '=' must be spaced. (space-infix-ops)
(#269) Operator '+' must be spaced. (space-infix-ops)
(#269) Unexpected use of comma operator. (no-sequences)
(#269) A space is required after ','. (comma-spacing)
(#269) A space is required after ','. (comma-spacing)
(#269) A space is required after ','. (comma-spacing)
(#269) Missing whitespace after semicolon. (semi-spacing)
(#269) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#269) Operator '=' must be spaced. (space-infix-ops)
(#269) A space is required after ','. (comma-spacing)
(#269) Requires a space after '{'. (block-spacing)
(#269) Statement inside of curly braces should be on next line. (brace-style)
(#269) Missing space before opening brace. (space-before-blocks)
(#269) Operator '===' must be spaced. (space-infix-ops)
(#269) Operator '?' must be spaced. (space-infix-ops)
(#269) Operator ':' must be spaced. (space-infix-ops)
(#269) Requires a space before '}'. (block-spacing)
(#269) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#269) Missing semicolon. (semi)
(#269) Missing whitespace after semicolon. (semi-spacing)
(#269) Operator '=' must be spaced. (space-infix-ops)
(#269) Requires a space before '}'. (block-spacing)
(#269) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#269) Missing semicolon. (semi)
(#269) Requires a space before '}'. (block-spacing)
(#269) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#269) A space is required after ','. (comma-spacing)
(#269) Missing space before value for key '_isDisabledDatepicker'. (key-spacing)
(#269) Requires a space after '{'. (block-spacing)
(#269) Statement inside of curly braces should be on next line. (brace-style)
(#269) Missing space before opening brace. (space-before-blocks)
(#269) Expected space(s) after "if". (keyword-spacing)
(#269) Expected { after 'if' condition. (curly)
(#269) Expected space(s) before "return". (keyword-spacing)
(#269) Expected space(s) after "return". (keyword-spacing)
(#269) Missing whitespace after semicolon. (semi-spacing)
(#269) Expected space(s) after "for". (keyword-spacing)
(#269) Operator '=' must be spaced. (space-infix-ops)
(#269) Missing whitespace after semicolon. (semi-spacing)
(#269) Operator '<' must be spaced. (space-infix-ops)
(#269) Missing whitespace after semicolon. (semi-spacing)
(#269) Expected { after 'for' condition. (curly)
(#269) Expected space(s) before "if". (keyword-spacing)
(#269) Expected space(s) after "if". (keyword-spacing)
(#269) Operator '===' must be spaced. (space-infix-ops)
(#270) This line has a length of 511. Maximum allowed is 132. (max-len)
(#270) Expected { after 'if' condition. (curly)
(#270) Expected space(s) before "return". (keyword-spacing)
(#270) Expected space(s) after "return". (keyword-spacing)
(#270) Missing whitespace after semicolon. (semi-spacing)
(#270) Expected space(s) after "return". (keyword-spacing)
(#270) Requires a space before '}'. (block-spacing)
(#270) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#270) Missing semicolon. (semi)
(#270) A space is required after ','. (comma-spacing)
(#270) Missing space before value for key '_getInst'. (key-spacing)
(#270) Requires a space after '{'. (block-spacing)
(#270) Statement inside of curly braces should be on next line. (brace-style)
(#270) Missing space before opening brace. (space-before-blocks)
(#270) Expected space(s) after "try". (keyword-spacing)
(#270) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#270) Requires a space after '{'. (block-spacing)
(#270) Statement inside of curly braces should be on next line. (brace-style)
(#270) A space is required after ','. (comma-spacing)
(#270) Requires a space before '}'. (block-spacing)
(#270) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#270) Missing semicolon. (semi)
(#270) Expected space(s) before "catch". (keyword-spacing)
(#270) Expected space(s) after "catch". (keyword-spacing)
(#270) Requires a space after '{'. (block-spacing)
(#270) Statement inside of curly braces should be on next line. (brace-style)
(#270) Missing space before opening brace. (space-before-blocks)
(#270) Expected an error object to be thrown. (no-throw-literal)
(#270) Expected space(s) after "throw". (keyword-spacing)
(#270) Requires a space before '}'. (block-spacing)
(#270) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#270) Requires a space before '}'. (block-spacing)
(#270) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#270) A space is required after ','. (comma-spacing)
(#270) Missing space before value for key '_optionDatepicker'. (key-spacing)
(#270) Expected to return a value at the end of method '_optionDatepicker'. (consistent-return)
(#270) A space is required after ','. (comma-spacing)
(#270) A space is required after ','. (comma-spacing)
(#270) Requires a space after '{'. (block-spacing)
(#270) Statement inside of curly braces should be on next line. (brace-style)
(#270) Missing space before opening brace. (space-before-blocks)
(#270) Operator '=' must be spaced. (space-infix-ops)
(#270) Missing whitespace after semicolon. (semi-spacing)
(#270) Expected space(s) after "if". (keyword-spacing)
(#270) Operator '===' must be spaced. (space-infix-ops)
(#270) Operator '&&' must be spaced. (space-infix-ops)
(#270) Operator '===' must be spaced. (space-infix-ops)
(#270) Expected { after 'if' condition. (curly)
(#270) Expected space(s) before "return". (keyword-spacing)
(#270) Expected space(s) after "return". (keyword-spacing)
(#270) Do not nest ternary expressions. (no-nested-ternary)
(#270) Operator '===' must be spaced. (space-infix-ops)
(#270) Operator '?' must be spaced. (space-infix-ops)
(#270) A space is required after ','. (comma-spacing)
(#270) Operator ':' must be spaced. (space-infix-ops)
(#270) Do not nest ternary expressions. (no-nested-ternary)
(#270) Operator '?' must be spaced. (space-infix-ops)
(#270) Operator '===' must be spaced. (space-infix-ops)
(#270) Operator '?' must be spaced. (space-infix-ops)
(#270) A space is required after ','. (comma-spacing)
(#270) Operator ':' must be spaced. (space-infix-ops)
(#270) A space is required after ','. (comma-spacing)
(#270) Operator ':' must be spaced. (space-infix-ops)
(#270) Missing whitespace after semicolon. (semi-spacing)
(#270) Operator '=' must be spaced. (space-infix-ops)
(#270) Operator '||' must be spaced. (space-infix-ops)
(#270) Missing whitespace after semicolon. (semi-spacing)
(#270) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#270) Operator '===' must be spaced. (space-infix-ops)
(#270) Operator '&&' must be spaced. (space-infix-ops)
(#270) Operator '=' must be spaced. (space-infix-ops)
(#270) A space is required after ','. (comma-spacing)
(#270) Operator '=' must be spaced. (space-infix-ops)
(#270) Missing whitespace after semicolon. (semi-spacing)
(#270) Expected space(s) after "if". (keyword-spacing)
(#270) Requires a space after '{'. (block-spacing)
(#270) Statement inside of curly braces should be on next line. (brace-style)
(#270) Missing space before opening brace. (space-before-blocks)
(#270) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#270) Operator '===' must be spaced. (space-infix-ops)
(#270) Operator '&&' must be spaced. (space-infix-ops)
(#270) Missing whitespace after semicolon. (semi-spacing)
(#270) Operator '=' must be spaced. (space-infix-ops)
(#270) A space is required after ','. (comma-spacing)
(#270) Missing whitespace after semicolon. (semi-spacing)
(#270) Operator '=' must be spaced. (space-infix-ops)
(#271) This line has a length of 507. Maximum allowed is 132. (max-len)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#271) Operator '!==' must be spaced. (space-infix-ops)
(#271) Operator '&&' must be spaced. (space-infix-ops)
(#271) Operator '!==' must be spaced. (space-infix-ops)
(#271) Operator '&&' must be spaced. (space-infix-ops)
(#271) Operator '===' must be spaced. (space-infix-ops)
(#271) Operator '&&' must be spaced. (space-infix-ops)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#271) Operator '!==' must be spaced. (space-infix-ops)
(#271) Operator '&&' must be spaced. (space-infix-ops)
(#271) Operator '!==' must be spaced. (space-infix-ops)
(#271) Operator '&&' must be spaced. (space-infix-ops)
(#271) Operator '===' must be spaced. (space-infix-ops)
(#271) Operator '&&' must be spaced. (space-infix-ops)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#271) Operator 'in' must be spaced. (space-infix-ops)
(#271) Operator '&&' must be spaced. (space-infix-ops)
(#271) Operator '?' must be spaced. (space-infix-ops)
(#271) Operator ':' must be spaced. (space-infix-ops)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Requires a space before '}'. (block-spacing)
(#271) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#271) Missing semicolon. (semi)
(#271) Requires a space before '}'. (block-spacing)
(#271) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key '_changeDatepicker'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Requires a space after '{'. (block-spacing)
(#271) Statement inside of curly braces should be on next line. (brace-style)
(#271) Missing space before opening brace. (space-before-blocks)
(#272) This line has a length of 553. Maximum allowed is 132. (max-len)
(#272) A space is required after ','. (comma-spacing)
(#272) Requires a space before '}'. (block-spacing)
(#272) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#272) Missing semicolon. (semi)
(#272) A space is required after ','. (comma-spacing)
(#272) Missing space before value for key '_refreshDatepicker'. (key-spacing)
(#272) Requires a space after '{'. (block-spacing)
(#272) Statement inside of curly braces should be on next line. (brace-style)
(#272) Missing space before opening brace. (space-before-blocks)
(#272) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#272) Operator '=' must be spaced. (space-infix-ops)
(#272) Operator '&&' must be spaced. (space-infix-ops)
(#272) Requires a space before '}'. (block-spacing)
(#272) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#272) Missing semicolon. (semi)
(#272) A space is required after ','. (comma-spacing)
(#272) Missing space before value for key '_setDateDatepicker'. (key-spacing)
(#272) A space is required after ','. (comma-spacing)
(#272) Requires a space after '{'. (block-spacing)
(#272) Statement inside of curly braces should be on next line. (brace-style)
(#272) Missing space before opening brace. (space-before-blocks)
(#272) Expected space(s) after "if". (keyword-spacing)
(#272) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#272) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#272) Operator '=' must be spaced. (space-infix-ops)
(#272) Expected { after 'if' condition. (curly)
(#272) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#272) Expected space(s) before "this". (keyword-spacing)
(#272) A space is required after ','. (comma-spacing)
(#272) Unexpected use of comma operator. (no-sequences)
(#272) A space is required after ','. (comma-spacing)
(#272) A space is required after ','. (comma-spacing)
(#272) Requires a space before '}'. (block-spacing)
(#272) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#272) Missing semicolon. (semi)
(#272) A space is required after ','. (comma-spacing)
(#272) Missing space before value for key '_getDateDatepicker'. (key-spacing)
(#272) A space is required after ','. (comma-spacing)
(#272) Requires a space after '{'. (block-spacing)
(#272) Statement inside of curly braces should be on next line. (brace-style)
(#272) Missing space before opening brace. (space-before-blocks)
(#272) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#272) Operator '=' must be spaced. (space-infix-ops)
(#272) Operator '&&' must be spaced. (space-infix-ops)
(#272) Operator '&&' must be spaced. (space-infix-ops)
(#272) A space is required after ','. (comma-spacing)
(#272) Missing whitespace after semicolon. (semi-spacing)
(#272) Operator '?' must be spaced. (space-infix-ops)
(#272) Operator ':' must be spaced. (space-infix-ops)
(#272) Requires a space before '}'. (block-spacing)
(#272) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#272) Missing semicolon. (semi)
(#272) A space is required after ','. (comma-spacing)
(#272) Missing space before value for key '_doKeyDown'. (key-spacing)
(#272) Expected to return a value at the end of method '_doKeyDown'. (consistent-return)
(#272) Method '_doKeyDown' has a complexity of 45. Maximum allowed is 20. (complexity)
(#272) Requires a space after '{'. (block-spacing)
(#272) Statement inside of curly braces should be on next line. (brace-style)
(#272) Missing space before opening brace. (space-before-blocks)
(#272) Operator '=' must be spaced. (space-infix-ops)
(#272) Missing whitespace after semicolon. (semi-spacing)
(#272) Operator '=' must be spaced. (space-infix-ops)
(#272) Missing whitespace after semicolon. (semi-spacing)
(#272) Operator '=' must be spaced. (space-infix-ops)
(#272) Missing whitespace after semicolon. (semi-spacing)
(#272) Operator '=' must be spaced. (space-infix-ops)
(#272) Missing whitespace after semicolon. (semi-spacing)
(#272) Expected space(s) after "if". (keyword-spacing)
(#272) Expected { after 'if' condition. (curly)
(#272) Expected space(s) before "switch". (keyword-spacing)
(#272) Expected space(s) after "switch". (keyword-spacing)
(#272) Requires a space after '{'. (block-spacing)
(#272) Statement inside of curly braces should be on next line. (brace-style)
(#272) Missing space before opening brace. (space-before-blocks)
(#273) This line has a length of 504. Maximum allowed is 132. (max-len)
(#273) Operator '=' must be spaced. (space-infix-ops)
(#273) Missing whitespace after semicolon. (semi-spacing)
(#273) Missing whitespace after semicolon. (semi-spacing)
(#273) Return statement should not contain assignment. (no-return-assign)
(#273) Return statement should not contain assignment. (no-return-assign)
(#273) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#273) Operator '=' must be spaced. (space-infix-ops)
(#273) Operator '+' must be spaced. (space-infix-ops)
(#273) Operator '+' must be spaced. (space-infix-ops)
(#273) Operator '+' must be spaced. (space-infix-ops)
(#273) Operator '+' must be spaced. (space-infix-ops)
(#273) A space is required after ','. (comma-spacing)
(#273) Unexpected use of comma operator. (no-sequences)
(#273) A space is required after ','. (comma-spacing)
(#273) Operator '&&' must be spaced. (space-infix-ops)
(#273) A space is required after ','. (comma-spacing)
(#273) A space is required after ','. (comma-spacing)
(#273) A space is required after ','. (comma-spacing)
(#273) A space is required after ','. (comma-spacing)
(#273) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#273) Operator '=' must be spaced. (space-infix-ops)
(#273) A space is required after ','. (comma-spacing)
(#273) Operator '?' must be spaced. (space-infix-ops)
(#273) Operator '=' must be spaced. (space-infix-ops)
(#273) A space is required after ','. (comma-spacing)
(#273) Operator '?' must be spaced. (space-infix-ops)
(#273) Operator ':' must be spaced. (space-infix-ops)
(#273) A space is required after ','. (comma-spacing)
(#273) A space is required after ','. (comma-spacing)
(#273) Operator ':' must be spaced. (space-infix-ops)
(#273) A space is required after ','. (comma-spacing)
(#273) Missing whitespace after semicolon. (semi-spacing)
(#273) Missing whitespace after semicolon. (semi-spacing)
(#273) Missing whitespace after semicolon. (semi-spacing)
(#273) A space is required after ','. (comma-spacing)
(#273) Operator '?' must be spaced. (space-infix-ops)
(#273) A space is required after ','. (comma-spacing)
(#273) Operator ':' must be spaced. (space-infix-ops)
(#273) A space is required after ','. (comma-spacing)
(#273) A space is required after ','. (comma-spacing)
(#274) This line has a length of 501. Maximum allowed is 132. (max-len)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Operator '?' must be spaced. (space-infix-ops)
(#274) A space is required after ','. (comma-spacing)
(#274) Operator ':' must be spaced. (space-infix-ops)
(#274) A space is required after ','. (comma-spacing)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#274) Operator '||' must be spaced. (space-infix-ops)
(#274) Operator '&&' must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Operator '=' must be spaced. (space-infix-ops)
(#274) Operator '||' must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#274) Operator '||' must be spaced. (space-infix-ops)
(#274) Operator '&&' must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Operator '=' must be spaced. (space-infix-ops)
(#274) Operator '||' must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#274) Operator '||' must be spaced. (space-infix-ops)
(#274) Operator '&&' must be spaced. (space-infix-ops)
(#274) A space is required after ','. (comma-spacing)
(#274) Operator '?' must be spaced. (space-infix-ops)
(#274) Operator ':' must be spaced. (space-infix-ops)
(#274) A space is required after ','. (comma-spacing)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Operator '=' must be spaced. (space-infix-ops)
(#274) Operator '||' must be spaced. (space-infix-ops)
(#274) Missing whitespace after semicolon. (semi-spacing)
(#274) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#274) Operator '&&' must be spaced. (space-infix-ops)
(#274) A space is required after ','. (comma-spacing)
(#274) Operator '?' must be spaced. (space-infix-ops)
(#275) This line has a length of 506. Maximum allowed is 132. (max-len)
(#275) A space is required after ','. (comma-spacing)
(#275) Operator ':' must be spaced. (space-infix-ops)
(#275) A space is required after ','. (comma-spacing)
(#275) A space is required after ','. (comma-spacing)
(#275) Missing whitespace after semicolon. (semi-spacing)
(#275) Missing whitespace after semicolon. (semi-spacing)
(#275) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#275) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#275) Operator '||' must be spaced. (space-infix-ops)
(#275) Operator '&&' must be spaced. (space-infix-ops)
(#275) A space is required after ','. (comma-spacing)
(#275) A space is required after ','. (comma-spacing)
(#275) Missing whitespace after semicolon. (semi-spacing)
(#275) Operator '=' must be spaced. (space-infix-ops)
(#275) Operator '||' must be spaced. (space-infix-ops)
(#275) Missing whitespace after semicolon. (semi-spacing)
(#275) Missing whitespace after semicolon. (semi-spacing)
(#275) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#275) Operator '||' must be spaced. (space-infix-ops)
(#275) Operator '&&' must be spaced. (space-infix-ops)
(#275) A space is required after ','. (comma-spacing)
(#275) Operator '?' must be spaced. (space-infix-ops)
(#275) Operator ':' must be spaced. (space-infix-ops)
(#275) A space is required after ','. (comma-spacing)
(#275) Missing whitespace after semicolon. (semi-spacing)
(#275) Operator '=' must be spaced. (space-infix-ops)
(#275) Operator '||' must be spaced. (space-infix-ops)
(#275) Missing whitespace after semicolon. (semi-spacing)
(#275) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#275) Operator '&&' must be spaced. (space-infix-ops)
(#275) A space is required after ','. (comma-spacing)
(#275) Operator '?' must be spaced. (space-infix-ops)
(#275) A space is required after ','. (comma-spacing)
(#275) Operator ':' must be spaced. (space-infix-ops)
(#275) A space is required after ','. (comma-spacing)
(#275) A space is required after ','. (comma-spacing)
(#275) Missing whitespace after semicolon. (semi-spacing)
(#275) Missing whitespace after semicolon. (semi-spacing)
(#275) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#275) Operator '||' must be spaced. (space-infix-ops)
(#275) Operator '&&' must be spaced. (space-infix-ops)
(#276) This line has a length of 518. Maximum allowed is 132. (max-len)
(#276) A space is required after ','. (comma-spacing)
(#276) Missing whitespace after semicolon. (semi-spacing)
(#276) Operator '=' must be spaced. (space-infix-ops)
(#276) Operator '||' must be spaced. (space-infix-ops)
(#276) Missing whitespace after semicolon. (semi-spacing)
(#276) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#276) Missing whitespace after semicolon. (semi-spacing)
(#276) Operator '=' must be spaced. (space-infix-ops)
(#276) Requires a space before '}'. (block-spacing)
(#276) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#276) Missing semicolon. (semi)
(#276) Expected space(s) before "else". (keyword-spacing)
(#276) Expected { after 'else'. (curly)
(#276) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#276) Operator '===' must be spaced. (space-infix-ops)
(#276) Operator '&&' must be spaced. (space-infix-ops)
(#276) Operator '?' must be spaced. (space-infix-ops)
(#276) Operator ':' must be spaced. (space-infix-ops)
(#276) Operator '=' must be spaced. (space-infix-ops)
(#276) Missing whitespace after semicolon. (semi-spacing)
(#276) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#276) Operator '&&' must be spaced. (space-infix-ops)
(#276) A space is required after ','. (comma-spacing)
(#276) Requires a space before '}'. (block-spacing)
(#276) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#276) Missing semicolon. (semi)
(#276) A space is required after ','. (comma-spacing)
(#276) Missing space before value for key '_doKeyPress'. (key-spacing)
(#276) Expected to return a value at the end of method '_doKeyPress'. (consistent-return)
(#276) Requires a space after '{'. (block-spacing)
(#276) Statement inside of curly braces should be on next line. (brace-style)
(#276) Missing space before opening brace. (space-before-blocks)
(#276) Operator '=' must be spaced. (space-infix-ops)
(#276) Missing whitespace after semicolon. (semi-spacing)
(#276) Expected space(s) after "if". (keyword-spacing)
(#276) A space is required after ','. (comma-spacing)
(#276) Requires a space after '{'. (block-spacing)
(#276) Statement inside of curly braces should be on next line. (brace-style)
(#276) Missing space before opening brace. (space-before-blocks)
(#276) Operator '=' must be spaced. (space-infix-ops)
(#276) A space is required after ','. (comma-spacing)
(#276) Missing whitespace after semicolon. (semi-spacing)
(#276) Operator '=' must be spaced. (space-infix-ops)
(#276) Use '===' to compare with null. (no-eq-null)
(#276) Operator '==' must be spaced. (space-infix-ops)
(#276) Operator '?' must be spaced. (space-infix-ops)
(#276) Operator ':' must be spaced. (space-infix-ops)
(#276) Missing whitespace after semicolon. (semi-spacing)
(#276) Operator '||' must be spaced. (space-infix-ops)
(#276) Operator '||' must be spaced. (space-infix-ops)
(#276) Operator '>' must be spaced. (space-infix-ops)
(#276) Operator '||' must be spaced. (space-infix-ops)
(#276) Operator '||' must be spaced. (space-infix-ops)
(#276) Operator '<' must be spaced. (space-infix-ops)
(#276) Requires a space before '}'. (block-spacing)
(#276) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#276) Missing semicolon. (semi)
(#276) Requires a space before '}'. (block-spacing)
(#276) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#276) A space is required after ','. (comma-spacing)
(#276) Missing space before value for key '_doKeyUp'. (key-spacing)
(#276) Requires a space after '{'. (block-spacing)
(#276) Statement inside of curly braces should be on next line. (brace-style)
(#276) Missing space before opening brace. (space-before-blocks)
(#276) Missing whitespace after semicolon. (semi-spacing)
(#276) Operator '=' must be spaced. (space-infix-ops)
(#277) This line has a length of 512. Maximum allowed is 132. (max-len)
(#277) Expected space(s) after "if". (keyword-spacing)
(#277) Operator '!==' must be spaced. (space-infix-ops)
(#277) Expected { after 'if' condition. (curly)
(#277) Expected space(s) before "try". (keyword-spacing)
(#277) Expected space(s) after "try". (keyword-spacing)
(#277) Requires a space after '{'. (block-spacing)
(#277) Statement inside of curly braces should be on next line. (brace-style)
(#277) Expected space(s) after "if". (keyword-spacing)
(#277) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#277) 'b' is assigned a value but never used. (no-unused-vars)
(#277) Operator '=' must be spaced. (space-infix-ops)
(#277) A space is required after ','. (comma-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) Operator '?' must be spaced. (space-infix-ops)
(#277) Operator ':' must be spaced. (space-infix-ops)
(#277) A space is required after ','. (comma-spacing)
(#277) Expected { after 'if' condition. (curly)
(#277) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#277) Unexpected use of comma operator. (no-sequences)
(#277) A space is required after ','. (comma-spacing)
(#277) A space is required after ','. (comma-spacing)
(#277) Requires a space before '}'. (block-spacing)
(#277) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#277) Missing semicolon. (semi)
(#277) Expected space(s) before "catch". (keyword-spacing)
(#277) Expected space(s) after "catch". (keyword-spacing)
(#277) Empty block statement. (no-empty)
(#277) Missing space before opening brace. (space-before-blocks)
(#277) Expected space(s) before "return". (keyword-spacing)
(#277) Expected space(s) after "return". (keyword-spacing)
(#277) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#277) Requires a space before '}'. (block-spacing)
(#277) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#277) Missing semicolon. (semi)
(#277) A space is required after ','. (comma-spacing)
(#277) Missing space before value for key '_showDatepicker'. (key-spacing)
(#277) Method '_showDatepicker' has a complexity of 22. Maximum allowed is 20. (complexity)
(#277) Requires a space after '{'. (block-spacing)
(#277) Statement inside of curly braces should be on next line. (brace-style)
(#277) Missing space before opening brace. (space-before-blocks)
(#277) Operator '=' must be spaced. (space-infix-ops)
(#277) Operator '||' must be spaced. (space-infix-ops)
(#277) Missing whitespace after semicolon. (semi-spacing)
(#277) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#277) Operator '!==' must be spaced. (space-infix-ops)
(#277) Operator '&&' must be spaced. (space-infix-ops)
(#277) Operator '=' must be spaced. (space-infix-ops)
(#277) A space is required after ','. (comma-spacing)
(#277) Missing whitespace after semicolon. (semi-spacing)
(#277) Expected space(s) after "if". (keyword-spacing)
(#277) Operator '&&' must be spaced. (space-infix-ops)
(#277) Operator '!==' must be spaced. (space-infix-ops)
(#277) Requires a space after '{'. (block-spacing)
(#277) Statement inside of curly braces should be on next line. (brace-style)
(#277) Missing space before opening brace. (space-before-blocks)
(#277) Operator '=' must be spaced. (space-infix-ops)
(#277) Missing whitespace after semicolon. (semi-spacing)
(#277) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#277) Operator '&&' must be spaced. (space-infix-ops)
(#278) This line has a length of 513. Maximum allowed is 132. (max-len)
(#278) Operator '!==' must be spaced. (space-infix-ops)
(#278) Operator '&&' must be spaced. (space-infix-ops)
(#278) A space is required after ','. (comma-spacing)
(#278) A space is required after ','. (comma-spacing)
(#278) Operator '&&' must be spaced. (space-infix-ops)
(#278) Operator '&&' must be spaced. (space-infix-ops)
(#278) Missing whitespace after semicolon. (semi-spacing)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) A space is required after ','. (comma-spacing)
(#278) Operator '?' must be spaced. (space-infix-ops)
(#278) A space is required after ','. (comma-spacing)
(#278) A space is required after ','. (comma-spacing)
(#278) Operator ':' must be spaced. (space-infix-ops)
(#278) Missing whitespace after semicolon. (semi-spacing)
(#278) Expected space(s) after "if". (keyword-spacing)
(#278) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#278) Operator '!==' must be spaced. (space-infix-ops)
(#278) Requires a space after '{'. (block-spacing)
(#278) Statement inside of curly braces should be on next line. (brace-style)
(#278) Missing space before opening brace. (space-before-blocks)
(#278) A space is required after ','. (comma-spacing)
(#278) Missing whitespace after semicolon. (semi-spacing)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) Missing whitespace after semicolon. (semi-spacing)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) Missing whitespace after semicolon. (semi-spacing)
(#278) Missing whitespace after semicolon. (semi-spacing)
(#278) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#278) Operator '&&' must be spaced. (space-infix-ops)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) Missing whitespace after semicolon. (semi-spacing)
(#278) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#278) Operator '||' must be spaced. (space-infix-ops)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) A space is required after ','. (comma-spacing)
(#278) Operator '+=' must be spaced. (space-infix-ops)
(#278) Missing whitespace after semicolon. (semi-spacing)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#278) Missing whitespace after semicolon. (semi-spacing)
(#278) Requires a space after '{'. (block-spacing)
(#278) Statement inside of curly braces should be on next line. (brace-style)
(#278) Missing space before opening brace. (space-before-blocks)
(#278) Unexpected use of '|='. (no-bitwise)
(#278) Operator '|=' must be spaced. (space-infix-ops)
(#279) This line has a length of 516. Maximum allowed is 132. (max-len)
(#279) Operator '===' must be spaced. (space-infix-ops)
(#279) Missing whitespace after semicolon. (semi-spacing)
(#279) Expected space(s) after "return". (keyword-spacing)
(#279) Requires a space before '}'. (block-spacing)
(#279) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#279) Missing semicolon. (semi)
(#279) Missing whitespace after semicolon. (semi-spacing)
(#279) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) Missing space before value for key 'left'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'top'. (key-spacing)
(#279) Missing whitespace after semicolon. (semi-spacing)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) Missing whitespace after semicolon. (semi-spacing)
(#279) Missing whitespace after semicolon. (semi-spacing)
(#279) Missing space before value for key 'position'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'display'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'top'. (key-spacing)
(#279) Missing whitespace after semicolon. (semi-spacing)
(#279) Missing whitespace after semicolon. (semi-spacing)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) A space is required after ','. (comma-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing whitespace after semicolon. (semi-spacing)
(#279) Missing space before value for key 'position'. (key-spacing)
(#279) Do not nest ternary expressions. (no-nested-ternary)
(#279) Operator '&&' must be spaced. (space-infix-ops)
(#279) Operator '?' must be spaced. (space-infix-ops)
(#279) Operator ':' must be spaced. (space-infix-ops)
(#279) Operator '?' must be spaced. (space-infix-ops)
(#279) Operator ':' must be spaced. (space-infix-ops)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'display'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'left'. (key-spacing)
(#279) Operator '+' must be spaced. (space-infix-ops)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'top'. (key-spacing)
(#279) Operator '+' must be spaced. (space-infix-ops)
(#279) Missing whitespace after semicolon. (semi-spacing)
(#279) Expected space(s) after "if". (keyword-spacing)
(#279) Requires a space after '{'. (block-spacing)
(#279) Statement inside of curly braces should be on next line. (brace-style)
(#279) Missing space before opening brace. (space-before-blocks)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing whitespace after semicolon. (semi-spacing)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing whitespace after semicolon. (semi-spacing)
(#280) This line has a length of 578. Maximum allowed is 132. (max-len)
(#280) Operator '+' must be spaced. (space-infix-ops)
(#280) Missing whitespace after semicolon. (semi-spacing)
(#280) Operator '=' must be spaced. (space-infix-ops)
(#280) Missing whitespace after semicolon. (semi-spacing)
(#280) Expected space(s) after "if". (keyword-spacing)
(#280) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#280) Operator '&&' must be spaced. (space-infix-ops)
(#280) Expected { after 'if' condition. (curly)
(#280) A space is required after ','. (comma-spacing)
(#280) A space is required after ','. (comma-spacing)
(#280) A space is required after ','. (comma-spacing)
(#280) Missing whitespace after semicolon. (semi-spacing)
(#280) Expected { after 'else'. (curly)
(#280) Operator '||' must be spaced. (space-infix-ops)
(#280) Operator '?' must be spaced. (space-infix-ops)
(#280) Operator ':' must be spaced. (space-infix-ops)
(#280) Missing whitespace after semicolon. (semi-spacing)
(#280) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#280) Operator '&&' must be spaced. (space-infix-ops)
(#280) Missing whitespace after semicolon. (semi-spacing)
(#280) Operator '=' must be spaced. (space-infix-ops)
(#280) Requires a space before '}'. (block-spacing)
(#280) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#280) Missing semicolon. (semi)
(#280) Requires a space before '}'. (block-spacing)
(#280) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#280) Requires a space before '}'. (block-spacing)
(#280) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#280) Requires a space before '}'. (block-spacing)
(#280) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#280) A space is required after ','. (comma-spacing)
(#280) Missing space before value for key '_updateDatepicker'. (key-spacing)
(#280) Requires a space after '{'. (block-spacing)
(#280) Statement inside of curly braces should be on next line. (brace-style)
(#280) Missing space before opening brace. (space-before-blocks)
(#280) Operator '=' must be spaced. (space-infix-ops)
(#280) Missing whitespace after semicolon. (semi-spacing)
(#280) Operator '=' must be spaced. (space-infix-ops)
(#280) Missing whitespace after semicolon. (semi-spacing)
(#280) Missing whitespace after semicolon. (semi-spacing)
(#280) Missing whitespace after semicolon. (semi-spacing)
(#280) Operator '=' must be spaced. (space-infix-ops)
(#280) A space is required after ','. (comma-spacing)
(#280) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#280) Operator '=' must be spaced. (space-infix-ops)
(#280) A space is required after ','. (comma-spacing)
(#280) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#280) Operator '=' must be spaced. (space-infix-ops)
(#280) Operator '+' must be spaced. (space-infix-ops)
(#280) Operator '+' must be spaced. (space-infix-ops)
(#280) Missing whitespace after semicolon. (semi-spacing)
(#280) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#280) Operator '<' must be spaced. (space-infix-ops)
(#280) Operator '&&' must be spaced. (space-infix-ops)
(#280) Missing whitespace after semicolon. (semi-spacing)
(#281) This line has a length of 507. Maximum allowed is 132. (max-len)
(#281) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#281) Operator '<' must be spaced. (space-infix-ops)
(#281) Operator '&&' must be spaced. (space-infix-ops)
(#281) Operator '+' must be spaced. (space-infix-ops)
(#281) A space is required after ','. (comma-spacing)
(#281) Operator '*' must be spaced. (space-infix-ops)
(#281) Operator '+' must be spaced. (space-infix-ops)
(#281) Missing whitespace after semicolon. (semi-spacing)
(#281) Operator '!==' must be spaced. (space-infix-ops)
(#281) Operator '||' must be spaced. (space-infix-ops)
(#281) Operator '!==' must be spaced. (space-infix-ops)
(#281) Operator '?' must be spaced. (space-infix-ops)
(#281) Operator ':' must be spaced. (space-infix-ops)
(#281) Operator '+' must be spaced. (space-infix-ops)
(#281) Missing whitespace after semicolon. (semi-spacing)
(#281) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#281) A space is required after ','. (comma-spacing)
(#281) Operator '?' must be spaced. (space-infix-ops)
(#281) Operator ':' must be spaced. (space-infix-ops)
(#281) Operator '+' must be spaced. (space-infix-ops)
(#281) Missing whitespace after semicolon. (semi-spacing)
(#281) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#281) Operator '===' must be spaced. (space-infix-ops)
(#281) Operator '&&' must be spaced. (space-infix-ops)
(#281) Operator '&&' must be spaced. (space-infix-ops)
(#281) Operator '&&' must be spaced. (space-infix-ops)
(#281) Missing whitespace after semicolon. (semi-spacing)
(#281) Expected space(s) after "if". (keyword-spacing)
(#281) Requires a space after '{'. (block-spacing)
(#281) Statement inside of curly braces should be on next line. (brace-style)
(#281) Missing space before opening brace. (space-before-blocks)
(#281) Operator '=' must be spaced. (space-infix-ops)
(#281) Missing whitespace after semicolon. (semi-spacing)
(#281) Requires a space after '{'. (block-spacing)
(#281) Statement inside of curly braces should be on next line. (brace-style)
(#281) Missing space before opening brace. (space-before-blocks)
(#281) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#281) Operator '===' must be spaced. (space-infix-ops)
(#281) Operator '&&' must be spaced. (space-infix-ops)
(#281) Operator '&&' must be spaced. (space-infix-ops)
(#281) Missing whitespace after semicolon. (semi-spacing)
(#281) Operator '=' must be spaced. (space-infix-ops)
(#281) Operator '=' must be spaced. (space-infix-ops)
(#282) This line has a length of 519. Maximum allowed is 132. (max-len)
(#282) Requires a space before '}'. (block-spacing)
(#282) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#282) Missing semicolon. (semi)
(#282) A space is required after ','. (comma-spacing)
(#282) Requires a space before '}'. (block-spacing)
(#282) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#282) Missing semicolon. (semi)
(#282) Requires a space before '}'. (block-spacing)
(#282) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#282) A space is required after ','. (comma-spacing)
(#282) Missing space before value for key '_shouldFocusInput'. (key-spacing)
(#282) Requires a space after '{'. (block-spacing)
(#282) Statement inside of curly braces should be on next line. (brace-style)
(#282) Missing space before opening brace. (space-before-blocks)
(#282) Operator '&&' must be spaced. (space-infix-ops)
(#282) Operator '&&' must be spaced. (space-infix-ops)
(#282) Operator '&&' must be spaced. (space-infix-ops)
(#282) Requires a space before '}'. (block-spacing)
(#282) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#282) Missing semicolon. (semi)
(#282) A space is required after ','. (comma-spacing)
(#282) Missing space before value for key '_checkOffset'. (key-spacing)
(#282) A space is required after ','. (comma-spacing)
(#282) A space is required after ','. (comma-spacing)
(#282) Requires a space after '{'. (block-spacing)
(#282) Statement inside of curly braces should be on next line. (brace-style)
(#282) Missing space before opening brace. (space-before-blocks)
(#282) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#282) Operator '=' must be spaced. (space-infix-ops)
(#282) A space is required after ','. (comma-spacing)
(#282) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#282) Operator '=' must be spaced. (space-infix-ops)
(#282) A space is required after ','. (comma-spacing)
(#282) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#282) Operator '=' must be spaced. (space-infix-ops)
(#282) Operator '?' must be spaced. (space-infix-ops)
(#282) Operator ':' must be spaced. (space-infix-ops)
(#282) A space is required after ','. (comma-spacing)
(#282) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#282) Operator '=' must be spaced. (space-infix-ops)
(#282) Operator '?' must be spaced. (space-infix-ops)
(#282) Operator ':' must be spaced. (space-infix-ops)
(#282) A space is required after ','. (comma-spacing)
(#282) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#282) Operator '=' must be spaced. (space-infix-ops)
(#282) Operator '+' must be spaced. (space-infix-ops)
(#282) Operator '?' must be spaced. (space-infix-ops)
(#282) Operator ':' must be spaced. (space-infix-ops)
(#282) A space is required after ','. (comma-spacing)
(#282) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#282) Operator '=' must be spaced. (space-infix-ops)
(#282) Operator '+' must be spaced. (space-infix-ops)
(#282) Operator '?' must be spaced. (space-infix-ops)
(#282) Operator ':' must be spaced. (space-infix-ops)
(#282) Missing whitespace after semicolon. (semi-spacing)
(#282) Operator '-=' must be spaced. (space-infix-ops)
(#282) A space is required after ','. (comma-spacing)
(#282) Operator '?' must be spaced. (space-infix-ops)
(#282) Operator '-' must be spaced. (space-infix-ops)
(#282) Operator ':' must be spaced. (space-infix-ops)
(#282) Missing whitespace after semicolon. (semi-spacing)
(#282) Operator '-=' must be spaced. (space-infix-ops)
(#282) Operator '&&' must be spaced. (space-infix-ops)
(#282) Operator '===' must be spaced. (space-infix-ops)
(#282) Operator '?' must be spaced. (space-infix-ops)
(#282) Operator ':' must be spaced. (space-infix-ops)
(#283) This line has a length of 526. Maximum allowed is 132. (max-len)
(#283) Missing whitespace after semicolon. (semi-spacing)
(#283) Operator '-=' must be spaced. (space-infix-ops)
(#283) Operator '&&' must be spaced. (space-infix-ops)
(#283) Operator '===' must be spaced. (space-infix-ops)
(#283) Operator '+' must be spaced. (space-infix-ops)
(#283) Operator '?' must be spaced. (space-infix-ops)
(#283) Operator ':' must be spaced. (space-infix-ops)
(#283) Missing whitespace after semicolon. (semi-spacing)
(#283) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#283) Operator '-=' must be spaced. (space-infix-ops)
(#283) A space is required after ','. (comma-spacing)
(#283) Operator '+' must be spaced. (space-infix-ops)
(#283) Operator '>' must be spaced. (space-infix-ops)
(#283) Operator '&&' must be spaced. (space-infix-ops)
(#283) Operator '>' must be spaced. (space-infix-ops)
(#283) Operator '?' must be spaced. (space-infix-ops)
(#283) Operator '+' must be spaced. (space-infix-ops)
(#283) Operator '-' must be spaced. (space-infix-ops)
(#283) Operator ':' must be spaced. (space-infix-ops)
(#283) Missing whitespace after semicolon. (semi-spacing)
(#283) Operator '-=' must be spaced. (space-infix-ops)
(#283) A space is required after ','. (comma-spacing)
(#283) Operator '+' must be spaced. (space-infix-ops)
(#283) Operator '>' must be spaced. (space-infix-ops)
(#283) Operator '&&' must be spaced. (space-infix-ops)
(#283) Operator '>' must be spaced. (space-infix-ops)
(#283) Operator '?' must be spaced. (space-infix-ops)
(#283) Operator '+' must be spaced. (space-infix-ops)
(#283) Operator ':' must be spaced. (space-infix-ops)
(#283) Missing whitespace after semicolon. (semi-spacing)
(#283) Requires a space before '}'. (block-spacing)
(#283) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#283) Missing semicolon. (semi)
(#283) A space is required after ','. (comma-spacing)
(#283) Missing space before value for key '_findPos'. (key-spacing)
(#283) Requires a space after '{'. (block-spacing)
(#283) Statement inside of curly braces should be on next line. (brace-style)
(#283) Missing space before opening brace. (space-before-blocks)
(#283) Operator '=' must be spaced. (space-infix-ops)
(#283) Missing whitespace after semicolon. (semi-spacing)
(#283) Expected space(s) after "for". (keyword-spacing)
(#283) Operator '=' must be spaced. (space-infix-ops)
(#283) A space is required after ','. (comma-spacing)
(#283) Missing whitespace after semicolon. (semi-spacing)
(#283) Operator '&&' must be spaced. (space-infix-ops)
(#283) Operator '===' must be spaced. (space-infix-ops)
(#283) Operator '||' must be spaced. (space-infix-ops)
(#283) Operator '!==' must be spaced. (space-infix-ops)
(#283) Operator '||' must be spaced. (space-infix-ops)
(#283) Expected { after 'for' condition. (curly)
(#283) Operator '=' must be spaced. (space-infix-ops)
(#283) Operator '?' must be spaced. (space-infix-ops)
(#283) Operator ':' must be spaced. (space-infix-ops)
(#283) Missing whitespace after semicolon. (semi-spacing)
(#283) Operator '=' must be spaced. (space-infix-ops)
(#283) Missing whitespace after semicolon. (semi-spacing)
(#283) Expected space(s) after "return". (keyword-spacing)
(#283) A space is required after ','. (comma-spacing)
(#283) Requires a space before '}'. (block-spacing)
(#283) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#283) Missing semicolon. (semi)
(#283) A space is required after ','. (comma-spacing)
(#283) Missing space before value for key '_hideDatepicker'. (key-spacing)
(#283) Requires a space after '{'. (block-spacing)
(#283) Statement inside of curly braces should be on next line. (brace-style)
(#283) Missing space before opening brace. (space-before-blocks)
(#283) Operator '=' must be spaced. (space-infix-ops)
(#283) Missing whitespace after semicolon. (semi-spacing)
(#283) Expected space(s) after "if". (keyword-spacing)
(#283) Operator '&&' must be spaced. (space-infix-ops)
(#283) Operator '||' must be spaced. (space-infix-ops)
(#283) Operator '===' must be spaced. (space-infix-ops)
(#283) A space is required after ','. (comma-spacing)
(#283) Operator '&&' must be spaced. (space-infix-ops)
(#283) Requires a space after '{'. (block-spacing)
(#283) Statement inside of curly braces should be on next line. (brace-style)
(#283) Missing space before opening brace. (space-before-blocks)
(#283) Operator '=' must be spaced. (space-infix-ops)
(#284) This line has a length of 501. Maximum allowed is 132. (max-len)
(#284) A space is required after ','. (comma-spacing)
(#284) Missing whitespace after semicolon. (semi-spacing)
(#284) Operator '=' must be spaced. (space-infix-ops)
(#284) A space is required after ','. (comma-spacing)
(#284) Missing whitespace after semicolon. (semi-spacing)
(#284) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#284) Operator '=' must be spaced. (space-infix-ops)
(#284) Requires a space after '{'. (block-spacing)
(#284) Statement inside of curly braces should be on next line. (brace-style)
(#284) Missing space before opening brace. (space-before-blocks)
(#284) Requires a space before '}'. (block-spacing)
(#284) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#284) Missing semicolon. (semi)
(#284) Missing whitespace after semicolon. (semi-spacing)
(#284) Expected space(s) after "if". (keyword-spacing)
(#284) Operator '&&' must be spaced. (space-infix-ops)
(#284) Operator '||' must be spaced. (space-infix-ops)
(#284) Expected { after 'if' condition. (curly)
(#284) A space is required after ','. (comma-spacing)
(#284) A space is required after ','. (comma-spacing)
(#284) A space is required after ','. (comma-spacing)
(#284) A space is required after ','. (comma-spacing)
(#284) Missing whitespace after semicolon. (semi-spacing)
(#284) Expected { after 'else'. (curly)
(#284) Do not nest ternary expressions. (no-nested-ternary)
(#284) Operator '===' must be spaced. (space-infix-ops)
(#284) Operator '?' must be spaced. (space-infix-ops)
(#284) Operator ':' must be spaced. (space-infix-ops)
(#284) Operator '===' must be spaced. (space-infix-ops)
(#284) Operator '?' must be spaced. (space-infix-ops)
(#284) Operator ':' must be spaced. (space-infix-ops)
(#284) Operator '?' must be spaced. (space-infix-ops)
(#284) Operator ':' must be spaced. (space-infix-ops)
(#284) A space is required after ','. (comma-spacing)
(#284) Missing whitespace after semicolon. (semi-spacing)
(#284) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#284) Operator '||' must be spaced. (space-infix-ops)
(#284) Missing whitespace after semicolon. (semi-spacing)
(#284) Operator '=' must be spaced. (space-infix-ops)
(#284) Missing whitespace after semicolon. (semi-spacing)
(#284) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#284) Operator '=' must be spaced. (space-infix-ops)
(#284) A space is required after ','. (comma-spacing)
(#284) Operator '&&' must be spaced. (space-infix-ops)
(#284) Operator '?' must be spaced. (space-infix-ops)
(#284) Operator ':' must be spaced. (space-infix-ops)
(#284) A space is required after ','. (comma-spacing)
(#284) Operator '?' must be spaced. (space-infix-ops)
(#284) Operator ':' must be spaced. (space-infix-ops)
(#284) A space is required after ','. (comma-spacing)
(#284) Missing whitespace after semicolon. (semi-spacing)
(#284) Operator '=' must be spaced. (space-infix-ops)
(#284) Missing whitespace after semicolon. (semi-spacing)
(#284) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#284) Operator '&&' must be spaced. (space-infix-ops)
(#284) Missing space before value for key 'position'. (key-spacing)
(#284) A space is required after ','. (comma-spacing)
(#284) Missing space before value for key 'left'. (key-spacing)
(#285) This line has a length of 511. Maximum allowed is 132. (max-len)
(#285) Missing space before value for key 'top'. (key-spacing)
(#285) A space is required after ','. (comma-spacing)
(#285) Operator '&&' must be spaced. (space-infix-ops)
(#285) A space is required after ','. (comma-spacing)
(#285) Missing whitespace after semicolon. (semi-spacing)
(#285) Operator '=' must be spaced. (space-infix-ops)
(#285) Requires a space before '}'. (block-spacing)
(#285) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#285) Missing semicolon. (semi)
(#285) Requires a space before '}'. (block-spacing)
(#285) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#285) A space is required after ','. (comma-spacing)
(#285) Missing space before value for key '_tidyDialog'. (key-spacing)
(#285) Requires a space after '{'. (block-spacing)
(#285) Statement inside of curly braces should be on next line. (brace-style)
(#285) Missing space before opening brace. (space-before-blocks)
(#285) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#285) Requires a space before '}'. (block-spacing)
(#285) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#285) Missing semicolon. (semi)
(#285) A space is required after ','. (comma-spacing)
(#285) Missing space before value for key '_checkExternalClick'. (key-spacing)
(#285) Requires a space after '{'. (block-spacing)
(#285) Statement inside of curly braces should be on next line. (brace-style)
(#285) Missing space before opening brace. (space-before-blocks)
(#285) Expected space(s) after "if". (keyword-spacing)
(#285) Requires a space after '{'. (block-spacing)
(#285) Statement inside of curly braces should be on next line. (brace-style)
(#285) Missing space before opening brace. (space-before-blocks)
(#285) Operator '=' must be spaced. (space-infix-ops)
(#285) Missing whitespace after semicolon. (semi-spacing)
(#285) Operator '=' must be spaced. (space-infix-ops)
(#285) Missing whitespace after semicolon. (semi-spacing)
(#285) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#285) Operator '===' must be spaced. (space-infix-ops)
(#285) Operator '||' must be spaced. (space-infix-ops)
(#285) Operator '!==' must be spaced. (space-infix-ops)
(#285) Operator '+' must be spaced. (space-infix-ops)
(#285) Operator '||' must be spaced. (space-infix-ops)
(#285) Operator '||' must be spaced. (space-infix-ops)
(#285) Operator '+' must be spaced. (space-infix-ops)
(#285) Operator '||' must be spaced. (space-infix-ops)
(#285) Operator '||' must be spaced. (space-infix-ops)
(#286) This line has a length of 503. Maximum allowed is 132. (max-len)
(#286) Operator '&&' must be spaced. (space-infix-ops)
(#286) Operator '||' must be spaced. (space-infix-ops)
(#286) Operator '&&' must be spaced. (space-infix-ops)
(#286) Operator '!==' must be spaced. (space-infix-ops)
(#286) Operator '&&' must be spaced. (space-infix-ops)
(#286) Requires a space before '}'. (block-spacing)
(#286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#286) Missing semicolon. (semi)
(#286) Requires a space before '}'. (block-spacing)
(#286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#286) A space is required after ','. (comma-spacing)
(#286) Missing space before value for key '_adjustDate'. (key-spacing)
(#286) A space is required after ','. (comma-spacing)
(#286) A space is required after ','. (comma-spacing)
(#286) Requires a space after '{'. (block-spacing)
(#286) Statement inside of curly braces should be on next line. (brace-style)
(#286) Missing space before opening brace. (space-before-blocks)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#286) Operator '||' must be spaced. (space-infix-ops)
(#286) A space is required after ','. (comma-spacing)
(#286) Operator '+' must be spaced. (space-infix-ops)
(#286) Operator '===' must be spaced. (space-infix-ops)
(#286) Operator '?' must be spaced. (space-infix-ops)
(#286) A space is required after ','. (comma-spacing)
(#286) Operator ':' must be spaced. (space-infix-ops)
(#286) A space is required after ','. (comma-spacing)
(#286) A space is required after ','. (comma-spacing)
(#286) Requires a space before '}'. (block-spacing)
(#286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#286) Missing semicolon. (semi)
(#286) A space is required after ','. (comma-spacing)
(#286) Missing space before value for key '_gotoToday'. (key-spacing)
(#286) Requires a space after '{'. (block-spacing)
(#286) Statement inside of curly braces should be on next line. (brace-style)
(#286) Missing space before opening brace. (space-before-blocks)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#286) A space is required after ','. (comma-spacing)
(#286) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#286) Missing whitespace after semicolon. (semi-spacing)
(#286) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#286) A space is required after ','. (comma-spacing)
(#286) Operator '&&' must be spaced. (space-infix-ops)
(#286) Operator '?' must be spaced. (space-infix-ops)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#286) A space is required after ','. (comma-spacing)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#286) Operator '=' must be spaced. (space-infix-ops)
(#287) This line has a length of 515. Maximum allowed is 132. (max-len)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) Operator ':' must be spaced. (space-infix-ops)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) Missing '()' invoking a constructor. (new-parens)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) Missing whitespace after semicolon. (semi-spacing)
(#287) Missing whitespace after semicolon. (semi-spacing)
(#287) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#287) Requires a space before '}'. (block-spacing)
(#287) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#287) Missing semicolon. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Missing space before value for key '_selectMonthYear'. (key-spacing)
(#287) A space is required after ','. (comma-spacing)
(#287) A space is required after ','. (comma-spacing)
(#287) Requires a space after '{'. (block-spacing)
(#287) Statement inside of curly braces should be on next line. (brace-style)
(#287) Missing space before opening brace. (space-before-blocks)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) Missing whitespace after semicolon. (semi-spacing)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) Missing whitespace after semicolon. (semi-spacing)
(#287) Operator '+' must be spaced. (space-infix-ops)
(#287) Operator '===' must be spaced. (space-infix-ops)
(#287) Operator '?' must be spaced. (space-infix-ops)
(#287) Operator ':' must be spaced. (space-infix-ops)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) Operator '+' must be spaced. (space-infix-ops)
(#287) Operator '===' must be spaced. (space-infix-ops)
(#287) Operator '?' must be spaced. (space-infix-ops)
(#287) Operator ':' must be spaced. (space-infix-ops)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#287) Missing whitespace after semicolon. (semi-spacing)
(#287) Missing whitespace after semicolon. (semi-spacing)
(#287) Requires a space before '}'. (block-spacing)
(#287) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#287) Missing semicolon. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Missing space before value for key '_selectDay'. (key-spacing)
(#287) A space is required after ','. (comma-spacing)
(#287) A space is required after ','. (comma-spacing)
(#287) A space is required after ','. (comma-spacing)
(#287) Requires a space after '{'. (block-spacing)
(#287) Statement inside of curly braces should be on next line. (brace-style)
(#287) Missing space before opening brace. (space-before-blocks)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) Missing whitespace after semicolon. (semi-spacing)
(#287) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#287) Operator '||' must be spaced. (space-infix-ops)
(#288) This line has a length of 502. Maximum allowed is 132. (max-len)
(#288) Operator '||' must be spaced. (space-infix-ops)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) A space is required after ','. (comma-spacing)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) A space is required after ','. (comma-spacing)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) Requires a space before '}'. (block-spacing)
(#288) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#288) Missing semicolon. (semi)
(#288) A space is required after ','. (comma-spacing)
(#288) Missing space before value for key '_clearDate'. (key-spacing)
(#288) Requires a space after '{'. (block-spacing)
(#288) Statement inside of curly braces should be on next line. (brace-style)
(#288) Missing space before opening brace. (space-before-blocks)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) Missing whitespace after semicolon. (semi-spacing)
(#288) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#288) A space is required after ','. (comma-spacing)
(#288) Requires a space before '}'. (block-spacing)
(#288) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#288) Missing semicolon. (semi)
(#288) A space is required after ','. (comma-spacing)
(#288) Missing space before value for key '_selectDate'. (key-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) Requires a space after '{'. (block-spacing)
(#288) Statement inside of curly braces should be on next line. (brace-style)
(#288) Missing space before opening brace. (space-before-blocks)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) Missing whitespace after semicolon. (semi-spacing)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) Missing whitespace after semicolon. (semi-spacing)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) Use '===' to compare with null. (no-eq-null)
(#288) Operator '!=' must be spaced. (space-infix-ops)
(#288) Operator '?' must be spaced. (space-infix-ops)
(#288) Operator ':' must be spaced. (space-infix-ops)
(#288) Missing whitespace after semicolon. (semi-spacing)
(#288) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#288) Operator '&&' must be spaced. (space-infix-ops)
(#288) Missing whitespace after semicolon. (semi-spacing)
(#288) Missing whitespace after semicolon. (semi-spacing)
(#288) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#288) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) A space is required after ','. (comma-spacing)
(#288) Operator '?' must be spaced. (space-infix-ops)
(#288) Operator '?' must be spaced. (space-infix-ops)
(#288) Operator ':' must be spaced. (space-infix-ops)
(#289) This line has a length of 522. Maximum allowed is 132. (max-len)
(#289) A space is required after ','. (comma-spacing)
(#289) Operator ':' must be spaced. (space-infix-ops)
(#289) Operator '&&' must be spaced. (space-infix-ops)
(#289) Missing whitespace after semicolon. (semi-spacing)
(#289) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#289) Operator '?' must be spaced. (space-infix-ops)
(#289) Operator ':' must be spaced. (space-infix-ops)
(#289) A space is required after ','. (comma-spacing)
(#289) Operator '=' must be spaced. (space-infix-ops)
(#289) A space is required after ','. (comma-spacing)
(#289) Operator '!==' must be spaced. (space-infix-ops)
(#289) Operator '&&' must be spaced. (space-infix-ops)
(#289) A space is required after ','. (comma-spacing)
(#289) Operator '=' must be spaced. (space-infix-ops)
(#289) Requires a space before '}'. (block-spacing)
(#289) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#289) Missing semicolon. (semi)
(#289) A space is required after ','. (comma-spacing)
(#289) Missing space before value for key '_updateAlternate'. (key-spacing)
(#289) Requires a space after '{'. (block-spacing)
(#289) Statement inside of curly braces should be on next line. (brace-style)
(#289) Missing space before opening brace. (space-before-blocks)
(#289) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#289) Operator '=' must be spaced. (space-infix-ops)
(#289) A space is required after ','. (comma-spacing)
(#289) Missing whitespace after semicolon. (semi-spacing)
(#289) Expected space(s) after "if". (keyword-spacing)
(#289) Requires a space after '{'. (block-spacing)
(#289) Statement inside of curly braces should be on next line. (brace-style)
(#289) Missing space before opening brace. (space-before-blocks)
(#289) Operator '=' must be spaced. (space-infix-ops)
(#289) A space is required after ','. (comma-spacing)
(#289) Operator '||' must be spaced. (space-infix-ops)
(#289) A space is required after ','. (comma-spacing)
(#289) Missing whitespace after semicolon. (semi-spacing)
(#289) Operator '=' must be spaced. (space-infix-ops)
(#289) Missing whitespace after semicolon. (semi-spacing)
(#289) Operator '=' must be spaced. (space-infix-ops)
(#289) A space is required after ','. (comma-spacing)
(#289) A space is required after ','. (comma-spacing)
(#289) Missing whitespace after semicolon. (semi-spacing)
(#289) Requires a space after '{'. (block-spacing)
(#289) Statement inside of curly braces should be on next line. (brace-style)
(#289) Missing space before opening brace. (space-before-blocks)
(#289) Requires a space before '}'. (block-spacing)
(#289) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#289) Missing semicolon. (semi)
(#289) Requires a space before '}'. (block-spacing)
(#289) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#289) Missing semicolon. (semi)
(#289) Requires a space before '}'. (block-spacing)
(#289) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#289) A space is required after ','. (comma-spacing)
(#289) Missing space before value for key 'noWeekends'. (key-spacing)
(#289) Requires a space after '{'. (block-spacing)
(#289) Statement inside of curly braces should be on next line. (brace-style)
(#289) Missing space before opening brace. (space-before-blocks)
(#289) Operator '=' must be spaced. (space-infix-ops)
(#289) Missing whitespace after semicolon. (semi-spacing)
(#289) Expected space(s) after "return". (keyword-spacing)
(#289) Operator '<' must be spaced. (space-infix-ops)
(#289) Operator '&&' must be spaced. (space-infix-ops)
(#289) Operator '>' must be spaced. (space-infix-ops)
(#289) A space is required after ','. (comma-spacing)
(#289) Requires a space before '}'. (block-spacing)
(#289) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#289) Missing semicolon. (semi)
(#289) A space is required after ','. (comma-spacing)
(#289) Missing space before value for key 'iso8601Week'. (key-spacing)
(#289) Requires a space after '{'. (block-spacing)
(#289) Statement inside of curly braces should be on next line. (brace-style)
(#289) Missing space before opening brace. (space-before-blocks)
(#289) Operator '=' must be spaced. (space-infix-ops)
(#290) This line has a length of 509. Maximum allowed is 132. (max-len)
(#290) Missing whitespace after semicolon. (semi-spacing)
(#290) Operator '+' must be spaced. (space-infix-ops)
(#290) Operator '-' must be spaced. (space-infix-ops)
(#290) Operator '||' must be spaced. (space-infix-ops)
(#290) Missing whitespace after semicolon. (semi-spacing)
(#290) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) Missing whitespace after semicolon. (semi-spacing)
(#290) Missing whitespace after semicolon. (semi-spacing)
(#290) Missing whitespace after semicolon. (semi-spacing)
(#290) Operator '-' must be spaced. (space-infix-ops)
(#290) Operator '/' must be spaced. (space-infix-ops)
(#290) Operator '/' must be spaced. (space-infix-ops)
(#290) Operator '+' must be spaced. (space-infix-ops)
(#290) Requires a space before '}'. (block-spacing)
(#290) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#290) Missing semicolon. (semi)
(#290) A space is required after ','. (comma-spacing)
(#290) Missing space before value for key 'parseDate'. (key-spacing)
(#290) Method 'parseDate' has a complexity of 41. Maximum allowed is 20. (complexity)
(#290) A space is required after ','. (comma-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) Requires a space after '{'. (block-spacing)
(#290) Statement inside of curly braces should be on next line. (brace-style)
(#290) Missing space before opening brace. (space-before-blocks)
(#290) Expected space(s) after "if". (keyword-spacing)
(#290) Use '===' to compare with null. (no-eq-null)
(#290) Operator '==' must be spaced. (space-infix-ops)
(#290) Operator '||' must be spaced. (space-infix-ops)
(#290) Use '===' to compare with null. (no-eq-null)
(#290) Operator '==' must be spaced. (space-infix-ops)
(#290) Expected { after 'if' condition. (curly)
(#290) Expected an error object to be thrown. (no-throw-literal)
(#290) Expected space(s) before "throw". (keyword-spacing)
(#290) Expected space(s) after "throw". (keyword-spacing)
(#290) Missing whitespace after semicolon. (semi-spacing)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) Operator '===' must be spaced. (space-infix-ops)
(#290) Operator '?' must be spaced. (space-infix-ops)
(#290) Operator ':' must be spaced. (space-infix-ops)
(#290) Operator '+' must be spaced. (space-infix-ops)
(#290) Missing whitespace after semicolon. (semi-spacing)
(#290) Expected space(s) after "if". (keyword-spacing)
(#290) Operator '===' must be spaced. (space-infix-ops)
(#290) Expected { after 'if' condition. (curly)
(#290) Expected space(s) before "return". (keyword-spacing)
(#290) Missing whitespace after semicolon. (semi-spacing)
(#290) A space is required after ','. (comma-spacing)
(#290) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) Missing whitespace after semicolon. (semi-spacing)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) Operator '?' must be spaced. (space-infix-ops)
(#290) Operator ':' must be spaced. (space-infix-ops)
(#290) Operator '||' must be spaced. (space-infix-ops)
(#290) Missing whitespace after semicolon. (semi-spacing)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) Operator '!==' must be spaced. (space-infix-ops)
(#290) Operator '?' must be spaced. (space-infix-ops)
(#290) Operator ':' must be spaced. (space-infix-ops)
(#290) Missing '()' invoking a constructor. (new-parens)
(#290) Operator '%' must be spaced. (space-infix-ops)
(#290) Operator '+' must be spaced. (space-infix-ops)
(#290) A space is required after ','. (comma-spacing)
(#290) Missing whitespace after semicolon. (semi-spacing)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) Operator '?' must be spaced. (space-infix-ops)
(#290) Operator ':' must be spaced. (space-infix-ops)
(#290) Operator '||' must be spaced. (space-infix-ops)
(#290) Missing whitespace after semicolon. (semi-spacing)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#290) Operator '?' must be spaced. (space-infix-ops)
(#290) Operator ':' must be spaced. (space-infix-ops)
(#291) This line has a length of 502. Maximum allowed is 132. (max-len)
(#291) Operator '||' must be spaced. (space-infix-ops)
(#291) A space is required after ','. (comma-spacing)
(#291) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) Operator '?' must be spaced. (space-infix-ops)
(#291) Operator ':' must be spaced. (space-infix-ops)
(#291) Operator '||' must be spaced. (space-infix-ops)
(#291) A space is required after ','. (comma-spacing)
(#291) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) Operator '?' must be spaced. (space-infix-ops)
(#291) Operator ':' must be spaced. (space-infix-ops)
(#291) Operator '||' must be spaced. (space-infix-ops)
(#291) A space is required after ','. (comma-spacing)
(#291) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) A space is required after ','. (comma-spacing)
(#291) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) A space is required after ','. (comma-spacing)
(#291) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) A space is required after ','. (comma-spacing)
(#291) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) A space is required after ','. (comma-spacing)
(#291) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) Requires a space after '{'. (block-spacing)
(#291) Statement inside of curly braces should be on next line. (brace-style)
(#291) Missing space before opening brace. (space-before-blocks)
(#291) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) Operator '+' must be spaced. (space-infix-ops)
(#291) Operator '<' must be spaced. (space-infix-ops)
(#291) Operator '&&' must be spaced. (space-infix-ops)
(#291) Operator '+' must be spaced. (space-infix-ops)
(#291) Operator '===' must be spaced. (space-infix-ops)
(#291) Operator '&&' must be spaced. (space-infix-ops)
(#291) Missing whitespace after semicolon. (semi-spacing)
(#291) Requires a space before '}'. (block-spacing)
(#291) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#291) Missing semicolon. (semi)
(#291) A space is required after ','. (comma-spacing)
(#291) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) Requires a space after '{'. (block-spacing)
(#291) Statement inside of curly braces should be on next line. (brace-style)
(#291) Missing space before opening brace. (space-before-blocks)
(#291) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#291) Missing whitespace after semicolon. (semi-spacing)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) Do not nest ternary expressions. (no-nested-ternary)
(#291) Operator '===' must be spaced. (space-infix-ops)
(#291) Operator '?' must be spaced. (space-infix-ops)
(#291) Operator ':' must be spaced. (space-infix-ops)
(#291) Do not nest ternary expressions. (no-nested-ternary)
(#291) Operator '===' must be spaced. (space-infix-ops)
(#291) Operator '?' must be spaced. (space-infix-ops)
(#291) Operator ':' must be spaced. (space-infix-ops)
(#291) Do not nest ternary expressions. (no-nested-ternary)
(#291) Operator '===' must be spaced. (space-infix-ops)
(#291) Operator '&&' must be spaced. (space-infix-ops)
(#291) Operator '?' must be spaced. (space-infix-ops)
(#291) Operator ':' must be spaced. (space-infix-ops)
(#291) Operator '===' must be spaced. (space-infix-ops)
(#291) Operator '?' must be spaced. (space-infix-ops)
(#291) Operator ':' must be spaced. (space-infix-ops)
(#291) Missing whitespace after semicolon. (semi-spacing)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) Operator '+' must be spaced. (space-infix-ops)
(#291) Operator '===' must be spaced. (space-infix-ops)
(#291) Operator '?' must be spaced. (space-infix-ops)
(#291) Operator ':' must be spaced. (space-infix-ops)
(#291) Operator '+' must be spaced. (space-infix-ops)
(#291) Operator '+' must be spaced. (space-infix-ops)
(#291) Operator '+' must be spaced. (space-infix-ops)
(#291) Missing whitespace after semicolon. (semi-spacing)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) Missing whitespace after semicolon. (semi-spacing)
(#291) Expected space(s) after "if". (keyword-spacing)
(#291) Expected { after 'if' condition. (curly)
(#291) Expected an error object to be thrown. (no-throw-literal)
(#291) Expected space(s) before "throw". (keyword-spacing)
(#291) Expected space(s) after "throw". (keyword-spacing)
(#291) Operator '+' must be spaced. (space-infix-ops)
(#291) Missing whitespace after semicolon. (semi-spacing)
(#291) Operator '+=' must be spaced. (space-infix-ops)
(#291) Missing whitespace after semicolon. (semi-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) Requires a space before '}'. (block-spacing)
(#291) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#291) Missing semicolon. (semi)
(#291) A space is required after ','. (comma-spacing)
(#291) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) A space is required after ','. (comma-spacing)
(#291) A space is required after ','. (comma-spacing)
(#291) Requires a space after '{'. (block-spacing)
(#291) Statement inside of curly braces should be on next line. (brace-style)
(#291) Missing space before opening brace. (space-before-blocks)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) Missing whitespace after semicolon. (semi-spacing)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#291) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#291) Operator '?' must be spaced. (space-infix-ops)
(#291) Operator ':' must be spaced. (space-infix-ops)
(#292) This line has a length of 505. Maximum allowed is 132. (max-len)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) Requires a space after '{'. (block-spacing)
(#292) Statement inside of curly braces should be on next line. (brace-style)
(#292) Missing space before opening brace. (space-before-blocks)
(#292) Expected space(s) after "return". (keyword-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) Requires a space before '}'. (block-spacing)
(#292) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#292) Missing semicolon. (semi)
(#292) A space is required after ','. (comma-spacing)
(#292) Requires a space after '{'. (block-spacing)
(#292) Statement inside of curly braces should be on next line. (brace-style)
(#292) Missing space before opening brace. (space-before-blocks)
(#292) Expected space(s) after "return". (keyword-spacing)
(#292) Operator '-' must be spaced. (space-infix-ops)
(#292) Requires a space before '}'. (block-spacing)
(#292) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#292) Missing semicolon. (semi)
(#292) Missing whitespace after semicolon. (semi-spacing)
(#292) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#292) A space is required after ','. (comma-spacing)
(#292) Expected to return a value at the end of function. (consistent-return)
(#292) A space is required after ','. (comma-spacing)
(#292) Requires a space after '{'. (block-spacing)
(#292) Statement inside of curly braces should be on next line. (brace-style)
(#292) Missing space before opening brace. (space-before-blocks)
(#292) Operator '=' must be spaced. (space-infix-ops)
(#292) Missing whitespace after semicolon. (semi-spacing)
(#292) Expected space(s) after "if". (keyword-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) Operator '===' must be spaced. (space-infix-ops)
(#292) Expected { after 'if' condition. (curly)
(#292) Expected space(s) before "return". (keyword-spacing)
(#292) Return statement should not contain assignment. (no-return-assign)
(#292) Return statement should not contain assignment. (no-return-assign)
(#292) Operator '=' must be spaced. (space-infix-ops)
(#292) Unexpected use of comma operator. (no-sequences)
(#292) A space is required after ','. (comma-spacing)
(#292) Operator '+=' must be spaced. (space-infix-ops)
(#292) A space is required after ','. (comma-spacing)
(#292) Requires a space before '}'. (block-spacing)
(#292) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#292) Missing semicolon. (semi)
(#292) Missing whitespace after semicolon. (semi-spacing)
(#292) Expected space(s) after "if". (keyword-spacing)
(#292) Operator '!==' must be spaced. (space-infix-ops)
(#292) Expected { after 'if' condition. (curly)
(#292) Expected space(s) before "return". (keyword-spacing)
(#292) Operator '+' must be spaced. (space-infix-ops)
(#292) Missing whitespace after semicolon. (semi-spacing)
(#292) Expected an error object to be thrown. (no-throw-literal)
(#292) Expected space(s) after "throw". (keyword-spacing)
(#292) Operator '+' must be spaced. (space-infix-ops)
(#292) Requires a space before '}'. (block-spacing)
(#292) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#292) A space is required after ','. (comma-spacing)
(#292) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#292) Operator '=' must be spaced. (space-infix-ops)
(#292) Requires a space after '{'. (block-spacing)
(#292) Statement inside of curly braces should be on next line. (brace-style)
(#292) Missing space before opening brace. (space-before-blocks)
(#292) Expected space(s) after "if". (keyword-spacing)
(#292) Operator '!==' must be spaced. (space-infix-ops)
(#292) Expected { after 'if' condition. (curly)
(#292) Expected an error object to be thrown. (no-throw-literal)
(#292) Expected space(s) before "throw". (keyword-spacing)
(#292) Expected space(s) after "throw". (keyword-spacing)
(#292) Operator '+' must be spaced. (space-infix-ops)
(#292) Missing whitespace after semicolon. (semi-spacing)
(#292) Requires a space before '}'. (block-spacing)
(#292) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#292) Missing semicolon. (semi)
(#292) Missing whitespace after semicolon. (semi-spacing)
(#292) Expected space(s) after "for". (keyword-spacing)
(#292) Operator '=' must be spaced. (space-infix-ops)
(#292) Missing whitespace after semicolon. (semi-spacing)
(#292) Operator '<' must be spaced. (space-infix-ops)
(#292) Missing whitespace after semicolon. (semi-spacing)
(#292) Expected { after 'for' condition. (curly)
(#292) Expected space(s) before "if". (keyword-spacing)
(#292) Expected space(s) after "if". (keyword-spacing)
(#292) Expected { after 'if' condition. (curly)
(#292) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#292) Operator '!==' must be spaced. (space-infix-ops)
(#292) Operator '||' must be spaced. (space-infix-ops)
(#292) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#292) Operator '?' must be spaced. (space-infix-ops)
(#292) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#292) Operator ':' must be spaced. (space-infix-ops)
(#292) Operator '=' must be spaced. (space-infix-ops)
(#292) Missing whitespace after semicolon. (semi-spacing)
(#292) Expected { after 'else'. (curly)
(#292) Expected space(s) after "switch". (keyword-spacing)
(#292) Requires a space after '{'. (block-spacing)
(#292) Statement inside of curly braces should be on next line. (brace-style)
(#292) Missing space before opening brace. (space-before-blocks)
(#292) Operator '=' must be spaced. (space-infix-ops)
(#292) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#292) Missing whitespace after semicolon. (semi-spacing)
(#292) Missing whitespace after semicolon. (semi-spacing)
(#292) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#292) A space is required after ','. (comma-spacing)
(#292) A space is required after ','. (comma-spacing)
(#292) Missing whitespace after semicolon. (semi-spacing)
(#292) Missing whitespace after semicolon. (semi-spacing)
(#292) Operator '=' must be spaced. (space-infix-ops)
(#292) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#293) This line has a length of 512. Maximum allowed is 132. (max-len)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) This line has 22 statements. Maximum allowed is 2. (max-statements-per-line)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#293) A space is required after ','. (comma-spacing)
(#293) A space is required after ','. (comma-spacing)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) Operator '+' must be spaced. (space-infix-ops)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#293) Operator '-' must be spaced. (space-infix-ops)
(#293) Operator '/' must be spaced. (space-infix-ops)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) Operator '+' must be spaced. (space-infix-ops)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#293) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#293) Operator '?' must be spaced. (space-infix-ops)
(#293) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#293) Operator ':' must be spaced. (space-infix-ops)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#293) Requires a space before '}'. (block-spacing)
(#293) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#293) Missing semicolon. (semi)
(#293) Expected space(s) before "if". (keyword-spacing)
(#293) Expected space(s) after "if". (keyword-spacing)
(#293) Operator '<' must be spaced. (space-infix-ops)
(#293) Operator '&&' must be spaced. (space-infix-ops)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) A space is required after ','. (comma-spacing)
(#293) Expected { after 'if' condition. (curly)
(#293) Expected an error object to be thrown. (no-throw-literal)
(#293) Expected space(s) before "throw". (keyword-spacing)
(#293) Expected space(s) after "throw". (keyword-spacing)
(#293) Operator '+' must be spaced. (space-infix-ops)
(#293) Missing whitespace after semicolon. (semi-spacing)
(#293) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#293) Operator '===' must be spaced. (space-infix-ops)
(#293) Operator '?' must be spaced. (space-infix-ops)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#293) Missing '()' invoking a constructor. (new-parens)
(#293) Operator ':' must be spaced. (space-infix-ops)
(#293) Operator '>' must be spaced. (space-infix-ops)
(#293) Operator '&&' must be spaced. (space-infix-ops)
(#293) Operator '+=' must be spaced. (space-infix-ops)
(#293) Missing '()' invoking a constructor. (new-parens)
(#293) Operator '-' must be spaced. (space-infix-ops)
(#293) Missing '()' invoking a constructor. (new-parens)
(#293) Operator '%' must be spaced. (space-infix-ops)
(#294) This line has a length of 502. Maximum allowed is 132. (max-len)
(#294) Operator '+' must be spaced. (space-infix-ops)
(#294) Operator '<=' must be spaced. (space-infix-ops)
(#294) Operator '?' must be spaced. (space-infix-ops)
(#294) Operator ':' must be spaced. (space-infix-ops)
(#294) Missing whitespace after semicolon. (semi-spacing)
(#294) Expected space(s) after "if". (keyword-spacing)
(#294) Operator '<' must be spaced. (space-infix-ops)
(#294) Requires a space after '{'. (block-spacing)
(#294) Statement inside of curly braces should be on next line. (brace-style)
(#294) Missing space before opening brace. (space-before-blocks)
(#294) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#294) Operator '=' must be spaced. (space-infix-ops)
(#294) Missing whitespace after semicolon. (semi-spacing)
(#294) Operator '=' must be spaced. (space-infix-ops)
(#294) Missing whitespace after semicolon. (semi-spacing)
(#294) Expected space(s) after "do". (keyword-spacing)
(#294) Requires a space after '{'. (block-spacing)
(#294) Statement inside of curly braces should be on next line. (brace-style)
(#294) Operator '=' must be spaced. (space-infix-ops)
(#294) A space is required after ','. (comma-spacing)
(#294) Operator '-' must be spaced. (space-infix-ops)
(#294) Missing whitespace after semicolon. (semi-spacing)
(#294) Expected space(s) after "if". (keyword-spacing)
(#294) Operator '<=' must be spaced. (space-infix-ops)
(#294) Expected { after 'if' condition. (curly)
(#294) Expected space(s) before "break". (keyword-spacing)
(#294) Missing whitespace after semicolon. (semi-spacing)
(#294) Missing whitespace after semicolon. (semi-spacing)
(#294) Operator '-=' must be spaced. (space-infix-ops)
(#294) Requires a space before '}'. (block-spacing)
(#294) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#294) Missing semicolon. (semi)
(#294) Expected space(s) before "while". (keyword-spacing)
(#294) Expected space(s) after "while". (keyword-spacing)
(#294) Unexpected constant condition. (no-constant-condition)
(#294) Requires a space before '}'. (block-spacing)
(#294) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#294) Missing semicolon. (semi)
(#294) 'N' used outside of binding context. (block-scoped-var)
(#294) Operator '=' must be spaced. (space-infix-ops)
(#294) A space is required after ','. (comma-spacing)
(#294) Operator '-' must be spaced. (space-infix-ops)
(#294) A space is required after ','. (comma-spacing)
(#294) Missing whitespace after semicolon. (semi-spacing)
(#294) Expected space(s) after "if". (keyword-spacing)
(#294) 'N' used outside of binding context. (block-scoped-var)
(#294) Operator '!==' must be spaced. (space-infix-ops)
(#294) Operator '||' must be spaced. (space-infix-ops)
(#294) 'N' used outside of binding context. (block-scoped-var)
(#294) Operator '+' must be spaced. (space-infix-ops)
(#294) Operator '!==' must be spaced. (space-infix-ops)
(#294) Operator '||' must be spaced. (space-infix-ops)
(#294) 'N' used outside of binding context. (block-scoped-var)
(#294) Operator '!==' must be spaced. (space-infix-ops)
(#294) Expected { after 'if' condition. (curly)
(#294) Expected an error object to be thrown. (no-throw-literal)
(#294) Expected space(s) before "throw". (keyword-spacing)
(#294) Expected space(s) after "throw". (keyword-spacing)
(#294) Missing whitespace after semicolon. (semi-spacing)
(#294) 'N' used outside of binding context. (block-scoped-var)
(#294) Requires a space before '}'. (block-spacing)
(#294) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#294) Missing semicolon. (semi)
(#294) A space is required after ','. (comma-spacing)
(#294) Missing space before value for key 'ATOM'. (key-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) Missing space before value for key 'COOKIE'. (key-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) Missing space before value for key 'ISO_8601'. (key-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) Missing space before value for key 'RFC_822'. (key-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) Missing space before value for key 'RFC_850'. (key-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) Missing space before value for key 'RFC_1036'. (key-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) Missing space before value for key 'RFC_1123'. (key-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) Missing space before value for key 'RFC_2822'. (key-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) Missing space before value for key 'RSS'. (key-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) Missing space before value for key 'TICKS'. (key-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) Missing space before value for key 'TIMESTAMP'. (key-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) Missing space before value for key 'W3C'. (key-spacing)
(#294) A space is required after ','. (comma-spacing)
(#294) Missing space before value for key '_ticksTo1970'. (key-spacing)
(#294) Operator '*' must be spaced. (space-infix-ops)
(#294) A space is required after ','. (comma-spacing)
(#294) Missing space before value for key 'formatDate'. (key-spacing)
(#294) Method 'formatDate' has a complexity of 27. Maximum allowed is 20. (complexity)
(#295) This line has a length of 506. Maximum allowed is 132. (max-len)
(#295) A space is required after ','. (comma-spacing)
(#295) Requires a space after '{'. (block-spacing)
(#295) Statement inside of curly braces should be on next line. (brace-style)
(#295) Missing space before opening brace. (space-before-blocks)
(#295) Expected space(s) after "if". (keyword-spacing)
(#295) Expected { after 'if' condition. (curly)
(#295) Expected space(s) before "return". (keyword-spacing)
(#295) Expected space(s) after "return". (keyword-spacing)
(#295) Missing whitespace after semicolon. (semi-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#295) Operator '=' must be spaced. (space-infix-ops)
(#295) Operator '?' must be spaced. (space-infix-ops)
(#295) Operator ':' must be spaced. (space-infix-ops)
(#295) Operator '||' must be spaced. (space-infix-ops)
(#295) A space is required after ','. (comma-spacing)
(#295) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#295) Operator '=' must be spaced. (space-infix-ops)
(#295) Operator '?' must be spaced. (space-infix-ops)
(#295) Operator ':' must be spaced. (space-infix-ops)
(#295) Operator '||' must be spaced. (space-infix-ops)
(#295) A space is required after ','. (comma-spacing)
(#295) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#295) Operator '=' must be spaced. (space-infix-ops)
(#295) Operator '?' must be spaced. (space-infix-ops)
(#295) Operator ':' must be spaced. (space-infix-ops)
(#295) Operator '||' must be spaced. (space-infix-ops)
(#295) Missing whitespace after semicolon. (semi-spacing)
(#295) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#295) Operator '=' must be spaced. (space-infix-ops)
(#295) Operator '?' must be spaced. (space-infix-ops)
(#295) Operator ':' must be spaced. (space-infix-ops)
(#295) Operator '||' must be spaced. (space-infix-ops)
(#295) Missing whitespace after semicolon. (semi-spacing)
(#295) Operator '=' must be spaced. (space-infix-ops)
(#295) Requires a space after '{'. (block-spacing)
(#295) Statement inside of curly braces should be on next line. (brace-style)
(#295) Missing space before opening brace. (space-before-blocks)
(#295) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#295) Operator '=' must be spaced. (space-infix-ops)
(#295) Operator '+' must be spaced. (space-infix-ops)
(#295) Operator '<' must be spaced. (space-infix-ops)
(#295) Operator '&&' must be spaced. (space-infix-ops)
(#295) Operator '+' must be spaced. (space-infix-ops)
(#295) Operator '===' must be spaced. (space-infix-ops)
(#295) Operator '&&' must be spaced. (space-infix-ops)
(#295) Missing whitespace after semicolon. (semi-spacing)
(#295) Requires a space before '}'. (block-spacing)
(#295) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#295) Missing semicolon. (semi)
(#295) A space is required after ','. (comma-spacing)
(#295) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#295) Operator '=' must be spaced. (space-infix-ops)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) Requires a space after '{'. (block-spacing)
(#295) Statement inside of curly braces should be on next line. (brace-style)
(#295) Missing space before opening brace. (space-before-blocks)
(#295) Operator '=' must be spaced. (space-infix-ops)
(#295) Operator '+' must be spaced. (space-infix-ops)
(#295) Missing whitespace after semicolon. (semi-spacing)
(#295) Expected space(s) after "if". (keyword-spacing)
(#295) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#295) Expected { after 'if' condition. (curly)
(#295) Expected space(s) before "for". (keyword-spacing)
(#295) Expected space(s) after "for". (keyword-spacing)
(#295) Operator '<' must be spaced. (space-infix-ops)
(#295) Expected { after 'for' condition. (curly)
(#295) Operator '=' must be spaced. (space-infix-ops)
(#295) Operator '+' must be spaced. (space-infix-ops)
(#295) Missing whitespace after semicolon. (semi-spacing)
(#295) Requires a space before '}'. (block-spacing)
(#295) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#295) Missing semicolon. (semi)
(#295) A space is required after ','. (comma-spacing)
(#295) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#295) Operator '=' must be spaced. (space-infix-ops)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#295) Requires a space after '{'. (block-spacing)
(#295) Statement inside of curly braces should be on next line. (brace-style)
(#295) Missing space before opening brace. (space-before-blocks)
(#295) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#295) Operator '?' must be spaced. (space-infix-ops)
(#295) Operator ':' must be spaced. (space-infix-ops)
(#295) Requires a space before '}'. (block-spacing)
(#295) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#295) Missing semicolon. (semi)
(#295) A space is required after ','. (comma-spacing)
(#295) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#295) Operator '=' must be spaced. (space-infix-ops)
(#295) A space is required after ','. (comma-spacing)
(#295) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#295) Operator '=' must be spaced. (space-infix-ops)
(#295) Missing whitespace after semicolon. (semi-spacing)
(#295) Expected space(s) after "if". (keyword-spacing)
(#295) Expected { after 'if' condition. (curly)
(#295) Expected space(s) before "for". (keyword-spacing)
(#295) Expected space(s) after "for". (keyword-spacing)
(#295) Operator '=' must be spaced. (space-infix-ops)
(#295) Missing whitespace after semicolon. (semi-spacing)
(#295) Operator '<' must be spaced. (space-infix-ops)
(#295) Missing whitespace after semicolon. (semi-spacing)
(#295) Expected { after 'for' condition. (curly)
(#295) Expected space(s) before "if". (keyword-spacing)
(#295) Expected space(s) after "if". (keyword-spacing)
(#295) Expected { after 'if' condition. (curly)
(#295) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#295) Operator '!==' must be spaced. (space-infix-ops)
(#295) Operator '||' must be spaced. (space-infix-ops)
(#295) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#295) Operator '?' must be spaced. (space-infix-ops)
(#295) Operator '+=' must be spaced. (space-infix-ops)
(#295) Operator ':' must be spaced. (space-infix-ops)
(#296) This line has a length of 506. Maximum allowed is 132. (max-len)
(#296) Operator '=' must be spaced. (space-infix-ops)
(#296) Missing whitespace after semicolon. (semi-spacing)
(#296) Expected { after 'else'. (curly)
(#296) Expected space(s) after "switch". (keyword-spacing)
(#296) Requires a space after '{'. (block-spacing)
(#296) Statement inside of curly braces should be on next line. (brace-style)
(#296) Missing space before opening brace. (space-before-blocks)
(#296) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#296) Operator '+=' must be spaced. (space-infix-ops)
(#296) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) Missing whitespace after semicolon. (semi-spacing)
(#296) Missing whitespace after semicolon. (semi-spacing)
(#296) Operator '+=' must be spaced. (space-infix-ops)
(#296) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) Missing whitespace after semicolon. (semi-spacing)
(#296) Missing whitespace after semicolon. (semi-spacing)
(#296) Operator '+=' must be spaced. (space-infix-ops)
(#296) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) Operator '-' must be spaced. (space-infix-ops)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) Operator '/' must be spaced. (space-infix-ops)
(#296) A space is required after ','. (comma-spacing)
(#296) Missing whitespace after semicolon. (semi-spacing)
(#296) Missing whitespace after semicolon. (semi-spacing)
(#296) Operator '+=' must be spaced. (space-infix-ops)
(#296) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#296) A space is required after ','. (comma-spacing)
(#296) Operator '+' must be spaced. (space-infix-ops)
(#296) A space is required after ','. (comma-spacing)
(#296) Missing whitespace after semicolon. (semi-spacing)
(#296) Missing whitespace after semicolon. (semi-spacing)
(#296) Operator '+=' must be spaced. (space-infix-ops)
(#296) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) Missing whitespace after semicolon. (semi-spacing)
(#296) Missing whitespace after semicolon. (semi-spacing)
(#296) Operator '+=' must be spaced. (space-infix-ops)
(#296) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#296) Operator '?' must be spaced. (space-infix-ops)
(#296) Operator ':' must be spaced. (space-infix-ops)
(#296) Operator '>' must be spaced. (space-infix-ops)
(#296) Operator '%' must be spaced. (space-infix-ops)
(#296) Operator '?' must be spaced. (space-infix-ops)
(#296) Operator ':' must be spaced. (space-infix-ops)
(#296) Operator '+' must be spaced. (space-infix-ops)
(#296) Operator '%' must be spaced. (space-infix-ops)
(#296) Missing whitespace after semicolon. (semi-spacing)
(#296) Missing whitespace after semicolon. (semi-spacing)
(#296) Operator '+=' must be spaced. (space-infix-ops)
(#296) Missing whitespace after semicolon. (semi-spacing)
(#296) Missing whitespace after semicolon. (semi-spacing)
(#296) Operator '+=' must be spaced. (space-infix-ops)
(#296) Operator '*' must be spaced. (space-infix-ops)
(#296) Operator '+' must be spaced. (space-infix-ops)
(#297) This line has a length of 517. Maximum allowed is 132. (max-len)
(#297) Missing whitespace after semicolon. (semi-spacing)
(#297) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#297) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#297) Operator '?' must be spaced. (space-infix-ops)
(#297) Operator '+=' must be spaced. (space-infix-ops)
(#297) Operator ':' must be spaced. (space-infix-ops)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) Missing whitespace after semicolon. (semi-spacing)
(#297) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#297) Missing whitespace after semicolon. (semi-spacing)
(#297) Operator '+=' must be spaced. (space-infix-ops)
(#297) Requires a space before '}'. (block-spacing)
(#297) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#297) Missing semicolon. (semi)
(#297) Expected space(s) before "return". (keyword-spacing)
(#297) Requires a space before '}'. (block-spacing)
(#297) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#297) Missing semicolon. (semi)
(#297) A space is required after ','. (comma-spacing)
(#297) Missing space before value for key '_possibleChars'. (key-spacing)
(#297) Requires a space after '{'. (block-spacing)
(#297) Statement inside of curly braces should be on next line. (brace-style)
(#297) Missing space before opening brace. (space-before-blocks)
(#297) A space is required after ','. (comma-spacing)
(#297) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) A space is required after ','. (comma-spacing)
(#297) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) A space is required after ','. (comma-spacing)
(#297) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) Requires a space after '{'. (block-spacing)
(#297) Statement inside of curly braces should be on next line. (brace-style)
(#297) Missing space before opening brace. (space-before-blocks)
(#297) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) Operator '+' must be spaced. (space-infix-ops)
(#297) Operator '<' must be spaced. (space-infix-ops)
(#297) Operator '&&' must be spaced. (space-infix-ops)
(#297) Operator '+' must be spaced. (space-infix-ops)
(#297) Operator '===' must be spaced. (space-infix-ops)
(#297) Operator '&&' must be spaced. (space-infix-ops)
(#297) Missing whitespace after semicolon. (semi-spacing)
(#297) Requires a space before '}'. (block-spacing)
(#297) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#297) Missing semicolon. (semi)
(#297) Missing whitespace after semicolon. (semi-spacing)
(#297) Expected space(s) after "for". (keyword-spacing)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) Missing whitespace after semicolon. (semi-spacing)
(#297) Operator '<' must be spaced. (space-infix-ops)
(#297) Missing whitespace after semicolon. (semi-spacing)
(#297) Expected { after 'for' condition. (curly)
(#297) Expected space(s) before "if". (keyword-spacing)
(#297) Expected space(s) after "if". (keyword-spacing)
(#297) Expected { after 'if' condition. (curly)
(#297) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#297) Operator '!==' must be spaced. (space-infix-ops)
(#297) Operator '||' must be spaced. (space-infix-ops)
(#297) Operator '?' must be spaced. (space-infix-ops)
(#297) Operator '+=' must be spaced. (space-infix-ops)
(#297) Operator ':' must be spaced. (space-infix-ops)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) Missing whitespace after semicolon. (semi-spacing)
(#297) Expected { after 'else'. (curly)
(#297) Expected space(s) after "switch". (keyword-spacing)
(#297) Requires a space after '{'. (block-spacing)
(#297) Statement inside of curly braces should be on next line. (brace-style)
(#297) Missing space before opening brace. (space-before-blocks)
(#297) Operator '+=' must be spaced. (space-infix-ops)
(#297) Missing whitespace after semicolon. (semi-spacing)
(#297) Missing whitespace after semicolon. (semi-spacing)
(#297) Missing whitespace after semicolon. (semi-spacing)
(#297) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#297) Operator '?' must be spaced. (space-infix-ops)
(#297) Operator '+=' must be spaced. (space-infix-ops)
(#297) Operator ':' must be spaced. (space-infix-ops)
(#297) Operator '=' must be spaced. (space-infix-ops)
(#297) Missing whitespace after semicolon. (semi-spacing)
(#297) Missing whitespace after semicolon. (semi-spacing)
(#297) Operator '+=' must be spaced. (space-infix-ops)
(#297) Requires a space before '}'. (block-spacing)
(#297) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#297) Missing semicolon. (semi)
(#297) Expected space(s) before "return". (keyword-spacing)
(#297) Requires a space before '}'. (block-spacing)
(#297) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#297) Missing semicolon. (semi)
(#297) A space is required after ','. (comma-spacing)
(#297) Missing space before value for key '_get'. (key-spacing)
(#297) A space is required after ','. (comma-spacing)
(#297) Requires a space after '{'. (block-spacing)
(#297) Statement inside of curly braces should be on next line. (brace-style)
(#297) Missing space before opening brace. (space-before-blocks)
(#297) Operator '!==' must be spaced. (space-infix-ops)
(#297) Operator '?' must be spaced. (space-infix-ops)
(#297) Operator ':' must be spaced. (space-infix-ops)
(#297) Requires a space before '}'. (block-spacing)
(#297) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#297) Missing semicolon. (semi)
(#298) This line has a length of 527. Maximum allowed is 132. (max-len)
(#298) Missing space before value for key '_setDateFromField'. (key-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) Requires a space after '{'. (block-spacing)
(#298) Statement inside of curly braces should be on next line. (brace-style)
(#298) Missing space before opening brace. (space-before-blocks)
(#298) Expected space(s) after "if". (keyword-spacing)
(#298) Operator '!==' must be spaced. (space-infix-ops)
(#298) Requires a space after '{'. (block-spacing)
(#298) Statement inside of curly braces should be on next line. (brace-style)
(#298) Missing space before opening brace. (space-before-blocks)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) Operator '?' must be spaced. (space-infix-ops)
(#298) Operator ':' must be spaced. (space-infix-ops)
(#298) A space is required after ','. (comma-spacing)
(#298) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) A space is required after ','. (comma-spacing)
(#298) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) A space is required after ','. (comma-spacing)
(#298) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) Missing whitespace after semicolon. (semi-spacing)
(#298) Expected space(s) after "try". (keyword-spacing)
(#298) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#298) Requires a space after '{'. (block-spacing)
(#298) Statement inside of curly braces should be on next line. (brace-style)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) A space is required after ','. (comma-spacing)
(#298) A space is required after ','. (comma-spacing)
(#298) Operator '||' must be spaced. (space-infix-ops)
(#298) Requires a space before '}'. (block-spacing)
(#298) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#298) Missing semicolon. (semi)
(#298) Expected space(s) before "catch". (keyword-spacing)
(#298) Expected space(s) after "catch". (keyword-spacing)
(#298) Requires a space after '{'. (block-spacing)
(#298) Statement inside of curly braces should be on next line. (brace-style)
(#298) Missing space before opening brace. (space-before-blocks)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) Operator '?' must be spaced. (space-infix-ops)
(#298) Operator ':' must be spaced. (space-infix-ops)
(#298) Requires a space before '}'. (block-spacing)
(#298) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#298) Missing semicolon. (semi)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) Missing whitespace after semicolon. (semi-spacing)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) Missing whitespace after semicolon. (semi-spacing)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) Missing whitespace after semicolon. (semi-spacing)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) Operator '?' must be spaced. (space-infix-ops)
(#298) Operator ':' must be spaced. (space-infix-ops)
(#298) Missing whitespace after semicolon. (semi-spacing)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) Operator '?' must be spaced. (space-infix-ops)
(#298) Operator ':' must be spaced. (space-infix-ops)
(#298) Missing whitespace after semicolon. (semi-spacing)
(#298) Operator '=' must be spaced. (space-infix-ops)
(#298) Operator '?' must be spaced. (space-infix-ops)
(#298) Operator ':' must be spaced. (space-infix-ops)
(#298) Missing whitespace after semicolon. (semi-spacing)
(#298) Requires a space before '}'. (block-spacing)
(#298) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#298) Missing semicolon. (semi)
(#298) Requires a space before '}'. (block-spacing)
(#298) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#298) A space is required after ','. (comma-spacing)
(#298) Missing space before value for key '_getDefaultDate'. (key-spacing)
(#298) Requires a space after '{'. (block-spacing)
(#298) Statement inside of curly braces should be on next line. (brace-style)
(#298) Missing space before opening brace. (space-before-blocks)
(#299) This line has a length of 515. Maximum allowed is 132. (max-len)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) Missing '()' invoking a constructor. (new-parens)
(#299) Requires a space before '}'. (block-spacing)
(#299) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#299) Missing semicolon. (semi)
(#299) A space is required after ','. (comma-spacing)
(#299) Missing space before value for key '_determineDate'. (key-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) Requires a space after '{'. (block-spacing)
(#299) Statement inside of curly braces should be on next line. (brace-style)
(#299) Missing space before opening brace. (space-before-blocks)
(#299) Operator '=' must be spaced. (space-infix-ops)
(#299) Requires a space after '{'. (block-spacing)
(#299) Statement inside of curly braces should be on next line. (brace-style)
(#299) Missing space before opening brace. (space-before-blocks)
(#299) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#299) Operator '=' must be spaced. (space-infix-ops)
(#299) Missing '()' invoking a constructor. (new-parens)
(#299) Missing whitespace after semicolon. (semi-spacing)
(#299) Operator '+' must be spaced. (space-infix-ops)
(#299) Missing whitespace after semicolon. (semi-spacing)
(#299) Requires a space before '}'. (block-spacing)
(#299) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#299) Missing semicolon. (semi)
(#299) A space is required after ','. (comma-spacing)
(#299) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#299) Operator '=' must be spaced. (space-infix-ops)
(#299) Requires a space after '{'. (block-spacing)
(#299) Statement inside of curly braces should be on next line. (brace-style)
(#299) Missing space before opening brace. (space-before-blocks)
(#299) Expected space(s) after "try". (keyword-spacing)
(#299) Requires a space after '{'. (block-spacing)
(#299) Statement inside of curly braces should be on next line. (brace-style)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) A space is required after ','. (comma-spacing)
(#299) Requires a space before '}'. (block-spacing)
(#299) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#299) Missing semicolon. (semi)
(#299) Expected space(s) before "catch". (keyword-spacing)
(#299) Expected space(s) after "catch". (keyword-spacing)
(#299) Empty block statement. (no-empty)
(#299) Missing space before opening brace. (space-before-blocks)
(#299) Expected space(s) before "var". (keyword-spacing)
(#299) Operator '=' must be spaced. (space-infix-ops)
(#299) Operator '?' must be spaced. (space-infix-ops)
(#299) Operator ':' must be spaced. (space-infix-ops)
(#299) Operator '||' must be spaced. (space-infix-ops)
(#299) Missing '()' invoking a constructor. (new-parens)
(#299) A space is required after ','. (comma-spacing)
(#299) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#299) Operator '=' must be spaced. (space-infix-ops)
(#299) A space is required after ','. (comma-spacing)
(#299) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#299) Operator '=' must be spaced. (space-infix-ops)
(#299) Missing whitespace after semicolon. (semi-spacing)
(#299) Operator '=' must be spaced. (space-infix-ops)
(#299) Missing whitespace after semicolon. (semi-spacing)
(#299) Expected space(s) after "for". (keyword-spacing)
(#299) Operator '=' must be spaced. (space-infix-ops)
(#299) Unnecessary escape character: \-. (no-useless-escape)
(#299) A space is required after ','. (comma-spacing)
(#299) Operator '=' must be spaced. (space-infix-ops)
(#299) Missing whitespace after semicolon. (semi-spacing)
(#299) Requires a space after '{'. (block-spacing)
(#299) Statement inside of curly braces should be on next line. (brace-style)
(#299) Missing space before opening brace. (space-before-blocks)
(#299) Expected space(s) after "switch". (keyword-spacing)
(#299) Operator '||' must be spaced. (space-infix-ops)
(#299) Requires a space after '{'. (block-spacing)
(#299) Statement inside of curly braces should be on next line. (brace-style)
(#299) Missing space before opening brace. (space-before-blocks)
(#299) Operator '+=' must be spaced. (space-infix-ops)
(#300) This line has a length of 537. Maximum allowed is 132. (max-len)
(#300) A space is required after ','. (comma-spacing)
(#300) Missing whitespace after semicolon. (semi-spacing)
(#300) Missing whitespace after semicolon. (semi-spacing)
(#300) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#300) Operator '+=' must be spaced. (space-infix-ops)
(#300) Operator '*' must be spaced. (space-infix-ops)
(#300) A space is required after ','. (comma-spacing)
(#300) Missing whitespace after semicolon. (semi-spacing)
(#300) Missing whitespace after semicolon. (semi-spacing)
(#300) Operator '+=' must be spaced. (space-infix-ops)
(#300) A space is required after ','. (comma-spacing)
(#300) Missing whitespace after semicolon. (semi-spacing)
(#300) Operator '=' must be spaced. (space-infix-ops)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) Missing whitespace after semicolon. (semi-spacing)
(#300) Missing whitespace after semicolon. (semi-spacing)
(#300) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#300) Operator '+=' must be spaced. (space-infix-ops)
(#300) A space is required after ','. (comma-spacing)
(#300) Unexpected use of comma operator. (no-sequences)
(#300) A space is required after ','. (comma-spacing)
(#300) Operator '=' must be spaced. (space-infix-ops)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) Requires a space before '}'. (block-spacing)
(#300) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#300) Missing semicolon. (semi)
(#300) Operator '=' must be spaced. (space-infix-ops)
(#300) Requires a space before '}'. (block-spacing)
(#300) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#300) Missing semicolon. (semi)
(#300) Expected space(s) before "return". (keyword-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) Requires a space before '}'. (block-spacing)
(#300) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#300) Missing semicolon. (semi)
(#300) Missing whitespace after semicolon. (semi-spacing)
(#300) Expected space(s) after "if". (keyword-spacing)
(#300) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#300) Operator '=' must be spaced. (space-infix-ops)
(#300) Operator '=' must be spaced. (space-infix-ops)
(#300) Do not nest ternary expressions. (no-nested-ternary)
(#300) Use '===' to compare with null. (no-eq-null)
(#300) Operator '==' must be spaced. (space-infix-ops)
(#300) Operator '||' must be spaced. (space-infix-ops)
(#300) Operator '===' must be spaced. (space-infix-ops)
(#300) Operator '?' must be spaced. (space-infix-ops)
(#300) Operator ':' must be spaced. (space-infix-ops)
(#300) Do not nest ternary expressions. (no-nested-ternary)
(#300) Operator '===' must be spaced. (space-infix-ops)
(#300) Operator '?' must be spaced. (space-infix-ops)
(#300) Operator ':' must be spaced. (space-infix-ops)
(#300) Do not nest ternary expressions. (no-nested-ternary)
(#300) Operator '===' must be spaced. (space-infix-ops)
(#300) Operator '?' must be spaced. (space-infix-ops)
(#300) Operator '?' must be spaced. (space-infix-ops)
(#300) Operator ':' must be spaced. (space-infix-ops)
(#300) Operator ':' must be spaced. (space-infix-ops)
(#300) Operator '&&' must be spaced. (space-infix-ops)
(#300) Operator '===' must be spaced. (space-infix-ops)
(#300) Operator '?' must be spaced. (space-infix-ops)
(#300) Operator ':' must be spaced. (space-infix-ops)
(#300) Expected { after 'if' condition. (curly)
(#300) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#300) Unexpected use of comma operator. (no-sequences)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) A space is required after ','. (comma-spacing)
(#300) Missing whitespace after semicolon. (semi-spacing)
(#300) Requires a space before '}'. (block-spacing)
(#300) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#300) Missing semicolon. (semi)
(#301) This line has a length of 503. Maximum allowed is 132. (max-len)
(#301) Missing space before value for key '_daylightSavingAdjust'. (key-spacing)
(#301) Requires a space after '{'. (block-spacing)
(#301) Statement inside of curly braces should be on next line. (brace-style)
(#301) Missing space before opening brace. (space-before-blocks)
(#301) Expected space(s) after "if". (keyword-spacing)
(#301) Expected { after 'if' condition. (curly)
(#301) Expected space(s) before "return". (keyword-spacing)
(#301) Missing whitespace after semicolon. (semi-spacing)
(#301) Operator '<' must be spaced. (space-infix-ops)
(#301) Operator '?' must be spaced. (space-infix-ops)
(#301) Operator '+' must be spaced. (space-infix-ops)
(#301) Operator ':' must be spaced. (space-infix-ops)
(#301) Missing whitespace after semicolon. (semi-spacing)
(#301) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#301) Requires a space before '}'. (block-spacing)
(#301) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#301) Missing semicolon. (semi)
(#301) A space is required after ','. (comma-spacing)
(#301) Missing space before value for key '_setDate'. (key-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) Requires a space after '{'. (block-spacing)
(#301) Statement inside of curly braces should be on next line. (brace-style)
(#301) Missing space before opening brace. (space-before-blocks)
(#301) Operator '=' must be spaced. (space-infix-ops)
(#301) A space is required after ','. (comma-spacing)
(#301) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#301) Operator '=' must be spaced. (space-infix-ops)
(#301) A space is required after ','. (comma-spacing)
(#301) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#301) Operator '=' must be spaced. (space-infix-ops)
(#301) Missing whitespace after semicolon. (semi-spacing)
(#301) Operator '=' must be spaced. (space-infix-ops)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) A space is required after ','. (comma-spacing)
(#301) Missing '()' invoking a constructor. (new-parens)
(#301) Missing whitespace after semicolon. (semi-spacing)
(#301) Operator '=' must be spaced. (space-infix-ops)
(#301) Operator '=' must be spaced. (space-infix-ops)
(#301) Missing whitespace after semicolon. (semi-spacing)
(#301) Operator '=' must be spaced. (space-infix-ops)
(#301) Operator '=' must be spaced. (space-infix-ops)
(#301) Operator '=' must be spaced. (space-infix-ops)
(#301) Missing whitespace after semicolon. (semi-spacing)
(#301) Operator '=' must be spaced. (space-infix-ops)
(#301) Operator '=' must be spaced. (space-infix-ops)
(#301) Operator '=' must be spaced. (space-infix-ops)
(#301) Missing whitespace after semicolon. (semi-spacing)
(#301) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#301) Operator '===' must be spaced. (space-infix-ops)
(#301) Operator '&&' must be spaced. (space-infix-ops)
(#301) Operator '===' must be spaced. (space-infix-ops)
(#301) Operator '||' must be spaced. (space-infix-ops)
(#301) Operator '||' must be spaced. (space-infix-ops)
(#301) Missing whitespace after semicolon. (semi-spacing)
(#301) Missing whitespace after semicolon. (semi-spacing)
(#301) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#301) Operator '&&' must be spaced. (space-infix-ops)
(#301) Operator '?' must be spaced. (space-infix-ops)
(#301) Operator ':' must be spaced. (space-infix-ops)
(#302) This line has a length of 516. Maximum allowed is 132. (max-len)
(#302) Requires a space before '}'. (block-spacing)
(#302) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#302) Missing semicolon. (semi)
(#302) A space is required after ','. (comma-spacing)
(#302) Missing space before value for key '_getDate'. (key-spacing)
(#302) Requires a space after '{'. (block-spacing)
(#302) Statement inside of curly braces should be on next line. (brace-style)
(#302) Missing space before opening brace. (space-before-blocks)
(#302) Expected space(s) after "return". (keyword-spacing)
(#302) Operator '||' must be spaced. (space-infix-ops)
(#302) Operator '&&' must be spaced. (space-infix-ops)
(#302) Operator '===' must be spaced. (space-infix-ops)
(#302) Operator '?' must be spaced. (space-infix-ops)
(#302) Operator ':' must be spaced. (space-infix-ops)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) Requires a space before '}'. (block-spacing)
(#302) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#302) Missing semicolon. (semi)
(#302) A space is required after ','. (comma-spacing)
(#302) Missing space before value for key '_attachHandlers'. (key-spacing)
(#302) Requires a space after '{'. (block-spacing)
(#302) Statement inside of curly braces should be on next line. (brace-style)
(#302) Missing space before opening brace. (space-before-blocks)
(#302) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#302) Operator '=' must be spaced. (space-infix-ops)
(#302) Operator '+' must be spaced. (space-infix-ops)
(#302) A space is required after ','. (comma-spacing)
(#302) Missing whitespace after semicolon. (semi-spacing)
(#302) Array.prototype.map() expects a return value from function. (array-callback-return)
(#302) Requires a space after '{'. (block-spacing)
(#302) Statement inside of curly braces should be on next line. (brace-style)
(#302) Missing space before opening brace. (space-before-blocks)
(#302) A space is required after ','. (comma-spacing)
(#302) Missing space before value for key 'prev'. (key-spacing)
(#302) Requires a space after '{'. (block-spacing)
(#302) Statement inside of curly braces should be on next line. (brace-style)
(#302) Missing space before opening brace. (space-before-blocks)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) Requires a space before '}'. (block-spacing)
(#302) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#302) Missing semicolon. (semi)
(#302) A space is required after ','. (comma-spacing)
(#302) Missing space before value for key 'next'. (key-spacing)
(#302) Requires a space after '{'. (block-spacing)
(#302) Statement inside of curly braces should be on next line. (brace-style)
(#302) Missing space before opening brace. (space-before-blocks)
(#302) A space is required after ','. (comma-spacing)
(#302) A space is required after ','. (comma-spacing)
(#302) Requires a space before '}'. (block-spacing)
(#302) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#302) Missing semicolon. (semi)
(#302) A space is required after ','. (comma-spacing)
(#302) Missing space before value for key 'hide'. (key-spacing)
(#302) Requires a space after '{'. (block-spacing)
(#302) Statement inside of curly braces should be on next line. (brace-style)
(#302) Missing space before opening brace. (space-before-blocks)
(#302) Requires a space before '}'. (block-spacing)
(#302) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#302) Missing semicolon. (semi)
(#303) This line has a length of 510. Maximum allowed is 132. (max-len)
(#303) Missing space before value for key 'today'. (key-spacing)
(#303) Requires a space after '{'. (block-spacing)
(#303) Statement inside of curly braces should be on next line. (brace-style)
(#303) Missing space before opening brace. (space-before-blocks)
(#303) Requires a space before '}'. (block-spacing)
(#303) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#303) Missing semicolon. (semi)
(#303) A space is required after ','. (comma-spacing)
(#303) Missing space before value for key 'selectDay'. (key-spacing)
(#303) Requires a space after '{'. (block-spacing)
(#303) Statement inside of curly braces should be on next line. (brace-style)
(#303) Missing space before opening brace. (space-before-blocks)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) Missing whitespace after semicolon. (semi-spacing)
(#303) Expected space(s) after "return". (keyword-spacing)
(#303) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#303) Requires a space before '}'. (block-spacing)
(#303) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#303) Missing semicolon. (semi)
(#303) A space is required after ','. (comma-spacing)
(#303) Missing space before value for key 'selectMonth'. (key-spacing)
(#303) Requires a space after '{'. (block-spacing)
(#303) Statement inside of curly braces should be on next line. (brace-style)
(#303) Missing space before opening brace. (space-before-blocks)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) Missing whitespace after semicolon. (semi-spacing)
(#303) Expected space(s) after "return". (keyword-spacing)
(#303) Requires a space before '}'. (block-spacing)
(#303) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#303) Missing semicolon. (semi)
(#303) A space is required after ','. (comma-spacing)
(#303) Missing space before value for key 'selectYear'. (key-spacing)
(#303) Requires a space after '{'. (block-spacing)
(#303) Statement inside of curly braces should be on next line. (brace-style)
(#303) Missing space before opening brace. (space-before-blocks)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) Missing whitespace after semicolon. (semi-spacing)
(#303) Expected space(s) after "return". (keyword-spacing)
(#303) Requires a space before '}'. (block-spacing)
(#303) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#303) Missing semicolon. (semi)
(#303) Requires a space before '}'. (block-spacing)
(#303) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#303) Missing semicolon. (semi)
(#303) Requires a space before '}'. (block-spacing)
(#303) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#303) Missing semicolon. (semi)
(#303) A space is required after ','. (comma-spacing)
(#303) Missing space before value for key '_generateHTML'. (key-spacing)
(#303) Method '_generateHTML' has a complexity of 87. Maximum allowed is 20. (complexity)
(#303) Requires a space after '{'. (block-spacing)
(#303) Statement inside of curly braces should be on next line. (brace-style)
(#303) Missing space before opening brace. (space-before-blocks)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#303) Operator '=' must be spaced. (space-infix-ops)
(#303) Missing '()' invoking a constructor. (new-parens)
(#303) Missing whitespace after semicolon. (semi-spacing)
(#303) Operator '=' must be spaced. (space-infix-ops)
(#303) A space is required after ','. (comma-spacing)
(#303) A space is required after ','. (comma-spacing)
(#303) Missing whitespace after semicolon. (semi-spacing)
(#303) Operator '=' must be spaced. (space-infix-ops)
(#304) This line has a length of 542. Maximum allowed is 132. (max-len)
(#304) Missing whitespace after semicolon. (semi-spacing)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) A space is required after ','. (comma-spacing)
(#304) Missing whitespace after semicolon. (semi-spacing)
(#304) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) A space is required after ','. (comma-spacing)
(#304) Missing whitespace after semicolon. (semi-spacing)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) A space is required after ','. (comma-spacing)
(#304) Missing whitespace after semicolon. (semi-spacing)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) A space is required after ','. (comma-spacing)
(#304) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) A space is required after ','. (comma-spacing)
(#304) Missing whitespace after semicolon. (semi-spacing)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) A space is required after ','. (comma-spacing)
(#304) Missing whitespace after semicolon. (semi-spacing)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) Operator '!==' must be spaced. (space-infix-ops)
(#304) Operator '||' must be spaced. (space-infix-ops)
(#304) Operator '!==' must be spaced. (space-infix-ops)
(#304) A space is required after ','. (comma-spacing)
(#304) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) Operator '?' must be spaced. (space-infix-ops)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) Operator ':' must be spaced. (space-infix-ops)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) A space is required after ','. (comma-spacing)
(#304) Missing whitespace after semicolon. (semi-spacing)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) Operator '-' must be spaced. (space-infix-ops)
(#304) Missing whitespace after semicolon. (semi-spacing)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#304) Missing whitespace after semicolon. (semi-spacing)
(#304) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#304) Operator '>' must be spaced. (space-infix-ops)
(#304) Operator '&&' must be spaced. (space-infix-ops)
(#304) Operator '+=' must be spaced. (space-infix-ops)
(#304) A space is required after ','. (comma-spacing)
(#304) Missing whitespace after semicolon. (semi-spacing)
(#304) Expected space(s) after "if". (keyword-spacing)
(#304) Requires a space after '{'. (block-spacing)
(#304) Statement inside of curly braces should be on next line. (brace-style)
(#304) Missing space before opening brace. (space-before-blocks)
(#304) Operator '=' must be spaced. (space-infix-ops)
(#305) This line has a length of 560. Maximum allowed is 132. (max-len)
(#305) Operator '-' must be spaced. (space-infix-ops)
(#305) Operator '*' must be spaced. (space-infix-ops)
(#305) Operator '+' must be spaced. (space-infix-ops)
(#305) A space is required after ','. (comma-spacing)
(#305) Missing whitespace after semicolon. (semi-spacing)
(#305) Expected space(s) after "for". (keyword-spacing)
(#305) Operator '=' must be spaced. (space-infix-ops)
(#305) Operator '&&' must be spaced. (space-infix-ops)
(#305) Operator '<' must be spaced. (space-infix-ops)
(#305) Operator '?' must be spaced. (space-infix-ops)
(#305) Operator ':' must be spaced. (space-infix-ops)
(#305) Missing whitespace after semicolon. (semi-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) Operator '>' must be spaced. (space-infix-ops)
(#305) Expected { after 'for' condition. (curly)
(#305) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#305) Unexpected use of comma operator. (no-sequences)
(#305) A space is required after ','. (comma-spacing)
(#305) Operator '>' must be spaced. (space-infix-ops)
(#305) Operator '&&' must be spaced. (space-infix-ops)
(#305) Operator '=' must be spaced. (space-infix-ops)
(#305) A space is required after ','. (comma-spacing)
(#305) Requires a space before '}'. (block-spacing)
(#305) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#305) Missing semicolon. (semi)
(#305) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#305) Operator '=' must be spaced. (space-infix-ops)
(#305) Missing whitespace after semicolon. (semi-spacing)
(#305) Operator '=' must be spaced. (space-infix-ops)
(#305) Missing whitespace after semicolon. (semi-spacing)
(#305) 'N' used outside of binding context. (block-scoped-var)
(#305) Operator '=' must be spaced. (space-infix-ops)
(#305) A space is required after ','. (comma-spacing)
(#305) Missing whitespace after semicolon. (semi-spacing)
(#305) 'N' used outside of binding context. (block-scoped-var)
(#305) Operator '=' must be spaced. (space-infix-ops)
(#305) Operator '?' must be spaced. (space-infix-ops)
(#305) 'N' used outside of binding context. (block-scoped-var)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) Operator '-' must be spaced. (space-infix-ops)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) Operator ':' must be spaced. (space-infix-ops)
(#305) 'N' used outside of binding context. (block-scoped-var)
(#305) Missing whitespace after semicolon. (semi-spacing)
(#305) 'N' used outside of binding context. (block-scoped-var)
(#305) Operator '=' must be spaced. (space-infix-ops)
(#305) Do not nest ternary expressions. (no-nested-ternary)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) A space is required after ','. (comma-spacing)
(#305) Operator '?' must be spaced. (space-infix-ops)
(#305) Operator '+' must be spaced. (space-infix-ops)
(#305) 'N' used outside of binding context. (block-scoped-var)
(#305) Operator '+' must be spaced. (space-infix-ops)
(#305) Operator '+' must be spaced. (space-infix-ops)
(#305) Operator '?' must be spaced. (space-infix-ops)
(#305) Operator ':' must be spaced. (space-infix-ops)
(#305) Operator '+' must be spaced. (space-infix-ops)
(#305) Operator '+' must be spaced. (space-infix-ops)
(#305) 'N' used outside of binding context. (block-scoped-var)
(#305) Operator '+' must be spaced. (space-infix-ops)
(#305) Operator ':' must be spaced. (space-infix-ops)
(#305) Operator '?' must be spaced. (space-infix-ops)
(#305) Operator ':' must be spaced. (space-infix-ops)
(#305) Operator '+' must be spaced. (space-infix-ops)
(#306) This line has a length of 550. Maximum allowed is 132. (max-len)
(#306) 'N' used outside of binding context. (block-scoped-var)
(#306) Operator '+' must be spaced. (space-infix-ops)
(#306) Operator '+' must be spaced. (space-infix-ops)
(#306) Operator '?' must be spaced. (space-infix-ops)
(#306) Operator ':' must be spaced. (space-infix-ops)
(#306) Operator '+' must be spaced. (space-infix-ops)
(#306) Operator '+' must be spaced. (space-infix-ops)
(#306) 'N' used outside of binding context. (block-scoped-var)
(#306) Operator '+' must be spaced. (space-infix-ops)
(#306) Missing whitespace after semicolon. (semi-spacing)
(#306) Operator '=' must be spaced. (space-infix-ops)
(#306) A space is required after ','. (comma-spacing)
(#306) Missing whitespace after semicolon. (semi-spacing)
(#306) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#306) Operator '=' must be spaced. (space-infix-ops)
(#306) Operator '?' must be spaced. (space-infix-ops)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) Operator '+' must be spaced. (space-infix-ops)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) Operator ':' must be spaced. (space-infix-ops)
(#306) Missing whitespace after semicolon. (semi-spacing)
(#306) Operator '=' must be spaced. (space-infix-ops)
(#306) Do not nest ternary expressions. (no-nested-ternary)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) A space is required after ','. (comma-spacing)
(#306) Operator '?' must be spaced. (space-infix-ops)
(#306) Operator '+' must be spaced. (space-infix-ops)
(#306) Operator '+' must be spaced. (space-infix-ops)
(#306) Operator '+' must be spaced. (space-infix-ops)
(#306) Operator '?' must be spaced. (space-infix-ops)
(#306) Operator ':' must be spaced. (space-infix-ops)
(#306) Operator '+' must be spaced. (space-infix-ops)
(#306) Operator '+' must be spaced. (space-infix-ops)
(#306) Operator '+' must be spaced. (space-infix-ops)
(#306) Operator ':' must be spaced. (space-infix-ops)
(#306) Operator '?' must be spaced. (space-infix-ops)
(#306) Operator ':' must be spaced. (space-infix-ops)
(#306) Operator '+' must be spaced. (space-infix-ops)
(#306) Operator '+' must be spaced. (space-infix-ops)
(#306) Operator '+' must be spaced. (space-infix-ops)
(#307) This line has a length of 597. Maximum allowed is 132. (max-len)
(#307) Operator '?' must be spaced. (space-infix-ops)
(#307) Operator ':' must be spaced. (space-infix-ops)
(#307) Operator '+' must be spaced. (space-infix-ops)
(#307) Operator '+' must be spaced. (space-infix-ops)
(#307) Operator '+' must be spaced. (space-infix-ops)
(#307) Missing whitespace after semicolon. (semi-spacing)
(#307) Operator '=' must be spaced. (space-infix-ops)
(#307) A space is required after ','. (comma-spacing)
(#307) Missing whitespace after semicolon. (semi-spacing)
(#307) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#307) Operator '=' must be spaced. (space-infix-ops)
(#307) A space is required after ','. (comma-spacing)
(#307) Operator '&&' must be spaced. (space-infix-ops)
(#307) Operator '?' must be spaced. (space-infix-ops)
(#307) Operator ':' must be spaced. (space-infix-ops)
(#307) Missing whitespace after semicolon. (semi-spacing)
(#307) Operator '=' must be spaced. (space-infix-ops)
(#307) Operator '?' must be spaced. (space-infix-ops)
(#307) A space is required after ','. (comma-spacing)
(#307) A space is required after ','. (comma-spacing)
(#307) Operator ':' must be spaced. (space-infix-ops)
(#307) Missing whitespace after semicolon. (semi-spacing)
(#307) Operator '=' must be spaced. (space-infix-ops)
(#307) Operator '?' must be spaced. (space-infix-ops)
(#307) Operator ':' must be spaced. (space-infix-ops)
(#307) Operator '+' must be spaced. (space-infix-ops)
(#307) A space is required after ','. (comma-spacing)
(#307) Operator '+' must be spaced. (space-infix-ops)
(#307) Missing whitespace after semicolon. (semi-spacing)
(#307) Operator '=' must be spaced. (space-infix-ops)
(#307) Operator '?' must be spaced. (space-infix-ops)
(#307) Operator '+' must be spaced. (space-infix-ops)
(#307) Operator '?' must be spaced. (space-infix-ops)
(#307) Operator ':' must be spaced. (space-infix-ops)
(#307) Operator '+' must be spaced. (space-infix-ops)
(#307) A space is required after ','. (comma-spacing)
(#307) Operator '?' must be spaced. (space-infix-ops)
(#307) Operator '+' must be spaced. (space-infix-ops)
(#308) This line has a length of 509. Maximum allowed is 132. (max-len)
(#308) Operator '+' must be spaced. (space-infix-ops)
(#308) Operator ':' must be spaced. (space-infix-ops)
(#308) Operator '+' must be spaced. (space-infix-ops)
(#308) Operator '?' must be spaced. (space-infix-ops)
(#308) Operator ':' must be spaced. (space-infix-ops)
(#308) Operator '+' must be spaced. (space-infix-ops)
(#308) Operator ':' must be spaced. (space-infix-ops)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) A space is required after ','. (comma-spacing)
(#308) A space is required after ','. (comma-spacing)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) Operator '?' must be spaced. (space-infix-ops)
(#308) Operator ':' must be spaced. (space-infix-ops)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) A space is required after ','. (comma-spacing)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) A space is required after ','. (comma-spacing)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) A space is required after ','. (comma-spacing)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) A space is required after ','. (comma-spacing)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) A space is required after ','. (comma-spacing)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) A space is required after ','. (comma-spacing)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) A space is required after ','. (comma-spacing)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) A space is required after ','. (comma-spacing)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#308) 'T' used outside of binding context. (block-scoped-var)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) Expected space(s) after "for". (keyword-spacing)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) Operator '<' must be spaced. (space-infix-ops)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) Requires a space after '{'. (block-spacing)
(#308) Statement inside of curly braces should be on next line. (brace-style)
(#308) Missing space before opening brace. (space-before-blocks)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) Expected space(s) after "for". (keyword-spacing)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) Operator '<' must be spaced. (space-infix-ops)
(#308) Missing whitespace after semicolon. (semi-spacing)
(#308) Requires a space after '{'. (block-spacing)
(#308) Statement inside of curly braces should be on next line. (brace-style)
(#308) Missing space before opening brace. (space-before-blocks)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#309) This line has a length of 519. Maximum allowed is 132. (max-len)
(#309) A space is required after ','. (comma-spacing)
(#309) Missing whitespace after semicolon. (semi-spacing)
(#309) Operator '=' must be spaced. (space-infix-ops)
(#309) Missing whitespace after semicolon. (semi-spacing)
(#309) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#309) Operator '=' must be spaced. (space-infix-ops)
(#309) Missing whitespace after semicolon. (semi-spacing)
(#309) Expected space(s) after "if". (keyword-spacing)
(#309) Requires a space after '{'. (block-spacing)
(#309) Statement inside of curly braces should be on next line. (brace-style)
(#309) Missing space before opening brace. (space-before-blocks)
(#309) Operator '+=' must be spaced. (space-infix-ops)
(#309) Missing whitespace after semicolon. (semi-spacing)
(#309) Expected space(s) after "if". (keyword-spacing)
(#309) Operator '<' must be spaced. (space-infix-ops)
(#309) Expected { after 'if' condition. (curly)
(#309) Expected space(s) before "switch". (keyword-spacing)
(#309) Expected space(s) after "switch". (keyword-spacing)
(#309) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#309) Requires a space after '{'. (block-spacing)
(#309) Statement inside of curly braces should be on next line. (brace-style)
(#309) Missing space before opening brace. (space-before-blocks)
(#309) Operator '+=' must be spaced. (space-infix-ops)
(#309) Missing whitespace after semicolon. (semi-spacing)
(#309) Operator '=' must be spaced. (space-infix-ops)
(#309) Operator '+' must be spaced. (space-infix-ops)
(#309) Operator '?' must be spaced. (space-infix-ops)
(#309) Operator ':' must be spaced. (space-infix-ops)
(#309) Missing whitespace after semicolon. (semi-spacing)
(#309) Missing whitespace after semicolon. (semi-spacing)
(#309) Operator '-' must be spaced. (space-infix-ops)
(#309) Operator '+=' must be spaced. (space-infix-ops)
(#309) Missing whitespace after semicolon. (semi-spacing)
(#309) Operator '=' must be spaced. (space-infix-ops)
(#309) Operator '+' must be spaced. (space-infix-ops)
(#309) Operator '?' must be spaced. (space-infix-ops)
(#309) Operator ':' must be spaced. (space-infix-ops)
(#309) Missing whitespace after semicolon. (semi-spacing)
(#309) Missing whitespace after semicolon. (semi-spacing)
(#309) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#309) Operator '+=' must be spaced. (space-infix-ops)
(#309) Unexpected use of comma operator. (no-sequences)
(#309) A space is required after ','. (comma-spacing)
(#309) Operator '=' must be spaced. (space-infix-ops)
(#309) Requires a space before '}'. (block-spacing)
(#309) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#309) Missing semicolon. (semi)
(#309) Operator '+=' must be spaced. (space-infix-ops)
(#309) Requires a space before '}'. (block-spacing)
(#309) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#309) Missing semicolon. (semi)
(#309) Operator '+=' must be spaced. (space-infix-ops)
(#309) Operator '+' must be spaced. (space-infix-ops)
(#309) Operator '+' must be spaced. (space-infix-ops)
(#309) Operator '+' must be spaced. (space-infix-ops)
(#309) Do not nest ternary expressions. (no-nested-ternary)
(#309) Operator '&&' must be spaced. (space-infix-ops)
(#309) Operator '===' must be spaced. (space-infix-ops)
(#309) Operator '?' must be spaced. (space-infix-ops)
(#309) Operator '?' must be spaced. (space-infix-ops)
(#309) Operator ':' must be spaced. (space-infix-ops)
(#309) 'N' used outside of binding context. (block-scoped-var)
(#309) Operator ':' must be spaced. (space-infix-ops)
(#309) Operator '+' must be spaced. (space-infix-ops)
(#309) Do not nest ternary expressions. (no-nested-ternary)
(#309) Operator '&&' must be spaced. (space-infix-ops)
(#309) Operator '===' must be spaced. (space-infix-ops)
(#309) Operator '?' must be spaced. (space-infix-ops)
(#309) Operator '?' must be spaced. (space-infix-ops)
(#309) 'N' used outside of binding context. (block-scoped-var)
(#309) Operator ':' must be spaced. (space-infix-ops)
(#309) Operator ':' must be spaced. (space-infix-ops)
(#309) Operator '+' must be spaced. (space-infix-ops)
(#310) This line has a length of 501. Maximum allowed is 132. (max-len)
(#310) A space is required after ','. (comma-spacing)
(#310) A space is required after ','. (comma-spacing)
(#310) A space is required after ','. (comma-spacing)
(#310) A space is required after ','. (comma-spacing)
(#310) Operator '<' must be spaced. (space-infix-ops)
(#310) Operator '||' must be spaced. (space-infix-ops)
(#310) Operator '<' must be spaced. (space-infix-ops)
(#310) A space is required after ','. (comma-spacing)
(#310) A space is required after ','. (comma-spacing)
(#310) Operator '+' must be spaced. (space-infix-ops)
(#310) Missing whitespace after semicolon. (semi-spacing)
(#310) Operator '=' must be spaced. (space-infix-ops)
(#310) Operator '?' must be spaced. (space-infix-ops)
(#310) Operator '+' must be spaced. (space-infix-ops)
(#310) A space is required after ','. (comma-spacing)
(#310) Operator '+' must be spaced. (space-infix-ops)
(#310) Operator ':' must be spaced. (space-infix-ops)
(#310) Missing whitespace after semicolon. (semi-spacing)
(#310) Expected space(s) after "for". (keyword-spacing)
(#310) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#310) Operator '=' must be spaced. (space-infix-ops)
(#310) Missing whitespace after semicolon. (semi-spacing)
(#310) Operator '>' must be spaced. (space-infix-ops)
(#310) Missing whitespace after semicolon. (semi-spacing)
(#310) Requires a space after '{'. (block-spacing)
(#310) Statement inside of curly braces should be on next line. (brace-style)
(#310) Missing space before opening brace. (space-before-blocks)
(#310) Operator '=' must be spaced. (space-infix-ops)
(#310) Operator '+' must be spaced. (space-infix-ops)
(#310) Operator '%' must be spaced. (space-infix-ops)
(#310) Missing whitespace after semicolon. (semi-spacing)
(#310) Operator '+=' must be spaced. (space-infix-ops)
(#310) Operator '+' must be spaced. (space-infix-ops)
(#310) Operator '<=' must be spaced. (space-infix-ops)
(#310) Operator '+' must be spaced. (space-infix-ops)
(#310) Operator '+' must be spaced. (space-infix-ops)
(#310) Operator '%' must be spaced. (space-infix-ops)
(#310) Operator '?' must be spaced. (space-infix-ops)
(#310) Operator ':' must be spaced. (space-infix-ops)
(#310) Operator '+' must be spaced. (space-infix-ops)
(#310) Operator '+' must be spaced. (space-infix-ops)
(#310) Operator '+' must be spaced. (space-infix-ops)
(#310) Operator '+' must be spaced. (space-infix-ops)
(#310) Operator '+' must be spaced. (space-infix-ops)
(#310) Requires a space before '}'. (block-spacing)
(#310) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#310) Missing semicolon. (semi)
(#310) Operator '+=' must be spaced. (space-infix-ops)
(#310) Operator '+' must be spaced. (space-infix-ops)
(#310) Missing whitespace after semicolon. (semi-spacing)
(#310) Operator '=' must be spaced. (space-infix-ops)
(#310) A space is required after ','. (comma-spacing)
(#310) Missing whitespace after semicolon. (semi-spacing)
(#310) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#310) Operator '===' must be spaced. (space-infix-ops)
(#310) Operator '&&' must be spaced. (space-infix-ops)
(#310) Operator '===' must be spaced. (space-infix-ops)
(#310) Operator '&&' must be spaced. (space-infix-ops)
(#310) Operator '=' must be spaced. (space-infix-ops)
(#310) A space is required after ','. (comma-spacing)
(#310) Missing whitespace after semicolon. (semi-spacing)
(#310) Operator '=' must be spaced. (space-infix-ops)
(#310) A space is required after ','. (comma-spacing)
(#310) Operator '-' must be spaced. (space-infix-ops)
(#310) Operator '+' must be spaced. (space-infix-ops)
(#310) Operator '%' must be spaced. (space-infix-ops)
(#310) Missing whitespace after semicolon. (semi-spacing)
(#310) Operator '=' must be spaced. (space-infix-ops)
(#311) This line has a length of 514. Maximum allowed is 132. (max-len)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Operator '/' must be spaced. (space-infix-ops)
(#311) Missing whitespace after semicolon. (semi-spacing)
(#311) Operator '=' must be spaced. (space-infix-ops)
(#311) Operator '=' must be spaced. (space-infix-ops)
(#311) Do not nest ternary expressions. (no-nested-ternary)
(#311) Operator '?' must be spaced. (space-infix-ops)
(#311) Operator '>' must be spaced. (space-infix-ops)
(#311) Operator '?' must be spaced. (space-infix-ops)
(#311) Operator ':' must be spaced. (space-infix-ops)
(#311) Operator ':' must be spaced. (space-infix-ops)
(#311) Missing whitespace after semicolon. (semi-spacing)
(#311) 'P' used outside of binding context. (block-scoped-var)
(#311) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#311) Operator '=' must be spaced. (space-infix-ops)
(#311) A space is required after ','. (comma-spacing)
(#311) A space is required after ','. (comma-spacing)
(#311) Operator '-' must be spaced. (space-infix-ops)
(#311) Missing whitespace after semicolon. (semi-spacing)
(#311) Expected space(s) after "for". (keyword-spacing)
(#311) Operator '=' must be spaced. (space-infix-ops)
(#311) Missing whitespace after semicolon. (semi-spacing)
(#311) Operator '<' must be spaced. (space-infix-ops)
(#311) Missing whitespace after semicolon. (semi-spacing)
(#311) Requires a space after '{'. (block-spacing)
(#311) Statement inside of curly braces should be on next line. (brace-style)
(#311) Missing space before opening brace. (space-before-blocks)
(#311) Operator '+=' must be spaced. (space-infix-ops)
(#311) Missing whitespace after semicolon. (semi-spacing)
(#311) Operator '=' must be spaced. (space-infix-ops)
(#311) Operator '?' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) A space is required after ','. (comma-spacing)
(#311) 'P' used outside of binding context. (block-scoped-var)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Operator ':' must be spaced. (space-infix-ops)
(#311) Missing whitespace after semicolon. (semi-spacing)
(#311) Expected space(s) after "for". (keyword-spacing)
(#311) Operator '=' must be spaced. (space-infix-ops)
(#311) Missing whitespace after semicolon. (semi-spacing)
(#311) Operator '>' must be spaced. (space-infix-ops)
(#311) Missing whitespace after semicolon. (semi-spacing)
(#311) Requires a space after '{'. (block-spacing)
(#311) Statement inside of curly braces should be on next line. (brace-style)
(#311) Missing space before opening brace. (space-before-blocks)
(#311) Operator '=' must be spaced. (space-infix-ops)
(#311) Operator '?' must be spaced. (space-infix-ops)
(#311) Operator '?' must be spaced. (space-infix-ops)
(#311) Operator ':' must be spaced. (space-infix-ops)
(#311) A space is required after ','. (comma-spacing)
(#311) 'P' used outside of binding context. (block-scoped-var)
(#311) Operator ':' must be spaced. (space-infix-ops)
(#311) A space is required after ','. (comma-spacing)
(#311) Missing whitespace after semicolon. (semi-spacing)
(#311) Operator '=' must be spaced. (space-infix-ops)
(#311) Operator '=' must be spaced. (space-infix-ops)
(#311) 'P' used outside of binding context. (block-scoped-var)
(#311) Operator '!==' must be spaced. (space-infix-ops)
(#311) Operator '&&' must be spaced. (space-infix-ops)
(#311) Operator '||' must be spaced. (space-infix-ops)
(#311) Operator '||' must be spaced. (space-infix-ops)
(#311) Operator '&&' must be spaced. (space-infix-ops)
(#311) 'P' used outside of binding context. (block-scoped-var)
(#311) Operator '<' must be spaced. (space-infix-ops)
(#311) Operator '||' must be spaced. (space-infix-ops)
(#311) Operator '&&' must be spaced. (space-infix-ops)
(#311) 'P' used outside of binding context. (block-scoped-var)
(#311) Operator '>' must be spaced. (space-infix-ops)
(#311) Missing whitespace after semicolon. (semi-spacing)
(#311) Operator '+=' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Operator '<=' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Operator '%' must be spaced. (space-infix-ops)
(#311) Operator '?' must be spaced. (space-infix-ops)
(#311) Operator ':' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Operator '?' must be spaced. (space-infix-ops)
(#311) Operator ':' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) 'P' used outside of binding context. (block-scoped-var)
(#311) Operator '===' must be spaced. (space-infix-ops)
(#311) Operator '&&' must be spaced. (space-infix-ops)
(#311) Operator '===' must be spaced. (space-infix-ops)
(#311) Operator '&&' must be spaced. (space-infix-ops)
(#312) This line has a length of 520. Maximum allowed is 132. (max-len)
(#312) Operator '||' must be spaced. (space-infix-ops)
(#312) Operator '===' must be spaced. (space-infix-ops)
(#312) 'P' used outside of binding context. (block-scoped-var)
(#312) Operator '&&' must be spaced. (space-infix-ops)
(#312) Operator '===' must be spaced. (space-infix-ops)
(#312) Operator '?' must be spaced. (space-infix-ops)
(#312) Operator '+' must be spaced. (space-infix-ops)
(#312) Operator ':' must be spaced. (space-infix-ops)
(#312) Operator '+' must be spaced. (space-infix-ops)
(#312) Operator '?' must be spaced. (space-infix-ops)
(#312) Operator '+' must be spaced. (space-infix-ops)
(#312) Operator '+' must be spaced. (space-infix-ops)
(#312) Operator ':' must be spaced. (space-infix-ops)
(#312) Operator '+' must be spaced. (space-infix-ops)
(#312) Operator '&&' must be spaced. (space-infix-ops)
(#312) Operator '?' must be spaced. (space-infix-ops)
(#312) Operator ':' must be spaced. (space-infix-ops)
(#312) Operator '+' must be spaced. (space-infix-ops)
(#312) Operator '+' must be spaced. (space-infix-ops)
(#312) 'P' used outside of binding context. (block-scoped-var)
(#312) Operator '===' must be spaced. (space-infix-ops)
(#312) Operator '?' must be spaced. (space-infix-ops)
(#312) Operator '+' must be spaced. (space-infix-ops)
(#312) Operator ':' must be spaced. (space-infix-ops)
(#312) Operator '+' must be spaced. (space-infix-ops)
(#312) 'P' used outside of binding context. (block-scoped-var)
(#312) Operator '===' must be spaced. (space-infix-ops)
(#312) Operator '?' must be spaced. (space-infix-ops)
(#312) Operator ':' must be spaced. (space-infix-ops)
(#312) Operator '+' must be spaced. (space-infix-ops)
(#312) Operator '+' must be spaced. (space-infix-ops)
(#312) Operator '&&' must be spaced. (space-infix-ops)
(#312) Operator '||' must be spaced. (space-infix-ops)
(#312) Operator '?' must be spaced. (space-infix-ops)
(#312) Operator ':' must be spaced. (space-infix-ops)
(#312) Operator '+' must be spaced. (space-infix-ops)
(#312) A space is required after ','. (comma-spacing)
(#312) Operator '+' must be spaced. (space-infix-ops)
(#312) Operator '+' must be spaced. (space-infix-ops)
(#312) Operator '?' must be spaced. (space-infix-ops)
(#312) Operator ':' must be spaced. (space-infix-ops)
(#312) Operator '+' must be spaced. (space-infix-ops)
(#312) 'P' used outside of binding context. (block-scoped-var)
(#312) Operator '+' must be spaced. (space-infix-ops)
(#312) Operator '+' must be spaced. (space-infix-ops)
(#312) 'P' used outside of binding context. (block-scoped-var)
(#312) Operator '+' must be spaced. (space-infix-ops)
(#312) Operator '+' must be spaced. (space-infix-ops)
(#312) Operator '+' must be spaced. (space-infix-ops)
(#312) Do not nest ternary expressions. (no-nested-ternary)
(#312) Operator '&&' must be spaced. (space-infix-ops)
(#312) Operator '?' must be spaced. (space-infix-ops)
(#312) Operator ':' must be spaced. (space-infix-ops)
(#312) Operator '?' must be spaced. (space-infix-ops)
(#312) Operator '+' must be spaced. (space-infix-ops)
(#313) This line has a length of 502. Maximum allowed is 132. (max-len)
(#313) 'P' used outside of binding context. (block-scoped-var)
(#313) Operator '+' must be spaced. (space-infix-ops)
(#313) Operator ':' must be spaced. (space-infix-ops)
(#313) Operator '+' must be spaced. (space-infix-ops)
(#313) 'P' used outside of binding context. (block-scoped-var)
(#313) Operator '===' must be spaced. (space-infix-ops)
(#313) Operator '?' must be spaced. (space-infix-ops)
(#313) Operator ':' must be spaced. (space-infix-ops)
(#313) Operator '+' must be spaced. (space-infix-ops)
(#313) 'P' used outside of binding context. (block-scoped-var)
(#313) Operator '===' must be spaced. (space-infix-ops)
(#313) Operator '?' must be spaced. (space-infix-ops)
(#313) Operator ':' must be spaced. (space-infix-ops)
(#313) Operator '+' must be spaced. (space-infix-ops)
(#313) Operator '?' must be spaced. (space-infix-ops)
(#313) Operator ':' must be spaced. (space-infix-ops)
(#313) Operator '+' must be spaced. (space-infix-ops)
(#313) Operator '+' must be spaced. (space-infix-ops)
(#313) 'P' used outside of binding context. (block-scoped-var)
(#313) Operator '+' must be spaced. (space-infix-ops)
(#313) Operator '+' must be spaced. (space-infix-ops)
(#313) Missing whitespace after semicolon. (semi-spacing)
(#313) 'P' used outside of binding context. (block-scoped-var)
(#313) 'P' used outside of binding context. (block-scoped-var)
(#313) Operator '+' must be spaced. (space-infix-ops)
(#313) Missing whitespace after semicolon. (semi-spacing)
(#313) 'P' used outside of binding context. (block-scoped-var)
(#313) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#313) Operator '=' must be spaced. (space-infix-ops)
(#313) 'P' used outside of binding context. (block-scoped-var)
(#313) Requires a space before '}'. (block-spacing)
(#313) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#313) Missing semicolon. (semi)
(#313) Operator '+=' must be spaced. (space-infix-ops)
(#313) Operator '+' must be spaced. (space-infix-ops)
(#313) Requires a space before '}'. (block-spacing)
(#313) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#313) Missing semicolon. (semi)
(#313) Missing whitespace after semicolon. (semi-spacing)
(#313) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#313) Operator '<' must be spaced. (space-infix-ops)
(#313) Operator '&&' must be spaced. (space-infix-ops)
(#313) Operator '=' must be spaced. (space-infix-ops)
(#313) A space is required after ','. (comma-spacing)
(#313) Missing whitespace after semicolon. (semi-spacing)
(#313) Operator '+=' must be spaced. (space-infix-ops)
(#313) Operator '+' must be spaced. (space-infix-ops)
(#313) Operator '?' must be spaced. (space-infix-ops)
(#313) Operator '+' must be spaced. (space-infix-ops)
(#313) Operator '<' must be spaced. (space-infix-ops)
(#313) Operator '&&' must be spaced. (space-infix-ops)
(#313) Operator '===' must be spaced. (space-infix-ops)
(#313) Operator '-' must be spaced. (space-infix-ops)
(#313) Operator '?' must be spaced. (space-infix-ops)
(#313) Operator ':' must be spaced. (space-infix-ops)
(#313) Operator ':' must be spaced. (space-infix-ops)
(#313) Missing whitespace after semicolon. (semi-spacing)
(#313) Operator '+=' must be spaced. (space-infix-ops)
(#313) Requires a space before '}'. (block-spacing)
(#313) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#313) Missing semicolon. (semi)
(#313) Operator '+=' must be spaced. (space-infix-ops)
(#313) Requires a space before '}'. (block-spacing)
(#313) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#313) Missing semicolon. (semi)
(#313) Operator '=' must be spaced. (space-infix-ops)
(#313) Missing whitespace after semicolon. (semi-spacing)
(#313) Operator '+' must be spaced. (space-infix-ops)
(#313) Requires a space before '}'. (block-spacing)
(#313) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#313) Missing semicolon. (semi)
(#313) A space is required after ','. (comma-spacing)
(#313) Missing space before value for key '_generateMonthYearHeader'. (key-spacing)
(#313) Method '_generateMonthYearHeader' has a complexity of 27. Maximum allowed is 20. (complexity)
(#314) This line has a length of 503. Maximum allowed is 132. (max-len)
(#314) A space is required after ','. (comma-spacing)
(#314) A space is required after ','. (comma-spacing)
(#314) A space is required after ','. (comma-spacing)
(#314) A space is required after ','. (comma-spacing)
(#314) A space is required after ','. (comma-spacing)
(#314) A space is required after ','. (comma-spacing)
(#314) Requires a space after '{'. (block-spacing)
(#314) Statement inside of curly braces should be on next line. (brace-style)
(#314) Missing space before opening brace. (space-before-blocks)
(#314) A space is required after ','. (comma-spacing)
(#314) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) A space is required after ','. (comma-spacing)
(#314) A space is required after ','. (comma-spacing)
(#314) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) A space is required after ','. (comma-spacing)
(#314) A space is required after ','. (comma-spacing)
(#314) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) A space is required after ','. (comma-spacing)
(#314) A space is required after ','. (comma-spacing)
(#314) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) A space is required after ','. (comma-spacing)
(#314) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) Missing whitespace after semicolon. (semi-spacing)
(#314) Expected space(s) after "if". (keyword-spacing)
(#314) Operator '||' must be spaced. (space-infix-ops)
(#314) Expected { after 'if' condition. (curly)
(#314) Operator '+=' must be spaced. (space-infix-ops)
(#314) Operator '+' must be spaced. (space-infix-ops)
(#314) Operator '+' must be spaced. (space-infix-ops)
(#314) Missing whitespace after semicolon. (semi-spacing)
(#314) Expected space(s) after "else". (keyword-spacing)
(#314) Requires a space after '{'. (block-spacing)
(#314) Statement inside of curly braces should be on next line. (brace-style)
(#314) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) Operator '&&' must be spaced. (space-infix-ops)
(#314) Operator '===' must be spaced. (space-infix-ops)
(#314) Missing whitespace after semicolon. (semi-spacing)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) Operator '&&' must be spaced. (space-infix-ops)
(#314) Operator '===' must be spaced. (space-infix-ops)
(#314) Missing whitespace after semicolon. (semi-spacing)
(#314) Operator '+=' must be spaced. (space-infix-ops)
(#314) Missing whitespace after semicolon. (semi-spacing)
(#314) Expected space(s) after "for". (keyword-spacing)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#314) Missing whitespace after semicolon. (semi-spacing)
(#314) Operator '>' must be spaced. (space-infix-ops)
(#314) Missing whitespace after semicolon. (semi-spacing)
(#314) Expected { after 'for' condition. (curly)
(#314) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#314) Operator '||' must be spaced. (space-infix-ops)
(#314) Operator '>=' must be spaced. (space-infix-ops)
(#314) Operator '&&' must be spaced. (space-infix-ops)
(#314) Operator '||' must be spaced. (space-infix-ops)
(#314) Operator '<=' must be spaced. (space-infix-ops)
(#314) Operator '&&' must be spaced. (space-infix-ops)
(#314) Operator '+=' must be spaced. (space-infix-ops)
(#314) Operator '+' must be spaced. (space-infix-ops)
(#314) Operator '+' must be spaced. (space-infix-ops)
(#314) Operator '+' must be spaced. (space-infix-ops)
(#314) Operator '===' must be spaced. (space-infix-ops)
(#314) Operator '?' must be spaced. (space-infix-ops)
(#314) Operator ':' must be spaced. (space-infix-ops)
(#314) Operator '+' must be spaced. (space-infix-ops)
(#314) Operator '+' must be spaced. (space-infix-ops)
(#314) Operator '+' must be spaced. (space-infix-ops)
(#315) This line has a length of 572. Maximum allowed is 132. (max-len)
(#315) Missing whitespace after semicolon. (semi-spacing)
(#315) Operator '+=' must be spaced. (space-infix-ops)
(#315) Requires a space before '}'. (block-spacing)
(#315) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#315) Missing semicolon. (semi)
(#315) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#315) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#315) Operator '||' must be spaced. (space-infix-ops)
(#315) Operator '+=' must be spaced. (space-infix-ops)
(#315) Operator '+' must be spaced. (space-infix-ops)
(#315) Operator '&&' must be spaced. (space-infix-ops)
(#315) Operator '&&' must be spaced. (space-infix-ops)
(#315) Operator '?' must be spaced. (space-infix-ops)
(#315) Operator ':' must be spaced. (space-infix-ops)
(#315) Missing whitespace after semicolon. (semi-spacing)
(#315) Expected space(s) after "if". (keyword-spacing)
(#315) Expected { after 'if' condition. (curly)
(#315) Expected space(s) before "if". (keyword-spacing)
(#315) Expected space(s) after "if". (keyword-spacing)
(#315) Operator '=' must be spaced. (space-infix-ops)
(#315) Unexpected use of comma operator. (no-sequences)
(#315) A space is required after ','. (comma-spacing)
(#315) Operator '||' must be spaced. (space-infix-ops)
(#315) Expected { after 'if' condition. (curly)
(#315) Operator '+=' must be spaced. (space-infix-ops)
(#315) Operator '+' must be spaced. (space-infix-ops)
(#315) Operator '+' must be spaced. (space-infix-ops)
(#315) Missing whitespace after semicolon. (semi-spacing)
(#315) Expected space(s) after "else". (keyword-spacing)
(#315) Requires a space after '{'. (block-spacing)
(#315) Statement inside of curly braces should be on next line. (brace-style)
(#315) Operator '=' must be spaced. (space-infix-ops)
(#315) A space is required after ','. (comma-spacing)
(#315) Missing whitespace after semicolon. (semi-spacing)
(#315) Operator '=' must be spaced. (space-infix-ops)
(#315) Missing '()' invoking a constructor. (new-parens)
(#315) Missing whitespace after semicolon. (semi-spacing)
(#315) Operator '=' must be spaced. (space-infix-ops)
(#315) Requires a space after '{'. (block-spacing)
(#315) Statement inside of curly braces should be on next line. (brace-style)
(#315) Missing space before opening brace. (space-before-blocks)
(#315) Operator '=' must be spaced. (space-infix-ops)
(#315) Do not nest ternary expressions. (no-nested-ternary)
(#315) Unnecessary escape character: \-. (no-useless-escape)
(#315) Operator '?' must be spaced. (space-infix-ops)
(#315) Operator '+' must be spaced. (space-infix-ops)
(#315) A space is required after ','. (comma-spacing)
(#315) Operator ':' must be spaced. (space-infix-ops)
(#315) Unnecessary escape character: \-. (no-useless-escape)
(#315) Operator '?' must be spaced. (space-infix-ops)
(#315) Operator '+' must be spaced. (space-infix-ops)
(#315) A space is required after ','. (comma-spacing)
(#315) Operator ':' must be spaced. (space-infix-ops)
(#315) A space is required after ','. (comma-spacing)
(#315) Missing whitespace after semicolon. (semi-spacing)
(#315) Operator '?' must be spaced. (space-infix-ops)
(#315) Operator ':' must be spaced. (space-infix-ops)
(#315) Requires a space before '}'. (block-spacing)
(#315) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#315) Missing semicolon. (semi)
(#315) Missing whitespace after semicolon. (semi-spacing)
(#315) Operator '=' must be spaced. (space-infix-ops)
(#315) Missing whitespace after semicolon. (semi-spacing)
(#315) Operator '=' must be spaced. (space-infix-ops)
(#315) A space is required after ','. (comma-spacing)
(#315) Operator '||' must be spaced. (space-infix-ops)
(#315) Missing whitespace after semicolon. (semi-spacing)
(#315) Operator '=' must be spaced. (space-infix-ops)
(#315) Operator '?' must be spaced. (space-infix-ops)
(#315) A space is required after ','. (comma-spacing)
(#315) Operator ':' must be spaced. (space-infix-ops)
(#315) Missing whitespace after semicolon. (semi-spacing)
(#315) Operator '=' must be spaced. (space-infix-ops)
(#315) Operator '?' must be spaced. (space-infix-ops)
(#315) A space is required after ','. (comma-spacing)
(#315) Operator ':' must be spaced. (space-infix-ops)
(#315) Missing whitespace after semicolon. (semi-spacing)
(#315) Expected space(s) after "for". (keyword-spacing)
(#315) Operator '+=' must be spaced. (space-infix-ops)
(#315) Missing whitespace after semicolon. (semi-spacing)
(#315) Operator '<=' must be spaced. (space-infix-ops)
(#316) This line has a length of 514. Maximum allowed is 132. (max-len)
(#316) Missing whitespace after semicolon. (semi-spacing)
(#316) Expected { after 'for' condition. (curly)
(#316) Operator '+=' must be spaced. (space-infix-ops)
(#316) Operator '+' must be spaced. (space-infix-ops)
(#316) Operator '+' must be spaced. (space-infix-ops)
(#316) Operator '+' must be spaced. (space-infix-ops)
(#316) Operator '===' must be spaced. (space-infix-ops)
(#316) Operator '?' must be spaced. (space-infix-ops)
(#316) Operator ':' must be spaced. (space-infix-ops)
(#316) Operator '+' must be spaced. (space-infix-ops)
(#316) Operator '+' must be spaced. (space-infix-ops)
(#316) Operator '+' must be spaced. (space-infix-ops)
(#316) Missing whitespace after semicolon. (semi-spacing)
(#316) Operator '+=' must be spaced. (space-infix-ops)
(#316) Missing whitespace after semicolon. (semi-spacing)
(#316) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#316) Operator '+=' must be spaced. (space-infix-ops)
(#316) Missing whitespace after semicolon. (semi-spacing)
(#316) Operator '=' must be spaced. (space-infix-ops)
(#316) Requires a space before '}'. (block-spacing)
(#316) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#316) Missing semicolon. (semi)
(#316) Operator '+=' must be spaced. (space-infix-ops)
(#316) A space is required after ','. (comma-spacing)
(#316) Missing whitespace after semicolon. (semi-spacing)
(#316) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#316) Operator '&&' must be spaced. (space-infix-ops)
(#316) Operator '+=' must be spaced. (space-infix-ops)
(#316) Operator '&&' must be spaced. (space-infix-ops)
(#316) Operator '&&' must be spaced. (space-infix-ops)
(#316) Operator '?' must be spaced. (space-infix-ops)
(#316) Operator ':' must be spaced. (space-infix-ops)
(#316) Operator '+' must be spaced. (space-infix-ops)
(#316) Missing whitespace after semicolon. (semi-spacing)
(#316) Operator '+' must be spaced. (space-infix-ops)
(#316) Requires a space before '}'. (block-spacing)
(#316) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#316) Missing semicolon. (semi)
(#316) A space is required after ','. (comma-spacing)
(#316) Missing space before value for key '_adjustInstDate'. (key-spacing)
(#316) A space is required after ','. (comma-spacing)
(#316) A space is required after ','. (comma-spacing)
(#316) Requires a space after '{'. (block-spacing)
(#316) Statement inside of curly braces should be on next line. (brace-style)
(#316) Missing space before opening brace. (space-before-blocks)
(#316) Operator '=' must be spaced. (space-infix-ops)
(#316) Operator '+' must be spaced. (space-infix-ops)
(#316) Operator '===' must be spaced. (space-infix-ops)
(#316) Operator '?' must be spaced. (space-infix-ops)
(#316) Operator ':' must be spaced. (space-infix-ops)
(#316) A space is required after ','. (comma-spacing)
(#316) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#316) Operator '=' must be spaced. (space-infix-ops)
(#316) Operator '+' must be spaced. (space-infix-ops)
(#316) Operator '===' must be spaced. (space-infix-ops)
(#316) Operator '?' must be spaced. (space-infix-ops)
(#316) Operator ':' must be spaced. (space-infix-ops)
(#316) Missing whitespace after semicolon. (semi-spacing)
(#316) Operator '=' must be spaced. (space-infix-ops)
(#316) A space is required after ','. (comma-spacing)
(#316) A space is required after ','. (comma-spacing)
(#316) Operator '+' must be spaced. (space-infix-ops)
(#316) Operator '===' must be spaced. (space-infix-ops)
(#316) Operator '?' must be spaced. (space-infix-ops)
(#316) Operator ':' must be spaced. (space-infix-ops)
(#316) Missing whitespace after semicolon. (semi-spacing)
(#316) Operator '=' must be spaced. (space-infix-ops)
(#316) A space is required after ','. (comma-spacing)
(#316) A space is required after ','. (comma-spacing)
(#316) A space is required after ','. (comma-spacing)
(#316) Missing whitespace after semicolon. (semi-spacing)
(#316) Operator '=' must be spaced. (space-infix-ops)
(#316) Missing whitespace after semicolon. (semi-spacing)
(#316) Operator '=' must be spaced. (space-infix-ops)
(#316) Operator '=' must be spaced. (space-infix-ops)
(#317) This line has a length of 502. Maximum allowed is 132. (max-len)
(#317) Missing whitespace after semicolon. (semi-spacing)
(#317) Operator '=' must be spaced. (space-infix-ops)
(#317) Operator '=' must be spaced. (space-infix-ops)
(#317) Missing whitespace after semicolon. (semi-spacing)
(#317) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#317) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#317) Operator '!==' must be spaced. (space-infix-ops)
(#317) Operator '&&' must be spaced. (space-infix-ops)
(#317) Operator '!==' must be spaced. (space-infix-ops)
(#317) Operator '||' must be spaced. (space-infix-ops)
(#317) Requires a space before '}'. (block-spacing)
(#317) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#317) Missing semicolon. (semi)
(#317) A space is required after ','. (comma-spacing)
(#317) Missing space before value for key '_restrictMinMax'. (key-spacing)
(#317) A space is required after ','. (comma-spacing)
(#317) Requires a space after '{'. (block-spacing)
(#317) Statement inside of curly braces should be on next line. (brace-style)
(#317) Missing space before opening brace. (space-before-blocks)
(#317) Operator '=' must be spaced. (space-infix-ops)
(#317) A space is required after ','. (comma-spacing)
(#317) Missing whitespace after semicolon. (semi-spacing)
(#317) Operator '=' must be spaced. (space-infix-ops)
(#317) A space is required after ','. (comma-spacing)
(#317) Missing whitespace after semicolon. (semi-spacing)
(#317) Operator '=' must be spaced. (space-infix-ops)
(#317) Operator '&&' must be spaced. (space-infix-ops)
(#317) Operator '<' must be spaced. (space-infix-ops)
(#317) Operator '?' must be spaced. (space-infix-ops)
(#317) Operator ':' must be spaced. (space-infix-ops)
(#317) Missing whitespace after semicolon. (semi-spacing)
(#317) Operator '&&' must be spaced. (space-infix-ops)
(#317) Operator '>' must be spaced. (space-infix-ops)
(#317) Operator '?' must be spaced. (space-infix-ops)
(#317) Operator ':' must be spaced. (space-infix-ops)
(#317) Requires a space before '}'. (block-spacing)
(#317) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#317) Missing semicolon. (semi)
(#317) A space is required after ','. (comma-spacing)
(#317) Missing space before value for key '_notifyChange'. (key-spacing)
(#317) Requires a space after '{'. (block-spacing)
(#317) Statement inside of curly braces should be on next line. (brace-style)
(#317) Missing space before opening brace. (space-before-blocks)
(#317) Operator '=' must be spaced. (space-infix-ops)
(#317) A space is required after ','. (comma-spacing)
(#317) Missing whitespace after semicolon. (semi-spacing)
(#317) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#317) Operator '&&' must be spaced. (space-infix-ops)
(#317) Operator '?' must be spaced. (space-infix-ops)
(#317) Operator ':' must be spaced. (space-infix-ops)
(#317) A space is required after ','. (comma-spacing)
(#317) A space is required after ','. (comma-spacing)
(#317) Operator '+' must be spaced. (space-infix-ops)
(#317) A space is required after ','. (comma-spacing)
(#317) Requires a space before '}'. (block-spacing)
(#317) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#317) Missing semicolon. (semi)
(#317) A space is required after ','. (comma-spacing)
(#317) Missing space before value for key '_getNumberOfMonths'. (key-spacing)
(#317) Requires a space after '{'. (block-spacing)
(#317) Statement inside of curly braces should be on next line. (brace-style)
(#317) Missing space before opening brace. (space-before-blocks)
(#317) Operator '=' must be spaced. (space-infix-ops)
(#317) A space is required after ','. (comma-spacing)
(#317) Missing whitespace after semicolon. (semi-spacing)
(#317) Do not nest ternary expressions. (no-nested-ternary)
(#317) Use '===' to compare with null. (no-eq-null)
(#317) Operator '==' must be spaced. (space-infix-ops)
(#317) Operator '?' must be spaced. (space-infix-ops)
(#317) A space is required after ','. (comma-spacing)
(#317) Operator ':' must be spaced. (space-infix-ops)
(#317) Operator '===' must be spaced. (space-infix-ops)
(#317) Operator '?' must be spaced. (space-infix-ops)
(#317) A space is required after ','. (comma-spacing)
(#317) Operator ':' must be spaced. (space-infix-ops)
(#317) Requires a space before '}'. (block-spacing)
(#317) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#317) Missing semicolon. (semi)
(#317) A space is required after ','. (comma-spacing)
(#317) Missing space before value for key '_getMinMaxDate'. (key-spacing)
(#318) This line has a length of 505. Maximum allowed is 132. (max-len)
(#318) Requires a space after '{'. (block-spacing)
(#318) Statement inside of curly braces should be on next line. (brace-style)
(#318) Missing space before opening brace. (space-before-blocks)
(#318) A space is required after ','. (comma-spacing)
(#318) A space is required after ','. (comma-spacing)
(#318) Operator '+' must be spaced. (space-infix-ops)
(#318) A space is required after ','. (comma-spacing)
(#318) Requires a space before '}'. (block-spacing)
(#318) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#318) Missing semicolon. (semi)
(#318) A space is required after ','. (comma-spacing)
(#318) Missing space before value for key '_getDaysInMonth'. (key-spacing)
(#318) A space is required after ','. (comma-spacing)
(#318) Requires a space after '{'. (block-spacing)
(#318) Statement inside of curly braces should be on next line. (brace-style)
(#318) Missing space before opening brace. (space-before-blocks)
(#318) Operator '-' must be spaced. (space-infix-ops)
(#318) A space is required after ','. (comma-spacing)
(#318) A space is required after ','. (comma-spacing)
(#318) Requires a space before '}'. (block-spacing)
(#318) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#318) Missing semicolon. (semi)
(#318) A space is required after ','. (comma-spacing)
(#318) Missing space before value for key '_getFirstDayOfMonth'. (key-spacing)
(#318) A space is required after ','. (comma-spacing)
(#318) Requires a space after '{'. (block-spacing)
(#318) Statement inside of curly braces should be on next line. (brace-style)
(#318) Missing space before opening brace. (space-before-blocks)
(#318) Expected space(s) after "return". (keyword-spacing)
(#318) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#318) A space is required after ','. (comma-spacing)
(#318) A space is required after ','. (comma-spacing)
(#318) Requires a space before '}'. (block-spacing)
(#318) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#318) Missing semicolon. (semi)
(#318) A space is required after ','. (comma-spacing)
(#318) Missing space before value for key '_canAdjustMonth'. (key-spacing)
(#318) A space is required after ','. (comma-spacing)
(#318) A space is required after ','. (comma-spacing)
(#318) A space is required after ','. (comma-spacing)
(#318) Requires a space after '{'. (block-spacing)
(#318) Statement inside of curly braces should be on next line. (brace-style)
(#318) Missing space before opening brace. (space-before-blocks)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#318) A space is required after ','. (comma-spacing)
(#318) Operator '+' must be spaced. (space-infix-ops)
(#318) Operator '>' must be spaced. (space-infix-ops)
(#318) Operator '?' must be spaced. (space-infix-ops)
(#318) Operator ':' must be spaced. (space-infix-ops)
(#318) Operator '*' must be spaced. (space-infix-ops)
(#318) A space is required after ','. (comma-spacing)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#318) Operator '>' must be spaced. (space-infix-ops)
(#318) Operator '&&' must be spaced. (space-infix-ops)
(#318) A space is required after ','. (comma-spacing)
(#318) Missing whitespace after semicolon. (semi-spacing)
(#318) A space is required after ','. (comma-spacing)
(#318) Requires a space before '}'. (block-spacing)
(#318) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#318) Missing semicolon. (semi)
(#318) A space is required after ','. (comma-spacing)
(#318) Missing space before value for key '_isInRange'. (key-spacing)
(#318) A space is required after ','. (comma-spacing)
(#318) Requires a space after '{'. (block-spacing)
(#318) Statement inside of curly braces should be on next line. (brace-style)
(#318) Missing space before opening brace. (space-before-blocks)
(#318) Operator '=' must be spaced. (space-infix-ops)
(#319) This line has a length of 510. Maximum allowed is 132. (max-len)
(#319) A space is required after ','. (comma-spacing)
(#319) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) A space is required after ','. (comma-spacing)
(#319) A space is required after ','. (comma-spacing)
(#319) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) A space is required after ','. (comma-spacing)
(#319) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) Missing whitespace after semicolon. (semi-spacing)
(#319) Expected space(s) after "if". (keyword-spacing)
(#319) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) A space is required after ','. (comma-spacing)
(#319) Requires a space after '{'. (block-spacing)
(#319) Statement inside of curly braces should be on next line. (brace-style)
(#319) Missing space before opening brace. (space-before-blocks)
(#319) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) Missing whitespace after semicolon. (semi-spacing)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) Missing '()' invoking a constructor. (new-parens)
(#319) Missing whitespace after semicolon. (semi-spacing)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) A space is required after ','. (comma-spacing)
(#319) Missing whitespace after semicolon. (semi-spacing)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) A space is required after ','. (comma-spacing)
(#319) Missing whitespace after semicolon. (semi-spacing)
(#319) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#319) Unnecessary escape character: \-. (no-useless-escape)
(#319) Operator '&&' must be spaced. (space-infix-ops)
(#319) Operator '+=' must be spaced. (space-infix-ops)
(#319) Missing whitespace after semicolon. (semi-spacing)
(#319) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#319) Unnecessary escape character: \-. (no-useless-escape)
(#319) Operator '&&' must be spaced. (space-infix-ops)
(#319) Operator '+=' must be spaced. (space-infix-ops)
(#319) Requires a space before '}'. (block-spacing)
(#319) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#319) Missing semicolon. (semi)
(#319) Expected space(s) before "return". (keyword-spacing)
(#319) Expected space(s) after "return". (keyword-spacing)
(#319) Operator '||' must be spaced. (space-infix-ops)
(#319) Operator '>=' must be spaced. (space-infix-ops)
(#319) Operator '&&' must be spaced. (space-infix-ops)
(#319) Operator '||' must be spaced. (space-infix-ops)
(#319) Operator '<=' must be spaced. (space-infix-ops)
(#319) Operator '&&' must be spaced. (space-infix-ops)
(#319) Operator '||' must be spaced. (space-infix-ops)
(#319) Operator '>=' must be spaced. (space-infix-ops)
(#319) Operator '&&' must be spaced. (space-infix-ops)
(#319) Operator '||' must be spaced. (space-infix-ops)
(#319) Operator '<=' must be spaced. (space-infix-ops)
(#319) Requires a space before '}'. (block-spacing)
(#319) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#319) Missing semicolon. (semi)
(#319) A space is required after ','. (comma-spacing)
(#319) Missing space before value for key '_getFormatConfig'. (key-spacing)
(#319) Requires a space after '{'. (block-spacing)
(#319) Statement inside of curly braces should be on next line. (brace-style)
(#319) Missing space before opening brace. (space-before-blocks)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) A space is required after ','. (comma-spacing)
(#319) Missing whitespace after semicolon. (semi-spacing)
(#319) Operator '=' must be spaced. (space-infix-ops)
(#319) Operator '!==' must be spaced. (space-infix-ops)
(#319) Operator '?' must be spaced. (space-infix-ops)
(#319) Operator ':' must be spaced. (space-infix-ops)
(#319) Missing '()' invoking a constructor. (new-parens)
(#319) Operator '%' must be spaced. (space-infix-ops)
(#319) Operator '+' must be spaced. (space-infix-ops)
(#319) A space is required after ','. (comma-spacing)
(#319) Missing whitespace after semicolon. (semi-spacing)
(#319) Expected space(s) after "return". (keyword-spacing)
(#319) Missing space before value for key 'shortYearCutoff'. (key-spacing)
(#320) This line has a length of 514. Maximum allowed is 132. (max-len)
(#320) Missing space before value for key 'dayNamesShort'. (key-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) Missing space before value for key 'dayNames'. (key-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) Missing space before value for key 'monthNamesShort'. (key-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) Missing space before value for key 'monthNames'. (key-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) Requires a space before '}'. (block-spacing)
(#320) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#320) Missing semicolon. (semi)
(#320) A space is required after ','. (comma-spacing)
(#320) Missing space before value for key '_formatDate'. (key-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) Requires a space after '{'. (block-spacing)
(#320) Statement inside of curly braces should be on next line. (brace-style)
(#320) Missing space before opening brace. (space-before-blocks)
(#320) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#320) Operator '||' must be spaced. (space-infix-ops)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#320) A space is required after ','. (comma-spacing)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#320) A space is required after ','. (comma-spacing)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#320) Missing whitespace after semicolon. (semi-spacing)
(#320) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#320) Do not nest ternary expressions. (no-nested-ternary)
(#320) Operator '?' must be spaced. (space-infix-ops)
(#320) Operator '===' must be spaced. (space-infix-ops)
(#320) Operator '?' must be spaced. (space-infix-ops)
(#320) Operator ':' must be spaced. (space-infix-ops)
(#320) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) Operator ':' must be spaced. (space-infix-ops)
(#320) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) Missing whitespace after semicolon. (semi-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) Requires a space before '}'. (block-spacing)
(#320) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#320) Missing semicolon. (semi)
(#321) This line has a length of 510. Maximum allowed is 132. (max-len)
(#321) Operator '=' must be spaced. (space-infix-ops)
(#321) Requires a space after '{'. (block-spacing)
(#321) Statement inside of curly braces should be on next line. (brace-style)
(#321) Missing space before opening brace. (space-before-blocks)
(#321) Expected space(s) after "if". (keyword-spacing)
(#321) Expected { after 'if' condition. (curly)
(#321) Expected space(s) before "return". (keyword-spacing)
(#321) Missing whitespace after semicolon. (semi-spacing)
(#321) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#321) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#321) Operator '||' must be spaced. (space-infix-ops)
(#321) A space is required after ','. (comma-spacing)
(#321) Operator '=' must be spaced. (space-infix-ops)
(#321) Missing whitespace after semicolon. (semi-spacing)
(#321) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#321) Operator '===' must be spaced. (space-infix-ops)
(#321) Operator '+' must be spaced. (space-infix-ops)
(#321) Operator '&&' must be spaced. (space-infix-ops)
(#321) Missing whitespace after semicolon. (semi-spacing)
(#321) Operator '=' must be spaced. (space-infix-ops)
(#321) A space is required after ','. (comma-spacing)
(#321) Missing whitespace after semicolon. (semi-spacing)
(#321) Expected space(s) after "return". (keyword-spacing)
(#321) Operator '===' must be spaced. (space-infix-ops)
(#321) Operator '&&' must be spaced. (space-infix-ops)
(#321) Operator '===' must be spaced. (space-infix-ops)
(#321) Operator '||' must be spaced. (space-infix-ops)
(#321) Operator '===' must be spaced. (space-infix-ops)
(#321) Operator '||' must be spaced. (space-infix-ops)
(#321) Operator '===' must be spaced. (space-infix-ops)
(#321) Operator '||' must be spaced. (space-infix-ops)
(#321) Operator '===' must be spaced. (space-infix-ops)
(#321) Operator '&&' must be spaced. (space-infix-ops)
(#321) Operator '===' must be spaced. (space-infix-ops)
(#321) Operator '&&' must be spaced. (space-infix-ops)
(#321) Operator '===' must be spaced. (space-infix-ops)
(#321) Operator '?' must be spaced. (space-infix-ops)
(#321) Operator '+' must be spaced. (space-infix-ops)
(#321) Operator '+' must be spaced. (space-infix-ops)
(#321) A space is required after ','. (comma-spacing)
(#321) Operator ':' must be spaced. (space-infix-ops)
(#322) This line has a length of 508. Maximum allowed is 132. (max-len)
(#322) Requires a space after '{'. (block-spacing)
(#322) Statement inside of curly braces should be on next line. (brace-style)
(#322) Missing space before opening brace. (space-before-blocks)
(#322) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#322) Operator '===' must be spaced. (space-infix-ops)
(#322) Operator '?' must be spaced. (space-infix-ops)
(#322) Operator '+' must be spaced. (space-infix-ops)
(#322) Operator '+' must be spaced. (space-infix-ops)
(#322) A space is required after ','. (comma-spacing)
(#322) Operator ':' must be spaced. (space-infix-ops)
(#322) A space is required after ','. (comma-spacing)
(#322) Requires a space before '}'. (block-spacing)
(#322) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#322) Missing semicolon. (semi)
(#322) Requires a space before '}'. (block-spacing)
(#322) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#322) Missing semicolon. (semi)
(#322) Missing whitespace after semicolon. (semi-spacing)
(#322) Operator '=' must be spaced. (space-infix-ops)
(#322) Missing '()' invoking a constructor. (new-parens)
(#322) A constructor name should not start with a lowercase letter. (new-cap)
(#322) Missing whitespace after semicolon. (semi-spacing)
(#322) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#322) Operator '=' must be spaced. (space-infix-ops)
(#322) Missing whitespace after semicolon. (semi-spacing)
(#322) Operator '=' must be spaced. (space-infix-ops)
(#322) Missing '()' invoking a constructor. (new-parens)
(#322) Missing whitespace after semicolon. (semi-spacing)
(#322) Operator '=' must be spaced. (space-infix-ops)
(#322) Missing whitespace after semicolon. (semi-spacing)
(#322) A space is required after ','. (comma-spacing)
(#322) Missing space before value for key 'version'. (key-spacing)
(#322) A space is required after ','. (comma-spacing)
(#322) Missing space before value for key 'options'. (key-spacing)
(#322) Missing space before value for key 'appendTo'. (key-spacing)
(#322) A space is required after ','. (comma-spacing)
(#322) Missing space before value for key 'autoOpen'. (key-spacing)
(#322) A space is required after ','. (comma-spacing)
(#322) Missing space before value for key 'buttons'. (key-spacing)
(#322) A space is required after ','. (comma-spacing)
(#322) Missing space before value for key 'closeOnEscape'. (key-spacing)
(#322) A space is required after ','. (comma-spacing)
(#322) Missing space before value for key 'closeText'. (key-spacing)
(#322) A space is required after ','. (comma-spacing)
(#322) Missing space before value for key 'dialogClass'. (key-spacing)
(#322) A space is required after ','. (comma-spacing)
(#322) Missing space before value for key 'draggable'. (key-spacing)
(#322) A space is required after ','. (comma-spacing)
(#322) Missing space before value for key 'hide'. (key-spacing)
(#322) A space is required after ','. (comma-spacing)
(#322) Missing space before value for key 'height'. (key-spacing)
(#322) A space is required after ','. (comma-spacing)
(#322) Missing space before value for key 'maxHeight'. (key-spacing)
(#322) A space is required after ','. (comma-spacing)
(#322) Missing space before value for key 'maxWidth'. (key-spacing)
(#322) A space is required after ','. (comma-spacing)
(#322) Missing space before value for key 'minHeight'. (key-spacing)
(#322) A space is required after ','. (comma-spacing)
(#322) Missing space before value for key 'minWidth'. (key-spacing)
(#322) A space is required after ','. (comma-spacing)
(#322) Missing space before value for key 'modal'. (key-spacing)
(#323) This line has a length of 501. Maximum allowed is 132. (max-len)
(#323) Missing space before value for key 'position'. (key-spacing)
(#323) Missing space before value for key 'my'. (key-spacing)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing space before value for key 'at'. (key-spacing)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing space before value for key 'of'. (key-spacing)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing space before value for key 'collision'. (key-spacing)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing space before value for key 'using'. (key-spacing)
(#323) Requires a space after '{'. (block-spacing)
(#323) Statement inside of curly braces should be on next line. (brace-style)
(#323) Missing space before opening brace. (space-before-blocks)
(#323) Operator '=' must be spaced. (space-infix-ops)
(#323) Missing whitespace after semicolon. (semi-spacing)
(#323) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#323) Operator '>' must be spaced. (space-infix-ops)
(#323) Operator '&&' must be spaced. (space-infix-ops)
(#323) A space is required after ','. (comma-spacing)
(#323) Operator '-' must be spaced. (space-infix-ops)
(#323) Requires a space before '}'. (block-spacing)
(#323) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#323) Missing semicolon. (semi)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing space before value for key 'resizable'. (key-spacing)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing space before value for key 'show'. (key-spacing)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing space before value for key 'title'. (key-spacing)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing space before value for key 'width'. (key-spacing)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing space before value for key 'beforeClose'. (key-spacing)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing space before value for key 'close'. (key-spacing)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing space before value for key 'drag'. (key-spacing)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing space before value for key 'dragStart'. (key-spacing)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing space before value for key 'dragStop'. (key-spacing)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing space before value for key 'focus'. (key-spacing)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing space before value for key 'open'. (key-spacing)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing space before value for key 'resize'. (key-spacing)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing space before value for key 'resizeStart'. (key-spacing)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing space before value for key 'resizeStop'. (key-spacing)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing space before value for key 'sizeRelatedOptions'. (key-spacing)
(#323) Missing space before value for key 'buttons'. (key-spacing)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing space before value for key 'height'. (key-spacing)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing space before value for key 'maxHeight'. (key-spacing)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing space before value for key 'maxWidth'. (key-spacing)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing space before value for key 'minHeight'. (key-spacing)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing space before value for key 'minWidth'. (key-spacing)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing space before value for key 'width'. (key-spacing)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing space before value for key 'resizableRelatedOptions'. (key-spacing)
(#323) Missing space before value for key 'maxHeight'. (key-spacing)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing space before value for key 'maxWidth'. (key-spacing)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing space before value for key 'minHeight'. (key-spacing)
(#323) A space is required after ','. (comma-spacing)
(#323) Missing space before value for key 'minWidth'. (key-spacing)
(#324) This line has a length of 580. Maximum allowed is 132. (max-len)
(#324) Missing space before value for key '_create'. (key-spacing)
(#324) Requires a space after '{'. (block-spacing)
(#324) Statement inside of curly braces should be on next line. (brace-style)
(#324) Missing space before opening brace. (space-before-blocks)
(#324) Operator '=' must be spaced. (space-infix-ops)
(#324) Missing space before value for key 'display'. (key-spacing)
(#324) A space is required after ','. (comma-spacing)
(#324) Missing space before value for key 'width'. (key-spacing)
(#324) A space is required after ','. (comma-spacing)
(#324) Missing space before value for key 'minHeight'. (key-spacing)
(#324) A space is required after ','. (comma-spacing)
(#324) Missing space before value for key 'maxHeight'. (key-spacing)
(#324) A space is required after ','. (comma-spacing)
(#324) Missing space before value for key 'height'. (key-spacing)
(#324) Missing whitespace after semicolon. (semi-spacing)
(#324) Operator '=' must be spaced. (space-infix-ops)
(#324) Missing space before value for key 'parent'. (key-spacing)
(#324) A space is required after ','. (comma-spacing)
(#324) Missing space before value for key 'index'. (key-spacing)
(#324) Missing whitespace after semicolon. (semi-spacing)
(#324) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#324) Operator '=' must be spaced. (space-infix-ops)
(#324) Missing whitespace after semicolon. (semi-spacing)
(#324) Operator '=' must be spaced. (space-infix-ops)
(#324) Operator '||' must be spaced. (space-infix-ops)
(#324) Missing whitespace after semicolon. (semi-spacing)
(#324) Missing whitespace after semicolon. (semi-spacing)
(#325) This line has a length of 592. Maximum allowed is 132. (max-len)
(#325) Missing whitespace after semicolon. (semi-spacing)
(#325) Missing whitespace after semicolon. (semi-spacing)
(#325) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#325) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#325) Operator '&&' must be spaced. (space-infix-ops)
(#325) Operator '&&' must be spaced. (space-infix-ops)
(#325) Missing whitespace after semicolon. (semi-spacing)
(#325) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#325) Operator '&&' must be spaced. (space-infix-ops)
(#325) Operator '&&' must be spaced. (space-infix-ops)
(#325) Missing whitespace after semicolon. (semi-spacing)
(#325) Operator '=' must be spaced. (space-infix-ops)
(#325) Missing whitespace after semicolon. (semi-spacing)
(#325) Requires a space before '}'. (block-spacing)
(#325) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#325) Missing semicolon. (semi)
(#325) A space is required after ','. (comma-spacing)
(#325) Missing space before value for key '_init'. (key-spacing)
(#325) Requires a space after '{'. (block-spacing)
(#325) Statement inside of curly braces should be on next line. (brace-style)
(#325) Missing space before opening brace. (space-before-blocks)
(#325) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#325) Operator '&&' must be spaced. (space-infix-ops)
(#325) Requires a space before '}'. (block-spacing)
(#325) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#325) Missing semicolon. (semi)
(#325) A space is required after ','. (comma-spacing)
(#325) Missing space before value for key '_appendTo'. (key-spacing)
(#325) Requires a space after '{'. (block-spacing)
(#325) Statement inside of curly braces should be on next line. (brace-style)
(#325) Missing space before opening brace. (space-before-blocks)
(#325) Operator '=' must be spaced. (space-infix-ops)
(#325) Missing whitespace after semicolon. (semi-spacing)
(#325) Operator '&&' must be spaced. (space-infix-ops)
(#325) Operator '||' must be spaced. (space-infix-ops)
(#325) Operator '?' must be spaced. (space-infix-ops)
(#325) Operator ':' must be spaced. (space-infix-ops)
(#325) Operator '||' must be spaced. (space-infix-ops)
(#325) Requires a space before '}'. (block-spacing)
(#325) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#325) Missing semicolon. (semi)
(#325) A space is required after ','. (comma-spacing)
(#325) Missing space before value for key '_destroy'. (key-spacing)
(#325) Requires a space after '{'. (block-spacing)
(#325) Statement inside of curly braces should be on next line. (brace-style)
(#325) Missing space before opening brace. (space-before-blocks)
(#325) Operator '=' must be spaced. (space-infix-ops)
(#325) Missing whitespace after semicolon. (semi-spacing)
(#325) Missing whitespace after semicolon. (semi-spacing)
(#325) Missing whitespace after semicolon. (semi-spacing)
(#326) This line has a length of 528. Maximum allowed is 132. (max-len)
(#326) A space is required after ','. (comma-spacing)
(#326) Missing whitespace after semicolon. (semi-spacing)
(#326) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#326) Operator '&&' must be spaced. (space-infix-ops)
(#326) A space is required after ','. (comma-spacing)
(#326) Missing whitespace after semicolon. (semi-spacing)
(#326) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#326) Operator '=' must be spaced. (space-infix-ops)
(#326) Missing whitespace after semicolon. (semi-spacing)
(#326) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#326) Operator '&&' must be spaced. (space-infix-ops)
(#326) Operator '!==' must be spaced. (space-infix-ops)
(#326) Operator '?' must be spaced. (space-infix-ops)
(#326) Operator ':' must be spaced. (space-infix-ops)
(#326) Requires a space before '}'. (block-spacing)
(#326) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#326) Missing semicolon. (semi)
(#326) A space is required after ','. (comma-spacing)
(#326) Missing space before value for key 'widget'. (key-spacing)
(#326) Requires a space after '{'. (block-spacing)
(#326) Statement inside of curly braces should be on next line. (brace-style)
(#326) Missing space before opening brace. (space-before-blocks)
(#326) Requires a space before '}'. (block-spacing)
(#326) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#326) Missing semicolon. (semi)
(#326) A space is required after ','. (comma-spacing)
(#326) Missing space before value for key 'disable'. (key-spacing)
(#326) A space is required after ','. (comma-spacing)
(#326) Missing space before value for key 'enable'. (key-spacing)
(#326) A space is required after ','. (comma-spacing)
(#326) Missing space before value for key 'close'. (key-spacing)
(#326) Requires a space after '{'. (block-spacing)
(#326) Statement inside of curly braces should be on next line. (brace-style)
(#326) Missing space before opening brace. (space-before-blocks)
(#326) A space is required after ','. (comma-spacing)
(#326) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#326) Operator '=' must be spaced. (space-infix-ops)
(#326) Missing whitespace after semicolon. (semi-spacing)
(#326) Expected space(s) after "if". (keyword-spacing)
(#326) Operator '&&' must be spaced. (space-infix-ops)
(#326) Operator '!==' must be spaced. (space-infix-ops)
(#326) A space is required after ','. (comma-spacing)
(#326) Requires a space after '{'. (block-spacing)
(#326) Statement inside of curly braces should be on next line. (brace-style)
(#326) Missing space before opening brace. (space-before-blocks)
(#326) Operator '=' must be spaced. (space-infix-ops)
(#326) Missing whitespace after semicolon. (semi-spacing)
(#326) Operator '=' must be spaced. (space-infix-ops)
(#326) Missing whitespace after semicolon. (semi-spacing)
(#326) Missing whitespace after semicolon. (semi-spacing)
(#326) Missing whitespace after semicolon. (semi-spacing)
(#326) Expected space(s) after "if". (keyword-spacing)
(#326) Expected { after 'if' condition. (curly)
(#326) Expected space(s) before "try". (keyword-spacing)
(#326) Expected space(s) after "try". (keyword-spacing)
(#326) Requires a space after '{'. (block-spacing)
(#326) Statement inside of curly braces should be on next line. (brace-style)
(#326) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#326) Operator '=' must be spaced. (space-infix-ops)
(#327) This line has a length of 510. Maximum allowed is 132. (max-len)
(#327) Operator '&&' must be spaced. (space-infix-ops)
(#327) Operator '!==' must be spaced. (space-infix-ops)
(#327) Operator '&&' must be spaced. (space-infix-ops)
(#327) Requires a space before '}'. (block-spacing)
(#327) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#327) Missing semicolon. (semi)
(#327) Expected space(s) before "catch". (keyword-spacing)
(#327) Expected space(s) after "catch". (keyword-spacing)
(#327) Empty block statement. (no-empty)
(#327) Missing space before opening brace. (space-before-blocks)
(#327) Expected space(s) before "this". (keyword-spacing)
(#327) A space is required after ','. (comma-spacing)
(#327) A space is required after ','. (comma-spacing)
(#327) Requires a space after '{'. (block-spacing)
(#327) Statement inside of curly braces should be on next line. (brace-style)
(#327) Missing space before opening brace. (space-before-blocks)
(#327) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#327) A space is required after ','. (comma-spacing)
(#327) Requires a space before '}'. (block-spacing)
(#327) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#327) Missing semicolon. (semi)
(#327) Requires a space before '}'. (block-spacing)
(#327) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#327) Missing semicolon. (semi)
(#327) Requires a space before '}'. (block-spacing)
(#327) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#327) A space is required after ','. (comma-spacing)
(#327) Missing space before value for key 'isOpen'. (key-spacing)
(#327) Requires a space after '{'. (block-spacing)
(#327) Statement inside of curly braces should be on next line. (brace-style)
(#327) Missing space before opening brace. (space-before-blocks)
(#327) Requires a space before '}'. (block-spacing)
(#327) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#327) Missing semicolon. (semi)
(#327) A space is required after ','. (comma-spacing)
(#327) Missing space before value for key 'moveToTop'. (key-spacing)
(#327) Requires a space after '{'. (block-spacing)
(#327) Statement inside of curly braces should be on next line. (brace-style)
(#327) Missing space before opening brace. (space-before-blocks)
(#327) Requires a space before '}'. (block-spacing)
(#327) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#327) Missing semicolon. (semi)
(#327) A space is required after ','. (comma-spacing)
(#327) Missing space before value for key '_moveToTop'. (key-spacing)
(#327) A space is required after ','. (comma-spacing)
(#327) Requires a space after '{'. (block-spacing)
(#327) Statement inside of curly braces should be on next line. (brace-style)
(#327) Missing space before opening brace. (space-before-blocks)
(#327) Operator '=' must be spaced. (space-infix-ops)
(#327) A space is required after ','. (comma-spacing)
(#327) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#327) Operator '=' must be spaced. (space-infix-ops)
(#327) Requires a space after '{'. (block-spacing)
(#327) Statement inside of curly braces should be on next line. (brace-style)
(#327) Missing space before opening brace. (space-before-blocks)
(#327) Expected space(s) after "return". (keyword-spacing)
(#327) Requires a space before '}'. (block-spacing)
(#327) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#327) Missing semicolon. (semi)
(#327) Missing whitespace after semicolon. (semi-spacing)
(#327) Operator '=' must be spaced. (space-infix-ops)
(#327) A space is required after ','. (comma-spacing)
(#327) Missing whitespace after semicolon. (semi-spacing)
(#327) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#327) Operator '>=' must be spaced. (space-infix-ops)
(#327) Operator '&&' must be spaced. (space-infix-ops)
(#327) A space is required after ','. (comma-spacing)
(#327) Operator '+' must be spaced. (space-infix-ops)
(#327) A space is required after ','. (comma-spacing)
(#327) Operator '=' must be spaced. (space-infix-ops)
(#327) Missing whitespace after semicolon. (semi-spacing)
(#327) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#327) Operator '&&' must be spaced. (space-infix-ops)
(#327) Operator '&&' must be spaced. (space-infix-ops)
(#328) This line has a length of 503. Maximum allowed is 132. (max-len)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) Requires a space before '}'. (block-spacing)
(#328) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#328) Missing semicolon. (semi)
(#328) A space is required after ','. (comma-spacing)
(#328) Missing space before value for key 'open'. (key-spacing)
(#328) Requires a space after '{'. (block-spacing)
(#328) Statement inside of curly braces should be on next line. (brace-style)
(#328) Missing space before opening brace. (space-before-blocks)
(#328) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#328) Operator '?' must be spaced. (space-infix-ops)
(#328) Operator '&&' must be spaced. (space-infix-ops)
(#328) Operator ':' must be spaced. (space-infix-ops)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) Operator '&&' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) Operator '-' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) Requires a space after '{'. (block-spacing)
(#328) Statement inside of curly braces should be on next line. (brace-style)
(#328) Missing space before opening brace. (space-before-blocks)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) Requires a space before '}'. (block-spacing)
(#328) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#328) Missing semicolon. (semi)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) Requires a space before '}'. (block-spacing)
(#328) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#328) Missing semicolon. (semi)
(#328) A space is required after ','. (comma-spacing)
(#328) Missing space before value for key '_focusTabbable'. (key-spacing)
(#328) Requires a space after '{'. (block-spacing)
(#328) Statement inside of curly braces should be on next line. (brace-style)
(#328) Missing space before opening brace. (space-before-blocks)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#329) This line has a length of 568. Maximum allowed is 132. (max-len)
(#329) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#329) Operator '||' must be spaced. (space-infix-ops)
(#329) Operator '=' must be spaced. (space-infix-ops)
(#329) Missing whitespace after semicolon. (semi-spacing)
(#329) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#329) Operator '||' must be spaced. (space-infix-ops)
(#329) Operator '=' must be spaced. (space-infix-ops)
(#329) Missing whitespace after semicolon. (semi-spacing)
(#329) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#329) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#329) Operator '||' must be spaced. (space-infix-ops)
(#329) Operator '=' must be spaced. (space-infix-ops)
(#329) Missing whitespace after semicolon. (semi-spacing)
(#329) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#329) Operator '||' must be spaced. (space-infix-ops)
(#329) Operator '=' must be spaced. (space-infix-ops)
(#329) Missing whitespace after semicolon. (semi-spacing)
(#329) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#329) Operator '||' must be spaced. (space-infix-ops)
(#329) Operator '=' must be spaced. (space-infix-ops)
(#329) Missing whitespace after semicolon. (semi-spacing)
(#329) Requires a space before '}'. (block-spacing)
(#329) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#329) Missing semicolon. (semi)
(#329) A space is required after ','. (comma-spacing)
(#329) Missing space before value for key '_keepFocus'. (key-spacing)
(#329) Requires a space after '{'. (block-spacing)
(#329) Statement inside of curly braces should be on next line. (brace-style)
(#329) Missing space before opening brace. (space-before-blocks)
(#329) Missing JSDoc comment. (require-jsdoc)
(#329) Requires a space after '{'. (block-spacing)
(#329) Statement inside of curly braces should be on next line. (brace-style)
(#329) Missing space before opening brace. (space-before-blocks)
(#329) Operator '=' must be spaced. (space-infix-ops)
(#329) Missing whitespace after semicolon. (semi-spacing)
(#329) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#329) Operator '===' must be spaced. (space-infix-ops)
(#329) Operator '||' must be spaced. (space-infix-ops)
(#329) A space is required after ','. (comma-spacing)
(#329) Operator '||' must be spaced. (space-infix-ops)
(#329) Requires a space before '}'. (block-spacing)
(#329) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#329) Missing semicolon. (semi)
(#329) Missing whitespace after semicolon. (semi-spacing)
(#329) Missing whitespace after semicolon. (semi-spacing)
(#329) Requires a space before '}'. (block-spacing)
(#329) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#329) Missing semicolon. (semi)
(#329) A space is required after ','. (comma-spacing)
(#329) Missing space before value for key '_createWrapper'. (key-spacing)
(#329) Requires a space after '{'. (block-spacing)
(#329) Statement inside of curly braces should be on next line. (brace-style)
(#329) Missing space before opening brace. (space-before-blocks)
(#329) Operator '=' must be spaced. (space-infix-ops)
(#329) Operator '+' must be spaced. (space-infix-ops)
(#330) This line has a length of 515. Maximum allowed is 132. (max-len)
(#330) Missing space before value for key 'tabIndex'. (key-spacing)
(#330) A space is required after ','. (comma-spacing)
(#330) Missing space before value for key 'role'. (key-spacing)
(#330) Missing whitespace after semicolon. (semi-spacing)
(#330) A space is required after ','. (comma-spacing)
(#330) Missing space before value for key 'keydown'. (key-spacing)
(#330) Requires a space after '{'. (block-spacing)
(#330) Statement inside of curly braces should be on next line. (brace-style)
(#330) Missing space before opening brace. (space-before-blocks)
(#330) Expected space(s) after "if". (keyword-spacing)
(#330) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#330) Operator '&&' must be spaced. (space-infix-ops)
(#330) Operator '&&' must be spaced. (space-infix-ops)
(#330) Operator '&&' must be spaced. (space-infix-ops)
(#330) Operator '===' must be spaced. (space-infix-ops)
(#330) Expected { after 'if' condition. (curly)
(#330) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#330) Unexpected use of comma operator. (no-sequences)
(#330) A space is required after ','. (comma-spacing)
(#330) Missing whitespace after semicolon. (semi-spacing)
(#330) Expected space(s) after "if". (keyword-spacing)
(#330) Operator '===' must be spaced. (space-infix-ops)
(#330) Operator '&&' must be spaced. (space-infix-ops)
(#330) Requires a space after '{'. (block-spacing)
(#330) Statement inside of curly braces should be on next line. (brace-style)
(#330) Missing space before opening brace. (space-before-blocks)
(#330) Operator '=' must be spaced. (space-infix-ops)
(#330) A space is required after ','. (comma-spacing)
(#330) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#330) Operator '=' must be spaced. (space-infix-ops)
(#330) A space is required after ','. (comma-spacing)
(#330) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#330) Operator '=' must be spaced. (space-infix-ops)
(#330) Missing whitespace after semicolon. (semi-spacing)
(#330) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#330) Operator '!==' must be spaced. (space-infix-ops)
(#330) Operator '&&' must be spaced. (space-infix-ops)
(#330) Operator '!==' must be spaced. (space-infix-ops)
(#330) Operator '||' must be spaced. (space-infix-ops)
(#330) Operator '?' must be spaced. (space-infix-ops)
(#330) Operator '!==' must be spaced. (space-infix-ops)
(#330) Operator '&&' must be spaced. (space-infix-ops)
(#330) Operator '!==' must be spaced. (space-infix-ops)
(#330) Operator '||' must be spaced. (space-infix-ops)
(#331) This line has a length of 516. Maximum allowed is 132. (max-len)
(#331) Operator '||' must be spaced. (space-infix-ops)
(#331) Requires a space after '{'. (block-spacing)
(#331) Statement inside of curly braces should be on next line. (brace-style)
(#331) Missing space before opening brace. (space-before-blocks)
(#331) Requires a space before '}'. (block-spacing)
(#331) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#331) Missing semicolon. (semi)
(#331) A space is required after ','. (comma-spacing)
(#331) Operator ':' must be spaced. (space-infix-ops)
(#331) Requires a space after '{'. (block-spacing)
(#331) Statement inside of curly braces should be on next line. (brace-style)
(#331) Missing space before opening brace. (space-before-blocks)
(#331) Requires a space before '}'. (block-spacing)
(#331) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#331) Missing semicolon. (semi)
(#331) A space is required after ','. (comma-spacing)
(#331) Requires a space before '}'. (block-spacing)
(#331) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#331) Missing semicolon. (semi)
(#331) Requires a space before '}'. (block-spacing)
(#331) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#331) A space is required after ','. (comma-spacing)
(#331) Missing space before value for key 'mousedown'. (key-spacing)
(#331) Requires a space after '{'. (block-spacing)
(#331) Statement inside of curly braces should be on next line. (brace-style)
(#331) Missing space before opening brace. (space-before-blocks)
(#331) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#331) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#331) Operator '&&' must be spaced. (space-infix-ops)
(#331) Requires a space before '}'. (block-spacing)
(#331) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#331) Missing semicolon. (semi)
(#331) Missing whitespace after semicolon. (semi-spacing)
(#331) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#331) Operator '||' must be spaced. (space-infix-ops)
(#331) Missing space before value for key 'aria-describedby'. (key-spacing)
(#331) Requires a space before '}'. (block-spacing)
(#331) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#331) Missing semicolon. (semi)
(#331) A space is required after ','. (comma-spacing)
(#331) Missing space before value for key '_createTitlebar'. (key-spacing)
(#331) Requires a space after '{'. (block-spacing)
(#331) Statement inside of curly braces should be on next line. (brace-style)
(#331) Missing space before opening brace. (space-before-blocks)
(#331) Operator '=' must be spaced. (space-infix-ops)
(#331) Missing whitespace after semicolon. (semi-spacing)
(#332) This line has a length of 511. Maximum allowed is 132. (max-len)
(#332) Missing space before value for key 'mousedown'. (key-spacing)
(#332) Requires a space after '{'. (block-spacing)
(#332) Statement inside of curly braces should be on next line. (brace-style)
(#332) Missing space before opening brace. (space-before-blocks)
(#332) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#332) Operator '||' must be spaced. (space-infix-ops)
(#332) Requires a space before '}'. (block-spacing)
(#332) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#332) Missing semicolon. (semi)
(#332) Missing whitespace after semicolon. (semi-spacing)
(#332) Operator '=' must be spaced. (space-infix-ops)
(#332) Missing space before value for key 'label'. (key-spacing)
(#332) A space is required after ','. (comma-spacing)
(#332) Missing space before value for key 'icons'. (key-spacing)
(#332) Missing space before value for key 'primary'. (key-spacing)
(#332) A space is required after ','. (comma-spacing)
(#332) Missing space before value for key 'text'. (key-spacing)
(#332) Missing whitespace after semicolon. (semi-spacing)
(#332) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#332) A space is required after ','. (comma-spacing)
(#332) Missing space before value for key 'click'. (key-spacing)
(#332) Requires a space after '{'. (block-spacing)
(#332) Statement inside of curly braces should be on next line. (brace-style)
(#332) Missing space before opening brace. (space-before-blocks)
(#332) Missing whitespace after semicolon. (semi-spacing)
(#332) Requires a space before '}'. (block-spacing)
(#332) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#332) Missing semicolon. (semi)
(#332) Missing whitespace after semicolon. (semi-spacing)
(#332) Operator '=' must be spaced. (space-infix-ops)
(#332) Missing whitespace after semicolon. (semi-spacing)
(#333) This line has a length of 507. Maximum allowed is 132. (max-len)
(#333) Missing space before value for key 'aria-labelledby'. (key-spacing)
(#333) Requires a space before '}'. (block-spacing)
(#333) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#333) Missing semicolon. (semi)
(#333) A space is required after ','. (comma-spacing)
(#333) Missing space before value for key '_title'. (key-spacing)
(#333) Requires a space after '{'. (block-spacing)
(#333) Statement inside of curly braces should be on next line. (brace-style)
(#333) Missing space before opening brace. (space-before-blocks)
(#333) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#333) Operator '||' must be spaced. (space-infix-ops)
(#333) Missing whitespace after semicolon. (semi-spacing)
(#333) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#333) Requires a space before '}'. (block-spacing)
(#333) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#333) Missing semicolon. (semi)
(#333) A space is required after ','. (comma-spacing)
(#333) Missing space before value for key '_createButtonPane'. (key-spacing)
(#333) Requires a space after '{'. (block-spacing)
(#333) Statement inside of curly braces should be on next line. (brace-style)
(#333) Missing space before opening brace. (space-before-blocks)
(#333) Operator '=' must be spaced. (space-infix-ops)
(#333) Missing whitespace after semicolon. (semi-spacing)
(#333) Operator '=' must be spaced. (space-infix-ops)
(#333) Missing whitespace after semicolon. (semi-spacing)
(#333) Requires a space before '}'. (block-spacing)
(#333) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#333) Missing semicolon. (semi)
(#333) A space is required after ','. (comma-spacing)
(#333) Missing space before value for key '_createButtons'. (key-spacing)
(#333) Requires a space after '{'. (block-spacing)
(#333) Statement inside of curly braces should be on next line. (brace-style)
(#333) Missing space before opening brace. (space-before-blocks)
(#333) Operator '=' must be spaced. (space-infix-ops)
(#333) A space is required after ','. (comma-spacing)
(#333) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#333) Operator '=' must be spaced. (space-infix-ops)
(#333) Missing whitespace after semicolon. (semi-spacing)
(#333) Missing whitespace after semicolon. (semi-spacing)
(#334) This line has a length of 537. Maximum allowed is 132. (max-len)
(#334) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#334) Operator '||' must be spaced. (space-infix-ops)
(#334) Operator '&&' must be spaced. (space-infix-ops)
(#334) Operator '?' must be spaced. (space-infix-ops)
(#334) Operator ':' must be spaced. (space-infix-ops)
(#334) A space is required after ','. (comma-spacing)
(#334) A space is required after ','. (comma-spacing)
(#334) Requires a space after '{'. (block-spacing)
(#334) Statement inside of curly braces should be on next line. (brace-style)
(#334) Missing space before opening brace. (space-before-blocks)
(#334) Operator '=' must be spaced. (space-infix-ops)
(#334) Operator '?' must be spaced. (space-infix-ops)
(#334) Missing space before value for key 'click'. (key-spacing)
(#334) A space is required after ','. (comma-spacing)
(#334) Missing space before value for key 'text'. (key-spacing)
(#334) Operator ':' must be spaced. (space-infix-ops)
(#334) Missing whitespace after semicolon. (semi-spacing)
(#334) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#334) Operator '=' must be spaced. (space-infix-ops)
(#334) Missing space before value for key 'type'. (key-spacing)
(#334) A space is required after ','. (comma-spacing)
(#334) Missing whitespace after semicolon. (semi-spacing)
(#334) Operator '=' must be spaced. (space-infix-ops)
(#334) Missing whitespace after semicolon. (semi-spacing)
(#334) Operator '=' must be spaced. (space-infix-ops)
(#334) Requires a space after '{'. (block-spacing)
(#334) Statement inside of curly braces should be on next line. (brace-style)
(#334) Missing space before opening brace. (space-before-blocks)
(#334) A space is required after ','. (comma-spacing)
(#334) Requires a space before '}'. (block-spacing)
(#334) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#334) Missing semicolon. (semi)
(#334) Missing whitespace after semicolon. (semi-spacing)
(#334) Operator '=' must be spaced. (space-infix-ops)
(#334) Missing space before value for key 'icons'. (key-spacing)
(#334) A space is required after ','. (comma-spacing)
(#334) Missing space before value for key 'text'. (key-spacing)
(#334) Missing whitespace after semicolon. (semi-spacing)
(#334) Missing whitespace after semicolon. (semi-spacing)
(#334) Missing whitespace after semicolon. (semi-spacing)
(#334) A space is required after ','. (comma-spacing)
(#334) Requires a space before '}'. (block-spacing)
(#334) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#334) Missing semicolon. (semi)
(#334) A space is required after ','. (comma-spacing)
(#334) A space is required after ','. (comma-spacing)
(#334) Requires a space before '}'. (block-spacing)
(#334) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#334) Missing semicolon. (semi)
(#334) A space is required after ','. (comma-spacing)
(#334) Missing space before value for key '_makeDraggable'. (key-spacing)
(#334) Requires a space after '{'. (block-spacing)
(#334) Statement inside of curly braces should be on next line. (brace-style)
(#334) Missing space before opening brace. (space-before-blocks)
(#334) Missing JSDoc comment. (require-jsdoc)
(#334) Requires a space after '{'. (block-spacing)
(#334) Statement inside of curly braces should be on next line. (brace-style)
(#334) Missing space before opening brace. (space-before-blocks)
(#334) Expected space(s) after "return". (keyword-spacing)
(#334) Missing space before value for key 'position'. (key-spacing)
(#335) This line has a length of 503. Maximum allowed is 132. (max-len)
(#335) Missing space before value for key 'offset'. (key-spacing)
(#335) Requires a space before '}'. (block-spacing)
(#335) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#335) Missing semicolon. (semi)
(#335) Expected space(s) before "var". (keyword-spacing)
(#335) Operator '=' must be spaced. (space-infix-ops)
(#335) A space is required after ','. (comma-spacing)
(#335) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#335) Operator '=' must be spaced. (space-infix-ops)
(#335) Missing whitespace after semicolon. (semi-spacing)
(#335) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#335) Missing space before value for key 'cancel'. (key-spacing)
(#335) A space is required after ','. (comma-spacing)
(#335) Missing space before value for key 'handle'. (key-spacing)
(#335) A space is required after ','. (comma-spacing)
(#335) Missing space before value for key 'containment'. (key-spacing)
(#335) A space is required after ','. (comma-spacing)
(#335) Missing space before value for key 'start'. (key-spacing)
(#335) A space is required after ','. (comma-spacing)
(#335) Requires a space after '{'. (block-spacing)
(#335) Statement inside of curly braces should be on next line. (brace-style)
(#335) Missing space before opening brace. (space-before-blocks)
(#335) Missing whitespace after semicolon. (semi-spacing)
(#335) Missing whitespace after semicolon. (semi-spacing)
(#335) A space is required after ','. (comma-spacing)
(#335) A space is required after ','. (comma-spacing)
(#335) Requires a space before '}'. (block-spacing)
(#335) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#335) Missing semicolon. (semi)
(#335) A space is required after ','. (comma-spacing)
(#335) Missing space before value for key 'drag'. (key-spacing)
(#335) A space is required after ','. (comma-spacing)
(#335) Requires a space after '{'. (block-spacing)
(#335) Statement inside of curly braces should be on next line. (brace-style)
(#335) Missing space before opening brace. (space-before-blocks)
(#335) A space is required after ','. (comma-spacing)
(#335) A space is required after ','. (comma-spacing)
(#335) Requires a space before '}'. (block-spacing)
(#335) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#335) Missing semicolon. (semi)
(#335) A space is required after ','. (comma-spacing)
(#335) Missing space before value for key 'stop'. (key-spacing)
(#335) A space is required after ','. (comma-spacing)
(#335) Requires a space after '{'. (block-spacing)
(#335) Statement inside of curly braces should be on next line. (brace-style)
(#335) Missing space before opening brace. (space-before-blocks)
(#335) Operator '=' must be spaced. (space-infix-ops)
(#335) Operator '-' must be spaced. (space-infix-ops)
(#335) A space is required after ','. (comma-spacing)
(#335) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#335) Operator '=' must be spaced. (space-infix-ops)
(#335) Operator '-' must be spaced. (space-infix-ops)
(#335) Missing whitespace after semicolon. (semi-spacing)
(#335) Operator '=' must be spaced. (space-infix-ops)
(#335) Missing space before value for key 'my'. (key-spacing)
(#335) A space is required after ','. (comma-spacing)
(#335) Missing space before value for key 'at'. (key-spacing)
(#335) Operator '+' must be spaced. (space-infix-ops)
(#335) Operator '<=' must be spaced. (space-infix-ops)
(#335) Operator '?' must be spaced. (space-infix-ops)
(#335) Operator ':' must be spaced. (space-infix-ops)
(#335) Operator '+' must be spaced. (space-infix-ops)
(#335) Operator '+' must be spaced. (space-infix-ops)
(#335) Operator '+' must be spaced. (space-infix-ops)
(#335) Operator '<=' must be spaced. (space-infix-ops)
(#335) Operator '?' must be spaced. (space-infix-ops)
(#335) Operator ':' must be spaced. (space-infix-ops)
(#335) Operator '+' must be spaced. (space-infix-ops)
(#336) This line has a length of 514. Maximum allowed is 132. (max-len)
(#336) A space is required after ','. (comma-spacing)
(#336) Missing space before value for key 'of'. (key-spacing)
(#336) Missing whitespace after semicolon. (semi-spacing)
(#336) Missing whitespace after semicolon. (semi-spacing)
(#336) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#336) Missing whitespace after semicolon. (semi-spacing)
(#336) A space is required after ','. (comma-spacing)
(#336) A space is required after ','. (comma-spacing)
(#336) Requires a space before '}'. (block-spacing)
(#336) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#336) Missing semicolon. (semi)
(#336) Requires a space before '}'. (block-spacing)
(#336) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#336) Missing semicolon. (semi)
(#336) A space is required after ','. (comma-spacing)
(#336) Missing space before value for key '_makeResizable'. (key-spacing)
(#336) Requires a space after '{'. (block-spacing)
(#336) Statement inside of curly braces should be on next line. (brace-style)
(#336) Missing space before opening brace. (space-before-blocks)
(#336) Missing JSDoc comment. (require-jsdoc)
(#336) Requires a space after '{'. (block-spacing)
(#336) Statement inside of curly braces should be on next line. (brace-style)
(#336) Missing space before opening brace. (space-before-blocks)
(#336) Expected space(s) after "return". (keyword-spacing)
(#336) Missing space before value for key 'originalPosition'. (key-spacing)
(#336) A space is required after ','. (comma-spacing)
(#336) Missing space before value for key 'originalSize'. (key-spacing)
(#336) A space is required after ','. (comma-spacing)
(#336) Missing space before value for key 'position'. (key-spacing)
(#336) A space is required after ','. (comma-spacing)
(#336) Missing space before value for key 'size'. (key-spacing)
(#336) Requires a space before '}'. (block-spacing)
(#336) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#336) Missing semicolon. (semi)
(#336) Expected space(s) before "var". (keyword-spacing)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) A space is required after ','. (comma-spacing)
(#336) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) A space is required after ','. (comma-spacing)
(#336) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) A space is required after ','. (comma-spacing)
(#336) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) Missing whitespace after semicolon. (semi-spacing)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) Operator '===' must be spaced. (space-infix-ops)
(#336) Operator '?' must be spaced. (space-infix-ops)
(#336) Operator ':' must be spaced. (space-infix-ops)
(#336) Missing whitespace after semicolon. (semi-spacing)
(#336) Missing space before value for key 'cancel'. (key-spacing)
(#336) A space is required after ','. (comma-spacing)
(#336) Missing space before value for key 'containment'. (key-spacing)
(#336) A space is required after ','. (comma-spacing)
(#336) Missing space before value for key 'alsoResize'. (key-spacing)
(#336) A space is required after ','. (comma-spacing)
(#336) Missing space before value for key 'maxWidth'. (key-spacing)
(#336) A space is required after ','. (comma-spacing)
(#336) Missing space before value for key 'maxHeight'. (key-spacing)
(#337) This line has a length of 513. Maximum allowed is 132. (max-len)
(#337) Missing space before value for key 'minWidth'. (key-spacing)
(#337) A space is required after ','. (comma-spacing)
(#337) Missing space before value for key 'minHeight'. (key-spacing)
(#337) A space is required after ','. (comma-spacing)
(#337) Missing space before value for key 'handles'. (key-spacing)
(#337) A space is required after ','. (comma-spacing)
(#337) Missing space before value for key 'start'. (key-spacing)
(#337) A space is required after ','. (comma-spacing)
(#337) Requires a space after '{'. (block-spacing)
(#337) Statement inside of curly braces should be on next line. (brace-style)
(#337) Missing space before opening brace. (space-before-blocks)
(#337) Missing whitespace after semicolon. (semi-spacing)
(#337) Missing whitespace after semicolon. (semi-spacing)
(#337) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#337) A space is required after ','. (comma-spacing)
(#337) A space is required after ','. (comma-spacing)
(#337) Requires a space before '}'. (block-spacing)
(#337) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#337) Missing semicolon. (semi)
(#337) A space is required after ','. (comma-spacing)
(#337) Missing space before value for key 'resize'. (key-spacing)
(#337) A space is required after ','. (comma-spacing)
(#337) Requires a space after '{'. (block-spacing)
(#337) Statement inside of curly braces should be on next line. (brace-style)
(#337) Missing space before opening brace. (space-before-blocks)
(#337) A space is required after ','. (comma-spacing)
(#337) A space is required after ','. (comma-spacing)
(#337) Requires a space before '}'. (block-spacing)
(#337) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#337) Missing semicolon. (semi)
(#337) A space is required after ','. (comma-spacing)
(#337) Missing space before value for key 'stop'. (key-spacing)
(#337) A space is required after ','. (comma-spacing)
(#337) Requires a space after '{'. (block-spacing)
(#337) Statement inside of curly braces should be on next line. (brace-style)
(#337) Missing space before opening brace. (space-before-blocks)
(#337) Operator '=' must be spaced. (space-infix-ops)
(#337) A space is required after ','. (comma-spacing)
(#337) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#337) Operator '=' must be spaced. (space-infix-ops)
(#337) Operator '-' must be spaced. (space-infix-ops)
(#337) Missing whitespace after semicolon. (semi-spacing)
(#337) Operator '=' must be spaced. (space-infix-ops)
(#337) Operator '-' must be spaced. (space-infix-ops)
(#337) Missing whitespace after semicolon. (semi-spacing)
(#337) Operator '=' must be spaced. (space-infix-ops)
(#337) Missing whitespace after semicolon. (semi-spacing)
(#337) Operator '=' must be spaced. (space-infix-ops)
(#337) Missing whitespace after semicolon. (semi-spacing)
(#337) Operator '=' must be spaced. (space-infix-ops)
(#337) Missing space before value for key 'my'. (key-spacing)
(#337) A space is required after ','. (comma-spacing)
(#337) Missing space before value for key 'at'. (key-spacing)
(#337) Operator '+' must be spaced. (space-infix-ops)
(#337) Operator '<=' must be spaced. (space-infix-ops)
(#337) Operator '?' must be spaced. (space-infix-ops)
(#337) Operator ':' must be spaced. (space-infix-ops)
(#337) Operator '+' must be spaced. (space-infix-ops)
(#337) Operator '+' must be spaced. (space-infix-ops)
(#337) Operator '+' must be spaced. (space-infix-ops)
(#337) Operator '<=' must be spaced. (space-infix-ops)
(#337) Operator '?' must be spaced. (space-infix-ops)
(#337) Operator ':' must be spaced. (space-infix-ops)
(#337) Operator '+' must be spaced. (space-infix-ops)
(#337) A space is required after ','. (comma-spacing)
(#337) Missing space before value for key 'of'. (key-spacing)
(#337) Missing whitespace after semicolon. (semi-spacing)
(#338) This line has a length of 525. Maximum allowed is 132. (max-len)
(#338) Missing whitespace after semicolon. (semi-spacing)
(#338) A space is required after ','. (comma-spacing)
(#338) A space is required after ','. (comma-spacing)
(#338) Requires a space before '}'. (block-spacing)
(#338) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#338) Missing semicolon. (semi)
(#338) A space is required after ','. (comma-spacing)
(#338) Requires a space before '}'. (block-spacing)
(#338) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#338) Missing semicolon. (semi)
(#338) A space is required after ','. (comma-spacing)
(#338) Missing space before value for key '_trackFocus'. (key-spacing)
(#338) Requires a space after '{'. (block-spacing)
(#338) Statement inside of curly braces should be on next line. (brace-style)
(#338) Missing space before opening brace. (space-before-blocks)
(#338) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#338) A space is required after ','. (comma-spacing)
(#338) Missing space before value for key 'focusin'. (key-spacing)
(#338) Requires a space after '{'. (block-spacing)
(#338) Statement inside of curly braces should be on next line. (brace-style)
(#338) Missing space before opening brace. (space-before-blocks)
(#338) Missing whitespace after semicolon. (semi-spacing)
(#338) Operator '=' must be spaced. (space-infix-ops)
(#338) Requires a space before '}'. (block-spacing)
(#338) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#338) Missing semicolon. (semi)
(#338) Requires a space before '}'. (block-spacing)
(#338) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#338) Missing semicolon. (semi)
(#338) A space is required after ','. (comma-spacing)
(#338) Missing space before value for key '_makeFocusTarget'. (key-spacing)
(#338) Requires a space after '{'. (block-spacing)
(#338) Statement inside of curly braces should be on next line. (brace-style)
(#338) Missing space before opening brace. (space-before-blocks)
(#338) Missing whitespace after semicolon. (semi-spacing)
(#338) Requires a space before '}'. (block-spacing)
(#338) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#338) Missing semicolon. (semi)
(#338) A space is required after ','. (comma-spacing)
(#338) Missing space before value for key '_untrackInstance'. (key-spacing)
(#338) Requires a space after '{'. (block-spacing)
(#338) Statement inside of curly braces should be on next line. (brace-style)
(#338) Missing space before opening brace. (space-before-blocks)
(#338) Operator '=' must be spaced. (space-infix-ops)
(#338) A space is required after ','. (comma-spacing)
(#338) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#338) Operator '=' must be spaced. (space-infix-ops)
(#338) A space is required after ','. (comma-spacing)
(#338) Missing whitespace after semicolon. (semi-spacing)
(#338) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#338) Operator '!==' must be spaced. (space-infix-ops)
(#338) Operator '&&' must be spaced. (space-infix-ops)
(#338) A space is required after ','. (comma-spacing)
(#338) Requires a space before '}'. (block-spacing)
(#338) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#338) Missing semicolon. (semi)
(#338) A space is required after ','. (comma-spacing)
(#338) Missing space before value for key '_trackingInstances'. (key-spacing)
(#338) Requires a space after '{'. (block-spacing)
(#338) Statement inside of curly braces should be on next line. (brace-style)
(#338) Missing space before opening brace. (space-before-blocks)
(#338) Operator '=' must be spaced. (space-infix-ops)
(#338) Missing whitespace after semicolon. (semi-spacing)
(#338) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#338) Operator '||' must be spaced. (space-infix-ops)
(#338) Operator '=' must be spaced. (space-infix-ops)
(#338) A space is required after ','. (comma-spacing)
(#339) This line has a length of 513. Maximum allowed is 132. (max-len)
(#339) Missing whitespace after semicolon. (semi-spacing)
(#339) Requires a space before '}'. (block-spacing)
(#339) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#339) Missing semicolon. (semi)
(#339) A space is required after ','. (comma-spacing)
(#339) Missing space before value for key '_minHeight'. (key-spacing)
(#339) Requires a space after '{'. (block-spacing)
(#339) Statement inside of curly braces should be on next line. (brace-style)
(#339) Missing space before opening brace. (space-before-blocks)
(#339) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#339) Operator '=' must be spaced. (space-infix-ops)
(#339) Missing whitespace after semicolon. (semi-spacing)
(#339) Expected space(s) after "return". (keyword-spacing)
(#339) Operator '===' must be spaced. (space-infix-ops)
(#339) Operator '?' must be spaced. (space-infix-ops)
(#339) Operator ':' must be spaced. (space-infix-ops)
(#339) A space is required after ','. (comma-spacing)
(#339) Requires a space before '}'. (block-spacing)
(#339) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#339) Missing semicolon. (semi)
(#339) A space is required after ','. (comma-spacing)
(#339) Missing space before value for key '_position'. (key-spacing)
(#339) Requires a space after '{'. (block-spacing)
(#339) Statement inside of curly braces should be on next line. (brace-style)
(#339) Missing space before opening brace. (space-before-blocks)
(#339) Operator '=' must be spaced. (space-infix-ops)
(#339) Missing whitespace after semicolon. (semi-spacing)
(#339) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#339) Operator '||' must be spaced. (space-infix-ops)
(#339) Missing whitespace after semicolon. (semi-spacing)
(#339) Missing whitespace after semicolon. (semi-spacing)
(#339) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#339) Operator '||' must be spaced. (space-infix-ops)
(#339) Requires a space before '}'. (block-spacing)
(#339) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#339) Missing semicolon. (semi)
(#339) A space is required after ','. (comma-spacing)
(#339) Missing space before value for key '_setOptions'. (key-spacing)
(#339) Requires a space after '{'. (block-spacing)
(#339) Statement inside of curly braces should be on next line. (brace-style)
(#339) Missing space before opening brace. (space-before-blocks)
(#339) Operator '=' must be spaced. (space-infix-ops)
(#339) A space is required after ','. (comma-spacing)
(#339) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#339) Operator '=' must be spaced. (space-infix-ops)
(#339) A space is required after ','. (comma-spacing)
(#339) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#339) Operator '=' must be spaced. (space-infix-ops)
(#339) Missing whitespace after semicolon. (semi-spacing)
(#339) A space is required after ','. (comma-spacing)
(#339) A space is required after ','. (comma-spacing)
(#339) Requires a space after '{'. (block-spacing)
(#339) Statement inside of curly braces should be on next line. (brace-style)
(#339) Missing space before opening brace. (space-before-blocks)
(#339) A space is required after ','. (comma-spacing)
(#339) Missing whitespace after semicolon. (semi-spacing)
(#339) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#339) Operator '&&' must be spaced. (space-infix-ops)
(#339) Operator '=' must be spaced. (space-infix-ops)
(#339) Missing whitespace after semicolon. (semi-spacing)
(#339) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#339) Operator '&&' must be spaced. (space-infix-ops)
(#339) Operator '=' must be spaced. (space-infix-ops)
(#339) Requires a space before '}'. (block-spacing)
(#339) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#339) Missing semicolon. (semi)
(#339) Missing whitespace after semicolon. (semi-spacing)
(#339) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#339) Operator '&&' must be spaced. (space-infix-ops)
(#339) A space is required after ','. (comma-spacing)
(#339) Missing whitespace after semicolon. (semi-spacing)
(#339) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#339) Operator '&&' must be spaced. (space-infix-ops)
(#340) This line has a length of 503. Maximum allowed is 132. (max-len)
(#340) A space is required after ','. (comma-spacing)
(#340) Requires a space before '}'. (block-spacing)
(#340) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#340) Missing semicolon. (semi)
(#340) A space is required after ','. (comma-spacing)
(#340) Missing space before value for key '_setOption'. (key-spacing)
(#340) A space is required after ','. (comma-spacing)
(#340) Requires a space after '{'. (block-spacing)
(#340) Statement inside of curly braces should be on next line. (brace-style)
(#340) Missing space before opening brace. (space-before-blocks)
(#340) A space is required after ','. (comma-spacing)
(#340) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#340) Operator '=' must be spaced. (space-infix-ops)
(#340) Missing whitespace after semicolon. (semi-spacing)
(#340) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#340) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#340) Operator '===' must be spaced. (space-infix-ops)
(#340) Operator '&&' must be spaced. (space-infix-ops)
(#340) Missing whitespace after semicolon. (semi-spacing)
(#340) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#340) Operator '!==' must be spaced. (space-infix-ops)
(#340) Operator '&&' must be spaced. (space-infix-ops)
(#340) A space is required after ','. (comma-spacing)
(#340) A space is required after ','. (comma-spacing)
(#340) Operator '===' must be spaced. (space-infix-ops)
(#340) Operator '&&' must be spaced. (space-infix-ops)
(#340) A space is required after ','. (comma-spacing)
(#340) Operator '===' must be spaced. (space-infix-ops)
(#340) Operator '&&' must be spaced. (space-infix-ops)
(#340) A space is required after ','. (comma-spacing)
(#340) Operator '===' must be spaced. (space-infix-ops)
(#340) Operator '&&' must be spaced. (space-infix-ops)
(#340) Missing space before value for key 'label'. (key-spacing)
(#340) Operator '+' must be spaced. (space-infix-ops)
(#340) A space is required after ','. (comma-spacing)
(#340) Operator '===' must be spaced. (space-infix-ops)
(#340) Operator '&&' must be spaced. (space-infix-ops)
(#340) Operator '=' must be spaced. (space-infix-ops)
(#340) Operator '&&' must be spaced. (space-infix-ops)
(#340) Operator '&&' must be spaced. (space-infix-ops)
(#340) A space is required after ','. (comma-spacing)
(#340) Operator '&&' must be spaced. (space-infix-ops)
(#340) Operator '&&' must be spaced. (space-infix-ops)
(#340) A space is required after ','. (comma-spacing)
(#340) Operator '===' must be spaced. (space-infix-ops)
(#340) Operator '&&' must be spaced. (space-infix-ops)
(#340) A space is required after ','. (comma-spacing)
(#340) Operator '===' must be spaced. (space-infix-ops)
(#341) This line has a length of 504. Maximum allowed is 132. (max-len)
(#341) Operator '&&' must be spaced. (space-infix-ops)
(#341) Operator '=' must be spaced. (space-infix-ops)
(#341) Operator '&&' must be spaced. (space-infix-ops)
(#341) Operator '&&' must be spaced. (space-infix-ops)
(#341) A space is required after ','. (comma-spacing)
(#341) Operator '&&' must be spaced. (space-infix-ops)
(#341) Operator '===' must be spaced. (space-infix-ops)
(#341) Operator '&&' must be spaced. (space-infix-ops)
(#341) A space is required after ','. (comma-spacing)
(#341) A space is required after ','. (comma-spacing)
(#341) A space is required after ','. (comma-spacing)
(#341) Operator '||' must be spaced. (space-infix-ops)
(#341) Operator '===' must be spaced. (space-infix-ops)
(#341) Operator '||' must be spaced. (space-infix-ops)
(#341) A space is required after ','. (comma-spacing)
(#341) Operator '===' must be spaced. (space-infix-ops)
(#341) Operator '&&' must be spaced. (space-infix-ops)
(#341) Requires a space before '}'. (block-spacing)
(#341) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#341) Missing semicolon. (semi)
(#341) A space is required after ','. (comma-spacing)
(#341) Missing space before value for key '_size'. (key-spacing)
(#341) Requires a space after '{'. (block-spacing)
(#341) Statement inside of curly braces should be on next line. (brace-style)
(#341) Missing space before opening brace. (space-before-blocks)
(#341) Operator '=' must be spaced. (space-infix-ops)
(#341) Missing whitespace after semicolon. (semi-spacing)
(#341) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#341) Missing space before value for key 'width'. (key-spacing)
(#341) A space is required after ','. (comma-spacing)
(#341) Missing space before value for key 'minHeight'. (key-spacing)
(#341) A space is required after ','. (comma-spacing)
(#341) Missing space before value for key 'maxHeight'. (key-spacing)
(#341) A space is required after ','. (comma-spacing)
(#341) Missing space before value for key 'height'. (key-spacing)
(#341) Missing whitespace after semicolon. (semi-spacing)
(#341) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#341) Operator '>' must be spaced. (space-infix-ops)
(#341) Operator '&&' must be spaced. (space-infix-ops)
(#341) Operator '=' must be spaced. (space-infix-ops)
(#341) Missing whitespace after semicolon. (semi-spacing)
(#341) Operator '=' must be spaced. (space-infix-ops)
(#341) Missing space before value for key 'height'. (key-spacing)
(#341) A space is required after ','. (comma-spacing)
(#341) Missing space before value for key 'width'. (key-spacing)
(#341) Missing whitespace after semicolon. (semi-spacing)
(#341) Operator '=' must be spaced. (space-infix-ops)
(#341) A space is required after ','. (comma-spacing)
(#341) Operator '-' must be spaced. (space-infix-ops)
(#341) Missing whitespace after semicolon. (semi-spacing)
(#341) Operator '=' must be spaced. (space-infix-ops)
(#341) Operator '===' must be spaced. (space-infix-ops)
(#342) This line has a length of 513. Maximum allowed is 132. (max-len)
(#342) Operator '?' must be spaced. (space-infix-ops)
(#342) A space is required after ','. (comma-spacing)
(#342) Operator '-' must be spaced. (space-infix-ops)
(#342) Operator ':' must be spaced. (space-infix-ops)
(#342) Missing whitespace after semicolon. (semi-spacing)
(#342) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#342) Operator '===' must be spaced. (space-infix-ops)
(#342) Operator '?' must be spaced. (space-infix-ops)
(#342) Missing space before value for key 'minHeight'. (key-spacing)
(#342) A space is required after ','. (comma-spacing)
(#342) Missing space before value for key 'maxHeight'. (key-spacing)
(#342) A space is required after ','. (comma-spacing)
(#342) Missing space before value for key 'height'. (key-spacing)
(#342) Operator ':' must be spaced. (space-infix-ops)
(#342) A space is required after ','. (comma-spacing)
(#342) Operator '-' must be spaced. (space-infix-ops)
(#342) Missing whitespace after semicolon. (semi-spacing)
(#342) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#342) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#342) Operator '&&' must be spaced. (space-infix-ops)
(#342) A space is required after ','. (comma-spacing)
(#342) A space is required after ','. (comma-spacing)
(#342) Requires a space before '}'. (block-spacing)
(#342) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#342) Missing semicolon. (semi)
(#342) A space is required after ','. (comma-spacing)
(#342) Missing space before value for key '_blockFrames'. (key-spacing)
(#342) Requires a space after '{'. (block-spacing)
(#342) Statement inside of curly braces should be on next line. (brace-style)
(#342) Missing space before opening brace. (space-before-blocks)
(#342) Operator '=' must be spaced. (space-infix-ops)
(#342) Requires a space after '{'. (block-spacing)
(#342) Statement inside of curly braces should be on next line. (brace-style)
(#342) Missing space before opening brace. (space-before-blocks)
(#342) Operator '=' must be spaced. (space-infix-ops)
(#342) Missing whitespace after semicolon. (semi-spacing)
(#342) Missing space before value for key 'position'. (key-spacing)
(#342) A space is required after ','. (comma-spacing)
(#342) Missing space before value for key 'width'. (key-spacing)
(#342) A space is required after ','. (comma-spacing)
(#342) Missing space before value for key 'height'. (key-spacing)
(#342) Requires a space before '}'. (block-spacing)
(#342) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#342) Missing semicolon. (semi)
(#342) Requires a space before '}'. (block-spacing)
(#342) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#342) Missing semicolon. (semi)
(#343) This line has a length of 503. Maximum allowed is 132. (max-len)
(#343) Missing space before value for key '_unblockFrames'. (key-spacing)
(#343) Requires a space after '{'. (block-spacing)
(#343) Statement inside of curly braces should be on next line. (brace-style)
(#343) Missing space before opening brace. (space-before-blocks)
(#343) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#343) Operator '&&' must be spaced. (space-infix-ops)
(#343) A space is required after ','. (comma-spacing)
(#343) Requires a space before '}'. (block-spacing)
(#343) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#343) Missing semicolon. (semi)
(#343) A space is required after ','. (comma-spacing)
(#343) Missing space before value for key '_allowInteraction'. (key-spacing)
(#343) Requires a space after '{'. (block-spacing)
(#343) Statement inside of curly braces should be on next line. (brace-style)
(#343) Missing space before opening brace. (space-before-blocks)
(#343) Operator '?' must be spaced. (space-infix-ops)
(#343) Operator ':' must be spaced. (space-infix-ops)
(#343) Requires a space before '}'. (block-spacing)
(#343) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#343) Missing semicolon. (semi)
(#343) A space is required after ','. (comma-spacing)
(#343) Missing space before value for key '_createOverlay'. (key-spacing)
(#343) Requires a space after '{'. (block-spacing)
(#343) Statement inside of curly braces should be on next line. (brace-style)
(#343) Missing space before opening brace. (space-before-blocks)
(#343) Expected space(s) after "if". (keyword-spacing)
(#343) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#343) Requires a space after '{'. (block-spacing)
(#343) Statement inside of curly braces should be on next line. (brace-style)
(#343) Missing space before opening brace. (space-before-blocks)
(#343) Operator '=' must be spaced. (space-infix-ops)
(#343) Missing whitespace after semicolon. (semi-spacing)
(#343) Requires a space after '{'. (block-spacing)
(#343) Statement inside of curly braces should be on next line. (brace-style)
(#343) Missing space before opening brace. (space-before-blocks)
(#343) Operator '=' must be spaced. (space-infix-ops)
(#343) Requires a space before '}'. (block-spacing)
(#343) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#343) Missing semicolon. (semi)
(#343) Missing whitespace after semicolon. (semi-spacing)
(#343) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#343) Operator '||' must be spaced. (space-infix-ops)
(#343) A space is required after ','. (comma-spacing)
(#343) Missing space before value for key 'focusin'. (key-spacing)
(#343) Requires a space after '{'. (block-spacing)
(#343) Statement inside of curly braces should be on next line. (brace-style)
(#343) Missing space before opening brace. (space-before-blocks)
(#343) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#343) Operator '||' must be spaced. (space-infix-ops)
(#343) Operator '||' must be spaced. (space-infix-ops)
(#343) A space is required after ','. (comma-spacing)
(#343) Requires a space before '}'. (block-spacing)
(#343) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#343) Missing semicolon. (semi)
(#344) This line has a length of 522. Maximum allowed is 132. (max-len)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) Missing whitespace after semicolon. (semi-spacing)
(#344) A space is required after ','. (comma-spacing)
(#344) Missing space before value for key 'mousedown'. (key-spacing)
(#344) Missing whitespace after semicolon. (semi-spacing)
(#344) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#344) A space is required after ','. (comma-spacing)
(#344) Operator '||' must be spaced. (space-infix-ops)
(#344) Operator '+' must be spaced. (space-infix-ops)
(#344) Requires a space before '}'. (block-spacing)
(#344) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#344) Missing semicolon. (semi)
(#344) Requires a space before '}'. (block-spacing)
(#344) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#344) A space is required after ','. (comma-spacing)
(#344) Missing space before value for key '_destroyOverlay'. (key-spacing)
(#344) Requires a space after '{'. (block-spacing)
(#344) Statement inside of curly braces should be on next line. (brace-style)
(#344) Missing space before opening brace. (space-before-blocks)
(#344) Expected space(s) after "if". (keyword-spacing)
(#344) Operator '&&' must be spaced. (space-infix-ops)
(#344) Requires a space after '{'. (block-spacing)
(#344) Statement inside of curly braces should be on next line. (brace-style)
(#344) Missing space before opening brace. (space-before-blocks)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) Operator '-' must be spaced. (space-infix-ops)
(#344) Missing whitespace after semicolon. (semi-spacing)
(#344) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#344) Operator '?' must be spaced. (space-infix-ops)
(#344) A space is required after ','. (comma-spacing)
(#344) Operator ':' must be spaced. (space-infix-ops)
(#344) Missing whitespace after semicolon. (semi-spacing)
(#344) Missing whitespace after semicolon. (semi-spacing)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) Requires a space before '}'. (block-spacing)
(#344) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#344) Missing semicolon. (semi)
(#344) Requires a space before '}'. (block-spacing)
(#344) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#344) Missing whitespace after semicolon. (semi-spacing)
(#345) This line has a length of 632. Maximum allowed is 132. (max-len)
(#345) Missing space before value for key 'version'. (key-spacing)
(#345) A space is required after ','. (comma-spacing)
(#345) Missing space before value for key 'options'. (key-spacing)
(#345) Missing space before value for key 'max'. (key-spacing)
(#345) A space is required after ','. (comma-spacing)
(#345) Missing space before value for key 'value'. (key-spacing)
(#345) A space is required after ','. (comma-spacing)
(#345) Missing space before value for key 'change'. (key-spacing)
(#345) A space is required after ','. (comma-spacing)
(#345) Missing space before value for key 'complete'. (key-spacing)
(#345) A space is required after ','. (comma-spacing)
(#345) Missing space before value for key 'min'. (key-spacing)
(#345) A space is required after ','. (comma-spacing)
(#345) Missing space before value for key '_create'. (key-spacing)
(#345) Requires a space after '{'. (block-spacing)
(#345) Statement inside of curly braces should be on next line. (brace-style)
(#345) Missing space before opening brace. (space-before-blocks)
(#345) Operator '=' must be spaced. (space-infix-ops)
(#345) Operator '=' must be spaced. (space-infix-ops)
(#345) Missing whitespace after semicolon. (semi-spacing)
(#345) Missing space before value for key 'role'. (key-spacing)
(#345) A space is required after ','. (comma-spacing)
(#345) Missing space before value for key 'aria-valuemin'. (key-spacing)
(#345) Missing whitespace after semicolon. (semi-spacing)
(#345) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#345) Operator '=' must be spaced. (space-infix-ops)
(#345) Missing whitespace after semicolon. (semi-spacing)
(#345) Requires a space before '}'. (block-spacing)
(#345) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#345) Missing semicolon. (semi)
(#345) A space is required after ','. (comma-spacing)
(#345) Missing space before value for key '_destroy'. (key-spacing)
(#345) Requires a space after '{'. (block-spacing)
(#345) Statement inside of curly braces should be on next line. (brace-style)
(#345) Missing space before opening brace. (space-before-blocks)
(#346) This line has a length of 502. Maximum allowed is 132. (max-len)
(#346) Requires a space before '}'. (block-spacing)
(#346) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#346) Missing semicolon. (semi)
(#346) A space is required after ','. (comma-spacing)
(#346) Missing space before value for key 'value'. (key-spacing)
(#346) Expected to return a value at the end of method 'value'. (consistent-return)
(#346) Requires a space after '{'. (block-spacing)
(#346) Statement inside of curly braces should be on next line. (brace-style)
(#346) Missing space before opening brace. (space-before-blocks)
(#346) Expected space(s) after "if". (keyword-spacing)
(#346) Operator '===' must be spaced. (space-infix-ops)
(#346) Expected { after 'if' condition. (curly)
(#346) Expected space(s) before "return". (keyword-spacing)
(#346) Missing whitespace after semicolon. (semi-spacing)
(#346) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#346) Operator '=' must be spaced. (space-infix-ops)
(#346) Missing whitespace after semicolon. (semi-spacing)
(#346) Requires a space before '}'. (block-spacing)
(#346) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#346) Missing semicolon. (semi)
(#346) A space is required after ','. (comma-spacing)
(#346) Missing space before value for key '_constrainedValue'. (key-spacing)
(#346) Requires a space after '{'. (block-spacing)
(#346) Statement inside of curly braces should be on next line. (brace-style)
(#346) Missing space before opening brace. (space-before-blocks)
(#346) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#346) Operator '===' must be spaced. (space-infix-ops)
(#346) Operator '&&' must be spaced. (space-infix-ops)
(#346) Operator '=' must be spaced. (space-infix-ops)
(#346) Missing whitespace after semicolon. (semi-spacing)
(#346) Operator '=' must be spaced. (space-infix-ops)
(#346) Operator '===' must be spaced. (space-infix-ops)
(#346) Missing whitespace after semicolon. (semi-spacing)
(#346) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#346) Operator '!==' must be spaced. (space-infix-ops)
(#346) Operator '&&' must be spaced. (space-infix-ops)
(#346) Operator '=' must be spaced. (space-infix-ops)
(#346) Missing whitespace after semicolon. (semi-spacing)
(#346) Operator '?' must be spaced. (space-infix-ops)
(#346) Operator ':' must be spaced. (space-infix-ops)
(#346) A space is required after ','. (comma-spacing)
(#346) A space is required after ','. (comma-spacing)
(#346) Requires a space before '}'. (block-spacing)
(#346) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#346) Missing semicolon. (semi)
(#346) A space is required after ','. (comma-spacing)
(#346) Missing space before value for key '_setOptions'. (key-spacing)
(#346) Requires a space after '{'. (block-spacing)
(#346) Statement inside of curly braces should be on next line. (brace-style)
(#346) Missing space before opening brace. (space-before-blocks)
(#346) Operator '=' must be spaced. (space-infix-ops)
(#346) Missing whitespace after semicolon. (semi-spacing)
(#346) Missing whitespace after semicolon. (semi-spacing)
(#346) Missing whitespace after semicolon. (semi-spacing)
(#346) Operator '=' must be spaced. (space-infix-ops)
(#346) Missing whitespace after semicolon. (semi-spacing)
(#346) Requires a space before '}'. (block-spacing)
(#346) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#346) Missing semicolon. (semi)
(#346) A space is required after ','. (comma-spacing)
(#346) Missing space before value for key '_setOption'. (key-spacing)
(#347) This line has a length of 519. Maximum allowed is 132. (max-len)
(#347) Requires a space after '{'. (block-spacing)
(#347) Statement inside of curly braces should be on next line. (brace-style)
(#347) Missing space before opening brace. (space-before-blocks)
(#347) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#347) Operator '===' must be spaced. (space-infix-ops)
(#347) Operator '&&' must be spaced. (space-infix-ops)
(#347) Operator '=' must be spaced. (space-infix-ops)
(#347) A space is required after ','. (comma-spacing)
(#347) Missing whitespace after semicolon. (semi-spacing)
(#347) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#347) Operator '===' must be spaced. (space-infix-ops)
(#347) Operator '&&' must be spaced. (space-infix-ops)
(#347) A space is required after ','. (comma-spacing)
(#347) A space is required after ','. (comma-spacing)
(#347) Missing whitespace after semicolon. (semi-spacing)
(#347) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#347) A space is required after ','. (comma-spacing)
(#347) Requires a space before '}'. (block-spacing)
(#347) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#347) Missing semicolon. (semi)
(#347) A space is required after ','. (comma-spacing)
(#347) Missing space before value for key '_percentage'. (key-spacing)
(#347) Requires a space after '{'. (block-spacing)
(#347) Statement inside of curly braces should be on next line. (brace-style)
(#347) Missing space before opening brace. (space-before-blocks)
(#347) Operator '?' must be spaced. (space-infix-ops)
(#347) Operator ':' must be spaced. (space-infix-ops)
(#347) Operator '*' must be spaced. (space-infix-ops)
(#347) Operator '-' must be spaced. (space-infix-ops)
(#347) Operator '/' must be spaced. (space-infix-ops)
(#347) Operator '-' must be spaced. (space-infix-ops)
(#347) Requires a space before '}'. (block-spacing)
(#347) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#347) Missing semicolon. (semi)
(#347) A space is required after ','. (comma-spacing)
(#347) Missing space before value for key '_refreshValue'. (key-spacing)
(#347) Requires a space after '{'. (block-spacing)
(#347) Statement inside of curly braces should be on next line. (brace-style)
(#347) Missing space before opening brace. (space-before-blocks)
(#347) Operator '=' must be spaced. (space-infix-ops)
(#347) A space is required after ','. (comma-spacing)
(#347) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#347) Operator '=' must be spaced. (space-infix-ops)
(#347) Missing whitespace after semicolon. (semi-spacing)
(#347) Operator '||' must be spaced. (space-infix-ops)
(#347) Operator '>' must be spaced. (space-infix-ops)
(#347) A space is required after ','. (comma-spacing)
(#347) Operator '===' must be spaced. (space-infix-ops)
(#347) Operator '+' must be spaced. (space-infix-ops)
(#347) Missing whitespace after semicolon. (semi-spacing)
(#348) This line has a length of 509. Maximum allowed is 132. (max-len)
(#348) Missing whitespace after semicolon. (semi-spacing)
(#348) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#348) Operator '?' must be spaced. (space-infix-ops)
(#348) A space is required after ','. (comma-spacing)
(#348) Operator '||' must be spaced. (space-infix-ops)
(#348) Operator '=' must be spaced. (space-infix-ops)
(#348) Operator ':' must be spaced. (space-infix-ops)
(#348) Missing space before value for key 'aria-valuemax'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'aria-valuenow'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Operator '&&' must be spaced. (space-infix-ops)
(#348) A space is required after ','. (comma-spacing)
(#348) Operator '=' must be spaced. (space-infix-ops)
(#348) Missing whitespace after semicolon. (semi-spacing)
(#348) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#348) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#348) Operator '!==' must be spaced. (space-infix-ops)
(#348) Operator '&&' must be spaced. (space-infix-ops)
(#348) Operator '=' must be spaced. (space-infix-ops)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing whitespace after semicolon. (semi-spacing)
(#348) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#348) Operator '===' must be spaced. (space-infix-ops)
(#348) Operator '&&' must be spaced. (space-infix-ops)
(#348) Requires a space before '}'. (block-spacing)
(#348) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#348) Missing semicolon. (semi)
(#348) Missing whitespace after semicolon. (semi-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'version'. (key-spacing)
(#348) A space is required after ','. (comma-spacing)
(#348) Missing space before value for key 'defaultElement'. (key-spacing)
(#349) This line has a length of 504. Maximum allowed is 132. (max-len)
(#349) Missing space before value for key 'options'. (key-spacing)
(#349) Missing space before value for key 'appendTo'. (key-spacing)
(#349) A space is required after ','. (comma-spacing)
(#349) Missing space before value for key 'disabled'. (key-spacing)
(#349) A space is required after ','. (comma-spacing)
(#349) Missing space before value for key 'icons'. (key-spacing)
(#349) Missing space before value for key 'button'. (key-spacing)
(#349) A space is required after ','. (comma-spacing)
(#349) Missing space before value for key 'position'. (key-spacing)
(#349) Missing space before value for key 'my'. (key-spacing)
(#349) A space is required after ','. (comma-spacing)
(#349) Missing space before value for key 'at'. (key-spacing)
(#349) A space is required after ','. (comma-spacing)
(#349) Missing space before value for key 'collision'. (key-spacing)
(#349) A space is required after ','. (comma-spacing)
(#349) Missing space before value for key 'width'. (key-spacing)
(#349) A space is required after ','. (comma-spacing)
(#349) Missing space before value for key 'change'. (key-spacing)
(#349) A space is required after ','. (comma-spacing)
(#349) Missing space before value for key 'close'. (key-spacing)
(#349) A space is required after ','. (comma-spacing)
(#349) Missing space before value for key 'focus'. (key-spacing)
(#349) A space is required after ','. (comma-spacing)
(#349) Missing space before value for key 'open'. (key-spacing)
(#349) A space is required after ','. (comma-spacing)
(#349) Missing space before value for key 'select'. (key-spacing)
(#349) A space is required after ','. (comma-spacing)
(#349) Missing space before value for key '_create'. (key-spacing)
(#349) Requires a space after '{'. (block-spacing)
(#349) Statement inside of curly braces should be on next line. (brace-style)
(#349) Missing space before opening brace. (space-before-blocks)
(#349) Operator '=' must be spaced. (space-infix-ops)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) Operator '=' must be spaced. (space-infix-ops)
(#349) Missing space before value for key 'element'. (key-spacing)
(#349) A space is required after ','. (comma-spacing)
(#349) Missing space before value for key 'button'. (key-spacing)
(#349) Operator '+' must be spaced. (space-infix-ops)
(#349) A space is required after ','. (comma-spacing)
(#349) Missing space before value for key 'menu'. (key-spacing)
(#349) Operator '+' must be spaced. (space-infix-ops)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#349) Operator '&&' must be spaced. (space-infix-ops)
(#349) Requires a space before '}'. (block-spacing)
(#349) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#349) Missing semicolon. (semi)
(#349) A space is required after ','. (comma-spacing)
(#349) Missing space before value for key '_drawButton'. (key-spacing)
(#349) Requires a space after '{'. (block-spacing)
(#349) Statement inside of curly braces should be on next line. (brace-style)
(#349) Missing space before opening brace. (space-before-blocks)
(#349) Operator '=' must be spaced. (space-infix-ops)
(#349) Missing whitespace after semicolon. (semi-spacing)
(#349) Operator '=' must be spaced. (space-infix-ops)
(#349) Operator '+' must be spaced. (space-infix-ops)
(#349) Operator '+' must be spaced. (space-infix-ops)
(#349) A space is required after ','. (comma-spacing)
(#350) This line has a length of 505. Maximum allowed is 132. (max-len)
(#350) A space is required after ','. (comma-spacing)
(#350) Missing space before value for key 'click'. (key-spacing)
(#350) Requires a space after '{'. (block-spacing)
(#350) Statement inside of curly braces should be on next line. (brace-style)
(#350) Missing space before opening brace. (space-before-blocks)
(#350) Missing whitespace after semicolon. (semi-spacing)
(#350) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#350) Requires a space before '}'. (block-spacing)
(#350) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#350) Missing semicolon. (semi)
(#350) Missing whitespace after semicolon. (semi-spacing)
(#350) Missing whitespace after semicolon. (semi-spacing)
(#350) Operator '=' must be spaced. (space-infix-ops)
(#350) A space is required after ','. (comma-spacing)
(#350) Missing space before value for key 'class'. (key-spacing)
(#350) A space is required after ','. (comma-spacing)
(#350) Missing space before value for key 'tabindex'. (key-spacing)
(#350) Operator '?' must be spaced. (space-infix-ops)
(#350) Operator ':' must be spaced. (space-infix-ops)
(#350) A space is required after ','. (comma-spacing)
(#350) Missing space before value for key 'id'. (key-spacing)
(#350) A space is required after ','. (comma-spacing)
(#350) Missing space before value for key 'role'. (key-spacing)
(#350) A space is required after ','. (comma-spacing)
(#350) Missing space before value for key 'aria-expanded'. (key-spacing)
(#350) A space is required after ','. (comma-spacing)
(#350) Missing space before value for key 'aria-autocomplete'. (key-spacing)
(#350) A space is required after ','. (comma-spacing)
(#350) Missing space before value for key 'aria-owns'. (key-spacing)
(#350) A space is required after ','. (comma-spacing)
(#350) Missing space before value for key 'aria-haspopup'. (key-spacing)
(#350) Missing whitespace after semicolon. (semi-spacing)
(#350) A space is required after ','. (comma-spacing)
(#350) Missing space before value for key 'class'. (key-spacing)
(#350) Operator '+' must be spaced. (space-infix-ops)
(#350) Missing whitespace after semicolon. (semi-spacing)
(#350) Operator '=' must be spaced. (space-infix-ops)
(#351) This line has a length of 555. Maximum allowed is 132. (max-len)
(#351) Missing space before value for key 'class'. (key-spacing)
(#351) Missing whitespace after semicolon. (semi-spacing)
(#351) A space is required after ','. (comma-spacing)
(#351) Missing whitespace after semicolon. (semi-spacing)
(#351) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#351) Missing whitespace after semicolon. (semi-spacing)
(#351) A space is required after ','. (comma-spacing)
(#351) Missing whitespace after semicolon. (semi-spacing)
(#351) A space is required after ','. (comma-spacing)
(#351) Requires a space after '{'. (block-spacing)
(#351) Statement inside of curly braces should be on next line. (brace-style)
(#351) Missing space before opening brace. (space-before-blocks)
(#351) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#351) Operator '||' must be spaced. (space-infix-ops)
(#351) Requires a space before '}'. (block-spacing)
(#351) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#351) Missing semicolon. (semi)
(#351) Missing whitespace after semicolon. (semi-spacing)
(#351) Missing whitespace after semicolon. (semi-spacing)
(#351) Requires a space before '}'. (block-spacing)
(#351) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#351) Missing semicolon. (semi)
(#351) A space is required after ','. (comma-spacing)
(#351) Missing space before value for key '_drawMenu'. (key-spacing)
(#351) Requires a space after '{'. (block-spacing)
(#351) Statement inside of curly braces should be on next line. (brace-style)
(#351) Missing space before opening brace. (space-before-blocks)
(#351) Operator '=' must be spaced. (space-infix-ops)
(#351) Missing whitespace after semicolon. (semi-spacing)
(#351) Operator '=' must be spaced. (space-infix-ops)
(#351) A space is required after ','. (comma-spacing)
(#351) Missing space before value for key 'aria-hidden'. (key-spacing)
(#351) A space is required after ','. (comma-spacing)
(#351) Missing space before value for key 'aria-labelledby'. (key-spacing)
(#351) A space is required after ','. (comma-spacing)
(#351) Missing space before value for key 'id'. (key-spacing)
(#351) Missing whitespace after semicolon. (semi-spacing)
(#351) Operator '=' must be spaced. (space-infix-ops)
(#351) A space is required after ','. (comma-spacing)
(#351) Missing space before value for key 'class'. (key-spacing)
(#352) This line has a length of 529. Maximum allowed is 132. (max-len)
(#352) Operator '=' must be spaced. (space-infix-ops)
(#352) Missing space before value for key 'role'. (key-spacing)
(#352) A space is required after ','. (comma-spacing)
(#352) Missing space before value for key 'select'. (key-spacing)
(#352) A space is required after ','. (comma-spacing)
(#352) Requires a space after '{'. (block-spacing)
(#352) Statement inside of curly braces should be on next line. (brace-style)
(#352) Missing space before opening brace. (space-before-blocks)
(#352) Missing whitespace after semicolon. (semi-spacing)
(#352) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#352) Missing whitespace after semicolon. (semi-spacing)
(#352) A space is required after ','. (comma-spacing)
(#352) Requires a space before '}'. (block-spacing)
(#352) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#352) Missing semicolon. (semi)
(#352) A space is required after ','. (comma-spacing)
(#352) Missing space before value for key 'focus'. (key-spacing)
(#352) A space is required after ','. (comma-spacing)
(#352) Requires a space after '{'. (block-spacing)
(#352) Statement inside of curly braces should be on next line. (brace-style)
(#352) Missing space before opening brace. (space-before-blocks)
(#352) Operator '=' must be spaced. (space-infix-ops)
(#352) Missing whitespace after semicolon. (semi-spacing)
(#352) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#352) Use '===' to compare with null. (no-eq-null)
(#352) Operator '!=' must be spaced. (space-infix-ops)
(#352) Operator '&&' must be spaced. (space-infix-ops)
(#352) Operator '!==' must be spaced. (space-infix-ops)
(#352) Operator '&&' must be spaced. (space-infix-ops)
(#352) A space is required after ','. (comma-spacing)
(#352) A space is required after ','. (comma-spacing)
(#352) Missing space before value for key 'item'. (key-spacing)
(#352) A space is required after ','. (comma-spacing)
(#352) Operator '||' must be spaced. (space-infix-ops)
(#352) A space is required after ','. (comma-spacing)
(#352) Missing whitespace after semicolon. (semi-spacing)
(#352) Operator '=' must be spaced. (space-infix-ops)
(#352) Missing whitespace after semicolon. (semi-spacing)
(#352) A space is required after ','. (comma-spacing)
(#352) Requires a space before '}'. (block-spacing)
(#352) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#352) Missing semicolon. (semi)
(#352) Missing whitespace after semicolon. (semi-spacing)
(#352) Missing whitespace after semicolon. (semi-spacing)
(#353) This line has a length of 512. Maximum allowed is 132. (max-len)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Operator '=' must be spaced. (space-infix-ops)
(#353) Requires a space after '{'. (block-spacing)
(#353) Statement inside of curly braces should be on next line. (brace-style)
(#353) Missing space before opening brace. (space-before-blocks)
(#353) Expected space(s) after "return". (keyword-spacing)
(#353) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#353) Requires a space before '}'. (block-spacing)
(#353) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#353) Missing semicolon. (semi)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Operator '=' must be spaced. (space-infix-ops)
(#353) Requires a space after '{'. (block-spacing)
(#353) Statement inside of curly braces should be on next line. (brace-style)
(#353) Missing space before opening brace. (space-before-blocks)
(#353) Expected space(s) after "return". (keyword-spacing)
(#353) Requires a space before '}'. (block-spacing)
(#353) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#353) Missing semicolon. (semi)
(#353) Requires a space before '}'. (block-spacing)
(#353) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#353) Missing semicolon. (semi)
(#353) A space is required after ','. (comma-spacing)
(#353) Missing space before value for key 'refresh'. (key-spacing)
(#353) Requires a space after '{'. (block-spacing)
(#353) Statement inside of curly braces should be on next line. (brace-style)
(#353) Missing space before opening brace. (space-before-blocks)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) A space is required after ','. (comma-spacing)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#353) Operator '||' must be spaced. (space-infix-ops)
(#353) Requires a space before '}'. (block-spacing)
(#353) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#353) Missing semicolon. (semi)
(#353) A space is required after ','. (comma-spacing)
(#353) Missing space before value for key '_refreshMenu'. (key-spacing)
(#353) Requires a space after '{'. (block-spacing)
(#353) Statement inside of curly braces should be on next line. (brace-style)
(#353) Missing space before opening brace. (space-before-blocks)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Operator '=' must be spaced. (space-infix-ops)
(#353) Missing whitespace after semicolon. (semi-spacing)
(#353) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#353) Operator '&&' must be spaced. (space-infix-ops)
(#353) A space is required after ','. (comma-spacing)
(#353) A space is required after ','. (comma-spacing)
(#353) A space is required after ','. (comma-spacing)
(#353) A space is required after ','. (comma-spacing)
(#353) Operator '=' must be spaced. (space-infix-ops)
(#354) This line has a length of 568. Maximum allowed is 132. (max-len)
(#354) Operator '=' must be spaced. (space-infix-ops)
(#354) A space is required after ','. (comma-spacing)
(#354) A space is required after ','. (comma-spacing)
(#354) A space is required after ','. (comma-spacing)
(#354) A space is required after ','. (comma-spacing)
(#354) A space is required after ','. (comma-spacing)
(#354) Requires a space before '}'. (block-spacing)
(#354) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#354) Missing semicolon. (semi)
(#354) A space is required after ','. (comma-spacing)
(#354) Missing space before value for key 'open'. (key-spacing)
(#354) Requires a space after '{'. (block-spacing)
(#354) Statement inside of curly braces should be on next line. (brace-style)
(#354) Missing space before opening brace. (space-before-blocks)
(#354) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#354) Operator '||' must be spaced. (space-infix-ops)
(#354) Operator '?' must be spaced. (space-infix-ops)
(#354) A space is required after ','. (comma-spacing)
(#354) A space is required after ','. (comma-spacing)
(#354) Operator ':' must be spaced. (space-infix-ops)
(#354) A space is required after ','. (comma-spacing)
(#354) Operator '=' must be spaced. (space-infix-ops)
(#354) A space is required after ','. (comma-spacing)
(#354) A space is required after ','. (comma-spacing)
(#354) A space is required after ','. (comma-spacing)
(#354) A space is required after ','. (comma-spacing)
(#354) A space is required after ','. (comma-spacing)
(#354) A space is required after ','. (comma-spacing)
(#354) A space is required after ','. (comma-spacing)
(#354) Requires a space before '}'. (block-spacing)
(#354) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#354) Missing semicolon. (semi)
(#354) A space is required after ','. (comma-spacing)
(#354) Missing space before value for key '_position'. (key-spacing)
(#354) Requires a space after '{'. (block-spacing)
(#354) Statement inside of curly braces should be on next line. (brace-style)
(#354) Missing space before opening brace. (space-before-blocks)
(#354) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#354) Missing space before value for key 'of'. (key-spacing)
(#355) This line has a length of 514. Maximum allowed is 132. (max-len)
(#355) Requires a space before '}'. (block-spacing)
(#355) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#355) Missing semicolon. (semi)
(#355) A space is required after ','. (comma-spacing)
(#355) Missing space before value for key 'close'. (key-spacing)
(#355) Requires a space after '{'. (block-spacing)
(#355) Statement inside of curly braces should be on next line. (brace-style)
(#355) Missing space before opening brace. (space-before-blocks)
(#355) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#355) Operator '&&' must be spaced. (space-infix-ops)
(#355) Operator '=' must be spaced. (space-infix-ops)
(#355) A space is required after ','. (comma-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) Operator '=' must be spaced. (space-infix-ops)
(#355) A space is required after ','. (comma-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) Requires a space before '}'. (block-spacing)
(#355) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#355) Missing semicolon. (semi)
(#355) A space is required after ','. (comma-spacing)
(#355) Missing space before value for key 'widget'. (key-spacing)
(#355) Requires a space after '{'. (block-spacing)
(#355) Statement inside of curly braces should be on next line. (brace-style)
(#355) Missing space before opening brace. (space-before-blocks)
(#355) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#355) Requires a space before '}'. (block-spacing)
(#355) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#355) Missing semicolon. (semi)
(#355) A space is required after ','. (comma-spacing)
(#355) Missing space before value for key 'menuWidget'. (key-spacing)
(#355) Requires a space after '{'. (block-spacing)
(#355) Statement inside of curly braces should be on next line. (brace-style)
(#355) Missing space before opening brace. (space-before-blocks)
(#355) Requires a space before '}'. (block-spacing)
(#355) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#355) Missing semicolon. (semi)
(#355) A space is required after ','. (comma-spacing)
(#355) Missing space before value for key '_renderMenu'. (key-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) Requires a space after '{'. (block-spacing)
(#355) Statement inside of curly braces should be on next line. (brace-style)
(#355) Missing space before opening brace. (space-before-blocks)
(#355) Operator '=' must be spaced. (space-infix-ops)
(#355) A space is required after ','. (comma-spacing)
(#355) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#355) Operator '=' must be spaced. (space-infix-ops)
(#355) Missing whitespace after semicolon. (semi-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) Requires a space after '{'. (block-spacing)
(#355) Statement inside of curly braces should be on next line. (brace-style)
(#355) Missing space before opening brace. (space-before-blocks)
(#355) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#355) Operator '!==' must be spaced. (space-infix-ops)
(#355) Operator '&&' must be spaced. (space-infix-ops)
(#355) A space is required after ','. (comma-spacing)
(#355) Missing space before value for key 'class'. (key-spacing)
(#355) Operator '+' must be spaced. (space-infix-ops)
(#355) Operator '?' must be spaced. (space-infix-ops)
(#355) Operator ':' must be spaced. (space-infix-ops)
(#355) A space is required after ','. (comma-spacing)
(#355) Missing space before value for key 'text'. (key-spacing)
(#355) A space is required after ','. (comma-spacing)
(#355) Operator '=' must be spaced. (space-infix-ops)
(#355) Missing whitespace after semicolon. (semi-spacing)
(#356) This line has a length of 503. Maximum allowed is 132. (max-len)
(#356) Requires a space before '}'. (block-spacing)
(#356) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#356) Missing semicolon. (semi)
(#356) Requires a space before '}'. (block-spacing)
(#356) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#356) Missing semicolon. (semi)
(#356) A space is required after ','. (comma-spacing)
(#356) Missing space before value for key '_renderItemData'. (key-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) Requires a space after '{'. (block-spacing)
(#356) Statement inside of curly braces should be on next line. (brace-style)
(#356) Missing space before opening brace. (space-before-blocks)
(#356) A space is required after ','. (comma-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) Requires a space before '}'. (block-spacing)
(#356) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#356) Missing semicolon. (semi)
(#356) A space is required after ','. (comma-spacing)
(#356) Missing space before value for key '_renderItem'. (key-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) Requires a space after '{'. (block-spacing)
(#356) Statement inside of curly braces should be on next line. (brace-style)
(#356) Missing space before opening brace. (space-before-blocks)
(#356) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#356) Operator '=' must be spaced. (space-infix-ops)
(#356) Missing whitespace after semicolon. (semi-spacing)
(#356) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#356) Operator '&&' must be spaced. (space-infix-ops)
(#356) Missing whitespace after semicolon. (semi-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) Missing whitespace after semicolon. (semi-spacing)
(#356) Requires a space before '}'. (block-spacing)
(#356) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#356) Missing semicolon. (semi)
(#356) A space is required after ','. (comma-spacing)
(#356) Missing space before value for key '_setText'. (key-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) Requires a space after '{'. (block-spacing)
(#356) Statement inside of curly braces should be on next line. (brace-style)
(#356) Missing space before opening brace. (space-before-blocks)
(#356) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#356) Operator '?' must be spaced. (space-infix-ops)
(#356) Operator ':' must be spaced. (space-infix-ops)
(#356) Requires a space before '}'. (block-spacing)
(#356) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#356) Missing semicolon. (semi)
(#356) A space is required after ','. (comma-spacing)
(#356) Missing space before value for key '_move'. (key-spacing)
(#356) A space is required after ','. (comma-spacing)
(#356) Requires a space after '{'. (block-spacing)
(#356) Statement inside of curly braces should be on next line. (brace-style)
(#356) Missing space before opening brace. (space-before-blocks)
(#356) Operator '=' must be spaced. (space-infix-ops)
(#356) Missing whitespace after semicolon. (semi-spacing)
(#356) Expected space(s) after "if". (keyword-spacing)
(#356) Expected { after 'if' condition. (curly)
(#356) Expected space(s) before "var". (keyword-spacing)
(#356) Operator '=' must be spaced. (space-infix-ops)
(#356) Missing whitespace after semicolon. (semi-spacing)
(#356) Expected { after 'else'. (curly)
(#356) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#356) Operator '=' must be spaced. (space-infix-ops)
(#356) Unexpected use of comma operator. (no-sequences)
(#356) A space is required after ','. (comma-spacing)
(#356) Operator '+=' must be spaced. (space-infix-ops)
(#356) Missing whitespace after semicolon. (semi-spacing)
(#356) Operator '=' must be spaced. (space-infix-ops)
(#356) Operator '===' must be spaced. (space-infix-ops)
(#356) Operator '||' must be spaced. (space-infix-ops)
(#356) Operator '===' must be spaced. (space-infix-ops)
(#356) Operator '?' must be spaced. (space-infix-ops)
(#356) Operator '===' must be spaced. (space-infix-ops)
(#357) This line has a length of 514. Maximum allowed is 132. (max-len)
(#357) Operator '?' must be spaced. (space-infix-ops)
(#357) Operator ':' must be spaced. (space-infix-ops)
(#357) Operator ':' must be spaced. (space-infix-ops)
(#357) Operator '+' must be spaced. (space-infix-ops)
(#357) Missing whitespace after semicolon. (semi-spacing)
(#357) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#357) Operator '&&' must be spaced. (space-infix-ops)
(#357) A space is required after ','. (comma-spacing)
(#357) Requires a space before '}'. (block-spacing)
(#357) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#357) Missing semicolon. (semi)
(#357) A space is required after ','. (comma-spacing)
(#357) Missing space before value for key '_getSelectedItem'. (key-spacing)
(#357) Requires a space after '{'. (block-spacing)
(#357) Statement inside of curly braces should be on next line. (brace-style)
(#357) Missing space before opening brace. (space-before-blocks)
(#357) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#357) Requires a space before '}'. (block-spacing)
(#357) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#357) Missing semicolon. (semi)
(#357) A space is required after ','. (comma-spacing)
(#357) Missing space before value for key '_toggle'. (key-spacing)
(#357) Requires a space after '{'. (block-spacing)
(#357) Statement inside of curly braces should be on next line. (brace-style)
(#357) Missing space before opening brace. (space-before-blocks)
(#357) Operator '?' must be spaced. (space-infix-ops)
(#357) Operator ':' must be spaced. (space-infix-ops)
(#357) Requires a space before '}'. (block-spacing)
(#357) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#357) Missing semicolon. (semi)
(#357) A space is required after ','. (comma-spacing)
(#357) Missing space before value for key '_setSelection'. (key-spacing)
(#357) Requires a space after '{'. (block-spacing)
(#357) Statement inside of curly braces should be on next line. (brace-style)
(#357) Missing space before opening brace. (space-before-blocks)
(#357) Expected space(s) after "if". (keyword-spacing)
(#357) Requires a space after '{'. (block-spacing)
(#357) Statement inside of curly braces should be on next line. (brace-style)
(#357) Missing space before opening brace. (space-before-blocks)
(#357) Expected space(s) after "if". (keyword-spacing)
(#357) Requires a space after '{'. (block-spacing)
(#357) Statement inside of curly braces should be on next line. (brace-style)
(#357) Missing space before opening brace. (space-before-blocks)
(#357) Operator '=' must be spaced. (space-infix-ops)
(#357) Missing whitespace after semicolon. (semi-spacing)
(#357) Missing whitespace after semicolon. (semi-spacing)
(#357) Requires a space before '}'. (block-spacing)
(#357) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#357) Missing semicolon. (semi)
(#357) Expected space(s) before "else". (keyword-spacing)
(#357) Expected { after 'else'. (curly)
(#357) Missing whitespace after semicolon. (semi-spacing)
(#357) Requires a space before '}'. (block-spacing)
(#357) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#357) Missing semicolon. (semi)
(#357) Requires a space before '}'. (block-spacing)
(#357) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#357) A space is required after ','. (comma-spacing)
(#357) Missing space before value for key '_documentClick'. (key-spacing)
(#357) Missing space before value for key 'mousedown'. (key-spacing)
(#357) Requires a space after '{'. (block-spacing)
(#357) Statement inside of curly braces should be on next line. (brace-style)
(#357) Missing space before opening brace. (space-before-blocks)
(#357) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#357) Operator '&&' must be spaced. (space-infix-ops)
(#357) Operator '+' must be spaced. (space-infix-ops)
(#358) This line has a length of 514. Maximum allowed is 132. (max-len)
(#358) Operator '||' must be spaced. (space-infix-ops)
(#358) Requires a space before '}'. (block-spacing)
(#358) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#358) Missing semicolon. (semi)
(#358) A space is required after ','. (comma-spacing)
(#358) Missing space before value for key '_buttonEvents'. (key-spacing)
(#358) Missing space before value for key 'mousedown'. (key-spacing)
(#358) Requires a space after '{'. (block-spacing)
(#358) Statement inside of curly braces should be on next line. (brace-style)
(#358) Missing space before opening brace. (space-before-blocks)
(#358) Expected space(s) after "if". (keyword-spacing)
(#358) Requires a space after '{'. (block-spacing)
(#358) Statement inside of curly braces should be on next line. (brace-style)
(#358) Missing space before opening brace. (space-before-blocks)
(#358) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#358) Operator '=' must be spaced. (space-infix-ops)
(#358) Missing whitespace after semicolon. (semi-spacing)
(#358) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#358) Operator '&&' must be spaced. (space-infix-ops)
(#358) Operator '=' must be spaced. (space-infix-ops)
(#358) Requires a space before '}'. (block-spacing)
(#358) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#358) Missing semicolon. (semi)
(#358) Expected space(s) before "else". (keyword-spacing)
(#358) Expected { after 'else'. (curly)
(#358) Operator '=' must be spaced. (space-infix-ops)
(#358) Requires a space before '}'. (block-spacing)
(#358) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#358) Missing semicolon. (semi)
(#358) A space is required after ','. (comma-spacing)
(#358) Missing space before value for key 'click'. (key-spacing)
(#358) Requires a space after '{'. (block-spacing)
(#358) Statement inside of curly braces should be on next line. (brace-style)
(#358) Missing space before opening brace. (space-before-blocks)
(#358) Missing whitespace after semicolon. (semi-spacing)
(#358) Requires a space before '}'. (block-spacing)
(#358) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#358) Missing semicolon. (semi)
(#358) A space is required after ','. (comma-spacing)
(#358) Missing space before value for key 'keydown'. (key-spacing)
(#358) Requires a space after '{'. (block-spacing)
(#358) Statement inside of curly braces should be on next line. (brace-style)
(#358) Missing space before opening brace. (space-before-blocks)
(#358) Operator '=' must be spaced. (space-infix-ops)
(#358) Missing whitespace after semicolon. (semi-spacing)
(#358) Expected space(s) after "switch". (keyword-spacing)
(#358) Requires a space after '{'. (block-spacing)
(#358) Statement inside of curly braces should be on next line. (brace-style)
(#358) Missing space before opening brace. (space-before-blocks)
(#358) Missing whitespace after semicolon. (semi-spacing)
(#358) Operator '=' must be spaced. (space-infix-ops)
(#358) Missing whitespace after semicolon. (semi-spacing)
(#358) Missing whitespace after semicolon. (semi-spacing)
(#358) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#358) Operator '&&' must be spaced. (space-infix-ops)
(#358) Missing whitespace after semicolon. (semi-spacing)
(#358) Missing whitespace after semicolon. (semi-spacing)
(#358) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#358) Operator '?' must be spaced. (space-infix-ops)
(#358) Operator ':' must be spaced. (space-infix-ops)
(#359) This line has a length of 537. Maximum allowed is 132. (max-len)
(#359) A space is required after ','. (comma-spacing)
(#359) Missing whitespace after semicolon. (semi-spacing)
(#359) Missing whitespace after semicolon. (semi-spacing)
(#359) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#359) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#359) Operator '?' must be spaced. (space-infix-ops)
(#359) Operator ':' must be spaced. (space-infix-ops)
(#359) A space is required after ','. (comma-spacing)
(#359) Missing whitespace after semicolon. (semi-spacing)
(#359) Missing whitespace after semicolon. (semi-spacing)
(#359) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#359) Operator '?' must be spaced. (space-infix-ops)
(#359) Operator ':' must be spaced. (space-infix-ops)
(#359) Missing whitespace after semicolon. (semi-spacing)
(#359) Missing whitespace after semicolon. (semi-spacing)
(#359) A space is required after ','. (comma-spacing)
(#359) Missing whitespace after semicolon. (semi-spacing)
(#359) Missing whitespace after semicolon. (semi-spacing)
(#359) A space is required after ','. (comma-spacing)
(#359) Missing whitespace after semicolon. (semi-spacing)
(#359) Missing whitespace after semicolon. (semi-spacing)
(#359) A space is required after ','. (comma-spacing)
(#359) Missing whitespace after semicolon. (semi-spacing)
(#359) Missing whitespace after semicolon. (semi-spacing)
(#359) A space is required after ','. (comma-spacing)
(#359) Missing whitespace after semicolon. (semi-spacing)
(#359) Missing whitespace after semicolon. (semi-spacing)
(#359) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#359) Unexpected use of comma operator. (no-sequences)
(#359) A space is required after ','. (comma-spacing)
(#359) Operator '=' must be spaced. (space-infix-ops)
(#359) Requires a space before '}'. (block-spacing)
(#359) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#359) Missing semicolon. (semi)
(#359) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#359) Operator '&&' must be spaced. (space-infix-ops)
(#359) Requires a space before '}'. (block-spacing)
(#359) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#359) Missing semicolon. (semi)
(#359) A space is required after ','. (comma-spacing)
(#359) Missing space before value for key '_selectFocusedItem'. (key-spacing)
(#359) Requires a space after '{'. (block-spacing)
(#359) Statement inside of curly braces should be on next line. (brace-style)
(#359) Missing space before opening brace. (space-before-blocks)
(#359) Operator '=' must be spaced. (space-infix-ops)
(#360) This line has a length of 530. Maximum allowed is 132. (max-len)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#360) Operator '||' must be spaced. (space-infix-ops)
(#360) A space is required after ','. (comma-spacing)
(#360) Requires a space before '}'. (block-spacing)
(#360) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#360) Missing semicolon. (semi)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing space before value for key '_select'. (key-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) Requires a space after '{'. (block-spacing)
(#360) Statement inside of curly braces should be on next line. (brace-style)
(#360) Missing space before opening brace. (space-before-blocks)
(#360) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing space before value for key 'item'. (key-spacing)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#360) Operator '!==' must be spaced. (space-infix-ops)
(#360) Operator '&&' must be spaced. (space-infix-ops)
(#360) A space is required after ','. (comma-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing space before value for key 'item'. (key-spacing)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) Requires a space before '}'. (block-spacing)
(#360) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#360) Missing semicolon. (semi)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing space before value for key '_setAria'. (key-spacing)
(#360) Requires a space after '{'. (block-spacing)
(#360) Statement inside of curly braces should be on next line. (brace-style)
(#360) Missing space before opening brace. (space-before-blocks)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) Missing space before value for key 'aria-labelledby'. (key-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing space before value for key 'aria-activedescendant'. (key-spacing)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#361) This line has a length of 509. Maximum allowed is 132. (max-len)
(#361) Requires a space before '}'. (block-spacing)
(#361) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#361) Missing semicolon. (semi)
(#361) A space is required after ','. (comma-spacing)
(#361) Missing space before value for key '_setOption'. (key-spacing)
(#361) A space is required after ','. (comma-spacing)
(#361) Requires a space after '{'. (block-spacing)
(#361) Statement inside of curly braces should be on next line. (brace-style)
(#361) Missing space before opening brace. (space-before-blocks)
(#361) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#361) Operator '===' must be spaced. (space-infix-ops)
(#361) Operator '&&' must be spaced. (space-infix-ops)
(#361) Missing whitespace after semicolon. (semi-spacing)
(#361) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#361) A space is required after ','. (comma-spacing)
(#361) Missing whitespace after semicolon. (semi-spacing)
(#361) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#361) Operator '===' must be spaced. (space-infix-ops)
(#361) Operator '&&' must be spaced. (space-infix-ops)
(#361) Missing whitespace after semicolon. (semi-spacing)
(#361) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#361) Operator '===' must be spaced. (space-infix-ops)
(#361) Operator '&&' must be spaced. (space-infix-ops)
(#361) A space is required after ','. (comma-spacing)
(#361) A space is required after ','. (comma-spacing)
(#361) A space is required after ','. (comma-spacing)
(#361) A space is required after ','. (comma-spacing)
(#361) A space is required after ','. (comma-spacing)
(#361) A space is required after ','. (comma-spacing)
(#361) A space is required after ','. (comma-spacing)
(#361) Operator '?' must be spaced. (space-infix-ops)
(#361) A space is required after ','. (comma-spacing)
(#361) A space is required after ','. (comma-spacing)
(#361) Operator ':' must be spaced. (space-infix-ops)
(#361) A space is required after ','. (comma-spacing)
(#361) Missing whitespace after semicolon. (semi-spacing)
(#361) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#361) Operator '===' must be spaced. (space-infix-ops)
(#361) Operator '&&' must be spaced. (space-infix-ops)
(#361) Requires a space before '}'. (block-spacing)
(#361) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#361) Missing semicolon. (semi)
(#361) A space is required after ','. (comma-spacing)
(#361) Missing space before value for key '_appendTo'. (key-spacing)
(#361) Requires a space after '{'. (block-spacing)
(#361) Statement inside of curly braces should be on next line. (brace-style)
(#361) Missing space before opening brace. (space-before-blocks)
(#361) Operator '=' must be spaced. (space-infix-ops)
(#362) This line has a length of 521. Maximum allowed is 132. (max-len)
(#362) Missing whitespace after semicolon. (semi-spacing)
(#362) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#362) Operator '&&' must be spaced. (space-infix-ops)
(#362) Operator '=' must be spaced. (space-infix-ops)
(#362) Operator '||' must be spaced. (space-infix-ops)
(#362) Operator '?' must be spaced. (space-infix-ops)
(#362) Operator ':' must be spaced. (space-infix-ops)
(#362) Missing whitespace after semicolon. (semi-spacing)
(#362) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#362) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#362) Operator '&&' must be spaced. (space-infix-ops)
(#362) Operator '||' must be spaced. (space-infix-ops)
(#362) Operator '=' must be spaced. (space-infix-ops)
(#362) Missing whitespace after semicolon. (semi-spacing)
(#362) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#362) Operator '||' must be spaced. (space-infix-ops)
(#362) Operator '=' must be spaced. (space-infix-ops)
(#362) Missing whitespace after semicolon. (semi-spacing)
(#362) Requires a space before '}'. (block-spacing)
(#362) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#362) Missing semicolon. (semi)
(#362) A space is required after ','. (comma-spacing)
(#362) Missing space before value for key '_toggleAttr'. (key-spacing)
(#362) Requires a space after '{'. (block-spacing)
(#362) Statement inside of curly braces should be on next line. (brace-style)
(#362) Missing space before opening brace. (space-before-blocks)
(#362) A space is required after ','. (comma-spacing)
(#362) A space is required after ','. (comma-spacing)
(#362) A space is required after ','. (comma-spacing)
(#362) Missing whitespace after semicolon. (semi-spacing)
(#362) A space is required after ','. (comma-spacing)
(#362) Missing whitespace after semicolon. (semi-spacing)
(#362) A space is required after ','. (comma-spacing)
(#362) Requires a space before '}'. (block-spacing)
(#362) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#362) Missing semicolon. (semi)
(#362) A space is required after ','. (comma-spacing)
(#362) Missing space before value for key '_resizeButton'. (key-spacing)
(#362) Requires a space after '{'. (block-spacing)
(#362) Statement inside of curly braces should be on next line. (brace-style)
(#362) Missing space before opening brace. (space-before-blocks)
(#362) Operator '=' must be spaced. (space-infix-ops)
(#362) Missing whitespace after semicolon. (semi-spacing)
(#362) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#362) Operator '||' must be spaced. (space-infix-ops)
(#362) Operator '=' must be spaced. (space-infix-ops)
(#363) This line has a length of 524. Maximum allowed is 132. (max-len)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Requires a space before '}'. (block-spacing)
(#363) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#363) Missing semicolon. (semi)
(#363) A space is required after ','. (comma-spacing)
(#363) Missing space before value for key '_resizeMenu'. (key-spacing)
(#363) Requires a space after '{'. (block-spacing)
(#363) Statement inside of curly braces should be on next line. (brace-style)
(#363) Missing space before opening brace. (space-before-blocks)
(#363) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#363) A space is required after ','. (comma-spacing)
(#363) Operator '+' must be spaced. (space-infix-ops)
(#363) Requires a space before '}'. (block-spacing)
(#363) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#363) Missing semicolon. (semi)
(#363) A space is required after ','. (comma-spacing)
(#363) Missing space before value for key '_getCreateOptions'. (key-spacing)
(#363) Requires a space after '{'. (block-spacing)
(#363) Statement inside of curly braces should be on next line. (brace-style)
(#363) Missing space before opening brace. (space-before-blocks)
(#363) Expected space(s) after "return". (keyword-spacing)
(#363) Missing space before value for key 'disabled'. (key-spacing)
(#363) Requires a space before '}'. (block-spacing)
(#363) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#363) Missing semicolon. (semi)
(#363) A space is required after ','. (comma-spacing)
(#363) Missing space before value for key '_parseOptions'. (key-spacing)
(#363) Requires a space after '{'. (block-spacing)
(#363) Statement inside of curly braces should be on next line. (brace-style)
(#363) Missing space before opening brace. (space-before-blocks)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) Requires a space after '{'. (block-spacing)
(#363) Statement inside of curly braces should be on next line. (brace-style)
(#363) Missing space before opening brace. (space-before-blocks)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Missing space before value for key 'element'. (key-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) Missing space before value for key 'index'. (key-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) Missing space before value for key 'value'. (key-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) Missing space before value for key 'label'. (key-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) Missing space before value for key 'optgroup'. (key-spacing)
(#363) Operator '||' must be spaced. (space-infix-ops)
(#363) A space is required after ','. (comma-spacing)
(#363) Missing space before value for key 'disabled'. (key-spacing)
(#363) Operator '||' must be spaced. (space-infix-ops)
(#363) Requires a space before '}'. (block-spacing)
(#363) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#363) Missing semicolon. (semi)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) Requires a space before '}'. (block-spacing)
(#363) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#363) Missing semicolon. (semi)
(#363) A space is required after ','. (comma-spacing)
(#363) Missing space before value for key '_destroy'. (key-spacing)
(#363) Requires a space after '{'. (block-spacing)
(#363) Statement inside of curly braces should be on next line. (brace-style)
(#363) Missing space before opening brace. (space-before-blocks)
(#364) This line has a length of 521. Maximum allowed is 132. (max-len)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#364) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Requires a space before '}'. (block-spacing)
(#364) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#364) Missing semicolon. (semi)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'version'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'widgetEventPrefix'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'options'. (key-spacing)
(#364) Missing space before value for key 'animate'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'distance'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'max'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'min'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'orientation'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'range'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'step'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'value'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'values'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'change'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'slide'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'start'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'stop'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'numPages'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key '_create'. (key-spacing)
(#364) Requires a space after '{'. (block-spacing)
(#364) Statement inside of curly braces should be on next line. (brace-style)
(#364) Missing space before opening brace. (space-before-blocks)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#365) This line has a length of 505. Maximum allowed is 132. (max-len)
(#365) Operator '+' must be spaced. (space-infix-ops)
(#365) Operator '+' must be spaced. (space-infix-ops)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Requires a space before '}'. (block-spacing)
(#365) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#365) Missing semicolon. (semi)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key '_refresh'. (key-spacing)
(#365) Requires a space after '{'. (block-spacing)
(#365) Statement inside of curly braces should be on next line. (brace-style)
(#365) Missing space before opening brace. (space-before-blocks)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) Requires a space before '}'. (block-spacing)
(#365) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#365) Missing semicolon. (semi)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key '_createHandles'. (key-spacing)
(#365) Requires a space after '{'. (block-spacing)
(#365) Statement inside of curly braces should be on next line. (brace-style)
(#365) Missing space before opening brace. (space-before-blocks)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) A space is required after ','. (comma-spacing)
(#365) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Operator '&&' must be spaced. (space-infix-ops)
(#365) Operator '||' must be spaced. (space-infix-ops)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#365) Operator '>' must be spaced. (space-infix-ops)
(#365) Operator '&&' must be spaced. (space-infix-ops)
(#366) This line has a length of 506. Maximum allowed is 132. (max-len)
(#366) Operator '=' must be spaced. (space-infix-ops)
(#366) A space is required after ','. (comma-spacing)
(#366) Missing whitespace after semicolon. (semi-spacing)
(#366) Expected space(s) after "for". (keyword-spacing)
(#366) Operator '=' must be spaced. (space-infix-ops)
(#366) Missing whitespace after semicolon. (semi-spacing)
(#366) Operator '<' must be spaced. (space-infix-ops)
(#366) Missing whitespace after semicolon. (semi-spacing)
(#366) Expected { after 'for' condition. (curly)
(#366) Missing whitespace after semicolon. (semi-spacing)
(#366) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#366) Operator '=' must be spaced. (space-infix-ops)
(#366) Missing whitespace after semicolon. (semi-spacing)
(#366) Operator '=' must be spaced. (space-infix-ops)
(#366) Missing whitespace after semicolon. (semi-spacing)
(#366) Requires a space after '{'. (block-spacing)
(#366) Statement inside of curly braces should be on next line. (brace-style)
(#366) Missing space before opening brace. (space-before-blocks)
(#366) A space is required after ','. (comma-spacing)
(#366) Requires a space before '}'. (block-spacing)
(#366) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#366) Missing semicolon. (semi)
(#366) Requires a space before '}'. (block-spacing)
(#366) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#366) Missing semicolon. (semi)
(#366) A space is required after ','. (comma-spacing)
(#366) Missing space before value for key '_createRange'. (key-spacing)
(#366) Requires a space after '{'. (block-spacing)
(#366) Statement inside of curly braces should be on next line. (brace-style)
(#366) Missing space before opening brace. (space-before-blocks)
(#366) Operator '=' must be spaced. (space-infix-ops)
(#366) A space is required after ','. (comma-spacing)
(#366) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#366) Operator '=' must be spaced. (space-infix-ops)
(#366) Missing whitespace after semicolon. (semi-spacing)
(#366) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#366) Operator '?' must be spaced. (space-infix-ops)
(#366) Operator '===' must be spaced. (space-infix-ops)
(#366) Operator '&&' must be spaced. (space-infix-ops)
(#366) Do not nest ternary expressions. (no-nested-ternary)
(#366) Operator '?' must be spaced. (space-infix-ops)
(#366) Operator '&&' must be spaced. (space-infix-ops)
(#366) Operator '!==' must be spaced. (space-infix-ops)
(#366) Operator '?' must be spaced. (space-infix-ops)
(#366) Operator '=' must be spaced. (space-infix-ops)
(#366) A space is required after ','. (comma-spacing)
(#366) Operator ':' must be spaced. (space-infix-ops)
(#366) Operator '&&' must be spaced. (space-infix-ops)
(#366) Operator '=' must be spaced. (space-infix-ops)
(#366) Operator ':' must be spaced. (space-infix-ops)
(#366) Operator '=' must be spaced. (space-infix-ops)
(#367) This line has a length of 523. Maximum allowed is 132. (max-len)
(#367) A space is required after ','. (comma-spacing)
(#367) A space is required after ','. (comma-spacing)
(#367) Operator '&&' must be spaced. (space-infix-ops)
(#367) Operator '?' must be spaced. (space-infix-ops)
(#367) Missing space before value for key 'left'. (key-spacing)
(#367) A space is required after ','. (comma-spacing)
(#367) Missing space before value for key 'bottom'. (key-spacing)
(#367) Operator ':' must be spaced. (space-infix-ops)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) A space is required after ','. (comma-spacing)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) A space is required after ','. (comma-spacing)
(#367) Operator '+' must be spaced. (space-infix-ops)
(#367) Operator '===' must be spaced. (space-infix-ops)
(#367) Operator '||' must be spaced. (space-infix-ops)
(#367) Operator '===' must be spaced. (space-infix-ops)
(#367) Operator '?' must be spaced. (space-infix-ops)
(#367) Operator '+' must be spaced. (space-infix-ops)
(#367) Operator ':' must be spaced. (space-infix-ops)
(#367) Operator ':' must be spaced. (space-infix-ops)
(#367) Operator '&&' must be spaced. (space-infix-ops)
(#367) A space is required after ','. (comma-spacing)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Requires a space before '}'. (block-spacing)
(#367) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#367) Missing semicolon. (semi)
(#367) A space is required after ','. (comma-spacing)
(#367) Missing space before value for key '_setupEvents'. (key-spacing)
(#367) Requires a space after '{'. (block-spacing)
(#367) Statement inside of curly braces should be on next line. (brace-style)
(#367) Missing space before opening brace. (space-before-blocks)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#367) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#367) A space is required after ','. (comma-spacing)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#368) This line has a length of 506. Maximum allowed is 132. (max-len)
(#368) Requires a space before '}'. (block-spacing)
(#368) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#368) Missing semicolon. (semi)
(#368) A space is required after ','. (comma-spacing)
(#368) Missing space before value for key '_destroy'. (key-spacing)
(#368) Requires a space after '{'. (block-spacing)
(#368) Statement inside of curly braces should be on next line. (brace-style)
(#368) Missing space before opening brace. (space-before-blocks)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#368) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#368) Operator '&&' must be spaced. (space-infix-ops)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) Requires a space before '}'. (block-spacing)
(#368) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#368) Missing semicolon. (semi)
(#368) A space is required after ','. (comma-spacing)
(#368) Missing space before value for key '_mouseCapture'. (key-spacing)
(#368) Requires a space after '{'. (block-spacing)
(#368) Statement inside of curly braces should be on next line. (brace-style)
(#368) Missing space before opening brace. (space-before-blocks)
(#368) A space is required after ','. (comma-spacing)
(#368) A space is required after ','. (comma-spacing)
(#368) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) A space is required after ','. (comma-spacing)
(#368) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) Expected space(s) after "if". (keyword-spacing)
(#368) Expected { after 'if' condition. (curly)
(#368) Expected space(s) before "return". (keyword-spacing)
(#368) Expected space(s) after "return". (keyword-spacing)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) Missing space before value for key 'width'. (key-spacing)
(#368) A space is required after ','. (comma-spacing)
(#368) Missing space before value for key 'height'. (key-spacing)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) Missing space before value for key 'x'. (key-spacing)
(#368) A space is required after ','. (comma-spacing)
(#368) Missing space before value for key 'y'. (key-spacing)
(#369) This line has a length of 532. Maximum allowed is 132. (max-len)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Operator '-' must be spaced. (space-infix-ops)
(#369) Operator '+' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Requires a space after '{'. (block-spacing)
(#369) Statement inside of curly braces should be on next line. (brace-style)
(#369) Missing space before opening brace. (space-before-blocks)
(#369) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Operator '-' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected space(s) after "if". (keyword-spacing)
(#369) Operator '>' must be spaced. (space-infix-ops)
(#369) Operator '||' must be spaced. (space-infix-ops)
(#369) Operator '===' must be spaced. (space-infix-ops)
(#369) Operator '&&' must be spaced. (space-infix-ops)
(#369) Operator '===' must be spaced. (space-infix-ops)
(#369) Operator '||' must be spaced. (space-infix-ops)
(#369) Operator '===' must be spaced. (space-infix-ops)
(#369) Expected { after 'if' condition. (curly)
(#369) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Unexpected use of comma operator. (no-sequences)
(#369) A space is required after ','. (comma-spacing)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) A space is required after ','. (comma-spacing)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Requires a space before '}'. (block-spacing)
(#369) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#369) Missing semicolon. (semi)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected space(s) after "if". (keyword-spacing)
(#369) Operator '===' must be spaced. (space-infix-ops)
(#369) A space is required after ','. (comma-spacing)
(#369) Expected { after 'if' condition. (curly)
(#369) Expected space(s) before "return". (keyword-spacing)
(#369) Expected space(s) after "return". (keyword-spacing)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Operator '?' must be spaced. (space-infix-ops)
(#369) Missing space before value for key 'left'. (key-spacing)
(#369) Operator '-' must be spaced. (space-infix-ops)
(#369) Operator '-' must be spaced. (space-infix-ops)
(#369) Operator '/' must be spaced. (space-infix-ops)
(#369) A space is required after ','. (comma-spacing)
(#369) Missing space before value for key 'top'. (key-spacing)
(#369) Operator '-' must be spaced. (space-infix-ops)
(#369) Operator '-' must be spaced. (space-infix-ops)
(#369) Operator '/' must be spaced. (space-infix-ops)
(#369) Operator '-' must be spaced. (space-infix-ops)
(#369) A space is required after ','. (comma-spacing)
(#369) Operator '||' must be spaced. (space-infix-ops)
(#369) Operator '-' must be spaced. (space-infix-ops)
(#370) This line has a length of 524. Maximum allowed is 132. (max-len)
(#370) Operator '||' must be spaced. (space-infix-ops)
(#370) Operator '+' must be spaced. (space-infix-ops)
(#370) A space is required after ','. (comma-spacing)
(#370) Operator '||' must be spaced. (space-infix-ops)
(#370) Operator ':' must be spaced. (space-infix-ops)
(#370) Missing space before value for key 'left'. (key-spacing)
(#370) A space is required after ','. (comma-spacing)
(#370) Missing space before value for key 'top'. (key-spacing)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#370) Operator '||' must be spaced. (space-infix-ops)
(#370) A space is required after ','. (comma-spacing)
(#370) A space is required after ','. (comma-spacing)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Return statement should not contain assignment. (no-return-assign)
(#370) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Requires a space before '}'. (block-spacing)
(#370) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#370) Missing semicolon. (semi)
(#370) A space is required after ','. (comma-spacing)
(#370) Missing space before value for key '_mouseStart'. (key-spacing)
(#370) Requires a space after '{'. (block-spacing)
(#370) Statement inside of curly braces should be on next line. (brace-style)
(#370) Missing space before opening brace. (space-before-blocks)
(#370) Expected space(s) after "return". (keyword-spacing)
(#370) Requires a space before '}'. (block-spacing)
(#370) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#370) Missing semicolon. (semi)
(#370) A space is required after ','. (comma-spacing)
(#370) Missing space before value for key '_mouseDrag'. (key-spacing)
(#370) Requires a space after '{'. (block-spacing)
(#370) Statement inside of curly braces should be on next line. (brace-style)
(#370) Missing space before opening brace. (space-before-blocks)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Missing space before value for key 'x'. (key-spacing)
(#370) A space is required after ','. (comma-spacing)
(#370) Missing space before value for key 'y'. (key-spacing)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) A space is required after ','. (comma-spacing)
(#370) A space is required after ','. (comma-spacing)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected space(s) after "return". (keyword-spacing)
(#370) Requires a space before '}'. (block-spacing)
(#370) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#370) Missing semicolon. (semi)
(#370) A space is required after ','. (comma-spacing)
(#370) Missing space before value for key '_mouseStop'. (key-spacing)
(#370) Requires a space after '{'. (block-spacing)
(#370) Statement inside of curly braces should be on next line. (brace-style)
(#370) Missing space before opening brace. (space-before-blocks)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) A space is required after ','. (comma-spacing)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) A space is required after ','. (comma-spacing)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Return statement should not contain assignment. (no-return-assign)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#371) This line has a length of 512. Maximum allowed is 132. (max-len)
(#371) Requires a space before '}'. (block-spacing)
(#371) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#371) Missing semicolon. (semi)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key '_detectOrientation'. (key-spacing)
(#371) Requires a space after '{'. (block-spacing)
(#371) Statement inside of curly braces should be on next line. (brace-style)
(#371) Missing space before opening brace. (space-before-blocks)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Operator '===' must be spaced. (space-infix-ops)
(#371) Operator '?' must be spaced. (space-infix-ops)
(#371) Operator ':' must be spaced. (space-infix-ops)
(#371) Requires a space before '}'. (block-spacing)
(#371) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#371) Missing semicolon. (semi)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key '_normValueFromMouse'. (key-spacing)
(#371) Requires a space after '{'. (block-spacing)
(#371) Statement inside of curly braces should be on next line. (brace-style)
(#371) Missing space before opening brace. (space-before-blocks)
(#371) Expected space(s) after "if". (keyword-spacing)
(#371) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#371) Operator '===' must be spaced. (space-infix-ops)
(#371) Requires a space after '{'. (block-spacing)
(#371) Statement inside of curly braces should be on next line. (brace-style)
(#371) Missing space before opening brace. (space-before-blocks)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Operator '-' must be spaced. (space-infix-ops)
(#371) Operator '-' must be spaced. (space-infix-ops)
(#371) Operator '?' must be spaced. (space-infix-ops)
(#371) Operator ':' must be spaced. (space-infix-ops)
(#371) Requires a space before '}'. (block-spacing)
(#371) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#371) Missing semicolon. (semi)
(#371) Expected space(s) before "else". (keyword-spacing)
(#371) Expected { after 'else'. (curly)
(#371) 'b' used outside of binding context. (block-scoped-var)
(#371) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Unexpected use of comma operator. (no-sequences)
(#371) A space is required after ','. (comma-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Operator '-' must be spaced. (space-infix-ops)
(#371) Operator '-' must be spaced. (space-infix-ops)
(#371) Operator '?' must be spaced. (space-infix-ops)
(#371) Operator ':' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) 'b' used outside of binding context. (block-scoped-var)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Operator '/' must be spaced. (space-infix-ops)
(#371) 'b' used outside of binding context. (block-scoped-var)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#371) Operator '<' must be spaced. (space-infix-ops)
(#371) 'b' used outside of binding context. (block-scoped-var)
(#371) Operator '&&' must be spaced. (space-infix-ops)
(#371) 'b' used outside of binding context. (block-scoped-var)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#371) Operator '>' must be spaced. (space-infix-ops)
(#371) 'b' used outside of binding context. (block-scoped-var)
(#371) Operator '&&' must be spaced. (space-infix-ops)
(#371) 'b' used outside of binding context. (block-scoped-var)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#371) Operator '===' must be spaced. (space-infix-ops)
(#371) Operator '&&' must be spaced. (space-infix-ops)
(#371) 'b' used outside of binding context. (block-scoped-var)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Operator '-' must be spaced. (space-infix-ops)
(#371) 'b' used outside of binding context. (block-scoped-var)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Operator '-' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) 'b' used outside of binding context. (block-scoped-var)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Operator '+' must be spaced. (space-infix-ops)
(#372) This line has a length of 522. Maximum allowed is 132. (max-len)
(#372) 'b' used outside of binding context. (block-scoped-var)
(#372) Operator '*' must be spaced. (space-infix-ops)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) 'b' used outside of binding context. (block-scoped-var)
(#372) Requires a space before '}'. (block-spacing)
(#372) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#372) Missing semicolon. (semi)
(#372) A space is required after ','. (comma-spacing)
(#372) Missing space before value for key '_start'. (key-spacing)
(#372) A space is required after ','. (comma-spacing)
(#372) Requires a space after '{'. (block-spacing)
(#372) Statement inside of curly braces should be on next line. (brace-style)
(#372) Missing space before opening brace. (space-before-blocks)
(#372) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) Missing space before value for key 'handle'. (key-spacing)
(#372) A space is required after ','. (comma-spacing)
(#372) Missing space before value for key 'value'. (key-spacing)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#372) Operator '&&' must be spaced. (space-infix-ops)
(#372) Operator '&&' must be spaced. (space-infix-ops)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) A space is required after ','. (comma-spacing)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) A space is required after ','. (comma-spacing)
(#372) A space is required after ','. (comma-spacing)
(#372) Requires a space before '}'. (block-spacing)
(#372) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#372) Missing semicolon. (semi)
(#372) A space is required after ','. (comma-spacing)
(#372) Missing space before value for key '_slide'. (key-spacing)
(#372) A space is required after ','. (comma-spacing)
(#372) A space is required after ','. (comma-spacing)
(#372) Requires a space after '{'. (block-spacing)
(#372) Statement inside of curly braces should be on next line. (brace-style)
(#372) Missing space before opening brace. (space-before-blocks)
(#372) Expected space(s) after "if". (keyword-spacing)
(#372) Operator '&&' must be spaced. (space-infix-ops)
(#372) Requires a space after '{'. (block-spacing)
(#372) Statement inside of curly braces should be on next line. (brace-style)
(#372) Missing space before opening brace. (space-before-blocks)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) Operator '?' must be spaced. (space-infix-ops)
(#372) Operator ':' must be spaced. (space-infix-ops)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#372) Operator '===' must be spaced. (space-infix-ops)
(#372) Operator '&&' must be spaced. (space-infix-ops)
(#372) Operator '===' must be spaced. (space-infix-ops)
(#372) Operator '&&' must be spaced. (space-infix-ops)
(#372) Operator '===' must be spaced. (space-infix-ops)
(#372) Operator '&&' must be spaced. (space-infix-ops)
(#372) Operator '>' must be spaced. (space-infix-ops)
(#372) Operator '||' must be spaced. (space-infix-ops)
(#372) Operator '===' must be spaced. (space-infix-ops)
(#372) Operator '&&' must be spaced. (space-infix-ops)
(#372) Operator '<' must be spaced. (space-infix-ops)
(#372) Operator '&&' must be spaced. (space-infix-ops)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#372) Operator '!==' must be spaced. (space-infix-ops)
(#372) Operator '&&' must be spaced. (space-infix-ops)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) A space is required after ','. (comma-spacing)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) A space is required after ','. (comma-spacing)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) A space is required after ','. (comma-spacing)
(#372) A space is required after ','. (comma-spacing)
(#372) Missing space before value for key 'handle'. (key-spacing)
(#373) This line has a length of 502. Maximum allowed is 132. (max-len)
(#373) Missing space before value for key 'value'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'values'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Operator '?' must be spaced. (space-infix-ops)
(#373) Operator ':' must be spaced. (space-infix-ops)
(#373) A space is required after ','. (comma-spacing)
(#373) Operator '!==' must be spaced. (space-infix-ops)
(#373) Operator '&&' must be spaced. (space-infix-ops)
(#373) A space is required after ','. (comma-spacing)
(#373) Requires a space before '}'. (block-spacing)
(#373) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#373) Missing semicolon. (semi)
(#373) Expected space(s) before "else". (keyword-spacing)
(#373) Expected { after 'else'. (curly)
(#373) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#373) Operator '!==' must be spaced. (space-infix-ops)
(#373) Operator '&&' must be spaced. (space-infix-ops)
(#373) Operator '=' must be spaced. (space-infix-ops)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'handle'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'value'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Operator '!==' must be spaced. (space-infix-ops)
(#373) Operator '&&' must be spaced. (space-infix-ops)
(#373) Requires a space before '}'. (block-spacing)
(#373) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#373) Missing semicolon. (semi)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key '_stop'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Requires a space after '{'. (block-spacing)
(#373) Statement inside of curly braces should be on next line. (brace-style)
(#373) Missing space before opening brace. (space-before-blocks)
(#373) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#373) Operator '=' must be spaced. (space-infix-ops)
(#373) Missing space before value for key 'handle'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'value'. (key-spacing)
(#373) Missing whitespace after semicolon. (semi-spacing)
(#373) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#373) Operator '&&' must be spaced. (space-infix-ops)
(#373) Operator '&&' must be spaced. (space-infix-ops)
(#373) Operator '=' must be spaced. (space-infix-ops)
(#373) A space is required after ','. (comma-spacing)
(#373) Operator '=' must be spaced. (space-infix-ops)
(#373) Missing whitespace after semicolon. (semi-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Requires a space before '}'. (block-spacing)
(#373) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#373) Missing semicolon. (semi)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key '_change'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Requires a space after '{'. (block-spacing)
(#373) Statement inside of curly braces should be on next line. (brace-style)
(#373) Missing space before opening brace. (space-before-blocks)
(#373) Expected space(s) after "if". (keyword-spacing)
(#373) Operator '&&' must be spaced. (space-infix-ops)
(#373) Requires a space after '{'. (block-spacing)
(#373) Statement inside of curly braces should be on next line. (brace-style)
(#373) Missing space before opening brace. (space-before-blocks)
(#373) Operator '=' must be spaced. (space-infix-ops)
(#373) Missing space before value for key 'handle'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'value'. (key-spacing)
(#373) Missing whitespace after semicolon. (semi-spacing)
(#373) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#373) Operator '&&' must be spaced. (space-infix-ops)
(#374) This line has a length of 504. Maximum allowed is 132. (max-len)
(#374) Operator '&&' must be spaced. (space-infix-ops)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) A space is required after ','. (comma-spacing)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#374) A space is required after ','. (comma-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Requires a space before '}'. (block-spacing)
(#374) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#374) Missing semicolon. (semi)
(#374) Requires a space before '}'. (block-spacing)
(#374) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'value'. (key-spacing)
(#374) Expected to return a value at the end of method 'value'. (consistent-return)
(#374) Requires a space after '{'. (block-spacing)
(#374) Statement inside of curly braces should be on next line. (brace-style)
(#374) Missing space before opening brace. (space-before-blocks)
(#374) Expected space(s) after "if". (keyword-spacing)
(#374) Expected { after 'if' condition. (curly)
(#374) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#374) Expected space(s) before "this". (keyword-spacing)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) Unexpected use of comma operator. (no-sequences)
(#374) A space is required after ','. (comma-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) Expected { after 'else'. (curly)
(#374) Requires a space before '}'. (block-spacing)
(#374) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#374) Missing semicolon. (semi)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'values'. (key-spacing)
(#374) Expected to return a value at the end of method 'values'. (consistent-return)
(#374) A space is required after ','. (comma-spacing)
(#374) Requires a space after '{'. (block-spacing)
(#374) Statement inside of curly braces should be on next line. (brace-style)
(#374) Missing space before opening brace. (space-before-blocks)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) Expected space(s) after "if". (keyword-spacing)
(#374) Operator '<' must be spaced. (space-infix-ops)
(#374) Expected { after 'if' condition. (curly)
(#374) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#374) Expected space(s) before "this". (keyword-spacing)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) Unexpected use of comma operator. (no-sequences)
(#374) A space is required after ','. (comma-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) Expected space(s) after "if". (keyword-spacing)
(#374) Expected { after 'if' condition. (curly)
(#374) Expected space(s) before "if". (keyword-spacing)
(#374) Expected space(s) after "if". (keyword-spacing)
(#374) Requires a space after '{'. (block-spacing)
(#374) Statement inside of curly braces should be on next line. (brace-style)
(#374) Missing space before opening brace. (space-before-blocks)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#375) This line has a length of 505. Maximum allowed is 132. (max-len)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Expected space(s) after "for". (keyword-spacing)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Operator '<' must be spaced. (space-infix-ops)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Operator '+=' must be spaced. (space-infix-ops)
(#375) Expected { after 'for' condition. (curly)
(#375) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) Unexpected use of comma operator. (no-sequences)
(#375) A space is required after ','. (comma-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#375) Requires a space before '}'. (block-spacing)
(#375) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#375) Missing semicolon. (semi)
(#375) Expected space(s) before "else". (keyword-spacing)
(#375) Expected { after 'else'. (curly)
(#375) Operator '&&' must be spaced. (space-infix-ops)
(#375) Operator '?' must be spaced. (space-infix-ops)
(#375) Operator ':' must be spaced. (space-infix-ops)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Expected { after 'else'. (curly)
(#375) Requires a space before '}'. (block-spacing)
(#375) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#375) Missing semicolon. (semi)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key '_setOption'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Requires a space after '{'. (block-spacing)
(#375) Statement inside of curly braces should be on next line. (brace-style)
(#375) Missing space before opening brace. (space-before-blocks)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#375) Operator '===' must be spaced. (space-infix-ops)
(#375) Operator '&&' must be spaced. (space-infix-ops)
(#375) Operator '===' must be spaced. (space-infix-ops)
(#375) Operator '&&' must be spaced. (space-infix-ops)
(#375) Operator '===' must be spaced. (space-infix-ops)
(#375) Operator '?' must be spaced. (space-infix-ops)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) A space is required after ','. (comma-spacing)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) Operator ':' must be spaced. (space-infix-ops)
(#375) Operator '===' must be spaced. (space-infix-ops)
(#375) Operator '&&' must be spaced. (space-infix-ops)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) Operator '-' must be spaced. (space-infix-ops)
(#375) A space is required after ','. (comma-spacing)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#375) Operator '&&' must be spaced. (space-infix-ops)
(#376) This line has a length of 514. Maximum allowed is 132. (max-len)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#376) Operator '===' must be spaced. (space-infix-ops)
(#376) Operator '&&' must be spaced. (space-infix-ops)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Expected space(s) after "switch". (keyword-spacing)
(#376) Requires a space after '{'. (block-spacing)
(#376) Statement inside of curly braces should be on next line. (brace-style)
(#376) Missing space before opening brace. (space-before-blocks)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Operator '+' must be spaced. (space-infix-ops)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Operator '===' must be spaced. (space-infix-ops)
(#376) Operator '?' must be spaced. (space-infix-ops)
(#376) Operator ':' must be spaced. (space-infix-ops)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#377) This line has a length of 528. Maximum allowed is 132. (max-len)
(#377) Expected space(s) after "for". (keyword-spacing)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) Operator '<' must be spaced. (space-infix-ops)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) Operator '+=' must be spaced. (space-infix-ops)
(#377) Expected { after 'for' condition. (curly)
(#377) Expected space(s) before "this". (keyword-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) Unexpected use of comma operator. (no-sequences)
(#377) A space is required after ','. (comma-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) Requires a space before '}'. (block-spacing)
(#377) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#377) Missing semicolon. (semi)
(#377) Requires a space before '}'. (block-spacing)
(#377) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key '_value'. (key-spacing)
(#377) Requires a space after '{'. (block-spacing)
(#377) Statement inside of curly braces should be on next line. (brace-style)
(#377) Missing space before opening brace. (space-before-blocks)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) Return statement should not contain assignment. (no-return-assign)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) Requires a space before '}'. (block-spacing)
(#377) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#377) Missing semicolon. (semi)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key '_values'. (key-spacing)
(#377) Requires a space after '{'. (block-spacing)
(#377) Statement inside of curly braces should be on next line. (brace-style)
(#377) Missing space before opening brace. (space-before-blocks)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) Expected space(s) after "if". (keyword-spacing)
(#377) Requires a space after '{'. (block-spacing)
(#377) Statement inside of curly braces should be on next line. (brace-style)
(#377) Missing space before opening brace. (space-before-blocks)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) Return statement should not contain assignment. (no-return-assign)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) Requires a space before '}'. (block-spacing)
(#377) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#377) Missing semicolon. (semi)
(#377) Expected space(s) before "if". (keyword-spacing)
(#377) Expected space(s) after "if". (keyword-spacing)
(#377) Operator '&&' must be spaced. (space-infix-ops)
(#377) Requires a space after '{'. (block-spacing)
(#377) Statement inside of curly braces should be on next line. (brace-style)
(#377) Missing space before opening brace. (space-before-blocks)
(#377) 'd' used outside of binding context. (block-scoped-var)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#378) This line has a length of 503. Maximum allowed is 132. (max-len)
(#378) Expected space(s) after "for". (keyword-spacing)
(#378) Operator '=' must be spaced. (space-infix-ops)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Operator '<' must be spaced. (space-infix-ops)
(#378) 'd' used outside of binding context. (block-scoped-var)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Operator '+=' must be spaced. (space-infix-ops)
(#378) 'd' used outside of binding context. (block-scoped-var)
(#378) Expected { after 'for' condition. (curly)
(#378) Operator '=' must be spaced. (space-infix-ops)
(#378) 'd' used outside of binding context. (block-scoped-var)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) 'd' used outside of binding context. (block-scoped-var)
(#378) Requires a space before '}'. (block-spacing)
(#378) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#378) Missing semicolon. (semi)
(#378) Expected space(s) before "return". (keyword-spacing)
(#378) Expected space(s) after "return". (keyword-spacing)
(#378) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#378) Requires a space before '}'. (block-spacing)
(#378) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#378) Missing semicolon. (semi)
(#378) A space is required after ','. (comma-spacing)
(#378) Missing space before value for key '_trimAlignValue'. (key-spacing)
(#378) Requires a space after '{'. (block-spacing)
(#378) Statement inside of curly braces should be on next line. (brace-style)
(#378) Missing space before opening brace. (space-before-blocks)
(#378) Expected space(s) after "if". (keyword-spacing)
(#378) Operator '<=' must be spaced. (space-infix-ops)
(#378) Expected { after 'if' condition. (curly)
(#378) Expected space(s) before "return". (keyword-spacing)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Expected space(s) after "if". (keyword-spacing)
(#378) Operator '>=' must be spaced. (space-infix-ops)
(#378) Expected { after 'if' condition. (curly)
(#378) Expected space(s) before "return". (keyword-spacing)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Operator '=' must be spaced. (space-infix-ops)
(#378) Operator '<' must be spaced. (space-infix-ops)
(#378) Operator '?' must be spaced. (space-infix-ops)
(#378) Operator ':' must be spaced. (space-infix-ops)
(#378) A space is required after ','. (comma-spacing)
(#378) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#378) Operator '=' must be spaced. (space-infix-ops)
(#378) Operator '-' must be spaced. (space-infix-ops)
(#378) Operator '%' must be spaced. (space-infix-ops)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Operator '-=' must be spaced. (space-infix-ops)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#378) Operator '*' must be spaced. (space-infix-ops)
(#378) Operator '>=' must be spaced. (space-infix-ops)
(#378) Operator '&&' must be spaced. (space-infix-ops)
(#378) Operator '+=' must be spaced. (space-infix-ops)
(#378) Operator '<' must be spaced. (space-infix-ops)
(#378) Operator '?' must be spaced. (space-infix-ops)
(#378) Operator ':' must be spaced. (space-infix-ops)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Requires a space before '}'. (block-spacing)
(#378) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#378) Missing semicolon. (semi)
(#378) A space is required after ','. (comma-spacing)
(#378) Missing space before value for key '_calculateNewMax'. (key-spacing)
(#378) Requires a space after '{'. (block-spacing)
(#378) Statement inside of curly braces should be on next line. (brace-style)
(#378) Missing space before opening brace. (space-before-blocks)
(#378) Operator '=' must be spaced. (space-infix-ops)
(#378) A space is required after ','. (comma-spacing)
(#378) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#378) Operator '=' must be spaced. (space-infix-ops)
(#378) A space is required after ','. (comma-spacing)
(#378) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#378) Operator '=' must be spaced. (space-infix-ops)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Operator '=' must be spaced. (space-infix-ops)
(#378) Operator '-' must be spaced. (space-infix-ops)
(#378) Operator '/' must be spaced. (space-infix-ops)
(#378) Operator '*' must be spaced. (space-infix-ops)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Operator '=' must be spaced. (space-infix-ops)
(#378) Operator '+' must be spaced. (space-infix-ops)
(#379) This line has a length of 552. Maximum allowed is 132. (max-len)
(#379) Requires a space before '}'. (block-spacing)
(#379) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#379) Missing semicolon. (semi)
(#379) A space is required after ','. (comma-spacing)
(#379) Missing space before value for key '_precision'. (key-spacing)
(#379) Requires a space after '{'. (block-spacing)
(#379) Statement inside of curly braces should be on next line. (brace-style)
(#379) Missing space before opening brace. (space-before-blocks)
(#379) Operator '=' must be spaced. (space-infix-ops)
(#379) Missing whitespace after semicolon. (semi-spacing)
(#379) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#379) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#379) Operator '!==' must be spaced. (space-infix-ops)
(#379) Operator '&&' must be spaced. (space-infix-ops)
(#379) Operator '=' must be spaced. (space-infix-ops)
(#379) A space is required after ','. (comma-spacing)
(#379) Missing whitespace after semicolon. (semi-spacing)
(#379) Requires a space before '}'. (block-spacing)
(#379) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#379) Missing semicolon. (semi)
(#379) A space is required after ','. (comma-spacing)
(#379) Missing space before value for key '_precisionOf'. (key-spacing)
(#379) Requires a space after '{'. (block-spacing)
(#379) Statement inside of curly braces should be on next line. (brace-style)
(#379) Missing space before opening brace. (space-before-blocks)
(#379) Operator '=' must be spaced. (space-infix-ops)
(#379) Missing whitespace after semicolon. (semi-spacing)
(#379) Operator '=' must be spaced. (space-infix-ops)
(#379) Missing whitespace after semicolon. (semi-spacing)
(#379) Expected space(s) after "return". (keyword-spacing)
(#379) Operator '===' must be spaced. (space-infix-ops)
(#379) Operator '?' must be spaced. (space-infix-ops)
(#379) Operator ':' must be spaced. (space-infix-ops)
(#379) Operator '-' must be spaced. (space-infix-ops)
(#379) Operator '-' must be spaced. (space-infix-ops)
(#379) Requires a space before '}'. (block-spacing)
(#379) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#379) Missing semicolon. (semi)
(#379) A space is required after ','. (comma-spacing)
(#379) Missing space before value for key '_valueMin'. (key-spacing)
(#379) Requires a space after '{'. (block-spacing)
(#379) Statement inside of curly braces should be on next line. (brace-style)
(#379) Missing space before opening brace. (space-before-blocks)
(#379) Requires a space before '}'. (block-spacing)
(#379) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#379) Missing semicolon. (semi)
(#379) A space is required after ','. (comma-spacing)
(#379) Missing space before value for key '_valueMax'. (key-spacing)
(#379) Requires a space after '{'. (block-spacing)
(#379) Statement inside of curly braces should be on next line. (brace-style)
(#379) Missing space before opening brace. (space-before-blocks)
(#379) Requires a space before '}'. (block-spacing)
(#379) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#379) Missing semicolon. (semi)
(#379) A space is required after ','. (comma-spacing)
(#379) Missing space before value for key '_refreshValue'. (key-spacing)
(#379) Requires a space after '{'. (block-spacing)
(#379) Statement inside of curly braces should be on next line. (brace-style)
(#379) Missing space before opening brace. (space-before-blocks)
(#379) A space is required after ','. (comma-spacing)
(#379) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#379) Operator '=' must be spaced. (space-infix-ops)
(#379) A space is required after ','. (comma-spacing)
(#379) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#379) Operator '=' must be spaced. (space-infix-ops)
(#379) A space is required after ','. (comma-spacing)
(#379) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#379) Operator '=' must be spaced. (space-infix-ops)
(#379) A space is required after ','. (comma-spacing)
(#379) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#379) Operator '=' must be spaced. (space-infix-ops)
(#379) Operator '?' must be spaced. (space-infix-ops)
(#379) Operator ':' must be spaced. (space-infix-ops)
(#379) A space is required after ','. (comma-spacing)
(#379) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#379) Operator '=' must be spaced. (space-infix-ops)
(#379) Missing whitespace after semicolon. (semi-spacing)
(#379) Expected space(s) after "if". (keyword-spacing)
(#379) Operator '&&' must be spaced. (space-infix-ops)
(#379) Expected { after 'if' condition. (curly)
(#379) Expected space(s) before "this". (keyword-spacing)
(#379) Requires a space after '{'. (block-spacing)
(#379) Statement inside of curly braces should be on next line. (brace-style)
(#379) Missing space before opening brace. (space-before-blocks)
(#379) 'F' used outside of binding context. (block-scoped-var)
(#379) Operator '=' must be spaced. (space-infix-ops)
(#380) This line has a length of 501. Maximum allowed is 132. (max-len)
(#380) Operator '-' must be spaced. (space-infix-ops)
(#380) Operator '/' must be spaced. (space-infix-ops)
(#380) Operator '-' must be spaced. (space-infix-ops)
(#380) Operator '*' must be spaced. (space-infix-ops)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Operator '===' must be spaced. (space-infix-ops)
(#380) Operator '?' must be spaced. (space-infix-ops)
(#380) Operator ':' must be spaced. (space-infix-ops)
(#380) Operator '=' must be spaced. (space-infix-ops)
(#380) 'F' used outside of binding context. (block-scoped-var)
(#380) Operator '+' must be spaced. (space-infix-ops)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#380) A space is required after ','. (comma-spacing)
(#380) Operator '?' must be spaced. (space-infix-ops)
(#380) Operator ':' must be spaced. (space-infix-ops)
(#380) A space is required after ','. (comma-spacing)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Expected space(s) after "if". (keyword-spacing)
(#380) Operator '===' must be spaced. (space-infix-ops)
(#380) Expected { after 'if' condition. (curly)
(#380) Expected space(s) before "if". (keyword-spacing)
(#380) Expected space(s) after "if". (keyword-spacing)
(#380) Operator '===' must be spaced. (space-infix-ops)
(#380) Requires a space after '{'. (block-spacing)
(#380) Statement inside of curly braces should be on next line. (brace-style)
(#380) Missing space before opening brace. (space-before-blocks)
(#380) Expected space(s) after "if". (keyword-spacing)
(#380) Operator '===' must be spaced. (space-infix-ops)
(#380) Expected { after 'if' condition. (curly)
(#380) A space is required after ','. (comma-spacing)
(#380) Operator '?' must be spaced. (space-infix-ops)
(#380) Operator ':' must be spaced. (space-infix-ops)
(#380) Missing space before value for key 'left'. (key-spacing)
(#380) 'F' used outside of binding context. (block-scoped-var)
(#380) Operator '+' must be spaced. (space-infix-ops)
(#380) A space is required after ','. (comma-spacing)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Expected space(s) after "if". (keyword-spacing)
(#380) Operator '===' must be spaced. (space-infix-ops)
(#380) Expected { after 'if' condition. (curly)
(#380) Operator '?' must be spaced. (space-infix-ops)
(#380) Operator ':' must be spaced. (space-infix-ops)
(#380) Missing space before value for key 'width'. (key-spacing)
(#380) 'F' used outside of binding context. (block-scoped-var)
(#380) Operator '-' must be spaced. (space-infix-ops)
(#380) Operator '+' must be spaced. (space-infix-ops)
(#380) A space is required after ','. (comma-spacing)
(#380) Missing space before value for key 'queue'. (key-spacing)
(#380) A space is required after ','. (comma-spacing)
(#380) Missing space before value for key 'duration'. (key-spacing)
(#380) Requires a space before '}'. (block-spacing)
(#380) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#380) Missing semicolon. (semi)
(#380) Expected space(s) before "else". (keyword-spacing)
(#380) Expected space(s) after "else". (keyword-spacing)
(#380) Requires a space after '{'. (block-spacing)
(#380) Statement inside of curly braces should be on next line. (brace-style)
(#380) Expected space(s) after "if". (keyword-spacing)
(#380) Operator '===' must be spaced. (space-infix-ops)
(#380) Expected { after 'if' condition. (curly)
(#380) A space is required after ','. (comma-spacing)
(#380) Operator '?' must be spaced. (space-infix-ops)
(#380) Operator ':' must be spaced. (space-infix-ops)
(#380) Missing space before value for key 'bottom'. (key-spacing)
(#380) 'F' used outside of binding context. (block-scoped-var)
(#380) Operator '+' must be spaced. (space-infix-ops)
(#380) A space is required after ','. (comma-spacing)
(#380) Missing whitespace after semicolon. (semi-spacing)
(#380) Expected space(s) after "if". (keyword-spacing)
(#380) Operator '===' must be spaced. (space-infix-ops)
(#380) Expected { after 'if' condition. (curly)
(#380) Operator '?' must be spaced. (space-infix-ops)
(#380) Operator ':' must be spaced. (space-infix-ops)
(#380) Missing space before value for key 'height'. (key-spacing)
(#380) 'F' used outside of binding context. (block-scoped-var)
(#380) Operator '-' must be spaced. (space-infix-ops)
(#380) Operator '+' must be spaced. (space-infix-ops)
(#381) This line has a length of 503. Maximum allowed is 132. (max-len)
(#381) A space is required after ','. (comma-spacing)
(#381) Missing space before value for key 'queue'. (key-spacing)
(#381) A space is required after ','. (comma-spacing)
(#381) Missing space before value for key 'duration'. (key-spacing)
(#381) Requires a space before '}'. (block-spacing)
(#381) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#381) Missing semicolon. (semi)
(#381) Operator '=' must be spaced. (space-infix-ops)
(#381) 'F' used outside of binding context. (block-scoped-var)
(#381) Requires a space before '}'. (block-spacing)
(#381) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#381) Missing semicolon. (semi)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) Expected space(s) after "else". (keyword-spacing)
(#381) Requires a space after '{'. (block-spacing)
(#381) Statement inside of curly braces should be on next line. (brace-style)
(#381) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#381) Operator '=' must be spaced. (space-infix-ops)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) Operator '=' must be spaced. (space-infix-ops)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) Operator '=' must be spaced. (space-infix-ops)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) Operator '=' must be spaced. (space-infix-ops)
(#381) Operator '!==' must be spaced. (space-infix-ops)
(#381) Operator '?' must be spaced. (space-infix-ops)
(#381) Operator '-' must be spaced. (space-infix-ops)
(#381) Operator '/' must be spaced. (space-infix-ops)
(#381) Operator '-' must be spaced. (space-infix-ops)
(#381) Operator '*' must be spaced. (space-infix-ops)
(#381) Operator ':' must be spaced. (space-infix-ops)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) Operator '===' must be spaced. (space-infix-ops)
(#381) Operator '?' must be spaced. (space-infix-ops)
(#381) Operator ':' must be spaced. (space-infix-ops)
(#381) Operator '=' must be spaced. (space-infix-ops)
(#381) Operator '+' must be spaced. (space-infix-ops)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) A space is required after ','. (comma-spacing)
(#381) Operator '?' must be spaced. (space-infix-ops)
(#381) Operator ':' must be spaced. (space-infix-ops)
(#381) A space is required after ','. (comma-spacing)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) Expected space(s) after "if". (keyword-spacing)
(#381) Operator '===' must be spaced. (space-infix-ops)
(#381) Operator '&&' must be spaced. (space-infix-ops)
(#381) Operator '===' must be spaced. (space-infix-ops)
(#381) Expected { after 'if' condition. (curly)
(#381) Expected space(s) before "this". (keyword-spacing)
(#381) A space is required after ','. (comma-spacing)
(#381) Operator '?' must be spaced. (space-infix-ops)
(#381) Operator ':' must be spaced. (space-infix-ops)
(#381) Missing space before value for key 'width'. (key-spacing)
(#381) Operator '+' must be spaced. (space-infix-ops)
(#381) A space is required after ','. (comma-spacing)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) Expected space(s) after "if". (keyword-spacing)
(#381) Operator '===' must be spaced. (space-infix-ops)
(#381) Operator '&&' must be spaced. (space-infix-ops)
(#381) Operator '===' must be spaced. (space-infix-ops)
(#381) Expected { after 'if' condition. (curly)
(#381) Expected space(s) before "this". (keyword-spacing)
(#381) Operator '?' must be spaced. (space-infix-ops)
(#381) Operator ':' must be spaced. (space-infix-ops)
(#381) Missing space before value for key 'width'. (key-spacing)
(#381) Operator '-' must be spaced. (space-infix-ops)
(#381) Operator '+' must be spaced. (space-infix-ops)
(#381) A space is required after ','. (comma-spacing)
(#381) Missing space before value for key 'queue'. (key-spacing)
(#381) A space is required after ','. (comma-spacing)
(#381) Missing space before value for key 'duration'. (key-spacing)
(#381) Missing whitespace after semicolon. (semi-spacing)
(#381) Expected space(s) after "if". (keyword-spacing)
(#381) Operator '===' must be spaced. (space-infix-ops)
(#381) Operator '&&' must be spaced. (space-infix-ops)
(#382) This line has a length of 538. Maximum allowed is 132. (max-len)
(#382) Operator '===' must be spaced. (space-infix-ops)
(#382) Expected { after 'if' condition. (curly)
(#382) Expected space(s) before "this". (keyword-spacing)
(#382) A space is required after ','. (comma-spacing)
(#382) Operator '?' must be spaced. (space-infix-ops)
(#382) Operator ':' must be spaced. (space-infix-ops)
(#382) Missing space before value for key 'height'. (key-spacing)
(#382) Operator '+' must be spaced. (space-infix-ops)
(#382) A space is required after ','. (comma-spacing)
(#382) Missing whitespace after semicolon. (semi-spacing)
(#382) Expected space(s) after "if". (keyword-spacing)
(#382) Operator '===' must be spaced. (space-infix-ops)
(#382) Operator '&&' must be spaced. (space-infix-ops)
(#382) Operator '===' must be spaced. (space-infix-ops)
(#382) Expected { after 'if' condition. (curly)
(#382) Expected space(s) before "this". (keyword-spacing)
(#382) Operator '?' must be spaced. (space-infix-ops)
(#382) Operator ':' must be spaced. (space-infix-ops)
(#382) Missing space before value for key 'height'. (key-spacing)
(#382) Operator '-' must be spaced. (space-infix-ops)
(#382) Operator '+' must be spaced. (space-infix-ops)
(#382) A space is required after ','. (comma-spacing)
(#382) Missing space before value for key 'queue'. (key-spacing)
(#382) A space is required after ','. (comma-spacing)
(#382) Missing space before value for key 'duration'. (key-spacing)
(#382) Requires a space before '}'. (block-spacing)
(#382) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#382) Missing semicolon. (semi)
(#382) Requires a space before '}'. (block-spacing)
(#382) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#382) A space is required after ','. (comma-spacing)
(#382) Missing space before value for key '_handleEvents'. (key-spacing)
(#382) Missing space before value for key 'keydown'. (key-spacing)
(#382) Method 'keydown' has a complexity of 23. Maximum allowed is 20. (complexity)
(#382) Requires a space after '{'. (block-spacing)
(#382) Statement inside of curly braces should be on next line. (brace-style)
(#382) Missing space before opening brace. (space-before-blocks)
(#382) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#382) A space is required after ','. (comma-spacing)
(#382) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#382) Operator '=' must be spaced. (space-infix-ops)
(#382) Missing whitespace after semicolon. (semi-spacing)
(#382) Expected space(s) after "switch". (keyword-spacing)
(#382) Requires a space after '{'. (block-spacing)
(#382) Statement inside of curly braces should be on next line. (brace-style)
(#382) Missing space before opening brace. (space-before-blocks)
(#382) Expected space(s) after "if". (keyword-spacing)
(#382) Unexpected use of comma operator. (no-sequences)
(#383) This line has a length of 518. Maximum allowed is 132. (max-len)
(#383) Requires a space after '{'. (block-spacing)
(#383) Statement inside of curly braces should be on next line. (brace-style)
(#383) Missing space before opening brace. (space-before-blocks)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Missing whitespace after semicolon. (semi-spacing)
(#383) Missing whitespace after semicolon. (semi-spacing)
(#383) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) A space is required after ','. (comma-spacing)
(#383) Missing whitespace after semicolon. (semi-spacing)
(#383) Expected space(s) after "if". (keyword-spacing)
(#383) Operator '===' must be spaced. (space-infix-ops)
(#383) Expected { after 'if' condition. (curly)
(#383) Expected space(s) before "return". (keyword-spacing)
(#383) Requires a space before '}'. (block-spacing)
(#383) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#383) Missing semicolon. (semi)
(#383) Requires a space before '}'. (block-spacing)
(#383) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#383) Expected space(s) before "var". (keyword-spacing)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Missing whitespace after semicolon. (semi-spacing)
(#383) 'f' used outside of binding context. (block-scoped-var)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Operator '&&' must be spaced. (space-infix-ops)
(#383) Operator '?' must be spaced. (space-infix-ops)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Operator ':' must be spaced. (space-infix-ops)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Missing whitespace after semicolon. (semi-spacing)
(#383) Expected space(s) after "switch". (keyword-spacing)
(#383) Requires a space after '{'. (block-spacing)
(#383) Statement inside of curly braces should be on next line. (brace-style)
(#383) Missing space before opening brace. (space-before-blocks)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Missing whitespace after semicolon. (semi-spacing)
(#383) Missing whitespace after semicolon. (semi-spacing)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) Missing whitespace after semicolon. (semi-spacing)
(#383) Missing whitespace after semicolon. (semi-spacing)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) 'f' used outside of binding context. (block-scoped-var)
(#383) Operator '+' must be spaced. (space-infix-ops)
(#383) Operator '-' must be spaced. (space-infix-ops)
(#383) Operator '/' must be spaced. (space-infix-ops)
(#383) Missing whitespace after semicolon. (semi-spacing)
(#383) Missing whitespace after semicolon. (semi-spacing)
(#383) Operator '=' must be spaced. (space-infix-ops)
(#383) 'f' used outside of binding context. (block-scoped-var)
(#383) Operator '-' must be spaced. (space-infix-ops)
(#383) Operator '-' must be spaced. (space-infix-ops)
(#384) This line has a length of 502. Maximum allowed is 132. (max-len)
(#384) Operator '/' must be spaced. (space-infix-ops)
(#384) Missing whitespace after semicolon. (semi-spacing)
(#384) Missing whitespace after semicolon. (semi-spacing)
(#384) Expected space(s) after "if". (keyword-spacing)
(#384) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#384) 'f' used outside of binding context. (block-scoped-var)
(#384) Operator '===' must be spaced. (space-infix-ops)
(#384) Expected { after 'if' condition. (curly)
(#384) Expected space(s) before "return". (keyword-spacing)
(#384) Missing whitespace after semicolon. (semi-spacing)
(#384) Operator '=' must be spaced. (space-infix-ops)
(#384) 'f' used outside of binding context. (block-scoped-var)
(#384) Operator '+' must be spaced. (space-infix-ops)
(#384) Missing whitespace after semicolon. (semi-spacing)
(#384) Missing whitespace after semicolon. (semi-spacing)
(#384) Expected space(s) after "if". (keyword-spacing)
(#384) 'f' used outside of binding context. (block-scoped-var)
(#384) Operator '===' must be spaced. (space-infix-ops)
(#384) Expected { after 'if' condition. (curly)
(#384) Expected space(s) before "return". (keyword-spacing)
(#384) Missing whitespace after semicolon. (semi-spacing)
(#384) Operator '=' must be spaced. (space-infix-ops)
(#384) 'f' used outside of binding context. (block-scoped-var)
(#384) Operator '-' must be spaced. (space-infix-ops)
(#384) Requires a space before '}'. (block-spacing)
(#384) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#384) Missing semicolon. (semi)
(#384) Expected space(s) before "this". (keyword-spacing)
(#384) A space is required after ','. (comma-spacing)
(#384) A space is required after ','. (comma-spacing)
(#384) Requires a space before '}'. (block-spacing)
(#384) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#384) Missing semicolon. (semi)
(#384) A space is required after ','. (comma-spacing)
(#384) Missing space before value for key 'keyup'. (key-spacing)
(#384) Requires a space after '{'. (block-spacing)
(#384) Statement inside of curly braces should be on next line. (brace-style)
(#384) Missing space before opening brace. (space-before-blocks)
(#384) Operator '=' must be spaced. (space-infix-ops)
(#384) Missing whitespace after semicolon. (semi-spacing)
(#384) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#384) Operator '&&' must be spaced. (space-infix-ops)
(#384) Operator '=' must be spaced. (space-infix-ops)
(#384) A space is required after ','. (comma-spacing)
(#384) A space is required after ','. (comma-spacing)
(#384) A space is required after ','. (comma-spacing)
(#384) A space is required after ','. (comma-spacing)
(#384) A space is required after ','. (comma-spacing)
(#384) Requires a space before '}'. (block-spacing)
(#384) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#384) Missing semicolon. (semi)
(#384) Missing whitespace after semicolon. (semi-spacing)
(#384) A space is required after ','. (comma-spacing)
(#384) Missing space before value for key 'version'. (key-spacing)
(#385) This line has a length of 512. Maximum allowed is 132. (max-len)
(#385) Missing space before value for key 'defaultElement'. (key-spacing)
(#385) A space is required after ','. (comma-spacing)
(#385) Missing space before value for key 'widgetEventPrefix'. (key-spacing)
(#385) A space is required after ','. (comma-spacing)
(#385) Missing space before value for key 'options'. (key-spacing)
(#385) Missing space before value for key 'culture'. (key-spacing)
(#385) A space is required after ','. (comma-spacing)
(#385) Missing space before value for key 'icons'. (key-spacing)
(#385) Missing space before value for key 'down'. (key-spacing)
(#385) A space is required after ','. (comma-spacing)
(#385) Missing space before value for key 'up'. (key-spacing)
(#385) A space is required after ','. (comma-spacing)
(#385) Missing space before value for key 'incremental'. (key-spacing)
(#385) A space is required after ','. (comma-spacing)
(#385) Missing space before value for key 'max'. (key-spacing)
(#385) A space is required after ','. (comma-spacing)
(#385) Missing space before value for key 'min'. (key-spacing)
(#385) A space is required after ','. (comma-spacing)
(#385) Missing space before value for key 'numberFormat'. (key-spacing)
(#385) A space is required after ','. (comma-spacing)
(#385) Missing space before value for key 'page'. (key-spacing)
(#385) A space is required after ','. (comma-spacing)
(#385) Missing space before value for key 'step'. (key-spacing)
(#385) A space is required after ','. (comma-spacing)
(#385) Missing space before value for key 'change'. (key-spacing)
(#385) A space is required after ','. (comma-spacing)
(#385) Missing space before value for key 'spin'. (key-spacing)
(#385) A space is required after ','. (comma-spacing)
(#385) Missing space before value for key 'start'. (key-spacing)
(#385) A space is required after ','. (comma-spacing)
(#385) Missing space before value for key 'stop'. (key-spacing)
(#385) A space is required after ','. (comma-spacing)
(#385) Missing space before value for key '_create'. (key-spacing)
(#385) Requires a space after '{'. (block-spacing)
(#385) Statement inside of curly braces should be on next line. (brace-style)
(#385) Missing space before opening brace. (space-before-blocks)
(#385) A space is required after ','. (comma-spacing)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) A space is required after ','. (comma-spacing)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#385) A space is required after ','. (comma-spacing)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#385) Operator '!==' must be spaced. (space-infix-ops)
(#385) Operator '&&' must be spaced. (space-infix-ops)
(#385) A space is required after ','. (comma-spacing)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#385) Missing whitespace after semicolon. (semi-spacing)
(#386) This line has a length of 512. Maximum allowed is 132. (max-len)
(#386) Missing space before value for key 'beforeunload'. (key-spacing)
(#386) Requires a space after '{'. (block-spacing)
(#386) Statement inside of curly braces should be on next line. (brace-style)
(#386) Missing space before opening brace. (space-before-blocks)
(#386) Requires a space before '}'. (block-spacing)
(#386) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#386) Missing semicolon. (semi)
(#386) Requires a space before '}'. (block-spacing)
(#386) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#386) Missing semicolon. (semi)
(#386) A space is required after ','. (comma-spacing)
(#386) Missing space before value for key '_getCreateOptions'. (key-spacing)
(#386) Requires a space after '{'. (block-spacing)
(#386) Statement inside of curly braces should be on next line. (brace-style)
(#386) Missing space before opening brace. (space-before-blocks)
(#386) Operator '=' must be spaced. (space-infix-ops)
(#386) A space is required after ','. (comma-spacing)
(#386) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#386) Operator '=' must be spaced. (space-infix-ops)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#386) A space is required after ','. (comma-spacing)
(#386) A space is required after ','. (comma-spacing)
(#386) A space is required after ','. (comma-spacing)
(#386) A space is required after ','. (comma-spacing)
(#386) Requires a space after '{'. (block-spacing)
(#386) Statement inside of curly braces should be on next line. (brace-style)
(#386) Missing space before opening brace. (space-before-blocks)
(#386) Operator '=' must be spaced. (space-infix-ops)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#386) Operator '!==' must be spaced. (space-infix-ops)
(#386) Operator '&&' must be spaced. (space-infix-ops)
(#386) Operator '&&' must be spaced. (space-infix-ops)
(#386) Operator '=' must be spaced. (space-infix-ops)
(#386) Requires a space before '}'. (block-spacing)
(#386) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#386) Missing semicolon. (semi)
(#386) Missing whitespace after semicolon. (semi-spacing)
(#386) Requires a space before '}'. (block-spacing)
(#386) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#386) Missing semicolon. (semi)
(#386) A space is required after ','. (comma-spacing)
(#386) Missing space before value for key '_events'. (key-spacing)
(#386) Missing space before value for key 'keydown'. (key-spacing)
(#386) Requires a space after '{'. (block-spacing)
(#386) Statement inside of curly braces should be on next line. (brace-style)
(#386) Missing space before opening brace. (space-before-blocks)
(#386) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#386) Operator '&&' must be spaced. (space-infix-ops)
(#386) Operator '&&' must be spaced. (space-infix-ops)
(#386) Requires a space before '}'. (block-spacing)
(#386) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#386) Missing semicolon. (semi)
(#386) A space is required after ','. (comma-spacing)
(#386) Missing space before value for key 'keyup'. (key-spacing)
(#386) A space is required after ','. (comma-spacing)
(#386) Missing space before value for key 'focus'. (key-spacing)
(#386) Requires a space after '{'. (block-spacing)
(#386) Statement inside of curly braces should be on next line. (brace-style)
(#386) Missing space before opening brace. (space-before-blocks)
(#386) Operator '=' must be spaced. (space-infix-ops)
(#386) Requires a space before '}'. (block-spacing)
(#386) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#386) Missing semicolon. (semi)
(#386) A space is required after ','. (comma-spacing)
(#386) Missing space before value for key 'blur'. (key-spacing)
(#386) Requires a space after '{'. (block-spacing)
(#386) Statement inside of curly braces should be on next line. (brace-style)
(#386) Missing space before opening brace. (space-before-blocks)
(#386) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#386) Operator '?' must be spaced. (space-infix-ops)
(#386) Operator ':' must be spaced. (space-infix-ops)
(#386) A space is required after ','. (comma-spacing)
(#386) A space is required after ','. (comma-spacing)
(#386) Operator '!==' must be spaced. (space-infix-ops)
(#386) Operator '&&' must be spaced. (space-infix-ops)
(#387) This line has a length of 513. Maximum allowed is 132. (max-len)
(#387) Requires a space before '}'. (block-spacing)
(#387) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#387) Missing semicolon. (semi)
(#387) A space is required after ','. (comma-spacing)
(#387) Missing space before value for key 'mousewheel'. (key-spacing)
(#387) Expected to return a value at the end of method 'mousewheel'. (consistent-return)
(#387) A space is required after ','. (comma-spacing)
(#387) Requires a space after '{'. (block-spacing)
(#387) Statement inside of curly braces should be on next line. (brace-style)
(#387) Missing space before opening brace. (space-before-blocks)
(#387) Expected space(s) after "if". (keyword-spacing)
(#387) Requires a space after '{'. (block-spacing)
(#387) Statement inside of curly braces should be on next line. (brace-style)
(#387) Missing space before opening brace. (space-before-blocks)
(#387) Expected space(s) after "if". (keyword-spacing)
(#387) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#387) Operator '&&' must be spaced. (space-infix-ops)
(#387) Expected { after 'if' condition. (curly)
(#387) Expected space(s) before "return". (keyword-spacing)
(#387) Expected space(s) after "return". (keyword-spacing)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) Operator '<' must be spaced. (space-infix-ops)
(#387) Operator '?' must be spaced. (space-infix-ops)
(#387) Operator ':' must be spaced. (space-infix-ops)
(#387) Operator '*' must be spaced. (space-infix-ops)
(#387) A space is required after ','. (comma-spacing)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) Requires a space after '{'. (block-spacing)
(#387) Statement inside of curly braces should be on next line. (brace-style)
(#387) Missing space before opening brace. (space-before-blocks)
(#387) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#387) Operator '&&' must be spaced. (space-infix-ops)
(#387) Requires a space before '}'. (block-spacing)
(#387) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#387) Missing semicolon. (semi)
(#387) A space is required after ','. (comma-spacing)
(#387) Missing whitespace after semicolon. (semi-spacing)
(#387) Requires a space before '}'. (block-spacing)
(#387) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#387) Missing semicolon. (semi)
(#387) Requires a space before '}'. (block-spacing)
(#387) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#387) A space is required after ','. (comma-spacing)
(#387) Missing space before value for key 'mousedown .ui-spinner-button'. (key-spacing)
(#387) Requires a space after '{'. (block-spacing)
(#387) Statement inside of curly braces should be on next line. (brace-style)
(#387) Missing space before opening brace. (space-before-blocks)
(#387) Missing JSDoc comment. (require-jsdoc)
(#387) Requires a space after '{'. (block-spacing)
(#387) Statement inside of curly braces should be on next line. (brace-style)
(#387) Missing space before opening brace. (space-before-blocks)
(#387) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#387) Operator '!==' must be spaced. (space-infix-ops)
(#387) Operator '&&' must be spaced. (space-infix-ops)
(#387) A space is required after ','. (comma-spacing)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) A space is required after ','. (comma-spacing)
(#387) Requires a space after '{'. (block-spacing)
(#387) Statement inside of curly braces should be on next line. (brace-style)
(#387) Missing space before opening brace. (space-before-blocks)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) Requires a space before '}'. (block-spacing)
(#387) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#387) Missing semicolon. (semi)
(#387) Requires a space before '}'. (block-spacing)
(#387) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#387) Missing semicolon. (semi)
(#387) Expected space(s) before "var". (keyword-spacing)
(#387) Operator '=' must be spaced. (space-infix-ops)
(#387) Operator '===' must be spaced. (space-infix-ops)
(#387) Operator '?' must be spaced. (space-infix-ops)
(#387) Operator ':' must be spaced. (space-infix-ops)
(#388) This line has a length of 502. Maximum allowed is 132. (max-len)
(#388) Missing whitespace after semicolon. (semi-spacing)
(#388) Missing whitespace after semicolon. (semi-spacing)
(#388) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#388) Missing whitespace after semicolon. (semi-spacing)
(#388) Operator '=' must be spaced. (space-infix-ops)
(#388) Missing whitespace after semicolon. (semi-spacing)
(#388) Requires a space after '{'. (block-spacing)
(#388) Statement inside of curly braces should be on next line. (brace-style)
(#388) Missing space before opening brace. (space-before-blocks)
(#388) Missing whitespace after semicolon. (semi-spacing)
(#388) Requires a space before '}'. (block-spacing)
(#388) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#388) Missing semicolon. (semi)
(#388) Missing whitespace after semicolon. (semi-spacing)
(#388) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#388) Operator '!==' must be spaced. (space-infix-ops)
(#388) Operator '&&' must be spaced. (space-infix-ops)
(#388) A space is required after ','. (comma-spacing)
(#388) Operator '?' must be spaced. (space-infix-ops)
(#388) Operator ':' must be spaced. (space-infix-ops)
(#388) A space is required after ','. (comma-spacing)
(#388) Requires a space before '}'. (block-spacing)
(#388) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#388) Missing semicolon. (semi)
(#388) A space is required after ','. (comma-spacing)
(#388) Missing space before value for key 'mouseup .ui-spinner-button'. (key-spacing)
(#388) A space is required after ','. (comma-spacing)
(#388) Missing space before value for key 'mouseenter .ui-spinner-button'. (key-spacing)
(#388) Expected to return a value at the end of method 'mouseenter .ui-spinner-button'. (consistent-return)
(#388) Requires a space after '{'. (block-spacing)
(#388) Statement inside of curly braces should be on next line. (brace-style)
(#388) Missing space before opening brace. (space-before-blocks)
(#388) Expected space(s) after "if". (keyword-spacing)
(#388) Requires a space after '{'. (block-spacing)
(#388) Statement inside of curly braces should be on next line. (brace-style)
(#388) Missing space before opening brace. (space-before-blocks)
(#388) Expected space(s) after "if". (keyword-spacing)
(#388) Operator '===' must be spaced. (space-infix-ops)
(#388) Expected { after 'if' condition. (curly)
(#388) Expected space(s) before "return". (keyword-spacing)
(#388) Expected space(s) after "return". (keyword-spacing)
(#388) Missing whitespace after semicolon. (semi-spacing)
(#388) A space is required after ','. (comma-spacing)
(#388) Operator '?' must be spaced. (space-infix-ops)
(#388) Operator ':' must be spaced. (space-infix-ops)
(#388) A space is required after ','. (comma-spacing)
(#388) Requires a space before '}'. (block-spacing)
(#388) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#388) Missing semicolon. (semi)
(#388) Requires a space before '}'. (block-spacing)
(#388) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#388) A space is required after ','. (comma-spacing)
(#388) Missing space before value for key 'mouseleave .ui-spinner-button'. (key-spacing)
(#389) This line has a length of 540. Maximum allowed is 132. (max-len)
(#389) Missing space before value for key '_draw'. (key-spacing)
(#389) Requires a space after '{'. (block-spacing)
(#389) Statement inside of curly braces should be on next line. (brace-style)
(#389) Missing space before opening brace. (space-before-blocks)
(#389) Operator '=' must be spaced. (space-infix-ops)
(#389) Operator '=' must be spaced. (space-infix-ops)
(#389) A space is required after ','. (comma-spacing)
(#389) Missing whitespace after semicolon. (semi-spacing)
(#389) A space is required after ','. (comma-spacing)
(#389) Missing whitespace after semicolon. (semi-spacing)
(#389) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#389) Operator '=' must be spaced. (space-infix-ops)
(#389) A space is required after ','. (comma-spacing)
(#389) Missing whitespace after semicolon. (semi-spacing)
(#389) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#389) Operator '>' must be spaced. (space-infix-ops)
(#389) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#389) Operator '*' must be spaced. (space-infix-ops)
(#389) Operator '&&' must be spaced. (space-infix-ops)
(#389) Operator '<' must be spaced. (space-infix-ops)
(#389) Operator '&&' must be spaced. (space-infix-ops)
(#389) Missing whitespace after semicolon. (semi-spacing)
(#389) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#389) Operator '&&' must be spaced. (space-infix-ops)
(#389) Requires a space before '}'. (block-spacing)
(#389) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#389) Missing semicolon. (semi)
(#389) A space is required after ','. (comma-spacing)
(#389) Missing space before value for key '_keydown'. (key-spacing)
(#389) Requires a space after '{'. (block-spacing)
(#389) Statement inside of curly braces should be on next line. (brace-style)
(#389) Missing space before opening brace. (space-before-blocks)
(#389) Operator '=' must be spaced. (space-infix-ops)
(#389) A space is required after ','. (comma-spacing)
(#389) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#389) Operator '=' must be spaced. (space-infix-ops)
(#389) Missing whitespace after semicolon. (semi-spacing)
(#389) Expected space(s) after "switch". (keyword-spacing)
(#389) Requires a space after '{'. (block-spacing)
(#389) Statement inside of curly braces should be on next line. (brace-style)
(#389) Missing space before opening brace. (space-before-blocks)
(#390) This line has a length of 516. Maximum allowed is 132. (max-len)
(#390) A space is required after ','. (comma-spacing)
(#390) Unexpected use of comma operator. (no-sequences)
(#390) A space is required after ','. (comma-spacing)
(#390) Missing whitespace after semicolon. (semi-spacing)
(#390) A space is required after ','. (comma-spacing)
(#390) A space is required after ','. (comma-spacing)
(#390) Unexpected use of comma operator. (no-sequences)
(#390) A space is required after ','. (comma-spacing)
(#390) Missing whitespace after semicolon. (semi-spacing)
(#390) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#390) A space is required after ','. (comma-spacing)
(#390) A space is required after ','. (comma-spacing)
(#390) Unexpected use of comma operator. (no-sequences)
(#390) A space is required after ','. (comma-spacing)
(#390) Missing whitespace after semicolon. (semi-spacing)
(#390) A space is required after ','. (comma-spacing)
(#390) A space is required after ','. (comma-spacing)
(#390) Unexpected use of comma operator. (no-sequences)
(#390) A space is required after ','. (comma-spacing)
(#390) Requires a space before '}'. (block-spacing)
(#390) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#390) Missing semicolon. (semi)
(#390) Expected space(s) before "return". (keyword-spacing)
(#390) Expected space(s) after "return". (keyword-spacing)
(#390) Requires a space before '}'. (block-spacing)
(#390) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#390) Missing semicolon. (semi)
(#390) A space is required after ','. (comma-spacing)
(#390) Missing space before value for key '_uiSpinnerHtml'. (key-spacing)
(#390) Requires a space after '{'. (block-spacing)
(#390) Statement inside of curly braces should be on next line. (brace-style)
(#390) Missing space before opening brace. (space-before-blocks)
(#390) Expected space(s) after "return". (keyword-spacing)
(#390) Requires a space before '}'. (block-spacing)
(#390) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#390) Missing semicolon. (semi)
(#390) A space is required after ','. (comma-spacing)
(#390) Missing space before value for key '_buttonHtml'. (key-spacing)
(#390) Requires a space after '{'. (block-spacing)
(#390) Statement inside of curly braces should be on next line. (brace-style)
(#390) Missing space before opening brace. (space-before-blocks)
(#390) Expected space(s) after "return". (keyword-spacing)
(#390) Operator '+' must be spaced. (space-infix-ops)
(#390) Operator '+' must be spaced. (space-infix-ops)
(#390) Operator '+' must be spaced. (space-infix-ops)
(#391) This line has a length of 502. Maximum allowed is 132. (max-len)
(#391) Operator '+' must be spaced. (space-infix-ops)
(#391) Requires a space before '}'. (block-spacing)
(#391) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#391) Missing semicolon. (semi)
(#391) A space is required after ','. (comma-spacing)
(#391) Missing space before value for key '_start'. (key-spacing)
(#391) Requires a space after '{'. (block-spacing)
(#391) Statement inside of curly braces should be on next line. (brace-style)
(#391) Missing space before opening brace. (space-before-blocks)
(#391) Expected space(s) after "if". (keyword-spacing)
(#391) Operator '&&' must be spaced. (space-infix-ops)
(#391) Operator '===' must be spaced. (space-infix-ops)
(#391) A space is required after ','. (comma-spacing)
(#391) Expected { after 'if' condition. (curly)
(#391) Expected space(s) before "return". (keyword-spacing)
(#391) Expected space(s) after "return". (keyword-spacing)
(#391) Missing whitespace after semicolon. (semi-spacing)
(#391) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#391) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#391) Operator '||' must be spaced. (space-infix-ops)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) Missing whitespace after semicolon. (semi-spacing)
(#391) Return statement should not contain assignment. (no-return-assign)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) Requires a space before '}'. (block-spacing)
(#391) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#391) Missing semicolon. (semi)
(#391) A space is required after ','. (comma-spacing)
(#391) Missing space before value for key '_repeat'. (key-spacing)
(#391) A space is required after ','. (comma-spacing)
(#391) A space is required after ','. (comma-spacing)
(#391) Requires a space after '{'. (block-spacing)
(#391) Statement inside of curly braces should be on next line. (brace-style)
(#391) Missing space before opening brace. (space-before-blocks)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) Operator '||' must be spaced. (space-infix-ops)
(#391) Missing whitespace after semicolon. (semi-spacing)
(#391) Missing whitespace after semicolon. (semi-spacing)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) Requires a space after '{'. (block-spacing)
(#391) Statement inside of curly braces should be on next line. (brace-style)
(#391) Missing space before opening brace. (space-before-blocks)
(#391) A space is required after ','. (comma-spacing)
(#391) A space is required after ','. (comma-spacing)
(#391) Requires a space before '}'. (block-spacing)
(#391) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#391) Missing semicolon. (semi)
(#391) A space is required after ','. (comma-spacing)
(#391) Missing whitespace after semicolon. (semi-spacing)
(#391) Operator '*' must be spaced. (space-infix-ops)
(#391) A space is required after ','. (comma-spacing)
(#391) Requires a space before '}'. (block-spacing)
(#391) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#391) Missing semicolon. (semi)
(#391) A space is required after ','. (comma-spacing)
(#391) Missing space before value for key '_spin'. (key-spacing)
(#391) A space is required after ','. (comma-spacing)
(#391) Requires a space after '{'. (block-spacing)
(#391) Statement inside of curly braces should be on next line. (brace-style)
(#391) Missing space before opening brace. (space-before-blocks)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) Operator '||' must be spaced. (space-infix-ops)
(#391) Missing whitespace after semicolon. (semi-spacing)
(#391) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#391) Operator '||' must be spaced. (space-infix-ops)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) Missing whitespace after semicolon. (semi-spacing)
(#391) Operator '=' must be spaced. (space-infix-ops)
(#391) Operator '+' must be spaced. (space-infix-ops)
(#391) Operator '*' must be spaced. (space-infix-ops)
(#391) Missing whitespace after semicolon. (semi-spacing)
(#391) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#391) Operator '&&' must be spaced. (space-infix-ops)
(#391) Operator '===' must be spaced. (space-infix-ops)
(#392) This line has a length of 506. Maximum allowed is 132. (max-len)
(#392) A space is required after ','. (comma-spacing)
(#392) Missing space before value for key 'value'. (key-spacing)
(#392) Operator '||' must be spaced. (space-infix-ops)
(#392) A space is required after ','. (comma-spacing)
(#392) Requires a space before '}'. (block-spacing)
(#392) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#392) Missing semicolon. (semi)
(#392) A space is required after ','. (comma-spacing)
(#392) Missing space before value for key '_increment'. (key-spacing)
(#392) Requires a space after '{'. (block-spacing)
(#392) Statement inside of curly braces should be on next line. (brace-style)
(#392) Missing space before opening brace. (space-before-blocks)
(#392) Operator '=' must be spaced. (space-infix-ops)
(#392) Missing whitespace after semicolon. (semi-spacing)
(#392) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#392) Do not nest ternary expressions. (no-nested-ternary)
(#392) Operator '?' must be spaced. (space-infix-ops)
(#392) Operator '?' must be spaced. (space-infix-ops)
(#392) Operator ':' must be spaced. (space-infix-ops)
(#392) Operator '*' must be spaced. (space-infix-ops)
(#392) Operator '*' must be spaced. (space-infix-ops)
(#392) Operator '/' must be spaced. (space-infix-ops)
(#392) Operator '-' must be spaced. (space-infix-ops)
(#392) Operator '*' must be spaced. (space-infix-ops)
(#392) Operator '/' must be spaced. (space-infix-ops)
(#392) Operator '+' must be spaced. (space-infix-ops)
(#392) Operator '*' must be spaced. (space-infix-ops)
(#392) Operator '/' must be spaced. (space-infix-ops)
(#392) Operator '+' must be spaced. (space-infix-ops)
(#392) Operator ':' must be spaced. (space-infix-ops)
(#392) Requires a space before '}'. (block-spacing)
(#392) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#392) Missing semicolon. (semi)
(#392) A space is required after ','. (comma-spacing)
(#392) Missing space before value for key '_precision'. (key-spacing)
(#392) Requires a space after '{'. (block-spacing)
(#392) Statement inside of curly braces should be on next line. (brace-style)
(#392) Missing space before opening brace. (space-before-blocks)
(#392) Operator '=' must be spaced. (space-infix-ops)
(#392) Missing whitespace after semicolon. (semi-spacing)
(#392) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#392) Operator '!==' must be spaced. (space-infix-ops)
(#392) Operator '&&' must be spaced. (space-infix-ops)
(#392) Operator '=' must be spaced. (space-infix-ops)
(#392) A space is required after ','. (comma-spacing)
(#392) Missing whitespace after semicolon. (semi-spacing)
(#392) Requires a space before '}'. (block-spacing)
(#392) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#392) Missing semicolon. (semi)
(#392) A space is required after ','. (comma-spacing)
(#392) Missing space before value for key '_precisionOf'. (key-spacing)
(#392) Requires a space after '{'. (block-spacing)
(#392) Statement inside of curly braces should be on next line. (brace-style)
(#392) Missing space before opening brace. (space-before-blocks)
(#392) Operator '=' must be spaced. (space-infix-ops)
(#392) Missing whitespace after semicolon. (semi-spacing)
(#392) Operator '=' must be spaced. (space-infix-ops)
(#392) Missing whitespace after semicolon. (semi-spacing)
(#392) Expected space(s) after "return". (keyword-spacing)
(#392) Operator '===' must be spaced. (space-infix-ops)
(#392) Operator '?' must be spaced. (space-infix-ops)
(#392) Operator ':' must be spaced. (space-infix-ops)
(#392) Operator '-' must be spaced. (space-infix-ops)
(#392) Operator '-' must be spaced. (space-infix-ops)
(#392) Requires a space before '}'. (block-spacing)
(#392) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#392) Missing semicolon. (semi)
(#392) A space is required after ','. (comma-spacing)
(#392) Missing space before value for key '_adjustValue'. (key-spacing)
(#392) Requires a space after '{'. (block-spacing)
(#392) Statement inside of curly braces should be on next line. (brace-style)
(#392) Missing space before opening brace. (space-before-blocks)
(#392) Operator '=' must be spaced. (space-infix-ops)
(#392) Missing whitespace after semicolon. (semi-spacing)
(#392) Operator '=' must be spaced. (space-infix-ops)
(#392) Operator '!==' must be spaced. (space-infix-ops)
(#392) Operator '?' must be spaced. (space-infix-ops)
(#392) Operator ':' must be spaced. (space-infix-ops)
(#392) Missing whitespace after semicolon. (semi-spacing)
(#392) Operator '=' must be spaced. (space-infix-ops)
(#392) Operator '+' must be spaced. (space-infix-ops)
(#392) Operator '-' must be spaced. (space-infix-ops)
(#393) This line has a length of 510. Maximum allowed is 132. (max-len)
(#393) Operator '/' must be spaced. (space-infix-ops)
(#393) Operator '*' must be spaced. (space-infix-ops)
(#393) Missing whitespace after semicolon. (semi-spacing)
(#393) Operator '=' must be spaced. (space-infix-ops)
(#393) Missing whitespace after semicolon. (semi-spacing)
(#393) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#393) Do not nest ternary expressions. (no-nested-ternary)
(#393) Operator '!==' must be spaced. (space-infix-ops)
(#393) Operator '&&' must be spaced. (space-infix-ops)
(#393) Operator '>' must be spaced. (space-infix-ops)
(#393) Operator '?' must be spaced. (space-infix-ops)
(#393) Operator ':' must be spaced. (space-infix-ops)
(#393) Operator '!==' must be spaced. (space-infix-ops)
(#393) Operator '&&' must be spaced. (space-infix-ops)
(#393) Operator '<' must be spaced. (space-infix-ops)
(#393) Operator '?' must be spaced. (space-infix-ops)
(#393) Operator ':' must be spaced. (space-infix-ops)
(#393) Requires a space before '}'. (block-spacing)
(#393) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#393) Missing semicolon. (semi)
(#393) A space is required after ','. (comma-spacing)
(#393) Missing space before value for key '_stop'. (key-spacing)
(#393) Requires a space after '{'. (block-spacing)
(#393) Statement inside of curly braces should be on next line. (brace-style)
(#393) Missing space before opening brace. (space-before-blocks)
(#393) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#393) Operator '&&' must be spaced. (space-infix-ops)
(#393) A space is required after ','. (comma-spacing)
(#393) A space is required after ','. (comma-spacing)
(#393) Operator '=' must be spaced. (space-infix-ops)
(#393) A space is required after ','. (comma-spacing)
(#393) Operator '=' must be spaced. (space-infix-ops)
(#393) A space is required after ','. (comma-spacing)
(#393) A space is required after ','. (comma-spacing)
(#393) Requires a space before '}'. (block-spacing)
(#393) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#393) Missing semicolon. (semi)
(#393) A space is required after ','. (comma-spacing)
(#393) Missing space before value for key '_setOption'. (key-spacing)
(#393) A space is required after ','. (comma-spacing)
(#393) Requires a space after '{'. (block-spacing)
(#393) Statement inside of curly braces should be on next line. (brace-style)
(#393) Missing space before opening brace. (space-before-blocks)
(#393) Expected space(s) after "if". (keyword-spacing)
(#393) Operator '===' must be spaced. (space-infix-ops)
(#393) Operator '||' must be spaced. (space-infix-ops)
(#393) Operator '===' must be spaced. (space-infix-ops)
(#393) Requires a space after '{'. (block-spacing)
(#393) Statement inside of curly braces should be on next line. (brace-style)
(#393) Missing space before opening brace. (space-before-blocks)
(#393) Operator '=' must be spaced. (space-infix-ops)
(#393) Missing whitespace after semicolon. (semi-spacing)
(#393) Operator '=' must be spaced. (space-infix-ops)
(#393) Missing whitespace after semicolon. (semi-spacing)
(#393) Requires a space before '}'. (block-spacing)
(#393) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#393) Missing semicolon. (semi)
(#393) Expected space(s) before "else". (keyword-spacing)
(#393) Expected space(s) after "else". (keyword-spacing)
(#393) Expected { after 'else'. (curly)
(#393) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#393) Operator '!==' must be spaced. (space-infix-ops)
(#393) Operator '&&' must be spaced. (space-infix-ops)
(#393) Operator '!==' must be spaced. (space-infix-ops)
(#393) Operator '&&' must be spaced. (space-infix-ops)
(#393) Operator '!==' must be spaced. (space-infix-ops)
(#393) Operator '||' must be spaced. (space-infix-ops)
(#393) Operator '!==' must be spaced. (space-infix-ops)
(#393) Operator '||' must be spaced. (space-infix-ops)
(#393) Operator '=' must be spaced. (space-infix-ops)
(#393) Unexpected use of comma operator. (no-sequences)
(#394) This line has a length of 518. Maximum allowed is 132. (max-len)
(#394) Operator '===' must be spaced. (space-infix-ops)
(#394) Operator '&&' must be spaced. (space-infix-ops)
(#394) A space is required after ','. (comma-spacing)
(#394) A space is required after ','. (comma-spacing)
(#394) A space is required after ','. (comma-spacing)
(#394) A space is required after ','. (comma-spacing)
(#394) Operator '===' must be spaced. (space-infix-ops)
(#394) Operator '&&' must be spaced. (space-infix-ops)
(#394) A space is required after ','. (comma-spacing)
(#394) A space is required after ','. (comma-spacing)
(#394) A space is required after ','. (comma-spacing)
(#394) A space is required after ','. (comma-spacing)
(#394) Operator '?' must be spaced. (space-infix-ops)
(#394) Operator ':' must be spaced. (space-infix-ops)
(#394) Requires a space before '}'. (block-spacing)
(#394) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#394) Missing semicolon. (semi)
(#394) A space is required after ','. (comma-spacing)
(#394) Missing space before value for key '_setOptions'. (key-spacing)
(#394) Requires a space after '{'. (block-spacing)
(#394) Statement inside of curly braces should be on next line. (brace-style)
(#394) Missing space before opening brace. (space-before-blocks)
(#394) Requires a space before '}'. (block-spacing)
(#394) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#394) Missing semicolon. (semi)
(#394) A space is required after ','. (comma-spacing)
(#394) Missing space before value for key '_parse'. (key-spacing)
(#394) Requires a space after '{'. (block-spacing)
(#394) Statement inside of curly braces should be on next line. (brace-style)
(#394) Missing space before opening brace. (space-before-blocks)
(#394) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#394) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#394) Operator '===' must be spaced. (space-infix-ops)
(#394) Operator '&&' must be spaced. (space-infix-ops)
(#394) Operator '!==' must be spaced. (space-infix-ops)
(#394) Operator '&&' must be spaced. (space-infix-ops)
(#394) Operator '=' must be spaced. (space-infix-ops)
(#394) Operator '&&' must be spaced. (space-infix-ops)
(#394) Operator '?' must be spaced. (space-infix-ops)
(#394) 'Globalize' is not defined. (no-undef)
(#395) This line has a length of 502. Maximum allowed is 132. (max-len)
(#395) A space is required after ','. (comma-spacing)
(#395) Operator ':' must be spaced. (space-infix-ops)
(#395) Missing whitespace after semicolon. (semi-spacing)
(#395) Expected space(s) after "return". (keyword-spacing)
(#395) Operator '===' must be spaced. (space-infix-ops)
(#395) Operator '||' must be spaced. (space-infix-ops)
(#395) Operator '?' must be spaced. (space-infix-ops)
(#395) Operator ':' must be spaced. (space-infix-ops)
(#395) Requires a space before '}'. (block-spacing)
(#395) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#395) Missing semicolon. (semi)
(#395) A space is required after ','. (comma-spacing)
(#395) Missing space before value for key '_format'. (key-spacing)
(#395) Requires a space after '{'. (block-spacing)
(#395) Statement inside of curly braces should be on next line. (brace-style)
(#395) Missing space before opening brace. (space-before-blocks)
(#395) Expected space(s) after "return". (keyword-spacing)
(#395) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#395) Do not nest ternary expressions. (no-nested-ternary)
(#395) Operator '===' must be spaced. (space-infix-ops)
(#395) Operator '?' must be spaced. (space-infix-ops)
(#395) Operator ':' must be spaced. (space-infix-ops)
(#395) Operator '&&' must be spaced. (space-infix-ops)
(#395) Operator '?' must be spaced. (space-infix-ops)
(#395) 'Globalize' is not defined. (no-undef)
(#395) A space is required after ','. (comma-spacing)
(#395) A space is required after ','. (comma-spacing)
(#395) Operator ':' must be spaced. (space-infix-ops)
(#395) Requires a space before '}'. (block-spacing)
(#395) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#395) Missing semicolon. (semi)
(#395) A space is required after ','. (comma-spacing)
(#395) Missing space before value for key '_refresh'. (key-spacing)
(#395) Requires a space after '{'. (block-spacing)
(#395) Statement inside of curly braces should be on next line. (brace-style)
(#395) Missing space before opening brace. (space-before-blocks)
(#395) Missing space before value for key 'aria-valuemin'. (key-spacing)
(#395) A space is required after ','. (comma-spacing)
(#395) Missing space before value for key 'aria-valuemax'. (key-spacing)
(#395) A space is required after ','. (comma-spacing)
(#395) Missing space before value for key 'aria-valuenow'. (key-spacing)
(#395) Requires a space before '}'. (block-spacing)
(#395) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#395) Missing semicolon. (semi)
(#395) A space is required after ','. (comma-spacing)
(#395) Missing space before value for key 'isValid'. (key-spacing)
(#395) Requires a space after '{'. (block-spacing)
(#395) Statement inside of curly braces should be on next line. (brace-style)
(#395) Missing space before opening brace. (space-before-blocks)
(#395) Operator '=' must be spaced. (space-infix-ops)
(#395) Missing whitespace after semicolon. (semi-spacing)
(#395) Operator '===' must be spaced. (space-infix-ops)
(#395) Operator '?' must be spaced. (space-infix-ops)
(#395) Operator ':' must be spaced. (space-infix-ops)
(#395) Operator '===' must be spaced. (space-infix-ops)
(#395) Requires a space before '}'. (block-spacing)
(#395) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#395) Missing semicolon. (semi)
(#395) A space is required after ','. (comma-spacing)
(#395) Missing space before value for key '_value'. (key-spacing)
(#395) A space is required after ','. (comma-spacing)
(#395) Requires a space after '{'. (block-spacing)
(#395) Statement inside of curly braces should be on next line. (brace-style)
(#395) Missing space before opening brace. (space-before-blocks)
(#395) Expected space(s) after "if". (keyword-spacing)
(#395) Operator '!==' must be spaced. (space-infix-ops)
(#395) Requires a space after '{'. (block-spacing)
(#395) Statement inside of curly braces should be on next line. (brace-style)
(#395) Missing space before opening brace. (space-before-blocks)
(#395) Operator '=' must be spaced. (space-infix-ops)
(#396) This line has a length of 522. Maximum allowed is 132. (max-len)
(#396) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#396) Operator '!==' must be spaced. (space-infix-ops)
(#396) Operator '&&' must be spaced. (space-infix-ops)
(#396) Operator '||' must be spaced. (space-infix-ops)
(#396) Operator '=' must be spaced. (space-infix-ops)
(#396) A space is required after ','. (comma-spacing)
(#396) Operator '=' must be spaced. (space-infix-ops)
(#396) Requires a space before '}'. (block-spacing)
(#396) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#396) Missing semicolon. (semi)
(#396) Expected space(s) before "this". (keyword-spacing)
(#396) Missing whitespace after semicolon. (semi-spacing)
(#396) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#396) Requires a space before '}'. (block-spacing)
(#396) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#396) Missing semicolon. (semi)
(#396) A space is required after ','. (comma-spacing)
(#396) Missing space before value for key '_destroy'. (key-spacing)
(#396) Requires a space after '{'. (block-spacing)
(#396) Statement inside of curly braces should be on next line. (brace-style)
(#396) Missing space before opening brace. (space-before-blocks)
(#396) A space is required after ','. (comma-spacing)
(#396) Missing whitespace after semicolon. (semi-spacing)
(#396) Requires a space before '}'. (block-spacing)
(#396) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#396) Missing semicolon. (semi)
(#396) A space is required after ','. (comma-spacing)
(#396) Missing space before value for key 'stepUp'. (key-spacing)
(#396) Requires a space after '{'. (block-spacing)
(#396) Statement inside of curly braces should be on next line. (brace-style)
(#396) Missing space before opening brace. (space-before-blocks)
(#396) Requires a space before '}'. (block-spacing)
(#396) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#396) Missing semicolon. (semi)
(#396) A space is required after ','. (comma-spacing)
(#396) Missing space before value for key '_stepUp'. (key-spacing)
(#396) Requires a space after '{'. (block-spacing)
(#396) Statement inside of curly braces should be on next line. (brace-style)
(#396) Missing space before opening brace. (space-before-blocks)
(#396) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#396) Operator '&&' must be spaced. (space-infix-ops)
(#396) Operator '||' must be spaced. (space-infix-ops)
(#396) Operator '*' must be spaced. (space-infix-ops)
(#396) A space is required after ','. (comma-spacing)
(#396) Requires a space before '}'. (block-spacing)
(#396) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#396) Missing semicolon. (semi)
(#396) A space is required after ','. (comma-spacing)
(#396) Missing space before value for key 'stepDown'. (key-spacing)
(#396) Requires a space after '{'. (block-spacing)
(#396) Statement inside of curly braces should be on next line. (brace-style)
(#396) Missing space before opening brace. (space-before-blocks)
(#396) Requires a space before '}'. (block-spacing)
(#396) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#396) Missing semicolon. (semi)
(#397) This line has a length of 508. Maximum allowed is 132. (max-len)
(#397) Missing space before value for key '_stepDown'. (key-spacing)
(#397) Requires a space after '{'. (block-spacing)
(#397) Statement inside of curly braces should be on next line. (brace-style)
(#397) Missing space before opening brace. (space-before-blocks)
(#397) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#397) Operator '&&' must be spaced. (space-infix-ops)
(#397) Operator '||' must be spaced. (space-infix-ops)
(#397) Operator '*' must be spaced. (space-infix-ops)
(#397) A space is required after ','. (comma-spacing)
(#397) Requires a space before '}'. (block-spacing)
(#397) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#397) Missing semicolon. (semi)
(#397) A space is required after ','. (comma-spacing)
(#397) Missing space before value for key 'pageUp'. (key-spacing)
(#397) Requires a space after '{'. (block-spacing)
(#397) Statement inside of curly braces should be on next line. (brace-style)
(#397) Missing space before opening brace. (space-before-blocks)
(#397) Operator '||' must be spaced. (space-infix-ops)
(#397) Operator '*' must be spaced. (space-infix-ops)
(#397) Requires a space before '}'. (block-spacing)
(#397) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#397) Missing semicolon. (semi)
(#397) A space is required after ','. (comma-spacing)
(#397) Missing space before value for key 'pageDown'. (key-spacing)
(#397) Requires a space after '{'. (block-spacing)
(#397) Statement inside of curly braces should be on next line. (brace-style)
(#397) Missing space before opening brace. (space-before-blocks)
(#397) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#397) Operator '||' must be spaced. (space-infix-ops)
(#397) Operator '*' must be spaced. (space-infix-ops)
(#397) Requires a space before '}'. (block-spacing)
(#397) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#397) Missing semicolon. (semi)
(#397) A space is required after ','. (comma-spacing)
(#397) Missing space before value for key 'value'. (key-spacing)
(#397) Expected to return a value at the end of method 'value'. (consistent-return)
(#397) Requires a space after '{'. (block-spacing)
(#397) Statement inside of curly braces should be on next line. (brace-style)
(#397) Missing space before opening brace. (space-before-blocks)
(#397) Expected space(s) after "if". (keyword-spacing)
(#397) Expected { after 'if' condition. (curly)
(#397) Expected space(s) before "return". (keyword-spacing)
(#397) Missing whitespace after semicolon. (semi-spacing)
(#397) A space is required after ','. (comma-spacing)
(#397) Requires a space before '}'. (block-spacing)
(#397) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#397) Missing semicolon. (semi)
(#397) A space is required after ','. (comma-spacing)
(#397) Missing space before value for key 'widget'. (key-spacing)
(#397) Requires a space after '{'. (block-spacing)
(#397) Statement inside of curly braces should be on next line. (brace-style)
(#397) Missing space before opening brace. (space-before-blocks)
(#397) Requires a space before '}'. (block-spacing)
(#397) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#397) Missing semicolon. (semi)
(#397) Missing whitespace after semicolon. (semi-spacing)
(#397) A space is required after ','. (comma-spacing)
(#397) Missing space before value for key 'version'. (key-spacing)
(#397) A space is required after ','. (comma-spacing)
(#397) Missing space before value for key 'delay'. (key-spacing)
(#397) A space is required after ','. (comma-spacing)
(#397) Missing space before value for key 'options'. (key-spacing)
(#397) Missing space before value for key 'active'. (key-spacing)
(#397) A space is required after ','. (comma-spacing)
(#397) Missing space before value for key 'collapsible'. (key-spacing)
(#397) A space is required after ','. (comma-spacing)
(#397) Missing space before value for key 'event'. (key-spacing)
(#397) A space is required after ','. (comma-spacing)
(#397) Missing space before value for key 'heightStyle'. (key-spacing)
(#397) A space is required after ','. (comma-spacing)
(#397) Missing space before value for key 'hide'. (key-spacing)
(#397) A space is required after ','. (comma-spacing)
(#397) Missing space before value for key 'show'. (key-spacing)
(#398) This line has a length of 507. Maximum allowed is 132. (max-len)
(#398) Missing space before value for key 'activate'. (key-spacing)
(#398) A space is required after ','. (comma-spacing)
(#398) Missing space before value for key 'beforeActivate'. (key-spacing)
(#398) A space is required after ','. (comma-spacing)
(#398) Missing space before value for key 'beforeLoad'. (key-spacing)
(#398) A space is required after ','. (comma-spacing)
(#398) Missing space before value for key 'load'. (key-spacing)
(#398) A space is required after ','. (comma-spacing)
(#398) Missing space before value for key '_isLocal'. (key-spacing)
(#398) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#398) Requires a space after '{'. (block-spacing)
(#398) Statement inside of curly braces should be on next line. (brace-style)
(#398) Missing space before opening brace. (space-before-blocks)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) Missing whitespace after semicolon. (semi-spacing)
(#398) Requires a space after '{'. (block-spacing)
(#398) Statement inside of curly braces should be on next line. (brace-style)
(#398) Missing space before opening brace. (space-before-blocks)
(#398) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) Missing whitespace after semicolon. (semi-spacing)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) A space is required after ','. (comma-spacing)
(#398) Missing whitespace after semicolon. (semi-spacing)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) A space is required after ','. (comma-spacing)
(#398) Missing whitespace after semicolon. (semi-spacing)
(#398) Expected space(s) after "try". (keyword-spacing)
(#398) Requires a space after '{'. (block-spacing)
(#398) Statement inside of curly braces should be on next line. (brace-style)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) Requires a space before '}'. (block-spacing)
(#398) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#398) Missing semicolon. (semi)
(#398) Expected space(s) before "catch". (keyword-spacing)
(#398) Expected space(s) after "catch". (keyword-spacing)
(#398) Empty block statement. (no-empty)
(#398) Missing space before opening brace. (space-before-blocks)
(#398) Expected space(s) before "try". (keyword-spacing)
(#398) Expected space(s) after "try". (keyword-spacing)
(#398) Requires a space after '{'. (block-spacing)
(#398) Statement inside of curly braces should be on next line. (brace-style)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) Requires a space before '}'. (block-spacing)
(#398) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#398) Missing semicolon. (semi)
(#398) Expected space(s) before "catch". (keyword-spacing)
(#398) Expected space(s) after "catch". (keyword-spacing)
(#398) Empty block statement. (no-empty)
(#398) Missing space before opening brace. (space-before-blocks)
(#398) Expected space(s) before "return". (keyword-spacing)
(#398) Operator '<' must be spaced. (space-infix-ops)
(#398) Operator '&&' must be spaced. (space-infix-ops)
(#398) Operator '===' must be spaced. (space-infix-ops)
(#398) Requires a space before '}'. (block-spacing)
(#398) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#398) Missing semicolon. (semi)
(#398) Requires a space before '}'. (block-spacing)
(#398) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#398) Missing semicolon. (semi)
(#398) A space is required after ','. (comma-spacing)
(#398) Missing space before value for key '_create'. (key-spacing)
(#398) Requires a space after '{'. (block-spacing)
(#398) Statement inside of curly braces should be on next line. (brace-style)
(#398) Missing space before opening brace. (space-before-blocks)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) A space is required after ','. (comma-spacing)
(#398) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) Missing whitespace after semicolon. (semi-spacing)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#398) Missing whitespace after semicolon. (semi-spacing)
(#398) A space is required after ','. (comma-spacing)
(#398) Missing whitespace after semicolon. (semi-spacing)
(#399) This line has a length of 514. Maximum allowed is 132. (max-len)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) Missing whitespace after semicolon. (semi-spacing)
(#399) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#399) Operator '&&' must be spaced. (space-infix-ops)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) A space is required after ','. (comma-spacing)
(#399) Requires a space after '{'. (block-spacing)
(#399) Statement inside of curly braces should be on next line. (brace-style)
(#399) Missing space before opening brace. (space-before-blocks)
(#399) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#399) Requires a space before '}'. (block-spacing)
(#399) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#399) Missing semicolon. (semi)
(#399) Missing whitespace after semicolon. (semi-spacing)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) Operator '!==' must be spaced. (space-infix-ops)
(#399) Operator '&&' must be spaced. (space-infix-ops)
(#399) Operator '?' must be spaced. (space-infix-ops)
(#399) Operator ':' must be spaced. (space-infix-ops)
(#399) Missing whitespace after semicolon. (semi-spacing)
(#399) Missing whitespace after semicolon. (semi-spacing)
(#399) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#399) Operator '&&' must be spaced. (space-infix-ops)
(#399) Requires a space before '}'. (block-spacing)
(#399) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#399) Missing semicolon. (semi)
(#399) A space is required after ','. (comma-spacing)
(#399) Missing space before value for key '_initialActive'. (key-spacing)
(#399) Requires a space after '{'. (block-spacing)
(#399) Statement inside of curly braces should be on next line. (brace-style)
(#399) Missing space before opening brace. (space-before-blocks)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) A space is required after ','. (comma-spacing)
(#399) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) A space is required after ','. (comma-spacing)
(#399) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#399) Operator '=' must be spaced. (space-infix-ops)
(#399) Missing whitespace after semicolon. (semi-spacing)
(#399) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#399) Operator '===' must be spaced. (space-infix-ops)
(#399) Operator '&&' must be spaced. (space-infix-ops)
(#399) Operator '&&' must be spaced. (space-infix-ops)
(#399) Expected to return a value at the end of function. (consistent-return)
(#399) A space is required after ','. (comma-spacing)
(#399) Requires a space after '{'. (block-spacing)
(#399) Statement inside of curly braces should be on next line. (brace-style)
(#399) Missing space before opening brace. (space-before-blocks)
(#399) Expected space(s) after "if". (keyword-spacing)
(#399) Operator '===' must be spaced. (space-infix-ops)
(#400) This line has a length of 563. Maximum allowed is 132. (max-len)
(#400) Expected { after 'if' condition. (curly)
(#400) Expected space(s) before "return". (keyword-spacing)
(#400) Return statement should not contain assignment. (no-return-assign)
(#400) Operator '=' must be spaced. (space-infix-ops)
(#400) Unexpected use of comma operator. (no-sequences)
(#400) A space is required after ','. (comma-spacing)
(#400) Requires a space before '}'. (block-spacing)
(#400) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#400) Missing semicolon. (semi)
(#400) A space is required after ','. (comma-spacing)
(#400) Operator '===' must be spaced. (space-infix-ops)
(#400) Operator '&&' must be spaced. (space-infix-ops)
(#400) Operator '=' must be spaced. (space-infix-ops)
(#400) A space is required after ','. (comma-spacing)
(#400) Operator '===' must be spaced. (space-infix-ops)
(#400) Operator '||' must be spaced. (space-infix-ops)
(#400) Operator '===' must be spaced. (space-infix-ops)
(#400) Operator '&&' must be spaced. (space-infix-ops)
(#400) Operator '=' must be spaced. (space-infix-ops)
(#400) Operator '?' must be spaced. (space-infix-ops)
(#400) Operator ':' must be spaced. (space-infix-ops)
(#400) Missing whitespace after semicolon. (semi-spacing)
(#400) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#400) Operator '!==' must be spaced. (space-infix-ops)
(#400) Operator '&&' must be spaced. (space-infix-ops)
(#400) Operator '=' must be spaced. (space-infix-ops)
(#400) A space is required after ','. (comma-spacing)
(#400) Operator '===' must be spaced. (space-infix-ops)
(#400) Operator '&&' must be spaced. (space-infix-ops)
(#400) Operator '=' must be spaced. (space-infix-ops)
(#400) Operator '?' must be spaced. (space-infix-ops)
(#400) Operator ':' must be spaced. (space-infix-ops)
(#400) Missing whitespace after semicolon. (semi-spacing)
(#400) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#400) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#400) Operator '&&' must be spaced. (space-infix-ops)
(#400) Operator '===' must be spaced. (space-infix-ops)
(#400) Operator '&&' must be spaced. (space-infix-ops)
(#400) Operator '&&' must be spaced. (space-infix-ops)
(#400) Operator '=' must be spaced. (space-infix-ops)
(#400) Missing whitespace after semicolon. (semi-spacing)
(#400) Requires a space before '}'. (block-spacing)
(#400) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#400) Missing semicolon. (semi)
(#400) A space is required after ','. (comma-spacing)
(#400) Missing space before value for key '_getCreateEventData'. (key-spacing)
(#400) Requires a space after '{'. (block-spacing)
(#400) Statement inside of curly braces should be on next line. (brace-style)
(#400) Missing space before opening brace. (space-before-blocks)
(#400) Expected space(s) after "return". (keyword-spacing)
(#400) Missing space before value for key 'tab'. (key-spacing)
(#400) A space is required after ','. (comma-spacing)
(#400) Missing space before value for key 'panel'. (key-spacing)
(#400) Operator '?' must be spaced. (space-infix-ops)
(#400) Operator ':' must be spaced. (space-infix-ops)
(#400) Requires a space before '}'. (block-spacing)
(#400) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#400) Missing semicolon. (semi)
(#400) A space is required after ','. (comma-spacing)
(#400) Missing space before value for key '_tabKeydown'. (key-spacing)
(#400) Requires a space after '{'. (block-spacing)
(#400) Statement inside of curly braces should be on next line. (brace-style)
(#400) Missing space before opening brace. (space-before-blocks)
(#400) Operator '=' must be spaced. (space-infix-ops)
(#400) A space is required after ','. (comma-spacing)
(#400) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#400) Operator '=' must be spaced. (space-infix-ops)
(#400) A space is required after ','. (comma-spacing)
(#400) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#400) Operator '=' must be spaced. (space-infix-ops)
(#400) Missing whitespace after semicolon. (semi-spacing)
(#400) Expected space(s) after "if". (keyword-spacing)
(#400) Requires a space after '{'. (block-spacing)
(#400) Statement inside of curly braces should be on next line. (brace-style)
(#400) Missing space before opening brace. (space-before-blocks)
(#400) Expected space(s) after "switch". (keyword-spacing)
(#400) Requires a space after '{'. (block-spacing)
(#400) Statement inside of curly braces should be on next line. (brace-style)
(#400) Missing space before opening brace. (space-before-blocks)
(#401) This line has a length of 509. Maximum allowed is 132. (max-len)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Operator '=' must be spaced. (space-infix-ops)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) This line has 21 statements. Maximum allowed is 2. (max-statements-per-line)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Operator '=' must be spaced. (space-infix-ops)
(#401) Operator '-' must be spaced. (space-infix-ops)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Operator '=' must be spaced. (space-infix-ops)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Operator '===' must be spaced. (space-infix-ops)
(#401) Operator '?' must be spaced. (space-infix-ops)
(#401) Operator ':' must be spaced. (space-infix-ops)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Requires a space before '}'. (block-spacing)
(#401) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#401) Missing semicolon. (semi)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Operator '=' must be spaced. (space-infix-ops)
(#401) A space is required after ','. (comma-spacing)
(#401) Missing whitespace after semicolon. (semi-spacing)
(#401) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#401) Operator '||' must be spaced. (space-infix-ops)
(#401) Operator '||' must be spaced. (space-infix-ops)
(#402) This line has a length of 519. Maximum allowed is 132. (max-len)
(#402) A space is required after ','. (comma-spacing)
(#402) A space is required after ','. (comma-spacing)
(#402) A space is required after ','. (comma-spacing)
(#402) Operator '=' must be spaced. (space-infix-ops)
(#402) Requires a space after '{'. (block-spacing)
(#402) Statement inside of curly braces should be on next line. (brace-style)
(#402) Missing space before opening brace. (space-before-blocks)
(#402) A space is required after ','. (comma-spacing)
(#402) Requires a space before '}'. (block-spacing)
(#402) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#402) Missing semicolon. (semi)
(#402) A space is required after ','. (comma-spacing)
(#402) Requires a space before '}'. (block-spacing)
(#402) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#402) Missing semicolon. (semi)
(#402) Requires a space before '}'. (block-spacing)
(#402) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#402) A space is required after ','. (comma-spacing)
(#402) Missing space before value for key '_panelKeydown'. (key-spacing)
(#402) Requires a space after '{'. (block-spacing)
(#402) Statement inside of curly braces should be on next line. (brace-style)
(#402) Missing space before opening brace. (space-before-blocks)
(#402) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#402) Operator '&&' must be spaced. (space-infix-ops)
(#402) Operator '&&' must be spaced. (space-infix-ops)
(#402) Operator '===' must be spaced. (space-infix-ops)
(#402) Operator '&&' must be spaced. (space-infix-ops)
(#402) A space is required after ','. (comma-spacing)
(#402) Requires a space before '}'. (block-spacing)
(#402) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#402) Missing semicolon. (semi)
(#402) A space is required after ','. (comma-spacing)
(#402) Missing space before value for key '_handlePageNav'. (key-spacing)
(#402) Expected to return a value at the end of method '_handlePageNav'. (consistent-return)
(#402) Requires a space after '{'. (block-spacing)
(#402) Statement inside of curly braces should be on next line. (brace-style)
(#402) Missing space before opening brace. (space-before-blocks)
(#402) Expected space(s) after "if". (keyword-spacing)
(#402) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#402) Operator '&&' must be spaced. (space-infix-ops)
(#402) Operator '===' must be spaced. (space-infix-ops)
(#402) Expected { after 'if' condition. (curly)
(#402) Expected space(s) before "return". (keyword-spacing)
(#402) Operator '-' must be spaced. (space-infix-ops)
(#402) A space is required after ','. (comma-spacing)
(#402) Unexpected use of comma operator. (no-sequences)
(#402) A space is required after ','. (comma-spacing)
(#402) Missing whitespace after semicolon. (semi-spacing)
(#402) Expected space(s) after "if". (keyword-spacing)
(#402) Operator '&&' must be spaced. (space-infix-ops)
(#402) Operator '===' must be spaced. (space-infix-ops)
(#402) Expected { after 'if' condition. (curly)
(#402) Expected space(s) before "return". (keyword-spacing)
(#402) Operator '+' must be spaced. (space-infix-ops)
(#403) This line has a length of 503. Maximum allowed is 132. (max-len)
(#403) A space is required after ','. (comma-spacing)
(#403) Unexpected use of comma operator. (no-sequences)
(#403) A space is required after ','. (comma-spacing)
(#403) Requires a space before '}'. (block-spacing)
(#403) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#403) Missing semicolon. (semi)
(#403) A space is required after ','. (comma-spacing)
(#403) Missing space before value for key '_findNextTab'. (key-spacing)
(#403) A space is required after ','. (comma-spacing)
(#403) Requires a space after '{'. (block-spacing)
(#403) Statement inside of curly braces should be on next line. (brace-style)
(#403) Missing space before opening brace. (space-before-blocks)
(#403) Missing JSDoc comment. (require-jsdoc)
(#403) Requires a space after '{'. (block-spacing)
(#403) Statement inside of curly braces should be on next line. (brace-style)
(#403) Missing space before opening brace. (space-before-blocks)
(#403) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#403) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#403) Operator '>' must be spaced. (space-infix-ops)
(#403) 'f' used outside of binding context. (block-scoped-var)
(#403) Operator '&&' must be spaced. (space-infix-ops)
(#403) Operator '=' must be spaced. (space-infix-ops)
(#403) Missing whitespace after semicolon. (semi-spacing)
(#403) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#403) Operator '>' must be spaced. (space-infix-ops)
(#403) Operator '&&' must be spaced. (space-infix-ops)
(#403) Operator '=' must be spaced. (space-infix-ops)
(#403) 'f' used outside of binding context. (block-scoped-var)
(#403) Missing whitespace after semicolon. (semi-spacing)
(#403) Requires a space before '}'. (block-spacing)
(#403) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#403) Missing semicolon. (semi)
(#403) Expected space(s) before "for". (keyword-spacing)
(#403) Expected space(s) after "for". (keyword-spacing)
(#403) Operator '=' must be spaced. (space-infix-ops)
(#403) Operator '-' must be spaced. (space-infix-ops)
(#403) Missing whitespace after semicolon. (semi-spacing)
(#403) Operator '!==' must be spaced. (space-infix-ops)
(#403) A space is required after ','. (comma-spacing)
(#403) Expected { after 'for' condition. (curly)
(#403) Operator '=' must be spaced. (space-infix-ops)
(#403) Operator '?' must be spaced. (space-infix-ops)
(#403) Operator '+' must be spaced. (space-infix-ops)
(#403) Operator ':' must be spaced. (space-infix-ops)
(#403) Operator '-' must be spaced. (space-infix-ops)
(#403) Missing whitespace after semicolon. (semi-spacing)
(#403) Requires a space before '}'. (block-spacing)
(#403) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#403) Missing semicolon. (semi)
(#403) A space is required after ','. (comma-spacing)
(#403) Missing space before value for key '_focusNextTab'. (key-spacing)
(#403) A space is required after ','. (comma-spacing)
(#403) Requires a space after '{'. (block-spacing)
(#403) Statement inside of curly braces should be on next line. (brace-style)
(#403) Missing space before opening brace. (space-before-blocks)
(#403) Operator '=' must be spaced. (space-infix-ops)
(#403) A space is required after ','. (comma-spacing)
(#403) Missing whitespace after semicolon. (semi-spacing)
(#403) Missing whitespace after semicolon. (semi-spacing)
(#403) Requires a space before '}'. (block-spacing)
(#403) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#403) Missing semicolon. (semi)
(#403) A space is required after ','. (comma-spacing)
(#403) Missing space before value for key '_setOption'. (key-spacing)
(#403) A space is required after ','. (comma-spacing)
(#403) Requires a space after '{'. (block-spacing)
(#403) Statement inside of curly braces should be on next line. (brace-style)
(#403) Missing space before opening brace. (space-before-blocks)
(#403) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#403) Do not nest ternary expressions. (no-nested-ternary)
(#403) Operator '===' must be spaced. (space-infix-ops)
(#403) Operator '?' must be spaced. (space-infix-ops)
(#403) Operator ':' must be spaced. (space-infix-ops)
(#403) Operator '===' must be spaced. (space-infix-ops)
(#403) Operator '?' must be spaced. (space-infix-ops)
(#403) Operator ':' must be spaced. (space-infix-ops)
(#403) A space is required after ','. (comma-spacing)
(#403) A space is required after ','. (comma-spacing)
(#403) Operator '===' must be spaced. (space-infix-ops)
(#403) Operator '&&' must be spaced. (space-infix-ops)
(#403) A space is required after ','. (comma-spacing)
(#403) A space is required after ','. (comma-spacing)
(#403) Operator '||' must be spaced. (space-infix-ops)
(#403) Operator '!==' must be spaced. (space-infix-ops)
(#403) Operator '||' must be spaced. (space-infix-ops)
(#403) A space is required after ','. (comma-spacing)
(#403) Operator '===' must be spaced. (space-infix-ops)
(#404) This line has a length of 510. Maximum allowed is 132. (max-len)
(#404) Operator '&&' must be spaced. (space-infix-ops)
(#404) A space is required after ','. (comma-spacing)
(#404) Operator '===' must be spaced. (space-infix-ops)
(#404) Operator '&&' must be spaced. (space-infix-ops)
(#404) Requires a space before '}'. (block-spacing)
(#404) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#404) Missing semicolon. (semi)
(#404) A space is required after ','. (comma-spacing)
(#404) Missing space before value for key '_sanitizeSelector'. (key-spacing)
(#404) Requires a space after '{'. (block-spacing)
(#404) Statement inside of curly braces should be on next line. (brace-style)
(#404) Missing space before opening brace. (space-before-blocks)
(#404) Operator '?' must be spaced. (space-infix-ops)
(#404) Unnecessary escape character: \/. (no-useless-escape)
(#404) Unnecessary escape character: \[. (no-useless-escape)
(#404) Unnecessary escape character: \^. (no-useless-escape)
(#404) A space is required after ','. (comma-spacing)
(#404) Operator ':' must be spaced. (space-infix-ops)
(#404) Requires a space before '}'. (block-spacing)
(#404) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#404) Missing semicolon. (semi)
(#404) A space is required after ','. (comma-spacing)
(#404) Missing space before value for key 'refresh'. (key-spacing)
(#404) Requires a space after '{'. (block-spacing)
(#404) Statement inside of curly braces should be on next line. (brace-style)
(#404) Missing space before opening brace. (space-before-blocks)
(#404) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#404) Operator '=' must be spaced. (space-infix-ops)
(#404) A space is required after ','. (comma-spacing)
(#404) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#404) Operator '=' must be spaced. (space-infix-ops)
(#404) Missing whitespace after semicolon. (semi-spacing)
(#404) Operator '=' must be spaced. (space-infix-ops)
(#404) A space is required after ','. (comma-spacing)
(#404) Requires a space after '{'. (block-spacing)
(#404) Statement inside of curly braces should be on next line. (brace-style)
(#404) Missing space before opening brace. (space-before-blocks)
(#404) Requires a space before '}'. (block-spacing)
(#404) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#404) Missing semicolon. (semi)
(#404) Missing whitespace after semicolon. (semi-spacing)
(#404) Missing whitespace after semicolon. (semi-spacing)
(#404) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#404) Do not nest ternary expressions. (no-nested-ternary)
(#404) Operator '!==' must be spaced. (space-infix-ops)
(#404) Operator '&&' must be spaced. (space-infix-ops)
(#404) Operator '?' must be spaced. (space-infix-ops)
(#404) Do not nest ternary expressions. (no-nested-ternary)
(#404) Operator '&&' must be spaced. (space-infix-ops)
(#404) A space is required after ','. (comma-spacing)
(#404) Operator '?' must be spaced. (space-infix-ops)
(#404) Operator '===' must be spaced. (space-infix-ops)
(#404) Operator '?' must be spaced. (space-infix-ops)
(#404) Operator '=' must be spaced. (space-infix-ops)
(#404) A space is required after ','. (comma-spacing)
(#404) Operator '=' must be spaced. (space-infix-ops)
(#405) This line has a length of 502. Maximum allowed is 132. (max-len)
(#405) Operator ':' must be spaced. (space-infix-ops)
(#405) A space is required after ','. (comma-spacing)
(#405) Operator '-' must be spaced. (space-infix-ops)
(#405) A space is required after ','. (comma-spacing)
(#405) Operator ':' must be spaced. (space-infix-ops)
(#405) Operator '=' must be spaced. (space-infix-ops)
(#405) Operator ':' must be spaced. (space-infix-ops)
(#405) Operator '=' must be spaced. (space-infix-ops)
(#405) A space is required after ','. (comma-spacing)
(#405) Operator '=' must be spaced. (space-infix-ops)
(#405) Missing whitespace after semicolon. (semi-spacing)
(#405) Requires a space before '}'. (block-spacing)
(#405) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#405) Missing semicolon. (semi)
(#405) A space is required after ','. (comma-spacing)
(#405) Missing space before value for key '_refresh'. (key-spacing)
(#405) Requires a space after '{'. (block-spacing)
(#405) Statement inside of curly braces should be on next line. (brace-style)
(#405) Missing space before opening brace. (space-before-blocks)
(#405) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#405) Missing whitespace after semicolon. (semi-spacing)
(#405) Missing whitespace after semicolon. (semi-spacing)
(#405) Missing whitespace after semicolon. (semi-spacing)
(#405) Missing space before value for key 'aria-selected'. (key-spacing)
(#405) A space is required after ','. (comma-spacing)
(#405) Missing space before value for key 'aria-expanded'. (key-spacing)
(#405) A space is required after ','. (comma-spacing)
(#405) Missing space before value for key 'tabIndex'. (key-spacing)
(#405) Missing whitespace after semicolon. (semi-spacing)
(#405) Missing space before value for key 'aria-hidden'. (key-spacing)
(#405) Missing whitespace after semicolon. (semi-spacing)
(#405) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#405) Operator '?' must be spaced. (space-infix-ops)
(#406) This line has a length of 541. Maximum allowed is 132. (max-len)
(#406) Missing space before value for key 'aria-selected'. (key-spacing)
(#406) A space is required after ','. (comma-spacing)
(#406) Missing space before value for key 'aria-expanded'. (key-spacing)
(#406) A space is required after ','. (comma-spacing)
(#406) Missing space before value for key 'tabIndex'. (key-spacing)
(#406) A space is required after ','. (comma-spacing)
(#406) Missing space before value for key 'aria-hidden'. (key-spacing)
(#406) Operator ':' must be spaced. (space-infix-ops)
(#406) A space is required after ','. (comma-spacing)
(#406) Requires a space before '}'. (block-spacing)
(#406) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#406) Missing semicolon. (semi)
(#406) A space is required after ','. (comma-spacing)
(#406) Missing space before value for key '_processTabs'. (key-spacing)
(#406) Requires a space after '{'. (block-spacing)
(#406) Statement inside of curly braces should be on next line. (brace-style)
(#406) Missing space before opening brace. (space-before-blocks)
(#406) Operator '=' must be spaced. (space-infix-ops)
(#406) A space is required after ','. (comma-spacing)
(#406) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#406) Operator '=' must be spaced. (space-infix-ops)
(#406) A space is required after ','. (comma-spacing)
(#406) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#406) Operator '=' must be spaced. (space-infix-ops)
(#406) A space is required after ','. (comma-spacing)
(#406) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#406) Operator '=' must be spaced. (space-infix-ops)
(#406) Missing whitespace after semicolon. (semi-spacing)
(#406) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#406) Operator '=' must be spaced. (space-infix-ops)
(#406) A space is required after ','. (comma-spacing)
(#406) A space is required after ','. (comma-spacing)
(#406) Operator '+' must be spaced. (space-infix-ops)
(#406) A space is required after ','. (comma-spacing)
(#406) Requires a space after '{'. (block-spacing)
(#406) Statement inside of curly braces should be on next line. (brace-style)
(#406) Missing space before opening brace. (space-before-blocks)
(#406) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#406) Operator '&&' must be spaced. (space-infix-ops)
(#407) This line has a length of 503. Maximum allowed is 132. (max-len)
(#407) Requires a space before '}'. (block-spacing)
(#407) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#407) Missing semicolon. (semi)
(#407) A space is required after ','. (comma-spacing)
(#407) Operator '+' must be spaced. (space-infix-ops)
(#407) A space is required after ','. (comma-spacing)
(#407) Requires a space after '{'. (block-spacing)
(#407) Statement inside of curly braces should be on next line. (brace-style)
(#407) Missing space before opening brace. (space-before-blocks)
(#407) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#407) Operator '&&' must be spaced. (space-infix-ops)
(#407) Requires a space before '}'. (block-spacing)
(#407) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#407) Missing semicolon. (semi)
(#407) Missing whitespace after semicolon. (semi-spacing)
(#407) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#407) Operator '=' must be spaced. (space-infix-ops)
(#407) Missing space before value for key 'role'. (key-spacing)
(#407) A space is required after ','. (comma-spacing)
(#407) Missing space before value for key 'tabIndex'. (key-spacing)
(#407) Missing whitespace after semicolon. (semi-spacing)
(#407) Operator '=' must be spaced. (space-infix-ops)
(#407) Requires a space after '{'. (block-spacing)
(#407) Statement inside of curly braces should be on next line. (brace-style)
(#407) Missing space before opening brace. (space-before-blocks)
(#407) A space is required after ','. (comma-spacing)
(#407) Requires a space before '}'. (block-spacing)
(#407) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#407) Missing semicolon. (semi)
(#407) Missing space before value for key 'role'. (key-spacing)
(#407) A space is required after ','. (comma-spacing)
(#407) Missing space before value for key 'tabIndex'. (key-spacing)
(#407) Missing whitespace after semicolon. (semi-spacing)
(#407) Operator '=' must be spaced. (space-infix-ops)
(#407) Missing whitespace after semicolon. (semi-spacing)
(#407) A space is required after ','. (comma-spacing)
(#407) Requires a space after '{'. (block-spacing)
(#407) Statement inside of curly braces should be on next line. (brace-style)
(#407) Missing space before opening brace. (space-before-blocks)
(#407) Operator '=' must be spaced. (space-infix-ops)
(#407) A space is required after ','. (comma-spacing)
(#407) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#407) Operator '=' must be spaced. (space-infix-ops)
(#408) This line has a length of 532. Maximum allowed is 132. (max-len)
(#408) Operator '=' must be spaced. (space-infix-ops)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Expected space(s) after "if". (keyword-spacing)
(#408) Requires a space after '{'. (block-spacing)
(#408) Statement inside of curly braces should be on next line. (brace-style)
(#408) Missing space before opening brace. (space-before-blocks)
(#408) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#408) Operator '=' must be spaced. (space-infix-ops)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Operator '=' must be spaced. (space-infix-ops)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Operator '=' must be spaced. (space-infix-ops)
(#408) Requires a space before '}'. (block-spacing)
(#408) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#408) Missing semicolon. (semi)
(#408) Expected space(s) before "else". (keyword-spacing)
(#408) Expected { after 'else'. (curly)
(#408) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#408) Operator '=' must be spaced. (space-infix-ops)
(#408) Operator '||' must be spaced. (space-infix-ops)
(#408) Unexpected use of comma operator. (no-sequences)
(#408) A space is required after ','. (comma-spacing)
(#408) 'F' used outside of binding context. (block-scoped-var)
(#408) Operator '=' must be spaced. (space-infix-ops)
(#408) Operator '+' must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) 'F' used outside of binding context. (block-scoped-var)
(#408) Operator '||' must be spaced. (space-infix-ops)
(#408) 'F' used outside of binding context. (block-scoped-var)
(#408) Operator '=' must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) 'F' used outside of binding context. (block-scoped-var)
(#408) Operator '-' must be spaced. (space-infix-ops)
(#408) Operator '||' must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) 'F' used outside of binding context. (block-scoped-var)
(#408) A space is required after ','. (comma-spacing)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) 'F' used outside of binding context. (block-scoped-var)
(#408) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#408) Operator '&&' must be spaced. (space-infix-ops)
(#408) Operator '=' must be spaced. (space-infix-ops)
(#408) 'F' used outside of binding context. (block-scoped-var)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#408) Operator '&&' must be spaced. (space-infix-ops)
(#408) A space is required after ','. (comma-spacing)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) Missing space before value for key 'aria-controls'. (key-spacing)
(#408) A space is required after ','. (comma-spacing)
(#408) Missing space before value for key 'aria-labelledby'. (key-spacing)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#408) 'F' used outside of binding context. (block-scoped-var)
(#408) A space is required after ','. (comma-spacing)
(#408) Requires a space before '}'. (block-spacing)
(#408) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#408) Missing semicolon. (semi)
(#408) Missing whitespace after semicolon. (semi-spacing)
(#409) This line has a length of 540. Maximum allowed is 132. (max-len)
(#409) Missing whitespace after semicolon. (semi-spacing)
(#409) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#409) Operator '&&' must be spaced. (space-infix-ops)
(#409) A space is required after ','. (comma-spacing)
(#409) A space is required after ','. (comma-spacing)
(#409) Requires a space before '}'. (block-spacing)
(#409) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#409) Missing semicolon. (semi)
(#409) A space is required after ','. (comma-spacing)
(#409) Missing space before value for key '_getList'. (key-spacing)
(#409) Requires a space after '{'. (block-spacing)
(#409) Statement inside of curly braces should be on next line. (brace-style)
(#409) Missing space before opening brace. (space-before-blocks)
(#409) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#409) Operator '||' must be spaced. (space-infix-ops)
(#409) Requires a space before '}'. (block-spacing)
(#409) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#409) Missing semicolon. (semi)
(#409) A space is required after ','. (comma-spacing)
(#409) Missing space before value for key '_createPanel'. (key-spacing)
(#409) Requires a space after '{'. (block-spacing)
(#409) Statement inside of curly braces should be on next line. (brace-style)
(#409) Missing space before opening brace. (space-before-blocks)
(#409) A space is required after ','. (comma-spacing)
(#409) A space is required after ','. (comma-spacing)
(#409) Requires a space before '}'. (block-spacing)
(#409) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#409) Missing semicolon. (semi)
(#409) A space is required after ','. (comma-spacing)
(#409) Missing space before value for key '_setupDisabled'. (key-spacing)
(#409) Requires a space after '{'. (block-spacing)
(#409) Statement inside of curly braces should be on next line. (brace-style)
(#409) Missing space before opening brace. (space-before-blocks)
(#409) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#409) Operator '&&' must be spaced. (space-infix-ops)
(#409) Operator '?' must be spaced. (space-infix-ops)
(#409) Operator '===' must be spaced. (space-infix-ops)
(#409) Operator '&&' must be spaced. (space-infix-ops)
(#409) Operator '=' must be spaced. (space-infix-ops)
(#409) Operator ':' must be spaced. (space-infix-ops)
(#409) Operator '=' must be spaced. (space-infix-ops)
(#409) Missing whitespace after semicolon. (semi-spacing)
(#409) Expected space(s) after "for". (keyword-spacing)
(#409) Operator '=' must be spaced. (space-infix-ops)
(#409) A space is required after ','. (comma-spacing)
(#409) Missing whitespace after semicolon. (semi-spacing)
(#409) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#409) Operator '=' must be spaced. (space-infix-ops)
(#409) Missing whitespace after semicolon. (semi-spacing)
(#409) Expected { after 'for' condition. (curly)
(#409) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#409) Operator '===' must be spaced. (space-infix-ops)
(#409) Operator '||' must be spaced. (space-infix-ops)
(#409) Operator '!==' must be spaced. (space-infix-ops)
(#409) A space is required after ','. (comma-spacing)
(#409) Operator '?' must be spaced. (space-infix-ops)
(#410) This line has a length of 523. Maximum allowed is 132. (max-len)
(#410) Operator ':' must be spaced. (space-infix-ops)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) Operator '=' must be spaced. (space-infix-ops)
(#410) Requires a space before '}'. (block-spacing)
(#410) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#410) Missing semicolon. (semi)
(#410) A space is required after ','. (comma-spacing)
(#410) Missing space before value for key '_setupEvents'. (key-spacing)
(#410) Requires a space after '{'. (block-spacing)
(#410) Statement inside of curly braces should be on next line. (brace-style)
(#410) Missing space before opening brace. (space-before-blocks)
(#410) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#410) Operator '=' must be spaced. (space-infix-ops)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#410) Operator '&&' must be spaced. (space-infix-ops)
(#410) A space is required after ','. (comma-spacing)
(#410) A space is required after ','. (comma-spacing)
(#410) Requires a space after '{'. (block-spacing)
(#410) Statement inside of curly braces should be on next line. (brace-style)
(#410) Missing space before opening brace. (space-before-blocks)
(#410) Operator '=' must be spaced. (space-infix-ops)
(#410) Requires a space before '}'. (block-spacing)
(#410) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#410) Missing semicolon. (semi)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) A space is required after ','. (comma-spacing)
(#410) A space is required after ','. (comma-spacing)
(#410) Missing space before value for key 'click'. (key-spacing)
(#410) Requires a space after '{'. (block-spacing)
(#410) Statement inside of curly braces should be on next line. (brace-style)
(#410) Missing space before opening brace. (space-before-blocks)
(#410) Requires a space before '}'. (block-spacing)
(#410) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#410) Missing semicolon. (semi)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) A space is required after ','. (comma-spacing)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) A space is required after ','. (comma-spacing)
(#410) Missing space before value for key 'keydown'. (key-spacing)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) A space is required after ','. (comma-spacing)
(#410) Missing space before value for key 'keydown'. (key-spacing)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) Missing whitespace after semicolon. (semi-spacing)
(#410) Requires a space before '}'. (block-spacing)
(#410) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#410) Missing semicolon. (semi)
(#410) A space is required after ','. (comma-spacing)
(#410) Missing space before value for key '_setupHeightStyle'. (key-spacing)
(#410) Requires a space after '{'. (block-spacing)
(#410) Statement inside of curly braces should be on next line. (brace-style)
(#410) Missing space before opening brace. (space-before-blocks)
(#410) Operator '=' must be spaced. (space-infix-ops)
(#411) This line has a length of 503. Maximum allowed is 132. (max-len)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Expected space(s) after "if". (keyword-spacing)
(#411) Operator '===' must be spaced. (space-infix-ops)
(#411) Requires a space after '{'. (block-spacing)
(#411) Statement inside of curly braces should be on next line. (brace-style)
(#411) Missing space before opening brace. (space-before-blocks)
(#411) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Operator '-=' must be spaced. (space-infix-ops)
(#411) Operator '-' must be spaced. (space-infix-ops)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Requires a space after '{'. (block-spacing)
(#411) Statement inside of curly braces should be on next line. (brace-style)
(#411) Missing space before opening brace. (space-before-blocks)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) A space is required after ','. (comma-spacing)
(#411) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#411) Operator '!==' must be spaced. (space-infix-ops)
(#411) Operator '&&' must be spaced. (space-infix-ops)
(#411) Operator '!==' must be spaced. (space-infix-ops)
(#411) Operator '&&' must be spaced. (space-infix-ops)
(#411) Operator '-=' must be spaced. (space-infix-ops)
(#411) Requires a space before '}'. (block-spacing)
(#411) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#411) Missing semicolon. (semi)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Requires a space after '{'. (block-spacing)
(#411) Statement inside of curly braces should be on next line. (brace-style)
(#411) Missing space before opening brace. (space-before-blocks)
(#411) Operator '-=' must be spaced. (space-infix-ops)
(#411) Requires a space before '}'. (block-spacing)
(#411) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#411) Missing semicolon. (semi)
(#411) Missing whitespace after semicolon. (semi-spacing)
(#411) Requires a space after '{'. (block-spacing)
(#411) Statement inside of curly braces should be on next line. (brace-style)
(#411) Missing space before opening brace. (space-before-blocks)
(#411) A space is required after ','. (comma-spacing)
(#411) Operator '-' must be spaced. (space-infix-ops)
(#411) Operator '+' must be spaced. (space-infix-ops)
(#411) Requires a space before '}'. (block-spacing)
(#411) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#411) Missing semicolon. (semi)
(#411) A space is required after ','. (comma-spacing)
(#411) Requires a space before '}'. (block-spacing)
(#411) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#411) Missing semicolon. (semi)
(#411) Expected space(s) before "else". (keyword-spacing)
(#411) Expected space(s) after "else". (keyword-spacing)
(#411) Expected { after 'else'. (curly)
(#411) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#411) Operator '===' must be spaced. (space-infix-ops)
(#411) Operator '&&' must be spaced. (space-infix-ops)
(#411) 'd' used outside of binding context. (block-scoped-var)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#411) A space is required after ','. (comma-spacing)
(#411) Requires a space after '{'. (block-spacing)
(#411) Statement inside of curly braces should be on next line. (brace-style)
(#411) Missing space before opening brace. (space-before-blocks)
(#411) 'd' used outside of binding context. (block-scoped-var)
(#411) Operator '=' must be spaced. (space-infix-ops)
(#412) This line has a length of 506. Maximum allowed is 132. (max-len)
(#412) 'd' used outside of binding context. (block-scoped-var)
(#412) A space is required after ','. (comma-spacing)
(#412) Requires a space before '}'. (block-spacing)
(#412) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#412) Missing semicolon. (semi)
(#412) 'd' used outside of binding context. (block-scoped-var)
(#412) Requires a space before '}'. (block-spacing)
(#412) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#412) Missing semicolon. (semi)
(#412) A space is required after ','. (comma-spacing)
(#412) Missing space before value for key '_eventHandler'. (key-spacing)
(#412) Requires a space after '{'. (block-spacing)
(#412) Statement inside of curly braces should be on next line. (brace-style)
(#412) Missing space before opening brace. (space-before-blocks)
(#412) Operator '=' must be spaced. (space-infix-ops)
(#412) A space is required after ','. (comma-spacing)
(#412) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#412) Operator '=' must be spaced. (space-infix-ops)
(#412) A space is required after ','. (comma-spacing)
(#412) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#412) Operator '=' must be spaced. (space-infix-ops)
(#412) A space is required after ','. (comma-spacing)
(#412) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#412) Operator '=' must be spaced. (space-infix-ops)
(#412) Operator '===' must be spaced. (space-infix-ops)
(#412) A space is required after ','. (comma-spacing)
(#412) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#412) Operator '=' must be spaced. (space-infix-ops)
(#412) Operator '&&' must be spaced. (space-infix-ops)
(#412) A space is required after ','. (comma-spacing)
(#412) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#412) Operator '=' must be spaced. (space-infix-ops)
(#412) Operator '?' must be spaced. (space-infix-ops)
(#412) Operator ':' must be spaced. (space-infix-ops)
(#412) A space is required after ','. (comma-spacing)
(#412) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#412) Operator '=' must be spaced. (space-infix-ops)
(#412) Operator '?' must be spaced. (space-infix-ops)
(#412) Operator ':' must be spaced. (space-infix-ops)
(#412) Missing whitespace after semicolon. (semi-spacing)
(#412) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#412) Operator '=' must be spaced. (space-infix-ops)
(#412) Missing space before value for key 'oldTab'. (key-spacing)
(#412) A space is required after ','. (comma-spacing)
(#412) Missing space before value for key 'oldPanel'. (key-spacing)
(#412) A space is required after ','. (comma-spacing)
(#412) Missing space before value for key 'newTab'. (key-spacing)
(#412) Operator '?' must be spaced. (space-infix-ops)
(#412) Operator ':' must be spaced. (space-infix-ops)
(#412) A space is required after ','. (comma-spacing)
(#412) Missing space before value for key 'newPanel'. (key-spacing)
(#412) Missing whitespace after semicolon. (semi-spacing)
(#412) Missing whitespace after semicolon. (semi-spacing)
(#412) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#412) Operator '||' must be spaced. (space-infix-ops)
(#412) Operator '||' must be spaced. (space-infix-ops)
(#412) Operator '||' must be spaced. (space-infix-ops)
(#412) Operator '&&' must be spaced. (space-infix-ops)
(#412) Operator '||' must be spaced. (space-infix-ops)
(#412) Operator '===' must be spaced. (space-infix-ops)
(#412) A space is required after ','. (comma-spacing)
(#412) A space is required after ','. (comma-spacing)
(#412) Operator '||' must be spaced. (space-infix-ops)
(#412) Operator '=' must be spaced. (space-infix-ops)
(#412) Operator '?' must be spaced. (space-infix-ops)
(#412) Operator ':' must be spaced. (space-infix-ops)
(#412) A space is required after ','. (comma-spacing)
(#412) Operator '=' must be spaced. (space-infix-ops)
(#413) This line has a length of 511. Maximum allowed is 132. (max-len)
(#413) Operator '?' must be spaced. (space-infix-ops)
(#413) Operator ':' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Operator '&&' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Operator '||' must be spaced. (space-infix-ops)
(#413) Operator '||' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Operator '&&' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Requires a space before '}'. (block-spacing)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Missing semicolon. (semi)
(#413) A space is required after ','. (comma-spacing)
(#413) Missing space before value for key '_toggle'. (key-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Requires a space after '{'. (block-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Missing JSDoc comment. (require-jsdoc)
(#413) Requires a space after '{'. (block-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Requires a space before '}'. (block-spacing)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Missing semicolon. (semi)
(#413) Expected space(s) before "function". (keyword-spacing)
(#413) Missing JSDoc comment. (require-jsdoc)
(#413) Requires a space after '{'. (block-spacing)
(#413) Statement inside of curly braces should be on next line. (brace-style)
(#413) Missing space before opening brace. (space-before-blocks)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Operator '&&' must be spaced. (space-infix-ops)
(#413) Operator '?' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) A space is required after ','. (comma-spacing)
(#413) Operator ':' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Requires a space before '}'. (block-spacing)
(#413) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#413) Missing semicolon. (semi)
(#413) Expected space(s) before "var". (keyword-spacing)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#413) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Operator '=' must be spaced. (space-infix-ops)
(#413) Missing whitespace after semicolon. (semi-spacing)
(#413) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#413) Operator '&&' must be spaced. (space-infix-ops)
(#413) Operator '?' must be spaced. (space-infix-ops)
(#413) A space is required after ','. (comma-spacing)
(#414) This line has a length of 513. Maximum allowed is 132. (max-len)
(#414) Requires a space after '{'. (block-spacing)
(#414) Statement inside of curly braces should be on next line. (brace-style)
(#414) Missing space before opening brace. (space-before-blocks)
(#414) Missing whitespace after semicolon. (semi-spacing)
(#414) Requires a space before '}'. (block-spacing)
(#414) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#414) Missing semicolon. (semi)
(#414) Operator ':' must be spaced. (space-infix-ops)
(#414) A space is required after ','. (comma-spacing)
(#414) A space is required after ','. (comma-spacing)
(#414) Missing whitespace after semicolon. (semi-spacing)
(#414) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#414) A space is required after ','. (comma-spacing)
(#414) Missing whitespace after semicolon. (semi-spacing)
(#414) Missing space before value for key 'aria-selected'. (key-spacing)
(#414) A space is required after ','. (comma-spacing)
(#414) Missing space before value for key 'aria-expanded'. (key-spacing)
(#414) Missing whitespace after semicolon. (semi-spacing)
(#414) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#414) Operator '&&' must be spaced. (space-infix-ops)
(#414) Operator '?' must be spaced. (space-infix-ops)
(#414) A space is required after ','. (comma-spacing)
(#414) Operator ':' must be spaced. (space-infix-ops)
(#414) Operator '&&' must be spaced. (space-infix-ops)
(#414) Requires a space after '{'. (block-spacing)
(#414) Statement inside of curly braces should be on next line. (brace-style)
(#414) Missing space before opening brace. (space-before-blocks)
(#414) Operator '===' must be spaced. (space-infix-ops)
(#414) Requires a space before '}'. (block-spacing)
(#414) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#414) Missing semicolon. (semi)
(#414) A space is required after ','. (comma-spacing)
(#414) Missing whitespace after semicolon. (semi-spacing)
(#414) A space is required after ','. (comma-spacing)
(#414) Missing whitespace after semicolon. (semi-spacing)
(#414) Missing space before value for key 'aria-selected'. (key-spacing)
(#414) A space is required after ','. (comma-spacing)
(#414) Missing space before value for key 'aria-expanded'. (key-spacing)
(#414) A space is required after ','. (comma-spacing)
(#414) Missing space before value for key 'tabIndex'. (key-spacing)
(#414) Requires a space before '}'. (block-spacing)
(#414) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#414) Missing semicolon. (semi)
(#415) This line has a length of 515. Maximum allowed is 132. (max-len)
(#415) Missing space before value for key '_activate'. (key-spacing)
(#415) Requires a space after '{'. (block-spacing)
(#415) Statement inside of curly braces should be on next line. (brace-style)
(#415) Missing space before opening brace. (space-before-blocks)
(#415) Operator '=' must be spaced. (space-infix-ops)
(#415) Missing whitespace after semicolon. (semi-spacing)
(#415) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#415) Operator '!==' must be spaced. (space-infix-ops)
(#415) Operator '&&' must be spaced. (space-infix-ops)
(#415) Operator '||' must be spaced. (space-infix-ops)
(#415) Operator '=' must be spaced. (space-infix-ops)
(#415) A space is required after ','. (comma-spacing)
(#415) Operator '=' must be spaced. (space-infix-ops)
(#415) A space is required after ','. (comma-spacing)
(#415) Missing space before value for key 'target'. (key-spacing)
(#415) A space is required after ','. (comma-spacing)
(#415) Missing space before value for key 'currentTarget'. (key-spacing)
(#415) A space is required after ','. (comma-spacing)
(#415) Missing space before value for key 'preventDefault'. (key-spacing)
(#415) Requires a space before '}'. (block-spacing)
(#415) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#415) Missing semicolon. (semi)
(#415) A space is required after ','. (comma-spacing)
(#415) Missing space before value for key '_findActive'. (key-spacing)
(#415) Requires a space after '{'. (block-spacing)
(#415) Statement inside of curly braces should be on next line. (brace-style)
(#415) Missing space before opening brace. (space-before-blocks)
(#415) Expected space(s) after "return". (keyword-spacing)
(#415) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#415) Operator '===' must be spaced. (space-infix-ops)
(#415) Operator '?' must be spaced. (space-infix-ops)
(#415) Operator ':' must be spaced. (space-infix-ops)
(#415) Requires a space before '}'. (block-spacing)
(#415) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#415) Missing semicolon. (semi)
(#415) A space is required after ','. (comma-spacing)
(#415) Missing space before value for key '_getIndex'. (key-spacing)
(#415) Requires a space after '{'. (block-spacing)
(#415) Statement inside of curly braces should be on next line. (brace-style)
(#415) Missing space before opening brace. (space-before-blocks)
(#415) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#415) Operator '===' must be spaced. (space-infix-ops)
(#415) Operator '&&' must be spaced. (space-infix-ops)
(#415) Operator '=' must be spaced. (space-infix-ops)
(#415) Operator '+' must be spaced. (space-infix-ops)
(#415) Operator '+' must be spaced. (space-infix-ops)
(#415) Missing whitespace after semicolon. (semi-spacing)
(#415) Requires a space before '}'. (block-spacing)
(#415) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#415) Missing semicolon. (semi)
(#415) A space is required after ','. (comma-spacing)
(#415) Missing space before value for key '_destroy'. (key-spacing)
(#415) Requires a space after '{'. (block-spacing)
(#415) Statement inside of curly braces should be on next line. (brace-style)
(#415) Missing space before opening brace. (space-before-blocks)
(#415) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#415) Operator '&&' must be spaced. (space-infix-ops)
(#415) Missing whitespace after semicolon. (semi-spacing)
(#416) This line has a length of 715. Maximum allowed is 132. (max-len)
(#416) Missing whitespace after semicolon. (semi-spacing)
(#416) Missing whitespace after semicolon. (semi-spacing)
(#416) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#416) Missing whitespace after semicolon. (semi-spacing)
(#416) Requires a space after '{'. (block-spacing)
(#416) Statement inside of curly braces should be on next line. (brace-style)
(#416) Missing space before opening brace. (space-before-blocks)
(#416) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#416) A space is required after ','. (comma-spacing)
(#416) Operator '?' must be spaced. (space-infix-ops)
(#416) Operator ':' must be spaced. (space-infix-ops)
(#416) Requires a space before '}'. (block-spacing)
(#416) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#416) Missing semicolon. (semi)
(#417) This line has a length of 511. Maximum allowed is 132. (max-len)
(#417) Requires a space after '{'. (block-spacing)
(#417) Statement inside of curly braces should be on next line. (brace-style)
(#417) Missing space before opening brace. (space-before-blocks)
(#417) Operator '=' must be spaced. (space-infix-ops)
(#417) A space is required after ','. (comma-spacing)
(#417) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#417) Operator '=' must be spaced. (space-infix-ops)
(#417) Missing whitespace after semicolon. (semi-spacing)
(#417) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#417) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#417) Operator '?' must be spaced. (space-infix-ops)
(#417) A space is required after ','. (comma-spacing)
(#417) Operator ':' must be spaced. (space-infix-ops)
(#417) Requires a space before '}'. (block-spacing)
(#417) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#417) Missing semicolon. (semi)
(#417) Missing whitespace after semicolon. (semi-spacing)
(#417) Missing whitespace after semicolon. (semi-spacing)
(#417) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#417) Operator '!==' must be spaced. (space-infix-ops)
(#417) Operator '&&' must be spaced. (space-infix-ops)
(#417) A space is required after ','. (comma-spacing)
(#417) Requires a space before '}'. (block-spacing)
(#417) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#417) Missing semicolon. (semi)
(#417) A space is required after ','. (comma-spacing)
(#417) Missing space before value for key 'enable'. (key-spacing)
(#417) Requires a space after '{'. (block-spacing)
(#417) Statement inside of curly braces should be on next line. (brace-style)
(#417) Missing space before opening brace. (space-before-blocks)
(#417) Operator '=' must be spaced. (space-infix-ops)
(#417) Missing whitespace after semicolon. (semi-spacing)
(#417) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#417) Operator '!==' must be spaced. (space-infix-ops)
(#417) Operator '&&' must be spaced. (space-infix-ops)
(#417) Operator '===' must be spaced. (space-infix-ops)
(#417) Operator '?' must be spaced. (space-infix-ops)
(#417) Operator '=' must be spaced. (space-infix-ops)
(#417) Operator ':' must be spaced. (space-infix-ops)
(#417) Operator '=' must be spaced. (space-infix-ops)
(#417) A space is required after ','. (comma-spacing)
(#417) Operator '=' must be spaced. (space-infix-ops)
(#417) Operator '?' must be spaced. (space-infix-ops)
(#417) A space is required after ','. (comma-spacing)
(#417) Requires a space after '{'. (block-spacing)
(#417) Statement inside of curly braces should be on next line. (brace-style)
(#417) Missing space before opening brace. (space-before-blocks)
(#417) Operator '!==' must be spaced. (space-infix-ops)
(#417) Operator '?' must be spaced. (space-infix-ops)
(#417) Operator ':' must be spaced. (space-infix-ops)
(#417) Requires a space before '}'. (block-spacing)
(#417) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#417) Missing semicolon. (semi)
(#417) Operator ':' must be spaced. (space-infix-ops)
(#417) A space is required after ','. (comma-spacing)
(#417) A space is required after ','. (comma-spacing)
(#417) Requires a space after '{'. (block-spacing)
(#417) Statement inside of curly braces should be on next line. (brace-style)
(#417) Missing space before opening brace. (space-before-blocks)
(#417) Operator '!==' must be spaced. (space-infix-ops)
(#417) Operator '?' must be spaced. (space-infix-ops)
(#417) Operator ':' must be spaced. (space-infix-ops)
(#417) Requires a space before '}'. (block-spacing)
(#417) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#417) Missing semicolon. (semi)
(#417) A space is required after ','. (comma-spacing)
(#417) Requires a space before '}'. (block-spacing)
(#417) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#417) Missing semicolon. (semi)
(#417) A space is required after ','. (comma-spacing)
(#417) Missing space before value for key 'disable'. (key-spacing)
(#417) Requires a space after '{'. (block-spacing)
(#417) Statement inside of curly braces should be on next line. (brace-style)
(#417) Missing space before opening brace. (space-before-blocks)
(#417) Operator '=' must be spaced. (space-infix-ops)
(#418) This line has a length of 510. Maximum allowed is 132. (max-len)
(#418) Missing whitespace after semicolon. (semi-spacing)
(#418) Expected space(s) after "if". (keyword-spacing)
(#418) Operator '!==' must be spaced. (space-infix-ops)
(#418) Requires a space after '{'. (block-spacing)
(#418) Statement inside of curly braces should be on next line. (brace-style)
(#418) Missing space before opening brace. (space-before-blocks)
(#418) Expected space(s) after "if". (keyword-spacing)
(#418) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#418) Operator '===' must be spaced. (space-infix-ops)
(#418) Expected { after 'if' condition. (curly)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#418) Missing whitespace after semicolon. (semi-spacing)
(#418) Expected space(s) after "else". (keyword-spacing)
(#418) Requires a space after '{'. (block-spacing)
(#418) Statement inside of curly braces should be on next line. (brace-style)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#418) Missing whitespace after semicolon. (semi-spacing)
(#418) Expected space(s) after "if". (keyword-spacing)
(#418) Operator '!==' must be spaced. (space-infix-ops)
(#418) A space is required after ','. (comma-spacing)
(#418) Expected { after 'if' condition. (curly)
(#418) Expected space(s) before "return". (keyword-spacing)
(#418) Missing whitespace after semicolon. (semi-spacing)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#418) Operator '?' must be spaced. (space-infix-ops)
(#418) A space is required after ','. (comma-spacing)
(#418) Operator ':' must be spaced. (space-infix-ops)
(#418) Requires a space before '}'. (block-spacing)
(#418) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#418) Missing semicolon. (semi)
(#418) Expected space(s) before "this". (keyword-spacing)
(#418) Requires a space before '}'. (block-spacing)
(#418) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#418) Missing semicolon. (semi)
(#418) Requires a space before '}'. (block-spacing)
(#418) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#418) A space is required after ','. (comma-spacing)
(#418) Missing space before value for key 'load'. (key-spacing)
(#418) A space is required after ','. (comma-spacing)
(#418) Requires a space after '{'. (block-spacing)
(#418) Statement inside of curly braces should be on next line. (brace-style)
(#418) Missing space before opening brace. (space-before-blocks)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#418) Missing whitespace after semicolon. (semi-spacing)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#418) A space is required after ','. (comma-spacing)
(#418) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#418) Missing whitespace after semicolon. (semi-spacing)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#418) Missing whitespace after semicolon. (semi-spacing)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#418) A space is required after ','. (comma-spacing)
(#418) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#418) Missing space before value for key 'tab'. (key-spacing)
(#418) A space is required after ','. (comma-spacing)
(#418) Missing space before value for key 'panel'. (key-spacing)
(#418) A space is required after ','. (comma-spacing)
(#418) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#418) A space is required after ','. (comma-spacing)
(#418) Requires a space after '{'. (block-spacing)
(#418) Statement inside of curly braces should be on next line. (brace-style)
(#418) Missing space before opening brace. (space-before-blocks)
(#418) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#418) Operator '===' must be spaced. (space-infix-ops)
(#418) Operator '&&' must be spaced. (space-infix-ops)
(#418) A space is required after ','. (comma-spacing)
(#418) Missing whitespace after semicolon. (semi-spacing)
(#418) Missing whitespace after semicolon. (semi-spacing)
(#418) Missing whitespace after semicolon. (semi-spacing)
(#418) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#418) Operator '===' must be spaced. (space-infix-ops)
(#418) Operator '&&' must be spaced. (space-infix-ops)
(#418) Requires a space before '}'. (block-spacing)
(#418) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#418) Missing semicolon. (semi)
(#418) Missing whitespace after semicolon. (semi-spacing)
(#418) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#418) Operator '||' must be spaced. (space-infix-ops)
(#418) Operator '=' must be spaced. (space-infix-ops)
(#419) This line has a length of 529. Maximum allowed is 132. (max-len)
(#419) A space is required after ','. (comma-spacing)
(#419) Operator '&&' must be spaced. (space-infix-ops)
(#419) Operator '!==' must be spaced. (space-infix-ops)
(#419) Operator '&&' must be spaced. (space-infix-ops)
(#419) A space is required after ','. (comma-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) Requires a space after '{'. (block-spacing)
(#419) Statement inside of curly braces should be on next line. (brace-style)
(#419) Missing space before opening brace. (space-before-blocks)
(#419) Requires a space after '{'. (block-spacing)
(#419) Statement inside of curly braces should be on next line. (brace-style)
(#419) Missing space before opening brace. (space-before-blocks)
(#419) Missing whitespace after semicolon. (semi-spacing)
(#419) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#419) A space is required after ','. (comma-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) Missing whitespace after semicolon. (semi-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) Requires a space before '}'. (block-spacing)
(#419) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#419) Missing semicolon. (semi)
(#419) A space is required after ','. (comma-spacing)
(#419) Requires a space before '}'. (block-spacing)
(#419) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#419) Missing semicolon. (semi)
(#419) A space is required after ','. (comma-spacing)
(#419) Requires a space after '{'. (block-spacing)
(#419) Statement inside of curly braces should be on next line. (brace-style)
(#419) Missing space before opening brace. (space-before-blocks)
(#419) Requires a space after '{'. (block-spacing)
(#419) Statement inside of curly braces should be on next line. (brace-style)
(#419) Missing space before opening brace. (space-before-blocks)
(#419) A space is required after ','. (comma-spacing)
(#419) Requires a space before '}'. (block-spacing)
(#419) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#419) Missing semicolon. (semi)
(#419) A space is required after ','. (comma-spacing)
(#419) Requires a space before '}'. (block-spacing)
(#419) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#419) Missing semicolon. (semi)
(#419) Requires a space before '}'. (block-spacing)
(#419) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#419) Missing semicolon. (semi)
(#419) A space is required after ','. (comma-spacing)
(#419) Missing space before value for key '_ajaxSettings'. (key-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) Requires a space after '{'. (block-spacing)
(#419) Statement inside of curly braces should be on next line. (brace-style)
(#419) Missing space before opening brace. (space-before-blocks)
(#419) Operator '=' must be spaced. (space-infix-ops)
(#419) Missing whitespace after semicolon. (semi-spacing)
(#419) Expected space(s) after "return". (keyword-spacing)
(#419) Missing space before value for key 'url'. (key-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) Missing space before value for key 'beforeSend'. (key-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) Requires a space after '{'. (block-spacing)
(#419) Statement inside of curly braces should be on next line. (brace-style)
(#419) Missing space before opening brace. (space-before-blocks)
(#419) A space is required after ','. (comma-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) Missing space before value for key 'jqXHR'. (key-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) Missing space before value for key 'ajaxSettings'. (key-spacing)
(#419) A space is required after ','. (comma-spacing)
(#419) Requires a space before '}'. (block-spacing)
(#419) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#419) Missing semicolon. (semi)
(#419) Requires a space before '}'. (block-spacing)
(#419) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#419) Missing semicolon. (semi)
(#419) A space is required after ','. (comma-spacing)
(#419) Missing space before value for key '_getPanelForTab'. (key-spacing)
(#419) Requires a space after '{'. (block-spacing)
(#419) Statement inside of curly braces should be on next line. (brace-style)
(#419) Missing space before opening brace. (space-before-blocks)
(#419) Operator '=' must be spaced. (space-infix-ops)
(#419) Missing whitespace after semicolon. (semi-spacing)
(#419) Operator '+' must be spaced. (space-infix-ops)
(#420) This line has a length of 507. Maximum allowed is 132. (max-len)
(#420) Requires a space before '}'. (block-spacing)
(#420) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#420) Missing semicolon. (semi)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) Missing space before value for key 'version'. (key-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) Missing space before value for key 'options'. (key-spacing)
(#420) Missing space before value for key 'content'. (key-spacing)
(#420) Requires a space after '{'. (block-spacing)
(#420) Statement inside of curly braces should be on next line. (brace-style)
(#420) Missing space before opening brace. (space-before-blocks)
(#420) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#420) Operator '=' must be spaced. (space-infix-ops)
(#420) Operator '||' must be spaced. (space-infix-ops)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) Requires a space before '}'. (block-spacing)
(#420) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#420) Missing semicolon. (semi)
(#420) A space is required after ','. (comma-spacing)
(#420) Missing space before value for key 'hide'. (key-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) Missing space before value for key 'items'. (key-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) Missing space before value for key 'position'. (key-spacing)
(#420) Missing space before value for key 'my'. (key-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) Missing space before value for key 'at'. (key-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) Missing space before value for key 'collision'. (key-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) Missing space before value for key 'show'. (key-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) Missing space before value for key 'tooltipClass'. (key-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) Missing space before value for key 'track'. (key-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) Missing space before value for key 'close'. (key-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) Missing space before value for key 'open'. (key-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) Missing space before value for key '_addDescribedBy'. (key-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) Requires a space after '{'. (block-spacing)
(#420) Statement inside of curly braces should be on next line. (brace-style)
(#420) Missing space before opening brace. (space-before-blocks)
(#420) Operator '=' must be spaced. (space-infix-ops)
(#420) Operator '||' must be spaced. (space-infix-ops)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) Missing whitespace after semicolon. (semi-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) A space is required after ','. (comma-spacing)
(#420) Requires a space before '}'. (block-spacing)
(#420) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#420) Missing semicolon. (semi)
(#420) A space is required after ','. (comma-spacing)
(#420) Missing space before value for key '_removeDescribedBy'. (key-spacing)
(#420) Requires a space after '{'. (block-spacing)
(#420) Statement inside of curly braces should be on next line. (brace-style)
(#420) Missing space before opening brace. (space-before-blocks)
(#420) Operator '=' must be spaced. (space-infix-ops)
(#421) This line has a length of 534. Maximum allowed is 132. (max-len)
(#421) A space is required after ','. (comma-spacing)
(#421) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#421) Operator '=' must be spaced. (space-infix-ops)
(#421) Operator '||' must be spaced. (space-infix-ops)
(#421) Missing whitespace after semicolon. (semi-spacing)
(#421) Operator '=' must be spaced. (space-infix-ops)
(#421) A space is required after ','. (comma-spacing)
(#421) Missing whitespace after semicolon. (semi-spacing)
(#421) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#421) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#421) Operator '!==' must be spaced. (space-infix-ops)
(#421) Operator '&&' must be spaced. (space-infix-ops)
(#421) A space is required after ','. (comma-spacing)
(#421) Missing whitespace after semicolon. (semi-spacing)
(#421) Missing whitespace after semicolon. (semi-spacing)
(#421) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#421) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#421) Operator '=' must be spaced. (space-infix-ops)
(#421) Operator '?' must be spaced. (space-infix-ops)
(#421) A space is required after ','. (comma-spacing)
(#421) Operator ':' must be spaced. (space-infix-ops)
(#421) Requires a space before '}'. (block-spacing)
(#421) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#421) Missing semicolon. (semi)
(#421) A space is required after ','. (comma-spacing)
(#421) Missing space before value for key '_create'. (key-spacing)
(#421) Requires a space after '{'. (block-spacing)
(#421) Statement inside of curly braces should be on next line. (brace-style)
(#421) Missing space before opening brace. (space-before-blocks)
(#421) Missing space before value for key 'mouseover'. (key-spacing)
(#421) A space is required after ','. (comma-spacing)
(#421) Missing space before value for key 'focusin'. (key-spacing)
(#421) Missing whitespace after semicolon. (semi-spacing)
(#421) Operator '=' must be spaced. (space-infix-ops)
(#421) Missing whitespace after semicolon. (semi-spacing)
(#421) Operator '=' must be spaced. (space-infix-ops)
(#421) Missing whitespace after semicolon. (semi-spacing)
(#421) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#421) Operator '&&' must be spaced. (space-infix-ops)
(#421) Missing whitespace after semicolon. (semi-spacing)
(#421) Operator '=' must be spaced. (space-infix-ops)
(#421) Missing space before value for key 'role'. (key-spacing)
(#421) A space is required after ','. (comma-spacing)
(#421) Missing space before value for key 'aria-live'. (key-spacing)
(#421) A space is required after ','. (comma-spacing)
(#421) Missing space before value for key 'aria-relevant'. (key-spacing)
(#421) Requires a space before '}'. (block-spacing)
(#421) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#421) Missing semicolon. (semi)
(#422) This line has a length of 501. Maximum allowed is 132. (max-len)
(#422) Missing space before value for key '_setOption'. (key-spacing)
(#422) A space is required after ','. (comma-spacing)
(#422) Requires a space after '{'. (block-spacing)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Missing space before opening brace. (space-before-blocks)
(#422) Operator '=' must be spaced. (space-infix-ops)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#422) Operator '===' must be spaced. (space-infix-ops)
(#422) Operator '?' must be spaced. (space-infix-ops)
(#422) Operator '?' must be spaced. (space-infix-ops)
(#422) Operator ':' must be spaced. (space-infix-ops)
(#422) A space is required after ','. (comma-spacing)
(#422) Operator '=' must be spaced. (space-infix-ops)
(#422) Operator ':' must be spaced. (space-infix-ops)
(#422) A space is required after ','. (comma-spacing)
(#422) A space is required after ','. (comma-spacing)
(#422) Operator '===' must be spaced. (space-infix-ops)
(#422) Operator '&&' must be spaced. (space-infix-ops)
(#422) A space is required after ','. (comma-spacing)
(#422) A space is required after ','. (comma-spacing)
(#422) Requires a space after '{'. (block-spacing)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Missing space before opening brace. (space-before-blocks)
(#422) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#422) Requires a space before '}'. (block-spacing)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Missing semicolon. (semi)
(#422) Requires a space before '}'. (block-spacing)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Missing semicolon. (semi)
(#422) A space is required after ','. (comma-spacing)
(#422) Missing space before value for key '_disable'. (key-spacing)
(#422) Requires a space after '{'. (block-spacing)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Missing space before opening brace. (space-before-blocks)
(#422) Operator '=' must be spaced. (space-infix-ops)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) A space is required after ','. (comma-spacing)
(#422) A space is required after ','. (comma-spacing)
(#422) Requires a space after '{'. (block-spacing)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Missing space before opening brace. (space-before-blocks)
(#422) Operator '=' must be spaced. (space-infix-ops)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Operator '=' must be spaced. (space-infix-ops)
(#422) Operator '=' must be spaced. (space-infix-ops)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) A space is required after ','. (comma-spacing)
(#422) Requires a space before '}'. (block-spacing)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Missing semicolon. (semi)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Requires a space after '{'. (block-spacing)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Missing space before opening brace. (space-before-blocks)
(#422) Operator '=' must be spaced. (space-infix-ops)
(#422) Missing whitespace after semicolon. (semi-spacing)
(#422) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#422) Operator '&&' must be spaced. (space-infix-ops)
(#422) A space is required after ','. (comma-spacing)
(#422) Requires a space before '}'. (block-spacing)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Missing semicolon. (semi)
(#422) Requires a space before '}'. (block-spacing)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Missing semicolon. (semi)
(#423) This line has a length of 501. Maximum allowed is 132. (max-len)
(#423) Missing space before value for key '_enable'. (key-spacing)
(#423) Requires a space after '{'. (block-spacing)
(#423) Statement inside of curly braces should be on next line. (brace-style)
(#423) Missing space before opening brace. (space-before-blocks)
(#423) Requires a space after '{'. (block-spacing)
(#423) Statement inside of curly braces should be on next line. (brace-style)
(#423) Missing space before opening brace. (space-before-blocks)
(#423) Operator '=' must be spaced. (space-infix-ops)
(#423) Missing whitespace after semicolon. (semi-spacing)
(#423) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#423) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#423) Operator '&&' must be spaced. (space-infix-ops)
(#423) A space is required after ','. (comma-spacing)
(#423) Requires a space before '}'. (block-spacing)
(#423) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#423) Missing semicolon. (semi)
(#423) Requires a space before '}'. (block-spacing)
(#423) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#423) Missing semicolon. (semi)
(#423) A space is required after ','. (comma-spacing)
(#423) Missing space before value for key 'open'. (key-spacing)
(#423) Requires a space after '{'. (block-spacing)
(#423) Statement inside of curly braces should be on next line. (brace-style)
(#423) Missing space before opening brace. (space-before-blocks)
(#423) Operator '=' must be spaced. (space-infix-ops)
(#423) A space is required after ','. (comma-spacing)
(#423) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#423) Operator '=' must be spaced. (space-infix-ops)
(#423) Operator '?' must be spaced. (space-infix-ops)
(#423) Operator ':' must be spaced. (space-infix-ops)
(#423) Missing whitespace after semicolon. (semi-spacing)
(#423) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#423) Operator '&&' must be spaced. (space-infix-ops)
(#423) Operator '&&' must be spaced. (space-infix-ops)
(#423) Operator '&&' must be spaced. (space-infix-ops)
(#423) A space is required after ','. (comma-spacing)
(#423) A space is required after ','. (comma-spacing)
(#423) A space is required after ','. (comma-spacing)
(#423) A space is required after ','. (comma-spacing)
(#423) Operator '&&' must be spaced. (space-infix-ops)
(#423) Operator '===' must be spaced. (space-infix-ops)
(#423) Operator '&&' must be spaced. (space-infix-ops)
(#423) Requires a space after '{'. (block-spacing)
(#423) Statement inside of curly braces should be on next line. (brace-style)
(#423) Missing space before opening brace. (space-before-blocks)
(#423) Operator '=' must be spaced. (space-infix-ops)
(#423) Missing whitespace after semicolon. (semi-spacing)
(#423) Expected space(s) after "if". (keyword-spacing)
(#423) Requires a space after '{'. (block-spacing)
(#423) Statement inside of curly braces should be on next line. (brace-style)
(#423) Missing space before opening brace. (space-before-blocks)
(#423) Operator '=' must be spaced. (space-infix-ops)
(#424) This line has a length of 518. Maximum allowed is 132. (max-len)
(#424) Operator '=' must be spaced. (space-infix-ops)
(#424) Operator '=' must be spaced. (space-infix-ops)
(#424) Missing whitespace after semicolon. (semi-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) Requires a space before '}'. (block-spacing)
(#424) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#424) Missing semicolon. (semi)
(#424) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#424) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#424) Operator '&&' must be spaced. (space-infix-ops)
(#424) A space is required after ','. (comma-spacing)
(#424) Operator '=' must be spaced. (space-infix-ops)
(#424) Missing space before value for key 'element'. (key-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) Missing space before value for key 'title'. (key-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) Requires a space before '}'. (block-spacing)
(#424) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#424) Missing semicolon. (semi)
(#424) A space is required after ','. (comma-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) Requires a space before '}'. (block-spacing)
(#424) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#424) Missing semicolon. (semi)
(#424) A space is required after ','. (comma-spacing)
(#424) Missing space before value for key '_updateContent'. (key-spacing)
(#424) Expected to return a value at the end of method '_updateContent'. (consistent-return)
(#424) A space is required after ','. (comma-spacing)
(#424) Requires a space after '{'. (block-spacing)
(#424) Statement inside of curly braces should be on next line. (brace-style)
(#424) Missing space before opening brace. (space-before-blocks)
(#424) Operator '=' must be spaced. (space-infix-ops)
(#424) Missing whitespace after semicolon. (semi-spacing)
(#424) Operator '=' must be spaced. (space-infix-ops)
(#424) A space is required after ','. (comma-spacing)
(#424) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#424) Operator '=' must be spaced. (space-infix-ops)
(#424) Operator '?' must be spaced. (space-infix-ops)
(#424) Operator ':' must be spaced. (space-infix-ops)
(#424) Missing whitespace after semicolon. (semi-spacing)
(#424) Expected space(s) after "if". (keyword-spacing)
(#424) Operator '===' must be spaced. (space-infix-ops)
(#424) Expected { after 'if' condition. (curly)
(#424) Expected space(s) before "return". (keyword-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) Missing whitespace after semicolon. (semi-spacing)
(#424) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#424) Operator '=' must be spaced. (space-infix-ops)
(#424) A space is required after ','. (comma-spacing)
(#424) Requires a space after '{'. (block-spacing)
(#424) Statement inside of curly braces should be on next line. (brace-style)
(#424) Missing space before opening brace. (space-before-blocks)
(#424) Requires a space after '{'. (block-spacing)
(#424) Statement inside of curly braces should be on next line. (brace-style)
(#424) Missing space before opening brace. (space-before-blocks)
(#424) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#424) Operator '&&' must be spaced. (space-infix-ops)
(#424) Operator '&&' must be spaced. (space-infix-ops)
(#424) Operator '=' must be spaced. (space-infix-ops)
(#424) A space is required after ','. (comma-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) Requires a space before '}'. (block-spacing)
(#424) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#424) Missing semicolon. (semi)
(#424) Requires a space before '}'. (block-spacing)
(#424) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#424) Missing semicolon. (semi)
(#424) Operator '&&' must be spaced. (space-infix-ops)
(#424) A space is required after ','. (comma-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) Requires a space before '}'. (block-spacing)
(#424) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#424) Missing semicolon. (semi)
(#424) A space is required after ','. (comma-spacing)
(#424) Missing space before value for key '_open'. (key-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) A space is required after ','. (comma-spacing)
(#424) Requires a space after '{'. (block-spacing)
(#424) Statement inside of curly braces should be on next line. (brace-style)
(#424) Missing space before opening brace. (space-before-blocks)
(#424) Missing JSDoc comment. (require-jsdoc)
(#424) Requires a space after '{'. (block-spacing)
(#424) Statement inside of curly braces should be on next line. (brace-style)
(#424) Missing space before opening brace. (space-before-blocks)
(#424) Operator '=' must be spaced. (space-infix-ops)
(#425) This line has a length of 516. Maximum allowed is 132. (max-len)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#425) 'z' used outside of binding context. (block-scoped-var)
(#425) Operator '||' must be spaced. (space-infix-ops)
(#425) 'z' used outside of binding context. (block-scoped-var)
(#425) Requires a space before '}'. (block-spacing)
(#425) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#425) Missing semicolon. (semi)
(#425) Expected space(s) before "var". (keyword-spacing)
(#425) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#425) A space is required after ','. (comma-spacing)
(#425) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) A space is required after ','. (comma-spacing)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Expected space(s) after "if". (keyword-spacing)
(#425) Expected { after 'if' condition. (curly)
(#425) Expected space(s) before "if". (keyword-spacing)
(#425) Expected space(s) after "if". (keyword-spacing)
(#425) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) Expected { after 'if' condition. (curly)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Expected space(s) after "else". (keyword-spacing)
(#425) Requires a space after '{'. (block-spacing)
(#425) Statement inside of curly braces should be on next line. (brace-style)
(#425) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#425) Operator '&&' must be spaced. (space-infix-ops)
(#425) Operator '&&' must be spaced. (space-infix-ops)
(#425) Operator '===' must be spaced. (space-infix-ops)
(#425) Operator '?' must be spaced. (space-infix-ops)
(#425) A space is required after ','. (comma-spacing)
(#425) Operator ':' must be spaced. (space-infix-ops)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) A space is required after ','. (comma-spacing)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#425) Operator '&&' must be spaced. (space-infix-ops)
(#425) Operator '=' must be spaced. (space-infix-ops)
(#425) A space is required after ','. (comma-spacing)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Missing whitespace after semicolon. (semi-spacing)
(#425) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#425) Operator '&&' must be spaced. (space-infix-ops)
(#426) This line has a length of 503. Maximum allowed is 132. (max-len)
(#426) Operator '&&' must be spaced. (space-infix-ops)
(#426) Operator '?' must be spaced. (space-infix-ops)
(#426) A space is required after ','. (comma-spacing)
(#426) Missing space before value for key 'mousemove'. (key-spacing)
(#426) A space is required after ','. (comma-spacing)
(#426) Operator ':' must be spaced. (space-infix-ops)
(#426) Missing space before value for key 'of'. (key-spacing)
(#426) A space is required after ','. (comma-spacing)
(#426) Missing whitespace after semicolon. (semi-spacing)
(#426) Missing whitespace after semicolon. (semi-spacing)
(#426) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#426) A space is required after ','. (comma-spacing)
(#426) Missing whitespace after semicolon. (semi-spacing)
(#426) Expected space(s) after "if". (keyword-spacing)
(#426) Operator '&&' must be spaced. (space-infix-ops)
(#426) Expected { after 'if' condition. (curly)
(#426) Expected space(s) before "var". (keyword-spacing)
(#426) Operator '=' must be spaced. (space-infix-ops)
(#426) Operator '=' must be spaced. (space-infix-ops)
(#426) Requires a space after '{'. (block-spacing)
(#426) Statement inside of curly braces should be on next line. (brace-style)
(#426) Missing space before opening brace. (space-before-blocks)
(#426) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#426) Operator '&&' must be spaced. (space-infix-ops)
(#426) A space is required after ','. (comma-spacing)
(#426) Requires a space before '}'. (block-spacing)
(#426) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#426) Missing semicolon. (semi)
(#426) A space is required after ','. (comma-spacing)
(#426) Missing whitespace after semicolon. (semi-spacing)
(#426) A space is required after ','. (comma-spacing)
(#426) A space is required after ','. (comma-spacing)
(#426) Missing space before value for key 'tooltip'. (key-spacing)
(#426) Requires a space before '}'. (block-spacing)
(#426) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#426) Missing semicolon. (semi)
(#426) Requires a space before '}'. (block-spacing)
(#426) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#426) A space is required after ','. (comma-spacing)
(#426) Missing space before value for key '_registerCloseHandlers'. (key-spacing)
(#426) A space is required after ','. (comma-spacing)
(#426) Requires a space after '{'. (block-spacing)
(#426) Statement inside of curly braces should be on next line. (brace-style)
(#426) Missing space before opening brace. (space-before-blocks)
(#426) Operator '=' must be spaced. (space-infix-ops)
(#426) Missing space before value for key 'keyup'. (key-spacing)
(#426) Requires a space after '{'. (block-spacing)
(#426) Statement inside of curly braces should be on next line. (brace-style)
(#426) Missing space before opening brace. (space-before-blocks)
(#426) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#426) Operator '===' must be spaced. (space-infix-ops)
(#426) Operator '&&' must be spaced. (space-infix-ops)
(#426) Operator '=' must be spaced. (space-infix-ops)
(#426) A space is required after ','. (comma-spacing)
(#426) Operator '=' must be spaced. (space-infix-ops)
(#426) A space is required after ','. (comma-spacing)
(#426) A space is required after ','. (comma-spacing)
(#426) Requires a space before '}'. (block-spacing)
(#426) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#426) Missing semicolon. (semi)
(#427) This line has a length of 517. Maximum allowed is 132. (max-len)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Operator '!==' must be spaced. (space-infix-ops)
(#427) Operator '&&' must be spaced. (space-infix-ops)
(#427) Operator '=' must be spaced. (space-infix-ops)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#427) Operator '&&' must be spaced. (space-infix-ops)
(#427) Operator '!==' must be spaced. (space-infix-ops)
(#427) Operator '||' must be spaced. (space-infix-ops)
(#427) Operator '=' must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Operator '&&' must be spaced. (space-infix-ops)
(#427) Operator '!==' must be spaced. (space-infix-ops)
(#427) Operator '||' must be spaced. (space-infix-ops)
(#427) Operator '=' must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Requires a space before '}'. (block-spacing)
(#427) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#427) Missing semicolon. (semi)
(#427) A space is required after ','. (comma-spacing)
(#427) Missing space before value for key 'close'. (key-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Operator '=' must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Operator '=' must be spaced. (space-infix-ops)
(#427) Operator '?' must be spaced. (space-infix-ops)
(#427) Operator ':' must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#427) Operator '=' must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected space(s) after "if". (keyword-spacing)
(#427) Requires a space after '{'. (block-spacing)
(#427) Statement inside of curly braces should be on next line. (brace-style)
(#427) Missing space before opening brace. (space-before-blocks)
(#427) Operator '=' must be spaced. (space-infix-ops)
(#427) Missing whitespace after semicolon. (semi-spacing)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Operator '||' must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) Operator '&&' must be spaced. (space-infix-ops)
(#427) Operator '&&' must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) Operator '=' must be spaced. (space-infix-ops)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#427) A space is required after ','. (comma-spacing)
(#428) This line has a length of 552. Maximum allowed is 132. (max-len)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Operator '!==' must be spaced. (space-infix-ops)
(#428) Operator '&&' must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Operator '&&' must be spaced. (space-infix-ops)
(#428) Operator '===' must be spaced. (space-infix-ops)
(#428) Operator '&&' must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing whitespace after semicolon. (semi-spacing)
(#428) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) A space is required after ','. (comma-spacing)
(#428) Operator '=' must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key 'tooltip'. (key-spacing)
(#428) A space is required after ','. (comma-spacing)
(#428) Operator '||' must be spaced. (space-infix-ops)
(#428) Operator '=' must be spaced. (space-infix-ops)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) Expected space(s) before "else". (keyword-spacing)
(#428) Expected { after 'else'. (curly)
(#428) Requires a space before '}'. (block-spacing)
(#428) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#428) Missing semicolon. (semi)
(#428) A space is required after ','. (comma-spacing)
(#428) Missing space before value for key '_tooltip'. (key-spacing)
(#428) Requires a space after '{'. (block-spacing)
(#428) Statement inside of curly braces should be on next line. (brace-style)
(#428) Missing space before opening brace. (space-before-blocks)
(#428) Operator '=' must be spaced. (space-infix-ops)
(#428) A space is required after ','. (comma-spacing)
(#428) Operator '+' must be spaced. (space-infix-ops)
(#429) This line has a length of 505. Maximum allowed is 132. (max-len)
(#429) Operator '||' must be spaced. (space-infix-ops)
(#429) A space is required after ','. (comma-spacing)
(#429) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#429) Operator '=' must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Return statement should not contain assignment. (no-return-assign)
(#429) Operator '=' must be spaced. (space-infix-ops)
(#429) Missing space before value for key 'element'. (key-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing space before value for key 'tooltip'. (key-spacing)
(#429) Requires a space before '}'. (block-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Missing semicolon. (semi)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing space before value for key '_find'. (key-spacing)
(#429) Requires a space after '{'. (block-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Expected space(s) after "return". (keyword-spacing)
(#429) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#429) Operator '=' must be spaced. (space-infix-ops)
(#429) Operator '?' must be spaced. (space-infix-ops)
(#429) Operator ':' must be spaced. (space-infix-ops)
(#429) Requires a space before '}'. (block-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Missing semicolon. (semi)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing space before value for key '_removeTooltip'. (key-spacing)
(#429) Requires a space after '{'. (block-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Requires a space before '}'. (block-spacing)
(#429) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#429) Missing semicolon. (semi)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing space before value for key '_destroy'. (key-spacing)
(#429) Requires a space after '{'. (block-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Operator '=' must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Requires a space after '{'. (block-spacing)
(#429) Statement inside of curly braces should be on next line. (brace-style)
(#429) Missing space before opening brace. (space-before-blocks)
(#429) Operator '=' must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Operator '=' must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Operator '=' must be spaced. (space-infix-ops)
(#429) Operator '=' must be spaced. (space-infix-ops)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) A space is required after ','. (comma-spacing)
(#429) Missing whitespace after semicolon. (semi-spacing)
(#429) Operator '+' must be spaced. (space-infix-ops)
(#430) This line has a length of 180. Maximum allowed is 132. (max-len)
(#430) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#430) Operator '&&' must be spaced. (space-infix-ops)
(#430) Operator '||' must be spaced. (space-infix-ops)
(#430) A space is required after ','. (comma-spacing)
(#430) A space is required after ','. (comma-spacing)
(#430) Requires a space before '}'. (block-spacing)
(#430) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#430) Missing semicolon. (semi)
(#430) Missing whitespace after semicolon. (semi-spacing)
(#430) Requires a space before '}'. (block-spacing)
(#430) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#430) Missing semicolon. (semi)
(#430) Requires a space before '}'. (block-spacing)
(#430) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#430) Missing semicolon. (semi)
(#430) Requires a space before '}'. (block-spacing)
(#430) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#430) Missing semicolon. (semi)
(#430) 'ChemDoodle' is not defined. (no-undef)
(#431) This line has a length of 1638. Maximum allowed is 132. (max-len)
(#431) Requires a space after '{'. (block-spacing)
(#431) Statement inside of curly braces should be on next line. (brace-style)
(#431) Missing space before opening brace. (space-before-blocks)
(#431) Operator '=' must be spaced. (space-infix-ops)
(#431) Requires a space after '{'. (block-spacing)
(#431) Statement inside of curly braces should be on next line. (brace-style)
(#431) Missing space before opening brace. (space-before-blocks)
(#431) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#431) Operator '=' must be spaced. (space-infix-ops)
(#431) A space is required after ','. (comma-spacing)
(#431) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#431) Operator '=' must be spaced. (space-infix-ops)
(#431) Missing whitespace after semicolon. (semi-spacing)
(#431) Operator '=' must be spaced. (space-infix-ops)
(#432) This line has a length of 506. Maximum allowed is 132. (max-len)
(#432) Missing space before value for key 'defaultColor'. (key-spacing)
(#432) Operator '||' must be spaced. (space-infix-ops)
(#432) A space is required after ','. (comma-spacing)
(#432) Missing space before value for key 'cellWidth'. (key-spacing)
(#432) Operator '||' must be spaced. (space-infix-ops)
(#432) A space is required after ','. (comma-spacing)
(#432) Missing space before value for key 'cellHeight'. (key-spacing)
(#432) Operator '||' must be spaced. (space-infix-ops)
(#432) A space is required after ','. (comma-spacing)
(#432) Missing space before value for key 'cellMargin'. (key-spacing)
(#432) Operator '||' must be spaced. (space-infix-ops)
(#432) A space is required after ','. (comma-spacing)
(#432) Missing space before value for key 'boxWidth'. (key-spacing)
(#432) Operator '||' must be spaced. (space-infix-ops)
(#432) A space is required after ','. (comma-spacing)
(#432) Missing space before value for key 'boxHeight'. (key-spacing)
(#432) Operator '||' must be spaced. (space-infix-ops)
(#432) A space is required after ','. (comma-spacing)
(#432) Missing space before value for key 'columns'. (key-spacing)
(#432) Operator '||' must be spaced. (space-infix-ops)
(#432) A space is required after ','. (comma-spacing)
(#432) Missing space before value for key 'insert'. (key-spacing)
(#432) Operator '||' must be spaced. (space-infix-ops)
(#432) A space is required after ','. (comma-spacing)
(#432) Missing space before value for key 'colors'. (key-spacing)
(#432) Operator '||' must be spaced. (space-infix-ops)
(#432) A space is required after ','. (comma-spacing)
(#432) Missing space before value for key 'displayColorCode'. (key-spacing)
(#432) Operator '||' must be spaced. (space-infix-ops)
(#432) A space is required after ','. (comma-spacing)
(#432) Missing space before value for key 'colorCodeAlign'. (key-spacing)
(#432) Operator '||' must be spaced. (space-infix-ops)
(#432) A space is required after ','. (comma-spacing)
(#432) Missing space before value for key 'colorCodeColor'. (key-spacing)
(#432) Operator '||' must be spaced. (space-infix-ops)
(#433) This line has a length of 508. Maximum allowed is 132. (max-len)
(#433) Missing space before value for key 'onSelect'. (key-spacing)
(#433) A space is required after ','. (comma-spacing)
(#433) Missing space before value for key 'onCellEnter'. (key-spacing)
(#433) A space is required after ','. (comma-spacing)
(#433) Missing space before value for key 'onClose'. (key-spacing)
(#433) A space is required after ','. (comma-spacing)
(#433) Missing space before value for key 'livePreview'. (key-spacing)
(#433) A space is required after ','. (comma-spacing)
(#433) Operator '||' must be spaced. (space-infix-ops)
(#433) Missing whitespace after semicolon. (semi-spacing)
(#433) Operator '=' must be spaced. (space-infix-ops)
(#433) Operator '*' must be spaced. (space-infix-ops)
(#433) Operator '+' must be spaced. (space-infix-ops)
(#433) Operator '*' must be spaced. (space-infix-ops)
(#433) Missing whitespace after semicolon. (semi-spacing)
(#433) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#433) Operator '=' must be spaced. (space-infix-ops)
(#433) Missing space before value for key 'border'. (key-spacing)
(#433) A space is required after ','. (comma-spacing)
(#433) Missing space before value for key 'margin'. (key-spacing)
(#433) A space is required after ','. (comma-spacing)
(#433) Missing space before value for key 'width'. (key-spacing)
(#433) A space is required after ','. (comma-spacing)
(#433) Missing space before value for key 'height'. (key-spacing)
(#433) A space is required after ','. (comma-spacing)
(#433) Missing space before value for key 'top'. (key-spacing)
(#433) A space is required after ','. (comma-spacing)
(#433) Missing space before value for key 'left'. (key-spacing)
(#433) A space is required after ','. (comma-spacing)
(#433) Missing space before value for key 'position'. (key-spacing)
(#433) A space is required after ','. (comma-spacing)
(#433) Missing space before value for key 'background-color'. (key-spacing)
(#433) A space is required after ','. (comma-spacing)
(#433) Operator '||' must be spaced. (space-infix-ops)
(#433) Missing whitespace after semicolon. (semi-spacing)
(#433) Operator '=' must be spaced. (space-infix-ops)
(#433) Missing space before value for key 'background-color'. (key-spacing)
(#433) A space is required after ','. (comma-spacing)
(#433) Missing space before value for key 'border'. (key-spacing)
(#433) A space is required after ','. (comma-spacing)
(#433) Missing space before value for key 'width'. (key-spacing)
(#433) A space is required after ','. (comma-spacing)
(#433) Missing space before value for key 'height'. (key-spacing)
(#433) A space is required after ','. (comma-spacing)
(#433) Missing space before value for key 'line-height'. (key-spacing)
(#433) Operator '+' must be spaced. (space-infix-ops)
(#433) A space is required after ','. (comma-spacing)
(#433) Missing space before value for key 'cursor'. (key-spacing)
(#433) A space is required after ','. (comma-spacing)
(#433) Operator '||' must be spaced. (space-infix-ops)
(#433) Missing whitespace after semicolon. (semi-spacing)
(#434) This line has a length of 512. Maximum allowed is 132. (max-len)
(#434) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#434) Operator '!=' must be spaced. (space-infix-ops)
(#434) Operator '&&' must be spaced. (space-infix-ops)
(#434) Operator '+=' must be spaced. (space-infix-ops)
(#434) Missing whitespace after semicolon. (semi-spacing)
(#434) Operator '=' must be spaced. (space-infix-ops)
(#434) Operator '/' must be spaced. (space-infix-ops)
(#434) Operator '*' must be spaced. (space-infix-ops)
(#434) Operator '+' must be spaced. (space-infix-ops)
(#434) Operator '*' must be spaced. (space-infix-ops)
(#434) Missing whitespace after semicolon. (semi-spacing)
(#434) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#434) Operator '=' must be spaced. (space-infix-ops)
(#434) Missing whitespace after semicolon. (semi-spacing)
(#434) Requires a space after '{'. (block-spacing)
(#434) Statement inside of curly braces should be on next line. (brace-style)
(#434) Missing space before opening brace. (space-before-blocks)
(#434) Operator '=' must be spaced. (space-infix-ops)
(#434) Missing whitespace after semicolon. (semi-spacing)
(#434) Operator '=' must be spaced. (space-infix-ops)
(#434) Missing whitespace after semicolon. (semi-spacing)
(#434) A space is required after ','. (comma-spacing)
(#434) Missing whitespace after semicolon. (semi-spacing)
(#434) Operator '=' must be spaced. (space-infix-ops)
(#434) Operator '&&' must be spaced. (space-infix-ops)
(#434) Operator '!=' must be spaced. (space-infix-ops)
(#434) Operator '?' must be spaced. (space-infix-ops)
(#434) Operator ':' must be spaced. (space-infix-ops)
(#434) A space is required after ','. (comma-spacing)
(#434) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#434) Operator '=' must be spaced. (space-infix-ops)
(#434) Missing whitespace after semicolon. (semi-spacing)
(#434) A space is required after ','. (comma-spacing)
(#434) Missing space before value for key 'background-color'. (key-spacing)
(#434) Missing whitespace after semicolon. (semi-spacing)
(#434) A space is required after ','. (comma-spacing)
(#434) Missing whitespace after semicolon. (semi-spacing)
(#434) Missing whitespace after semicolon. (semi-spacing)
(#434) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#434) Operator '&&' must be spaced. (space-infix-ops)
(#435) This line has a length of 511. Maximum allowed is 132. (max-len)
(#435) A space is required after ','. (comma-spacing)
(#435) A space is required after ','. (comma-spacing)
(#435) Missing space before value for key 'color'. (key-spacing)
(#435) A space is required after ','. (comma-spacing)
(#435) Missing space before value for key 'textAlign'. (key-spacing)
(#435) Missing whitespace after semicolon. (semi-spacing)
(#435) A space is required after ','. (comma-spacing)
(#435) Missing space before value for key 'input'. (key-spacing)
(#435) A space is required after ','. (comma-spacing)
(#435) Missing space before value for key 'container'. (key-spacing)
(#435) A space is required after ','. (comma-spacing)
(#435) Missing space before value for key 'displayBox'. (key-spacing)
(#435) A space is required after ','. (comma-spacing)
(#435) Requires a space after '{'. (block-spacing)
(#435) Statement inside of curly braces should be on next line. (brace-style)
(#435) Missing space before opening brace. (space-before-blocks)
(#435) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#435) A space is required after ','. (comma-spacing)
(#435) Requires a space after '{'. (block-spacing)
(#435) Statement inside of curly braces should be on next line. (brace-style)
(#435) Missing space before opening brace. (space-before-blocks)
(#435) Missing whitespace after semicolon. (semi-spacing)
(#435) Missing whitespace after semicolon. (semi-spacing)
(#435) Operator '=' must be spaced. (space-infix-ops)
(#435) Missing whitespace after semicolon. (semi-spacing)
(#435) Expected space(s) after "if". (keyword-spacing)
(#435) Operator '===' must be spaced. (space-infix-ops)
(#435) Operator '||' must be spaced. (space-infix-ops)
(#435) Operator '===' must be spaced. (space-infix-ops)
(#435) A space is required after ','. (comma-spacing)
(#435) Expected { after 'if' condition. (curly)
(#435) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#435) A space is required after ','. (comma-spacing)
(#435) Unexpected use of comma operator. (no-sequences)
(#435) A space is required after ','. (comma-spacing)
(#435) Operator '&&' must be spaced. (space-infix-ops)
(#435) Missing whitespace after semicolon. (semi-spacing)
(#435) Expected space(s) after "if". (keyword-spacing)
(#435) Expected { after 'if' condition. (curly)
(#435) Requires a space before '}'. (block-spacing)
(#435) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#435) Missing semicolon. (semi)
(#436) This line has a length of 505. Maximum allowed is 132. (max-len)
(#436) Expected space(s) after "if". (keyword-spacing)
(#436) Expected { after 'if' condition. (curly)
(#436) Missing whitespace after semicolon. (semi-spacing)
(#436) Expected space(s) after "else". (keyword-spacing)
(#436) Requires a space after '{'. (block-spacing)
(#436) Statement inside of curly braces should be on next line. (brace-style)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#436) Missing whitespace after semicolon. (semi-spacing)
(#436) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#436) Missing whitespace after semicolon. (semi-spacing)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#436) Missing whitespace after semicolon. (semi-spacing)
(#436) Missing whitespace after semicolon. (semi-spacing)
(#436) Expected space(s) after "for". (keyword-spacing)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#436) Missing whitespace after semicolon. (semi-spacing)
(#436) Operator '<' must be spaced. (space-infix-ops)
(#436) Missing whitespace after semicolon. (semi-spacing)
(#436) Requires a space after '{'. (block-spacing)
(#436) Statement inside of curly braces should be on next line. (brace-style)
(#436) Missing space before opening brace. (space-before-blocks)
(#436) Operator '=' must be spaced. (space-infix-ops)
(#436) Operator '+' must be spaced. (space-infix-ops)
(#436) Operator '+' must be spaced. (space-infix-ops)
(#436) Missing whitespace after semicolon. (semi-spacing)
(#436) Missing space before value for key 'width'. (key-spacing)
(#436) Operator '+' must be spaced. (space-infix-ops)
(#436) A space is required after ','. (comma-spacing)
(#436) Missing space before value for key 'height'. (key-spacing)
(#436) Operator '+' must be spaced. (space-infix-ops)
(#436) A space is required after ','. (comma-spacing)
(#436) Missing space before value for key 'margin'. (key-spacing)
(#436) Operator '+' must be spaced. (space-infix-ops)
(#436) A space is required after ','. (comma-spacing)
(#436) Missing space before value for key 'cursor'. (key-spacing)
(#436) A space is required after ','. (comma-spacing)
(#436) Missing space before value for key 'lineHeight'. (key-spacing)
(#436) Operator '+' must be spaced. (space-infix-ops)
(#436) A space is required after ','. (comma-spacing)
(#436) Missing space before value for key 'fontSize'. (key-spacing)
(#436) A space is required after ','. (comma-spacing)
(#436) Missing space before value for key 'float'. (key-spacing)
(#436) A space is required after ','. (comma-spacing)
(#436) Missing space before value for key 'background-color'. (key-spacing)
(#436) Operator '+' must be spaced. (space-infix-ops)
(#436) Missing whitespace after semicolon. (semi-spacing)
(#436) Missing whitespace after semicolon. (semi-spacing)
(#436) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#436) Operator '||' must be spaced. (space-infix-ops)
(#437) This line has a length of 507. Maximum allowed is 132. (max-len)
(#437) Operator '&&' must be spaced. (space-infix-ops)
(#437) A space is required after ','. (comma-spacing)
(#437) Function declared in a loop contains unsafe references to variable(s) 'c', 'c', 'c', 'c'. (no-loop-func)
(#437) 'k' is defined but never used. (no-unused-vars)
(#437) Requires a space after '{'. (block-spacing)
(#437) Statement inside of curly braces should be on next line. (brace-style)
(#437) Missing space before opening brace. (space-before-blocks)
(#437) Expected space(s) after "if". (keyword-spacing)
(#437) Expected { after 'if' condition. (curly)
(#437) A space is required after ','. (comma-spacing)
(#437) Missing whitespace after semicolon. (semi-spacing)
(#437) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#437) Operator '&&' must be spaced. (space-infix-ops)
(#437) A space is required after ','. (comma-spacing)
(#437) Operator '+' must be spaced. (space-infix-ops)
(#437) A space is required after ','. (comma-spacing)
(#437) Operator '&&' must be spaced. (space-infix-ops)
(#437) Operator '+' must be spaced. (space-infix-ops)
(#437) Requires a space before '}'. (block-spacing)
(#437) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#437) Missing semicolon. (semi)
(#437) Missing whitespace after semicolon. (semi-spacing)
(#437) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#437) A space is required after ','. (comma-spacing)
(#437) Missing space before value for key 'input'. (key-spacing)
(#437) A space is required after ','. (comma-spacing)
(#437) Missing space before value for key 'chooser'. (key-spacing)
(#437) A space is required after ','. (comma-spacing)
(#437) Missing space before value for key 'displayBox'. (key-spacing)
(#437) A space is required after ','. (comma-spacing)
(#437) Function declared in a loop contains unsafe references to variable(s) 'c', 'c', 'c'. (no-loop-func)
(#437) Requires a space after '{'. (block-spacing)
(#437) Statement inside of curly braces should be on next line. (brace-style)
(#437) Missing space before opening brace. (space-before-blocks)
(#437) Operator '=' must be spaced. (space-infix-ops)
(#437) Operator '+' must be spaced. (space-infix-ops)
(#437) Missing whitespace after semicolon. (semi-spacing)
(#437) Operator '=' must be spaced. (space-infix-ops)
(#437) Missing whitespace after semicolon. (semi-spacing)
(#437) Missing whitespace after semicolon. (semi-spacing)
(#437) A space is required after ','. (comma-spacing)
(#437) Missing whitespace after semicolon. (semi-spacing)
(#437) A space is required after ','. (comma-spacing)
(#437) Missing whitespace after semicolon. (semi-spacing)
(#437) Missing whitespace after semicolon. (semi-spacing)
(#437) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#437) Operator '&&' must be spaced. (space-infix-ops)
(#437) Missing whitespace after semicolon. (semi-spacing)
(#437) Expected space(s) after "if". (keyword-spacing)
(#437) Expected { after 'if' condition. (curly)
(#437) A space is required after ','. (comma-spacing)
(#437) Requires a space before '}'. (block-spacing)
(#437) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#437) Missing semicolon. (semi)
(#437) Requires a space before '}'. (block-spacing)
(#437) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#437) Missing semicolon. (semi)
(#437) Requires a space before '}'. (block-spacing)
(#437) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#437) Requires a space before '}'. (block-spacing)
(#437) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#438) This line has a length of 509. Maximum allowed is 132. (max-len)
(#438) Missing whitespace after semicolon. (semi-spacing)
(#438) A space is required after ','. (comma-spacing)
(#438) Requires a space before '}'. (block-spacing)
(#438) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#438) Missing semicolon. (semi)
(#438) Missing whitespace after semicolon. (semi-spacing)
(#438) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#438) Requires a space after '{'. (block-spacing)
(#438) Statement inside of curly braces should be on next line. (brace-style)
(#438) Missing space before opening brace. (space-before-blocks)
(#438) Requires a space after '{'. (block-spacing)
(#438) Statement inside of curly braces should be on next line. (brace-style)
(#438) Missing space before opening brace. (space-before-blocks)
(#438) Requires a space before '}'. (block-spacing)
(#438) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#438) Missing semicolon. (semi)
(#438) Requires a space before '}'. (block-spacing)
(#438) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#438) Missing semicolon. (semi)
(#438) Missing whitespace after semicolon. (semi-spacing)
(#438) Requires a space before '}'. (block-spacing)
(#438) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#438) Missing semicolon. (semi)
(#438) Missing whitespace after semicolon. (semi-spacing)
(#438) Operator '=' must be spaced. (space-infix-ops)
(#438) Requires a space after '{'. (block-spacing)
(#438) Statement inside of curly braces should be on next line. (brace-style)
(#438) Missing space before opening brace. (space-before-blocks)
(#438) 'c' is defined but never used. (no-unused-vars)
(#438) Requires a space after '{'. (block-spacing)
(#438) Statement inside of curly braces should be on next line. (brace-style)
(#438) Missing space before opening brace. (space-before-blocks)
(#438) Requires a space before '}'. (block-spacing)
(#438) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#438) Missing semicolon. (semi)
(#438) Missing whitespace after semicolon. (semi-spacing)
(#438) Requires a space before '}'. (block-spacing)
(#438) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#438) Missing semicolon. (semi)
(#438) Missing whitespace after semicolon. (semi-spacing)
(#438) Operator '=' must be spaced. (space-infix-ops)
(#438) Requires a space after '{'. (block-spacing)
(#438) Statement inside of curly braces should be on next line. (brace-style)
(#438) Missing space before opening brace. (space-before-blocks)
(#438) Requires a space after '{'. (block-spacing)
(#438) Statement inside of curly braces should be on next line. (brace-style)
(#438) Missing space before opening brace. (space-before-blocks)
(#438) Operator '=' must be spaced. (space-infix-ops)
(#438) Missing whitespace after semicolon. (semi-spacing)
(#438) A space is required after ','. (comma-spacing)
(#438) A space is required after ','. (comma-spacing)
(#438) Missing whitespace after semicolon. (semi-spacing)
(#438) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#438) Operator '===' must be spaced. (space-infix-ops)
(#438) Operator '&&' must be spaced. (space-infix-ops)
(#438) Requires a space before '}'. (block-spacing)
(#438) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#438) Missing semicolon. (semi)
(#438) Missing whitespace after semicolon. (semi-spacing)
(#438) Requires a space before '}'. (block-spacing)
(#438) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#438) Missing semicolon. (semi)
(#438) Requires a space before '}'. (block-spacing)
(#438) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#438) Missing semicolon. (semi)
(#438) 'ChemDoodle' is not defined. (no-undef)
(#439) This line has a length of 517. Maximum allowed is 132. (max-len)
(#439) Requires a space after '{'. (block-spacing)
(#439) Statement inside of curly braces should be on next line. (brace-style)
(#439) Missing space before opening brace. (space-before-blocks)
(#439) Missing JSDoc comment. (require-jsdoc)
(#439) A space is required after ','. (comma-spacing)
(#439) Requires a space after '{'. (block-spacing)
(#439) Statement inside of curly braces should be on next line. (brace-style)
(#439) Missing space before opening brace. (space-before-blocks)
(#439) Expected space(s) after "if". (keyword-spacing)
(#439) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#439) Operator '<' must be spaced. (space-infix-ops)
(#439) Requires a space after '{'. (block-spacing)
(#439) Statement inside of curly braces should be on next line. (brace-style)
(#439) Missing space before opening brace. (space-before-blocks)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Operator '=' must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#439) Operator '=' must be spaced. (space-infix-ops)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) A space is required after ','. (comma-spacing)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Requires a space before '}'. (block-spacing)
(#439) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#439) Missing semicolon. (semi)
(#439) Requires a space before '}'. (block-spacing)
(#439) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#439) Operator '=' must be spaced. (space-infix-ops)
(#439) Operator 'in' must be spaced. (space-infix-ops)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Expected space(s) after "if". (keyword-spacing)
(#439) Requires a space after '{'. (block-spacing)
(#439) Statement inside of curly braces should be on next line. (brace-style)
(#439) Missing space before opening brace. (space-before-blocks)
(#439) Operator '=' must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#439) Operator '=' must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#439) Operator '=' must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#439) Missing whitespace after semicolon. (semi-spacing)
(#439) Operator '=' must be spaced. (space-infix-ops)
(#439) Requires a space after '{'. (block-spacing)
(#439) Statement inside of curly braces should be on next line. (brace-style)
(#439) Missing space before opening brace. (space-before-blocks)
(#439) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#439) Operator '&&' must be spaced. (space-infix-ops)
(#439) Operator '&&' must be spaced. (space-infix-ops)
(#439) Operator '=' must be spaced. (space-infix-ops)
(#439) A space is required after ','. (comma-spacing)
(#439) Operator '=' must be spaced. (space-infix-ops)
(#440) This line has a length of 513. Maximum allowed is 132. (max-len)
(#440) A space is required after ','. (comma-spacing)
(#440) A space is required after ','. (comma-spacing)
(#440) A space is required after ','. (comma-spacing)
(#440) A space is required after ','. (comma-spacing)
(#440) A space is required after ','. (comma-spacing)
(#440) A space is required after ','. (comma-spacing)
(#440) A space is required after ','. (comma-spacing)
(#440) Operator '=' must be spaced. (space-infix-ops)
(#440) Missing space before value for key 'x'. (key-spacing)
(#440) Operator '?' must be spaced. (space-infix-ops)
(#440) Operator ':' must be spaced. (space-infix-ops)
(#440) A space is required after ','. (comma-spacing)
(#440) Missing space before value for key 'y'. (key-spacing)
(#440) Operator '?' must be spaced. (space-infix-ops)
(#440) Operator ':' must be spaced. (space-infix-ops)
(#440) Requires a space before '}'. (block-spacing)
(#440) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#440) Missing semicolon. (semi)
(#440) Missing whitespace after semicolon. (semi-spacing)
(#440) Operator '=' must be spaced. (space-infix-ops)
(#440) Requires a space after '{'. (block-spacing)
(#440) Statement inside of curly braces should be on next line. (brace-style)
(#440) Missing space before opening brace. (space-before-blocks)
(#440) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#440) Operator '=' must be spaced. (space-infix-ops)
(#440) A space is required after ','. (comma-spacing)
(#440) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#440) Operator '=' must be spaced. (space-infix-ops)
(#440) Missing whitespace after semicolon. (semi-spacing)
(#440) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#440) Operator '&&' must be spaced. (space-infix-ops)
(#440) Operator '=' must be spaced. (space-infix-ops)
(#440) A space is required after ','. (comma-spacing)
(#440) Operator '=' must be spaced. (space-infix-ops)
(#440) Missing whitespace after semicolon. (semi-spacing)
(#440) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#440) Operator '>' must be spaced. (space-infix-ops)
(#440) Operator '-' must be spaced. (space-infix-ops)
(#440) Operator '&&' must be spaced. (space-infix-ops)
(#440) Operator '>' must be spaced. (space-infix-ops)
(#440) Operator '-' must be spaced. (space-infix-ops)
(#440) Operator '||' must be spaced. (space-infix-ops)
(#440) Operator '||' must be spaced. (space-infix-ops)
(#440) Operator '=' must be spaced. (space-infix-ops)
(#440) A space is required after ','. (comma-spacing)
(#440) A space is required after ','. (comma-spacing)
(#440) Requires a space before '}'. (block-spacing)
(#440) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#440) Missing semicolon. (semi)
(#440) Missing whitespace after semicolon. (semi-spacing)
(#440) Operator '=' must be spaced. (space-infix-ops)
(#440) Requires a space after '{'. (block-spacing)
(#440) Statement inside of curly braces should be on next line. (brace-style)
(#440) Missing space before opening brace. (space-before-blocks)
(#440) Operator '=' must be spaced. (space-infix-ops)
(#441) This line has a length of 451. Maximum allowed is 132. (max-len)
(#441) Missing whitespace after semicolon. (semi-spacing)
(#441) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#441) Operator '&&' must be spaced. (space-infix-ops)
(#441) A space is required after ','. (comma-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) Operator '||' must be spaced. (space-infix-ops)
(#441) A space is required after ','. (comma-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#441) Requires a space before '}'. (block-spacing)
(#441) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#441) Missing semicolon. (semi)
(#441) Missing whitespace after semicolon. (semi-spacing)
(#441) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#441) Requires a space after '{'. (block-spacing)
(#441) Statement inside of curly braces should be on next line. (brace-style)
(#441) Missing space before opening brace. (space-before-blocks)
(#441) Missing space before value for key 'touchstart'. (key-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) Missing space before value for key 'touchmove'. (key-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) Missing space before value for key 'touchend'. (key-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) Missing whitespace after semicolon. (semi-spacing)
(#441) Requires a space before '}'. (block-spacing)
(#441) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#441) Missing semicolon. (semi)
(#441) Missing whitespace after semicolon. (semi-spacing)
(#441) Operator '=' must be spaced. (space-infix-ops)
(#441) Requires a space after '{'. (block-spacing)
(#441) Statement inside of curly braces should be on next line. (brace-style)
(#441) Missing space before opening brace. (space-before-blocks)
(#441) Missing space before value for key 'touchstart'. (key-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) Missing space before value for key 'touchmove'. (key-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) Missing space before value for key 'touchend'. (key-spacing)
(#441) A space is required after ','. (comma-spacing)
(#441) Missing whitespace after semicolon. (semi-spacing)
(#441) Requires a space before '}'. (block-spacing)
(#441) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#441) Missing semicolon. (semi)
(#441) Requires a space before '}'. (block-spacing)
(#441) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#441) Missing semicolon. (semi)
(#441) Requires a space before '}'. (block-spacing)
(#441) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#441) 'ChemDoodle' is not defined. (no-undef)
(#442) This line has a length of 195. Maximum allowed is 132. (max-len)
(#442) 'ChemDoodle' is not defined. (no-undef)
(#442) Operator '=' must be spaced. (space-infix-ops)
(#442) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#442) A space is required after ','. (comma-spacing)
(#442) A space is required after ','. (comma-spacing)
(#442) 'v' is defined but never used. (no-unused-vars)
(#442) Requires a space after '{'. (block-spacing)
(#442) Statement inside of curly braces should be on next line. (brace-style)
(#442) Missing space before opening brace. (space-before-blocks)
(#442) Identifier 'v_jQuery_ui' is not in camel case. (camelcase)
(#442) Operator '=' must be spaced. (space-infix-ops)
(#442) Missing whitespace after semicolon. (semi-spacing)
(#442) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#442) Operator '=' must be spaced. (space-infix-ops)
(#442) Missing space before value for key 'actions'. (key-spacing)
(#442) A space is required after ','. (comma-spacing)
(#442) Missing space before value for key 'gui'. (key-spacing)
(#442) Missing whitespace after semicolon. (semi-spacing)
(#442) Operator '=' must be spaced. (space-infix-ops)
(#442) Missing whitespace after semicolon. (semi-spacing)
(#442) Operator '=' must be spaced. (space-infix-ops)
(#442) Missing whitespace after semicolon. (semi-spacing)
(#442) Operator '=' must be spaced. (space-infix-ops)
(#442) Missing whitespace after semicolon. (semi-spacing)
(#442) Operator '=' must be spaced. (space-infix-ops)
(#442) Missing whitespace after semicolon. (semi-spacing)
(#442) Requires a space before '}'. (block-spacing)
(#442) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#442) Missing semicolon. (semi)
(#442) 'ChemDoodle' is not defined. (no-undef)
(#442) A space is required after ','. (comma-spacing)
(#442) 'ChemDoodle' is not defined. (no-undef)
(#443) This line has a length of 368. Maximum allowed is 132. (max-len)
(#443) A space is required after ','. (comma-spacing)
(#443) 'c' is defined but never used. (no-unused-vars)
(#443) Requires a space after '{'. (block-spacing)
(#443) Statement inside of curly braces should be on next line. (brace-style)
(#443) Missing space before opening brace. (space-before-blocks)
(#443) Operator '=' must be spaced. (space-infix-ops)
(#443) Unexpected empty function. (no-empty-function)
(#443) Missing space before opening brace. (space-before-blocks)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#443) Operator '=' must be spaced. (space-infix-ops)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Operator '=' must be spaced. (space-infix-ops)
(#443) Requires a space after '{'. (block-spacing)
(#443) Statement inside of curly braces should be on next line. (brace-style)
(#443) Missing space before opening brace. (space-before-blocks)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Requires a space before '}'. (block-spacing)
(#443) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#443) Missing semicolon. (semi)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Operator '=' must be spaced. (space-infix-ops)
(#443) Requires a space after '{'. (block-spacing)
(#443) Statement inside of curly braces should be on next line. (brace-style)
(#443) Missing space before opening brace. (space-before-blocks)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Requires a space before '}'. (block-spacing)
(#443) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#443) Missing semicolon. (semi)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Operator '=' must be spaced. (space-infix-ops)
(#443) Requires a space after '{'. (block-spacing)
(#443) Statement inside of curly braces should be on next line. (brace-style)
(#443) Missing space before opening brace. (space-before-blocks)
(#443) Expected space(s) after "for". (keyword-spacing)
(#443) Operator '=' must be spaced. (space-infix-ops)
(#443) A space is required after ','. (comma-spacing)
(#443) Operator '=' must be spaced. (space-infix-ops)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Operator '<' must be spaced. (space-infix-ops)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Expected { after 'for' condition. (curly)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#443) Operator '&&' must be spaced. (space-infix-ops)
(#443) Operator '&&' must be spaced. (space-infix-ops)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Missing whitespace after semicolon. (semi-spacing)
(#443) Requires a space before '}'. (block-spacing)
(#443) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#443) Missing semicolon. (semi)
(#443) Requires a space before '}'. (block-spacing)
(#443) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#443) Missing semicolon. (semi)
(#443) 'ChemDoodle' is not defined. (no-undef)
(#444) This line has a length of 513. Maximum allowed is 132. (max-len)
(#444) A space is required after ','. (comma-spacing)
(#444) A space is required after ','. (comma-spacing)
(#444) A space is required after ','. (comma-spacing)
(#444) 'r' is defined but never used. (no-unused-vars)
(#444) Requires a space after '{'. (block-spacing)
(#444) Statement inside of curly braces should be on next line. (brace-style)
(#444) Missing space before opening brace. (space-before-blocks)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) A space is required after ','. (comma-spacing)
(#444) A space is required after ','. (comma-spacing)
(#444) A space is required after ','. (comma-spacing)
(#444) Requires a space after '{'. (block-spacing)
(#444) Statement inside of curly braces should be on next line. (brace-style)
(#444) Missing space before opening brace. (space-before-blocks)
(#444) This line has 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) Requires a space before '}'. (block-spacing)
(#444) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#444) Missing semicolon. (semi)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) Missing '()' invoking a constructor. (new-parens)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) Requires a space after '{'. (block-spacing)
(#444) Statement inside of curly braces should be on next line. (brace-style)
(#444) Missing space before opening brace. (space-before-blocks)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#444) Operator '||' must be spaced. (space-infix-ops)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) Missing '()' invoking a constructor. (new-parens)
(#444) A space is required after ','. (comma-spacing)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Expected space(s) after "if". (keyword-spacing)
(#444) Expected { after 'if' condition. (curly)
(#444) Expected space(s) before "for". (keyword-spacing)
(#444) Expected space(s) after "for". (keyword-spacing)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) A space is required after ','. (comma-spacing)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Operator '<' must be spaced. (space-infix-ops)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Expected { after 'for' condition. (curly)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Expected space(s) after "if". (keyword-spacing)
(#444) Requires a space after '{'. (block-spacing)
(#444) Statement inside of curly braces should be on next line. (brace-style)
(#444) Missing space before opening brace. (space-before-blocks)
(#444) 'h' used outside of binding context. (block-scoped-var)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) 'g' used outside of binding context. (block-scoped-var)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Expected space(s) after "for". (keyword-spacing)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) 'g' used outside of binding context. (block-scoped-var)
(#444) Operator '<' must be spaced. (space-infix-ops)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) 'g' used outside of binding context. (block-scoped-var)
(#444) Requires a space after '{'. (block-spacing)
(#444) Statement inside of curly braces should be on next line. (brace-style)
(#444) Missing space before opening brace. (space-before-blocks)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) 'g' used outside of binding context. (block-scoped-var)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Expected space(s) after "if". (keyword-spacing)
(#444) Operator '===' must be spaced. (space-infix-ops)
(#444) Requires a space after '{'. (block-spacing)
(#444) Statement inside of curly braces should be on next line. (brace-style)
(#444) Missing space before opening brace. (space-before-blocks)
(#444) Operator '=' must be spaced. (space-infix-ops)
(#444) Missing whitespace after semicolon. (semi-spacing)
(#444) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#444) Operator '===' must be spaced. (space-infix-ops)
(#444) 'h' used outside of binding context. (block-scoped-var)
(#444) Operator '&&' must be spaced. (space-infix-ops)
(#444) 'h' used outside of binding context. (block-scoped-var)
(#444) Requires a space before '}'. (block-spacing)
(#444) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#444) Missing semicolon. (semi)
(#444) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#444) Operator '===' must be spaced. (space-infix-ops)
(#445) This line has a length of 515. Maximum allowed is 132. (max-len)
(#445) Operator '&&' must be spaced. (space-infix-ops)
(#445) 't' used outside of binding context. (block-scoped-var)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) A space is required after ','. (comma-spacing)
(#445) Operator '===' must be spaced. (space-infix-ops)
(#445) 'h' used outside of binding context. (block-scoped-var)
(#445) 't' used outside of binding context. (block-scoped-var)
(#445) Operator '&&' must be spaced. (space-infix-ops)
(#445) 'h' used outside of binding context. (block-scoped-var)
(#445) 't' used outside of binding context. (block-scoped-var)
(#445) Missing whitespace after semicolon. (semi-spacing)
(#445) Requires a space before '}'. (block-spacing)
(#445) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#445) Missing semicolon. (semi)
(#445) 'g' used outside of binding context. (block-scoped-var)
(#445) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) Missing whitespace after semicolon. (semi-spacing)
(#445) Expected space(s) after "for". (keyword-spacing)
(#445) 'm' used outside of binding context. (block-scoped-var)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) 'h' used outside of binding context. (block-scoped-var)
(#445) Missing whitespace after semicolon. (semi-spacing)
(#445) 'g' used outside of binding context. (block-scoped-var)
(#445) Operator '<' must be spaced. (space-infix-ops)
(#445) 'm' used outside of binding context. (block-scoped-var)
(#445) Missing whitespace after semicolon. (semi-spacing)
(#445) 'g' used outside of binding context. (block-scoped-var)
(#445) 'x' used outside of binding context. (block-scoped-var)
(#445) Expected { after 'for' condition. (curly)
(#445) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) 'h' used outside of binding context. (block-scoped-var)
(#445) 'g' used outside of binding context. (block-scoped-var)
(#445) Unexpected use of comma operator. (no-sequences)
(#445) A space is required after ','. (comma-spacing)
(#445) 'x' used outside of binding context. (block-scoped-var)
(#445) A space is required after ','. (comma-spacing)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) 'x' used outside of binding context. (block-scoped-var)
(#445) A space is required after ','. (comma-spacing)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) 'x' used outside of binding context. (block-scoped-var)
(#445) Requires a space before '}'. (block-spacing)
(#445) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#445) Missing semicolon. (semi)
(#445) Requires a space before '}'. (block-spacing)
(#445) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#445) Missing whitespace after semicolon. (semi-spacing)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) Requires a space after '{'. (block-spacing)
(#445) Statement inside of curly braces should be on next line. (brace-style)
(#445) Missing space before opening brace. (space-before-blocks)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) Missing whitespace after semicolon. (semi-spacing)
(#445) Expected space(s) after "if". (keyword-spacing)
(#445) Requires a space after '{'. (block-spacing)
(#445) Statement inside of curly braces should be on next line. (brace-style)
(#445) Missing space before opening brace. (space-before-blocks)
(#445) Expected space(s) after "for". (keyword-spacing)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) A space is required after ','. (comma-spacing)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) A space is required after ','. (comma-spacing)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) Missing whitespace after semicolon. (semi-spacing)
(#445) Operator '<' must be spaced. (space-infix-ops)
(#445) Missing whitespace after semicolon. (semi-spacing)
(#445) Expected { after 'for' condition. (curly)
(#445) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#445) Operator '===' must be spaced. (space-infix-ops)
(#445) Operator '&&' must be spaced. (space-infix-ops)
(#445) Missing whitespace after semicolon. (semi-spacing)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) 'h' used outside of binding context. (block-scoped-var)
(#445) Requires a space before '}'. (block-spacing)
(#445) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#445) Missing semicolon. (semi)
(#445) Expected space(s) before "if". (keyword-spacing)
(#445) Expected space(s) after "if". (keyword-spacing)
(#445) Requires a space after '{'. (block-spacing)
(#445) Statement inside of curly braces should be on next line. (brace-style)
(#445) Missing space before opening brace. (space-before-blocks)
(#445) 'h' used outside of binding context. (block-scoped-var)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) Missing whitespace after semicolon. (semi-spacing)
(#445) 'g' used outside of binding context. (block-scoped-var)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) Missing whitespace after semicolon. (semi-spacing)
(#445) Expected space(s) after "for". (keyword-spacing)
(#445) 'm' used outside of binding context. (block-scoped-var)
(#445) Operator '=' must be spaced. (space-infix-ops)
(#445) Missing whitespace after semicolon. (semi-spacing)
(#445) 'g' used outside of binding context. (block-scoped-var)
(#445) Operator '<' must be spaced. (space-infix-ops)
(#445) 'm' used outside of binding context. (block-scoped-var)
(#445) Missing whitespace after semicolon. (semi-spacing)
(#445) 'g' used outside of binding context. (block-scoped-var)
(#445) Expected { after 'for' condition. (curly)
(#445) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#445) Operator '===' must be spaced. (space-infix-ops)
(#445) 'g' used outside of binding context. (block-scoped-var)
(#445) Operator '&&' must be spaced. (space-infix-ops)
(#446) This line has a length of 296. Maximum allowed is 132. (max-len)
(#446) 'h' used outside of binding context. (block-scoped-var)
(#446) 'g' used outside of binding context. (block-scoped-var)
(#446) Missing whitespace after semicolon. (semi-spacing)
(#446) Operator '=' must be spaced. (space-infix-ops)
(#446) 'h' used outside of binding context. (block-scoped-var)
(#446) Requires a space before '}'. (block-spacing)
(#446) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#446) Missing semicolon. (semi)
(#446) Expected space(s) before "if". (keyword-spacing)
(#446) Expected space(s) after "if". (keyword-spacing)
(#446) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#446) Operator '===' must be spaced. (space-infix-ops)
(#446) Expected { after 'if' condition. (curly)
(#446) Expected space(s) before "this". (keyword-spacing)
(#446) Missing whitespace after semicolon. (semi-spacing)
(#446) Expected space(s) after "if". (keyword-spacing)
(#446) 'h' used outside of binding context. (block-scoped-var)
(#446) Operator '=' must be spaced. (space-infix-ops)
(#446) Missing '()' invoking a constructor. (new-parens)
(#446) Unexpected use of comma operator. (no-sequences)
(#446) A space is required after ','. (comma-spacing)
(#446) Operator '<' must be spaced. (space-infix-ops)
(#446) 'h' used outside of binding context. (block-scoped-var)
(#446) Expected { after 'if' condition. (curly)
(#446) Expected space(s) before "for". (keyword-spacing)
(#446) Expected space(s) after "for". (keyword-spacing)
(#446) A space is required after ','. (comma-spacing)
(#446) Operator '=' must be spaced. (space-infix-ops)
(#446) A space is required after ','. (comma-spacing)
(#446) 'g' used outside of binding context. (block-scoped-var)
(#446) Operator '=' must be spaced. (space-infix-ops)
(#446) 'h' used outside of binding context. (block-scoped-var)
(#446) Missing whitespace after semicolon. (semi-spacing)
(#446) Operator '<' must be spaced. (space-infix-ops)
(#446) 'g' used outside of binding context. (block-scoped-var)
(#446) Missing whitespace after semicolon. (semi-spacing)
(#446) Expected { after 'for' condition. (curly)
(#446) Expected space(s) before "this". (keyword-spacing)
(#446) 'h' used outside of binding context. (block-scoped-var)
(#446) Requires a space before '}'. (block-spacing)
(#446) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#446) Missing semicolon. (semi)
(#446) Requires a space before '}'. (block-spacing)
(#446) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#446) Missing semicolon. (semi)
(#446) 'ChemDoodle' is not defined. (no-undef)
(#446) A space is required after ','. (comma-spacing)
(#446) 'ChemDoodle' is not defined. (no-undef)
(#446) A space is required after ','. (comma-spacing)
(#446) 'ChemDoodle' is not defined. (no-undef)
(#447) This line has a length of 507. Maximum allowed is 132. (max-len)
(#447) A space is required after ','. (comma-spacing)
(#447) 'c' is defined but never used. (no-unused-vars)
(#447) Requires a space after '{'. (block-spacing)
(#447) Statement inside of curly braces should be on next line. (brace-style)
(#447) Missing space before opening brace. (space-before-blocks)
(#447) Operator '=' must be spaced. (space-infix-ops)
(#447) A space is required after ','. (comma-spacing)
(#447) A space is required after ','. (comma-spacing)
(#447) Requires a space after '{'. (block-spacing)
(#447) Statement inside of curly braces should be on next line. (brace-style)
(#447) Missing space before opening brace. (space-before-blocks)
(#447) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#447) Operator '=' must be spaced. (space-infix-ops)
(#447) Missing whitespace after semicolon. (semi-spacing)
(#447) Operator '=' must be spaced. (space-infix-ops)
(#447) Missing whitespace after semicolon. (semi-spacing)
(#447) Operator '=' must be spaced. (space-infix-ops)
(#447) Requires a space before '}'. (block-spacing)
(#447) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#447) Missing semicolon. (semi)
(#447) Missing whitespace after semicolon. (semi-spacing)
(#447) Operator '=' must be spaced. (space-infix-ops)
(#447) Operator '=' must be spaced. (space-infix-ops)
(#447) Missing '()' invoking a constructor. (new-parens)
(#447) Missing whitespace after semicolon. (semi-spacing)
(#447) Operator '=' must be spaced. (space-infix-ops)
(#447) Requires a space after '{'. (block-spacing)
(#447) Statement inside of curly braces should be on next line. (brace-style)
(#447) Missing space before opening brace. (space-before-blocks)
(#447) Operator '=' must be spaced. (space-infix-ops)
(#447) Missing whitespace after semicolon. (semi-spacing)
(#447) Operator '=' must be spaced. (space-infix-ops)
(#447) Requires a space before '}'. (block-spacing)
(#447) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#447) Missing semicolon. (semi)
(#447) Missing whitespace after semicolon. (semi-spacing)
(#447) Operator '=' must be spaced. (space-infix-ops)
(#447) Requires a space after '{'. (block-spacing)
(#447) Statement inside of curly braces should be on next line. (brace-style)
(#447) Missing space before opening brace. (space-before-blocks)
(#447) Expected space(s) after "for". (keyword-spacing)
(#447) Operator '=' must be spaced. (space-infix-ops)
(#447) A space is required after ','. (comma-spacing)
(#447) Operator '=' must be spaced. (space-infix-ops)
(#447) Missing whitespace after semicolon. (semi-spacing)
(#447) Operator '<' must be spaced. (space-infix-ops)
(#447) Missing whitespace after semicolon. (semi-spacing)
(#447) Expected { after 'for' condition. (curly)
(#447) Expected space(s) before "this". (keyword-spacing)
(#447) Missing whitespace after semicolon. (semi-spacing)
(#447) 'v' used outside of binding context. (block-scoped-var)
(#447) Operator '=' must be spaced. (space-infix-ops)
(#447) Missing whitespace after semicolon. (semi-spacing)
(#447) Expected space(s) after "for". (keyword-spacing)
(#447) 'r' used outside of binding context. (block-scoped-var)
(#447) Operator '=' must be spaced. (space-infix-ops)
(#447) Missing whitespace after semicolon. (semi-spacing)
(#447) 'v' used outside of binding context. (block-scoped-var)
(#447) Operator '<' must be spaced. (space-infix-ops)
(#447) 'r' used outside of binding context. (block-scoped-var)
(#447) Missing whitespace after semicolon. (semi-spacing)
(#447) 'v' used outside of binding context. (block-scoped-var)
(#447) Expected { after 'for' condition. (curly)
(#447) Expected space(s) before "this". (keyword-spacing)
(#447) 'v' used outside of binding context. (block-scoped-var)
(#447) Requires a space before '}'. (block-spacing)
(#447) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#447) Missing semicolon. (semi)
(#447) Requires a space before '}'. (block-spacing)
(#447) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#447) Missing semicolon. (semi)
(#447) 'ChemDoodle' is not defined. (no-undef)
(#448) This line has a length of 263. Maximum allowed is 132. (max-len)
(#448) A space is required after ','. (comma-spacing)
(#448) 'c' is defined but never used. (no-unused-vars)
(#448) Requires a space after '{'. (block-spacing)
(#448) Statement inside of curly braces should be on next line. (brace-style)
(#448) Missing space before opening brace. (space-before-blocks)
(#448) Operator '=' must be spaced. (space-infix-ops)
(#448) A space is required after ','. (comma-spacing)
(#448) Requires a space after '{'. (block-spacing)
(#448) Statement inside of curly braces should be on next line. (brace-style)
(#448) Missing space before opening brace. (space-before-blocks)
(#448) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#448) Operator '=' must be spaced. (space-infix-ops)
(#448) Missing whitespace after semicolon. (semi-spacing)
(#448) Operator '=' must be spaced. (space-infix-ops)
(#448) Requires a space before '}'. (block-spacing)
(#448) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#448) Missing semicolon. (semi)
(#448) Missing whitespace after semicolon. (semi-spacing)
(#448) Operator '=' must be spaced. (space-infix-ops)
(#448) Operator '=' must be spaced. (space-infix-ops)
(#448) Missing '()' invoking a constructor. (new-parens)
(#448) Missing whitespace after semicolon. (semi-spacing)
(#448) Operator '=' must be spaced. (space-infix-ops)
(#448) Requires a space after '{'. (block-spacing)
(#448) Statement inside of curly braces should be on next line. (brace-style)
(#448) Missing space before opening brace. (space-before-blocks)
(#448) Requires a space before '}'. (block-spacing)
(#448) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#448) Missing semicolon. (semi)
(#448) Missing whitespace after semicolon. (semi-spacing)
(#448) Operator '=' must be spaced. (space-infix-ops)
(#448) Requires a space after '{'. (block-spacing)
(#448) Statement inside of curly braces should be on next line. (brace-style)
(#448) Missing space before opening brace. (space-before-blocks)
(#448) Requires a space before '}'. (block-spacing)
(#448) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#448) Missing semicolon. (semi)
(#448) Requires a space before '}'. (block-spacing)
(#448) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#448) Missing semicolon. (semi)
(#448) 'ChemDoodle' is not defined. (no-undef)
(#449) This line has a length of 375. Maximum allowed is 132. (max-len)
(#449) A space is required after ','. (comma-spacing)
(#449) Requires a space after '{'. (block-spacing)
(#449) Statement inside of curly braces should be on next line. (brace-style)
(#449) Missing space before opening brace. (space-before-blocks)
(#449) Operator '=' must be spaced. (space-infix-ops)
(#449) A space is required after ','. (comma-spacing)
(#449) A space is required after ','. (comma-spacing)
(#449) Requires a space after '{'. (block-spacing)
(#449) Statement inside of curly braces should be on next line. (brace-style)
(#449) Missing space before opening brace. (space-before-blocks)
(#449) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#449) Operator '=' must be spaced. (space-infix-ops)
(#449) Missing whitespace after semicolon. (semi-spacing)
(#449) Operator '=' must be spaced. (space-infix-ops)
(#449) Missing whitespace after semicolon. (semi-spacing)
(#449) Operator '=' must be spaced. (space-infix-ops)
(#449) Requires a space before '}'. (block-spacing)
(#449) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#449) Missing semicolon. (semi)
(#449) Missing whitespace after semicolon. (semi-spacing)
(#449) Operator '=' must be spaced. (space-infix-ops)
(#449) Operator '=' must be spaced. (space-infix-ops)
(#449) Missing '()' invoking a constructor. (new-parens)
(#449) Missing whitespace after semicolon. (semi-spacing)
(#449) Operator '=' must be spaced. (space-infix-ops)
(#449) Requires a space after '{'. (block-spacing)
(#449) Statement inside of curly braces should be on next line. (brace-style)
(#449) Missing space before opening brace. (space-before-blocks)
(#449) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#449) Operator '?' must be spaced. (space-infix-ops)
(#449) Operator '=' must be spaced. (space-infix-ops)
(#449) Operator ':' must be spaced. (space-infix-ops)
(#449) Requires a space before '}'. (block-spacing)
(#449) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#449) Missing semicolon. (semi)
(#449) Missing whitespace after semicolon. (semi-spacing)
(#449) Operator '=' must be spaced. (space-infix-ops)
(#449) Requires a space after '{'. (block-spacing)
(#449) Statement inside of curly braces should be on next line. (brace-style)
(#449) Missing space before opening brace. (space-before-blocks)
(#449) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#449) Operator '?' must be spaced. (space-infix-ops)
(#449) Operator '=' must be spaced. (space-infix-ops)
(#449) Operator ':' must be spaced. (space-infix-ops)
(#449) Requires a space before '}'. (block-spacing)
(#449) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#449) Missing semicolon. (semi)
(#449) Requires a space before '}'. (block-spacing)
(#449) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#449) Missing semicolon. (semi)
(#449) 'ChemDoodle' is not defined. (no-undef)
(#450) This line has a length of 526. Maximum allowed is 132. (max-len)
(#450) A space is required after ','. (comma-spacing)
(#450) A space is required after ','. (comma-spacing)
(#450) A space is required after ','. (comma-spacing)
(#450) 'r' is defined but never used. (no-unused-vars)
(#450) Requires a space after '{'. (block-spacing)
(#450) Statement inside of curly braces should be on next line. (brace-style)
(#450) Missing space before opening brace. (space-before-blocks)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#450) A space is required after ','. (comma-spacing)
(#450) A space is required after ','. (comma-spacing)
(#450) Requires a space after '{'. (block-spacing)
(#450) Statement inside of curly braces should be on next line. (brace-style)
(#450) Missing space before opening brace. (space-before-blocks)
(#450) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#450) Missing whitespace after semicolon. (semi-spacing)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#450) Missing whitespace after semicolon. (semi-spacing)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#450) Missing whitespace after semicolon. (semi-spacing)
(#450) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#450) Operator '?' must be spaced. (space-infix-ops)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#450) A space is required after ','. (comma-spacing)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#450) Operator ':' must be spaced. (space-infix-ops)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#450) Operator '+' must be spaced. (space-infix-ops)
(#450) A space is required after ','. (comma-spacing)
(#450) Operator '<' must be spaced. (space-infix-ops)
(#450) Operator '&&' must be spaced. (space-infix-ops)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#450) A space is required after ','. (comma-spacing)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#450) Requires a space before '}'. (block-spacing)
(#450) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#450) Missing semicolon. (semi)
(#450) Missing whitespace after semicolon. (semi-spacing)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#450) Missing '()' invoking a constructor. (new-parens)
(#450) Missing whitespace after semicolon. (semi-spacing)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#450) Requires a space after '{'. (block-spacing)
(#450) Statement inside of curly braces should be on next line. (brace-style)
(#450) Missing space before opening brace. (space-before-blocks)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#450) Missing whitespace after semicolon. (semi-spacing)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#450) Requires a space before '}'. (block-spacing)
(#450) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#450) Missing semicolon. (semi)
(#450) Missing whitespace after semicolon. (semi-spacing)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#450) Requires a space after '{'. (block-spacing)
(#450) Statement inside of curly braces should be on next line. (brace-style)
(#450) Missing space before opening brace. (space-before-blocks)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#450) Missing whitespace after semicolon. (semi-spacing)
(#450) Operator '=' must be spaced. (space-infix-ops)
(#450) Requires a space before '}'. (block-spacing)
(#450) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#450) Missing semicolon. (semi)
(#450) Requires a space before '}'. (block-spacing)
(#450) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#450) Missing semicolon. (semi)
(#450) 'ChemDoodle' is not defined. (no-undef)
(#451) This line has a length of 463. Maximum allowed is 132. (max-len)
(#451) 'ChemDoodle' is not defined. (no-undef)
(#451) A space is required after ','. (comma-spacing)
(#451) Missing whitespace after semicolon. (semi-spacing)
(#451) A space is required after ','. (comma-spacing)
(#451) A space is required after ','. (comma-spacing)
(#451) 'v' is defined but never used. (no-unused-vars)
(#451) Requires a space after '{'. (block-spacing)
(#451) Statement inside of curly braces should be on next line. (brace-style)
(#451) Missing space before opening brace. (space-before-blocks)
(#451) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#451) Operator '=' must be spaced. (space-infix-ops)
(#451) A space is required after ','. (comma-spacing)
(#451) Requires a space after '{'. (block-spacing)
(#451) Statement inside of curly braces should be on next line. (brace-style)
(#451) Missing space before opening brace. (space-before-blocks)
(#451) Operator '=' must be spaced. (space-infix-ops)
(#451) Missing whitespace after semicolon. (semi-spacing)
(#451) Operator '=' must be spaced. (space-infix-ops)
(#451) Requires a space before '}'. (block-spacing)
(#451) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#451) Missing semicolon. (semi)
(#451) Missing whitespace after semicolon. (semi-spacing)
(#451) Operator '=' must be spaced. (space-infix-ops)
(#451) Operator '=' must be spaced. (space-infix-ops)
(#451) Missing '()' invoking a constructor. (new-parens)
(#451) Missing whitespace after semicolon. (semi-spacing)
(#451) Operator '=' must be spaced. (space-infix-ops)
(#451) Requires a space after '{'. (block-spacing)
(#451) Statement inside of curly braces should be on next line. (brace-style)
(#451) Missing space before opening brace. (space-before-blocks)
(#451) Operator '=' must be spaced. (space-infix-ops)
(#451) Operator '<' must be spaced. (space-infix-ops)
(#451) Operator '?' must be spaced. (space-infix-ops)
(#451) Operator ':' must be spaced. (space-infix-ops)
(#451) Missing whitespace after semicolon. (semi-spacing)
(#451) Expected space(s) after "switch". (keyword-spacing)
(#451) Requires a space after '{'. (block-spacing)
(#451) Statement inside of curly braces should be on next line. (brace-style)
(#451) Missing space before opening brace. (space-before-blocks)
(#451) Operator '+=' must be spaced. (space-infix-ops)
(#451) Missing whitespace after semicolon. (semi-spacing)
(#451) Missing whitespace after semicolon. (semi-spacing)
(#451) Operator '+=' must be spaced. (space-infix-ops)
(#451) Requires a space before '}'. (block-spacing)
(#451) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#451) Missing semicolon. (semi)
(#451) Requires a space before '}'. (block-spacing)
(#451) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#451) Missing whitespace after semicolon. (semi-spacing)
(#451) Operator '=' must be spaced. (space-infix-ops)
(#451) Requires a space after '{'. (block-spacing)
(#451) Statement inside of curly braces should be on next line. (brace-style)
(#451) Missing space before opening brace. (space-before-blocks)
(#451) Operator '=' must be spaced. (space-infix-ops)
(#451) Operator '<' must be spaced. (space-infix-ops)
(#451) Operator '?' must be spaced. (space-infix-ops)
(#451) Operator ':' must be spaced. (space-infix-ops)
(#451) Missing whitespace after semicolon. (semi-spacing)
(#451) Expected space(s) after "switch". (keyword-spacing)
(#451) Requires a space after '{'. (block-spacing)
(#451) Statement inside of curly braces should be on next line. (brace-style)
(#451) Missing space before opening brace. (space-before-blocks)
(#451) Operator '+=' must be spaced. (space-infix-ops)
(#451) Missing whitespace after semicolon. (semi-spacing)
(#451) Missing whitespace after semicolon. (semi-spacing)
(#451) Operator '+=' must be spaced. (space-infix-ops)
(#451) Requires a space before '}'. (block-spacing)
(#451) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#451) Missing semicolon. (semi)
(#451) Requires a space before '}'. (block-spacing)
(#451) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#451) Requires a space before '}'. (block-spacing)
(#451) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#451) Missing semicolon. (semi)
(#451) 'ChemDoodle' is not defined. (no-undef)
(#451) A space is required after ','. (comma-spacing)
(#452) This line has a length of 488. Maximum allowed is 132. (max-len)
(#452) A space is required after ','. (comma-spacing)
(#452) A space is required after ','. (comma-spacing)
(#452) 'v' is defined but never used. (no-unused-vars)
(#452) Requires a space after '{'. (block-spacing)
(#452) Statement inside of curly braces should be on next line. (brace-style)
(#452) Missing space before opening brace. (space-before-blocks)
(#452) Operator '=' must be spaced. (space-infix-ops)
(#452) A space is required after ','. (comma-spacing)
(#452) Requires a space after '{'. (block-spacing)
(#452) Statement inside of curly braces should be on next line. (brace-style)
(#452) Missing space before opening brace. (space-before-blocks)
(#452) This line has 21 statements. Maximum allowed is 2. (max-statements-per-line)
(#452) Operator '=' must be spaced. (space-infix-ops)
(#452) Missing whitespace after semicolon. (semi-spacing)
(#452) Operator '=' must be spaced. (space-infix-ops)
(#452) Requires a space before '}'. (block-spacing)
(#452) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#452) Missing semicolon. (semi)
(#452) Missing whitespace after semicolon. (semi-spacing)
(#452) Operator '=' must be spaced. (space-infix-ops)
(#452) Operator '=' must be spaced. (space-infix-ops)
(#452) Missing '()' invoking a constructor. (new-parens)
(#452) Missing whitespace after semicolon. (semi-spacing)
(#452) Operator '=' must be spaced. (space-infix-ops)
(#452) Requires a space after '{'. (block-spacing)
(#452) Statement inside of curly braces should be on next line. (brace-style)
(#452) Missing space before opening brace. (space-before-blocks)
(#452) Operator '=' must be spaced. (space-infix-ops)
(#452) Operator '<' must be spaced. (space-infix-ops)
(#452) Operator '?' must be spaced. (space-infix-ops)
(#452) Operator ':' must be spaced. (space-infix-ops)
(#452) Missing whitespace after semicolon. (semi-spacing)
(#452) Expected space(s) after "switch". (keyword-spacing)
(#452) Requires a space after '{'. (block-spacing)
(#452) Statement inside of curly braces should be on next line. (brace-style)
(#452) Missing space before opening brace. (space-before-blocks)
(#452) Operator '+=' must be spaced. (space-infix-ops)
(#452) Missing whitespace after semicolon. (semi-spacing)
(#452) Missing whitespace after semicolon. (semi-spacing)
(#452) Operator '+=' must be spaced. (space-infix-ops)
(#452) Missing whitespace after semicolon. (semi-spacing)
(#452) Missing whitespace after semicolon. (semi-spacing)
(#452) Operator '+=' must be spaced. (space-infix-ops)
(#452) Requires a space before '}'. (block-spacing)
(#452) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#452) Missing semicolon. (semi)
(#452) Requires a space before '}'. (block-spacing)
(#452) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#452) Missing whitespace after semicolon. (semi-spacing)
(#452) Operator '=' must be spaced. (space-infix-ops)
(#452) Requires a space after '{'. (block-spacing)
(#452) Statement inside of curly braces should be on next line. (brace-style)
(#452) Missing space before opening brace. (space-before-blocks)
(#452) Operator '=' must be spaced. (space-infix-ops)
(#452) Operator '<' must be spaced. (space-infix-ops)
(#452) Operator '?' must be spaced. (space-infix-ops)
(#452) Operator ':' must be spaced. (space-infix-ops)
(#452) Missing whitespace after semicolon. (semi-spacing)
(#452) Expected space(s) after "switch". (keyword-spacing)
(#452) Requires a space after '{'. (block-spacing)
(#452) Statement inside of curly braces should be on next line. (brace-style)
(#452) Missing space before opening brace. (space-before-blocks)
(#452) Operator '+=' must be spaced. (space-infix-ops)
(#452) Missing whitespace after semicolon. (semi-spacing)
(#452) Missing whitespace after semicolon. (semi-spacing)
(#452) Operator '+=' must be spaced. (space-infix-ops)
(#452) Missing whitespace after semicolon. (semi-spacing)
(#452) Missing whitespace after semicolon. (semi-spacing)
(#452) Operator '+=' must be spaced. (space-infix-ops)
(#452) Requires a space before '}'. (block-spacing)
(#452) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#452) Missing semicolon. (semi)
(#452) Requires a space before '}'. (block-spacing)
(#452) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#452) Requires a space before '}'. (block-spacing)
(#452) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#452) Missing semicolon. (semi)
(#452) 'ChemDoodle' is not defined. (no-undef)
(#452) A space is required after ','. (comma-spacing)
(#453) This line has a length of 252. Maximum allowed is 132. (max-len)
(#453) A space is required after ','. (comma-spacing)
(#453) 'c' is defined but never used. (no-unused-vars)
(#453) Requires a space after '{'. (block-spacing)
(#453) Statement inside of curly braces should be on next line. (brace-style)
(#453) Missing space before opening brace. (space-before-blocks)
(#453) Operator '=' must be spaced. (space-infix-ops)
(#453) A space is required after ','. (comma-spacing)
(#453) Requires a space after '{'. (block-spacing)
(#453) Statement inside of curly braces should be on next line. (brace-style)
(#453) Missing space before opening brace. (space-before-blocks)
(#453) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#453) Operator '=' must be spaced. (space-infix-ops)
(#453) Missing whitespace after semicolon. (semi-spacing)
(#453) Operator '=' must be spaced. (space-infix-ops)
(#453) Requires a space before '}'. (block-spacing)
(#453) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#453) Missing semicolon. (semi)
(#453) Missing whitespace after semicolon. (semi-spacing)
(#453) Operator '=' must be spaced. (space-infix-ops)
(#453) Operator '=' must be spaced. (space-infix-ops)
(#453) Missing '()' invoking a constructor. (new-parens)
(#453) Missing whitespace after semicolon. (semi-spacing)
(#453) Operator '=' must be spaced. (space-infix-ops)
(#453) Requires a space after '{'. (block-spacing)
(#453) Statement inside of curly braces should be on next line. (brace-style)
(#453) Missing space before opening brace. (space-before-blocks)
(#453) Operator '+=' must be spaced. (space-infix-ops)
(#453) Requires a space before '}'. (block-spacing)
(#453) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#453) Missing semicolon. (semi)
(#453) Missing whitespace after semicolon. (semi-spacing)
(#453) Operator '=' must be spaced. (space-infix-ops)
(#453) Requires a space after '{'. (block-spacing)
(#453) Statement inside of curly braces should be on next line. (brace-style)
(#453) Missing space before opening brace. (space-before-blocks)
(#453) Operator '-=' must be spaced. (space-infix-ops)
(#453) Requires a space before '}'. (block-spacing)
(#453) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#453) Missing semicolon. (semi)
(#453) Requires a space before '}'. (block-spacing)
(#453) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#453) Missing semicolon. (semi)
(#453) 'ChemDoodle' is not defined. (no-undef)
(#454) This line has a length of 505. Maximum allowed is 132. (max-len)
(#454) A space is required after ','. (comma-spacing)
(#454) 'c' is defined but never used. (no-unused-vars)
(#454) Requires a space after '{'. (block-spacing)
(#454) Statement inside of curly braces should be on next line. (brace-style)
(#454) Missing space before opening brace. (space-before-blocks)
(#454) Operator '=' must be spaced. (space-infix-ops)
(#454) A space is required after ','. (comma-spacing)
(#454) Requires a space after '{'. (block-spacing)
(#454) Statement inside of curly braces should be on next line. (brace-style)
(#454) Missing space before opening brace. (space-before-blocks)
(#454) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#454) Operator '=' must be spaced. (space-infix-ops)
(#454) Missing whitespace after semicolon. (semi-spacing)
(#454) Operator '=' must be spaced. (space-infix-ops)
(#454) Missing whitespace after semicolon. (semi-spacing)
(#454) Operator '=' must be spaced. (space-infix-ops)
(#454) Missing whitespace after semicolon. (semi-spacing)
(#454) Expected space(s) after "for". (keyword-spacing)
(#454) Operator '=' must be spaced. (space-infix-ops)
(#454) Missing whitespace after semicolon. (semi-spacing)
(#454) Operator '<' must be spaced. (space-infix-ops)
(#454) Missing whitespace after semicolon. (semi-spacing)
(#454) Expected { after 'for' condition. (curly)
(#454) Expected space(s) before "this". (keyword-spacing)
(#454) Operator '=' must be spaced. (space-infix-ops)
(#454) Missing space before value for key 'xo'. (key-spacing)
(#454) A space is required after ','. (comma-spacing)
(#454) Missing space before value for key 'yo'. (key-spacing)
(#454) A space is required after ','. (comma-spacing)
(#454) Missing space before value for key 'xn'. (key-spacing)
(#454) A space is required after ','. (comma-spacing)
(#454) Missing space before value for key 'yn'. (key-spacing)
(#454) Requires a space before '}'. (block-spacing)
(#454) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#454) Missing semicolon. (semi)
(#454) Missing whitespace after semicolon. (semi-spacing)
(#454) Operator '=' must be spaced. (space-infix-ops)
(#454) Operator '=' must be spaced. (space-infix-ops)
(#454) Missing '()' invoking a constructor. (new-parens)
(#454) Missing whitespace after semicolon. (semi-spacing)
(#454) Operator '=' must be spaced. (space-infix-ops)
(#454) Requires a space after '{'. (block-spacing)
(#454) Statement inside of curly braces should be on next line. (brace-style)
(#454) Missing space before opening brace. (space-before-blocks)
(#454) Expected space(s) after "for". (keyword-spacing)
(#454) Operator '=' must be spaced. (space-infix-ops)
(#454) A space is required after ','. (comma-spacing)
(#454) Operator '=' must be spaced. (space-infix-ops)
(#454) Missing whitespace after semicolon. (semi-spacing)
(#454) Operator '<' must be spaced. (space-infix-ops)
(#454) Missing whitespace after semicolon. (semi-spacing)
(#454) Expected { after 'for' condition. (curly)
(#454) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#454) Expected space(s) before "this". (keyword-spacing)
(#454) Operator '=' must be spaced. (space-infix-ops)
(#454) Unexpected use of comma operator. (no-sequences)
(#454) A space is required after ','. (comma-spacing)
(#454) Operator '=' must be spaced. (space-infix-ops)
(#454) Requires a space before '}'. (block-spacing)
(#454) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#454) Missing semicolon. (semi)
(#454) Missing whitespace after semicolon. (semi-spacing)
(#454) Operator '=' must be spaced. (space-infix-ops)
(#454) Requires a space after '{'. (block-spacing)
(#454) Statement inside of curly braces should be on next line. (brace-style)
(#454) Missing space before opening brace. (space-before-blocks)
(#454) Expected space(s) after "for". (keyword-spacing)
(#454) Operator '=' must be spaced. (space-infix-ops)
(#454) A space is required after ','. (comma-spacing)
(#454) Operator '=' must be spaced. (space-infix-ops)
(#454) Missing whitespace after semicolon. (semi-spacing)
(#454) Operator '<' must be spaced. (space-infix-ops)
(#454) Missing whitespace after semicolon. (semi-spacing)
(#454) Expected { after 'for' condition. (curly)
(#454) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#454) Expected space(s) before "this". (keyword-spacing)
(#454) Operator '=' must be spaced. (space-infix-ops)
(#454) Unexpected use of comma operator. (no-sequences)
(#454) A space is required after ','. (comma-spacing)
(#454) Operator '=' must be spaced. (space-infix-ops)
(#454) Requires a space before '}'. (block-spacing)
(#454) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#454) Missing semicolon. (semi)
(#454) Requires a space before '}'. (block-spacing)
(#454) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#454) Missing semicolon. (semi)
(#454) 'ChemDoodle' is not defined. (no-undef)
(#455) This line has a length of 533. Maximum allowed is 132. (max-len)
(#455) A space is required after ','. (comma-spacing)
(#455) 'c' is defined but never used. (no-unused-vars)
(#455) Requires a space after '{'. (block-spacing)
(#455) Statement inside of curly braces should be on next line. (brace-style)
(#455) Missing space before opening brace. (space-before-blocks)
(#455) Operator '=' must be spaced. (space-infix-ops)
(#455) A space is required after ','. (comma-spacing)
(#455) Requires a space after '{'. (block-spacing)
(#455) Statement inside of curly braces should be on next line. (brace-style)
(#455) Missing space before opening brace. (space-before-blocks)
(#455) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#455) Operator '=' must be spaced. (space-infix-ops)
(#455) Missing whitespace after semicolon. (semi-spacing)
(#455) Operator '=' must be spaced. (space-infix-ops)
(#455) Missing whitespace after semicolon. (semi-spacing)
(#455) Operator '=' must be spaced. (space-infix-ops)
(#455) Requires a space before '}'. (block-spacing)
(#455) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#455) Missing semicolon. (semi)
(#455) Missing whitespace after semicolon. (semi-spacing)
(#455) Operator '=' must be spaced. (space-infix-ops)
(#455) Operator '=' must be spaced. (space-infix-ops)
(#455) Missing '()' invoking a constructor. (new-parens)
(#455) Missing whitespace after semicolon. (semi-spacing)
(#455) Operator '=' must be spaced. (space-infix-ops)
(#455) Requires a space after '{'. (block-spacing)
(#455) Statement inside of curly braces should be on next line. (brace-style)
(#455) Missing space before opening brace. (space-before-blocks)
(#455) Operator '=' must be spaced. (space-infix-ops)
(#455) Requires a space before '}'. (block-spacing)
(#455) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#455) Missing semicolon. (semi)
(#455) Missing whitespace after semicolon. (semi-spacing)
(#455) Operator '=' must be spaced. (space-infix-ops)
(#455) Requires a space after '{'. (block-spacing)
(#455) Statement inside of curly braces should be on next line. (brace-style)
(#455) Missing space before opening brace. (space-before-blocks)
(#455) Operator '=' must be spaced. (space-infix-ops)
(#455) Requires a space before '}'. (block-spacing)
(#455) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#455) Missing semicolon. (semi)
(#455) Requires a space before '}'. (block-spacing)
(#455) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#455) Missing semicolon. (semi)
(#455) 'ChemDoodle' is not defined. (no-undef)
(#455) Missing whitespace after semicolon. (semi-spacing)
(#455) A space is required after ','. (comma-spacing)
(#455) 'c' is defined but never used. (no-unused-vars)
(#455) Requires a space after '{'. (block-spacing)
(#455) Statement inside of curly braces should be on next line. (brace-style)
(#455) Missing space before opening brace. (space-before-blocks)
(#455) Operator '=' must be spaced. (space-infix-ops)
(#455) A space is required after ','. (comma-spacing)
(#455) Requires a space after '{'. (block-spacing)
(#455) Statement inside of curly braces should be on next line. (brace-style)
(#455) Missing space before opening brace. (space-before-blocks)
(#455) Operator '=' must be spaced. (space-infix-ops)
(#455) Missing whitespace after semicolon. (semi-spacing)
(#455) Operator '=' must be spaced. (space-infix-ops)
(#455) Requires a space before '}'. (block-spacing)
(#455) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#455) Missing semicolon. (semi)
(#455) Missing whitespace after semicolon. (semi-spacing)
(#455) Operator '=' must be spaced. (space-infix-ops)
(#455) Operator '=' must be spaced. (space-infix-ops)
(#455) Missing '()' invoking a constructor. (new-parens)
(#455) Missing whitespace after semicolon. (semi-spacing)
(#455) Operator '=' must be spaced. (space-infix-ops)
(#455) Requires a space after '{'. (block-spacing)
(#455) Statement inside of curly braces should be on next line. (brace-style)
(#455) Missing space before opening brace. (space-before-blocks)
(#455) Operator '+=' must be spaced. (space-infix-ops)
(#455) Requires a space before '}'. (block-spacing)
(#455) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#455) Missing semicolon. (semi)
(#455) Missing whitespace after semicolon. (semi-spacing)
(#455) Operator '=' must be spaced. (space-infix-ops)
(#455) Requires a space after '{'. (block-spacing)
(#455) Statement inside of curly braces should be on next line. (brace-style)
(#455) Missing space before opening brace. (space-before-blocks)
(#455) Operator '-=' must be spaced. (space-infix-ops)
(#455) Requires a space before '}'. (block-spacing)
(#455) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#455) Missing semicolon. (semi)
(#455) Requires a space before '}'. (block-spacing)
(#455) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#455) Missing semicolon. (semi)
(#455) 'ChemDoodle' is not defined. (no-undef)
(#456) This line has a length of 529. Maximum allowed is 132. (max-len)
(#456) A space is required after ','. (comma-spacing)
(#456) 'c' is defined but never used. (no-unused-vars)
(#456) Requires a space after '{'. (block-spacing)
(#456) Statement inside of curly braces should be on next line. (brace-style)
(#456) Missing space before opening brace. (space-before-blocks)
(#456) Operator '=' must be spaced. (space-infix-ops)
(#456) A space is required after ','. (comma-spacing)
(#456) Requires a space after '{'. (block-spacing)
(#456) Statement inside of curly braces should be on next line. (brace-style)
(#456) Missing space before opening brace. (space-before-blocks)
(#456) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#456) Operator '=' must be spaced. (space-infix-ops)
(#456) Missing whitespace after semicolon. (semi-spacing)
(#456) Operator '=' must be spaced. (space-infix-ops)
(#456) Missing whitespace after semicolon. (semi-spacing)
(#456) Operator '=' must be spaced. (space-infix-ops)
(#456) Requires a space before '}'. (block-spacing)
(#456) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#456) Missing semicolon. (semi)
(#456) Missing whitespace after semicolon. (semi-spacing)
(#456) Operator '=' must be spaced. (space-infix-ops)
(#456) Operator '=' must be spaced. (space-infix-ops)
(#456) Missing '()' invoking a constructor. (new-parens)
(#456) Missing whitespace after semicolon. (semi-spacing)
(#456) Operator '=' must be spaced. (space-infix-ops)
(#456) Requires a space after '{'. (block-spacing)
(#456) Statement inside of curly braces should be on next line. (brace-style)
(#456) Missing space before opening brace. (space-before-blocks)
(#456) Operator '=' must be spaced. (space-infix-ops)
(#456) Requires a space before '}'. (block-spacing)
(#456) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#456) Missing semicolon. (semi)
(#456) Missing whitespace after semicolon. (semi-spacing)
(#456) Operator '=' must be spaced. (space-infix-ops)
(#456) Requires a space after '{'. (block-spacing)
(#456) Statement inside of curly braces should be on next line. (brace-style)
(#456) Missing space before opening brace. (space-before-blocks)
(#456) Operator '=' must be spaced. (space-infix-ops)
(#456) Requires a space before '}'. (block-spacing)
(#456) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#456) Missing semicolon. (semi)
(#456) Requires a space before '}'. (block-spacing)
(#456) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#456) Missing semicolon. (semi)
(#456) 'ChemDoodle' is not defined. (no-undef)
(#456) Missing whitespace after semicolon. (semi-spacing)
(#456) A space is required after ','. (comma-spacing)
(#456) 'c' is defined but never used. (no-unused-vars)
(#456) Requires a space after '{'. (block-spacing)
(#456) Statement inside of curly braces should be on next line. (brace-style)
(#456) Missing space before opening brace. (space-before-blocks)
(#456) Operator '=' must be spaced. (space-infix-ops)
(#456) A space is required after ','. (comma-spacing)
(#456) Requires a space after '{'. (block-spacing)
(#456) Statement inside of curly braces should be on next line. (brace-style)
(#456) Missing space before opening brace. (space-before-blocks)
(#456) Operator '=' must be spaced. (space-infix-ops)
(#456) Missing whitespace after semicolon. (semi-spacing)
(#456) Operator '=' must be spaced. (space-infix-ops)
(#456) Requires a space before '}'. (block-spacing)
(#456) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#456) Missing semicolon. (semi)
(#456) Missing whitespace after semicolon. (semi-spacing)
(#456) Operator '=' must be spaced. (space-infix-ops)
(#456) Operator '=' must be spaced. (space-infix-ops)
(#456) Missing '()' invoking a constructor. (new-parens)
(#456) Missing whitespace after semicolon. (semi-spacing)
(#456) Operator '=' must be spaced. (space-infix-ops)
(#456) Requires a space after '{'. (block-spacing)
(#456) Statement inside of curly braces should be on next line. (brace-style)
(#456) Missing space before opening brace. (space-before-blocks)
(#456) Operator '+=' must be spaced. (space-infix-ops)
(#456) Requires a space before '}'. (block-spacing)
(#456) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#456) Missing semicolon. (semi)
(#456) Missing whitespace after semicolon. (semi-spacing)
(#456) Operator '=' must be spaced. (space-infix-ops)
(#456) Requires a space after '{'. (block-spacing)
(#456) Statement inside of curly braces should be on next line. (brace-style)
(#456) Missing space before opening brace. (space-before-blocks)
(#456) Operator '-=' must be spaced. (space-infix-ops)
(#456) Requires a space before '}'. (block-spacing)
(#456) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#456) Missing semicolon. (semi)
(#456) Requires a space before '}'. (block-spacing)
(#456) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#456) Missing semicolon. (semi)
(#456) 'ChemDoodle' is not defined. (no-undef)
(#457) This line has a length of 344. Maximum allowed is 132. (max-len)
(#457) A space is required after ','. (comma-spacing)
(#457) 'c' is defined but never used. (no-unused-vars)
(#457) A space is required after ','. (comma-spacing)
(#457) 'v' is defined but never used. (no-unused-vars)
(#457) A space is required after ','. (comma-spacing)
(#457) 'r' is defined but never used. (no-unused-vars)
(#457) Requires a space after '{'. (block-spacing)
(#457) Statement inside of curly braces should be on next line. (brace-style)
(#457) Missing space before opening brace. (space-before-blocks)
(#457) Operator '=' must be spaced. (space-infix-ops)
(#457) A space is required after ','. (comma-spacing)
(#457) Requires a space after '{'. (block-spacing)
(#457) Statement inside of curly braces should be on next line. (brace-style)
(#457) Missing space before opening brace. (space-before-blocks)
(#457) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#457) Operator '=' must be spaced. (space-infix-ops)
(#457) Missing whitespace after semicolon. (semi-spacing)
(#457) Operator '=' must be spaced. (space-infix-ops)
(#457) Missing whitespace after semicolon. (semi-spacing)
(#457) Operator '=' must be spaced. (space-infix-ops)
(#457) Requires a space before '}'. (block-spacing)
(#457) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#457) Missing semicolon. (semi)
(#457) Missing whitespace after semicolon. (semi-spacing)
(#457) Operator '=' must be spaced. (space-infix-ops)
(#457) Operator '=' must be spaced. (space-infix-ops)
(#457) Missing '()' invoking a constructor. (new-parens)
(#457) Missing whitespace after semicolon. (semi-spacing)
(#457) Operator '=' must be spaced. (space-infix-ops)
(#457) Requires a space after '{'. (block-spacing)
(#457) Statement inside of curly braces should be on next line. (brace-style)
(#457) Missing space before opening brace. (space-before-blocks)
(#457) Operator '=' must be spaced. (space-infix-ops)
(#457) Requires a space before '}'. (block-spacing)
(#457) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#457) Missing semicolon. (semi)
(#457) Missing whitespace after semicolon. (semi-spacing)
(#457) Operator '=' must be spaced. (space-infix-ops)
(#457) Requires a space after '{'. (block-spacing)
(#457) Statement inside of curly braces should be on next line. (brace-style)
(#457) Missing space before opening brace. (space-before-blocks)
(#457) Operator '=' must be spaced. (space-infix-ops)
(#457) Requires a space before '}'. (block-spacing)
(#457) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#457) Missing semicolon. (semi)
(#457) Requires a space before '}'. (block-spacing)
(#457) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#457) Missing semicolon. (semi)
(#457) 'ChemDoodle' is not defined. (no-undef)
(#457) A space is required after ','. (comma-spacing)
(#457) 'ChemDoodle' is not defined. (no-undef)
(#457) A space is required after ','. (comma-spacing)
(#458) This line has a length of 512. Maximum allowed is 132. (max-len)
(#458) A space is required after ','. (comma-spacing)
(#458) 'c' is defined but never used. (no-unused-vars)
(#458) A space is required after ','. (comma-spacing)
(#458) 'v' is defined but never used. (no-unused-vars)
(#458) A space is required after ','. (comma-spacing)
(#458) 'r' is defined but never used. (no-unused-vars)
(#458) Requires a space after '{'. (block-spacing)
(#458) Statement inside of curly braces should be on next line. (brace-style)
(#458) Missing space before opening brace. (space-before-blocks)
(#458) Operator '=' must be spaced. (space-infix-ops)
(#458) A space is required after ','. (comma-spacing)
(#458) Requires a space after '{'. (block-spacing)
(#458) Statement inside of curly braces should be on next line. (brace-style)
(#458) Missing space before opening brace. (space-before-blocks)
(#458) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#458) Operator '=' must be spaced. (space-infix-ops)
(#458) Missing whitespace after semicolon. (semi-spacing)
(#458) Operator '=' must be spaced. (space-infix-ops)
(#458) Missing whitespace after semicolon. (semi-spacing)
(#458) Operator '=' must be spaced. (space-infix-ops)
(#458) Missing whitespace after semicolon. (semi-spacing)
(#458) Operator '=' must be spaced. (space-infix-ops)
(#458) Requires a space before '}'. (block-spacing)
(#458) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#458) Missing semicolon. (semi)
(#458) Missing whitespace after semicolon. (semi-spacing)
(#458) Operator '=' must be spaced. (space-infix-ops)
(#458) Operator '=' must be spaced. (space-infix-ops)
(#458) Missing '()' invoking a constructor. (new-parens)
(#458) Missing whitespace after semicolon. (semi-spacing)
(#458) Operator '=' must be spaced. (space-infix-ops)
(#458) Requires a space after '{'. (block-spacing)
(#458) Statement inside of curly braces should be on next line. (brace-style)
(#458) Missing space before opening brace. (space-before-blocks)
(#458) Operator '=' must be spaced. (space-infix-ops)
(#458) Missing whitespace after semicolon. (semi-spacing)
(#458) Operator '=' must be spaced. (space-infix-ops)
(#458) Missing whitespace after semicolon. (semi-spacing)
(#458) A space is required after ','. (comma-spacing)
(#458) Missing whitespace after semicolon. (semi-spacing)
(#458) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#458) Operator '&&' must be spaced. (space-infix-ops)
(#458) Requires a space before '}'. (block-spacing)
(#458) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#458) Missing semicolon. (semi)
(#458) Missing whitespace after semicolon. (semi-spacing)
(#458) Operator '=' must be spaced. (space-infix-ops)
(#458) Requires a space after '{'. (block-spacing)
(#458) Statement inside of curly braces should be on next line. (brace-style)
(#458) Missing space before opening brace. (space-before-blocks)
(#458) Operator '=' must be spaced. (space-infix-ops)
(#458) Missing whitespace after semicolon. (semi-spacing)
(#458) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#458) Operator '=' must be spaced. (space-infix-ops)
(#458) Operator '&&' must be spaced. (space-infix-ops)
(#459) Requires a space before '}'. (block-spacing)
(#459) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#459) Missing semicolon. (semi)
(#459) Requires a space before '}'. (block-spacing)
(#459) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#459) Missing semicolon. (semi)
(#459) 'ChemDoodle' is not defined. (no-undef)
(#459) A space is required after ','. (comma-spacing)
(#459) 'ChemDoodle' is not defined. (no-undef)
(#459) A space is required after ','. (comma-spacing)
(#460) This line has a length of 518. Maximum allowed is 132. (max-len)
(#460) A space is required after ','. (comma-spacing)
(#460) A space is required after ','. (comma-spacing)
(#460) 'v' is defined but never used. (no-unused-vars)
(#460) Requires a space after '{'. (block-spacing)
(#460) Statement inside of curly braces should be on next line. (brace-style)
(#460) Missing space before opening brace. (space-before-blocks)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) Requires a space after '{'. (block-spacing)
(#460) Statement inside of curly braces should be on next line. (brace-style)
(#460) Missing space before opening brace. (space-before-blocks)
(#460) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) Missing whitespace after semicolon. (semi-spacing)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) Missing whitespace after semicolon. (semi-spacing)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) Missing whitespace after semicolon. (semi-spacing)
(#460) Missing whitespace after semicolon. (semi-spacing)
(#460) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#460) Operator '&&' must be spaced. (space-infix-ops)
(#460) Operator '&&' must be spaced. (space-infix-ops)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) Missing '()' invoking a constructor. (new-parens)
(#460) A space is required after ','. (comma-spacing)
(#460) Missing '()' invoking a constructor. (new-parens)
(#460) A space is required after ','. (comma-spacing)
(#460) A space is required after ','. (comma-spacing)
(#460) A space is required after ','. (comma-spacing)
(#460) Requires a space before '}'. (block-spacing)
(#460) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#460) Missing semicolon. (semi)
(#460) Missing whitespace after semicolon. (semi-spacing)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) Missing '()' invoking a constructor. (new-parens)
(#460) Missing whitespace after semicolon. (semi-spacing)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) Requires a space after '{'. (block-spacing)
(#460) Statement inside of curly braces should be on next line. (brace-style)
(#460) Missing space before opening brace. (space-before-blocks)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) Missing whitespace after semicolon. (semi-spacing)
(#460) Operator '=' must be spaced. (space-infix-ops)
(#460) Missing whitespace after semicolon. (semi-spacing)
(#460) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#460) Operator '&&' must be spaced. (space-infix-ops)
(#461) This line has a length of 226. Maximum allowed is 132. (max-len)
(#461) Operator '&&' must be spaced. (space-infix-ops)
(#461) Requires a space before '}'. (block-spacing)
(#461) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#461) Missing semicolon. (semi)
(#461) Missing whitespace after semicolon. (semi-spacing)
(#461) Operator '=' must be spaced. (space-infix-ops)
(#461) Requires a space after '{'. (block-spacing)
(#461) Statement inside of curly braces should be on next line. (brace-style)
(#461) Missing space before opening brace. (space-before-blocks)
(#461) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#461) Operator '=' must be spaced. (space-infix-ops)
(#461) Missing whitespace after semicolon. (semi-spacing)
(#461) Operator '=' must be spaced. (space-infix-ops)
(#461) Requires a space before '}'. (block-spacing)
(#461) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#461) Missing semicolon. (semi)
(#461) Requires a space before '}'. (block-spacing)
(#461) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#461) Missing semicolon. (semi)
(#461) 'ChemDoodle' is not defined. (no-undef)
(#461) A space is required after ','. (comma-spacing)
(#461) 'ChemDoodle' is not defined. (no-undef)
(#462) This line has a length of 551. Maximum allowed is 132. (max-len)
(#462) A space is required after ','. (comma-spacing)
(#462) Requires a space after '{'. (block-spacing)
(#462) Statement inside of curly braces should be on next line. (brace-style)
(#462) Missing space before opening brace. (space-before-blocks)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) A space is required after ','. (comma-spacing)
(#462) Requires a space after '{'. (block-spacing)
(#462) Statement inside of curly braces should be on next line. (brace-style)
(#462) Missing space before opening brace. (space-before-blocks)
(#462) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) Missing whitespace after semicolon. (semi-spacing)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) Missing whitespace after semicolon. (semi-spacing)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) Missing whitespace after semicolon. (semi-spacing)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) Missing whitespace after semicolon. (semi-spacing)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) Requires a space before '}'. (block-spacing)
(#462) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#462) Missing semicolon. (semi)
(#462) Missing whitespace after semicolon. (semi-spacing)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) Missing '()' invoking a constructor. (new-parens)
(#462) Missing whitespace after semicolon. (semi-spacing)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) Missing whitespace after semicolon. (semi-spacing)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) Missing whitespace after semicolon. (semi-spacing)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) Requires a space after '{'. (block-spacing)
(#462) Statement inside of curly braces should be on next line. (brace-style)
(#462) Missing space before opening brace. (space-before-blocks)
(#462) Missing whitespace after semicolon. (semi-spacing)
(#462) Expected space(s) after "for". (keyword-spacing)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) A space is required after ','. (comma-spacing)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) Missing whitespace after semicolon. (semi-spacing)
(#462) Operator '<' must be spaced. (space-infix-ops)
(#462) Missing whitespace after semicolon. (semi-spacing)
(#462) Expected { after 'for' condition. (curly)
(#462) Expected space(s) before "this". (keyword-spacing)
(#462) Requires a space before '}'. (block-spacing)
(#462) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#462) Missing semicolon. (semi)
(#462) Missing whitespace after semicolon. (semi-spacing)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) Requires a space after '{'. (block-spacing)
(#462) Statement inside of curly braces should be on next line. (brace-style)
(#462) Missing space before opening brace. (space-before-blocks)
(#462) Missing whitespace after semicolon. (semi-spacing)
(#462) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#462) Operator '<' must be spaced. (space-infix-ops)
(#462) Operator '&&' must be spaced. (space-infix-ops)
(#462) Operator '=' must be spaced. (space-infix-ops)
(#462) Requires a space before '}'. (block-spacing)
(#462) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#462) Missing semicolon. (semi)
(#462) Requires a space before '}'. (block-spacing)
(#462) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#462) Missing semicolon. (semi)
(#462) 'ChemDoodle' is not defined. (no-undef)
(#463) This line has a length of 512. Maximum allowed is 132. (max-len)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) 'v' is defined but never used. (no-unused-vars)
(#463) Requires a space after '{'. (block-spacing)
(#463) Statement inside of curly braces should be on next line. (brace-style)
(#463) Missing space before opening brace. (space-before-blocks)
(#463) Operator '=' must be spaced. (space-infix-ops)
(#463) A space is required after ','. (comma-spacing)
(#463) A space is required after ','. (comma-spacing)
(#463) Requires a space after '{'. (block-spacing)
(#463) Statement inside of curly braces should be on next line. (brace-style)
(#463) Missing space before opening brace. (space-before-blocks)
(#463) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#463) Operator '=' must be spaced. (space-infix-ops)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) Operator '=' must be spaced. (space-infix-ops)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) Operator '=' must be spaced. (space-infix-ops)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) Operator '=' must be spaced. (space-infix-ops)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) Operator '=' must be spaced. (space-infix-ops)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) Expected space(s) after "for". (keyword-spacing)
(#463) Operator '=' must be spaced. (space-infix-ops)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) Operator '<' must be spaced. (space-infix-ops)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) Requires a space after '{'. (block-spacing)
(#463) Statement inside of curly braces should be on next line. (brace-style)
(#463) Missing space before opening brace. (space-before-blocks)
(#463) Operator '=' must be spaced. (space-infix-ops)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) Expected space(s) after "for". (keyword-spacing)
(#463) Operator '=' must be spaced. (space-infix-ops)
(#463) A space is required after ','. (comma-spacing)
(#463) Operator '=' must be spaced. (space-infix-ops)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) Operator '<' must be spaced. (space-infix-ops)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) Requires a space after '{'. (block-spacing)
(#463) Statement inside of curly braces should be on next line. (brace-style)
(#463) Missing space before opening brace. (space-before-blocks)
(#463) Operator '=' must be spaced. (space-infix-ops)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#463) Operator '||' must be spaced. (space-infix-ops)
(#463) Operator '&&' must be spaced. (space-infix-ops)
(#463) Requires a space before '}'. (block-spacing)
(#463) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#463) Missing semicolon. (semi)
(#463) Requires a space before '}'. (block-spacing)
(#463) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#463) Requires a space before '}'. (block-spacing)
(#463) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) Operator '=' must be spaced. (space-infix-ops)
(#463) Operator '=' must be spaced. (space-infix-ops)
(#463) Missing '()' invoking a constructor. (new-parens)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) Operator '=' must be spaced. (space-infix-ops)
(#463) Requires a space after '{'. (block-spacing)
(#463) Statement inside of curly braces should be on next line. (brace-style)
(#463) Missing space before opening brace. (space-before-blocks)
(#463) Expected space(s) after "for". (keyword-spacing)
(#463) Operator '=' must be spaced. (space-infix-ops)
(#463) A space is required after ','. (comma-spacing)
(#463) Operator '=' must be spaced. (space-infix-ops)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) Operator '<' must be spaced. (space-infix-ops)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) Expected { after 'for' condition. (curly)
(#463) Expected space(s) before "this". (keyword-spacing)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) 'r' used outside of binding context. (block-scoped-var)
(#463) Operator '=' must be spaced. (space-infix-ops)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) 'p' used outside of binding context. (block-scoped-var)
(#463) Operator '=' must be spaced. (space-infix-ops)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) Expected space(s) after "for". (keyword-spacing)
(#463) Operator '=' must be spaced. (space-infix-ops)
(#463) A space is required after ','. (comma-spacing)
(#463) Operator '=' must be spaced. (space-infix-ops)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) Operator '<' must be spaced. (space-infix-ops)
(#463) Missing whitespace after semicolon. (semi-spacing)
(#463) Requires a space after '{'. (block-spacing)
(#463) Statement inside of curly braces should be on next line. (brace-style)
(#463) Missing space before opening brace. (space-before-blocks)
(#463) Expected space(s) after "for". (keyword-spacing)
(#463) Operator '=' must be spaced. (space-infix-ops)
(#464) This line has a length of 502. Maximum allowed is 132. (max-len)
(#464) A space is required after ','. (comma-spacing)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) A space is required after ','. (comma-spacing)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) Operator '<' must be spaced. (space-infix-ops)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) Requires a space after '{'. (block-spacing)
(#464) Statement inside of curly braces should be on next line. (brace-style)
(#464) Missing space before opening brace. (space-before-blocks)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#464) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#464) Operator '===' must be spaced. (space-infix-ops)
(#464) Operator '&&' must be spaced. (space-infix-ops)
(#464) 'r' used outside of binding context. (block-scoped-var)
(#464) Requires a space before '}'. (block-spacing)
(#464) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#464) Missing semicolon. (semi)
(#464) 'x' used outside of binding context. (block-scoped-var)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) Expected space(s) after "for". (keyword-spacing)
(#464) 't' used outside of binding context. (block-scoped-var)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) 'm' used outside of binding context. (block-scoped-var)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) 'x' used outside of binding context. (block-scoped-var)
(#464) Operator '<' must be spaced. (space-infix-ops)
(#464) 't' used outside of binding context. (block-scoped-var)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) 'x' used outside of binding context. (block-scoped-var)
(#464) 'u' used outside of binding context. (block-scoped-var)
(#464) Expected { after 'for' condition. (curly)
(#464) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) 'm' used outside of binding context. (block-scoped-var)
(#464) 'x' used outside of binding context. (block-scoped-var)
(#464) Unexpected use of comma operator. (no-sequences)
(#464) A space is required after ','. (comma-spacing)
(#464) Operator '===' must be spaced. (space-infix-ops)
(#464) 'u' used outside of binding context. (block-scoped-var)
(#464) Operator '&&' must be spaced. (space-infix-ops)
(#464) 'p' used outside of binding context. (block-scoped-var)
(#464) 'u' used outside of binding context. (block-scoped-var)
(#464) Requires a space before '}'. (block-spacing)
(#464) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#464) Missing semicolon. (semi)
(#464) Expected space(s) before "this". (keyword-spacing)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) Missing '()' invoking a constructor. (new-parens)
(#464) 'r' used outside of binding context. (block-scoped-var)
(#464) Missing space before value for key 'atoms'. (key-spacing)
(#464) A space is required after ','. (comma-spacing)
(#464) 'p' used outside of binding context. (block-scoped-var)
(#464) Missing space before value for key 'bonds'. (key-spacing)
(#464) Requires a space before '}'. (block-spacing)
(#464) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#464) Missing semicolon. (semi)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) Requires a space after '{'. (block-spacing)
(#464) Statement inside of curly braces should be on next line. (brace-style)
(#464) Missing space before opening brace. (space-before-blocks)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) Expected space(s) after "for". (keyword-spacing)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) A space is required after ','. (comma-spacing)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) A space is required after ','. (comma-spacing)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) A space is required after ','. (comma-spacing)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) Operator '<' must be spaced. (space-infix-ops)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) Requires a space after '{'. (block-spacing)
(#464) Statement inside of curly braces should be on next line. (brace-style)
(#464) Missing space before opening brace. (space-before-blocks)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) Missing whitespace after semicolon. (semi-spacing)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#464) Requires a space before '}'. (block-spacing)
(#464) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#464) Missing semicolon. (semi)
(#464) Expected space(s) before "this". (keyword-spacing)
(#464) Operator '=' must be spaced. (space-infix-ops)
(#465) This line has a length of 381. Maximum allowed is 132. (max-len)
(#465) Missing '()' invoking a constructor. (new-parens)
(#465) 'r' used outside of binding context. (block-scoped-var)
(#465) Missing space before value for key 'atoms'. (key-spacing)
(#465) A space is required after ','. (comma-spacing)
(#465) 'p' used outside of binding context. (block-scoped-var)
(#465) Missing space before value for key 'bonds'. (key-spacing)
(#465) Requires a space before '}'. (block-spacing)
(#465) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#465) Missing semicolon. (semi)
(#465) Requires a space before '}'. (block-spacing)
(#465) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#465) Missing semicolon. (semi)
(#465) 'ChemDoodle' is not defined. (no-undef)
(#465) A space is required after ','. (comma-spacing)
(#465) 'ChemDoodle' is not defined. (no-undef)
(#465) Missing whitespace after semicolon. (semi-spacing)
(#465) A space is required after ','. (comma-spacing)
(#465) Requires a space after '{'. (block-spacing)
(#465) Statement inside of curly braces should be on next line. (brace-style)
(#465) Missing space before opening brace. (space-before-blocks)
(#465) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#465) Operator '=' must be spaced. (space-infix-ops)
(#465) A space is required after ','. (comma-spacing)
(#465) Requires a space after '{'. (block-spacing)
(#465) Statement inside of curly braces should be on next line. (brace-style)
(#465) Missing space before opening brace. (space-before-blocks)
(#465) Operator '=' must be spaced. (space-infix-ops)
(#465) Missing whitespace after semicolon. (semi-spacing)
(#465) Operator '=' must be spaced. (space-infix-ops)
(#465) Requires a space before '}'. (block-spacing)
(#465) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#465) Missing semicolon. (semi)
(#465) Missing whitespace after semicolon. (semi-spacing)
(#465) Operator '=' must be spaced. (space-infix-ops)
(#465) Operator '=' must be spaced. (space-infix-ops)
(#465) Missing '()' invoking a constructor. (new-parens)
(#465) Missing whitespace after semicolon. (semi-spacing)
(#465) Operator '=' must be spaced. (space-infix-ops)
(#465) Missing whitespace after semicolon. (semi-spacing)
(#465) Operator '=' must be spaced. (space-infix-ops)
(#465) Requires a space before '}'. (block-spacing)
(#465) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#465) Missing semicolon. (semi)
(#465) 'ChemDoodle' is not defined. (no-undef)
(#466) This line has a length of 470. Maximum allowed is 132. (max-len)
(#466) A space is required after ','. (comma-spacing)
(#466) Requires a space after '{'. (block-spacing)
(#466) Statement inside of curly braces should be on next line. (brace-style)
(#466) Missing space before opening brace. (space-before-blocks)
(#466) Operator '=' must be spaced. (space-infix-ops)
(#466) A space is required after ','. (comma-spacing)
(#466) Requires a space after '{'. (block-spacing)
(#466) Statement inside of curly braces should be on next line. (brace-style)
(#466) Missing space before opening brace. (space-before-blocks)
(#466) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#466) Operator '=' must be spaced. (space-infix-ops)
(#466) Missing whitespace after semicolon. (semi-spacing)
(#466) Operator '=' must be spaced. (space-infix-ops)
(#466) Missing whitespace after semicolon. (semi-spacing)
(#466) Operator '=' must be spaced. (space-infix-ops)
(#466) Operator '===' must be spaced. (space-infix-ops)
(#466) Requires a space before '}'. (block-spacing)
(#466) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#466) Missing semicolon. (semi)
(#466) Missing whitespace after semicolon. (semi-spacing)
(#466) Operator '=' must be spaced. (space-infix-ops)
(#466) Operator '=' must be spaced. (space-infix-ops)
(#466) Missing '()' invoking a constructor. (new-parens)
(#466) Missing whitespace after semicolon. (semi-spacing)
(#466) Operator '=' must be spaced. (space-infix-ops)
(#466) Requires a space after '{'. (block-spacing)
(#466) Statement inside of curly braces should be on next line. (brace-style)
(#466) Missing space before opening brace. (space-before-blocks)
(#466) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#466) Operator '?' must be spaced. (space-infix-ops)
(#466) Operator '=' must be spaced. (space-infix-ops)
(#466) Operator ':' must be spaced. (space-infix-ops)
(#466) A space is required after ','. (comma-spacing)
(#466) Requires a space before '}'. (block-spacing)
(#466) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#466) Missing semicolon. (semi)
(#466) Missing whitespace after semicolon. (semi-spacing)
(#466) Operator '=' must be spaced. (space-infix-ops)
(#466) Requires a space after '{'. (block-spacing)
(#466) Statement inside of curly braces should be on next line. (brace-style)
(#466) Missing space before opening brace. (space-before-blocks)
(#466) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#466) Operator '?' must be spaced. (space-infix-ops)
(#466) Operator '=' must be spaced. (space-infix-ops)
(#466) Operator ':' must be spaced. (space-infix-ops)
(#466) Requires a space before '}'. (block-spacing)
(#466) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#466) Missing semicolon. (semi)
(#466) Requires a space before '}'. (block-spacing)
(#466) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#466) Missing semicolon. (semi)
(#466) 'ChemDoodle' is not defined. (no-undef)
(#467) This line has a length of 505. Maximum allowed is 132. (max-len)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) 'r' is defined but never used. (no-unused-vars)
(#467) Requires a space after '{'. (block-spacing)
(#467) Statement inside of curly braces should be on next line. (brace-style)
(#467) Missing space before opening brace. (space-before-blocks)
(#467) Operator '=' must be spaced. (space-infix-ops)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) Requires a space after '{'. (block-spacing)
(#467) Statement inside of curly braces should be on next line. (brace-style)
(#467) Missing space before opening brace. (space-before-blocks)
(#467) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#467) Operator '=' must be spaced. (space-infix-ops)
(#467) Missing whitespace after semicolon. (semi-spacing)
(#467) Operator '=' must be spaced. (space-infix-ops)
(#467) Missing whitespace after semicolon. (semi-spacing)
(#467) Operator '=' must be spaced. (space-infix-ops)
(#467) Operator '=' must be spaced. (space-infix-ops)
(#467) Missing whitespace after semicolon. (semi-spacing)
(#467) Expected space(s) after "for". (keyword-spacing)
(#467) Operator '=' must be spaced. (space-infix-ops)
(#467) A space is required after ','. (comma-spacing)
(#467) Operator '=' must be spaced. (space-infix-ops)
(#467) A space is required after ','. (comma-spacing)
(#467) Operator '=' must be spaced. (space-infix-ops)
(#467) A space is required after ','. (comma-spacing)
(#467) Operator '=' must be spaced. (space-infix-ops)
(#467) Missing whitespace after semicolon. (semi-spacing)
(#467) Operator '<' must be spaced. (space-infix-ops)
(#467) Missing whitespace after semicolon. (semi-spacing)
(#467) Expected { after 'for' condition. (curly)
(#467) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#467) Operator '=' must be spaced. (space-infix-ops)
(#467) A space is required after ','. (comma-spacing)
(#467) Unexpected use of comma operator. (no-sequences)
(#467) A space is required after ','. (comma-spacing)
(#467) Operator '=' must be spaced. (space-infix-ops)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) Operator '=' must be spaced. (space-infix-ops)
(#467) A space is required after ','. (comma-spacing)
(#467) A space is required after ','. (comma-spacing)
(#467) Operator '=' must be spaced. (space-infix-ops)
(#467) A space is required after ','. (comma-spacing)
(#467) Missing whitespace after semicolon. (semi-spacing)
(#467) Operator '=' must be spaced. (space-infix-ops)
(#467) 'm' used outside of binding context. (block-scoped-var)
(#467) Operator '+' must be spaced. (space-infix-ops)
(#467) Operator '/' must be spaced. (space-infix-ops)
(#467) A space is required after ','. (comma-spacing)
(#467) 'x' used outside of binding context. (block-scoped-var)
(#467) Operator '+' must be spaced. (space-infix-ops)
(#467) Operator '/' must be spaced. (space-infix-ops)
(#467) Missing whitespace after semicolon. (semi-spacing)
(#467) Operator '=' must be spaced. (space-infix-ops)
(#467) Requires a space before '}'. (block-spacing)
(#467) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#467) Missing semicolon. (semi)
(#467) Missing whitespace after semicolon. (semi-spacing)
(#467) Operator '=' must be spaced. (space-infix-ops)
(#467) Operator '=' must be spaced. (space-infix-ops)
(#467) Missing '()' invoking a constructor. (new-parens)
(#467) Missing whitespace after semicolon. (semi-spacing)
(#467) Operator '=' must be spaced. (space-infix-ops)
(#467) Operator '=' must be spaced. (space-infix-ops)
(#467) Requires a space after '{'. (block-spacing)
(#467) Statement inside of curly braces should be on next line. (brace-style)
(#467) Missing space before opening brace. (space-before-blocks)
(#467) Expected space(s) after "for". (keyword-spacing)
(#467) Operator '=' must be spaced. (space-infix-ops)
(#467) A space is required after ','. (comma-spacing)
(#467) Operator '=' must be spaced. (space-infix-ops)
(#467) Missing whitespace after semicolon. (semi-spacing)
(#467) Operator '<' must be spaced. (space-infix-ops)
(#467) Missing whitespace after semicolon. (semi-spacing)
(#467) Requires a space after '{'. (block-spacing)
(#467) Statement inside of curly braces should be on next line. (brace-style)
(#467) Missing space before opening brace. (space-before-blocks)
(#467) Operator '=' must be spaced. (space-infix-ops)
(#467) Missing whitespace after semicolon. (semi-spacing)
(#467) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#467) Operator '?' must be spaced. (space-infix-ops)
(#467) Operator '+=' must be spaced. (space-infix-ops)
(#467) Operator '*' must be spaced. (space-infix-ops)
(#467) Operator '-' must be spaced. (space-infix-ops)
(#467) Operator ':' must be spaced. (space-infix-ops)
(#467) Operator '+=' must be spaced. (space-infix-ops)
(#467) Operator '*' must be spaced. (space-infix-ops)
(#467) Operator '-' must be spaced. (space-infix-ops)
(#467) Requires a space before '}'. (block-spacing)
(#467) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#467) Missing semicolon. (semi)
(#467) 'p' used outside of binding context. (block-scoped-var)
(#467) Operator '=' must be spaced. (space-infix-ops)
(#468) This line has a length of 482. Maximum allowed is 132. (max-len)
(#468) Missing whitespace after semicolon. (semi-spacing)
(#468) Expected space(s) after "for". (keyword-spacing)
(#468) 'h' used outside of binding context. (block-scoped-var)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) Missing whitespace after semicolon. (semi-spacing)
(#468) 'p' used outside of binding context. (block-scoped-var)
(#468) Operator '<' must be spaced. (space-infix-ops)
(#468) 'h' used outside of binding context. (block-scoped-var)
(#468) Missing whitespace after semicolon. (semi-spacing)
(#468) 'p' used outside of binding context. (block-scoped-var)
(#468) 'g' used outside of binding context. (block-scoped-var)
(#468) Expected { after 'for' condition. (curly)
(#468) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) 'p' used outside of binding context. (block-scoped-var)
(#468) Unexpected use of comma operator. (no-sequences)
(#468) A space is required after ','. (comma-spacing)
(#468) 'g' used outside of binding context. (block-scoped-var)
(#468) Operator '===' must be spaced. (space-infix-ops)
(#468) Operator '?' must be spaced. (space-infix-ops)
(#468) 'g' used outside of binding context. (block-scoped-var)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) Operator ':' must be spaced. (space-infix-ops)
(#468) 'g' used outside of binding context. (block-scoped-var)
(#468) Operator '===' must be spaced. (space-infix-ops)
(#468) Operator '&&' must be spaced. (space-infix-ops)
(#468) 'g' used outside of binding context. (block-scoped-var)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) Requires a space before '}'. (block-spacing)
(#468) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#468) Missing semicolon. (semi)
(#468) Requires a space before '}'. (block-spacing)
(#468) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#468) Missing semicolon. (semi)
(#468) 'ChemDoodle' is not defined. (no-undef)
(#468) A space is required after ','. (comma-spacing)
(#468) 'ChemDoodle' is not defined. (no-undef)
(#468) A space is required after ','. (comma-spacing)
(#468) Missing whitespace after semicolon. (semi-spacing)
(#468) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#468) A space is required after ','. (comma-spacing)
(#468) 'c' is defined but never used. (no-unused-vars)
(#468) Requires a space after '{'. (block-spacing)
(#468) Statement inside of curly braces should be on next line. (brace-style)
(#468) Missing space before opening brace. (space-before-blocks)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) Requires a space after '{'. (block-spacing)
(#468) Statement inside of curly braces should be on next line. (brace-style)
(#468) Missing space before opening brace. (space-before-blocks)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) Requires a space before '}'. (block-spacing)
(#468) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#468) Missing semicolon. (semi)
(#468) Missing whitespace after semicolon. (semi-spacing)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) Missing '()' invoking a constructor. (new-parens)
(#468) Missing whitespace after semicolon. (semi-spacing)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) Requires a space after '{'. (block-spacing)
(#468) Statement inside of curly braces should be on next line. (brace-style)
(#468) Missing space before opening brace. (space-before-blocks)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) Missing whitespace after semicolon. (semi-spacing)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) Missing whitespace after semicolon. (semi-spacing)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) Requires a space before '}'. (block-spacing)
(#468) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#468) Missing semicolon. (semi)
(#468) Missing whitespace after semicolon. (semi-spacing)
(#468) Operator '=' must be spaced. (space-infix-ops)
(#468) Requires a space after '{'. (block-spacing)
(#468) Statement inside of curly braces should be on next line. (brace-style)
(#468) Missing space before opening brace. (space-before-blocks)
(#468) Requires a space before '}'. (block-spacing)
(#468) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#468) Missing semicolon. (semi)
(#468) Requires a space before '}'. (block-spacing)
(#468) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#468) Missing semicolon. (semi)
(#468) 'ChemDoodle' is not defined. (no-undef)
(#469) This line has a length of 517. Maximum allowed is 132. (max-len)
(#469) A space is required after ','. (comma-spacing)
(#469) 'c' is defined but never used. (no-unused-vars)
(#469) Requires a space after '{'. (block-spacing)
(#469) Statement inside of curly braces should be on next line. (brace-style)
(#469) Missing space before opening brace. (space-before-blocks)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) Requires a space after '{'. (block-spacing)
(#469) Statement inside of curly braces should be on next line. (brace-style)
(#469) Missing space before opening brace. (space-before-blocks)
(#469) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) Requires a space before '}'. (block-spacing)
(#469) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#469) Missing semicolon. (semi)
(#469) Missing whitespace after semicolon. (semi-spacing)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) Missing '()' invoking a constructor. (new-parens)
(#469) Missing whitespace after semicolon. (semi-spacing)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) Requires a space after '{'. (block-spacing)
(#469) Statement inside of curly braces should be on next line. (brace-style)
(#469) Missing space before opening brace. (space-before-blocks)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) Requires a space before '}'. (block-spacing)
(#469) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#469) Missing semicolon. (semi)
(#469) Requires a space before '}'. (block-spacing)
(#469) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#469) Missing semicolon. (semi)
(#469) 'ChemDoodle' is not defined. (no-undef)
(#469) Missing whitespace after semicolon. (semi-spacing)
(#469) A space is required after ','. (comma-spacing)
(#469) 'c' is defined but never used. (no-unused-vars)
(#469) Requires a space after '{'. (block-spacing)
(#469) Statement inside of curly braces should be on next line. (brace-style)
(#469) Missing space before opening brace. (space-before-blocks)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) A space is required after ','. (comma-spacing)
(#469) Requires a space after '{'. (block-spacing)
(#469) Statement inside of curly braces should be on next line. (brace-style)
(#469) Missing space before opening brace. (space-before-blocks)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) Missing whitespace after semicolon. (semi-spacing)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) Requires a space before '}'. (block-spacing)
(#469) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#469) Missing semicolon. (semi)
(#469) Missing whitespace after semicolon. (semi-spacing)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) Missing '()' invoking a constructor. (new-parens)
(#469) Missing whitespace after semicolon. (semi-spacing)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) Requires a space after '{'. (block-spacing)
(#469) Statement inside of curly braces should be on next line. (brace-style)
(#469) Missing space before opening brace. (space-before-blocks)
(#469) Expected space(s) after "for". (keyword-spacing)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) A space is required after ','. (comma-spacing)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) Missing whitespace after semicolon. (semi-spacing)
(#469) Operator '<' must be spaced. (space-infix-ops)
(#469) Missing whitespace after semicolon. (semi-spacing)
(#469) Expected { after 'for' condition. (curly)
(#469) Expected space(s) before "this". (keyword-spacing)
(#469) Requires a space before '}'. (block-spacing)
(#469) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#469) Missing semicolon. (semi)
(#469) Missing whitespace after semicolon. (semi-spacing)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) Requires a space after '{'. (block-spacing)
(#469) Statement inside of curly braces should be on next line. (brace-style)
(#469) Missing space before opening brace. (space-before-blocks)
(#469) Expected space(s) after "for". (keyword-spacing)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) A space is required after ','. (comma-spacing)
(#469) Operator '=' must be spaced. (space-infix-ops)
(#469) Missing whitespace after semicolon. (semi-spacing)
(#469) Operator '<' must be spaced. (space-infix-ops)
(#469) Missing whitespace after semicolon. (semi-spacing)
(#469) Expected { after 'for' condition. (curly)
(#469) Expected space(s) before "this". (keyword-spacing)
(#469) Requires a space before '}'. (block-spacing)
(#469) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#469) Missing semicolon. (semi)
(#469) Requires a space before '}'. (block-spacing)
(#469) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#469) Missing semicolon. (semi)
(#469) 'ChemDoodle' is not defined. (no-undef)
(#470) This line has a length of 436. Maximum allowed is 132. (max-len)
(#470) A space is required after ','. (comma-spacing)
(#470) A space is required after ','. (comma-spacing)
(#470) 'v' is defined but never used. (no-unused-vars)
(#470) Requires a space after '{'. (block-spacing)
(#470) Statement inside of curly braces should be on next line. (brace-style)
(#470) Missing space before opening brace. (space-before-blocks)
(#470) Operator '=' must be spaced. (space-infix-ops)
(#470) A space is required after ','. (comma-spacing)
(#470) A space is required after ','. (comma-spacing)
(#470) Requires a space after '{'. (block-spacing)
(#470) Statement inside of curly braces should be on next line. (brace-style)
(#470) Missing space before opening brace. (space-before-blocks)
(#470) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#470) Operator '=' must be spaced. (space-infix-ops)
(#470) Missing whitespace after semicolon. (semi-spacing)
(#470) Operator '=' must be spaced. (space-infix-ops)
(#470) Missing whitespace after semicolon. (semi-spacing)
(#470) Operator '=' must be spaced. (space-infix-ops)
(#470) Requires a space before '}'. (block-spacing)
(#470) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#470) Missing semicolon. (semi)
(#470) Missing whitespace after semicolon. (semi-spacing)
(#470) Operator '=' must be spaced. (space-infix-ops)
(#470) Operator '=' must be spaced. (space-infix-ops)
(#470) Missing '()' invoking a constructor. (new-parens)
(#470) Missing whitespace after semicolon. (semi-spacing)
(#470) Operator '=' must be spaced. (space-infix-ops)
(#470) Requires a space after '{'. (block-spacing)
(#470) Statement inside of curly braces should be on next line. (brace-style)
(#470) Missing space before opening brace. (space-before-blocks)
(#470) Operator '=' must be spaced. (space-infix-ops)
(#470) Missing '()' invoking a constructor. (new-parens)
(#470) Missing whitespace after semicolon. (semi-spacing)
(#470) Operator '=' must be spaced. (space-infix-ops)
(#470) Missing whitespace after semicolon. (semi-spacing)
(#470) Operator '=' must be spaced. (space-infix-ops)
(#470) Missing whitespace after semicolon. (semi-spacing)
(#470) Missing whitespace after semicolon. (semi-spacing)
(#470) Requires a space before '}'. (block-spacing)
(#470) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#470) Missing semicolon. (semi)
(#470) Missing whitespace after semicolon. (semi-spacing)
(#470) Operator '=' must be spaced. (space-infix-ops)
(#470) Requires a space after '{'. (block-spacing)
(#470) Statement inside of curly braces should be on next line. (brace-style)
(#470) Missing space before opening brace. (space-before-blocks)
(#470) Requires a space before '}'. (block-spacing)
(#470) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#470) Missing semicolon. (semi)
(#470) Requires a space before '}'. (block-spacing)
(#470) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#470) Missing semicolon. (semi)
(#470) 'ChemDoodle' is not defined. (no-undef)
(#470) A space is required after ','. (comma-spacing)
(#470) 'ChemDoodle' is not defined. (no-undef)
(#471) This line has a length of 510. Maximum allowed is 132. (max-len)
(#471) A space is required after ','. (comma-spacing)
(#471) A space is required after ','. (comma-spacing)
(#471) 'v' is defined but never used. (no-unused-vars)
(#471) Requires a space after '{'. (block-spacing)
(#471) Statement inside of curly braces should be on next line. (brace-style)
(#471) Missing space before opening brace. (space-before-blocks)
(#471) Operator '=' must be spaced. (space-infix-ops)
(#471) A space is required after ','. (comma-spacing)
(#471) A space is required after ','. (comma-spacing)
(#471) Requires a space after '{'. (block-spacing)
(#471) Statement inside of curly braces should be on next line. (brace-style)
(#471) Missing space before opening brace. (space-before-blocks)
(#471) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#471) Operator '=' must be spaced. (space-infix-ops)
(#471) Missing whitespace after semicolon. (semi-spacing)
(#471) Operator '=' must be spaced. (space-infix-ops)
(#471) Missing whitespace after semicolon. (semi-spacing)
(#471) Operator '=' must be spaced. (space-infix-ops)
(#471) Requires a space before '}'. (block-spacing)
(#471) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#471) Missing semicolon. (semi)
(#471) Missing whitespace after semicolon. (semi-spacing)
(#471) Operator '=' must be spaced. (space-infix-ops)
(#471) Operator '=' must be spaced. (space-infix-ops)
(#471) Missing '()' invoking a constructor. (new-parens)
(#471) Missing whitespace after semicolon. (semi-spacing)
(#471) Operator '=' must be spaced. (space-infix-ops)
(#471) Requires a space after '{'. (block-spacing)
(#471) Statement inside of curly braces should be on next line. (brace-style)
(#471) Missing space before opening brace. (space-before-blocks)
(#471) Expected space(s) after "for". (keyword-spacing)
(#471) Operator '=' must be spaced. (space-infix-ops)
(#471) A space is required after ','. (comma-spacing)
(#471) Operator '=' must be spaced. (space-infix-ops)
(#471) Missing whitespace after semicolon. (semi-spacing)
(#471) Operator '<' must be spaced. (space-infix-ops)
(#471) Missing whitespace after semicolon. (semi-spacing)
(#471) Requires a space after '{'. (block-spacing)
(#471) Statement inside of curly braces should be on next line. (brace-style)
(#471) Missing space before opening brace. (space-before-blocks)
(#471) Operator '=' must be spaced. (space-infix-ops)
(#471) A space is required after ','. (comma-spacing)
(#471) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#471) Operator '=' must be spaced. (space-infix-ops)
(#471) A space is required after ','. (comma-spacing)
(#471) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#471) Operator '=' must be spaced. (space-infix-ops)
(#471) Operator '+' must be spaced. (space-infix-ops)
(#471) Missing whitespace after semicolon. (semi-spacing)
(#471) Operator '=' must be spaced. (space-infix-ops)
(#471) Operator '+' must be spaced. (space-infix-ops)
(#471) Operator '*' must be spaced. (space-infix-ops)
(#471) Missing whitespace after semicolon. (semi-spacing)
(#471) Operator '=' must be spaced. (space-infix-ops)
(#471) Operator '-' must be spaced. (space-infix-ops)
(#471) Operator '*' must be spaced. (space-infix-ops)
(#471) Requires a space before '}'. (block-spacing)
(#471) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#471) Missing semicolon. (semi)
(#471) Requires a space before '}'. (block-spacing)
(#471) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#471) Missing whitespace after semicolon. (semi-spacing)
(#471) Operator '=' must be spaced. (space-infix-ops)
(#471) Requires a space after '{'. (block-spacing)
(#471) Statement inside of curly braces should be on next line. (brace-style)
(#471) Missing space before opening brace. (space-before-blocks)
(#471) Expected space(s) after "for". (keyword-spacing)
(#471) Operator '=' must be spaced. (space-infix-ops)
(#471) A space is required after ','. (comma-spacing)
(#471) Operator '=' must be spaced. (space-infix-ops)
(#471) Missing whitespace after semicolon. (semi-spacing)
(#471) Operator '<' must be spaced. (space-infix-ops)
(#471) Missing whitespace after semicolon. (semi-spacing)
(#471) Requires a space after '{'. (block-spacing)
(#471) Statement inside of curly braces should be on next line. (brace-style)
(#471) Missing space before opening brace. (space-before-blocks)
(#471) Operator '=' must be spaced. (space-infix-ops)
(#471) A space is required after ','. (comma-spacing)
(#471) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#471) Operator '=' must be spaced. (space-infix-ops)
(#471) A space is required after ','. (comma-spacing)
(#471) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#471) Operator '=' must be spaced. (space-infix-ops)
(#471) Operator '-' must be spaced. (space-infix-ops)
(#471) Missing whitespace after semicolon. (semi-spacing)
(#471) Operator '=' must be spaced. (space-infix-ops)
(#471) Operator '+' must be spaced. (space-infix-ops)
(#471) Operator '*' must be spaced. (space-infix-ops)
(#471) Missing whitespace after semicolon. (semi-spacing)
(#471) Operator '=' must be spaced. (space-infix-ops)
(#471) Operator '-' must be spaced. (space-infix-ops)
(#472) This line has a length of 479. Maximum allowed is 132. (max-len)
(#472) Operator '*' must be spaced. (space-infix-ops)
(#472) Requires a space before '}'. (block-spacing)
(#472) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#472) Missing semicolon. (semi)
(#472) Requires a space before '}'. (block-spacing)
(#472) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#472) Requires a space before '}'. (block-spacing)
(#472) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#472) Missing semicolon. (semi)
(#472) 'ChemDoodle' is not defined. (no-undef)
(#472) A space is required after ','. (comma-spacing)
(#472) Missing whitespace after semicolon. (semi-spacing)
(#472) A space is required after ','. (comma-spacing)
(#472) 'c' is defined but never used. (no-unused-vars)
(#472) Requires a space after '{'. (block-spacing)
(#472) Statement inside of curly braces should be on next line. (brace-style)
(#472) Missing space before opening brace. (space-before-blocks)
(#472) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) A space is required after ','. (comma-spacing)
(#472) A space is required after ','. (comma-spacing)
(#472) Requires a space after '{'. (block-spacing)
(#472) Statement inside of curly braces should be on next line. (brace-style)
(#472) Missing space before opening brace. (space-before-blocks)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) Missing whitespace after semicolon. (semi-spacing)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) Missing whitespace after semicolon. (semi-spacing)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) Missing whitespace after semicolon. (semi-spacing)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) Missing whitespace after semicolon. (semi-spacing)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) Requires a space before '}'. (block-spacing)
(#472) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#472) Missing semicolon. (semi)
(#472) Missing whitespace after semicolon. (semi-spacing)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) Missing '()' invoking a constructor. (new-parens)
(#472) Missing whitespace after semicolon. (semi-spacing)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) Requires a space after '{'. (block-spacing)
(#472) Statement inside of curly braces should be on next line. (brace-style)
(#472) Missing space before opening brace. (space-before-blocks)
(#472) A space is required after ','. (comma-spacing)
(#472) Requires a space before '}'. (block-spacing)
(#472) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#472) Missing semicolon. (semi)
(#472) Missing whitespace after semicolon. (semi-spacing)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) Requires a space after '{'. (block-spacing)
(#472) Statement inside of curly braces should be on next line. (brace-style)
(#472) Missing space before opening brace. (space-before-blocks)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) Missing whitespace after semicolon. (semi-spacing)
(#472) Operator '=' must be spaced. (space-infix-ops)
(#472) Requires a space before '}'. (block-spacing)
(#472) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#472) Missing semicolon. (semi)
(#472) Requires a space before '}'. (block-spacing)
(#472) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#472) Missing semicolon. (semi)
(#472) 'ChemDoodle' is not defined. (no-undef)
(#473) This line has a length of 406. Maximum allowed is 132. (max-len)
(#473) A space is required after ','. (comma-spacing)
(#473) 'c' is defined but never used. (no-unused-vars)
(#473) Requires a space after '{'. (block-spacing)
(#473) Statement inside of curly braces should be on next line. (brace-style)
(#473) Missing space before opening brace. (space-before-blocks)
(#473) Operator '=' must be spaced. (space-infix-ops)
(#473) A space is required after ','. (comma-spacing)
(#473) Requires a space after '{'. (block-spacing)
(#473) Statement inside of curly braces should be on next line. (brace-style)
(#473) Missing space before opening brace. (space-before-blocks)
(#473) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#473) Operator '=' must be spaced. (space-infix-ops)
(#473) Missing whitespace after semicolon. (semi-spacing)
(#473) Operator '=' must be spaced. (space-infix-ops)
(#473) Missing whitespace after semicolon. (semi-spacing)
(#473) Operator '=' must be spaced. (space-infix-ops)
(#473) Missing whitespace after semicolon. (semi-spacing)
(#473) Operator '=' must be spaced. (space-infix-ops)
(#473) Requires a space before '}'. (block-spacing)
(#473) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#473) Missing semicolon. (semi)
(#473) Missing whitespace after semicolon. (semi-spacing)
(#473) Operator '=' must be spaced. (space-infix-ops)
(#473) Operator '=' must be spaced. (space-infix-ops)
(#473) Missing '()' invoking a constructor. (new-parens)
(#473) Missing whitespace after semicolon. (semi-spacing)
(#473) Operator '=' must be spaced. (space-infix-ops)
(#473) Requires a space after '{'. (block-spacing)
(#473) Statement inside of curly braces should be on next line. (brace-style)
(#473) Missing space before opening brace. (space-before-blocks)
(#473) Requires a space before '}'. (block-spacing)
(#473) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#473) Missing semicolon. (semi)
(#473) Missing whitespace after semicolon. (semi-spacing)
(#473) Operator '=' must be spaced. (space-infix-ops)
(#473) Requires a space after '{'. (block-spacing)
(#473) Statement inside of curly braces should be on next line. (brace-style)
(#473) Missing space before opening brace. (space-before-blocks)
(#473) Operator '=' must be spaced. (space-infix-ops)
(#473) Missing whitespace after semicolon. (semi-spacing)
(#473) Operator '=' must be spaced. (space-infix-ops)
(#473) Requires a space before '}'. (block-spacing)
(#473) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#473) Missing semicolon. (semi)
(#473) Requires a space before '}'. (block-spacing)
(#473) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#473) Missing semicolon. (semi)
(#473) 'ChemDoodle' is not defined. (no-undef)
(#474) This line has a length of 527. Maximum allowed is 132. (max-len)
(#474) A space is required after ','. (comma-spacing)
(#474) 'c' is defined but never used. (no-unused-vars)
(#474) Requires a space after '{'. (block-spacing)
(#474) Statement inside of curly braces should be on next line. (brace-style)
(#474) Missing space before opening brace. (space-before-blocks)
(#474) Operator '=' must be spaced. (space-infix-ops)
(#474) Requires a space after '{'. (block-spacing)
(#474) Statement inside of curly braces should be on next line. (brace-style)
(#474) Missing space before opening brace. (space-before-blocks)
(#474) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#474) Operator '=' must be spaced. (space-infix-ops)
(#474) Missing whitespace after semicolon. (semi-spacing)
(#474) Operator '=' must be spaced. (space-infix-ops)
(#474) Missing whitespace after semicolon. (semi-spacing)
(#474) Operator '=' must be spaced. (space-infix-ops)
(#474) Requires a space before '}'. (block-spacing)
(#474) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#474) Missing semicolon. (semi)
(#474) Missing whitespace after semicolon. (semi-spacing)
(#474) Operator '=' must be spaced. (space-infix-ops)
(#474) Missing whitespace after semicolon. (semi-spacing)
(#474) Operator '=' must be spaced. (space-infix-ops)
(#474) Requires a space after '{'. (block-spacing)
(#474) Statement inside of curly braces should be on next line. (brace-style)
(#474) Missing space before opening brace. (space-before-blocks)
(#474) Expected space(s) after "if". (keyword-spacing)
(#474) Operator '!==' must be spaced. (space-infix-ops)
(#474) Requires a space after '{'. (block-spacing)
(#474) Statement inside of curly braces should be on next line. (brace-style)
(#474) Missing space before opening brace. (space-before-blocks)
(#474) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#474) Operator '&&' must be spaced. (space-infix-ops)
(#474) Operator '&&' must be spaced. (space-infix-ops)
(#474) Missing whitespace after semicolon. (semi-spacing)
(#474) Operator '=' must be spaced. (space-infix-ops)
(#474) Missing whitespace after semicolon. (semi-spacing)
(#474) Missing whitespace after semicolon. (semi-spacing)
(#474) Missing whitespace after semicolon. (semi-spacing)
(#474) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#474) Operator '===' must be spaced. (space-infix-ops)
(#474) Operator '&&' must be spaced. (space-infix-ops)
(#474) Missing whitespace after semicolon. (semi-spacing)
(#474) Requires a space before '}'. (block-spacing)
(#474) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#474) Missing semicolon. (semi)
(#474) Requires a space before '}'. (block-spacing)
(#474) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#474) Missing whitespace after semicolon. (semi-spacing)
(#474) Operator '=' must be spaced. (space-infix-ops)
(#474) Requires a space after '{'. (block-spacing)
(#474) Statement inside of curly braces should be on next line. (brace-style)
(#474) Missing space before opening brace. (space-before-blocks)
(#474) Expected space(s) after "if". (keyword-spacing)
(#474) Operator '!==' must be spaced. (space-infix-ops)
(#474) Requires a space after '{'. (block-spacing)
(#474) Statement inside of curly braces should be on next line. (brace-style)
(#474) Missing space before opening brace. (space-before-blocks)
(#474) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#474) Operator '&&' must be spaced. (space-infix-ops)
(#475) This line has a length of 504. Maximum allowed is 132. (max-len)
(#475) Operator '&&' must be spaced. (space-infix-ops)
(#475) Missing whitespace after semicolon. (semi-spacing)
(#475) Operator '=' must be spaced. (space-infix-ops)
(#475) Missing whitespace after semicolon. (semi-spacing)
(#475) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#475) Missing whitespace after semicolon. (semi-spacing)
(#475) Missing whitespace after semicolon. (semi-spacing)
(#475) Missing whitespace after semicolon. (semi-spacing)
(#475) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#475) Operator '===' must be spaced. (space-infix-ops)
(#475) Operator '&&' must be spaced. (space-infix-ops)
(#475) Requires a space before '}'. (block-spacing)
(#475) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#475) Missing semicolon. (semi)
(#475) Requires a space before '}'. (block-spacing)
(#475) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#475) Missing whitespace after semicolon. (semi-spacing)
(#475) Operator '=' must be spaced. (space-infix-ops)
(#475) Requires a space after '{'. (block-spacing)
(#475) Statement inside of curly braces should be on next line. (brace-style)
(#475) Missing space before opening brace. (space-before-blocks)
(#475) Missing whitespace after semicolon. (semi-spacing)
(#475) Missing whitespace after semicolon. (semi-spacing)
(#475) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#475) Operator '!==' must be spaced. (space-infix-ops)
(#475) Operator '&&' must be spaced. (space-infix-ops)
(#475) Operator '=' must be spaced. (space-infix-ops)
(#475) Missing whitespace after semicolon. (semi-spacing)
(#475) Missing whitespace after semicolon. (semi-spacing)
(#475) Requires a space before '}'. (block-spacing)
(#475) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#475) Missing semicolon. (semi)
(#475) Missing whitespace after semicolon. (semi-spacing)
(#475) Operator '=' must be spaced. (space-infix-ops)
(#475) Requires a space after '{'. (block-spacing)
(#475) Statement inside of curly braces should be on next line. (brace-style)
(#475) Missing space before opening brace. (space-before-blocks)
(#475) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#475) Operator '!==' must be spaced. (space-infix-ops)
(#476) This line has a length of 217. Maximum allowed is 132. (max-len)
(#476) Operator '&&' must be spaced. (space-infix-ops)
(#476) Operator '=' must be spaced. (space-infix-ops)
(#476) A space is required after ','. (comma-spacing)
(#476) Missing whitespace after semicolon. (semi-spacing)
(#476) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#476) Operator '!==' must be spaced. (space-infix-ops)
(#476) Operator '&&' must be spaced. (space-infix-ops)
(#476) Operator '=' must be spaced. (space-infix-ops)
(#476) A space is required after ','. (comma-spacing)
(#476) Requires a space before '}'. (block-spacing)
(#476) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#476) Missing semicolon. (semi)
(#476) Requires a space before '}'. (block-spacing)
(#476) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#476) Missing semicolon. (semi)
(#476) 'ChemDoodle' is not defined. (no-undef)
(#477) This line has a length of 511. Maximum allowed is 132. (max-len)
(#477) A space is required after ','. (comma-spacing)
(#477) A space is required after ','. (comma-spacing)
(#477) A space is required after ','. (comma-spacing)
(#477) A space is required after ','. (comma-spacing)
(#477) A space is required after ','. (comma-spacing)
(#477) A space is required after ','. (comma-spacing)
(#477) A space is required after ','. (comma-spacing)
(#477) A space is required after ','. (comma-spacing)
(#477) A space is required after ','. (comma-spacing)
(#477) A space is required after ','. (comma-spacing)
(#477) Requires a space after '{'. (block-spacing)
(#477) Statement inside of curly braces should be on next line. (brace-style)
(#477) Missing space before opening brace. (space-before-blocks)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) Unexpected empty function. (no-empty-function)
(#477) Missing space before opening brace. (space-before-blocks)
(#477) Missing whitespace after semicolon. (semi-spacing)
(#477) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) Missing whitespace after semicolon. (semi-spacing)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) Requires a space after '{'. (block-spacing)
(#477) Statement inside of curly braces should be on next line. (brace-style)
(#477) Missing space before opening brace. (space-before-blocks)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) Requires a space before '}'. (block-spacing)
(#477) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#477) Missing semicolon. (semi)
(#477) Missing whitespace after semicolon. (semi-spacing)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) Requires a space after '{'. (block-spacing)
(#477) Statement inside of curly braces should be on next line. (brace-style)
(#477) Missing space before opening brace. (space-before-blocks)
(#477) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#477) Operator '&&' must be spaced. (space-infix-ops)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) A space is required after ','. (comma-spacing)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) A space is required after ','. (comma-spacing)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) Requires a space before '}'. (block-spacing)
(#477) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#477) Missing semicolon. (semi)
(#477) Missing whitespace after semicolon. (semi-spacing)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) Function has a complexity of 33. Maximum allowed is 20. (complexity)
(#477) A space is required after ','. (comma-spacing)
(#477) A space is required after ','. (comma-spacing)
(#477) A space is required after ','. (comma-spacing)
(#477) Requires a space after '{'. (block-spacing)
(#477) Statement inside of curly braces should be on next line. (brace-style)
(#477) Missing space before opening brace. (space-before-blocks)
(#477) Missing whitespace after semicolon. (semi-spacing)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) A space is required after ','. (comma-spacing)
(#477) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) Missing whitespace after semicolon. (semi-spacing)
(#477) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#477) Operator '||' must be spaced. (space-infix-ops)
(#477) Operator '/=' must be spaced. (space-infix-ops)
(#477) Missing whitespace after semicolon. (semi-spacing)
(#477) Expected space(s) after "if". (keyword-spacing)
(#477) Requires a space after '{'. (block-spacing)
(#477) Statement inside of curly braces should be on next line. (brace-style)
(#477) Missing space before opening brace. (space-before-blocks)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) Missing whitespace after semicolon. (semi-spacing)
(#477) Expected space(s) after "for". (keyword-spacing)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) Missing whitespace after semicolon. (semi-spacing)
(#477) Operator '<' must be spaced. (space-infix-ops)
(#477) Missing whitespace after semicolon. (semi-spacing)
(#477) Expected { after 'for' condition. (curly)
(#477) Expected space(s) before "for". (keyword-spacing)
(#477) Expected space(s) after "for". (keyword-spacing)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) A space is required after ','. (comma-spacing)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) A space is required after ','. (comma-spacing)
(#477) Operator '=' must be spaced. (space-infix-ops)
(#477) Missing whitespace after semicolon. (semi-spacing)
(#477) Operator '<' must be spaced. (space-infix-ops)
(#478) This line has a length of 518. Maximum allowed is 132. (max-len)
(#478) Missing whitespace after semicolon. (semi-spacing)
(#478) Requires a space after '{'. (block-spacing)
(#478) Statement inside of curly braces should be on next line. (brace-style)
(#478) Missing space before opening brace. (space-before-blocks)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) Missing whitespace after semicolon. (semi-spacing)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) Missing whitespace after semicolon. (semi-spacing)
(#478) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) Missing whitespace after semicolon. (semi-spacing)
(#478) Expected space(s) after "if". (keyword-spacing)
(#478) Operator '<' must be spaced. (space-infix-ops)
(#478) Operator '&&' must be spaced. (space-infix-ops)
(#478) Operator '<' must be spaced. (space-infix-ops)
(#478) Requires a space after '{'. (block-spacing)
(#478) Statement inside of curly braces should be on next line. (brace-style)
(#478) Missing space before opening brace. (space-before-blocks)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) Missing whitespace after semicolon. (semi-spacing)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) Requires a space before '}'. (block-spacing)
(#478) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#478) Missing semicolon. (semi)
(#478) Requires a space before '}'. (block-spacing)
(#478) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#478) Requires a space before '}'. (block-spacing)
(#478) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#478) Expected space(s) before "if". (keyword-spacing)
(#478) Expected space(s) after "if". (keyword-spacing)
(#478) Expected { after 'if' condition. (curly)
(#478) Expected space(s) before "for". (keyword-spacing)
(#478) Expected space(s) after "for". (keyword-spacing)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) A space is required after ','. (comma-spacing)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) Missing whitespace after semicolon. (semi-spacing)
(#478) Operator '<' must be spaced. (space-infix-ops)
(#478) Missing whitespace after semicolon. (semi-spacing)
(#478) Expected { after 'for' condition. (curly)
(#478) Expected space(s) before "for". (keyword-spacing)
(#478) Expected space(s) after "for". (keyword-spacing)
(#478) 'a' used outside of binding context. (block-scoped-var)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) A space is required after ','. (comma-spacing)
(#478) 'b' used outside of binding context. (block-scoped-var)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) A space is required after ','. (comma-spacing)
(#478) 'd' used outside of binding context. (block-scoped-var)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) 'a' used outside of binding context. (block-scoped-var)
(#478) Missing whitespace after semicolon. (semi-spacing)
(#478) 'b' used outside of binding context. (block-scoped-var)
(#478) Operator '<' must be spaced. (space-infix-ops)
(#478) 'd' used outside of binding context. (block-scoped-var)
(#478) Missing whitespace after semicolon. (semi-spacing)
(#478) 'b' used outside of binding context. (block-scoped-var)
(#478) 'f' used outside of binding context. (block-scoped-var)
(#478) Expected { after 'for' condition. (curly)
(#478) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) 'a' used outside of binding context. (block-scoped-var)
(#478) 'b' used outside of binding context. (block-scoped-var)
(#478) Unexpected use of comma operator. (no-sequences)
(#478) A space is required after ','. (comma-spacing)
(#478) 'f' used outside of binding context. (block-scoped-var)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) A space is required after ','. (comma-spacing)
(#478) 'n' used outside of binding context. (block-scoped-var)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) A space is required after ','. (comma-spacing)
(#478) 'f' used outside of binding context. (block-scoped-var)
(#478) A space is required after ','. (comma-spacing)
(#478) 'f' used outside of binding context. (block-scoped-var)
(#478) A space is required after ','. (comma-spacing)
(#478) Operator '/' must be spaced. (space-infix-ops)
(#478) A space is required after ','. (comma-spacing)
(#478) Operator '!==' must be spaced. (space-infix-ops)
(#478) 'n' used outside of binding context. (block-scoped-var)
(#478) Operator '&&' must be spaced. (space-infix-ops)
(#478) 'n' used outside of binding context. (block-scoped-var)
(#478) Operator '<' must be spaced. (space-infix-ops)
(#478) Operator '&&' must be spaced. (space-infix-ops)
(#478) 'n' used outside of binding context. (block-scoped-var)
(#478) Operator '<' must be spaced. (space-infix-ops)
(#478) Operator '&&' must be spaced. (space-infix-ops)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) 'n' used outside of binding context. (block-scoped-var)
(#478) A space is required after ','. (comma-spacing)
(#478) 'z' used outside of binding context. (block-scoped-var)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) 'f' used outside of binding context. (block-scoped-var)
(#478) Missing whitespace after semicolon. (semi-spacing)
(#478) Expected space(s) after "if". (keyword-spacing)
(#478) Requires a space after '{'. (block-spacing)
(#478) Statement inside of curly braces should be on next line. (brace-style)
(#478) Missing space before opening brace. (space-before-blocks)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) Missing whitespace after semicolon. (semi-spacing)
(#478) Expected space(s) after "for". (keyword-spacing)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) Missing whitespace after semicolon. (semi-spacing)
(#478) Operator '<' must be spaced. (space-infix-ops)
(#478) Missing whitespace after semicolon. (semi-spacing)
(#478) Expected { after 'for' condition. (curly)
(#478) Expected space(s) before "if". (keyword-spacing)
(#478) Expected space(s) after "if". (keyword-spacing)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) Unexpected use of comma operator. (no-sequences)
(#478) A space is required after ','. (comma-spacing)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) A space is required after ','. (comma-spacing)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#478) A space is required after ','. (comma-spacing)
(#478) Operator '||' must be spaced. (space-infix-ops)
(#478) Operator '&&' must be spaced. (space-infix-ops)
(#478) Requires a space after '{'. (block-spacing)
(#478) Statement inside of curly braces should be on next line. (brace-style)
(#478) Missing space before opening brace. (space-before-blocks)
(#478) 'a' used outside of binding context. (block-scoped-var)
(#478) Operator '=' must be spaced. (space-infix-ops)
(#479) This line has a length of 514. Maximum allowed is 132. (max-len)
(#479) Missing whitespace after semicolon. (semi-spacing)
(#479) 'b' used outside of binding context. (block-scoped-var)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) Missing whitespace after semicolon. (semi-spacing)
(#479) Expected space(s) after "for". (keyword-spacing)
(#479) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#479) 'd' used outside of binding context. (block-scoped-var)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) 'a' used outside of binding context. (block-scoped-var)
(#479) Missing whitespace after semicolon. (semi-spacing)
(#479) 'b' used outside of binding context. (block-scoped-var)
(#479) Operator '<' must be spaced. (space-infix-ops)
(#479) 'd' used outside of binding context. (block-scoped-var)
(#479) Missing whitespace after semicolon. (semi-spacing)
(#479) 'b' used outside of binding context. (block-scoped-var)
(#479) 'f' used outside of binding context. (block-scoped-var)
(#479) Expected { after 'for' condition. (curly)
(#479) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) 'a' used outside of binding context. (block-scoped-var)
(#479) 'b' used outside of binding context. (block-scoped-var)
(#479) Unexpected use of comma operator. (no-sequences)
(#479) A space is required after ','. (comma-spacing)
(#479) 'n' used outside of binding context. (block-scoped-var)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) 'f' used outside of binding context. (block-scoped-var)
(#479) A space is required after ','. (comma-spacing)
(#479) 'n' used outside of binding context. (block-scoped-var)
(#479) Operator '<' must be spaced. (space-infix-ops)
(#479) Operator '&&' must be spaced. (space-infix-ops)
(#479) 'n' used outside of binding context. (block-scoped-var)
(#479) Operator '<' must be spaced. (space-infix-ops)
(#479) Operator '&&' must be spaced. (space-infix-ops)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) 'n' used outside of binding context. (block-scoped-var)
(#479) A space is required after ','. (comma-spacing)
(#479) 'z' used outside of binding context. (block-scoped-var)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) A space is required after ','. (comma-spacing)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) 'f' used outside of binding context. (block-scoped-var)
(#479) Missing whitespace after semicolon. (semi-spacing)
(#479) Expected space(s) after "if". (keyword-spacing)
(#479) Operator '&&' must be spaced. (space-infix-ops)
(#479) Expected { after 'if' condition. (curly)
(#479) Expected space(s) before "for". (keyword-spacing)
(#479) Expected space(s) after "for". (keyword-spacing)
(#479) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) A space is required after ','. (comma-spacing)
(#479) Operator '&&' must be spaced. (space-infix-ops)
(#479) 'a' used outside of binding context. (block-scoped-var)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) A space is required after ','. (comma-spacing)
(#479) 'b' used outside of binding context. (block-scoped-var)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) Operator '+' must be spaced. (space-infix-ops)
(#479) 'a' used outside of binding context. (block-scoped-var)
(#479) Operator '/' must be spaced. (space-infix-ops)
(#479) A space is required after ','. (comma-spacing)
(#479) Operator '+' must be spaced. (space-infix-ops)
(#479) 'a' used outside of binding context. (block-scoped-var)
(#479) Operator '/' must be spaced. (space-infix-ops)
(#479) A space is required after ','. (comma-spacing)
(#479) 'b' used outside of binding context. (block-scoped-var)
(#479) Operator '<' must be spaced. (space-infix-ops)
(#479) Operator '&&' must be spaced. (space-infix-ops)
(#479) 'b' used outside of binding context. (block-scoped-var)
(#479) Operator '<' must be spaced. (space-infix-ops)
(#479) Operator '&&' must be spaced. (space-infix-ops)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) 'b' used outside of binding context. (block-scoped-var)
(#479) A space is required after ','. (comma-spacing)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) 'a' used outside of binding context. (block-scoped-var)
(#479) A space is required after ','. (comma-spacing)
(#479) 'z' used outside of binding context. (block-scoped-var)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) A space is required after ','. (comma-spacing)
(#479) 'a' used outside of binding context. (block-scoped-var)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) A space is required after ','. (comma-spacing)
(#479) 'b' used outside of binding context. (block-scoped-var)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) Missing whitespace after semicolon. (semi-spacing)
(#479) 'a' used outside of binding context. (block-scoped-var)
(#479) Operator '<' must be spaced. (space-infix-ops)
(#479) 'b' used outside of binding context. (block-scoped-var)
(#479) Missing whitespace after semicolon. (semi-spacing)
(#479) 'a' used outside of binding context. (block-scoped-var)
(#479) 'd' used outside of binding context. (block-scoped-var)
(#479) Expected { after 'for' condition. (curly)
(#479) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) 'a' used outside of binding context. (block-scoped-var)
(#479) Unexpected use of comma operator. (no-sequences)
(#479) A space is required after ','. (comma-spacing)
(#479) 'f' used outside of binding context. (block-scoped-var)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) Operator '+' must be spaced. (space-infix-ops)
(#479) 'd' used outside of binding context. (block-scoped-var)
(#479) Operator '/' must be spaced. (space-infix-ops)
(#479) A space is required after ','. (comma-spacing)
(#479) Operator '+' must be spaced. (space-infix-ops)
(#479) 'd' used outside of binding context. (block-scoped-var)
(#479) Operator '/' must be spaced. (space-infix-ops)
(#479) A space is required after ','. (comma-spacing)
(#479) 'f' used outside of binding context. (block-scoped-var)
(#479) Operator '<' must be spaced. (space-infix-ops)
(#479) Operator '&&' must be spaced. (space-infix-ops)
(#479) 'f' used outside of binding context. (block-scoped-var)
(#479) Operator '<' must be spaced. (space-infix-ops)
(#479) Operator '&&' must be spaced. (space-infix-ops)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) 'f' used outside of binding context. (block-scoped-var)
(#479) A space is required after ','. (comma-spacing)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) 'd' used outside of binding context. (block-scoped-var)
(#479) A space is required after ','. (comma-spacing)
(#479) 'z' used outside of binding context. (block-scoped-var)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) Requires a space before '}'. (block-spacing)
(#479) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#479) Missing semicolon. (semi)
(#479) Expected space(s) before "if". (keyword-spacing)
(#479) Expected space(s) after "if". (keyword-spacing)
(#479) 'z' used outside of binding context. (block-scoped-var)
(#479) Expected { after 'if' condition. (curly)
(#479) Expected space(s) before "for". (keyword-spacing)
(#479) Expected space(s) after "for". (keyword-spacing)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) A space is required after ','. (comma-spacing)
(#479) Operator '=' must be spaced. (space-infix-ops)
(#479) Missing whitespace after semicolon. (semi-spacing)
(#479) Operator '<' must be spaced. (space-infix-ops)
(#480) This line has a length of 508. Maximum allowed is 132. (max-len)
(#480) Missing whitespace after semicolon. (semi-spacing)
(#480) Expected { after 'for' condition. (curly)
(#480) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) Unexpected use of comma operator. (no-sequences)
(#480) A space is required after ','. (comma-spacing)
(#480) A space is required after ','. (comma-spacing)
(#480) Operator '&&' must be spaced. (space-infix-ops)
(#480) 'z' used outside of binding context. (block-scoped-var)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) Requires a space before '}'. (block-spacing)
(#480) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#480) Missing semicolon. (semi)
(#480) 'z' used outside of binding context. (block-scoped-var)
(#480) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#480) Operator '&&' must be spaced. (space-infix-ops)
(#480) 'z' used outside of binding context. (block-scoped-var)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) A space is required after ','. (comma-spacing)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) 'z' used outside of binding context. (block-scoped-var)
(#480) Requires a space before '}'. (block-spacing)
(#480) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#480) Missing semicolon. (semi)
(#480) Missing whitespace after semicolon. (semi-spacing)
(#480) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) A space is required after ','. (comma-spacing)
(#480) Requires a space after '{'. (block-spacing)
(#480) Statement inside of curly braces should be on next line. (brace-style)
(#480) Missing space before opening brace. (space-before-blocks)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) A space is required after ','. (comma-spacing)
(#480) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) A space is required after ','. (comma-spacing)
(#480) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) Missing whitespace after semicolon. (semi-spacing)
(#480) Expected space(s) after "if". (keyword-spacing)
(#480) Operator '===' must be spaced. (space-infix-ops)
(#480) Expected { after 'if' condition. (curly)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) Operator '/' must be spaced. (space-infix-ops)
(#480) Missing whitespace after semicolon. (semi-spacing)
(#480) Expected space(s) after "if". (keyword-spacing)
(#480) Operator '===' must be spaced. (space-infix-ops)
(#480) Requires a space after '{'. (block-spacing)
(#480) Statement inside of curly braces should be on next line. (brace-style)
(#480) Missing space before opening brace. (space-before-blocks)
(#480) Missing whitespace after semicolon. (semi-spacing)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) Missing whitespace after semicolon. (semi-spacing)
(#480) Expected space(s) after "for". (keyword-spacing)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) Missing whitespace after semicolon. (semi-spacing)
(#480) Operator '<' must be spaced. (space-infix-ops)
(#480) Missing whitespace after semicolon. (semi-spacing)
(#480) Expected { after 'for' condition. (curly)
(#480) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#480) Operator '&&' must be spaced. (space-infix-ops)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) Missing whitespace after semicolon. (semi-spacing)
(#480) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#480) Operator '<=' must be spaced. (space-infix-ops)
(#480) Operator '||' must be spaced. (space-infix-ops)
(#480) Operator '<=' must be spaced. (space-infix-ops)
(#480) Operator '?' must be spaced. (space-infix-ops)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) Operator '+' must be spaced. (space-infix-ops)
(#480) Operator ':' must be spaced. (space-infix-ops)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) Operator '%' must be spaced. (space-infix-ops)
(#480) Operator '*' must be spaced. (space-infix-ops)
(#480) A space is required after ','. (comma-spacing)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) A space is required after ','. (comma-spacing)
(#480) A space is required after ','. (comma-spacing)
(#480) Operator '/' must be spaced. (space-infix-ops)
(#480) Operator '||' must be spaced. (space-infix-ops)
(#480) A space is required after ','. (comma-spacing)
(#480) A space is required after ','. (comma-spacing)
(#480) Operator '*' must be spaced. (space-infix-ops)
(#480) Operator '/' must be spaced. (space-infix-ops)
(#480) Operator '?' must be spaced. (space-infix-ops)
(#480) Operator '+' must be spaced. (space-infix-ops)
(#480) Operator '*' must be spaced. (space-infix-ops)
(#480) Operator '/' must be spaced. (space-infix-ops)
(#480) Operator ':' must be spaced. (space-infix-ops)
(#480) Operator '-' must be spaced. (space-infix-ops)
(#480) Operator '*' must be spaced. (space-infix-ops)
(#480) Operator '/' must be spaced. (space-infix-ops)
(#480) Requires a space before '}'. (block-spacing)
(#480) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#480) Missing semicolon. (semi)
(#480) Expected space(s) before "else". (keyword-spacing)
(#480) Expected space(s) after "else". (keyword-spacing)
(#480) Requires a space after '{'. (block-spacing)
(#480) Statement inside of curly braces should be on next line. (brace-style)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) Missing whitespace after semicolon. (semi-spacing)
(#480) Expected space(s) after "for". (keyword-spacing)
(#480) 'A' used outside of binding context. (block-scoped-var)
(#480) Operator '=' must be spaced. (space-infix-ops)
(#480) Missing whitespace after semicolon. (semi-spacing)
(#480) Operator '<' must be spaced. (space-infix-ops)
(#481) This line has a length of 504. Maximum allowed is 132. (max-len)
(#481) 'A' used outside of binding context. (block-scoped-var)
(#481) Missing whitespace after semicolon. (semi-spacing)
(#481) Expected { after 'for' condition. (curly)
(#481) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#481) Operator '=' must be spaced. (space-infix-ops)
(#481) Unexpected use of comma operator. (no-sequences)
(#481) A space is required after ','. (comma-spacing)
(#481) Operator '!==' must be spaced. (space-infix-ops)
(#481) Operator '&&' must be spaced. (space-infix-ops)
(#481) A space is required after ','. (comma-spacing)
(#481) 'a' used outside of binding context. (block-scoped-var)
(#481) Operator '=' must be spaced. (space-infix-ops)
(#481) Missing whitespace after semicolon. (semi-spacing)
(#481) 'a' used outside of binding context. (block-scoped-var)
(#481) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#481) Operator '&&' must be spaced. (space-infix-ops)
(#481) A space is required after ','. (comma-spacing)
(#481) Requires a space after '{'. (block-spacing)
(#481) Statement inside of curly braces should be on next line. (brace-style)
(#481) Missing space before opening brace. (space-before-blocks)
(#481) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#481) Operator '-' must be spaced. (space-infix-ops)
(#481) Requires a space before '}'. (block-spacing)
(#481) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#481) Missing semicolon. (semi)
(#481) Missing whitespace after semicolon. (semi-spacing)
(#481) Operator '=' must be spaced. (space-infix-ops)
(#481) Requires a space before '}'. (block-spacing)
(#481) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#481) Missing semicolon. (semi)
(#481) Expected space(s) before "return". (keyword-spacing)
(#481) Requires a space before '}'. (block-spacing)
(#481) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#481) Missing semicolon. (semi)
(#481) Missing whitespace after semicolon. (semi-spacing)
(#481) Operator '=' must be spaced. (space-infix-ops)
(#481) Requires a space after '{'. (block-spacing)
(#481) Statement inside of curly braces should be on next line. (brace-style)
(#481) Missing space before opening brace. (space-before-blocks)
(#481) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#481) Operator '&&' must be spaced. (space-infix-ops)
(#481) Operator '=' must be spaced. (space-infix-ops)
(#481) A space is required after ','. (comma-spacing)
(#481) Operator '=' must be spaced. (space-infix-ops)
(#481) A space is required after ','. (comma-spacing)
(#481) Requires a space before '}'. (block-spacing)
(#481) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#481) Missing semicolon. (semi)
(#481) Missing whitespace after semicolon. (semi-spacing)
(#481) Operator '=' must be spaced. (space-infix-ops)
(#481) Requires a space after '{'. (block-spacing)
(#481) Statement inside of curly braces should be on next line. (brace-style)
(#481) Missing space before opening brace. (space-before-blocks)
(#481) Operator '=' must be spaced. (space-infix-ops)
(#481) A space is required after ','. (comma-spacing)
(#481) A space is required after ','. (comma-spacing)
(#481) Missing whitespace after semicolon. (semi-spacing)
(#481) Operator '=' must be spaced. (space-infix-ops)
(#481) Missing whitespace after semicolon. (semi-spacing)
(#481) Operator '=' must be spaced. (space-infix-ops)
(#481) Missing whitespace after semicolon. (semi-spacing)
(#482) This line has a length of 510. Maximum allowed is 132. (max-len)
(#482) A space is required after ','. (comma-spacing)
(#482) Missing whitespace after semicolon. (semi-spacing)
(#482) Requires a space before '}'. (block-spacing)
(#482) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#482) Missing semicolon. (semi)
(#482) Missing whitespace after semicolon. (semi-spacing)
(#482) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#482) Operator '=' must be spaced. (space-infix-ops)
(#482) Requires a space after '{'. (block-spacing)
(#482) Statement inside of curly braces should be on next line. (brace-style)
(#482) Missing space before opening brace. (space-before-blocks)
(#482) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#482) Operator '&&' must be spaced. (space-infix-ops)
(#482) Requires a space before '}'. (block-spacing)
(#482) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#482) Missing semicolon. (semi)
(#482) Missing whitespace after semicolon. (semi-spacing)
(#482) Operator '=' must be spaced. (space-infix-ops)
(#482) Requires a space after '{'. (block-spacing)
(#482) Statement inside of curly braces should be on next line. (brace-style)
(#482) Missing space before opening brace. (space-before-blocks)
(#482) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#482) Operator '&&' must be spaced. (space-infix-ops)
(#482) Requires a space before '}'. (block-spacing)
(#482) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#482) Missing semicolon. (semi)
(#482) Missing whitespace after semicolon. (semi-spacing)
(#482) Operator '=' must be spaced. (space-infix-ops)
(#482) Requires a space after '{'. (block-spacing)
(#482) Statement inside of curly braces should be on next line. (brace-style)
(#482) Missing space before opening brace. (space-before-blocks)
(#482) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#482) Operator '&&' must be spaced. (space-infix-ops)
(#482) Requires a space before '}'. (block-spacing)
(#482) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#482) Missing semicolon. (semi)
(#482) Missing whitespace after semicolon. (semi-spacing)
(#482) Operator '=' must be spaced. (space-infix-ops)
(#482) Requires a space after '{'. (block-spacing)
(#482) Statement inside of curly braces should be on next line. (brace-style)
(#482) Missing space before opening brace. (space-before-blocks)
(#482) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#482) Operator '&&' must be spaced. (space-infix-ops)
(#482) Requires a space before '}'. (block-spacing)
(#482) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#482) Missing semicolon. (semi)
(#482) Missing whitespace after semicolon. (semi-spacing)
(#482) Operator '=' must be spaced. (space-infix-ops)
(#482) Requires a space after '{'. (block-spacing)
(#482) Statement inside of curly braces should be on next line. (brace-style)
(#482) Missing space before opening brace. (space-before-blocks)
(#482) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#482) Operator '&&' must be spaced. (space-infix-ops)
(#482) Missing whitespace after semicolon. (semi-spacing)
(#482) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#482) Operator '&&' must be spaced. (space-infix-ops)
(#482) Operator '&&' must be spaced. (space-infix-ops)
(#482) Requires a space before '}'. (block-spacing)
(#482) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#482) Missing semicolon. (semi)
(#482) Missing whitespace after semicolon. (semi-spacing)
(#482) Operator '=' must be spaced. (space-infix-ops)
(#482) Requires a space after '{'. (block-spacing)
(#482) Statement inside of curly braces should be on next line. (brace-style)
(#482) Missing space before opening brace. (space-before-blocks)
(#482) Operator '=' must be spaced. (space-infix-ops)
(#482) Missing whitespace after semicolon. (semi-spacing)
(#482) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#482) Operator '||' must be spaced. (space-infix-ops)
(#483) This line has a length of 521. Maximum allowed is 132. (max-len)
(#483) Operator '&&' must be spaced. (space-infix-ops)
(#483) Operator '>' must be spaced. (space-infix-ops)
(#483) Operator '-' must be spaced. (space-infix-ops)
(#483) A space is required after ','. (comma-spacing)
(#483) Operator '?' must be spaced. (space-infix-ops)
(#483) Operator '=' must be spaced. (space-infix-ops)
(#483) A space is required after ','. (comma-spacing)
(#483) Operator '=' must be spaced. (space-infix-ops)
(#483) A space is required after ','. (comma-spacing)
(#483) A space is required after ','. (comma-spacing)
(#483) Operator '=' must be spaced. (space-infix-ops)
(#483) Operator ':' must be spaced. (space-infix-ops)
(#483) Operator '&&' must be spaced. (space-infix-ops)
(#483) Requires a space before '}'. (block-spacing)
(#483) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#483) Missing semicolon. (semi)
(#483) Missing whitespace after semicolon. (semi-spacing)
(#483) Operator '=' must be spaced. (space-infix-ops)
(#483) Requires a space after '{'. (block-spacing)
(#483) Statement inside of curly braces should be on next line. (brace-style)
(#483) Missing space before opening brace. (space-before-blocks)
(#483) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#483) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#483) Operator '&&' must be spaced. (space-infix-ops)
(#483) Requires a space before '}'. (block-spacing)
(#483) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#483) Missing semicolon. (semi)
(#483) Missing whitespace after semicolon. (semi-spacing)
(#483) Operator '=' must be spaced. (space-infix-ops)
(#483) Requires a space after '{'. (block-spacing)
(#483) Statement inside of curly braces should be on next line. (brace-style)
(#483) Missing space before opening brace. (space-before-blocks)
(#483) Operator '=' must be spaced. (space-infix-ops)
(#483) Missing whitespace after semicolon. (semi-spacing)
(#483) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#483) Operator '&&' must be spaced. (space-infix-ops)
(#483) Missing whitespace after semicolon. (semi-spacing)
(#483) Requires a space before '}'. (block-spacing)
(#483) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#483) Missing semicolon. (semi)
(#483) Missing whitespace after semicolon. (semi-spacing)
(#483) Operator '=' must be spaced. (space-infix-ops)
(#483) Requires a space after '{'. (block-spacing)
(#483) Statement inside of curly braces should be on next line. (brace-style)
(#483) Missing space before opening brace. (space-before-blocks)
(#483) Operator '=' must be spaced. (space-infix-ops)
(#484) This line has a length of 505. Maximum allowed is 132. (max-len)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#484) Operator '&&' must be spaced. (space-infix-ops)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#484) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#484) Operator '&&' must be spaced. (space-infix-ops)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) A space is required after ','. (comma-spacing)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#484) Operator '&&' must be spaced. (space-infix-ops)
(#484) Operator '!=' must be spaced. (space-infix-ops)
(#484) Operator '&&' must be spaced. (space-infix-ops)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) A space is required after ','. (comma-spacing)
(#484) Requires a space before '}'. (block-spacing)
(#484) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#484) Missing semicolon. (semi)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) Requires a space after '{'. (block-spacing)
(#484) Statement inside of curly braces should be on next line. (brace-style)
(#484) Missing space before opening brace. (space-before-blocks)
(#484) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#484) Operator '&&' must be spaced. (space-infix-ops)
(#484) Requires a space before '}'. (block-spacing)
(#484) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#484) Missing semicolon. (semi)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) Requires a space after '{'. (block-spacing)
(#484) Statement inside of curly braces should be on next line. (brace-style)
(#484) Missing space before opening brace. (space-before-blocks)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#484) Operator '&&' must be spaced. (space-infix-ops)
(#484) Requires a space before '}'. (block-spacing)
(#484) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#484) Missing semicolon. (semi)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) Requires a space after '{'. (block-spacing)
(#484) Statement inside of curly braces should be on next line. (brace-style)
(#484) Missing space before opening brace. (space-before-blocks)
(#484) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#484) Operator '&&' must be spaced. (space-infix-ops)
(#484) Requires a space before '}'. (block-spacing)
(#484) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#484) Missing semicolon. (semi)
(#484) Missing whitespace after semicolon. (semi-spacing)
(#484) Operator '=' must be spaced. (space-infix-ops)
(#484) A space is required after ','. (comma-spacing)
(#484) Requires a space after '{'. (block-spacing)
(#484) Statement inside of curly braces should be on next line. (brace-style)
(#484) Missing space before opening brace. (space-before-blocks)
(#484) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#484) Operator '&&' must be spaced. (space-infix-ops)
(#485) This line has a length of 510. Maximum allowed is 132. (max-len)
(#485) Missing whitespace after semicolon. (semi-spacing)
(#485) Operator '+=' must be spaced. (space-infix-ops)
(#485) Operator '/' must be spaced. (space-infix-ops)
(#485) Missing whitespace after semicolon. (semi-spacing)
(#485) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#485) Missing whitespace after semicolon. (semi-spacing)
(#485) Requires a space before '}'. (block-spacing)
(#485) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#485) Missing semicolon. (semi)
(#485) Missing whitespace after semicolon. (semi-spacing)
(#485) Operator '=' must be spaced. (space-infix-ops)
(#485) Requires a space after '{'. (block-spacing)
(#485) Statement inside of curly braces should be on next line. (brace-style)
(#485) Missing space before opening brace. (space-before-blocks)
(#485) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#485) Operator '&&' must be spaced. (space-infix-ops)
(#485) Missing whitespace after semicolon. (semi-spacing)
(#485) Expected space(s) after "if". (keyword-spacing)
(#485) Operator '&&' must be spaced. (space-infix-ops)
(#485) Requires a space after '{'. (block-spacing)
(#485) Statement inside of curly braces should be on next line. (brace-style)
(#485) Missing space before opening brace. (space-before-blocks)
(#485) Expected space(s) after "if". (keyword-spacing)
(#485) Expected { after 'if' condition. (curly)
(#485) Expected space(s) before "if". (keyword-spacing)
(#485) Expected space(s) after "if". (keyword-spacing)
(#485) Requires a space after '{'. (block-spacing)
(#485) Statement inside of curly braces should be on next line. (brace-style)
(#485) Missing space before opening brace. (space-before-blocks)
(#485) Operator '=' must be spaced. (space-infix-ops)
(#485) A space is required after ','. (comma-spacing)
(#485) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#485) Operator '=' must be spaced. (space-infix-ops)
(#485) Missing whitespace after semicolon. (semi-spacing)
(#485) Operator '=' must be spaced. (space-infix-ops)
(#485) Operator '-' must be spaced. (space-infix-ops)
(#485) Missing whitespace after semicolon. (semi-spacing)
(#485) Operator '+=' must be spaced. (space-infix-ops)
(#485) Missing whitespace after semicolon. (semi-spacing)
(#485) Expected space(s) after "for". (keyword-spacing)
(#485) Operator '=' must be spaced. (space-infix-ops)
(#485) A space is required after ','. (comma-spacing)
(#485) Operator '=' must be spaced. (space-infix-ops)
(#485) Missing whitespace after semicolon. (semi-spacing)
(#485) Operator '<' must be spaced. (space-infix-ops)
(#485) Missing whitespace after semicolon. (semi-spacing)
(#485) Requires a space after '{'. (block-spacing)
(#485) Statement inside of curly braces should be on next line. (brace-style)
(#485) Missing space before opening brace. (space-before-blocks)
(#485) Operator '=' must be spaced. (space-infix-ops)
(#485) A space is required after ','. (comma-spacing)
(#485) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#485) Operator '=' must be spaced. (space-infix-ops)
(#485) A space is required after ','. (comma-spacing)
(#485) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#485) Operator '=' must be spaced. (space-infix-ops)
(#485) Operator '+' must be spaced. (space-infix-ops)
(#485) Missing whitespace after semicolon. (semi-spacing)
(#485) Operator '=' must be spaced. (space-infix-ops)
(#485) Operator '+' must be spaced. (space-infix-ops)
(#485) Operator '*' must be spaced. (space-infix-ops)
(#485) Missing whitespace after semicolon. (semi-spacing)
(#485) Operator '=' must be spaced. (space-infix-ops)
(#485) Operator '-' must be spaced. (space-infix-ops)
(#485) Operator '*' must be spaced. (space-infix-ops)
(#485) Requires a space before '}'. (block-spacing)
(#485) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#485) Missing semicolon. (semi)
(#485) Operator '=' must be spaced. (space-infix-ops)
(#486) This line has a length of 516. Maximum allowed is 132. (max-len)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) Expected space(s) after "for". (keyword-spacing)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) Operator '<' must be spaced. (space-infix-ops)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) Expected { after 'for' condition. (curly)
(#486) Expected space(s) before "this". (keyword-spacing)
(#486) Requires a space before '}'. (block-spacing)
(#486) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#486) Missing semicolon. (semi)
(#486) Expected space(s) before "else". (keyword-spacing)
(#486) Expected { after 'else'. (curly)
(#486) 'q' used outside of binding context. (block-scoped-var)
(#486) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#486) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) Operator '/' must be spaced. (space-infix-ops)
(#486) A space is required after ','. (comma-spacing)
(#486) Operator '/' must be spaced. (space-infix-ops)
(#486) Unexpected use of comma operator. (no-sequences)
(#486) A space is required after ','. (comma-spacing)
(#486) 'e' used outside of binding context. (block-scoped-var)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) 'q' used outside of binding context. (block-scoped-var)
(#486) A space is required after ','. (comma-spacing)
(#486) 'e' used outside of binding context. (block-scoped-var)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) 'q' used outside of binding context. (block-scoped-var)
(#486) Operator '-' must be spaced. (space-infix-ops)
(#486) 'e' used outside of binding context. (block-scoped-var)
(#486) A space is required after ','. (comma-spacing)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) A space is required after ','. (comma-spacing)
(#486) 'e' used outside of binding context. (block-scoped-var)
(#486) A space is required after ','. (comma-spacing)
(#486) 'q' used outside of binding context. (block-scoped-var)
(#486) A space is required after ','. (comma-spacing)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) Expected space(s) after "else". (keyword-spacing)
(#486) Requires a space after '{'. (block-spacing)
(#486) Statement inside of curly braces should be on next line. (brace-style)
(#486) Expected space(s) after "if". (keyword-spacing)
(#486) Expected { after 'if' condition. (curly)
(#486) Expected space(s) before "return". (keyword-spacing)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) 'q' used outside of binding context. (block-scoped-var)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) A space is required after ','. (comma-spacing)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) 'q' used outside of binding context. (block-scoped-var)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) Expected space(s) after "if". (keyword-spacing)
(#486) Requires a space after '{'. (block-spacing)
(#486) Statement inside of curly braces should be on next line. (brace-style)
(#486) Missing space before opening brace. (space-before-blocks)
(#486) 'q' used outside of binding context. (block-scoped-var)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) 'e' used outside of binding context. (block-scoped-var)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) Expected space(s) after "for". (keyword-spacing)
(#486) 'y' used outside of binding context. (block-scoped-var)
(#486) Operator '=' must be spaced. (space-infix-ops)
(#486) Missing whitespace after semicolon. (semi-spacing)
(#486) 'e' used outside of binding context. (block-scoped-var)
(#486) Operator '<' must be spaced. (space-infix-ops)
(#487) This line has a length of 501. Maximum allowed is 132. (max-len)
(#487) 'y' used outside of binding context. (block-scoped-var)
(#487) Missing whitespace after semicolon. (semi-spacing)
(#487) 'e' used outside of binding context. (block-scoped-var)
(#487) Expected { after 'for' condition. (curly)
(#487) Expected space(s) before "this". (keyword-spacing)
(#487) 'e' used outside of binding context. (block-scoped-var)
(#487) 'q' used outside of binding context. (block-scoped-var)
(#487) Missing whitespace after semicolon. (semi-spacing)
(#487) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#487) Operator '&&' must be spaced. (space-infix-ops)
(#487) Operator '&&' must be spaced. (space-infix-ops)
(#487) Operator '+=' must be spaced. (space-infix-ops)
(#487) 'q' used outside of binding context. (block-scoped-var)
(#487) A space is required after ','. (comma-spacing)
(#487) Operator '+=' must be spaced. (space-infix-ops)
(#487) 'q' used outside of binding context. (block-scoped-var)
(#487) A space is required after ','. (comma-spacing)
(#487) Operator '+=' must be spaced. (space-infix-ops)
(#487) 'q' used outside of binding context. (block-scoped-var)
(#487) A space is required after ','. (comma-spacing)
(#487) Operator '+=' must be spaced. (space-infix-ops)
(#487) 'q' used outside of binding context. (block-scoped-var)
(#487) Missing whitespace after semicolon. (semi-spacing)
(#487) 'q' used outside of binding context. (block-scoped-var)
(#487) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#487) Operator '=' must be spaced. (space-infix-ops)
(#487) Missing whitespace after semicolon. (semi-spacing)
(#487) Expected space(s) after "for". (keyword-spacing)
(#487) 'e' used outside of binding context. (block-scoped-var)
(#487) Operator '=' must be spaced. (space-infix-ops)
(#487) Missing whitespace after semicolon. (semi-spacing)
(#487) 'q' used outside of binding context. (block-scoped-var)
(#487) Operator '<' must be spaced. (space-infix-ops)
(#487) 'e' used outside of binding context. (block-scoped-var)
(#487) Missing whitespace after semicolon. (semi-spacing)
(#487) 'q' used outside of binding context. (block-scoped-var)
(#487) Expected { after 'for' condition. (curly)
(#487) Expected space(s) before "this". (keyword-spacing)
(#487) 'q' used outside of binding context. (block-scoped-var)
(#487) Requires a space before '}'. (block-spacing)
(#487) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#487) Missing semicolon. (semi)
(#487) Expected space(s) before "else". (keyword-spacing)
(#487) Expected { after 'else'. (curly)
(#487) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#487) Operator '=' must be spaced. (space-infix-ops)
(#487) A space is required after ','. (comma-spacing)
(#487) 'q' used outside of binding context. (block-scoped-var)
(#487) Unexpected use of comma operator. (no-sequences)
(#487) A space is required after ','. (comma-spacing)
(#487) Requires a space before '}'. (block-spacing)
(#487) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#487) Missing semicolon. (semi)
(#487) Expected space(s) before "this". (keyword-spacing)
(#487) Requires a space before '}'. (block-spacing)
(#487) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#487) Missing semicolon. (semi)
(#487) Expected space(s) before "this". (keyword-spacing)
(#487) Operator '=' must be spaced. (space-infix-ops)
(#488) This line has a length of 547. Maximum allowed is 132. (max-len)
(#488) Requires a space before '}'. (block-spacing)
(#488) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#488) Missing semicolon. (semi)
(#488) Missing whitespace after semicolon. (semi-spacing)
(#488) Operator '=' must be spaced. (space-infix-ops)
(#488) Function has a complexity of 108. Maximum allowed is 20. (complexity)
(#488) Requires a space after '{'. (block-spacing)
(#488) Statement inside of curly braces should be on next line. (brace-style)
(#488) Missing space before opening brace. (space-before-blocks)
(#488) Expected space(s) after "if". (keyword-spacing)
(#488) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#488) Operator '===' must be spaced. (space-infix-ops)
(#488) Expected { after 'if' condition. (curly)
(#488) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#488) Expected space(s) before "this". (keyword-spacing)
(#488) Operator '&&' must be spaced. (space-infix-ops)
(#488) Operator '=' must be spaced. (space-infix-ops)
(#488) A space is required after ','. (comma-spacing)
(#488) A space is required after ','. (comma-spacing)
(#488) Missing whitespace after semicolon. (semi-spacing)
(#488) Expected space(s) after "if". (keyword-spacing)
(#488) Expected { after 'if' condition. (curly)
(#488) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#488) Do not nest ternary expressions. (no-nested-ternary)
(#488) Operator '===' must be spaced. (space-infix-ops)
(#488) Operator '?' must be spaced. (space-infix-ops)
(#488) Operator ':' must be spaced. (space-infix-ops)
(#488) Do not nest ternary expressions. (no-nested-ternary)
(#488) Operator '===' must be spaced. (space-infix-ops)
(#488) Operator '?' must be spaced. (space-infix-ops)
(#488) Operator ':' must be spaced. (space-infix-ops)
(#488) Do not nest ternary expressions. (no-nested-ternary)
(#488) Operator '===' must be spaced. (space-infix-ops)
(#488) Operator '?' must be spaced. (space-infix-ops)
(#488) Operator ':' must be spaced. (space-infix-ops)
(#488) Do not nest ternary expressions. (no-nested-ternary)
(#488) Operator '===' must be spaced. (space-infix-ops)
(#488) Operator '?' must be spaced. (space-infix-ops)
(#488) Operator ':' must be spaced. (space-infix-ops)
(#488) Do not nest ternary expressions. (no-nested-ternary)
(#488) Operator '===' must be spaced. (space-infix-ops)
(#488) Operator '?' must be spaced. (space-infix-ops)
(#488) Operator ':' must be spaced. (space-infix-ops)
(#488) Do not nest ternary expressions. (no-nested-ternary)
(#488) Operator '===' must be spaced. (space-infix-ops)
(#488) Operator '||' must be spaced. (space-infix-ops)
(#488) Operator '===' must be spaced. (space-infix-ops)
(#488) Operator '?' must be spaced. (space-infix-ops)
(#488) Operator ':' must be spaced. (space-infix-ops)
(#489) This line has a length of 519. Maximum allowed is 132. (max-len)
(#489) Do not nest ternary expressions. (no-nested-ternary)
(#489) Operator '===' must be spaced. (space-infix-ops)
(#489) Operator '||' must be spaced. (space-infix-ops)
(#489) Operator '===' must be spaced. (space-infix-ops)
(#489) Operator '?' must be spaced. (space-infix-ops)
(#489) Operator ':' must be spaced. (space-infix-ops)
(#489) Do not nest ternary expressions. (no-nested-ternary)
(#489) Operator '===' must be spaced. (space-infix-ops)
(#489) Operator '?' must be spaced. (space-infix-ops)
(#489) Operator '||' must be spaced. (space-infix-ops)
(#489) A space is required after ','. (comma-spacing)
(#489) A space is required after ','. (comma-spacing)
(#489) A space is required after ','. (comma-spacing)
(#489) Operator ':' must be spaced. (space-infix-ops)
(#489) Do not nest ternary expressions. (no-nested-ternary)
(#489) Operator '===' must be spaced. (space-infix-ops)
(#489) Operator '?' must be spaced. (space-infix-ops)
(#489) Operator ':' must be spaced. (space-infix-ops)
(#489) Operator '===' must be spaced. (space-infix-ops)
(#489) Operator '?' must be spaced. (space-infix-ops)
(#489) Operator ':' must be spaced. (space-infix-ops)
(#489) Operator '===' must be spaced. (space-infix-ops)
(#489) Operator '&&' must be spaced. (space-infix-ops)
(#489) Missing whitespace after semicolon. (semi-spacing)
(#489) Expected space(s) after "if". (keyword-spacing)
(#489) Operator '===' must be spaced. (space-infix-ops)
(#489) Expected { after 'if' condition. (curly)
(#489) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#489) Expected space(s) before "this". (keyword-spacing)
(#489) Operator '||' must be spaced. (space-infix-ops)
(#490) This line has a length of 528. Maximum allowed is 132. (max-len)
(#490) Operator '=' must be spaced. (space-infix-ops)
(#490) A space is required after ','. (comma-spacing)
(#490) A space is required after ','. (comma-spacing)
(#490) A space is required after ','. (comma-spacing)
(#490) Operator '=' must be spaced. (space-infix-ops)
(#490) A space is required after ','. (comma-spacing)
(#490) Operator '?' must be spaced. (space-infix-ops)
(#490) Operator ':' must be spaced. (space-infix-ops)
(#490) Missing whitespace after semicolon. (semi-spacing)
(#490) Expected space(s) after "if". (keyword-spacing)
(#490) Operator '===' must be spaced. (space-infix-ops)
(#490) Expected { after 'if' condition. (curly)
(#490) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#490) Expected space(s) before "this". (keyword-spacing)
(#490) Operator '&&' must be spaced. (space-infix-ops)
(#490) Unexpected use of comma operator. (no-sequences)
(#490) A space is required after ','. (comma-spacing)
(#490) Operator '?' must be spaced. (space-infix-ops)
(#490) Operator '&&' must be spaced. (space-infix-ops)
(#490) Operator ':' must be spaced. (space-infix-ops)
(#490) Operator '===' must be spaced. (space-infix-ops)
(#490) Operator '&&' must be spaced. (space-infix-ops)
(#491) This line has a length of 512. Maximum allowed is 132. (max-len)
(#491) Operator '?' must be spaced. (space-infix-ops)
(#491) A space is required after ','. (comma-spacing)
(#491) Operator ':' must be spaced. (space-infix-ops)
(#491) Missing whitespace after semicolon. (semi-spacing)
(#491) Expected space(s) after "if". (keyword-spacing)
(#491) Operator '===' must be spaced. (space-infix-ops)
(#491) Expected { after 'if' condition. (curly)
(#491) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#491) Expected space(s) before "this". (keyword-spacing)
(#491) Operator '&&' must be spaced. (space-infix-ops)
(#491) Operator '&&' must be spaced. (space-infix-ops)
(#491) Operator '!==' must be spaced. (space-infix-ops)
(#491) Operator '&&' must be spaced. (space-infix-ops)
(#492) This line has a length of 502. Maximum allowed is 132. (max-len)
(#492) Missing whitespace after semicolon. (semi-spacing)
(#492) Expected space(s) after "if". (keyword-spacing)
(#492) Operator '<=' must be spaced. (space-infix-ops)
(#492) Operator '&&' must be spaced. (space-infix-ops)
(#492) Operator '>=' must be spaced. (space-infix-ops)
(#492) Requires a space after '{'. (block-spacing)
(#492) Statement inside of curly braces should be on next line. (brace-style)
(#492) Missing space before opening brace. (space-before-blocks)
(#492) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#492) Operator '=' must be spaced. (space-infix-ops)
(#492) Missing '()' invoking a constructor. (new-parens)
(#492) Missing whitespace after semicolon. (semi-spacing)
(#492) Expected space(s) after "switch". (keyword-spacing)
(#492) Requires a space after '{'. (block-spacing)
(#492) Statement inside of curly braces should be on next line. (brace-style)
(#492) Missing space before opening brace. (space-before-blocks)
(#492) Operator '=' must be spaced. (space-infix-ops)
(#492) Missing whitespace after semicolon. (semi-spacing)
(#492) Missing whitespace after semicolon. (semi-spacing)
(#492) Operator '=' must be spaced. (space-infix-ops)
(#492) Missing whitespace after semicolon. (semi-spacing)
(#492) Missing whitespace after semicolon. (semi-spacing)
(#492) Operator '=' must be spaced. (space-infix-ops)
(#492) Missing whitespace after semicolon. (semi-spacing)
(#492) Missing whitespace after semicolon. (semi-spacing)
(#492) Operator '=' must be spaced. (space-infix-ops)
(#492) Requires a space before '}'. (block-spacing)
(#492) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#492) Missing semicolon. (semi)
(#492) Expected space(s) before "this". (keyword-spacing)
(#492) Operator '&&' must be spaced. (space-infix-ops)
(#492) Operator '?' must be spaced. (space-infix-ops)
(#492) Operator ':' must be spaced. (space-infix-ops)
(#492) A space is required after ','. (comma-spacing)
(#492) Requires a space before '}'. (block-spacing)
(#492) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#492) Missing semicolon. (semi)
(#492) Expected space(s) before "else". (keyword-spacing)
(#492) Expected space(s) after "if". (keyword-spacing)
(#492) Operator '===' must be spaced. (space-infix-ops)
(#492) Operator '||' must be spaced. (space-infix-ops)
(#492) Operator '===' must be spaced. (space-infix-ops)
(#492) Operator '||' must be spaced. (space-infix-ops)
(#492) Operator '===' must be spaced. (space-infix-ops)
(#492) Operator '||' must be spaced. (space-infix-ops)
(#492) Operator '===' must be spaced. (space-infix-ops)
(#492) Expected { after 'if' condition. (curly)
(#492) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#492) Expected space(s) before "this". (keyword-spacing)
(#492) Operator '&&' must be spaced. (space-infix-ops)
(#493) This line has a length of 501. Maximum allowed is 132. (max-len)
(#493) Operator '&&' must be spaced. (space-infix-ops)
(#493) A space is required after ','. (comma-spacing)
(#493) Operator '===' must be spaced. (space-infix-ops)
(#493) Operator '||' must be spaced. (space-infix-ops)
(#493) Operator '===' must be spaced. (space-infix-ops)
(#493) Operator '?' must be spaced. (space-infix-ops)
(#493) Operator ':' must be spaced. (space-infix-ops)
(#493) Missing whitespace after semicolon. (semi-spacing)
(#493) Expected space(s) after "if". (keyword-spacing)
(#493) Operator '===' must be spaced. (space-infix-ops)
(#493) Operator '||' must be spaced. (space-infix-ops)
(#493) Operator '===' must be spaced. (space-infix-ops)
(#493) Expected { after 'if' condition. (curly)
(#493) Expected space(s) before "this". (keyword-spacing)
(#493) Missing whitespace after semicolon. (semi-spacing)
(#493) Expected space(s) after "if". (keyword-spacing)
(#493) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#493) Operator '<=' must be spaced. (space-infix-ops)
(#493) Operator '&&' must be spaced. (space-infix-ops)
(#493) Operator '>=' must be spaced. (space-infix-ops)
(#493) Requires a space after '{'. (block-spacing)
(#493) Statement inside of curly braces should be on next line. (brace-style)
(#493) Missing space before opening brace. (space-before-blocks)
(#493) Expected space(s) after "if". (keyword-spacing)
(#493) Requires a space after '{'. (block-spacing)
(#493) Statement inside of curly braces should be on next line. (brace-style)
(#493) Missing space before opening brace. (space-before-blocks)
(#493) Operator '=' must be spaced. (space-infix-ops)
(#493) Operator '-' must be spaced. (space-infix-ops)
(#493) A space is required after ','. (comma-spacing)
(#493) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#493) Operator '=' must be spaced. (space-infix-ops)
(#493) A space is required after ','. (comma-spacing)
(#493) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#493) Operator '=' must be spaced. (space-infix-ops)
(#493) Missing whitespace after semicolon. (semi-spacing)
(#493) Expected space(s) after "if". (keyword-spacing)
(#493) Expected { after 'if' condition. (curly)
(#493) Expected space(s) before "if". (keyword-spacing)
(#493) Expected space(s) after "if". (keyword-spacing)
(#493) 'q' used outside of binding context. (block-scoped-var)
(#493) Operator '=' must be spaced. (space-infix-ops)
(#493) Unexpected use of comma operator. (no-sequences)
(#493) A space is required after ','. (comma-spacing)
(#493) Requires a space after '{'. (block-spacing)
(#493) Statement inside of curly braces should be on next line. (brace-style)
(#493) Missing space before opening brace. (space-before-blocks)
(#493) Expected space(s) after "if". (keyword-spacing)
(#493) Operator '<' must be spaced. (space-infix-ops)
(#493) Operator '&&' must be spaced. (space-infix-ops)
(#493) Operator '>' must be spaced. (space-infix-ops)
(#493) Requires a space after '{'. (block-spacing)
(#493) Statement inside of curly braces should be on next line. (brace-style)
(#493) Missing space before opening brace. (space-before-blocks)
(#493) Operator '=' must be spaced. (space-infix-ops)
(#493) A space is required after ','. (comma-spacing)
(#493) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#493) Operator '=' must be spaced. (space-infix-ops)
(#493) A space is required after ','. (comma-spacing)
(#493) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#493) Operator '=' must be spaced. (space-infix-ops)
(#494) This line has a length of 523. Maximum allowed is 132. (max-len)
(#494) Operator '*' must be spaced. (space-infix-ops)
(#494) Operator '/' must be spaced. (space-infix-ops)
(#494) Missing whitespace after semicolon. (semi-spacing)
(#494) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#494) Operator '!==' must be spaced. (space-infix-ops)
(#494) Operator '&&' must be spaced. (space-infix-ops)
(#494) Operator '=' must be spaced. (space-infix-ops)
(#494) Missing whitespace after semicolon. (semi-spacing)
(#494) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#494) Operator '=' must be spaced. (space-infix-ops)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) A space is required after ','. (comma-spacing)
(#494) Missing whitespace after semicolon. (semi-spacing)
(#494) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#494) Operator '===' must be spaced. (space-infix-ops)
(#494) Operator '&&' must be spaced. (space-infix-ops)
(#494) Missing whitespace after semicolon. (semi-spacing)
(#494) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#494) A space is required after ','. (comma-spacing)
(#494) Operator '||' must be spaced. (space-infix-ops)
(#494) A space is required after ','. (comma-spacing)
(#494) Missing whitespace after semicolon. (semi-spacing)
(#494) Operator '=' must be spaced. (space-infix-ops)
(#494) Missing whitespace after semicolon. (semi-spacing)
(#494) Expected space(s) after "for". (keyword-spacing)
(#494) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#494) Operator '=' must be spaced. (space-infix-ops)
(#494) Missing whitespace after semicolon. (semi-spacing)
(#494) Operator '<' must be spaced. (space-infix-ops)
(#494) Missing whitespace after semicolon. (semi-spacing)
(#494) Expected { after 'for' condition. (curly)
(#494) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#494) Operator '===' must be spaced. (space-infix-ops)
(#494) Operator '&&' must be spaced. (space-infix-ops)
(#494) Unexpected use of comma operator. (no-sequences)
(#494) A space is required after ','. (comma-spacing)
(#494) Operator '-' must be spaced. (space-infix-ops)
(#494) A space is required after ','. (comma-spacing)
(#494) Operator '||' must be spaced. (space-infix-ops)
(#494) Operator '-' must be spaced. (space-infix-ops)
(#494) A space is required after ','. (comma-spacing)
(#494) Missing whitespace after semicolon. (semi-spacing)
(#494) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#494) Operator '-' must be spaced. (space-infix-ops)
(#494) A space is required after ','. (comma-spacing)
(#494) Operator '||' must be spaced. (space-infix-ops)
(#495) This line has a length of 502. Maximum allowed is 132. (max-len)
(#495) Operator '-' must be spaced. (space-infix-ops)
(#495) A space is required after ','. (comma-spacing)
(#495) Requires a space before '}'. (block-spacing)
(#495) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#495) Missing semicolon. (semi)
(#495) Requires a space before '}'. (block-spacing)
(#495) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#495) Expected space(s) before "else". (keyword-spacing)
(#495) Expected space(s) after "else". (keyword-spacing)
(#495) Requires a space after '{'. (block-spacing)
(#495) Statement inside of curly braces should be on next line. (brace-style)
(#495) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#495) Operator '===' must be spaced. (space-infix-ops)
(#495) Operator '&&' must be spaced. (space-infix-ops)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) 'A' used outside of binding context. (block-scoped-var)
(#495) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) A space is required after ','. (comma-spacing)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) 'a' used outside of binding context. (block-scoped-var)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) 'b' used outside of binding context. (block-scoped-var)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Expected space(s) after "for". (keyword-spacing)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Operator '<' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Requires a space after '{'. (block-spacing)
(#495) Statement inside of curly braces should be on next line. (brace-style)
(#495) Missing space before opening brace. (space-before-blocks)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) 'a' used outside of binding context. (block-scoped-var)
(#495) Operator '+' must be spaced. (space-infix-ops)
(#495) Operator '===' must be spaced. (space-infix-ops)
(#495) Operator '%' must be spaced. (space-infix-ops)
(#495) Operator '?' must be spaced. (space-infix-ops)
(#495) Operator '/' must be spaced. (space-infix-ops)
(#495) Operator ':' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) 'A' used outside of binding context. (block-scoped-var)
(#495) Operator '+=' must be spaced. (space-infix-ops)
(#495) Operator '*' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) 'A' used outside of binding context. (block-scoped-var)
(#495) Operator '-=' must be spaced. (space-infix-ops)
(#495) Operator '*' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) A space is required after ','. (comma-spacing)
(#495) 'A' used outside of binding context. (block-scoped-var)
(#495) A space is required after ','. (comma-spacing)
(#495) 'A' used outside of binding context. (block-scoped-var)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Expected space(s) after "for". (keyword-spacing)
(#495) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) A space is required after ','. (comma-spacing)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) A space is required after ','. (comma-spacing)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) A space is required after ','. (comma-spacing)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Operator '<' must be spaced. (space-infix-ops)
(#495) Missing whitespace after semicolon. (semi-spacing)
(#495) Expected { after 'for' condition. (curly)
(#495) Expected space(s) before "for". (keyword-spacing)
(#495) Expected space(s) after "for". (keyword-spacing)
(#495) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) A space is required after ','. (comma-spacing)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#495) A space is required after ','. (comma-spacing)
(#495) Operator '=' must be spaced. (space-infix-ops)
(#496) This line has a length of 522. Maximum allowed is 132. (max-len)
(#496) Missing whitespace after semicolon. (semi-spacing)
(#496) Operator '<' must be spaced. (space-infix-ops)
(#496) Missing whitespace after semicolon. (semi-spacing)
(#496) Requires a space after '{'. (block-spacing)
(#496) Statement inside of curly braces should be on next line. (brace-style)
(#496) Missing space before opening brace. (space-before-blocks)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) A space is required after ','. (comma-spacing)
(#496) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) Missing whitespace after semicolon. (semi-spacing)
(#496) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#496) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#496) Operator '<' must be spaced. (space-infix-ops)
(#496) Operator '&&' must be spaced. (space-infix-ops)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) A space is required after ','. (comma-spacing)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) Requires a space before '}'. (block-spacing)
(#496) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#496) Missing semicolon. (semi)
(#496) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#496) Operator '>' must be spaced. (space-infix-ops)
(#496) 'n' used outside of binding context. (block-scoped-var)
(#496) Operator '?' must be spaced. (space-infix-ops)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) 'w' used outside of binding context. (block-scoped-var)
(#496) Operator ':' must be spaced. (space-infix-ops)
(#496) Missing whitespace after semicolon. (semi-spacing)
(#496) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#496) 'b' used outside of binding context. (block-scoped-var)
(#496) A space is required after ','. (comma-spacing)
(#496) Operator '||' must be spaced. (space-infix-ops)
(#496) 'b' used outside of binding context. (block-scoped-var)
(#496) A space is required after ','. (comma-spacing)
(#496) Missing whitespace after semicolon. (semi-spacing)
(#496) 'b' used outside of binding context. (block-scoped-var)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) Requires a space before '}'. (block-spacing)
(#496) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#496) Missing semicolon. (semi)
(#496) Requires a space before '}'. (block-spacing)
(#496) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#496) Expected space(s) before "else". (keyword-spacing)
(#496) Expected space(s) after "if". (keyword-spacing)
(#496) Expected { after 'if' condition. (curly)
(#496) Expected space(s) before "if". (keyword-spacing)
(#496) Expected space(s) after "if". (keyword-spacing)
(#496) 'q' used outside of binding context. (block-scoped-var)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) Unexpected use of comma operator. (no-sequences)
(#496) A space is required after ','. (comma-spacing)
(#496) Requires a space after '{'. (block-spacing)
(#496) Statement inside of curly braces should be on next line. (brace-style)
(#496) Missing space before opening brace. (space-before-blocks)
(#496) Expected space(s) after "if". (keyword-spacing)
(#496) Operator '<' must be spaced. (space-infix-ops)
(#496) Operator '&&' must be spaced. (space-infix-ops)
(#496) Operator '>' must be spaced. (space-infix-ops)
(#496) Requires a space after '{'. (block-spacing)
(#496) Statement inside of curly braces should be on next line. (brace-style)
(#496) Missing space before opening brace. (space-before-blocks)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) A space is required after ','. (comma-spacing)
(#496) Missing whitespace after semicolon. (semi-spacing)
(#496) 'b' used outside of binding context. (block-scoped-var)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) Missing whitespace after semicolon. (semi-spacing)
(#496) 'A' used outside of binding context. (block-scoped-var)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) Missing whitespace after semicolon. (semi-spacing)
(#496) 'a' used outside of binding context. (block-scoped-var)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) 'b' used outside of binding context. (block-scoped-var)
(#496) Missing whitespace after semicolon. (semi-spacing)
(#496) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#496) Operator '===' must be spaced. (space-infix-ops)
(#496) Operator '&&' must be spaced. (space-infix-ops)
(#496) 'b' used outside of binding context. (block-scoped-var)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#496) A space is required after ','. (comma-spacing)
(#496) 'A' used outside of binding context. (block-scoped-var)
(#496) Operator '=' must be spaced. (space-infix-ops)
(#497) This line has a length of 502. Maximum allowed is 132. (max-len)
(#497) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#497) Operator '===' must be spaced. (space-infix-ops)
(#497) 'a' used outside of binding context. (block-scoped-var)
(#497) Operator '&&' must be spaced. (space-infix-ops)
(#497) Missing whitespace after semicolon. (semi-spacing)
(#497) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#497) 'b' used outside of binding context. (block-scoped-var)
(#497) A space is required after ','. (comma-spacing)
(#497) Operator '||' must be spaced. (space-infix-ops)
(#497) 'b' used outside of binding context. (block-scoped-var)
(#497) A space is required after ','. (comma-spacing)
(#497) Missing whitespace after semicolon. (semi-spacing)
(#497) 'b' used outside of binding context. (block-scoped-var)
(#497) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#497) Operator '=' must be spaced. (space-infix-ops)
(#497) Missing whitespace after semicolon. (semi-spacing)
(#497) Expected space(s) after "for". (keyword-spacing)
(#497) 'd' used outside of binding context. (block-scoped-var)
(#497) Operator '=' must be spaced. (space-infix-ops)
(#497) Missing whitespace after semicolon. (semi-spacing)
(#497) 'b' used outside of binding context. (block-scoped-var)
(#497) Operator '<' must be spaced. (space-infix-ops)
(#497) 'd' used outside of binding context. (block-scoped-var)
(#497) Missing whitespace after semicolon. (semi-spacing)
(#497) 'b' used outside of binding context. (block-scoped-var)
(#497) Expected { after 'for' condition. (curly)
(#497) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#497) Operator '===' must be spaced. (space-infix-ops)
(#497) 'a' used outside of binding context. (block-scoped-var)
(#497) 'b' used outside of binding context. (block-scoped-var)
(#497) Operator '&&' must be spaced. (space-infix-ops)
(#497) 'b' used outside of binding context. (block-scoped-var)
(#497) Unexpected use of comma operator. (no-sequences)
(#497) A space is required after ','. (comma-spacing)
(#497) 'b' used outside of binding context. (block-scoped-var)
(#497) Operator '-' must be spaced. (space-infix-ops)
(#497) A space is required after ','. (comma-spacing)
(#497) 'b' used outside of binding context. (block-scoped-var)
(#497) Operator '||' must be spaced. (space-infix-ops)
(#497) 'b' used outside of binding context. (block-scoped-var)
(#497) Operator '-' must be spaced. (space-infix-ops)
(#497) A space is required after ','. (comma-spacing)
(#497) 'b' used outside of binding context. (block-scoped-var)
(#497) Missing whitespace after semicolon. (semi-spacing)
(#497) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#497) Operator '-' must be spaced. (space-infix-ops)
(#497) A space is required after ','. (comma-spacing)
(#497) 'A' used outside of binding context. (block-scoped-var)
(#497) Operator '||' must be spaced. (space-infix-ops)
(#497) Operator '-' must be spaced. (space-infix-ops)
(#497) A space is required after ','. (comma-spacing)
(#497) 'A' used outside of binding context. (block-scoped-var)
(#497) Requires a space before '}'. (block-spacing)
(#497) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#497) Missing semicolon. (semi)
(#497) Requires a space before '}'. (block-spacing)
(#497) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#497) Expected space(s) before "else". (keyword-spacing)
(#497) Expected space(s) after "if". (keyword-spacing)
(#497) Operator '<' must be spaced. (space-infix-ops)
(#497) Operator '&&' must be spaced. (space-infix-ops)
(#497) Operator '>' must be spaced. (space-infix-ops)
(#497) Operator '&&' must be spaced. (space-infix-ops)
(#497) Operator '!==' must be spaced. (space-infix-ops)
(#497) Expected { after 'if' condition. (curly)
(#497) Expected space(s) before "this". (keyword-spacing)
(#497) A space is required after ','. (comma-spacing)
(#497) A space is required after ','. (comma-spacing)
(#497) Missing whitespace after semicolon. (semi-spacing)
(#497) Expected space(s) after "if". (keyword-spacing)
(#497) Operator '===' must be spaced. (space-infix-ops)
(#497) Operator '||' must be spaced. (space-infix-ops)
(#497) Operator '===' must be spaced. (space-infix-ops)
(#498) This line has a length of 505. Maximum allowed is 132. (max-len)
(#498) 'A' used outside of binding context. (block-scoped-var)
(#498) Expected { after 'if' condition. (curly)
(#498) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#498) Operator '=' must be spaced. (space-infix-ops)
(#498) Unexpected use of comma operator. (no-sequences)
(#498) A space is required after ','. (comma-spacing)
(#498) Operator '===' must be spaced. (space-infix-ops)
(#498) Operator '&&' must be spaced. (space-infix-ops)
(#498) 'A' used outside of binding context. (block-scoped-var)
(#498) Operator '=' must be spaced. (space-infix-ops)
(#498) A space is required after ','. (comma-spacing)
(#498) A space is required after ','. (comma-spacing)
(#498) A space is required after ','. (comma-spacing)
(#498) 'A' used outside of binding context. (block-scoped-var)
(#498) Missing whitespace after semicolon. (semi-spacing)
(#498) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#498) Operator '===' must be spaced. (space-infix-ops)
(#498) Operator '&&' must be spaced. (space-infix-ops)
(#498) Operator '===' must be spaced. (space-infix-ops)
(#498) Operator '||' must be spaced. (space-infix-ops)
(#498) A space is required after ','. (comma-spacing)
(#498) 'q' used outside of binding context. (block-scoped-var)
(#498) A space is required after ','. (comma-spacing)
(#498) A space is required after ','. (comma-spacing)
(#498) Requires a space before '}'. (block-spacing)
(#498) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#498) Missing semicolon. (semi)
(#498) Requires a space before '}'. (block-spacing)
(#498) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#498) Expected space(s) before "else". (keyword-spacing)
(#498) Expected space(s) after "if". (keyword-spacing)
(#498) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#498) Operator '<=' must be spaced. (space-infix-ops)
(#498) Operator '&&' must be spaced. (space-infix-ops)
(#498) Operator '>=' must be spaced. (space-infix-ops)
(#498) Operator '&&' must be spaced. (space-infix-ops)
(#498) Expected { after 'if' condition. (curly)
(#498) Expected space(s) before "if". (keyword-spacing)
(#498) Expected space(s) after "if". (keyword-spacing)
(#498) Requires a space after '{'. (block-spacing)
(#498) Statement inside of curly braces should be on next line. (brace-style)
(#498) Missing space before opening brace. (space-before-blocks)
(#498) 'q' used outside of binding context. (block-scoped-var)
(#498) Operator '=' must be spaced. (space-infix-ops)
(#498) Missing whitespace after semicolon. (semi-spacing)
(#498) 'e' used outside of binding context. (block-scoped-var)
(#498) Operator '=' must be spaced. (space-infix-ops)
(#498) Missing whitespace after semicolon. (semi-spacing)
(#498) 'A' used outside of binding context. (block-scoped-var)
(#498) Operator '=' must be spaced. (space-infix-ops)
(#498) Missing whitespace after semicolon. (semi-spacing)
(#498) Expected space(s) after "for". (keyword-spacing)
(#498) 'a' used outside of binding context. (block-scoped-var)
(#498) Operator '=' must be spaced. (space-infix-ops)
(#498) Missing whitespace after semicolon. (semi-spacing)
(#498) 'A' used outside of binding context. (block-scoped-var)
(#498) Operator '<' must be spaced. (space-infix-ops)
(#498) 'a' used outside of binding context. (block-scoped-var)
(#498) Missing whitespace after semicolon. (semi-spacing)
(#498) 'A' used outside of binding context. (block-scoped-var)
(#498) Expected { after 'for' condition. (curly)
(#498) Expected space(s) before "if". (keyword-spacing)
(#498) Expected space(s) after "if". (keyword-spacing)
(#498) Operator '===' must be spaced. (space-infix-ops)
(#498) 'q' used outside of binding context. (block-scoped-var)
(#498) Expected { after 'if' condition. (curly)
(#498) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#498) 'A' used outside of binding context. (block-scoped-var)
(#498) Operator '===' must be spaced. (space-infix-ops)
(#498) Operator '?' must be spaced. (space-infix-ops)
(#499) This line has a length of 529. Maximum allowed is 132. (max-len)
(#499) 'e' used outside of binding context. (block-scoped-var)
(#499) Operator '=' must be spaced. (space-infix-ops)
(#499) Operator ':' must be spaced. (space-infix-ops)
(#499) 'A' used outside of binding context. (block-scoped-var)
(#499) Operator '===' must be spaced. (space-infix-ops)
(#499) 'q' used outside of binding context. (block-scoped-var)
(#499) Operator '&&' must be spaced. (space-infix-ops)
(#499) 'e' used outside of binding context. (block-scoped-var)
(#499) Operator '&&' must be spaced. (space-infix-ops)
(#499) 'B' used outside of binding context. (block-scoped-var)
(#499) Operator '?' must be spaced. (space-infix-ops)
(#499) 'B' used outside of binding context. (block-scoped-var)
(#499) Operator '=' must be spaced. (space-infix-ops)
(#499) 'A' used outside of binding context. (block-scoped-var)
(#499) Operator ':' must be spaced. (space-infix-ops)
(#499) 'y' used outside of binding context. (block-scoped-var)
(#499) Operator '||' must be spaced. (space-infix-ops)
(#499) 'y' used outside of binding context. (block-scoped-var)
(#499) Operator '=' must be spaced. (space-infix-ops)
(#499) 'A' used outside of binding context. (block-scoped-var)
(#499) Missing whitespace after semicolon. (semi-spacing)
(#499) Expected space(s) after "if". (keyword-spacing)
(#499) 'A' used outside of binding context. (block-scoped-var)
(#499) Operator '===' must be spaced. (space-infix-ops)
(#499) 'q' used outside of binding context. (block-scoped-var)
(#499) Requires a space after '{'. (block-spacing)
(#499) Statement inside of curly braces should be on next line. (brace-style)
(#499) Missing space before opening brace. (space-before-blocks)
(#499) 'y' used outside of binding context. (block-scoped-var)
(#499) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#499) Operator '=' must be spaced. (space-infix-ops)
(#499) 'A' used outside of binding context. (block-scoped-var)
(#499) Missing whitespace after semicolon. (semi-spacing)
(#499) Requires a space before '}'. (block-spacing)
(#499) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#499) Missing semicolon. (semi)
(#499) 'q' used outside of binding context. (block-scoped-var)
(#499) Operator '=' must be spaced. (space-infix-ops)
(#499) Missing whitespace after semicolon. (semi-spacing)
(#499) 'B' used outside of binding context. (block-scoped-var)
(#499) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#499) Operator '?' must be spaced. (space-infix-ops)
(#499) 'q' used outside of binding context. (block-scoped-var)
(#499) Operator '=' must be spaced. (space-infix-ops)
(#499) 'B' used outside of binding context. (block-scoped-var)
(#499) Operator ':' must be spaced. (space-infix-ops)
(#499) 'y' used outside of binding context. (block-scoped-var)
(#499) Operator '&&' must be spaced. (space-infix-ops)
(#499) 'q' used outside of binding context. (block-scoped-var)
(#499) Operator '=' must be spaced. (space-infix-ops)
(#499) 'y' used outside of binding context. (block-scoped-var)
(#499) Missing whitespace after semicolon. (semi-spacing)
(#499) 'q' used outside of binding context. (block-scoped-var)
(#499) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#499) Operator '!==' must be spaced. (space-infix-ops)
(#499) Operator '&&' must be spaced. (space-infix-ops)
(#499) A space is required after ','. (comma-spacing)
(#499) 'q' used outside of binding context. (block-scoped-var)
(#499) Requires a space before '}'. (block-spacing)
(#499) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#499) Missing semicolon. (semi)
(#499) Expected space(s) before "else". (keyword-spacing)
(#499) Expected { after 'else'. (curly)
(#499) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#499) Operator '&&' must be spaced. (space-infix-ops)
(#499) Operator '===' must be spaced. (space-infix-ops)
(#499) Operator '&&' must be spaced. (space-infix-ops)
(#499) Missing whitespace after semicolon. (semi-spacing)
(#499) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#499) Operator '&&' must be spaced. (space-infix-ops)
(#499) Requires a space before '}'. (block-spacing)
(#499) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#499) Missing semicolon. (semi)
(#499) Missing whitespace after semicolon. (semi-spacing)
(#499) Operator '=' must be spaced. (space-infix-ops)
(#499) Requires a space after '{'. (block-spacing)
(#499) Statement inside of curly braces should be on next line. (brace-style)
(#499) Missing space before opening brace. (space-before-blocks)
(#499) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#499) Operator '&&' must be spaced. (space-infix-ops)
(#499) Requires a space before '}'. (block-spacing)
(#499) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#499) Missing semicolon. (semi)
(#499) Missing whitespace after semicolon. (semi-spacing)
(#499) Operator '=' must be spaced. (space-infix-ops)
(#499) Requires a space after '{'. (block-spacing)
(#499) Statement inside of curly braces should be on next line. (brace-style)
(#499) Missing space before opening brace. (space-before-blocks)
(#499) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#499) Operator '===' must be spaced. (space-infix-ops)
(#500) This line has a length of 358. Maximum allowed is 132. (max-len)
(#500) Operator '&&' must be spaced. (space-infix-ops)
(#500) Operator '&&' must be spaced. (space-infix-ops)
(#500) Operator '=' must be spaced. (space-infix-ops)
(#500) A space is required after ','. (comma-spacing)
(#500) A space is required after ','. (comma-spacing)
(#500) Missing whitespace after semicolon. (semi-spacing)
(#500) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#500) Operator '&&' must be spaced. (space-infix-ops)
(#500) Requires a space before '}'. (block-spacing)
(#500) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#500) Missing semicolon. (semi)
(#500) Requires a space before '}'. (block-spacing)
(#500) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#500) Missing semicolon. (semi)
(#500) 'ChemDoodle' is not defined. (no-undef)
(#500) A space is required after ','. (comma-spacing)
(#500) 'ChemDoodle' is not defined. (no-undef)
(#500) A space is required after ','. (comma-spacing)
(#500) 'ChemDoodle' is not defined. (no-undef)
(#500) A space is required after ','. (comma-spacing)
(#500) 'ChemDoodle' is not defined. (no-undef)
(#500) A space is required after ','. (comma-spacing)
(#500) 'ChemDoodle' is not defined. (no-undef)
(#500) A space is required after ','. (comma-spacing)
(#500) 'ChemDoodle' is not defined. (no-undef)
(#500) A space is required after ','. (comma-spacing)
(#500) 'ChemDoodle' is not defined. (no-undef)
(#500) A space is required after ','. (comma-spacing)
(#500) 'ChemDoodle' is not defined. (no-undef)
(#500) A space is required after ','. (comma-spacing)
(#500) A space is required after ','. (comma-spacing)
(#501) This line has a length of 368. Maximum allowed is 132. (max-len)
(#501) A space is required after ','. (comma-spacing)
(#501) A space is required after ','. (comma-spacing)
(#501) 'v' is defined but never used. (no-unused-vars)
(#501) Requires a space after '{'. (block-spacing)
(#501) Statement inside of curly braces should be on next line. (brace-style)
(#501) Missing space before opening brace. (space-before-blocks)
(#501) Operator '=' must be spaced. (space-infix-ops)
(#501) Requires a space after '{'. (block-spacing)
(#501) Statement inside of curly braces should be on next line. (brace-style)
(#501) Missing space before opening brace. (space-before-blocks)
(#501) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#501) Requires a space before '}'. (block-spacing)
(#501) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#501) Missing semicolon. (semi)
(#501) Missing whitespace after semicolon. (semi-spacing)
(#501) Operator '=' must be spaced. (space-infix-ops)
(#501) Operator '=' must be spaced. (space-infix-ops)
(#501) Missing '()' invoking a constructor. (new-parens)
(#501) Missing whitespace after semicolon. (semi-spacing)
(#501) Operator '=' must be spaced. (space-infix-ops)
(#501) Missing whitespace after semicolon. (semi-spacing)
(#501) Operator '=' must be spaced. (space-infix-ops)
(#501) 'r' is defined but never used. (no-unused-vars)
(#501) Requires a space after '{'. (block-spacing)
(#501) Statement inside of curly braces should be on next line. (brace-style)
(#501) Missing space before opening brace. (space-before-blocks)
(#501) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#501) Operator '&&' must be spaced. (space-infix-ops)
(#501) A space is required after ','. (comma-spacing)
(#501) Requires a space before '}'. (block-spacing)
(#501) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#501) Missing semicolon. (semi)
(#501) Missing whitespace after semicolon. (semi-spacing)
(#501) Operator '=' must be spaced. (space-infix-ops)
(#501) Requires a space after '{'. (block-spacing)
(#501) Statement inside of curly braces should be on next line. (brace-style)
(#501) Missing space before opening brace. (space-before-blocks)
(#501) A space is required after ','. (comma-spacing)
(#501) A space is required after ','. (comma-spacing)
(#501) Requires a space before '}'. (block-spacing)
(#501) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#501) Missing semicolon. (semi)
(#501) Requires a space before '}'. (block-spacing)
(#501) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#501) Missing semicolon. (semi)
(#501) 'ChemDoodle' is not defined. (no-undef)
(#501) A space is required after ','. (comma-spacing)
(#501) 'ChemDoodle' is not defined. (no-undef)
(#502) This line has a length of 501. Maximum allowed is 132. (max-len)
(#502) A space is required after ','. (comma-spacing)
(#502) A space is required after ','. (comma-spacing)
(#502) A space is required after ','. (comma-spacing)
(#502) A space is required after ','. (comma-spacing)
(#502) A space is required after ','. (comma-spacing)
(#502) A space is required after ','. (comma-spacing)
(#502) A space is required after ','. (comma-spacing)
(#502) Requires a space after '{'. (block-spacing)
(#502) Statement inside of curly braces should be on next line. (brace-style)
(#502) Missing space before opening brace. (space-before-blocks)
(#502) Missing JSDoc comment. (require-jsdoc)
(#502) A space is required after ','. (comma-spacing)
(#502) A space is required after ','. (comma-spacing)
(#502) A space is required after ','. (comma-spacing)
(#502) A space is required after ','. (comma-spacing)
(#502) A space is required after ','. (comma-spacing)
(#502) Requires a space after '{'. (block-spacing)
(#502) Statement inside of curly braces should be on next line. (brace-style)
(#502) Missing space before opening brace. (space-before-blocks)
(#502) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#502) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#502) Operator '&&' must be spaced. (space-infix-ops)
(#502) Operator '===' must be spaced. (space-infix-ops)
(#502) Operator '&&' must be spaced. (space-infix-ops)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) A space is required after ','. (comma-spacing)
(#502) A space is required after ','. (comma-spacing)
(#502) Operator '<' must be spaced. (space-infix-ops)
(#502) Operator '?' must be spaced. (space-infix-ops)
(#502) A space is required after ','. (comma-spacing)
(#502) A space is required after ','. (comma-spacing)
(#502) Operator '+' must be spaced. (space-infix-ops)
(#502) A space is required after ','. (comma-spacing)
(#502) Operator '-' must be spaced. (space-infix-ops)
(#502) A space is required after ','. (comma-spacing)
(#502) Operator '+' must be spaced. (space-infix-ops)
(#502) A space is required after ','. (comma-spacing)
(#502) Operator ':' must be spaced. (space-infix-ops)
(#502) A space is required after ','. (comma-spacing)
(#502) Operator '+' must be spaced. (space-infix-ops)
(#502) A space is required after ','. (comma-spacing)
(#502) Operator '+' must be spaced. (space-infix-ops)
(#502) A space is required after ','. (comma-spacing)
(#502) Operator '+' must be spaced. (space-infix-ops)
(#502) A space is required after ','. (comma-spacing)
(#502) Operator '+' must be spaced. (space-infix-ops)
(#502) A space is required after ','. (comma-spacing)
(#502) Operator '+' must be spaced. (space-infix-ops)
(#502) A space is required after ','. (comma-spacing)
(#502) A space is required after ','. (comma-spacing)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) A space is required after ','. (comma-spacing)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) Operator '+' must be spaced. (space-infix-ops)
(#502) A space is required after ','. (comma-spacing)
(#502) Operator '-' must be spaced. (space-infix-ops)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) Operator '+' must be spaced. (space-infix-ops)
(#502) A space is required after ','. (comma-spacing)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) A space is required after ','. (comma-spacing)
(#502) Operator '+' must be spaced. (space-infix-ops)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) Operator '+' must be spaced. (space-infix-ops)
(#502) A space is required after ','. (comma-spacing)
(#502) Operator '+' must be spaced. (space-infix-ops)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) Operator '+' must be spaced. (space-infix-ops)
(#502) A space is required after ','. (comma-spacing)
(#502) Operator '+' must be spaced. (space-infix-ops)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) Requires a space before '}'. (block-spacing)
(#502) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#502) Missing semicolon. (semi)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) Requires a space after '{'. (block-spacing)
(#502) Statement inside of curly braces should be on next line. (brace-style)
(#502) Missing space before opening brace. (space-before-blocks)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) Requires a space before '}'. (block-spacing)
(#502) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#502) Missing semicolon. (semi)
(#502) Missing whitespace after semicolon. (semi-spacing)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#502) Operator '=' must be spaced. (space-infix-ops)
(#503) This line has a length of 516. Maximum allowed is 132. (max-len)
(#503) Missing '()' invoking a constructor. (new-parens)
(#503) Missing whitespace after semicolon. (semi-spacing)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) Missing whitespace after semicolon. (semi-spacing)
(#503) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) Requires a space after '{'. (block-spacing)
(#503) Statement inside of curly braces should be on next line. (brace-style)
(#503) Missing space before opening brace. (space-before-blocks)
(#503) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#503) Operator '||' must be spaced. (space-infix-ops)
(#503) Requires a space before '}'. (block-spacing)
(#503) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#503) Missing semicolon. (semi)
(#503) Missing whitespace after semicolon. (semi-spacing)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) Requires a space after '{'. (block-spacing)
(#503) Statement inside of curly braces should be on next line. (brace-style)
(#503) Missing space before opening brace. (space-before-blocks)
(#503) Expected space(s) after "if". (keyword-spacing)
(#503) Requires a space after '{'. (block-spacing)
(#503) Statement inside of curly braces should be on next line. (brace-style)
(#503) Missing space before opening brace. (space-before-blocks)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) Missing whitespace after semicolon. (semi-spacing)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) Operator '<' must be spaced. (space-infix-ops)
(#503) Operator '?' must be spaced. (space-infix-ops)
(#503) Operator ':' must be spaced. (space-infix-ops)
(#503) Missing whitespace after semicolon. (semi-spacing)
(#503) Expected space(s) after "switch". (keyword-spacing)
(#503) Requires a space after '{'. (block-spacing)
(#503) Statement inside of curly braces should be on next line. (brace-style)
(#503) Missing space before opening brace. (space-before-blocks)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) Operator '+' must be spaced. (space-infix-ops)
(#503) Missing whitespace after semicolon. (semi-spacing)
(#503) Expected space(s) after "if". (keyword-spacing)
(#503) Operator '>' must be spaced. (space-infix-ops)
(#503) Operator '||' must be spaced. (space-infix-ops)
(#503) Operator '>' must be spaced. (space-infix-ops)
(#503) Expected { after 'if' condition. (curly)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) Missing whitespace after semicolon. (semi-spacing)
(#503) Missing whitespace after semicolon. (semi-spacing)
(#503) Expected space(s) after "if". (keyword-spacing)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) Operator '+' must be spaced. (space-infix-ops)
(#503) Unexpected use of comma operator. (no-sequences)
(#503) A space is required after ','. (comma-spacing)
(#503) Operator '<' must be spaced. (space-infix-ops)
(#503) Operator '||' must be spaced. (space-infix-ops)
(#503) Operator '<' must be spaced. (space-infix-ops)
(#503) Expected { after 'if' condition. (curly)
(#503) Operator '=' must be spaced. (space-infix-ops)
(#503) Requires a space before '}'. (block-spacing)
(#503) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#503) Missing semicolon. (semi)
(#503) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#503) Operator '&&' must be spaced. (space-infix-ops)
(#503) A space is required after ','. (comma-spacing)
(#503) A space is required after ','. (comma-spacing)
(#503) Requires a space before '}'. (block-spacing)
(#503) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#503) Missing semicolon. (semi)
(#503) Expected space(s) before "else". (keyword-spacing)
(#503) Expected { after 'else'. (curly)
(#503) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#503) Operator '&&' must be spaced. (space-infix-ops)
(#504) This line has a length of 508. Maximum allowed is 132. (max-len)
(#504) Operator '!==' must be spaced. (space-infix-ops)
(#504) Operator '&&' must be spaced. (space-infix-ops)
(#504) Operator '?' must be spaced. (space-infix-ops)
(#504) Operator '||' must be spaced. (space-infix-ops)
(#504) Operator '=' must be spaced. (space-infix-ops)
(#504) Operator ':' must be spaced. (space-infix-ops)
(#504) Operator '=' must be spaced. (space-infix-ops)
(#504) Operator '=' must be spaced. (space-infix-ops)
(#504) A space is required after ','. (comma-spacing)
(#504) Requires a space before '}'. (block-spacing)
(#504) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#504) Missing semicolon. (semi)
(#504) Missing whitespace after semicolon. (semi-spacing)
(#504) Operator '=' must be spaced. (space-infix-ops)
(#504) Requires a space after '{'. (block-spacing)
(#504) Statement inside of curly braces should be on next line. (brace-style)
(#504) Missing space before opening brace. (space-before-blocks)
(#504) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#504) Operator '=' must be spaced. (space-infix-ops)
(#504) Missing whitespace after semicolon. (semi-spacing)
(#504) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#504) Operator '&&' must be spaced. (space-infix-ops)
(#504) Operator '=' must be spaced. (space-infix-ops)
(#504) A space is required after ','. (comma-spacing)
(#504) A space is required after ','. (comma-spacing)
(#504) A space is required after ','. (comma-spacing)
(#504) A space is required after ','. (comma-spacing)
(#504) A space is required after ','. (comma-spacing)
(#504) Requires a space before '}'. (block-spacing)
(#504) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#504) Missing semicolon. (semi)
(#504) Missing whitespace after semicolon. (semi-spacing)
(#504) Operator '=' must be spaced. (space-infix-ops)
(#504) Requires a space after '{'. (block-spacing)
(#504) Statement inside of curly braces should be on next line. (brace-style)
(#504) Missing space before opening brace. (space-before-blocks)
(#504) Expected space(s) after "if". (keyword-spacing)
(#504) Operator '&&' must be spaced. (space-infix-ops)
(#504) Operator '&&' must be spaced. (space-infix-ops)
(#504) Operator '!==' must be spaced. (space-infix-ops)
(#504) Requires a space after '{'. (block-spacing)
(#504) Statement inside of curly braces should be on next line. (brace-style)
(#504) Missing space before opening brace. (space-before-blocks)
(#504) Operator '=' must be spaced. (space-infix-ops)
(#504) Missing whitespace after semicolon. (semi-spacing)
(#504) Expected space(s) after "for". (keyword-spacing)
(#504) Operator '=' must be spaced. (space-infix-ops)
(#504) A space is required after ','. (comma-spacing)
(#504) Operator '=' must be spaced. (space-infix-ops)
(#504) Missing whitespace after semicolon. (semi-spacing)
(#504) Operator '<' must be spaced. (space-infix-ops)
(#504) Missing whitespace after semicolon. (semi-spacing)
(#504) Requires a space after '{'. (block-spacing)
(#504) Statement inside of curly braces should be on next line. (brace-style)
(#504) Missing space before opening brace. (space-before-blocks)
(#504) Operator '=' must be spaced. (space-infix-ops)
(#505) This line has a length of 594. Maximum allowed is 132. (max-len)
(#505) Expected space(s) after "if". (keyword-spacing)
(#505) Operator '&&' must be spaced. (space-infix-ops)
(#505) Operator '===' must be spaced. (space-infix-ops)
(#505) Operator '&&' must be spaced. (space-infix-ops)
(#505) Operator '===' must be spaced. (space-infix-ops)
(#505) Operator '||' must be spaced. (space-infix-ops)
(#505) Operator '===' must be spaced. (space-infix-ops)
(#505) Operator '&&' must be spaced. (space-infix-ops)
(#505) Operator '===' must be spaced. (space-infix-ops)
(#505) Requires a space after '{'. (block-spacing)
(#505) Statement inside of curly braces should be on next line. (brace-style)
(#505) Missing space before opening brace. (space-before-blocks)
(#505) Operator '=' must be spaced. (space-infix-ops)
(#505) Missing whitespace after semicolon. (semi-spacing)
(#505) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#505) Operator '=' must be spaced. (space-infix-ops)
(#505) Requires a space before '}'. (block-spacing)
(#505) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#505) Missing semicolon. (semi)
(#505) Requires a space before '}'. (block-spacing)
(#505) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#505) 'e' used outside of binding context. (block-scoped-var)
(#505) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#505) Operator '?' must be spaced. (space-infix-ops)
(#505) Operator '&&' must be spaced. (space-infix-ops)
(#505) A space is required after ','. (comma-spacing)
(#505) 'e' used outside of binding context. (block-scoped-var)
(#505) A space is required after ','. (comma-spacing)
(#505) Operator '=' must be spaced. (space-infix-ops)
(#505) Operator '=' must be spaced. (space-infix-ops)
(#505) A space is required after ','. (comma-spacing)
(#505) Operator ':' must be spaced. (space-infix-ops)
(#505) 'e' used outside of binding context. (block-scoped-var)
(#505) Operator '=' must be spaced. (space-infix-ops)
(#505) A space is required after ','. (comma-spacing)
(#505) A space is required after ','. (comma-spacing)
(#505) Operator '=' must be spaced. (space-infix-ops)
(#505) Operator '=' must be spaced. (space-infix-ops)
(#505) A space is required after ','. (comma-spacing)
(#505) A space is required after ','. (comma-spacing)
(#505) 'e' used outside of binding context. (block-scoped-var)
(#505) Requires a space before '}'. (block-spacing)
(#505) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#505) Missing semicolon. (semi)
(#505) Expected space(s) before "else". (keyword-spacing)
(#505) Expected { after 'else'. (curly)
(#505) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#505) Operator '&&' must be spaced. (space-infix-ops)
(#505) Requires a space before '}'. (block-spacing)
(#505) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#505) Missing semicolon. (semi)
(#506) This line has a length of 501. Maximum allowed is 132. (max-len)
(#506) Operator '=' must be spaced. (space-infix-ops)
(#506) Requires a space after '{'. (block-spacing)
(#506) Statement inside of curly braces should be on next line. (brace-style)
(#506) Missing space before opening brace. (space-before-blocks)
(#506) Operator '=' must be spaced. (space-infix-ops)
(#506) Missing whitespace after semicolon. (semi-spacing)
(#506) Expected space(s) after "if". (keyword-spacing)
(#506) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#506) Expected { after 'if' condition. (curly)
(#506) Expected space(s) before "this". (keyword-spacing)
(#506) Operator '=' must be spaced. (space-infix-ops)
(#506) A space is required after ','. (comma-spacing)
(#506) Missing whitespace after semicolon. (semi-spacing)
(#506) Expected { after 'else'. (curly)
(#506) Expected space(s) after "for". (keyword-spacing)
(#506) Operator '=' must be spaced. (space-infix-ops)
(#506) A space is required after ','. (comma-spacing)
(#506) Operator '=' must be spaced. (space-infix-ops)
(#506) Missing whitespace after semicolon. (semi-spacing)
(#506) Operator '<' must be spaced. (space-infix-ops)
(#506) Missing whitespace after semicolon. (semi-spacing)
(#506) Requires a space after '{'. (block-spacing)
(#506) Statement inside of curly braces should be on next line. (brace-style)
(#506) Missing space before opening brace. (space-before-blocks)
(#506) Operator '=' must be spaced. (space-infix-ops)
(#506) Missing whitespace after semicolon. (semi-spacing)
(#506) Expected space(s) after "if". (keyword-spacing)
(#506) Operator '&&' must be spaced. (space-infix-ops)
(#506) Requires a space after '{'. (block-spacing)
(#506) Statement inside of curly braces should be on next line. (brace-style)
(#506) Missing space before opening brace. (space-before-blocks)
(#506) Operator '=' must be spaced. (space-infix-ops)
(#506) Missing whitespace after semicolon. (semi-spacing)
(#506) Missing space before value for key 'x'. (key-spacing)
(#506) Operator '-' must be spaced. (space-infix-ops)
(#506) A space is required after ','. (comma-spacing)
(#506) Missing space before value for key 'y'. (key-spacing)
(#506) Operator '+' must be spaced. (space-infix-ops)
(#506) A space is required after ','. (comma-spacing)
(#506) Missing space before value for key 'v'. (key-spacing)
(#506) Missing whitespace after semicolon. (semi-spacing)
(#506) Missing space before value for key 'x'. (key-spacing)
(#506) Operator '+' must be spaced. (space-infix-ops)
(#506) A space is required after ','. (comma-spacing)
(#506) Missing space before value for key 'y'. (key-spacing)
(#506) Operator '+' must be spaced. (space-infix-ops)
(#506) A space is required after ','. (comma-spacing)
(#506) Missing space before value for key 'v'. (key-spacing)
(#506) Missing whitespace after semicolon. (semi-spacing)
(#506) Expected space(s) after "for". (keyword-spacing)
(#506) Operator '=' must be spaced. (space-infix-ops)
(#506) A space is required after ','. (comma-spacing)
(#506) Operator '=' must be spaced. (space-infix-ops)
(#506) Missing whitespace after semicolon. (semi-spacing)
(#506) Operator '<' must be spaced. (space-infix-ops)
(#506) Missing whitespace after semicolon. (semi-spacing)
(#506) Requires a space after '{'. (block-spacing)
(#506) Statement inside of curly braces should be on next line. (brace-style)
(#506) Missing space before opening brace. (space-before-blocks)
(#506) Operator '=' must be spaced. (space-infix-ops)
(#506) Missing whitespace after semicolon. (semi-spacing)
(#506) Expected space(s) after "if". (keyword-spacing)
(#506) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#506) A space is required after ','. (comma-spacing)
(#506) A space is required after ','. (comma-spacing)
(#506) Operator '+' must be spaced. (space-infix-ops)
(#506) Operator '&&' must be spaced. (space-infix-ops)
(#506) A space is required after ','. (comma-spacing)
(#506) Operator '-' must be spaced. (space-infix-ops)
(#506) A space is required after ','. (comma-spacing)
(#506) Operator '+' must be spaced. (space-infix-ops)
(#506) Requires a space after '{'. (block-spacing)
(#506) Statement inside of curly braces should be on next line. (brace-style)
(#506) Missing space before opening brace. (space-before-blocks)
(#506) Operator '=' must be spaced. (space-infix-ops)
(#506) Missing space before value for key 's'. (key-spacing)
(#506) A space is required after ','. (comma-spacing)
(#506) Missing space before value for key 't'. (key-spacing)
(#506) Missing whitespace after semicolon. (semi-spacing)
(#506) Requires a space before '}'. (block-spacing)
(#506) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#506) Missing semicolon. (semi)
(#506) Expected space(s) before "else". (keyword-spacing)
(#506) Expected space(s) after "if". (keyword-spacing)
(#506) A space is required after ','. (comma-spacing)
(#506) A space is required after ','. (comma-spacing)
(#506) Operator '+' must be spaced. (space-infix-ops)
(#506) Operator '&&' must be spaced. (space-infix-ops)
(#507) This line has a length of 508. Maximum allowed is 132. (max-len)
(#507) A space is required after ','. (comma-spacing)
(#507) Operator '+' must be spaced. (space-infix-ops)
(#507) Operator '-' must be spaced. (space-infix-ops)
(#507) A space is required after ','. (comma-spacing)
(#507) Operator '+' must be spaced. (space-infix-ops)
(#507) Operator '+' must be spaced. (space-infix-ops)
(#507) Requires a space after '{'. (block-spacing)
(#507) Statement inside of curly braces should be on next line. (brace-style)
(#507) Missing space before opening brace. (space-before-blocks)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) Missing space before value for key 's'. (key-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) Missing space before value for key 't'. (key-spacing)
(#507) Operator '*' must be spaced. (space-infix-ops)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) Requires a space before '}'. (block-spacing)
(#507) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#507) Missing semicolon. (semi)
(#507) Requires a space before '}'. (block-spacing)
(#507) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#507) Expected space(s) before "if". (keyword-spacing)
(#507) Expected space(s) after "if". (keyword-spacing)
(#507) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#507) Expected { after 'if' condition. (curly)
(#507) Expected space(s) before "break". (keyword-spacing)
(#507) Requires a space before '}'. (block-spacing)
(#507) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#507) Missing semicolon. (semi)
(#507) Requires a space before '}'. (block-spacing)
(#507) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#507) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#507) Expected space(s) before "this". (keyword-spacing)
(#507) Operator '?' must be spaced. (space-infix-ops)
(#507) Operator ':' must be spaced. (space-infix-ops)
(#507) A space is required after ','. (comma-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) A space is required after ','. (comma-spacing)
(#507) Operator '&&' must be spaced. (space-infix-ops)
(#507) Operator '&&' must be spaced. (space-infix-ops)
(#507) Operator '&&' must be spaced. (space-infix-ops)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) Requires a space before '}'. (block-spacing)
(#507) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#507) Missing semicolon. (semi)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) A space is required after ','. (comma-spacing)
(#507) Requires a space after '{'. (block-spacing)
(#507) Statement inside of curly braces should be on next line. (brace-style)
(#507) Missing space before opening brace. (space-before-blocks)
(#507) Expected space(s) after "if". (keyword-spacing)
(#507) Operator '&&' must be spaced. (space-infix-ops)
(#507) Requires a space after '{'. (block-spacing)
(#507) Statement inside of curly braces should be on next line. (brace-style)
(#507) Missing space before opening brace. (space-before-blocks)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) Operator '=' must be spaced. (space-infix-ops)
(#507) Missing whitespace after semicolon. (semi-spacing)
(#507) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#507) Operator '&&' must be spaced. (space-infix-ops)
(#508) This line has a length of 512. Maximum allowed is 132. (max-len)
(#508) Operator '!==' must be spaced. (space-infix-ops)
(#508) Operator '&&' must be spaced. (space-infix-ops)
(#508) Operator '=' must be spaced. (space-infix-ops)
(#508) Missing whitespace after semicolon. (semi-spacing)
(#508) Missing whitespace after semicolon. (semi-spacing)
(#508) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#508) A space is required after ','. (comma-spacing)
(#508) Missing whitespace after semicolon. (semi-spacing)
(#508) A space is required after ','. (comma-spacing)
(#508) Missing whitespace after semicolon. (semi-spacing)
(#508) Missing whitespace after semicolon. (semi-spacing)
(#508) Missing whitespace after semicolon. (semi-spacing)
(#508) Requires a space before '}'. (block-spacing)
(#508) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#508) Missing semicolon. (semi)
(#508) Expected space(s) before "else". (keyword-spacing)
(#508) Expected space(s) after "else". (keyword-spacing)
(#508) Requires a space after '{'. (block-spacing)
(#508) Statement inside of curly braces should be on next line. (brace-style)
(#508) Operator '=' must be spaced. (space-infix-ops)
(#508) Missing whitespace after semicolon. (semi-spacing)
(#508) Operator '=' must be spaced. (space-infix-ops)
(#508) Missing whitespace after semicolon. (semi-spacing)
(#508) Operator '=' must be spaced. (space-infix-ops)
(#508) Missing whitespace after semicolon. (semi-spacing)
(#508) 'k' used outside of binding context. (block-scoped-var)
(#508) Operator '=' must be spaced. (space-infix-ops)
(#508) Missing whitespace after semicolon. (semi-spacing)
(#508) Expected space(s) after "for". (keyword-spacing)
(#508) Operator '=' must be spaced. (space-infix-ops)
(#508) Missing whitespace after semicolon. (semi-spacing)
(#508) 'k' used outside of binding context. (block-scoped-var)
(#508) Operator '<' must be spaced. (space-infix-ops)
(#508) Missing whitespace after semicolon. (semi-spacing)
(#508) 'k' used outside of binding context. (block-scoped-var)
(#508) Requires a space after '{'. (block-spacing)
(#508) Statement inside of curly braces should be on next line. (brace-style)
(#508) Missing space before opening brace. (space-before-blocks)
(#508) Operator '=' must be spaced. (space-infix-ops)
(#508) 'k' used outside of binding context. (block-scoped-var)
(#508) Missing whitespace after semicolon. (semi-spacing)
(#508) Expected space(s) after "if". (keyword-spacing)
(#508) Operator '&&' must be spaced. (space-infix-ops)
(#508) Requires a space after '{'. (block-spacing)
(#508) Statement inside of curly braces should be on next line. (brace-style)
(#508) Missing space before opening brace. (space-before-blocks)
(#508) Operator '=' must be spaced. (space-infix-ops)
(#508) Operator '&&' must be spaced. (space-infix-ops)
(#508) Operator '===' must be spaced. (space-infix-ops)
(#508) Operator '?' must be spaced. (space-infix-ops)
(#508) Operator ':' must be spaced. (space-infix-ops)
(#508) Missing whitespace after semicolon. (semi-spacing)
(#508) A space is required after ','. (comma-spacing)
(#508) A space is required after ','. (comma-spacing)
(#508) Operator '-' must be spaced. (space-infix-ops)
(#508) A space is required after ','. (comma-spacing)
(#508) Operator '+' must be spaced. (space-infix-ops)
(#508) A space is required after ','. (comma-spacing)
(#508) A space is required after ','. (comma-spacing)
(#508) Missing whitespace after semicolon. (semi-spacing)
(#508) A space is required after ','. (comma-spacing)
(#508) A space is required after ','. (comma-spacing)
(#508) Operator '+' must be spaced. (space-infix-ops)
(#508) A space is required after ','. (comma-spacing)
(#508) Operator '+' must be spaced. (space-infix-ops)
(#508) A space is required after ','. (comma-spacing)
(#508) A space is required after ','. (comma-spacing)
(#508) Requires a space before '}'. (block-spacing)
(#508) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#508) Missing semicolon. (semi)
(#508) Requires a space before '}'. (block-spacing)
(#508) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#508) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#508) Expected space(s) before "this". (keyword-spacing)
(#508) Operator '&&' must be spaced. (space-infix-ops)
(#509) This line has a length of 489. Maximum allowed is 132. (max-len)
(#509) Operator '&&' must be spaced. (space-infix-ops)
(#509) Operator '&&' must be spaced. (space-infix-ops)
(#509) 'k' used outside of binding context. (block-scoped-var)
(#509) Operator '=' must be spaced. (space-infix-ops)
(#509) A space is required after ','. (comma-spacing)
(#509) Operator '=' must be spaced. (space-infix-ops)
(#509) A space is required after ','. (comma-spacing)
(#509) A space is required after ','. (comma-spacing)
(#509) A space is required after ','. (comma-spacing)
(#509) A space is required after ','. (comma-spacing)
(#509) Operator '=' must be spaced. (space-infix-ops)
(#509) A space is required after ','. (comma-spacing)
(#509) Operator '=' must be spaced. (space-infix-ops)
(#509) A space is required after ','. (comma-spacing)
(#509) Operator '=' must be spaced. (space-infix-ops)
(#509) A space is required after ','. (comma-spacing)
(#509) A space is required after ','. (comma-spacing)
(#509) 'k' used outside of binding context. (block-scoped-var)
(#509) Operator '+' must be spaced. (space-infix-ops)
(#509) 'k' used outside of binding context. (block-scoped-var)
(#509) Operator '?' must be spaced. (space-infix-ops)
(#509) Operator ':' must be spaced. (space-infix-ops)
(#509) A space is required after ','. (comma-spacing)
(#509) 'k' used outside of binding context. (block-scoped-var)
(#509) Requires a space before '}'. (block-spacing)
(#509) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#509) Missing semicolon. (semi)
(#509) Requires a space before '}'. (block-spacing)
(#509) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#509) Requires a space before '}'. (block-spacing)
(#509) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#509) Missing semicolon. (semi)
(#509) 'ChemDoodle' is not defined. (no-undef)
(#509) A space is required after ','. (comma-spacing)
(#509) 'ChemDoodle' is not defined. (no-undef)
(#509) A space is required after ','. (comma-spacing)
(#509) 'ChemDoodle' is not defined. (no-undef)
(#509) A space is required after ','. (comma-spacing)
(#509) 'ChemDoodle' is not defined. (no-undef)
(#509) A space is required after ','. (comma-spacing)
(#509) 'ChemDoodle' is not defined. (no-undef)
(#509) A space is required after ','. (comma-spacing)
(#509) 'ChemDoodle' is not defined. (no-undef)
(#509) A space is required after ','. (comma-spacing)
(#510) This line has a length of 503. Maximum allowed is 132. (max-len)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) Requires a space after '{'. (block-spacing)
(#510) Statement inside of curly braces should be on next line. (brace-style)
(#510) Missing space before opening brace. (space-before-blocks)
(#510) Operator '=' must be spaced. (space-infix-ops)
(#510) Requires a space after '{'. (block-spacing)
(#510) Statement inside of curly braces should be on next line. (brace-style)
(#510) Missing space before opening brace. (space-before-blocks)
(#510) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#510) Requires a space before '}'. (block-spacing)
(#510) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#510) Missing semicolon. (semi)
(#510) Missing whitespace after semicolon. (semi-spacing)
(#510) Operator '=' must be spaced. (space-infix-ops)
(#510) Operator '=' must be spaced. (space-infix-ops)
(#510) Missing '()' invoking a constructor. (new-parens)
(#510) Missing whitespace after semicolon. (semi-spacing)
(#510) Operator '=' must be spaced. (space-infix-ops)
(#510) Function has a complexity of 58. Maximum allowed is 20. (complexity)
(#510) Requires a space after '{'. (block-spacing)
(#510) Statement inside of curly braces should be on next line. (brace-style)
(#510) Missing space before opening brace. (space-before-blocks)
(#510) Expected space(s) after "if". (keyword-spacing)
(#510) Operator '&&' must be spaced. (space-infix-ops)
(#510) Requires a space after '{'. (block-spacing)
(#510) Statement inside of curly braces should be on next line. (brace-style)
(#510) Missing space before opening brace. (space-before-blocks)
(#510) Operator '=' must be spaced. (space-infix-ops)
(#510) A space is required after ','. (comma-spacing)
(#510) A space is required after ','. (comma-spacing)
(#510) Missing whitespace after semicolon. (semi-spacing)
(#510) Requires a space before '}'. (block-spacing)
(#510) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#510) Missing semicolon. (semi)
(#510) Expected space(s) before "else". (keyword-spacing)
(#510) Expected space(s) after "if". (keyword-spacing)
(#510) Requires a space after '{'. (block-spacing)
(#510) Statement inside of curly braces should be on next line. (brace-style)
(#510) Missing space before opening brace. (space-before-blocks)
(#510) Expected space(s) after "if". (keyword-spacing)
(#510) Expected { after 'if' condition. (curly)
(#510) Expected space(s) before "if". (keyword-spacing)
(#510) Expected space(s) after "if". (keyword-spacing)
(#510) Requires a space after '{'. (block-spacing)
(#510) Statement inside of curly braces should be on next line. (brace-style)
(#510) Missing space before opening brace. (space-before-blocks)
(#510) 'h' used outside of binding context. (block-scoped-var)
(#510) Operator '=' must be spaced. (space-infix-ops)
(#510) Missing whitespace after semicolon. (semi-spacing)
(#510) Expected space(s) after "for". (keyword-spacing)
(#510) Operator '=' must be spaced. (space-infix-ops)
(#510) A space is required after ','. (comma-spacing)
(#510) Operator '=' must be spaced. (space-infix-ops)
(#510) 'h' used outside of binding context. (block-scoped-var)
(#510) Missing whitespace after semicolon. (semi-spacing)
(#510) Operator '<' must be spaced. (space-infix-ops)
(#510) Missing whitespace after semicolon. (semi-spacing)
(#510) 'h' used outside of binding context. (block-scoped-var)
(#510) Expected { after 'for' condition. (curly)
(#510) Operator '=' must be spaced. (space-infix-ops)
(#511) This line has a length of 513. Maximum allowed is 132. (max-len)
(#511) 'm' used outside of binding context. (block-scoped-var)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) 'g' used outside of binding context. (block-scoped-var)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) Expected space(s) after "for". (keyword-spacing)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) A space is required after ','. (comma-spacing)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) 'h' used outside of binding context. (block-scoped-var)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) Operator '<' must be spaced. (space-infix-ops)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) Requires a space after '{'. (block-spacing)
(#511) Statement inside of curly braces should be on next line. (brace-style)
(#511) Missing space before opening brace. (space-before-blocks)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) 'h' used outside of binding context. (block-scoped-var)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) Expected space(s) after "if". (keyword-spacing)
(#511) Requires a space after '{'. (block-spacing)
(#511) Statement inside of curly braces should be on next line. (brace-style)
(#511) Missing space before opening brace. (space-before-blocks)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) A space is required after ','. (comma-spacing)
(#511) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) A space is required after ','. (comma-spacing)
(#511) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) Missing '()' invoking a constructor. (new-parens)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) Expected space(s) after "for". (keyword-spacing)
(#511) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) Expected { after 'for' condition. (curly)
(#511) Expected space(s) before "if". (keyword-spacing)
(#511) Expected space(s) after "if". (keyword-spacing)
(#511) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) Unexpected use of comma operator. (no-sequences)
(#511) A space is required after ','. (comma-spacing)
(#511) Requires a space after '{'. (block-spacing)
(#511) Statement inside of curly braces should be on next line. (brace-style)
(#511) Missing space before opening brace. (space-before-blocks)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) Expected space(s) after "for". (keyword-spacing)
(#511) Blocks are nested too deeply (7). Maximum allowed is 4. (max-depth)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) A space is required after ','. (comma-spacing)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) 'h' used outside of binding context. (block-scoped-var)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) Operator '<' must be spaced. (space-infix-ops)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) Requires a space after '{'. (block-spacing)
(#511) Statement inside of curly braces should be on next line. (brace-style)
(#511) Missing space before opening brace. (space-before-blocks)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) 'h' used outside of binding context. (block-scoped-var)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#511) Operator '&&' must be spaced. (space-infix-ops)
(#511) Operator '&&' must be spaced. (space-infix-ops)
(#511) A space is required after ','. (comma-spacing)
(#511) Requires a space before '}'. (block-spacing)
(#511) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#511) Missing semicolon. (semi)
(#511) Requires a space before '}'. (block-spacing)
(#511) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#511) 'm' used outside of binding context. (block-scoped-var)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) 'g' used outside of binding context. (block-scoped-var)
(#511) Requires a space before '}'. (block-spacing)
(#511) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#511) Missing semicolon. (semi)
(#511) Requires a space before '}'. (block-spacing)
(#511) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#511) 'x' used outside of binding context. (block-scoped-var)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) 't' used outside of binding context. (block-scoped-var)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) 'k' used outside of binding context. (block-scoped-var)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) Expected space(s) after "for". (keyword-spacing)
(#511) 'q' used outside of binding context. (block-scoped-var)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) 'm' used outside of binding context. (block-scoped-var)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) 'k' used outside of binding context. (block-scoped-var)
(#511) Operator '<' must be spaced. (space-infix-ops)
(#511) 'q' used outside of binding context. (block-scoped-var)
(#511) Missing whitespace after semicolon. (semi-spacing)
(#511) 'k' used outside of binding context. (block-scoped-var)
(#511) 'm' used outside of binding context. (block-scoped-var)
(#511) Expected { after 'for' condition. (curly)
(#511) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#511) 'k' used outside of binding context. (block-scoped-var)
(#511) Operator '>' must be spaced. (space-infix-ops)
(#511) 't' used outside of binding context. (block-scoped-var)
(#511) Operator '&&' must be spaced. (space-infix-ops)
(#511) 'x' used outside of binding context. (block-scoped-var)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) 'k' used outside of binding context. (block-scoped-var)
(#511) A space is required after ','. (comma-spacing)
(#511) 't' used outside of binding context. (block-scoped-var)
(#511) Operator '=' must be spaced. (space-infix-ops)
(#511) 'm' used outside of binding context. (block-scoped-var)
(#511) 'k' used outside of binding context. (block-scoped-var)
(#512) This line has a length of 522. Maximum allowed is 132. (max-len)
(#512) Expected space(s) after "if". (keyword-spacing)
(#512) Operator '<' must be spaced. (space-infix-ops)
(#512) 'x' used outside of binding context. (block-scoped-var)
(#512) Requires a space after '{'. (block-spacing)
(#512) Statement inside of curly braces should be on next line. (brace-style)
(#512) Missing space before opening brace. (space-before-blocks)
(#512) 't' used outside of binding context. (block-scoped-var)
(#512) Operator '=' must be spaced. (space-infix-ops)
(#512) Missing whitespace after semicolon. (semi-spacing)
(#512) 'k' used outside of binding context. (block-scoped-var)
(#512) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#512) Operator '=' must be spaced. (space-infix-ops)
(#512) Missing whitespace after semicolon. (semi-spacing)
(#512) Missing whitespace after semicolon. (semi-spacing)
(#512) 'q' used outside of binding context. (block-scoped-var)
(#512) Operator '=' must be spaced. (space-infix-ops)
(#512) Missing whitespace after semicolon. (semi-spacing)
(#512) Expected space(s) after "for". (keyword-spacing)
(#512) 'e' used outside of binding context. (block-scoped-var)
(#512) Operator '=' must be spaced. (space-infix-ops)
(#512) 'h' used outside of binding context. (block-scoped-var)
(#512) Missing whitespace after semicolon. (semi-spacing)
(#512) 'q' used outside of binding context. (block-scoped-var)
(#512) Operator '<' must be spaced. (space-infix-ops)
(#512) 'e' used outside of binding context. (block-scoped-var)
(#512) Missing whitespace after semicolon. (semi-spacing)
(#512) 'q' used outside of binding context. (block-scoped-var)
(#512) 'u' used outside of binding context. (block-scoped-var)
(#512) Expected { after 'for' condition. (curly)
(#512) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#512) Operator '=' must be spaced. (space-infix-ops)
(#512) 'h' used outside of binding context. (block-scoped-var)
(#512) 'q' used outside of binding context. (block-scoped-var)
(#512) Unexpected use of comma operator. (no-sequences)
(#512) A space is required after ','. (comma-spacing)
(#512) Operator '===' must be spaced. (space-infix-ops)
(#512) 'm' used outside of binding context. (block-scoped-var)
(#512) 'x' used outside of binding context. (block-scoped-var)
(#512) 'u' used outside of binding context. (block-scoped-var)
(#512) Operator '?' must be spaced. (space-infix-ops)
(#512) 't' used outside of binding context. (block-scoped-var)
(#512) 'u' used outside of binding context. (block-scoped-var)
(#512) Operator ':' must be spaced. (space-infix-ops)
(#512) Operator '||' must be spaced. (space-infix-ops)
(#512) Operator '=' must be spaced. (space-infix-ops)
(#512) 'u' used outside of binding context. (block-scoped-var)
(#512) Missing whitespace after semicolon. (semi-spacing)
(#512) 'm' used outside of binding context. (block-scoped-var)
(#512) Operator '=' must be spaced. (space-infix-ops)
(#512) Missing whitespace after semicolon. (semi-spacing)
(#512) Expected space(s) after "for". (keyword-spacing)
(#512) 'q' used outside of binding context. (block-scoped-var)
(#512) Operator '=' must be spaced. (space-infix-ops)
(#512) 'h' used outside of binding context. (block-scoped-var)
(#512) Missing whitespace after semicolon. (semi-spacing)
(#512) 'm' used outside of binding context. (block-scoped-var)
(#512) Operator '<' must be spaced. (space-infix-ops)
(#512) 'q' used outside of binding context. (block-scoped-var)
(#512) Missing whitespace after semicolon. (semi-spacing)
(#512) 'm' used outside of binding context. (block-scoped-var)
(#512) 'e' used outside of binding context. (block-scoped-var)
(#512) Expected { after 'for' condition. (curly)
(#512) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#512) Operator '=' must be spaced. (space-infix-ops)
(#512) 'h' used outside of binding context. (block-scoped-var)
(#512) 'm' used outside of binding context. (block-scoped-var)
(#512) Unexpected use of comma operator. (no-sequences)
(#512) A space is required after ','. (comma-spacing)
(#512) Operator '===' must be spaced. (space-infix-ops)
(#512) 'g' used outside of binding context. (block-scoped-var)
(#512) 'x' used outside of binding context. (block-scoped-var)
(#512) 'e' used outside of binding context. (block-scoped-var)
(#512) Operator '&&' must be spaced. (space-infix-ops)
(#512) 'k' used outside of binding context. (block-scoped-var)
(#512) 'e' used outside of binding context. (block-scoped-var)
(#512) Missing whitespace after semicolon. (semi-spacing)
(#512) 'h' used outside of binding context. (block-scoped-var)
(#512) Operator '=' must be spaced. (space-infix-ops)
(#512) A space is required after ','. (comma-spacing)
(#512) A space is required after ','. (comma-spacing)
(#512) 't' used outside of binding context. (block-scoped-var)
(#512) A space is required after ','. (comma-spacing)
(#512) 'k' used outside of binding context. (block-scoped-var)
(#512) Requires a space before '}'. (block-spacing)
(#512) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#512) Missing semicolon. (semi)
(#512) Expected space(s) before "else". (keyword-spacing)
(#512) 'h' used outside of binding context. (block-scoped-var)
(#512) Expected { after 'else'. (curly)
(#512) Operator '=' must be spaced. (space-infix-ops)
(#512) Requires a space before '}'. (block-spacing)
(#512) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#512) Missing semicolon. (semi)
(#512) Expected space(s) before "else". (keyword-spacing)
(#512) 'h' used outside of binding context. (block-scoped-var)
(#512) Expected { after 'else'. (curly)
(#512) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#512) Operator '=' must be spaced. (space-infix-ops)
(#512) Unexpected use of comma operator. (no-sequences)
(#512) A space is required after ','. (comma-spacing)
(#512) 'h' used outside of binding context. (block-scoped-var)
(#512) Operator '=' must be spaced. (space-infix-ops)
(#512) A space is required after ','. (comma-spacing)
(#512) 'h' used outside of binding context. (block-scoped-var)
(#512) A space is required after ','. (comma-spacing)
(#512) A space is required after ','. (comma-spacing)
(#512) 'h' used outside of binding context. (block-scoped-var)
(#512) Missing whitespace after semicolon. (semi-spacing)
(#512) Expected space(s) after "if". (keyword-spacing)
(#512) Requires a space after '{'. (block-spacing)
(#512) Statement inside of curly braces should be on next line. (brace-style)
(#512) Missing space before opening brace. (space-before-blocks)
(#512) Expected space(s) after "if". (keyword-spacing)
(#512) Operator '||' must be spaced. (space-infix-ops)
(#513) This line has a length of 512. Maximum allowed is 132. (max-len)
(#513) 'h' used outside of binding context. (block-scoped-var)
(#513) Expected { after 'if' condition. (curly)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) A space is required after ','. (comma-spacing)
(#513) A space is required after ','. (comma-spacing)
(#513) A space is required after ','. (comma-spacing)
(#513) Requires a space before '}'. (block-spacing)
(#513) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#513) Missing semicolon. (semi)
(#513) Expected space(s) before "else". (keyword-spacing)
(#513) Expected { after 'else'. (curly)
(#513) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#513) Operator '&&' must be spaced. (space-infix-ops)
(#513) 'h' used outside of binding context. (block-scoped-var)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) A space is required after ','. (comma-spacing)
(#513) 'h' used outside of binding context. (block-scoped-var)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) 'h' used outside of binding context. (block-scoped-var)
(#513) Operator '?' must be spaced. (space-infix-ops)
(#513) 'h' used outside of binding context. (block-scoped-var)
(#513) A space is required after ','. (comma-spacing)
(#513) 'h' used outside of binding context. (block-scoped-var)
(#513) Operator ':' must be spaced. (space-infix-ops)
(#513) A space is required after ','. (comma-spacing)
(#513) 'h' used outside of binding context. (block-scoped-var)
(#513) Missing whitespace after semicolon. (semi-spacing)
(#513) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) Missing whitespace after semicolon. (semi-spacing)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) Missing whitespace after semicolon. (semi-spacing)
(#513) Requires a space before '}'. (block-spacing)
(#513) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#513) Missing semicolon. (semi)
(#513) Expected space(s) before "if". (keyword-spacing)
(#513) Expected space(s) after "if". (keyword-spacing)
(#513) 'h' used outside of binding context. (block-scoped-var)
(#513) Requires a space after '{'. (block-spacing)
(#513) Statement inside of curly braces should be on next line. (brace-style)
(#513) Missing space before opening brace. (space-before-blocks)
(#513) 'h' used outside of binding context. (block-scoped-var)
(#513) Missing whitespace after semicolon. (semi-spacing)
(#513) Expected space(s) after "for". (keyword-spacing)
(#513) 'a' used outside of binding context. (block-scoped-var)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) Operator '-' must be spaced. (space-infix-ops)
(#513) Missing whitespace after semicolon. (semi-spacing)
(#513) Operator '<=' must be spaced. (space-infix-ops)
(#513) 'a' used outside of binding context. (block-scoped-var)
(#513) Missing whitespace after semicolon. (semi-spacing)
(#513) 'a' used outside of binding context. (block-scoped-var)
(#513) Requires a space after '{'. (block-spacing)
(#513) Statement inside of curly braces should be on next line. (brace-style)
(#513) Missing space before opening brace. (space-before-blocks)
(#513) 'g' used outside of binding context. (block-scoped-var)
(#513) Operator '=' must be spaced. (space-infix-ops)
(#513) 'a' used outside of binding context. (block-scoped-var)
(#513) Missing whitespace after semicolon. (semi-spacing)
(#513) Expected space(s) after "if". (keyword-spacing)
(#513) 'g' used outside of binding context. (block-scoped-var)
(#514) This line has a length of 502. Maximum allowed is 132. (max-len)
(#514) Operator '||' must be spaced. (space-infix-ops)
(#514) 'g' used outside of binding context. (block-scoped-var)
(#514) Requires a space after '{'. (block-spacing)
(#514) Statement inside of curly braces should be on next line. (brace-style)
(#514) Missing space before opening brace. (space-before-blocks)
(#514) 'x' used outside of binding context. (block-scoped-var)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) 'm' used outside of binding context. (block-scoped-var)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) 't' used outside of binding context. (block-scoped-var)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) Expected space(s) after "for". (keyword-spacing)
(#514) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#514) 'k' used outside of binding context. (block-scoped-var)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) 't' used outside of binding context. (block-scoped-var)
(#514) Operator '<' must be spaced. (space-infix-ops)
(#514) 'k' used outside of binding context. (block-scoped-var)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) 't' used outside of binding context. (block-scoped-var)
(#514) Requires a space after '{'. (block-spacing)
(#514) Statement inside of curly braces should be on next line. (brace-style)
(#514) Missing space before opening brace. (space-before-blocks)
(#514) 'q' used outside of binding context. (block-scoped-var)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) 't' used outside of binding context. (block-scoped-var)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) 'e' used outside of binding context. (block-scoped-var)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) Expected space(s) after "for". (keyword-spacing)
(#514) 'u' used outside of binding context. (block-scoped-var)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) 'q' used outside of binding context. (block-scoped-var)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) 'e' used outside of binding context. (block-scoped-var)
(#514) Operator '<' must be spaced. (space-infix-ops)
(#514) 'u' used outside of binding context. (block-scoped-var)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) 'e' used outside of binding context. (block-scoped-var)
(#514) 'y' used outside of binding context. (block-scoped-var)
(#514) Expected { after 'for' condition. (curly)
(#514) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) 'q' used outside of binding context. (block-scoped-var)
(#514) 'e' used outside of binding context. (block-scoped-var)
(#514) Unexpected use of comma operator. (no-sequences)
(#514) A space is required after ','. (comma-spacing)
(#514) 'y' used outside of binding context. (block-scoped-var)
(#514) Operator '===' must be spaced. (space-infix-ops)
(#514) 'g' used outside of binding context. (block-scoped-var)
(#514) Operator '?' must be spaced. (space-infix-ops)
(#514) 'm' used outside of binding context. (block-scoped-var)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) Operator ':' must be spaced. (space-infix-ops)
(#514) 'y' used outside of binding context. (block-scoped-var)
(#514) Operator '===' must be spaced. (space-infix-ops)
(#514) 'g' used outside of binding context. (block-scoped-var)
(#514) Operator '&&' must be spaced. (space-infix-ops)
(#514) 'x' used outside of binding context. (block-scoped-var)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) 'e' used outside of binding context. (block-scoped-var)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) Expected space(s) after "for". (keyword-spacing)
(#514) 'u' used outside of binding context. (block-scoped-var)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) 'q' used outside of binding context. (block-scoped-var)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) 'e' used outside of binding context. (block-scoped-var)
(#514) Operator '<' must be spaced. (space-infix-ops)
(#514) 'u' used outside of binding context. (block-scoped-var)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) 'e' used outside of binding context. (block-scoped-var)
(#514) 'y' used outside of binding context. (block-scoped-var)
(#514) Expected { after 'for' condition. (curly)
(#514) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) 'q' used outside of binding context. (block-scoped-var)
(#514) 'e' used outside of binding context. (block-scoped-var)
(#514) Unexpected use of comma operator. (no-sequences)
(#514) A space is required after ','. (comma-spacing)
(#514) 'y' used outside of binding context. (block-scoped-var)
(#514) Operator '===' must be spaced. (space-infix-ops)
(#514) 'g' used outside of binding context. (block-scoped-var)
(#514) Operator '?' must be spaced. (space-infix-ops)
(#514) 'm' used outside of binding context. (block-scoped-var)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) Operator ':' must be spaced. (space-infix-ops)
(#514) 'y' used outside of binding context. (block-scoped-var)
(#514) Operator '===' must be spaced. (space-infix-ops)
(#514) 'g' used outside of binding context. (block-scoped-var)
(#514) Operator '&&' must be spaced. (space-infix-ops)
(#514) 'x' used outside of binding context. (block-scoped-var)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) Requires a space before '}'. (block-spacing)
(#514) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#514) Missing semicolon. (semi)
(#514) 'm' used outside of binding context. (block-scoped-var)
(#514) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#514) Operator '&&' must be spaced. (space-infix-ops)
(#514) 'x' used outside of binding context. (block-scoped-var)
(#514) Operator '||' must be spaced. (space-infix-ops)
(#514) 'h' used outside of binding context. (block-scoped-var)
(#514) 'g' used outside of binding context. (block-scoped-var)
(#514) A space is required after ','. (comma-spacing)
(#514) 'g' used outside of binding context. (block-scoped-var)
(#514) Requires a space before '}'. (block-spacing)
(#514) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#514) Missing semicolon. (semi)
(#514) Expected space(s) before "if". (keyword-spacing)
(#514) Expected space(s) after "if". (keyword-spacing)
(#514) 'g' used outside of binding context. (block-scoped-var)
(#514) Requires a space after '{'. (block-spacing)
(#514) Statement inside of curly braces should be on next line. (brace-style)
(#514) Missing space before opening brace. (space-before-blocks)
(#514) 'x' used outside of binding context. (block-scoped-var)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) 'm' used outside of binding context. (block-scoped-var)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) 't' used outside of binding context. (block-scoped-var)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) Expected space(s) after "for". (keyword-spacing)
(#514) 'k' used outside of binding context. (block-scoped-var)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) 't' used outside of binding context. (block-scoped-var)
(#514) Operator '<' must be spaced. (space-infix-ops)
(#514) 'k' used outside of binding context. (block-scoped-var)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) 't' used outside of binding context. (block-scoped-var)
(#514) Expected { after 'for' condition. (curly)
(#514) Expected space(s) before "for". (keyword-spacing)
(#514) Expected space(s) after "for". (keyword-spacing)
(#514) 'q' used outside of binding context. (block-scoped-var)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) 't' used outside of binding context. (block-scoped-var)
(#514) A space is required after ','. (comma-spacing)
(#514) 'e' used outside of binding context. (block-scoped-var)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) A space is required after ','. (comma-spacing)
(#514) 'u' used outside of binding context. (block-scoped-var)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) 'q' used outside of binding context. (block-scoped-var)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) 'e' used outside of binding context. (block-scoped-var)
(#514) Operator '<' must be spaced. (space-infix-ops)
(#514) 'u' used outside of binding context. (block-scoped-var)
(#514) Missing whitespace after semicolon. (semi-spacing)
(#514) 'e' used outside of binding context. (block-scoped-var)
(#514) 'y' used outside of binding context. (block-scoped-var)
(#514) Expected { after 'for' condition. (curly)
(#514) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#514) Operator '=' must be spaced. (space-infix-ops)
(#514) 'q' used outside of binding context. (block-scoped-var)
(#514) 'e' used outside of binding context. (block-scoped-var)
(#514) Unexpected use of comma operator. (no-sequences)
(#514) A space is required after ','. (comma-spacing)
(#514) 'y' used outside of binding context. (block-scoped-var)
(#514) Operator '===' must be spaced. (space-infix-ops)
(#514) 'g' used outside of binding context. (block-scoped-var)
(#514) Operator '?' must be spaced. (space-infix-ops)
(#515) This line has a length of 514. Maximum allowed is 132. (max-len)
(#515) 'm' used outside of binding context. (block-scoped-var)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Operator ':' must be spaced. (space-infix-ops)
(#515) 'y' used outside of binding context. (block-scoped-var)
(#515) Operator '===' must be spaced. (space-infix-ops)
(#515) 'g' used outside of binding context. (block-scoped-var)
(#515) Operator '&&' must be spaced. (space-infix-ops)
(#515) 'x' used outside of binding context. (block-scoped-var)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) 'm' used outside of binding context. (block-scoped-var)
(#515) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#515) Operator '&&' must be spaced. (space-infix-ops)
(#515) 'x' used outside of binding context. (block-scoped-var)
(#515) Operator '||' must be spaced. (space-infix-ops)
(#515) 'h' used outside of binding context. (block-scoped-var)
(#515) 'g' used outside of binding context. (block-scoped-var)
(#515) A space is required after ','. (comma-spacing)
(#515) 'g' used outside of binding context. (block-scoped-var)
(#515) Requires a space before '}'. (block-spacing)
(#515) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#515) Missing semicolon. (semi)
(#515) Expected space(s) before "if". (keyword-spacing)
(#515) Expected space(s) after "if". (keyword-spacing)
(#515) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#515) 'g' used outside of binding context. (block-scoped-var)
(#515) Requires a space after '{'. (block-spacing)
(#515) Statement inside of curly braces should be on next line. (brace-style)
(#515) Missing space before opening brace. (space-before-blocks)
(#515) 'm' used outside of binding context. (block-scoped-var)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) 'x' used outside of binding context. (block-scoped-var)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) Expected space(s) after "for". (keyword-spacing)
(#515) 't' used outside of binding context. (block-scoped-var)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) 'x' used outside of binding context. (block-scoped-var)
(#515) Operator '<' must be spaced. (space-infix-ops)
(#515) 't' used outside of binding context. (block-scoped-var)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) 'x' used outside of binding context. (block-scoped-var)
(#515) Expected { after 'for' condition. (curly)
(#515) Expected space(s) before "for". (keyword-spacing)
(#515) Expected space(s) after "for". (keyword-spacing)
(#515) 'k' used outside of binding context. (block-scoped-var)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) 'x' used outside of binding context. (block-scoped-var)
(#515) A space is required after ','. (comma-spacing)
(#515) 'q' used outside of binding context. (block-scoped-var)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) A space is required after ','. (comma-spacing)
(#515) 'e' used outside of binding context. (block-scoped-var)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) 'k' used outside of binding context. (block-scoped-var)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) 'q' used outside of binding context. (block-scoped-var)
(#515) Operator '<' must be spaced. (space-infix-ops)
(#515) 'e' used outside of binding context. (block-scoped-var)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) 'q' used outside of binding context. (block-scoped-var)
(#515) 'k' used outside of binding context. (block-scoped-var)
(#515) Expected { after 'for' condition. (curly)
(#515) 'q' used outside of binding context. (block-scoped-var)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) 'g' used outside of binding context. (block-scoped-var)
(#515) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#515) Operator '&&' must be spaced. (space-infix-ops)
(#515) 'g' used outside of binding context. (block-scoped-var)
(#515) Operator '&&' must be spaced. (space-infix-ops)
(#515) 'm' used outside of binding context. (block-scoped-var)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) Expected space(s) after "if". (keyword-spacing)
(#515) 'm' used outside of binding context. (block-scoped-var)
(#515) Expected { after 'if' condition. (curly)
(#515) Expected space(s) before "for". (keyword-spacing)
(#515) Expected space(s) after "for". (keyword-spacing)
(#515) 'x' used outside of binding context. (block-scoped-var)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) A space is required after ','. (comma-spacing)
(#515) 't' used outside of binding context. (block-scoped-var)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) 'g' used outside of binding context. (block-scoped-var)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) 'x' used outside of binding context. (block-scoped-var)
(#515) Operator '<' must be spaced. (space-infix-ops)
(#515) 't' used outside of binding context. (block-scoped-var)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) 'x' used outside of binding context. (block-scoped-var)
(#515) Expected { after 'for' condition. (curly)
(#515) Expected space(s) before "if". (keyword-spacing)
(#515) Expected space(s) after "if". (keyword-spacing)
(#515) 'g' used outside of binding context. (block-scoped-var)
(#515) 'x' used outside of binding context. (block-scoped-var)
(#515) Requires a space after '{'. (block-spacing)
(#515) Statement inside of curly braces should be on next line. (brace-style)
(#515) Missing space before opening brace. (space-before-blocks)
(#515) 'm' used outside of binding context. (block-scoped-var)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) Requires a space before '}'. (block-spacing)
(#515) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#515) Missing semicolon. (semi)
(#515) 'x' used outside of binding context. (block-scoped-var)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) Expected space(s) after "for". (keyword-spacing)
(#515) 't' used outside of binding context. (block-scoped-var)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) 'x' used outside of binding context. (block-scoped-var)
(#515) Operator '<' must be spaced. (space-infix-ops)
(#515) 't' used outside of binding context. (block-scoped-var)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) 'x' used outside of binding context. (block-scoped-var)
(#515) Expected { after 'for' condition. (curly)
(#515) Expected space(s) before "for". (keyword-spacing)
(#515) Expected space(s) after "for". (keyword-spacing)
(#515) 'k' used outside of binding context. (block-scoped-var)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) 'x' used outside of binding context. (block-scoped-var)
(#515) A space is required after ','. (comma-spacing)
(#515) 'q' used outside of binding context. (block-scoped-var)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) A space is required after ','. (comma-spacing)
(#515) 'e' used outside of binding context. (block-scoped-var)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) 'k' used outside of binding context. (block-scoped-var)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) 'q' used outside of binding context. (block-scoped-var)
(#515) Operator '<' must be spaced. (space-infix-ops)
(#515) 'e' used outside of binding context. (block-scoped-var)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) 'q' used outside of binding context. (block-scoped-var)
(#515) 'k' used outside of binding context. (block-scoped-var)
(#515) Expected { after 'for' condition. (curly)
(#515) 'q' used outside of binding context. (block-scoped-var)
(#515) Operator '=' must be spaced. (space-infix-ops)
(#515) Missing whitespace after semicolon. (semi-spacing)
(#515) 'm' used outside of binding context. (block-scoped-var)
(#515) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#515) Operator '&&' must be spaced. (space-infix-ops)
(#515) 'h' used outside of binding context. (block-scoped-var)
(#515) 'g' used outside of binding context. (block-scoped-var)
(#516) This line has a length of 296. Maximum allowed is 132. (max-len)
(#516) 'g' used outside of binding context. (block-scoped-var)
(#516) Requires a space before '}'. (block-spacing)
(#516) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#516) Missing semicolon. (semi)
(#516) Requires a space before '}'. (block-spacing)
(#516) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#516) Expected space(s) before "this". (keyword-spacing)
(#516) Missing whitespace after semicolon. (semi-spacing)
(#516) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#516) Requires a space before '}'. (block-spacing)
(#516) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#516) Missing semicolon. (semi)
(#516) Requires a space before '}'. (block-spacing)
(#516) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#516) Missing whitespace after semicolon. (semi-spacing)
(#516) Operator '=' must be spaced. (space-infix-ops)
(#516) 'h' is defined but never used. (no-unused-vars)
(#516) Requires a space after '{'. (block-spacing)
(#516) Statement inside of curly braces should be on next line. (brace-style)
(#516) Missing space before opening brace. (space-before-blocks)
(#516) Requires a space before '}'. (block-spacing)
(#516) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#516) Missing semicolon. (semi)
(#516) Missing whitespace after semicolon. (semi-spacing)
(#516) Operator '=' must be spaced. (space-infix-ops)
(#516) Requires a space after '{'. (block-spacing)
(#516) Statement inside of curly braces should be on next line. (brace-style)
(#516) Missing space before opening brace. (space-before-blocks)
(#516) A space is required after ','. (comma-spacing)
(#516) A space is required after ','. (comma-spacing)
(#516) A space is required after ','. (comma-spacing)
(#516) Requires a space before '}'. (block-spacing)
(#516) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#516) Missing semicolon. (semi)
(#516) Requires a space before '}'. (block-spacing)
(#516) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#516) Missing semicolon. (semi)
(#516) 'ChemDoodle' is not defined. (no-undef)
(#516) A space is required after ','. (comma-spacing)
(#516) 'ChemDoodle' is not defined. (no-undef)
(#516) A space is required after ','. (comma-spacing)
(#516) 'ChemDoodle' is not defined. (no-undef)
(#516) A space is required after ','. (comma-spacing)
(#516) 'ChemDoodle' is not defined. (no-undef)
(#517) This line has a length of 503. Maximum allowed is 132. (max-len)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) A space is required after ','. (comma-spacing)
(#517) Requires a space after '{'. (block-spacing)
(#517) Statement inside of curly braces should be on next line. (brace-style)
(#517) Missing space before opening brace. (space-before-blocks)
(#517) Operator '=' must be spaced. (space-infix-ops)
(#517) Requires a space after '{'. (block-spacing)
(#517) Statement inside of curly braces should be on next line. (brace-style)
(#517) Missing space before opening brace. (space-before-blocks)
(#517) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#517) Requires a space before '}'. (block-spacing)
(#517) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#517) Missing semicolon. (semi)
(#517) Missing whitespace after semicolon. (semi-spacing)
(#517) Operator '=' must be spaced. (space-infix-ops)
(#517) Operator '=' must be spaced. (space-infix-ops)
(#517) Missing '()' invoking a constructor. (new-parens)
(#517) Missing whitespace after semicolon. (semi-spacing)
(#517) Operator '=' must be spaced. (space-infix-ops)
(#517) Missing whitespace after semicolon. (semi-spacing)
(#517) Operator '=' must be spaced. (space-infix-ops)
(#517) Requires a space after '{'. (block-spacing)
(#517) Statement inside of curly braces should be on next line. (brace-style)
(#517) Missing space before opening brace. (space-before-blocks)
(#517) Operator '=' must be spaced. (space-infix-ops)
(#517) Missing whitespace after semicolon. (semi-spacing)
(#517) Operator '=' must be spaced. (space-infix-ops)
(#517) Missing whitespace after semicolon. (semi-spacing)
(#517) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#517) Operator '&&' must be spaced. (space-infix-ops)
(#517) Operator '=' must be spaced. (space-infix-ops)
(#517) A space is required after ','. (comma-spacing)
(#517) Operator '=' must be spaced. (space-infix-ops)
(#517) A space is required after ','. (comma-spacing)
(#517) Requires a space before '}'. (block-spacing)
(#517) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#517) Missing semicolon. (semi)
(#517) Missing whitespace after semicolon. (semi-spacing)
(#517) Operator '=' must be spaced. (space-infix-ops)
(#517) Requires a space after '{'. (block-spacing)
(#517) Statement inside of curly braces should be on next line. (brace-style)
(#517) Missing space before opening brace. (space-before-blocks)
(#517) Operator '=' must be spaced. (space-infix-ops)
(#517) Missing whitespace after semicolon. (semi-spacing)
(#517) Expected space(s) after "if". (keyword-spacing)
(#517) Expected { after 'if' condition. (curly)
(#517) Expected space(s) before "if". (keyword-spacing)
(#517) Expected space(s) after "if". (keyword-spacing)
(#517) Operator '=' must be spaced. (space-infix-ops)
(#517) Unexpected use of comma operator. (no-sequences)
(#517) A space is required after ','. (comma-spacing)
(#517) Requires a space after '{'. (block-spacing)
(#517) Statement inside of curly braces should be on next line. (brace-style)
(#517) Missing space before opening brace. (space-before-blocks)
(#517) Operator '=' must be spaced. (space-infix-ops)
(#517) A space is required after ','. (comma-spacing)
(#518) This line has a length of 524. Maximum allowed is 132. (max-len)
(#518) A space is required after ','. (comma-spacing)
(#518) A space is required after ','. (comma-spacing)
(#518) A space is required after ','. (comma-spacing)
(#518) Missing whitespace after semicolon. (semi-spacing)
(#518) Operator '=' must be spaced. (space-infix-ops)
(#518) Requires a space before '}'. (block-spacing)
(#518) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#518) Missing semicolon. (semi)
(#518) Expected space(s) before "else". (keyword-spacing)
(#518) Expected { after 'else'. (curly)
(#518) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#518) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#518) Operator '!==' must be spaced. (space-infix-ops)
(#518) Operator '&&' must be spaced. (space-infix-ops)
(#518) A space is required after ','. (comma-spacing)
(#518) Missing whitespace after semicolon. (semi-spacing)
(#518) Expected space(s) after "else". (keyword-spacing)
(#518) Expected { after 'else'. (curly)
(#518) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#518) Operator '&&' must be spaced. (space-infix-ops)
(#518) Operator '&&' must be spaced. (space-infix-ops)
(#518) A space is required after ','. (comma-spacing)
(#518) A space is required after ','. (comma-spacing)
(#518) A space is required after ','. (comma-spacing)
(#518) A space is required after ','. (comma-spacing)
(#518) Missing whitespace after semicolon. (semi-spacing)
(#518) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#518) Operator '||' must be spaced. (space-infix-ops)
(#518) Requires a space before '}'. (block-spacing)
(#518) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#518) Missing semicolon. (semi)
(#518) Missing whitespace after semicolon. (semi-spacing)
(#518) Operator '=' must be spaced. (space-infix-ops)
(#518) Requires a space after '{'. (block-spacing)
(#518) Statement inside of curly braces should be on next line. (brace-style)
(#518) Missing space before opening brace. (space-before-blocks)
(#519) This line has a length of 504. Maximum allowed is 132. (max-len)
(#519) A space is required after ','. (comma-spacing)
(#519) Requires a space before '}'. (block-spacing)
(#519) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#519) Missing semicolon. (semi)
(#519) Missing whitespace after semicolon. (semi-spacing)
(#519) Operator '=' must be spaced. (space-infix-ops)
(#519) Requires a space after '{'. (block-spacing)
(#519) Statement inside of curly braces should be on next line. (brace-style)
(#519) Missing space before opening brace. (space-before-blocks)
(#519) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#519) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#519) Operator '&&' must be spaced. (space-infix-ops)
(#519) Operator '<' must be spaced. (space-infix-ops)
(#519) Operator '&&' must be spaced. (space-infix-ops)
(#519) Operator '=' must be spaced. (space-infix-ops)
(#519) Missing whitespace after semicolon. (semi-spacing)
(#519) Expected space(s) after "if". (keyword-spacing)
(#519) Requires a space after '{'. (block-spacing)
(#519) Statement inside of curly braces should be on next line. (brace-style)
(#519) Missing space before opening brace. (space-before-blocks)
(#519) Expected space(s) after "if". (keyword-spacing)
(#519) Operator '>' must be spaced. (space-infix-ops)
(#519) Expected { after 'if' condition. (curly)
(#519) Expected space(s) before "this". (keyword-spacing)
(#519) Operator '=' must be spaced. (space-infix-ops)
(#519) Missing whitespace after semicolon. (semi-spacing)
(#519) Expected space(s) after "if". (keyword-spacing)
(#519) Operator '>' must be spaced. (space-infix-ops)
(#519) Requires a space after '{'. (block-spacing)
(#519) Statement inside of curly braces should be on next line. (brace-style)
(#519) Missing space before opening brace. (space-before-blocks)
(#519) Operator '=' must be spaced. (space-infix-ops)
(#519) Missing whitespace after semicolon. (semi-spacing)
(#519) Operator '=' must be spaced. (space-infix-ops)
(#519) Operator '+' must be spaced. (space-infix-ops)
(#519) Operator '*' must be spaced. (space-infix-ops)
(#519) Missing whitespace after semicolon. (semi-spacing)
(#519) Operator '=' must be spaced. (space-infix-ops)
(#519) Operator '-' must be spaced. (space-infix-ops)
(#519) Operator '*' must be spaced. (space-infix-ops)
(#519) Missing whitespace after semicolon. (semi-spacing)
(#519) Operator '=' must be spaced. (space-infix-ops)
(#519) A space is required after ','. (comma-spacing)
(#519) A space is required after ','. (comma-spacing)
(#519) A space is required after ','. (comma-spacing)
(#519) Requires a space before '}'. (block-spacing)
(#519) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#519) Missing semicolon. (semi)
(#519) Expected space(s) before "else". (keyword-spacing)
(#519) Expected { after 'else'. (curly)
(#519) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#519) Operator '&&' must be spaced. (space-infix-ops)
(#520) This line has a length of 481. Maximum allowed is 132. (max-len)
(#520) Operator '?' must be spaced. (space-infix-ops)
(#520) Operator '=' must be spaced. (space-infix-ops)
(#520) A space is required after ','. (comma-spacing)
(#520) A space is required after ','. (comma-spacing)
(#520) A space is required after ','. (comma-spacing)
(#520) Operator ':' must be spaced. (space-infix-ops)
(#520) 'm' used outside of binding context. (block-scoped-var)
(#520) Operator '=' must be spaced. (space-infix-ops)
(#520) A space is required after ','. (comma-spacing)
(#520) Operator '=' must be spaced. (space-infix-ops)
(#520) A space is required after ','. (comma-spacing)
(#520) Operator '||' must be spaced. (space-infix-ops)
(#520) Operator '=' must be spaced. (space-infix-ops)
(#520) A space is required after ','. (comma-spacing)
(#520) Operator '||' must be spaced. (space-infix-ops)
(#520) 'm' used outside of binding context. (block-scoped-var)
(#520) Operator '=' must be spaced. (space-infix-ops)
(#520) 'm' used outside of binding context. (block-scoped-var)
(#520) Operator '+' must be spaced. (space-infix-ops)
(#520) Operator '/' must be spaced. (space-infix-ops)
(#520) Operator '/' must be spaced. (space-infix-ops)
(#520) Operator '/' must be spaced. (space-infix-ops)
(#520) Operator '*' must be spaced. (space-infix-ops)
(#520) Operator '/' must be spaced. (space-infix-ops)
(#520) A space is required after ','. (comma-spacing)
(#520) Operator '=' must be spaced. (space-infix-ops)
(#520) A space is required after ','. (comma-spacing)
(#520) Operator '+' must be spaced. (space-infix-ops)
(#520) Operator '*' must be spaced. (space-infix-ops)
(#520) 'm' used outside of binding context. (block-scoped-var)
(#520) A space is required after ','. (comma-spacing)
(#520) Operator '-' must be spaced. (space-infix-ops)
(#520) Operator '*' must be spaced. (space-infix-ops)
(#520) 'm' used outside of binding context. (block-scoped-var)
(#520) A space is required after ','. (comma-spacing)
(#520) Missing whitespace after semicolon. (semi-spacing)
(#520) Requires a space before '}'. (block-spacing)
(#520) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#520) Missing semicolon. (semi)
(#520) Requires a space before '}'. (block-spacing)
(#520) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#520) Requires a space before '}'. (block-spacing)
(#520) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#520) Missing semicolon. (semi)
(#520) 'ChemDoodle' is not defined. (no-undef)
(#520) A space is required after ','. (comma-spacing)
(#520) 'ChemDoodle' is not defined. (no-undef)
(#520) A space is required after ','. (comma-spacing)
(#520) 'ChemDoodle' is not defined. (no-undef)
(#520) A space is required after ','. (comma-spacing)
(#520) 'ChemDoodle' is not defined. (no-undef)
(#520) A space is required after ','. (comma-spacing)
(#521) This line has a length of 519. Maximum allowed is 132. (max-len)
(#521) A space is required after ','. (comma-spacing)
(#521) A space is required after ','. (comma-spacing)
(#521) A space is required after ','. (comma-spacing)
(#521) A space is required after ','. (comma-spacing)
(#521) A space is required after ','. (comma-spacing)
(#521) A space is required after ','. (comma-spacing)
(#521) A space is required after ','. (comma-spacing)
(#521) A space is required after ','. (comma-spacing)
(#521) Requires a space after '{'. (block-spacing)
(#521) Statement inside of curly braces should be on next line. (brace-style)
(#521) Missing space before opening brace. (space-before-blocks)
(#521) Operator '=' must be spaced. (space-infix-ops)
(#521) A space is required after ','. (comma-spacing)
(#521) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#521) Operator '=' must be spaced. (space-infix-ops)
(#521) Missing whitespace after semicolon. (semi-spacing)
(#521) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#521) Operator '=' must be spaced. (space-infix-ops)
(#521) Requires a space after '{'. (block-spacing)
(#521) Statement inside of curly braces should be on next line. (brace-style)
(#521) Missing space before opening brace. (space-before-blocks)
(#521) Missing whitespace after semicolon. (semi-spacing)
(#521) Operator '=' must be spaced. (space-infix-ops)
(#521) Requires a space before '}'. (block-spacing)
(#521) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#521) Missing semicolon. (semi)
(#521) Missing whitespace after semicolon. (semi-spacing)
(#521) Operator '=' must be spaced. (space-infix-ops)
(#521) Operator '=' must be spaced. (space-infix-ops)
(#521) Missing '()' invoking a constructor. (new-parens)
(#521) Missing whitespace after semicolon. (semi-spacing)
(#521) Operator '=' must be spaced. (space-infix-ops)
(#521) Requires a space after '{'. (block-spacing)
(#521) Statement inside of curly braces should be on next line. (brace-style)
(#521) Missing space before opening brace. (space-before-blocks)
(#521) Operator '=' must be spaced. (space-infix-ops)
(#521) Missing whitespace after semicolon. (semi-spacing)
(#521) Expected space(s) after "if". (keyword-spacing)
(#521) Operator '&&' must be spaced. (space-infix-ops)
(#521) Requires a space after '{'. (block-spacing)
(#521) Statement inside of curly braces should be on next line. (brace-style)
(#521) Missing space before opening brace. (space-before-blocks)
(#521) Expected space(s) after "if". (keyword-spacing)
(#521) Expected { after 'if' condition. (curly)
(#521) Expected space(s) before "if". (keyword-spacing)
(#521) Expected space(s) after "if". (keyword-spacing)
(#521) Operator '===' must be spaced. (space-infix-ops)
(#521) Requires a space after '{'. (block-spacing)
(#521) Statement inside of curly braces should be on next line. (brace-style)
(#521) Missing space before opening brace. (space-before-blocks)
(#521) Operator '=' must be spaced. (space-infix-ops)
(#521) A space is required after ','. (comma-spacing)
(#521) Missing whitespace after semicolon. (semi-spacing)
(#521) Missing whitespace after semicolon. (semi-spacing)
(#521) Expected space(s) after "if". (keyword-spacing)
(#521) Requires a space after '{'. (block-spacing)
(#521) Statement inside of curly braces should be on next line. (brace-style)
(#521) Missing space before opening brace. (space-before-blocks)
(#521) Missing whitespace after semicolon. (semi-spacing)
(#521) Operator '=' must be spaced. (space-infix-ops)
(#521) Missing whitespace after semicolon. (semi-spacing)
(#521) Expected space(s) after "for". (keyword-spacing)
(#521) Operator '=' must be spaced. (space-infix-ops)
(#521) Missing whitespace after semicolon. (semi-spacing)
(#521) Operator '<' must be spaced. (space-infix-ops)
(#521) Missing whitespace after semicolon. (semi-spacing)
(#521) Expected { after 'for' condition. (curly)
(#521) Expected space(s) before "this". (keyword-spacing)
(#521) Missing whitespace after semicolon. (semi-spacing)
(#521) Requires a space before '}'. (block-spacing)
(#521) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#521) Missing semicolon. (semi)
(#521) Expected space(s) before "else". (keyword-spacing)
(#521) Expected { after 'else'. (curly)
(#521) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#521) Operator '=' must be spaced. (space-infix-ops)
(#522) This line has a length of 527. Maximum allowed is 132. (max-len)
(#522) A space is required after ','. (comma-spacing)
(#522) Unexpected use of comma operator. (no-sequences)
(#522) A space is required after ','. (comma-spacing)
(#522) Requires a space before '}'. (block-spacing)
(#522) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#522) Missing semicolon. (semi)
(#522) Expected space(s) before "else". (keyword-spacing)
(#522) Expected space(s) after "if". (keyword-spacing)
(#522) Operator '===' must be spaced. (space-infix-ops)
(#522) Expected { after 'if' condition. (curly)
(#522) Expected space(s) before "if". (keyword-spacing)
(#522) Expected space(s) after "if". (keyword-spacing)
(#522) Requires a space after '{'. (block-spacing)
(#522) Statement inside of curly braces should be on next line. (brace-style)
(#522) Missing space before opening brace. (space-before-blocks)
(#522) 'q' used outside of binding context. (block-scoped-var)
(#522) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) Missing whitespace after semicolon. (semi-spacing)
(#522) 'e' used outside of binding context. (block-scoped-var)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) 'q' used outside of binding context. (block-scoped-var)
(#522) Missing whitespace after semicolon. (semi-spacing)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) 'q' used outside of binding context. (block-scoped-var)
(#522) Operator '-' must be spaced. (space-infix-ops)
(#522) 'e' used outside of binding context. (block-scoped-var)
(#522) Missing whitespace after semicolon. (semi-spacing)
(#522) Operator '+=' must be spaced. (space-infix-ops)
(#522) Missing whitespace after semicolon. (semi-spacing)
(#522) 'e' used outside of binding context. (block-scoped-var)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) Missing whitespace after semicolon. (semi-spacing)
(#522) Expected space(s) after "for". (keyword-spacing)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) Missing whitespace after semicolon. (semi-spacing)
(#522) 'e' used outside of binding context. (block-scoped-var)
(#522) Operator '<' must be spaced. (space-infix-ops)
(#522) Missing whitespace after semicolon. (semi-spacing)
(#522) 'e' used outside of binding context. (block-scoped-var)
(#522) Requires a space after '{'. (block-spacing)
(#522) Statement inside of curly braces should be on next line. (brace-style)
(#522) Missing space before opening brace. (space-before-blocks)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) 'e' used outside of binding context. (block-scoped-var)
(#522) A space is required after ','. (comma-spacing)
(#522) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) 'q' used outside of binding context. (block-scoped-var)
(#522) A space is required after ','. (comma-spacing)
(#522) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) 'q' used outside of binding context. (block-scoped-var)
(#522) Operator '+' must be spaced. (space-infix-ops)
(#522) Missing whitespace after semicolon. (semi-spacing)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) 'q' used outside of binding context. (block-scoped-var)
(#522) Operator '+' must be spaced. (space-infix-ops)
(#522) Operator '*' must be spaced. (space-infix-ops)
(#522) Missing whitespace after semicolon. (semi-spacing)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) 'q' used outside of binding context. (block-scoped-var)
(#522) Operator '-' must be spaced. (space-infix-ops)
(#522) Operator '*' must be spaced. (space-infix-ops)
(#522) Requires a space before '}'. (block-spacing)
(#522) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#522) Missing semicolon. (semi)
(#522) Expected space(s) before "this". (keyword-spacing)
(#522) Requires a space before '}'. (block-spacing)
(#522) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#522) Missing semicolon. (semi)
(#522) Expected space(s) before "else". (keyword-spacing)
(#522) 'q' used outside of binding context. (block-scoped-var)
(#522) Expected { after 'else'. (curly)
(#522) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#522) Operator '=' must be spaced. (space-infix-ops)
(#522) Operator '+' must be spaced. (space-infix-ops)
(#522) Operator '/' must be spaced. (space-infix-ops)
(#523) This line has a length of 502. Maximum allowed is 132. (max-len)
(#523) A space is required after ','. (comma-spacing)
(#523) Operator '+' must be spaced. (space-infix-ops)
(#523) Operator '/' must be spaced. (space-infix-ops)
(#523) Unexpected use of comma operator. (no-sequences)
(#523) A space is required after ','. (comma-spacing)
(#523) 'e' used outside of binding context. (block-scoped-var)
(#523) Operator '=' must be spaced. (space-infix-ops)
(#523) 'q' used outside of binding context. (block-scoped-var)
(#523) A space is required after ','. (comma-spacing)
(#523) Operator '=' must be spaced. (space-infix-ops)
(#523) 'q' used outside of binding context. (block-scoped-var)
(#523) Operator '-' must be spaced. (space-infix-ops)
(#523) 'e' used outside of binding context. (block-scoped-var)
(#523) A space is required after ','. (comma-spacing)
(#523) Operator '=' must be spaced. (space-infix-ops)
(#523) A space is required after ','. (comma-spacing)
(#523) A space is required after ','. (comma-spacing)
(#523) 'q' used outside of binding context. (block-scoped-var)
(#523) A space is required after ','. (comma-spacing)
(#523) Requires a space before '}'. (block-spacing)
(#523) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#523) Missing semicolon. (semi)
(#523) Expected space(s) before "else". (keyword-spacing)
(#523) Expected space(s) after "if". (keyword-spacing)
(#523) Requires a space after '{'. (block-spacing)
(#523) Statement inside of curly braces should be on next line. (brace-style)
(#523) Missing space before opening brace. (space-before-blocks)
(#523) Expected space(s) after "if". (keyword-spacing)
(#523) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#523) Expected { after 'if' condition. (curly)
(#523) Expected space(s) before "if". (keyword-spacing)
(#523) Expected space(s) after "if". (keyword-spacing)
(#523) 'q' used outside of binding context. (block-scoped-var)
(#523) Operator '=' must be spaced. (space-infix-ops)
(#523) A space is required after ','. (comma-spacing)
(#523) Unexpected use of comma operator. (no-sequences)
(#523) A space is required after ','. (comma-spacing)
(#523) 'q' used outside of binding context. (block-scoped-var)
(#523) A space is required after ','. (comma-spacing)
(#523) Requires a space after '{'. (block-spacing)
(#523) Statement inside of curly braces should be on next line. (brace-style)
(#523) Missing space before opening brace. (space-before-blocks)
(#523) 'q' used outside of binding context. (block-scoped-var)
(#523) Missing whitespace after semicolon. (semi-spacing)
(#523) Operator '=' must be spaced. (space-infix-ops)
(#523) Missing whitespace after semicolon. (semi-spacing)
(#523) Expected space(s) after "for". (keyword-spacing)
(#523) 'e' used outside of binding context. (block-scoped-var)
(#523) Operator '=' must be spaced. (space-infix-ops)
(#523) Missing whitespace after semicolon. (semi-spacing)
(#523) Operator '<' must be spaced. (space-infix-ops)
(#523) 'e' used outside of binding context. (block-scoped-var)
(#523) Missing whitespace after semicolon. (semi-spacing)
(#523) Expected { after 'for' condition. (curly)
(#523) Expected space(s) before "this". (keyword-spacing)
(#523) 'q' used outside of binding context. (block-scoped-var)
(#524) This line has a length of 569. Maximum allowed is 132. (max-len)
(#524) Requires a space before '}'. (block-spacing)
(#524) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#524) Missing semicolon. (semi)
(#524) Expected space(s) before "else". (keyword-spacing)
(#524) Expected { after 'else'. (curly)
(#524) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#524) Do not nest ternary expressions. (no-nested-ternary)
(#524) Operator '?' must be spaced. (space-infix-ops)
(#524) 'e' used outside of binding context. (block-scoped-var)
(#524) Operator '=' must be spaced. (space-infix-ops)
(#524) Operator '?' must be spaced. (space-infix-ops)
(#524) Operator ':' must be spaced. (space-infix-ops)
(#524) Operator ':' must be spaced. (space-infix-ops)
(#524) Operator '?' must be spaced. (space-infix-ops)
(#524) 'e' used outside of binding context. (block-scoped-var)
(#524) Operator '=' must be spaced. (space-infix-ops)
(#524) A space is required after ','. (comma-spacing)
(#524) Operator ':' must be spaced. (space-infix-ops)
(#524) Operator '&&' must be spaced. (space-infix-ops)
(#524) 'e' used outside of binding context. (block-scoped-var)
(#524) Operator '=' must be spaced. (space-infix-ops)
(#524) Operator '?' must be spaced. (space-infix-ops)
(#524) Operator ':' must be spaced. (space-infix-ops)
(#524) Unexpected use of comma operator. (no-sequences)
(#524) A space is required after ','. (comma-spacing)
(#524) Operator '=' must be spaced. (space-infix-ops)
(#524) 'e' used outside of binding context. (block-scoped-var)
(#524) A space is required after ','. (comma-spacing)
(#524) 'q' used outside of binding context. (block-scoped-var)
(#524) A space is required after ','. (comma-spacing)
(#524) Requires a space before '}'. (block-spacing)
(#524) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#524) Missing semicolon. (semi)
(#524) Expected space(s) before "else". (keyword-spacing)
(#524) Expected { after 'else'. (curly)
(#524) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#524) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#524) Unexpected use of comma operator. (no-sequences)
(#525) This line has a length of 501. Maximum allowed is 132. (max-len)
(#525) Requires a space before '}'. (block-spacing)
(#525) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#525) Missing semicolon. (semi)
(#525) Missing whitespace after semicolon. (semi-spacing)
(#525) Operator '=' must be spaced. (space-infix-ops)
(#525) Requires a space after '{'. (block-spacing)
(#525) Statement inside of curly braces should be on next line. (brace-style)
(#525) Missing space before opening brace. (space-before-blocks)
(#525) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#525) Operator '=' must be spaced. (space-infix-ops)
(#525) Missing whitespace after semicolon. (semi-spacing)
(#525) Operator '=' must be spaced. (space-infix-ops)
(#525) Missing whitespace after semicolon. (semi-spacing)
(#525) Expected space(s) after "if". (keyword-spacing)
(#525) Operator '&&' must be spaced. (space-infix-ops)
(#525) Requires a space after '{'. (block-spacing)
(#525) Statement inside of curly braces should be on next line. (brace-style)
(#525) Missing space before opening brace. (space-before-blocks)
(#525) Operator '=' must be spaced. (space-infix-ops)
(#525) Operator '/' must be spaced. (space-infix-ops)
(#525) Missing whitespace after semicolon. (semi-spacing)
(#525) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#525) A space is required after ','. (comma-spacing)
(#525) A space is required after ','. (comma-spacing)
(#525) Operator '&&' must be spaced. (space-infix-ops)
(#525) A space is required after ','. (comma-spacing)
(#525) A space is required after ','. (comma-spacing)
(#525) Operator '?' must be spaced. (space-infix-ops)
(#525) Operator '=' must be spaced. (space-infix-ops)
(#525) Operator ':' must be spaced. (space-infix-ops)
(#525) A space is required after ','. (comma-spacing)
(#525) Operator '-' must be spaced. (space-infix-ops)
(#525) A space is required after ','. (comma-spacing)
(#525) Operator '+' must be spaced. (space-infix-ops)
(#525) Operator '&&' must be spaced. (space-infix-ops)
(#525) A space is required after ','. (comma-spacing)
(#525) Operator '-' must be spaced. (space-infix-ops)
(#525) A space is required after ','. (comma-spacing)
(#525) Operator '+' must be spaced. (space-infix-ops)
(#525) Operator '&&' must be spaced. (space-infix-ops)
(#526) This line has a length of 531. Maximum allowed is 132. (max-len)
(#526) Operator '=' must be spaced. (space-infix-ops)
(#526) Requires a space before '}'. (block-spacing)
(#526) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#526) Missing semicolon. (semi)
(#526) Expected space(s) before "else". (keyword-spacing)
(#526) Expected { after 'else'. (curly)
(#526) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#526) Operator '||' must be spaced. (space-infix-ops)
(#526) Operator '=' must be spaced. (space-infix-ops)
(#526) A space is required after ','. (comma-spacing)
(#526) A space is required after ','. (comma-spacing)
(#526) Requires a space before '}'. (block-spacing)
(#526) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#526) Missing semicolon. (semi)
(#526) Missing whitespace after semicolon. (semi-spacing)
(#526) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#526) Operator '=' must be spaced. (space-infix-ops)
(#526) Requires a space after '{'. (block-spacing)
(#526) Statement inside of curly braces should be on next line. (brace-style)
(#526) Missing space before opening brace. (space-before-blocks)
(#526) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#526) Operator '||' must be spaced. (space-infix-ops)
(#526) Operator '||' must be spaced. (space-infix-ops)
(#526) Missing whitespace after semicolon. (semi-spacing)
(#526) Requires a space before '}'. (block-spacing)
(#526) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#526) Missing semicolon. (semi)
(#526) Missing whitespace after semicolon. (semi-spacing)
(#526) Operator '=' must be spaced. (space-infix-ops)
(#526) Requires a space after '{'. (block-spacing)
(#526) Statement inside of curly braces should be on next line. (brace-style)
(#526) Missing space before opening brace. (space-before-blocks)
(#526) Expected space(s) after "if". (keyword-spacing)
(#526) Operator '&&' must be spaced. (space-infix-ops)
(#526) Expected { after 'if' condition. (curly)
(#526) Expected space(s) before "if". (keyword-spacing)
(#526) Expected space(s) after "if". (keyword-spacing)
(#526) Requires a space after '{'. (block-spacing)
(#526) Statement inside of curly braces should be on next line. (brace-style)
(#526) Missing space before opening brace. (space-before-blocks)
(#526) Operator '=' must be spaced. (space-infix-ops)
(#526) Missing whitespace after semicolon. (semi-spacing)
(#526) Operator '=' must be spaced. (space-infix-ops)
(#526) Missing whitespace after semicolon. (semi-spacing)
(#526) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#526) Do not nest ternary expressions. (no-nested-ternary)
(#526) Operator '?' must be spaced. (space-infix-ops)
(#526) Operator ':' must be spaced. (space-infix-ops)
(#526) Operator '?' must be spaced. (space-infix-ops)
(#526) A space is required after ','. (comma-spacing)
(#526) Operator ':' must be spaced. (space-infix-ops)
(#527) This line has a length of 527. Maximum allowed is 132. (max-len)
(#527) Operator '&&' must be spaced. (space-infix-ops)
(#527) Missing whitespace after semicolon. (semi-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) Requires a space before '}'. (block-spacing)
(#527) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#527) Missing semicolon. (semi)
(#527) Expected space(s) before "else". (keyword-spacing)
(#527) Expected { after 'else'. (curly)
(#527) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#527) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#527) Operator '&&' must be spaced. (space-infix-ops)
(#527) Missing whitespace after semicolon. (semi-spacing)
(#527) Operator '=' must be spaced. (space-infix-ops)
(#527) Requires a space before '}'. (block-spacing)
(#527) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#527) Missing semicolon. (semi)
(#527) Missing whitespace after semicolon. (semi-spacing)
(#527) Operator '=' must be spaced. (space-infix-ops)
(#527) Requires a space after '{'. (block-spacing)
(#527) Statement inside of curly braces should be on next line. (brace-style)
(#527) Missing space before opening brace. (space-before-blocks)
(#527) Expected space(s) after "if". (keyword-spacing)
(#527) Requires a space after '{'. (block-spacing)
(#527) Statement inside of curly braces should be on next line. (brace-style)
(#527) Missing space before opening brace. (space-before-blocks)
(#527) Operator '=' must be spaced. (space-infix-ops)
(#527) Operator '!==' must be spaced. (space-infix-ops)
(#527) Missing whitespace after semicolon. (semi-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) Requires a space before '}'. (block-spacing)
(#527) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#527) Missing semicolon. (semi)
(#527) Expected space(s) before "else". (keyword-spacing)
(#527) Expected space(s) after "if". (keyword-spacing)
(#527) Requires a space after '{'. (block-spacing)
(#527) Statement inside of curly braces should be on next line. (brace-style)
(#527) Missing space before opening brace. (space-before-blocks)
(#527) 'q' used outside of binding context. (block-scoped-var)
(#527) Operator '=' must be spaced. (space-infix-ops)
(#527) Missing whitespace after semicolon. (semi-spacing)
(#527) Operator '=' must be spaced. (space-infix-ops)
(#527) Operator '/' must be spaced. (space-infix-ops)
(#527) Missing whitespace after semicolon. (semi-spacing)
(#527) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) Operator '&&' must be spaced. (space-infix-ops)
(#527) A space is required after ','. (comma-spacing)
(#527) A space is required after ','. (comma-spacing)
(#527) Operator '||' must be spaced. (space-infix-ops)
(#528) This line has a length of 503. Maximum allowed is 132. (max-len)
(#528) A space is required after ','. (comma-spacing)
(#528) Operator '-' must be spaced. (space-infix-ops)
(#528) A space is required after ','. (comma-spacing)
(#528) Operator '+' must be spaced. (space-infix-ops)
(#528) Operator '||' must be spaced. (space-infix-ops)
(#528) A space is required after ','. (comma-spacing)
(#528) Operator '-' must be spaced. (space-infix-ops)
(#528) A space is required after ','. (comma-spacing)
(#528) Operator '+' must be spaced. (space-infix-ops)
(#528) Operator '||' must be spaced. (space-infix-ops)
(#528) 'q' used outside of binding context. (block-scoped-var)
(#528) Operator '=' must be spaced. (space-infix-ops)
(#528) Missing whitespace after semicolon. (semi-spacing)
(#528) 'q' used outside of binding context. (block-scoped-var)
(#528) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#528) Operator '!=' must be spaced. (space-infix-ops)
(#528) Operator '&&' must be spaced. (space-infix-ops)
(#528) Operator '=' must be spaced. (space-infix-ops)
(#528) 'q' used outside of binding context. (block-scoped-var)
(#528) A space is required after ','. (comma-spacing)
(#528) Requires a space before '}'. (block-spacing)
(#528) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#528) Missing semicolon. (semi)
(#528) Requires a space before '}'. (block-spacing)
(#528) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#528) Missing whitespace after semicolon. (semi-spacing)
(#528) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#528) Operator '=' must be spaced. (space-infix-ops)
(#528) 'k' is defined but never used. (no-unused-vars)
(#528) Requires a space after '{'. (block-spacing)
(#528) Statement inside of curly braces should be on next line. (brace-style)
(#528) Missing space before opening brace. (space-before-blocks)
(#528) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#528) Operator '&&' must be spaced. (space-infix-ops)
(#528) Requires a space before '}'. (block-spacing)
(#528) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#528) Missing semicolon. (semi)
(#528) Missing whitespace after semicolon. (semi-spacing)
(#528) Operator '=' must be spaced. (space-infix-ops)
(#528) A space is required after ','. (comma-spacing)
(#528) Requires a space after '{'. (block-spacing)
(#528) Statement inside of curly braces should be on next line. (brace-style)
(#528) Missing space before opening brace. (space-before-blocks)
(#528) Expected space(s) after "if". (keyword-spacing)
(#528) Operator '&&' must be spaced. (space-infix-ops)
(#528) Requires a space after '{'. (block-spacing)
(#528) Statement inside of curly braces should be on next line. (brace-style)
(#528) Missing space before opening brace. (space-before-blocks)
(#528) Operator '=' must be spaced. (space-infix-ops)
(#528) Missing whitespace after semicolon. (semi-spacing)
(#528) Operator '=' must be spaced. (space-infix-ops)
(#528) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#528) Missing whitespace after semicolon. (semi-spacing)
(#528) Operator '=' must be spaced. (space-infix-ops)
(#528) Operator '/' must be spaced. (space-infix-ops)
(#528) Missing whitespace after semicolon. (semi-spacing)
(#528) Operator '=' must be spaced. (space-infix-ops)
(#528) Missing whitespace after semicolon. (semi-spacing)
(#528) Missing whitespace after semicolon. (semi-spacing)
(#528) Operator '-' must be spaced. (space-infix-ops)
(#529) This line has a length of 337. Maximum allowed is 132. (max-len)
(#529) A space is required after ','. (comma-spacing)
(#529) Operator '-' must be spaced. (space-infix-ops)
(#529) A space is required after ','. (comma-spacing)
(#529) Operator '-' must be spaced. (space-infix-ops)
(#529) Operator '+' must be spaced. (space-infix-ops)
(#529) Operator '*' must be spaced. (space-infix-ops)
(#529) A space is required after ','. (comma-spacing)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) Operator '-' must be spaced. (space-infix-ops)
(#529) A space is required after ','. (comma-spacing)
(#529) A space is required after ','. (comma-spacing)
(#529) Operator '-' must be spaced. (space-infix-ops)
(#529) Operator '+' must be spaced. (space-infix-ops)
(#529) Operator '*' must be spaced. (space-infix-ops)
(#529) A space is required after ','. (comma-spacing)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#529) Operator '-' must be spaced. (space-infix-ops)
(#529) A space is required after ','. (comma-spacing)
(#529) A space is required after ','. (comma-spacing)
(#529) A space is required after ','. (comma-spacing)
(#529) Operator '-' must be spaced. (space-infix-ops)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) A space is required after ','. (comma-spacing)
(#529) A space is required after ','. (comma-spacing)
(#529) A space is required after ','. (comma-spacing)
(#529) Operator '-' must be spaced. (space-infix-ops)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) Missing whitespace after semicolon. (semi-spacing)
(#529) Operator '=' must be spaced. (space-infix-ops)
(#529) Requires a space before '}'. (block-spacing)
(#529) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#529) Missing semicolon. (semi)
(#529) Requires a space before '}'. (block-spacing)
(#529) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#529) Requires a space before '}'. (block-spacing)
(#529) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#529) Missing semicolon. (semi)
(#529) 'ChemDoodle' is not defined. (no-undef)
(#529) A space is required after ','. (comma-spacing)
(#529) 'ChemDoodle' is not defined. (no-undef)
(#529) A space is required after ','. (comma-spacing)
(#529) 'ChemDoodle' is not defined. (no-undef)
(#529) A space is required after ','. (comma-spacing)
(#529) 'ChemDoodle' is not defined. (no-undef)
(#529) A space is required after ','. (comma-spacing)
(#529) 'ChemDoodle' is not defined. (no-undef)
(#529) A space is required after ','. (comma-spacing)
(#529) 'ChemDoodle' is not defined. (no-undef)
(#529) A space is required after ','. (comma-spacing)
(#529) 'ChemDoodle' is not defined. (no-undef)
(#529) A space is required after ','. (comma-spacing)
(#530) This line has a length of 426. Maximum allowed is 132. (max-len)
(#530) A space is required after ','. (comma-spacing)
(#530) A space is required after ','. (comma-spacing)
(#530) 'v' is defined but never used. (no-unused-vars)
(#530) Requires a space after '{'. (block-spacing)
(#530) Statement inside of curly braces should be on next line. (brace-style)
(#530) Missing space before opening brace. (space-before-blocks)
(#530) Operator '=' must be spaced. (space-infix-ops)
(#530) Requires a space after '{'. (block-spacing)
(#530) Statement inside of curly braces should be on next line. (brace-style)
(#530) Missing space before opening brace. (space-before-blocks)
(#530) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#530) Requires a space before '}'. (block-spacing)
(#530) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#530) Missing semicolon. (semi)
(#530) Missing whitespace after semicolon. (semi-spacing)
(#530) Operator '=' must be spaced. (space-infix-ops)
(#530) Operator '=' must be spaced. (space-infix-ops)
(#530) Missing '()' invoking a constructor. (new-parens)
(#530) Missing whitespace after semicolon. (semi-spacing)
(#530) Operator '=' must be spaced. (space-infix-ops)
(#530) Missing whitespace after semicolon. (semi-spacing)
(#530) Operator '=' must be spaced. (space-infix-ops)
(#530) 'r' is defined but never used. (no-unused-vars)
(#530) Requires a space after '{'. (block-spacing)
(#530) Statement inside of curly braces should be on next line. (brace-style)
(#530) Missing space before opening brace. (space-before-blocks)
(#530) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#530) Operator '>' must be spaced. (space-infix-ops)
(#530) Operator '&&' must be spaced. (space-infix-ops)
(#530) Operator '>' must be spaced. (space-infix-ops)
(#530) Operator '||' must be spaced. (space-infix-ops)
(#530) Operator '&&' must be spaced. (space-infix-ops)
(#530) A space is required after ','. (comma-spacing)
(#530) Requires a space before '}'. (block-spacing)
(#530) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#530) Missing semicolon. (semi)
(#530) Missing whitespace after semicolon. (semi-spacing)
(#530) Operator '=' must be spaced. (space-infix-ops)
(#530) Requires a space after '{'. (block-spacing)
(#530) Statement inside of curly braces should be on next line. (brace-style)
(#530) Missing space before opening brace. (space-before-blocks)
(#530) A space is required after ','. (comma-spacing)
(#530) A space is required after ','. (comma-spacing)
(#530) Requires a space before '}'. (block-spacing)
(#530) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#530) Missing semicolon. (semi)
(#530) Requires a space before '}'. (block-spacing)
(#530) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#530) Missing semicolon. (semi)
(#530) 'ChemDoodle' is not defined. (no-undef)
(#530) A space is required after ','. (comma-spacing)
(#530) 'ChemDoodle' is not defined. (no-undef)
(#531) This line has a length of 504. Maximum allowed is 132. (max-len)
(#531) A space is required after ','. (comma-spacing)
(#531) A space is required after ','. (comma-spacing)
(#531) A space is required after ','. (comma-spacing)
(#531) Requires a space after '{'. (block-spacing)
(#531) Statement inside of curly braces should be on next line. (brace-style)
(#531) Missing space before opening brace. (space-before-blocks)
(#531) Operator '=' must be spaced. (space-infix-ops)
(#531) Requires a space after '{'. (block-spacing)
(#531) Statement inside of curly braces should be on next line. (brace-style)
(#531) Missing space before opening brace. (space-before-blocks)
(#531) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#531) Requires a space before '}'. (block-spacing)
(#531) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#531) Missing semicolon. (semi)
(#531) Missing whitespace after semicolon. (semi-spacing)
(#531) Operator '=' must be spaced. (space-infix-ops)
(#531) Operator '=' must be spaced. (space-infix-ops)
(#531) Missing '()' invoking a constructor. (new-parens)
(#531) Missing whitespace after semicolon. (semi-spacing)
(#531) Operator '=' must be spaced. (space-infix-ops)
(#531) Missing whitespace after semicolon. (semi-spacing)
(#531) Operator '=' must be spaced. (space-infix-ops)
(#531) Requires a space after '{'. (block-spacing)
(#531) Statement inside of curly braces should be on next line. (brace-style)
(#531) Missing space before opening brace. (space-before-blocks)
(#531) Expected space(s) after "if". (keyword-spacing)
(#531) Expected { after 'if' condition. (curly)
(#531) Expected space(s) before "if". (keyword-spacing)
(#531) Expected space(s) after "if". (keyword-spacing)
(#531) Requires a space after '{'. (block-spacing)
(#531) Statement inside of curly braces should be on next line. (brace-style)
(#531) Missing space before opening brace. (space-before-blocks)
(#531) Operator '=' must be spaced. (space-infix-ops)
(#531) A space is required after ','. (comma-spacing)
(#531) Missing whitespace after semicolon. (semi-spacing)
(#531) Missing whitespace after semicolon. (semi-spacing)
(#531) Missing whitespace after semicolon. (semi-spacing)
(#531) Operator '=' must be spaced. (space-infix-ops)
(#531) Missing whitespace after semicolon. (semi-spacing)
(#531) Expected space(s) after "for". (keyword-spacing)
(#531) Operator '=' must be spaced. (space-infix-ops)
(#531) Missing whitespace after semicolon. (semi-spacing)
(#531) Operator '<' must be spaced. (space-infix-ops)
(#531) Missing whitespace after semicolon. (semi-spacing)
(#531) Expected { after 'for' condition. (curly)
(#531) Expected space(s) before "this". (keyword-spacing)
(#531) Missing whitespace after semicolon. (semi-spacing)
(#531) Operator '=' must be spaced. (space-infix-ops)
(#531) Missing whitespace after semicolon. (semi-spacing)
(#531) Expected space(s) after "for". (keyword-spacing)
(#531) Operator '=' must be spaced. (space-infix-ops)
(#531) Missing whitespace after semicolon. (semi-spacing)
(#531) Operator '<' must be spaced. (space-infix-ops)
(#531) Missing whitespace after semicolon. (semi-spacing)
(#531) Expected { after 'for' condition. (curly)
(#531) Expected space(s) before "this". (keyword-spacing)
(#531) Missing whitespace after semicolon. (semi-spacing)
(#531) Requires a space before '}'. (block-spacing)
(#531) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#531) Missing semicolon. (semi)
(#531) Expected space(s) before "else". (keyword-spacing)
(#531) Expected { after 'else'. (curly)
(#531) 'h' used outside of binding context. (block-scoped-var)
(#531) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#531) Operator '=' must be spaced. (space-infix-ops)
(#531) Unexpected use of comma operator. (no-sequences)
(#531) A space is required after ','. (comma-spacing)
(#531) Operator '=' must be spaced. (space-infix-ops)
(#531) A space is required after ','. (comma-spacing)
(#531) A space is required after ','. (comma-spacing)
(#532) This line has a length of 464. Maximum allowed is 132. (max-len)
(#532) Operator '?' must be spaced. (space-infix-ops)
(#532) A space is required after ','. (comma-spacing)
(#532) 'h' used outside of binding context. (block-scoped-var)
(#532) Operator '=' must be spaced. (space-infix-ops)
(#532) Operator ':' must be spaced. (space-infix-ops)
(#532) Operator '&&' must be spaced. (space-infix-ops)
(#532) A space is required after ','. (comma-spacing)
(#532) 'h' used outside of binding context. (block-scoped-var)
(#532) Operator '=' must be spaced. (space-infix-ops)
(#532) A space is required after ','. (comma-spacing)
(#532) 'h' used outside of binding context. (block-scoped-var)
(#532) Operator '=' must be spaced. (space-infix-ops)
(#532) A space is required after ','. (comma-spacing)
(#532) Operator '=' must be spaced. (space-infix-ops)
(#532) 'h' used outside of binding context. (block-scoped-var)
(#532) A space is required after ','. (comma-spacing)
(#532) A space is required after ','. (comma-spacing)
(#532) Requires a space before '}'. (block-spacing)
(#532) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#532) Missing semicolon. (semi)
(#532) Missing whitespace after semicolon. (semi-spacing)
(#532) Operator '=' must be spaced. (space-infix-ops)
(#532) Requires a space after '{'. (block-spacing)
(#532) Statement inside of curly braces should be on next line. (brace-style)
(#532) Missing space before opening brace. (space-before-blocks)
(#532) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#532) A space is required after ','. (comma-spacing)
(#532) A space is required after ','. (comma-spacing)
(#532) Requires a space before '}'. (block-spacing)
(#532) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#532) Missing semicolon. (semi)
(#532) Missing whitespace after semicolon. (semi-spacing)
(#532) Operator '=' must be spaced. (space-infix-ops)
(#532) 'p' is defined but never used. (no-unused-vars)
(#532) Requires a space after '{'. (block-spacing)
(#532) Statement inside of curly braces should be on next line. (brace-style)
(#532) Missing space before opening brace. (space-before-blocks)
(#532) Operator '=' must be spaced. (space-infix-ops)
(#532) Requires a space before '}'. (block-spacing)
(#532) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#532) Missing semicolon. (semi)
(#532) Requires a space before '}'. (block-spacing)
(#532) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#532) Missing semicolon. (semi)
(#532) 'ChemDoodle' is not defined. (no-undef)
(#532) A space is required after ','. (comma-spacing)
(#532) 'ChemDoodle' is not defined. (no-undef)
(#532) A space is required after ','. (comma-spacing)
(#532) 'ChemDoodle' is not defined. (no-undef)
(#533) This line has a length of 534. Maximum allowed is 132. (max-len)
(#533) A space is required after ','. (comma-spacing)
(#533) A space is required after ','. (comma-spacing)
(#533) A space is required after ','. (comma-spacing)
(#533) A space is required after ','. (comma-spacing)
(#533) A space is required after ','. (comma-spacing)
(#533) Requires a space after '{'. (block-spacing)
(#533) Statement inside of curly braces should be on next line. (brace-style)
(#533) Missing space before opening brace. (space-before-blocks)
(#533) Operator '=' must be spaced. (space-infix-ops)
(#533) Requires a space after '{'. (block-spacing)
(#533) Statement inside of curly braces should be on next line. (brace-style)
(#533) Missing space before opening brace. (space-before-blocks)
(#533) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#533) Requires a space before '}'. (block-spacing)
(#533) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#533) Missing semicolon. (semi)
(#533) Missing whitespace after semicolon. (semi-spacing)
(#533) Operator '=' must be spaced. (space-infix-ops)
(#533) Operator '=' must be spaced. (space-infix-ops)
(#533) Missing '()' invoking a constructor. (new-parens)
(#533) Missing whitespace after semicolon. (semi-spacing)
(#533) Operator '=' must be spaced. (space-infix-ops)
(#533) Missing whitespace after semicolon. (semi-spacing)
(#533) Operator '=' must be spaced. (space-infix-ops)
(#533) Missing whitespace after semicolon. (semi-spacing)
(#533) Operator '=' must be spaced. (space-infix-ops)
(#533) Requires a space after '{'. (block-spacing)
(#533) Statement inside of curly braces should be on next line. (brace-style)
(#533) Missing space before opening brace. (space-before-blocks)
(#533) Operator '=' must be spaced. (space-infix-ops)
(#533) Missing whitespace after semicolon. (semi-spacing)
(#533) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#533) Do not nest ternary expressions. (no-nested-ternary)
(#533) Operator '===' must be spaced. (space-infix-ops)
(#533) Operator '&&' must be spaced. (space-infix-ops)
(#533) Operator '===' must be spaced. (space-infix-ops)
(#533) Operator '?' must be spaced. (space-infix-ops)
(#533) Operator ':' must be spaced. (space-infix-ops)
(#533) Operator '===' must be spaced. (space-infix-ops)
(#533) Operator '&&' must be spaced. (space-infix-ops)
(#533) Operator '===' must be spaced. (space-infix-ops)
(#533) Operator '?' must be spaced. (space-infix-ops)
(#533) Operator '===' must be spaced. (space-infix-ops)
(#533) Operator '&&' must be spaced. (space-infix-ops)
(#533) Operator '!==' must be spaced. (space-infix-ops)
(#533) Operator '||' must be spaced. (space-infix-ops)
(#533) Operator '===' must be spaced. (space-infix-ops)
(#533) Operator '&&' must be spaced. (space-infix-ops)
(#533) Operator '===' must be spaced. (space-infix-ops)
(#533) Operator '&&' must be spaced. (space-infix-ops)
(#533) Operator ':' must be spaced. (space-infix-ops)
(#534) This line has a length of 506. Maximum allowed is 132. (max-len)
(#534) A space is required after ','. (comma-spacing)
(#534) A space is required after ','. (comma-spacing)
(#534) Requires a space before '}'. (block-spacing)
(#534) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#534) Missing semicolon. (semi)
(#534) Missing whitespace after semicolon. (semi-spacing)
(#534) Operator '=' must be spaced. (space-infix-ops)
(#534) Requires a space after '{'. (block-spacing)
(#534) Statement inside of curly braces should be on next line. (brace-style)
(#534) Missing space before opening brace. (space-before-blocks)
(#534) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#534) Requires a space before '}'. (block-spacing)
(#534) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#534) Missing semicolon. (semi)
(#534) Missing whitespace after semicolon. (semi-spacing)
(#534) Operator '=' must be spaced. (space-infix-ops)
(#534) Requires a space after '{'. (block-spacing)
(#534) Statement inside of curly braces should be on next line. (brace-style)
(#534) Missing space before opening brace. (space-before-blocks)
(#534) Operator '=' must be spaced. (space-infix-ops)
(#534) Missing whitespace after semicolon. (semi-spacing)
(#534) Missing whitespace after semicolon. (semi-spacing)
(#534) Expected space(s) after "if". (keyword-spacing)
(#534) Requires a space after '{'. (block-spacing)
(#534) Statement inside of curly braces should be on next line. (brace-style)
(#534) Missing space before opening brace. (space-before-blocks)
(#534) Expected space(s) after "if". (keyword-spacing)
(#534) Operator '>' must be spaced. (space-infix-ops)
(#534) Requires a space after '{'. (block-spacing)
(#534) Statement inside of curly braces should be on next line. (brace-style)
(#534) Missing space before opening brace. (space-before-blocks)
(#534) Operator '=' must be spaced. (space-infix-ops)
(#534) A space is required after ','. (comma-spacing)
(#534) Missing whitespace after semicolon. (semi-spacing)
(#534) Operator '=' must be spaced. (space-infix-ops)
(#534) Operator '+' must be spaced. (space-infix-ops)
(#534) Operator '*' must be spaced. (space-infix-ops)
(#534) Missing whitespace after semicolon. (semi-spacing)
(#534) Operator '=' must be spaced. (space-infix-ops)
(#534) Operator '-' must be spaced. (space-infix-ops)
(#534) Operator '*' must be spaced. (space-infix-ops)
(#535) This line has a length of 501. Maximum allowed is 132. (max-len)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) A space is required after ','. (comma-spacing)
(#535) A space is required after ','. (comma-spacing)
(#535) A space is required after ','. (comma-spacing)
(#535) Requires a space before '}'. (block-spacing)
(#535) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#535) Missing semicolon. (semi)
(#535) Expected space(s) before "else". (keyword-spacing)
(#535) Expected space(s) after "else". (keyword-spacing)
(#535) Requires a space after '{'. (block-spacing)
(#535) Statement inside of curly braces should be on next line. (brace-style)
(#535) Expected space(s) after "for". (keyword-spacing)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) A space is required after ','. (comma-spacing)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) A space is required after ','. (comma-spacing)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) Missing whitespace after semicolon. (semi-spacing)
(#535) Operator '<' must be spaced. (space-infix-ops)
(#535) Missing whitespace after semicolon. (semi-spacing)
(#535) Expected { after 'for' condition. (curly)
(#535) Expected space(s) before "for". (keyword-spacing)
(#535) Expected space(s) after "for". (keyword-spacing)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) A space is required after ','. (comma-spacing)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) A space is required after ','. (comma-spacing)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) Missing whitespace after semicolon. (semi-spacing)
(#535) Operator '<' must be spaced. (space-infix-ops)
(#535) Missing whitespace after semicolon. (semi-spacing)
(#535) Requires a space after '{'. (block-spacing)
(#535) Statement inside of curly braces should be on next line. (brace-style)
(#535) Missing space before opening brace. (space-before-blocks)
(#535) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) A space is required after ','. (comma-spacing)
(#535) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) Missing whitespace after semicolon. (semi-spacing)
(#535) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#535) Operator '>' must be spaced. (space-infix-ops)
(#535) Operator '&&' must be spaced. (space-infix-ops)
(#535) 'm' used outside of binding context. (block-scoped-var)
(#535) Operator '||' must be spaced. (space-infix-ops)
(#535) Operator '<' must be spaced. (space-infix-ops)
(#535) Operator '&&' must be spaced. (space-infix-ops)
(#535) 'm' used outside of binding context. (block-scoped-var)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) A space is required after ','. (comma-spacing)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) Requires a space before '}'. (block-spacing)
(#535) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#535) Missing semicolon. (semi)
(#535) 'm' used outside of binding context. (block-scoped-var)
(#535) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#535) Do not nest ternary expressions. (no-nested-ternary)
(#535) Operator '?' must be spaced. (space-infix-ops)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) A space is required after ','. (comma-spacing)
(#535) 'm' used outside of binding context. (block-scoped-var)
(#535) A space is required after ','. (comma-spacing)
(#535) 'm' used outside of binding context. (block-scoped-var)
(#535) A space is required after ','. (comma-spacing)
(#535) Operator ':' must be spaced. (space-infix-ops)
(#535) Operator '&&' must be spaced. (space-infix-ops)
(#535) Operator '?' must be spaced. (space-infix-ops)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) A space is required after ','. (comma-spacing)
(#535) A space is required after ','. (comma-spacing)
(#535) A space is required after ','. (comma-spacing)
(#535) Operator ':' must be spaced. (space-infix-ops)
(#535) 'm' used outside of binding context. (block-scoped-var)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) A space is required after ','. (comma-spacing)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) A space is required after ','. (comma-spacing)
(#535) Operator '||' must be spaced. (space-infix-ops)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) A space is required after ','. (comma-spacing)
(#535) Operator '||' must be spaced. (space-infix-ops)
(#535) 'm' used outside of binding context. (block-scoped-var)
(#535) Operator '=' must be spaced. (space-infix-ops)
(#535) 'm' used outside of binding context. (block-scoped-var)
(#535) Operator '+' must be spaced. (space-infix-ops)
(#536) This line has a length of 501. Maximum allowed is 132. (max-len)
(#536) Operator '/' must be spaced. (space-infix-ops)
(#536) Operator '/' must be spaced. (space-infix-ops)
(#536) Operator '/' must be spaced. (space-infix-ops)
(#536) Operator '*' must be spaced. (space-infix-ops)
(#536) Operator '/' must be spaced. (space-infix-ops)
(#536) A space is required after ','. (comma-spacing)
(#536) Operator '=' must be spaced. (space-infix-ops)
(#536) A space is required after ','. (comma-spacing)
(#536) Operator '+' must be spaced. (space-infix-ops)
(#536) Operator '*' must be spaced. (space-infix-ops)
(#536) 'm' used outside of binding context. (block-scoped-var)
(#536) A space is required after ','. (comma-spacing)
(#536) Operator '-' must be spaced. (space-infix-ops)
(#536) Operator '*' must be spaced. (space-infix-ops)
(#536) 'm' used outside of binding context. (block-scoped-var)
(#536) A space is required after ','. (comma-spacing)
(#536) Requires a space before '}'. (block-spacing)
(#536) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#536) Missing semicolon. (semi)
(#536) Operator '=' must be spaced. (space-infix-ops)
(#536) Missing whitespace after semicolon. (semi-spacing)
(#536) Expected space(s) after "for". (keyword-spacing)
(#536) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#536) 'm' used outside of binding context. (block-scoped-var)
(#536) Operator '=' must be spaced. (space-infix-ops)
(#536) Missing whitespace after semicolon. (semi-spacing)
(#536) Operator '<' must be spaced. (space-infix-ops)
(#536) 'm' used outside of binding context. (block-scoped-var)
(#536) Missing whitespace after semicolon. (semi-spacing)
(#536) Expected { after 'for' condition. (curly)
(#536) Expected space(s) before "for". (keyword-spacing)
(#536) Expected space(s) after "for". (keyword-spacing)
(#536) 'x' used outside of binding context. (block-scoped-var)
(#536) Operator '=' must be spaced. (space-infix-ops)
(#536) A space is required after ','. (comma-spacing)
(#536) 't' used outside of binding context. (block-scoped-var)
(#536) Operator '=' must be spaced. (space-infix-ops)
(#536) A space is required after ','. (comma-spacing)
(#536) 'u' used outside of binding context. (block-scoped-var)
(#536) Operator '=' must be spaced. (space-infix-ops)
(#536) 'x' used outside of binding context. (block-scoped-var)
(#536) Missing whitespace after semicolon. (semi-spacing)
(#536) 't' used outside of binding context. (block-scoped-var)
(#536) Operator '<' must be spaced. (space-infix-ops)
(#536) 'u' used outside of binding context. (block-scoped-var)
(#536) Missing whitespace after semicolon. (semi-spacing)
(#536) 't' used outside of binding context. (block-scoped-var)
(#536) 'k' used outside of binding context. (block-scoped-var)
(#536) Expected { after 'for' condition. (curly)
(#536) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#536) Operator '=' must be spaced. (space-infix-ops)
(#536) 'x' used outside of binding context. (block-scoped-var)
(#536) 't' used outside of binding context. (block-scoped-var)
(#536) Unexpected use of comma operator. (no-sequences)
(#536) A space is required after ','. (comma-spacing)
(#536) Operator '>' must be spaced. (space-infix-ops)
(#536) 'k' used outside of binding context. (block-scoped-var)
(#536) Operator '&&' must be spaced. (space-infix-ops)
(#536) Operator '=' must be spaced. (space-infix-ops)
(#536) 'k' used outside of binding context. (block-scoped-var)
(#536) A space is required after ','. (comma-spacing)
(#536) Operator '=' must be spaced. (space-infix-ops)
(#536) 'k' used outside of binding context. (block-scoped-var)
(#536) A space is required after ','. (comma-spacing)
(#536) Operator '=' must be spaced. (space-infix-ops)
(#536) Missing whitespace after semicolon. (semi-spacing)
(#536) Requires a space before '}'. (block-spacing)
(#536) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#536) Missing semicolon. (semi)
(#536) Requires a space before '}'. (block-spacing)
(#536) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#536) Missing whitespace after semicolon. (semi-spacing)
(#536) Operator '=' must be spaced. (space-infix-ops)
(#536) Requires a space after '{'. (block-spacing)
(#536) Statement inside of curly braces should be on next line. (brace-style)
(#536) Missing space before opening brace. (space-before-blocks)
(#536) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#536) Operator '||' must be spaced. (space-infix-ops)
(#536) Operator '||' must be spaced. (space-infix-ops)
(#537) This line has a length of 510. Maximum allowed is 132. (max-len)
(#537) Operator '||' must be spaced. (space-infix-ops)
(#537) A space is required after ','. (comma-spacing)
(#537) A space is required after ','. (comma-spacing)
(#537) A space is required after ','. (comma-spacing)
(#537) A space is required after ','. (comma-spacing)
(#537) A space is required after ','. (comma-spacing)
(#537) Operator '||' must be spaced. (space-infix-ops)
(#537) A space is required after ','. (comma-spacing)
(#537) Operator '=' must be spaced. (space-infix-ops)
(#537) Requires a space before '}'. (block-spacing)
(#537) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#537) Missing semicolon. (semi)
(#537) Missing whitespace after semicolon. (semi-spacing)
(#537) Operator '=' must be spaced. (space-infix-ops)
(#537) Requires a space after '{'. (block-spacing)
(#537) Statement inside of curly braces should be on next line. (brace-style)
(#537) Missing space before opening brace. (space-before-blocks)
(#537) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#537) Operator '=' must be spaced. (space-infix-ops)
(#537) Missing whitespace after semicolon. (semi-spacing)
(#537) Expected space(s) after "if". (keyword-spacing)
(#537) Expected { after 'if' condition. (curly)
(#537) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#537) Expected space(s) before "this". (keyword-spacing)
(#537) Operator '=' must be spaced. (space-infix-ops)
(#537) Unexpected use of comma operator. (no-sequences)
(#537) A space is required after ','. (comma-spacing)
(#537) Operator '=' must be spaced. (space-infix-ops)
(#537) A space is required after ','. (comma-spacing)
(#537) Missing whitespace after semicolon. (semi-spacing)
(#537) Expected space(s) after "if". (keyword-spacing)
(#537) Requires a space after '{'. (block-spacing)
(#537) Statement inside of curly braces should be on next line. (brace-style)
(#537) Missing space before opening brace. (space-before-blocks)
(#537) Operator '=' must be spaced. (space-infix-ops)
(#537) Missing whitespace after semicolon. (semi-spacing)
(#538) This line has a length of 512. Maximum allowed is 132. (max-len)
(#538) Operator '=' must be spaced. (space-infix-ops)
(#538) Missing whitespace after semicolon. (semi-spacing)
(#538) Expected space(s) after "for". (keyword-spacing)
(#538) Operator '=' must be spaced. (space-infix-ops)
(#538) Missing whitespace after semicolon. (semi-spacing)
(#538) Operator '<' must be spaced. (space-infix-ops)
(#538) Missing whitespace after semicolon. (semi-spacing)
(#538) Expected { after 'for' condition. (curly)
(#538) Expected space(s) before "this". (keyword-spacing)
(#538) Missing whitespace after semicolon. (semi-spacing)
(#538) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#538) Requires a space before '}'. (block-spacing)
(#538) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#538) Missing semicolon. (semi)
(#538) Expected space(s) before "else". (keyword-spacing)
(#538) Expected { after 'else'. (curly)
(#538) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#538) Operator '||' must be spaced. (space-infix-ops)
(#538) Operator '||' must be spaced. (space-infix-ops)
(#538) Requires a space before '}'. (block-spacing)
(#538) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#538) Missing semicolon. (semi)
(#538) Missing whitespace after semicolon. (semi-spacing)
(#538) Operator '=' must be spaced. (space-infix-ops)
(#538) Requires a space after '{'. (block-spacing)
(#538) Statement inside of curly braces should be on next line. (brace-style)
(#538) Missing space before opening brace. (space-before-blocks)
(#538) Expected space(s) after "if". (keyword-spacing)
(#538) Operator '&&' must be spaced. (space-infix-ops)
(#538) Requires a space after '{'. (block-spacing)
(#538) Statement inside of curly braces should be on next line. (brace-style)
(#538) Missing space before opening brace. (space-before-blocks)
(#538) Operator '=' must be spaced. (space-infix-ops)
(#538) A space is required after ','. (comma-spacing)
(#538) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#538) Operator '=' must be spaced. (space-infix-ops)
(#538) A space is required after ','. (comma-spacing)
(#538) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#538) Operator '=' must be spaced. (space-infix-ops)
(#538) Missing whitespace after semicolon. (semi-spacing)
(#538) Expected space(s) after "if". (keyword-spacing)
(#538) Requires a space after '{'. (block-spacing)
(#538) Statement inside of curly braces should be on next line. (brace-style)
(#538) Missing space before opening brace. (space-before-blocks)
(#538) Expected space(s) after "for". (keyword-spacing)
(#538) Operator '=' must be spaced. (space-infix-ops)
(#538) A space is required after ','. (comma-spacing)
(#538) Operator '=' must be spaced. (space-infix-ops)
(#538) Missing whitespace after semicolon. (semi-spacing)
(#538) Operator '<' must be spaced. (space-infix-ops)
(#538) Missing whitespace after semicolon. (semi-spacing)
(#538) Expected { after 'for' condition. (curly)
(#538) Expected space(s) before "for". (keyword-spacing)
(#538) Expected space(s) after "for". (keyword-spacing)
(#538) Operator '=' must be spaced. (space-infix-ops)
(#538) A space is required after ','. (comma-spacing)
(#538) Operator '=' must be spaced. (space-infix-ops)
(#538) A space is required after ','. (comma-spacing)
(#538) Operator '=' must be spaced. (space-infix-ops)
(#538) Missing whitespace after semicolon. (semi-spacing)
(#538) Operator '<' must be spaced. (space-infix-ops)
(#538) Missing whitespace after semicolon. (semi-spacing)
(#538) Requires a space after '{'. (block-spacing)
(#538) Statement inside of curly braces should be on next line. (brace-style)
(#538) Missing space before opening brace. (space-before-blocks)
(#538) Operator '=' must be spaced. (space-infix-ops)
(#538) Missing whitespace after semicolon. (semi-spacing)
(#538) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#538) Operator '>' must be spaced. (space-infix-ops)
(#538) Operator '&&' must be spaced. (space-infix-ops)
(#539) This line has a length of 505. Maximum allowed is 132. (max-len)
(#539) Operator '=' must be spaced. (space-infix-ops)
(#539) Requires a space before '}'. (block-spacing)
(#539) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#539) Missing semicolon. (semi)
(#539) Expected space(s) before "if". (keyword-spacing)
(#539) Expected space(s) after "if". (keyword-spacing)
(#539) 'u' used outside of binding context. (block-scoped-var)
(#539) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#539) Operator '=' must be spaced. (space-infix-ops)
(#539) A space is required after ','. (comma-spacing)
(#539) Expected { after 'if' condition. (curly)
(#539) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#539) Expected space(s) before "this". (keyword-spacing)
(#539) 'u' used outside of binding context. (block-scoped-var)
(#539) Unexpected use of comma operator. (no-sequences)
(#539) A space is required after ','. (comma-spacing)
(#539) Operator '=' must be spaced. (space-infix-ops)
(#539) Requires a space before '}'. (block-spacing)
(#539) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#539) Missing semicolon. (semi)
(#539) Expected space(s) before "else". (keyword-spacing)
(#539) Expected { after 'else'. (curly)
(#539) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#539) Missing whitespace after semicolon. (semi-spacing)
(#539) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#539) Operator '&&' must be spaced. (space-infix-ops)
(#539) Operator '=' must be spaced. (space-infix-ops)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) Operator '=' must be spaced. (space-infix-ops)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) A space is required after ','. (comma-spacing)
(#539) Requires a space before '}'. (block-spacing)
(#539) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#539) Missing semicolon. (semi)
(#539) Expected space(s) before "this". (keyword-spacing)
(#539) Operator '=' must be spaced. (space-infix-ops)
(#539) Missing whitespace after semicolon. (semi-spacing)
(#539) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#539) Operator '||' must be spaced. (space-infix-ops)
(#539) Requires a space before '}'. (block-spacing)
(#539) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#539) Missing semicolon. (semi)
(#539) Missing whitespace after semicolon. (semi-spacing)
(#539) Operator '=' must be spaced. (space-infix-ops)
(#539) Requires a space after '{'. (block-spacing)
(#539) Statement inside of curly braces should be on next line. (brace-style)
(#539) Missing space before opening brace. (space-before-blocks)
(#539) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#539) Operator '||' must be spaced. (space-infix-ops)
(#540) This line has a length of 333. Maximum allowed is 132. (max-len)
(#540) A space is required after ','. (comma-spacing)
(#540) A space is required after ','. (comma-spacing)
(#540) Operator '&&' must be spaced. (space-infix-ops)
(#540) Operator '?' must be spaced. (space-infix-ops)
(#540) Operator '=' must be spaced. (space-infix-ops)
(#540) A space is required after ','. (comma-spacing)
(#540) Operator '=' must be spaced. (space-infix-ops)
(#540) Operator ':' must be spaced. (space-infix-ops)
(#540) Operator '=' must be spaced. (space-infix-ops)
(#540) A space is required after ','. (comma-spacing)
(#540) Operator '=' must be spaced. (space-infix-ops)
(#540) Requires a space before '}'. (block-spacing)
(#540) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#540) Missing semicolon. (semi)
(#540) Missing whitespace after semicolon. (semi-spacing)
(#540) Operator '=' must be spaced. (space-infix-ops)
(#540) 'g' is defined but never used. (no-unused-vars)
(#540) Requires a space after '{'. (block-spacing)
(#540) Statement inside of curly braces should be on next line. (brace-style)
(#540) Missing space before opening brace. (space-before-blocks)
(#540) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#540) Requires a space before '}'. (block-spacing)
(#540) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#540) Missing semicolon. (semi)
(#540) Requires a space before '}'. (block-spacing)
(#540) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#540) Missing semicolon. (semi)
(#540) 'ChemDoodle' is not defined. (no-undef)
(#540) A space is required after ','. (comma-spacing)
(#540) 'ChemDoodle' is not defined. (no-undef)
(#540) A space is required after ','. (comma-spacing)
(#540) 'ChemDoodle' is not defined. (no-undef)
(#540) A space is required after ','. (comma-spacing)
(#540) 'ChemDoodle' is not defined. (no-undef)
(#540) A space is required after ','. (comma-spacing)
(#541) This line has a length of 501. Maximum allowed is 132. (max-len)
(#541) A space is required after ','. (comma-spacing)
(#541) A space is required after ','. (comma-spacing)
(#541) A space is required after ','. (comma-spacing)
(#541) A space is required after ','. (comma-spacing)
(#541) A space is required after ','. (comma-spacing)
(#541) A space is required after ','. (comma-spacing)
(#541) Requires a space after '{'. (block-spacing)
(#541) Statement inside of curly braces should be on next line. (brace-style)
(#541) Missing space before opening brace. (space-before-blocks)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#541) Requires a space after '{'. (block-spacing)
(#541) Statement inside of curly braces should be on next line. (brace-style)
(#541) Missing space before opening brace. (space-before-blocks)
(#541) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#541) Requires a space before '}'. (block-spacing)
(#541) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#541) Missing semicolon. (semi)
(#541) Missing whitespace after semicolon. (semi-spacing)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#541) Missing '()' invoking a constructor. (new-parens)
(#541) Missing whitespace after semicolon. (semi-spacing)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#541) A space is required after ','. (comma-spacing)
(#541) Requires a space after '{'. (block-spacing)
(#541) Statement inside of curly braces should be on next line. (brace-style)
(#541) Missing space before opening brace. (space-before-blocks)
(#541) Expected space(s) after "if". (keyword-spacing)
(#541) Requires a space after '{'. (block-spacing)
(#541) Statement inside of curly braces should be on next line. (brace-style)
(#541) Missing space before opening brace. (space-before-blocks)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#541) Operator '-' must be spaced. (space-infix-ops)
(#541) A space is required after ','. (comma-spacing)
(#541) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#541) Operator '-' must be spaced. (space-infix-ops)
(#541) Missing whitespace after semicolon. (semi-spacing)
(#541) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#541) Operator '>' must be spaced. (space-infix-ops)
(#541) Operator '?' must be spaced. (space-infix-ops)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#541) Operator '+' must be spaced. (space-infix-ops)
(#541) A space is required after ','. (comma-spacing)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#541) Operator ':' must be spaced. (space-infix-ops)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#541) A space is required after ','. (comma-spacing)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#541) Operator '+' must be spaced. (space-infix-ops)
(#541) Requires a space before '}'. (block-spacing)
(#541) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#541) Missing semicolon. (semi)
(#541) 't' used outside of binding context. (block-scoped-var)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#541) Missing whitespace after semicolon. (semi-spacing)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#541) Missing whitespace after semicolon. (semi-spacing)
(#541) 'u' used outside of binding context. (block-scoped-var)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#541) Operator '*' must be spaced. (space-infix-ops)
(#541) Operator '-' must be spaced. (space-infix-ops)
(#541) Missing whitespace after semicolon. (semi-spacing)
(#541) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#541) Operator '||' must be spaced. (space-infix-ops)
(#541) Operator '||' must be spaced. (space-infix-ops)
(#541) 'u' used outside of binding context. (block-scoped-var)
(#541) Operator '-=' must be spaced. (space-infix-ops)
(#541) 'u' used outside of binding context. (block-scoped-var)
(#541) Operator '%' must be spaced. (space-infix-ops)
(#541) Operator '/' must be spaced. (space-infix-ops)
(#541) Missing whitespace after semicolon. (semi-spacing)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#541) Missing whitespace after semicolon. (semi-spacing)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#541) Operator '/' must be spaced. (space-infix-ops)
(#541) Operator '*' must be spaced. (space-infix-ops)
(#541) Operator '/' must be spaced. (space-infix-ops)
(#541) Missing whitespace after semicolon. (semi-spacing)
(#541) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#541) Operator '==' must be spaced. (space-infix-ops)
(#541) 'u' used outside of binding context. (block-scoped-var)
(#541) Operator '/' must be spaced. (space-infix-ops)
(#541) Operator '/' must be spaced. (space-infix-ops)
(#541) Operator '%' must be spaced. (space-infix-ops)
(#541) Operator '&&' must be spaced. (space-infix-ops)
(#541) 'u' used outside of binding context. (block-scoped-var)
(#541) Operator '-=' must be spaced. (space-infix-ops)
(#541) Operator '/' must be spaced. (space-infix-ops)
(#541) Missing whitespace after semicolon. (semi-spacing)
(#541) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#541) Operator '&&' must be spaced. (space-infix-ops)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#541) Missing whitespace after semicolon. (semi-spacing)
(#541) Expected space(s) after "for". (keyword-spacing)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#541) Missing whitespace after semicolon. (semi-spacing)
(#541) Operator '<' must be spaced. (space-infix-ops)
(#541) Missing whitespace after semicolon. (semi-spacing)
(#541) Requires a space after '{'. (block-spacing)
(#541) Statement inside of curly braces should be on next line. (brace-style)
(#541) Missing space before opening brace. (space-before-blocks)
(#541) Operator '=' must be spaced. (space-infix-ops)
(#541) Operator '/' must be spaced. (space-infix-ops)
(#541) Operator '*' must be spaced. (space-infix-ops)
(#541) Operator '?' must be spaced. (space-infix-ops)
(#541) Operator ':' must be spaced. (space-infix-ops)
(#541) Missing whitespace after semicolon. (semi-spacing)
(#541) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#541) Operator '==' must be spaced. (space-infix-ops)
(#541) Unexpected use of '&'. (no-bitwise)
(#541) Operator '&' must be spaced. (space-infix-ops)
(#541) Operator '&&' must be spaced. (space-infix-ops)
(#542) This line has a length of 513. Maximum allowed is 132. (max-len)
(#542) Operator '*=' must be spaced. (space-infix-ops)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) Operator '+' must be spaced. (space-infix-ops)
(#542) Operator '*' must be spaced. (space-infix-ops)
(#542) 'u' used outside of binding context. (block-scoped-var)
(#542) Operator '+' must be spaced. (space-infix-ops)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) This line has 22 statements. Maximum allowed is 2. (max-statements-per-line)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) Operator '+' must be spaced. (space-infix-ops)
(#542) Operator '*' must be spaced. (space-infix-ops)
(#542) 'u' used outside of binding context. (block-scoped-var)
(#542) Operator '+' must be spaced. (space-infix-ops)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) A space is required after ','. (comma-spacing)
(#542) A space is required after ','. (comma-spacing)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) 't' used outside of binding context. (block-scoped-var)
(#542) Requires a space before '}'. (block-spacing)
(#542) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#542) Missing semicolon. (semi)
(#542) 'u' used outside of binding context. (block-scoped-var)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) Expected space(s) after "for". (keyword-spacing)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) 'u' used outside of binding context. (block-scoped-var)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) Operator '<' must be spaced. (space-infix-ops)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) 'u' used outside of binding context. (block-scoped-var)
(#542) Expected { after 'for' condition. (curly)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) Expected space(s) after "for". (keyword-spacing)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) 't' used outside of binding context. (block-scoped-var)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) Operator '<' must be spaced. (space-infix-ops)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) Requires a space after '{'. (block-spacing)
(#542) Statement inside of curly braces should be on next line. (brace-style)
(#542) Missing space before opening brace. (space-before-blocks)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) 'e' used outside of binding context. (block-scoped-var)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) Expected space(s) after "for". (keyword-spacing)
(#542) 'B' used outside of binding context. (block-scoped-var)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) 'u' used outside of binding context. (block-scoped-var)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) 'e' used outside of binding context. (block-scoped-var)
(#542) Operator '<' must be spaced. (space-infix-ops)
(#542) 'B' used outside of binding context. (block-scoped-var)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) 'e' used outside of binding context. (block-scoped-var)
(#542) 'y' used outside of binding context. (block-scoped-var)
(#542) Expected { after 'for' condition. (curly)
(#542) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) 'u' used outside of binding context. (block-scoped-var)
(#542) 'e' used outside of binding context. (block-scoped-var)
(#542) 't' used outside of binding context. (block-scoped-var)
(#542) Unexpected use of comma operator. (no-sequences)
(#542) A space is required after ','. (comma-spacing)
(#542) 'y' used outside of binding context. (block-scoped-var)
(#542) Operator '<' must be spaced. (space-infix-ops)
(#542) Operator '&&' must be spaced. (space-infix-ops)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) 'y' used outside of binding context. (block-scoped-var)
(#542) A space is required after ','. (comma-spacing)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) 'u' used outside of binding context. (block-scoped-var)
(#542) 'e' used outside of binding context. (block-scoped-var)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#542) Operator '>' must be spaced. (space-infix-ops)
(#542) Operator '&&' must be spaced. (space-infix-ops)
(#542) 't' used outside of binding context. (block-scoped-var)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) A space is required after ','. (comma-spacing)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) Requires a space before '}'. (block-spacing)
(#542) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#542) Missing semicolon. (semi)
(#542) Expected space(s) before "return". (keyword-spacing)
(#542) 't' used outside of binding context. (block-scoped-var)
(#542) Requires a space before '}'. (block-spacing)
(#542) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#542) Missing semicolon. (semi)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) Requires a space after '{'. (block-spacing)
(#542) Statement inside of curly braces should be on next line. (brace-style)
(#542) Missing space before opening brace. (space-before-blocks)
(#542) Requires a space before '}'. (block-spacing)
(#542) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#542) Missing semicolon. (semi)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) Requires a space after '{'. (block-spacing)
(#542) Statement inside of curly braces should be on next line. (brace-style)
(#542) Missing space before opening brace. (space-before-blocks)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) Missing whitespace after semicolon. (semi-spacing)
(#542) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#542) Operator '&&' must be spaced. (space-infix-ops)
(#542) Operator '=' must be spaced. (space-infix-ops)
(#543) This line has a length of 522. Maximum allowed is 132. (max-len)
(#543) A space is required after ','. (comma-spacing)
(#543) A space is required after ','. (comma-spacing)
(#543) Requires a space before '}'. (block-spacing)
(#543) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#543) Missing semicolon. (semi)
(#543) Missing whitespace after semicolon. (semi-spacing)
(#543) Operator '=' must be spaced. (space-infix-ops)
(#543) Requires a space after '{'. (block-spacing)
(#543) Statement inside of curly braces should be on next line. (brace-style)
(#543) Missing space before opening brace. (space-before-blocks)
(#543) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#543) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#543) Operator '||' must be spaced. (space-infix-ops)
(#543) Operator '||' must be spaced. (space-infix-ops)
(#543) Operator '||' must be spaced. (space-infix-ops)
(#543) A space is required after ','. (comma-spacing)
(#543) A space is required after ','. (comma-spacing)
(#543) A space is required after ','. (comma-spacing)
(#543) A space is required after ','. (comma-spacing)
(#543) A space is required after ','. (comma-spacing)
(#543) Operator '||' must be spaced. (space-infix-ops)
(#543) A space is required after ','. (comma-spacing)
(#543) Operator '=' must be spaced. (space-infix-ops)
(#543) Requires a space before '}'. (block-spacing)
(#543) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#543) Missing semicolon. (semi)
(#543) Missing whitespace after semicolon. (semi-spacing)
(#543) Operator '=' must be spaced. (space-infix-ops)
(#543) Requires a space after '{'. (block-spacing)
(#543) Statement inside of curly braces should be on next line. (brace-style)
(#543) Missing space before opening brace. (space-before-blocks)
(#543) Operator '=' must be spaced. (space-infix-ops)
(#543) Missing whitespace after semicolon. (semi-spacing)
(#543) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#543) Operator '?' must be spaced. (space-infix-ops)
(#543) Operator '=' must be spaced. (space-infix-ops)
(#543) A space is required after ','. (comma-spacing)
(#543) Operator '=' must be spaced. (space-infix-ops)
(#543) A space is required after ','. (comma-spacing)
(#543) Operator ':' must be spaced. (space-infix-ops)
(#543) Operator '||' must be spaced. (space-infix-ops)
(#544) This line has a length of 531. Maximum allowed is 132. (max-len)
(#544) Requires a space before '}'. (block-spacing)
(#544) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#544) Missing semicolon. (semi)
(#544) Missing whitespace after semicolon. (semi-spacing)
(#544) Operator '=' must be spaced. (space-infix-ops)
(#544) Requires a space after '{'. (block-spacing)
(#544) Statement inside of curly braces should be on next line. (brace-style)
(#544) Missing space before opening brace. (space-before-blocks)
(#544) Expected space(s) after "if". (keyword-spacing)
(#544) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#544) Operator '&&' must be spaced. (space-infix-ops)
(#544) Operator '&&' must be spaced. (space-infix-ops)
(#544) Operator '!==' must be spaced. (space-infix-ops)
(#544) Requires a space after '{'. (block-spacing)
(#544) Statement inside of curly braces should be on next line. (brace-style)
(#544) Missing space before opening brace. (space-before-blocks)
(#544) Expected space(s) after "for". (keyword-spacing)
(#544) Operator '=' must be spaced. (space-infix-ops)
(#544) A space is required after ','. (comma-spacing)
(#544) Operator '=' must be spaced. (space-infix-ops)
(#544) A space is required after ','. (comma-spacing)
(#544) Operator '=' must be spaced. (space-infix-ops)
(#544) A space is required after ','. (comma-spacing)
(#544) Operator '=' must be spaced. (space-infix-ops)
(#544) A space is required after ','. (comma-spacing)
(#544) Operator '=' must be spaced. (space-infix-ops)
(#544) Missing whitespace after semicolon. (semi-spacing)
(#544) Operator '<' must be spaced. (space-infix-ops)
(#544) Missing whitespace after semicolon. (semi-spacing)
(#544) Expected { after 'for' condition. (curly)
(#544) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#544) Operator '===' must be spaced. (space-infix-ops)
(#544) Operator '&&' must be spaced. (space-infix-ops)
(#544) Unexpected use of comma operator. (no-sequences)
(#544) A space is required after ','. (comma-spacing)
(#544) Operator '==' must be spaced. (space-infix-ops)
(#544) Operator '||' must be spaced. (space-infix-ops)
(#544) Operator '-' must be spaced. (space-infix-ops)
(#544) A space is required after ','. (comma-spacing)
(#544) Operator '||' must be spaced. (space-infix-ops)
(#544) Operator '-' must be spaced. (space-infix-ops)
(#544) A space is required after ','. (comma-spacing)
(#544) Missing whitespace after semicolon. (semi-spacing)
(#544) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#545) This line has a length of 523. Maximum allowed is 132. (max-len)
(#545) Operator '||' must be spaced. (space-infix-ops)
(#545) 't' used outside of binding context. (block-scoped-var)
(#545) A space is required after ','. (comma-spacing)
(#545) Missing whitespace after semicolon. (semi-spacing)
(#545) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#545) Operator '===' must be spaced. (space-infix-ops)
(#545) 'x' used outside of binding context. (block-scoped-var)
(#545) Operator '&&' must be spaced. (space-infix-ops)
(#545) Operator '===' must be spaced. (space-infix-ops)
(#545) 't' used outside of binding context. (block-scoped-var)
(#545) Operator '||' must be spaced. (space-infix-ops)
(#545) A space is required after ','. (comma-spacing)
(#545) A space is required after ','. (comma-spacing)
(#545) 'x' used outside of binding context. (block-scoped-var)
(#545) A space is required after ','. (comma-spacing)
(#545) 't' used outside of binding context. (block-scoped-var)
(#545) Missing whitespace after semicolon. (semi-spacing)
(#545) 'x' used outside of binding context. (block-scoped-var)
(#545) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#545) Operator '=' must be spaced. (space-infix-ops)
(#545) Missing whitespace after semicolon. (semi-spacing)
(#545) Expected space(s) after "for". (keyword-spacing)
(#545) 't' used outside of binding context. (block-scoped-var)
(#545) Operator '=' must be spaced. (space-infix-ops)
(#545) 'u' used outside of binding context. (block-scoped-var)
(#545) Missing whitespace after semicolon. (semi-spacing)
(#545) 'x' used outside of binding context. (block-scoped-var)
(#545) Operator '<' must be spaced. (space-infix-ops)
(#545) 't' used outside of binding context. (block-scoped-var)
(#545) Missing whitespace after semicolon. (semi-spacing)
(#545) 'x' used outside of binding context. (block-scoped-var)
(#545) 'u' used outside of binding context. (block-scoped-var)
(#545) Expected { after 'for' condition. (curly)
(#545) 'x' used outside of binding context. (block-scoped-var)
(#545) Operator '=' must be spaced. (space-infix-ops)
(#545) Requires a space before '}'. (block-spacing)
(#545) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#545) Missing semicolon. (semi)
(#545) Expected space(s) before "this". (keyword-spacing)
(#545) Operator '=' must be spaced. (space-infix-ops)
(#545) Missing whitespace after semicolon. (semi-spacing)
(#545) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#545) Operator '||' must be spaced. (space-infix-ops)
(#545) Requires a space before '}'. (block-spacing)
(#545) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#545) Missing semicolon. (semi)
(#545) Missing whitespace after semicolon. (semi-spacing)
(#545) Operator '=' must be spaced. (space-infix-ops)
(#545) Requires a space after '{'. (block-spacing)
(#545) Statement inside of curly braces should be on next line. (brace-style)
(#545) Missing space before opening brace. (space-before-blocks)
(#545) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#545) Operator '||' must be spaced. (space-infix-ops)
(#545) A space is required after ','. (comma-spacing)
(#545) A space is required after ','. (comma-spacing)
(#545) Operator '&&' must be spaced. (space-infix-ops)
(#545) Operator '?' must be spaced. (space-infix-ops)
(#545) Operator '=' must be spaced. (space-infix-ops)
(#545) A space is required after ','. (comma-spacing)
(#545) Operator '=' must be spaced. (space-infix-ops)
(#546) This line has a length of 236. Maximum allowed is 132. (max-len)
(#546) Operator ':' must be spaced. (space-infix-ops)
(#546) Operator '=' must be spaced. (space-infix-ops)
(#546) A space is required after ','. (comma-spacing)
(#546) Operator '=' must be spaced. (space-infix-ops)
(#546) Requires a space before '}'. (block-spacing)
(#546) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#546) Missing semicolon. (semi)
(#546) Missing whitespace after semicolon. (semi-spacing)
(#546) Operator '=' must be spaced. (space-infix-ops)
(#546) 'm' is defined but never used. (no-unused-vars)
(#546) Requires a space after '{'. (block-spacing)
(#546) Statement inside of curly braces should be on next line. (brace-style)
(#546) Missing space before opening brace. (space-before-blocks)
(#546) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#546) Requires a space before '}'. (block-spacing)
(#546) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#546) Missing semicolon. (semi)
(#546) Requires a space before '}'. (block-spacing)
(#546) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#546) Missing semicolon. (semi)
(#546) 'ChemDoodle' is not defined. (no-undef)
(#546) A space is required after ','. (comma-spacing)
(#546) 'ChemDoodle' is not defined. (no-undef)
(#546) A space is required after ','. (comma-spacing)
(#546) 'ChemDoodle' is not defined. (no-undef)
(#546) A space is required after ','. (comma-spacing)
(#546) 'ChemDoodle' is not defined. (no-undef)
(#546) A space is required after ','. (comma-spacing)
(#546) 'ChemDoodle' is not defined. (no-undef)
(#546) A space is required after ','. (comma-spacing)
(#547) This line has a length of 503. Maximum allowed is 132. (max-len)
(#547) A space is required after ','. (comma-spacing)
(#547) A space is required after ','. (comma-spacing)
(#547) A space is required after ','. (comma-spacing)
(#547) A space is required after ','. (comma-spacing)
(#547) A space is required after ','. (comma-spacing)
(#547) A space is required after ','. (comma-spacing)
(#547) Requires a space after '{'. (block-spacing)
(#547) Statement inside of curly braces should be on next line. (brace-style)
(#547) Missing space before opening brace. (space-before-blocks)
(#547) Operator '=' must be spaced. (space-infix-ops)
(#547) Requires a space after '{'. (block-spacing)
(#547) Statement inside of curly braces should be on next line. (brace-style)
(#547) Missing space before opening brace. (space-before-blocks)
(#547) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#547) Requires a space before '}'. (block-spacing)
(#547) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#547) Missing semicolon. (semi)
(#547) Missing whitespace after semicolon. (semi-spacing)
(#547) Operator '=' must be spaced. (space-infix-ops)
(#547) Operator '=' must be spaced. (space-infix-ops)
(#547) Missing '()' invoking a constructor. (new-parens)
(#547) Missing whitespace after semicolon. (semi-spacing)
(#547) Operator '=' must be spaced. (space-infix-ops)
(#547) Missing whitespace after semicolon. (semi-spacing)
(#547) Operator '=' must be spaced. (space-infix-ops)
(#547) Missing whitespace after semicolon. (semi-spacing)
(#547) Operator '=' must be spaced. (space-infix-ops)
(#547) A space is required after ','. (comma-spacing)
(#547) A space is required after ','. (comma-spacing)
(#547) A space is required after ','. (comma-spacing)
(#547) A space is required after ','. (comma-spacing)
(#547) Requires a space after '{'. (block-spacing)
(#547) Statement inside of curly braces should be on next line. (brace-style)
(#547) Missing space before opening brace. (space-before-blocks)
(#547) Operator '=' must be spaced. (space-infix-ops)
(#547) Operator '-' must be spaced. (space-infix-ops)
(#547) Operator '*' must be spaced. (space-infix-ops)
(#547) Operator '/' must be spaced. (space-infix-ops)
(#547) Missing whitespace after semicolon. (semi-spacing)
(#547) Operator '+=' must be spaced. (space-infix-ops)
(#547) Operator '/' must be spaced. (space-infix-ops)
(#547) Missing whitespace after semicolon. (semi-spacing)
(#547) Expected space(s) after "for". (keyword-spacing)
(#547) Operator '=' must be spaced. (space-infix-ops)
(#547) A space is required after ','. (comma-spacing)
(#547) Operator '=' must be spaced. (space-infix-ops)
(#547) Missing whitespace after semicolon. (semi-spacing)
(#547) Operator '<' must be spaced. (space-infix-ops)
(#547) Operator '-' must be spaced. (space-infix-ops)
(#547) Missing whitespace after semicolon. (semi-spacing)
(#547) Requires a space after '{'. (block-spacing)
(#547) Statement inside of curly braces should be on next line. (brace-style)
(#547) Missing space before opening brace. (space-before-blocks)
(#547) Operator '=' must be spaced. (space-infix-ops)
(#547) Operator '===' must be spaced. (space-infix-ops)
(#547) Operator '?' must be spaced. (space-infix-ops)
(#547) A space is required after ','. (comma-spacing)
(#547) A space is required after ','. (comma-spacing)
(#547) Operator ':' must be spaced. (space-infix-ops)
(#547) A space is required after ','. (comma-spacing)
(#547) Operator '-' must be spaced. (space-infix-ops)
(#547) A space is required after ','. (comma-spacing)
(#547) Operator '-' must be spaced. (space-infix-ops)
(#547) Missing whitespace after semicolon. (semi-spacing)
(#547) Operator '+=' must be spaced. (space-infix-ops)
(#547) Operator '*' must be spaced. (space-infix-ops)
(#547) Missing whitespace after semicolon. (semi-spacing)
(#547) Operator '-=' must be spaced. (space-infix-ops)
(#547) Operator '*' must be spaced. (space-infix-ops)
(#547) Missing whitespace after semicolon. (semi-spacing)
(#547) Missing whitespace after semicolon. (semi-spacing)
(#547) Operator '+=' must be spaced. (space-infix-ops)
(#547) Operator '+' must be spaced. (space-infix-ops)
(#547) Requires a space before '}'. (block-spacing)
(#547) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#547) Missing semicolon. (semi)
(#547) Operator '=' must be spaced. (space-infix-ops)
(#547) Missing whitespace after semicolon. (semi-spacing)
(#547) Expected space(s) after "for". (keyword-spacing)
(#547) Operator '=' must be spaced. (space-infix-ops)
(#547) Missing whitespace after semicolon. (semi-spacing)
(#547) Operator '<' must be spaced. (space-infix-ops)
(#547) Missing whitespace after semicolon. (semi-spacing)
(#547) Expected { after 'for' condition. (curly)
(#547) Expected space(s) before "for". (keyword-spacing)
(#547) Expected space(s) after "for". (keyword-spacing)
(#547) Operator '=' must be spaced. (space-infix-ops)
(#547) A space is required after ','. (comma-spacing)
(#547) Operator '=' must be spaced. (space-infix-ops)
(#547) A space is required after ','. (comma-spacing)
(#547) Operator '=' must be spaced. (space-infix-ops)
(#547) Missing whitespace after semicolon. (semi-spacing)
(#547) Operator '<' must be spaced. (space-infix-ops)
(#547) Missing whitespace after semicolon. (semi-spacing)
(#547) Expected { after 'for' condition. (curly)
(#547) Operator '=' must be spaced. (space-infix-ops)
(#547) Missing whitespace after semicolon. (semi-spacing)
(#547) Operator '=' must be spaced. (space-infix-ops)
(#547) Missing whitespace after semicolon. (semi-spacing)
(#547) Expected space(s) after "for". (keyword-spacing)
(#547) Operator '=' must be spaced. (space-infix-ops)
(#548) This line has a length of 507. Maximum allowed is 132. (max-len)
(#548) 'e' used outside of binding context. (block-scoped-var)
(#548) Missing whitespace after semicolon. (semi-spacing)
(#548) Operator '<' must be spaced. (space-infix-ops)
(#548) Missing whitespace after semicolon. (semi-spacing)
(#548) Requires a space after '{'. (block-spacing)
(#548) Statement inside of curly braces should be on next line. (brace-style)
(#548) Missing space before opening brace. (space-before-blocks)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) Missing whitespace after semicolon. (semi-spacing)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) Missing whitespace after semicolon. (semi-spacing)
(#548) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) Missing whitespace after semicolon. (semi-spacing)
(#548) Expected space(s) after "for". (keyword-spacing)
(#548) 'y' used outside of binding context. (block-scoped-var)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) Missing whitespace after semicolon. (semi-spacing)
(#548) Operator '<' must be spaced. (space-infix-ops)
(#548) 'y' used outside of binding context. (block-scoped-var)
(#548) Missing whitespace after semicolon. (semi-spacing)
(#548) Requires a space after '{'. (block-spacing)
(#548) Statement inside of curly braces should be on next line. (brace-style)
(#548) Missing space before opening brace. (space-before-blocks)
(#548) 'B' used outside of binding context. (block-scoped-var)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) Missing whitespace after semicolon. (semi-spacing)
(#548) Expected space(s) after "for". (keyword-spacing)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) A space is required after ','. (comma-spacing)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) 'B' used outside of binding context. (block-scoped-var)
(#548) Missing whitespace after semicolon. (semi-spacing)
(#548) Operator '<' must be spaced. (space-infix-ops)
(#548) Missing whitespace after semicolon. (semi-spacing)
(#548) Requires a space after '{'. (block-spacing)
(#548) Statement inside of curly braces should be on next line. (brace-style)
(#548) Missing space before opening brace. (space-before-blocks)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) 'B' used outside of binding context. (block-scoped-var)
(#548) 'e' used outside of binding context. (block-scoped-var)
(#548) Missing whitespace after semicolon. (semi-spacing)
(#548) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#548) Operator '<' must be spaced. (space-infix-ops)
(#548) Operator '&&' must be spaced. (space-infix-ops)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) A space is required after ','. (comma-spacing)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) 'B' used outside of binding context. (block-scoped-var)
(#548) Requires a space before '}'. (block-spacing)
(#548) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#548) Missing semicolon. (semi)
(#548) Requires a space before '}'. (block-spacing)
(#548) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#548) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#548) Operator '>' must be spaced. (space-infix-ops)
(#548) Operator '&&' must be spaced. (space-infix-ops)
(#548) 'e' used outside of binding context. (block-scoped-var)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) A space is required after ','. (comma-spacing)
(#548) Operator '&&' must be spaced. (space-infix-ops)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) Requires a space before '}'. (block-spacing)
(#548) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#548) Missing semicolon. (semi)
(#548) Expected space(s) before "return". (keyword-spacing)
(#548) 'e' used outside of binding context. (block-scoped-var)
(#548) Requires a space before '}'. (block-spacing)
(#548) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#548) Missing semicolon. (semi)
(#548) Missing whitespace after semicolon. (semi-spacing)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) A space is required after ','. (comma-spacing)
(#548) Requires a space after '{'. (block-spacing)
(#548) Statement inside of curly braces should be on next line. (brace-style)
(#548) Missing space before opening brace. (space-before-blocks)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) Operator '/' must be spaced. (space-infix-ops)
(#548) Operator '-' must be spaced. (space-infix-ops)
(#548) Operator '/' must be spaced. (space-infix-ops)
(#548) A space is required after ','. (comma-spacing)
(#548) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) A space is required after ','. (comma-spacing)
(#548) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) A space is required after ','. (comma-spacing)
(#548) A space is required after ','. (comma-spacing)
(#548) A space is required after ','. (comma-spacing)
(#548) Operator '-' must be spaced. (space-infix-ops)
(#548) A space is required after ','. (comma-spacing)
(#548) Missing whitespace after semicolon. (semi-spacing)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) A space is required after ','. (comma-spacing)
(#548) A space is required after ','. (comma-spacing)
(#548) A space is required after ','. (comma-spacing)
(#548) Operator '-' must be spaced. (space-infix-ops)
(#548) A space is required after ','. (comma-spacing)
(#548) Missing whitespace after semicolon. (semi-spacing)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) Missing whitespace after semicolon. (semi-spacing)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) Missing whitespace after semicolon. (semi-spacing)
(#548) Expected space(s) after "for". (keyword-spacing)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) Missing whitespace after semicolon. (semi-spacing)
(#548) Operator '<' must be spaced. (space-infix-ops)
(#548) Missing whitespace after semicolon. (semi-spacing)
(#548) Expected { after 'for' condition. (curly)
(#548) Expected space(s) before "for". (keyword-spacing)
(#548) Expected space(s) after "for". (keyword-spacing)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) A space is required after ','. (comma-spacing)
(#548) Operator '=' must be spaced. (space-infix-ops)
(#548) Missing whitespace after semicolon. (semi-spacing)
(#548) Operator '<' must be spaced. (space-infix-ops)
(#549) This line has a length of 516. Maximum allowed is 132. (max-len)
(#549) Missing whitespace after semicolon. (semi-spacing)
(#549) Expected { after 'for' condition. (curly)
(#549) Expected space(s) before "for". (keyword-spacing)
(#549) Expected space(s) after "for". (keyword-spacing)
(#549) Operator '=' must be spaced. (space-infix-ops)
(#549) A space is required after ','. (comma-spacing)
(#549) Operator '=' must be spaced. (space-infix-ops)
(#549) A space is required after ','. (comma-spacing)
(#549) Operator '=' must be spaced. (space-infix-ops)
(#549) Missing whitespace after semicolon. (semi-spacing)
(#549) Operator '<' must be spaced. (space-infix-ops)
(#549) Missing whitespace after semicolon. (semi-spacing)
(#549) Requires a space after '{'. (block-spacing)
(#549) Statement inside of curly braces should be on next line. (brace-style)
(#549) Missing space before opening brace. (space-before-blocks)
(#549) Operator '=' must be spaced. (space-infix-ops)
(#549) A space is required after ','. (comma-spacing)
(#549) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#549) Operator '=' must be spaced. (space-infix-ops)
(#549) Missing whitespace after semicolon. (semi-spacing)
(#549) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#549) Operator '+=' must be spaced. (space-infix-ops)
(#549) A space is required after ','. (comma-spacing)
(#549) Operator '/' must be spaced. (space-infix-ops)
(#549) Operator '*' must be spaced. (space-infix-ops)
(#549) Missing whitespace after semicolon. (semi-spacing)
(#549) Operator '+=' must be spaced. (space-infix-ops)
(#549) A space is required after ','. (comma-spacing)
(#549) Operator '/' must be spaced. (space-infix-ops)
(#549) Operator '*' must be spaced. (space-infix-ops)
(#549) Requires a space before '}'. (block-spacing)
(#549) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#549) Missing semicolon. (semi)
(#549) Expected space(s) before "return". (keyword-spacing)
(#549) Operator '<' must be spaced. (space-infix-ops)
(#549) Operator '?' must be spaced. (space-infix-ops)
(#549) Operator ':' must be spaced. (space-infix-ops)
(#549) Requires a space before '}'. (block-spacing)
(#549) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#549) Missing semicolon. (semi)
(#549) Missing whitespace after semicolon. (semi-spacing)
(#549) Operator '=' must be spaced. (space-infix-ops)
(#549) Requires a space after '{'. (block-spacing)
(#549) Statement inside of curly braces should be on next line. (brace-style)
(#549) Missing space before opening brace. (space-before-blocks)
(#549) Requires a space before '}'. (block-spacing)
(#549) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#549) Missing semicolon. (semi)
(#549) Missing whitespace after semicolon. (semi-spacing)
(#549) Operator '=' must be spaced. (space-infix-ops)
(#549) Requires a space after '{'. (block-spacing)
(#549) Statement inside of curly braces should be on next line. (brace-style)
(#549) Missing space before opening brace. (space-before-blocks)
(#549) Missing JSDoc comment. (require-jsdoc)
(#549) A space is required after ','. (comma-spacing)
(#549) A space is required after ','. (comma-spacing)
(#549) Requires a space after '{'. (block-spacing)
(#549) Statement inside of curly braces should be on next line. (brace-style)
(#549) Missing space before opening brace. (space-before-blocks)
(#549) Operator '=' must be spaced. (space-infix-ops)
(#549) Operator '/' must be spaced. (space-infix-ops)
(#549) Missing whitespace after semicolon. (semi-spacing)
(#549) Operator '=' must be spaced. (space-infix-ops)
(#549) Operator '/' must be spaced. (space-infix-ops)
(#549) Operator '/' must be spaced. (space-infix-ops)
(#549) Missing whitespace after semicolon. (semi-spacing)
(#549) Operator '=' must be spaced. (space-infix-ops)
(#549) Operator '*' must be spaced. (space-infix-ops)
(#549) Missing whitespace after semicolon. (semi-spacing)
(#549) Do not nest ternary expressions. (no-nested-ternary)
(#549) Operator '==' must be spaced. (space-infix-ops)
(#549) Operator '%' must be spaced. (space-infix-ops)
(#549) Operator '?' must be spaced. (space-infix-ops)
(#549) Operator '+' must be spaced. (space-infix-ops)
(#549) Operator ':' must be spaced. (space-infix-ops)
(#549) Operator '?' must be spaced. (space-infix-ops)
(#549) Operator '*' must be spaced. (space-infix-ops)
(#549) Operator ':' must be spaced. (space-infix-ops)
(#549) Operator '*' must be spaced. (space-infix-ops)
(#549) Requires a space before '}'. (block-spacing)
(#549) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#549) Missing semicolon. (semi)
(#549) Expected space(s) before "this". (keyword-spacing)
(#549) Operator '=' must be spaced. (space-infix-ops)
(#549) Missing whitespace after semicolon. (semi-spacing)
(#549) Missing whitespace after semicolon. (semi-spacing)
(#549) Expected space(s) after "if". (keyword-spacing)
(#549) Requires a space after '{'. (block-spacing)
(#549) Statement inside of curly braces should be on next line. (brace-style)
(#549) Missing space before opening brace. (space-before-blocks)
(#549) Operator '=' must be spaced. (space-infix-ops)
(#549) A space is required after ','. (comma-spacing)
(#549) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#549) Operator '=' must be spaced. (space-infix-ops)
(#549) A space is required after ','. (comma-spacing)
(#549) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#549) Operator '=' must be spaced. (space-infix-ops)
(#549) Missing whitespace after semicolon. (semi-spacing)
(#549) Expected space(s) after "if". (keyword-spacing)
(#549) Operator '===' must be spaced. (space-infix-ops)
(#549) Requires a space after '{'. (block-spacing)
(#549) Statement inside of curly braces should be on next line. (brace-style)
(#549) Missing space before opening brace. (space-before-blocks)
(#549) Operator '=' must be spaced. (space-infix-ops)
(#550) This line has a length of 523. Maximum allowed is 132. (max-len)
(#550) Operator '=' must be spaced. (space-infix-ops)
(#550) Missing whitespace after semicolon. (semi-spacing)
(#550) Operator '=' must be spaced. (space-infix-ops)
(#550) Missing whitespace after semicolon. (semi-spacing)
(#550) Expected space(s) after "for". (keyword-spacing)
(#550) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#550) Operator '=' must be spaced. (space-infix-ops)
(#550) Missing whitespace after semicolon. (semi-spacing)
(#550) Operator '>' must be spaced. (space-infix-ops)
(#550) Operator '+' must be spaced. (space-infix-ops)
(#550) A space is required after ','. (comma-spacing)
(#550) A space is required after ','. (comma-spacing)
(#550) Expected { after 'for' condition. (curly)
(#550) Missing whitespace after semicolon. (semi-spacing)
(#550) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#550) Operator '||' must be spaced. (space-infix-ops)
(#550) Operator '=' must be spaced. (space-infix-ops)
(#550) Operator '+' must be spaced. (space-infix-ops)
(#550) Operator '/' must be spaced. (space-infix-ops)
(#550) Operator '/' must be spaced. (space-infix-ops)
(#550) Operator '/' must be spaced. (space-infix-ops)
(#550) Operator '*' must be spaced. (space-infix-ops)
(#550) Operator '/' must be spaced. (space-infix-ops)
(#550) Requires a space before '}'. (block-spacing)
(#550) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#550) Missing semicolon. (semi)
(#550) Expected space(s) before "else". (keyword-spacing)
(#550) Expected { after 'else'. (curly)
(#550) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#550) Operator '>' must be spaced. (space-infix-ops)
(#550) Operator '?' must be spaced. (space-infix-ops)
(#550) Operator '=' must be spaced. (space-infix-ops)
(#550) A space is required after ','. (comma-spacing)
(#550) Operator '=' must be spaced. (space-infix-ops)
(#550) Operator '===' must be spaced. (space-infix-ops)
(#550) Operator '?' must be spaced. (space-infix-ops)
(#550) Operator '*' must be spaced. (space-infix-ops)
(#550) Operator '/' must be spaced. (space-infix-ops)
(#550) Operator ':' must be spaced. (space-infix-ops)
(#550) A space is required after ','. (comma-spacing)
(#550) Operator '=' must be spaced. (space-infix-ops)
(#550) Operator ':' must be spaced. (space-infix-ops)
(#550) Operator '=' must be spaced. (space-infix-ops)
(#550) A space is required after ','. (comma-spacing)
(#550) Operator '=' must be spaced. (space-infix-ops)
(#550) A space is required after ','. (comma-spacing)
(#550) Operator '&&' must be spaced. (space-infix-ops)
(#550) Operator '||' must be spaced. (space-infix-ops)
(#550) Operator '||' must be spaced. (space-infix-ops)
(#550) Operator '=' must be spaced. (space-infix-ops)
(#551) This line has a length of 521. Maximum allowed is 132. (max-len)
(#551) Operator '||' must be spaced. (space-infix-ops)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) Operator '+' must be spaced. (space-infix-ops)
(#551) Operator '/' must be spaced. (space-infix-ops)
(#551) Operator '/' must be spaced. (space-infix-ops)
(#551) Operator '/' must be spaced. (space-infix-ops)
(#551) Operator '*' must be spaced. (space-infix-ops)
(#551) Operator '/' must be spaced. (space-infix-ops)
(#551) Missing whitespace after semicolon. (semi-spacing)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) A space is required after ','. (comma-spacing)
(#551) A space is required after ','. (comma-spacing)
(#551) A space is required after ','. (comma-spacing)
(#551) A space is required after ','. (comma-spacing)
(#551) Missing whitespace after semicolon. (semi-spacing)
(#551) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#551) Requires a space before '}'. (block-spacing)
(#551) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#551) Missing semicolon. (semi)
(#551) Expected space(s) before "else". (keyword-spacing)
(#551) Expected space(s) after "if". (keyword-spacing)
(#551) Requires a space after '{'. (block-spacing)
(#551) Statement inside of curly braces should be on next line. (brace-style)
(#551) Missing space before opening brace. (space-before-blocks)
(#551) 'k' used outside of binding context. (block-scoped-var)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) A space is required after ','. (comma-spacing)
(#551) A space is required after ','. (comma-spacing)
(#551) Missing whitespace after semicolon. (semi-spacing)
(#551) 't' used outside of binding context. (block-scoped-var)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) Missing whitespace after semicolon. (semi-spacing)
(#551) Expected space(s) after "if". (keyword-spacing)
(#551) Operator '===' must be spaced. (space-infix-ops)
(#551) 't' used outside of binding context. (block-scoped-var)
(#551) Requires a space after '{'. (block-spacing)
(#551) Statement inside of curly braces should be on next line. (brace-style)
(#551) Missing space before opening brace. (space-before-blocks)
(#551) 't' used outside of binding context. (block-scoped-var)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) Missing whitespace after semicolon. (semi-spacing)
(#551) 'u' used outside of binding context. (block-scoped-var)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) Missing whitespace after semicolon. (semi-spacing)
(#551) Expected space(s) after "for". (keyword-spacing)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#551) Missing whitespace after semicolon. (semi-spacing)
(#551) 'u' used outside of binding context. (block-scoped-var)
(#551) Operator '>' must be spaced. (space-infix-ops)
(#551) 't' used outside of binding context. (block-scoped-var)
(#551) Operator '+' must be spaced. (space-infix-ops)
(#551) A space is required after ','. (comma-spacing)
(#551) A space is required after ','. (comma-spacing)
(#551) 't' used outside of binding context. (block-scoped-var)
(#551) Expected { after 'for' condition. (curly)
(#551) Requires a space before '}'. (block-spacing)
(#551) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#551) Missing semicolon. (semi)
(#551) Expected space(s) before "if". (keyword-spacing)
(#551) Expected space(s) after "if". (keyword-spacing)
(#551) Operator '!==' must be spaced. (space-infix-ops)
(#551) 'k' used outside of binding context. (block-scoped-var)
(#551) Operator '&&' must be spaced. (space-infix-ops)
(#551) Operator '>=' must be spaced. (space-infix-ops)
(#551) 'k' used outside of binding context. (block-scoped-var)
(#551) Expected { after 'if' condition. (curly)
(#551) Operator '=' must be spaced. (space-infix-ops)
(#552) This line has a length of 503. Maximum allowed is 132. (max-len)
(#552) 't' used outside of binding context. (block-scoped-var)
(#552) Missing whitespace after semicolon. (semi-spacing)
(#552) Expected space(s) after "else". (keyword-spacing)
(#552) Requires a space after '{'. (block-spacing)
(#552) Statement inside of curly braces should be on next line. (brace-style)
(#552) 'u' used outside of binding context. (block-scoped-var)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) Operator '/' must be spaced. (space-infix-ops)
(#552) Operator '-' must be spaced. (space-infix-ops)
(#552) Operator '/' must be spaced. (space-infix-ops)
(#552) 't' used outside of binding context. (block-scoped-var)
(#552) Missing whitespace after semicolon. (semi-spacing)
(#552) 'q' used outside of binding context. (block-scoped-var)
(#552) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) Missing whitespace after semicolon. (semi-spacing)
(#552) 'k' used outside of binding context. (block-scoped-var)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) A space is required after ','. (comma-spacing)
(#552) 't' used outside of binding context. (block-scoped-var)
(#552) A space is required after ','. (comma-spacing)
(#552) 'q' used outside of binding context. (block-scoped-var)
(#552) A space is required after ','. (comma-spacing)
(#552) Operator '-' must be spaced. (space-infix-ops)
(#552) 'u' used outside of binding context. (block-scoped-var)
(#552) A space is required after ','. (comma-spacing)
(#552) Missing whitespace after semicolon. (semi-spacing)
(#552) 't' used outside of binding context. (block-scoped-var)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) A space is required after ','. (comma-spacing)
(#552) 't' used outside of binding context. (block-scoped-var)
(#552) A space is required after ','. (comma-spacing)
(#552) 'q' used outside of binding context. (block-scoped-var)
(#552) A space is required after ','. (comma-spacing)
(#552) Operator '-' must be spaced. (space-infix-ops)
(#552) 'u' used outside of binding context. (block-scoped-var)
(#552) A space is required after ','. (comma-spacing)
(#552) Missing whitespace after semicolon. (semi-spacing)
(#552) 'q' used outside of binding context. (block-scoped-var)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) Missing '()' invoking a constructor. (new-parens)
(#552) Missing whitespace after semicolon. (semi-spacing)
(#552) 'u' used outside of binding context. (block-scoped-var)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) Missing '()' invoking a constructor. (new-parens)
(#552) Missing whitespace after semicolon. (semi-spacing)
(#552) Expected space(s) after "for". (keyword-spacing)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) A space is required after ','. (comma-spacing)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) 'k' used outside of binding context. (block-scoped-var)
(#552) Missing whitespace after semicolon. (semi-spacing)
(#552) Operator '<' must be spaced. (space-infix-ops)
(#552) Missing whitespace after semicolon. (semi-spacing)
(#552) 'q' used outside of binding context. (block-scoped-var)
(#552) Expected { after 'for' condition. (curly)
(#552) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#552) 'k' used outside of binding context. (block-scoped-var)
(#552) Unexpected use of comma operator. (no-sequences)
(#552) A space is required after ','. (comma-spacing)
(#552) 'u' used outside of binding context. (block-scoped-var)
(#552) 't' used outside of binding context. (block-scoped-var)
(#552) Missing whitespace after semicolon. (semi-spacing)
(#552) 'q' used outside of binding context. (block-scoped-var)
(#552) Operator '/=' must be spaced. (space-infix-ops)
(#552) 'k' used outside of binding context. (block-scoped-var)
(#552) Operator '-' must be spaced. (space-infix-ops)
(#552) Missing whitespace after semicolon. (semi-spacing)
(#552) 'q' used outside of binding context. (block-scoped-var)
(#552) Operator '/=' must be spaced. (space-infix-ops)
(#552) 'k' used outside of binding context. (block-scoped-var)
(#552) Operator '-' must be spaced. (space-infix-ops)
(#552) Missing whitespace after semicolon. (semi-spacing)
(#552) 'u' used outside of binding context. (block-scoped-var)
(#552) Operator '/=' must be spaced. (space-infix-ops)
(#552) 't' used outside of binding context. (block-scoped-var)
(#552) Operator '-' must be spaced. (space-infix-ops)
(#552) Missing whitespace after semicolon. (semi-spacing)
(#552) 'u' used outside of binding context. (block-scoped-var)
(#552) Operator '/=' must be spaced. (space-infix-ops)
(#552) 't' used outside of binding context. (block-scoped-var)
(#552) Operator '-' must be spaced. (space-infix-ops)
(#552) Missing whitespace after semicolon. (semi-spacing)
(#552) 'q' used outside of binding context. (block-scoped-var)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) 'q' used outside of binding context. (block-scoped-var)
(#552) Missing whitespace after semicolon. (semi-spacing)
(#552) 'u' used outside of binding context. (block-scoped-var)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) 'u' used outside of binding context. (block-scoped-var)
(#552) Missing whitespace after semicolon. (semi-spacing)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#552) 't' used outside of binding context. (block-scoped-var)
(#552) Missing whitespace after semicolon. (semi-spacing)
(#552) 'q' used outside of binding context. (block-scoped-var)
(#552) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#552) Operator '<' must be spaced. (space-infix-ops)
(#552) 'u' used outside of binding context. (block-scoped-var)
(#552) Operator '&&' must be spaced. (space-infix-ops)
(#552) Operator '=' must be spaced. (space-infix-ops)
(#553) This line has a length of 530. Maximum allowed is 132. (max-len)
(#553) 'k' used outside of binding context. (block-scoped-var)
(#553) Requires a space before '}'. (block-spacing)
(#553) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#553) Missing semicolon. (semi)
(#553) 'k' used outside of binding context. (block-scoped-var)
(#553) Operator '=' must be spaced. (space-infix-ops)
(#553) Missing whitespace after semicolon. (semi-spacing)
(#553) Expected space(s) after "for". (keyword-spacing)
(#553) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#553) 't' used outside of binding context. (block-scoped-var)
(#553) Operator '=' must be spaced. (space-infix-ops)
(#553) Missing whitespace after semicolon. (semi-spacing)
(#553) 'k' used outside of binding context. (block-scoped-var)
(#553) Operator '<' must be spaced. (space-infix-ops)
(#553) 't' used outside of binding context. (block-scoped-var)
(#553) Missing whitespace after semicolon. (semi-spacing)
(#553) 'k' used outside of binding context. (block-scoped-var)
(#553) Expected { after 'for' condition. (curly)
(#553) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#553) Operator '!==' must be spaced. (space-infix-ops)
(#553) 'k' used outside of binding context. (block-scoped-var)
(#553) Operator '&&' must be spaced. (space-infix-ops)
(#553) 'k' used outside of binding context. (block-scoped-var)
(#553) Operator '=' must be spaced. (space-infix-ops)
(#553) Missing whitespace after semicolon. (semi-spacing)
(#553) Operator '=' must be spaced. (space-infix-ops)
(#553) Missing whitespace after semicolon. (semi-spacing)
(#553) Requires a space before '}'. (block-spacing)
(#553) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#553) Missing semicolon. (semi)
(#553) Requires a space before '}'. (block-spacing)
(#553) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#553) Missing whitespace after semicolon. (semi-spacing)
(#553) Operator '=' must be spaced. (space-infix-ops)
(#553) Requires a space after '{'. (block-spacing)
(#553) Statement inside of curly braces should be on next line. (brace-style)
(#553) Missing space before opening brace. (space-before-blocks)
(#553) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#553) Operator '||' must be spaced. (space-infix-ops)
(#553) Operator '||' must be spaced. (space-infix-ops)
(#553) Operator '||' must be spaced. (space-infix-ops)
(#553) A space is required after ','. (comma-spacing)
(#553) A space is required after ','. (comma-spacing)
(#553) A space is required after ','. (comma-spacing)
(#553) A space is required after ','. (comma-spacing)
(#553) A space is required after ','. (comma-spacing)
(#553) Operator '||' must be spaced. (space-infix-ops)
(#553) A space is required after ','. (comma-spacing)
(#553) Operator '=' must be spaced. (space-infix-ops)
(#553) Requires a space before '}'. (block-spacing)
(#553) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#553) Missing semicolon. (semi)
(#553) Missing whitespace after semicolon. (semi-spacing)
(#553) Operator '=' must be spaced. (space-infix-ops)
(#553) Requires a space after '{'. (block-spacing)
(#553) Statement inside of curly braces should be on next line. (brace-style)
(#553) Missing space before opening brace. (space-before-blocks)
(#553) Operator '=' must be spaced. (space-infix-ops)
(#553) Missing whitespace after semicolon. (semi-spacing)
(#553) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#553) Operator '?' must be spaced. (space-infix-ops)
(#553) Operator '=' must be spaced. (space-infix-ops)
(#554) This line has a length of 525. Maximum allowed is 132. (max-len)
(#554) A space is required after ','. (comma-spacing)
(#554) Operator '=' must be spaced. (space-infix-ops)
(#554) A space is required after ','. (comma-spacing)
(#554) Operator ':' must be spaced. (space-infix-ops)
(#554) Operator '||' must be spaced. (space-infix-ops)
(#554) Requires a space before '}'. (block-spacing)
(#554) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#554) Missing semicolon. (semi)
(#554) Missing whitespace after semicolon. (semi-spacing)
(#554) Operator '=' must be spaced. (space-infix-ops)
(#554) Function has a complexity of 40. Maximum allowed is 20. (complexity)
(#554) Requires a space after '{'. (block-spacing)
(#554) Statement inside of curly braces should be on next line. (brace-style)
(#554) Missing space before opening brace. (space-before-blocks)
(#554) Expected space(s) after "if". (keyword-spacing)
(#554) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#554) Operator '&&' must be spaced. (space-infix-ops)
(#554) Requires a space after '{'. (block-spacing)
(#554) Statement inside of curly braces should be on next line. (brace-style)
(#554) Missing space before opening brace. (space-before-blocks)
(#554) Operator '=' must be spaced. (space-infix-ops)
(#554) A space is required after ','. (comma-spacing)
(#554) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#554) Operator '=' must be spaced. (space-infix-ops)
(#554) A space is required after ','. (comma-spacing)
(#554) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#554) Operator '=' must be spaced. (space-infix-ops)
(#554) A space is required after ','. (comma-spacing)
(#554) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#554) Operator '=' must be spaced. (space-infix-ops)
(#554) Operator '||' must be spaced. (space-infix-ops)
(#554) Operator '===' must be spaced. (space-infix-ops)
(#554) Operator '&&' must be spaced. (space-infix-ops)
(#554) Missing whitespace after semicolon. (semi-spacing)
(#554) Expected space(s) after "if". (keyword-spacing)
(#554) Requires a space after '{'. (block-spacing)
(#554) Statement inside of curly braces should be on next line. (brace-style)
(#554) Missing space before opening brace. (space-before-blocks)
(#554) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#554) Operator '===' must be spaced. (space-infix-ops)
(#554) Operator '&&' must be spaced. (space-infix-ops)
(#554) Missing whitespace after semicolon. (semi-spacing)
(#554) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#554) A space is required after ','. (comma-spacing)
(#554) Operator '||' must be spaced. (space-infix-ops)
(#555) This line has a length of 509. Maximum allowed is 132. (max-len)
(#555) Missing whitespace after semicolon. (semi-spacing)
(#555) Expected space(s) after "for". (keyword-spacing)
(#555) Operator '=' must be spaced. (space-infix-ops)
(#555) A space is required after ','. (comma-spacing)
(#555) Operator '=' must be spaced. (space-infix-ops)
(#555) Missing whitespace after semicolon. (semi-spacing)
(#555) Operator '<' must be spaced. (space-infix-ops)
(#555) Missing whitespace after semicolon. (semi-spacing)
(#555) Requires a space after '{'. (block-spacing)
(#555) Statement inside of curly braces should be on next line. (brace-style)
(#555) Missing space before opening brace. (space-before-blocks)
(#555) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#555) Operator '=' must be spaced. (space-infix-ops)
(#555) A space is required after ','. (comma-spacing)
(#555) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#555) Operator '=' must be spaced. (space-infix-ops)
(#555) Operator '-' must be spaced. (space-infix-ops)
(#555) Missing whitespace after semicolon. (semi-spacing)
(#555) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#555) Operator '===' must be spaced. (space-infix-ops)
(#555) Operator '&&' must be spaced. (space-infix-ops)
(#555) Missing whitespace after semicolon. (semi-spacing)
(#555) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#555) A space is required after ','. (comma-spacing)
(#555) Operator '||' must be spaced. (space-infix-ops)
(#555) A space is required after ','. (comma-spacing)
(#555) A space is required after ','. (comma-spacing)
(#555) Operator '&&' must be spaced. (space-infix-ops)
(#555) Operator '===' must be spaced. (space-infix-ops)
(#555) Operator '%' must be spaced. (space-infix-ops)
(#555) Operator '&&' must be spaced. (space-infix-ops)
(#555) Operator '<' must be spaced. (space-infix-ops)
(#555) Operator '&&' must be spaced. (space-infix-ops)
(#555) Operator '<' must be spaced. (space-infix-ops)
(#555) Operator '?' must be spaced. (space-infix-ops)
(#555) Operator ':' must be spaced. (space-infix-ops)
(#555) Requires a space before '}'. (block-spacing)
(#555) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#555) Missing semicolon. (semi)
(#555) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#555) Expected space(s) before "this". (keyword-spacing)
(#555) Operator '-' must be spaced. (space-infix-ops)
(#555) A space is required after ','. (comma-spacing)
(#555) Operator '||' must be spaced. (space-infix-ops)
(#555) Operator '-' must be spaced. (space-infix-ops)
(#555) A space is required after ','. (comma-spacing)
(#556) This line has a length of 507. Maximum allowed is 132. (max-len)
(#556) Operator '&&' must be spaced. (space-infix-ops)
(#556) Operator '===' must be spaced. (space-infix-ops)
(#556) Operator '%' must be spaced. (space-infix-ops)
(#556) Operator '&&' must be spaced. (space-infix-ops)
(#556) Operator '<' must be spaced. (space-infix-ops)
(#556) Operator '-' must be spaced. (space-infix-ops)
(#556) Operator '&&' must be spaced. (space-infix-ops)
(#556) Operator '<' must be spaced. (space-infix-ops)
(#556) Operator '?' must be spaced. (space-infix-ops)
(#556) Operator ':' must be spaced. (space-infix-ops)
(#556) Requires a space before '}'. (block-spacing)
(#556) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#556) Missing semicolon. (semi)
(#556) Expected space(s) before "else". (keyword-spacing)
(#556) Expected space(s) after "if". (keyword-spacing)
(#556) Requires a space after '{'. (block-spacing)
(#556) Statement inside of curly braces should be on next line. (brace-style)
(#556) Missing space before opening brace. (space-before-blocks)
(#556) 'e' used outside of binding context. (block-scoped-var)
(#556) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#556) Operator '=' must be spaced. (space-infix-ops)
(#556) Missing whitespace after semicolon. (semi-spacing)
(#556) 'q' used outside of binding context. (block-scoped-var)
(#556) Operator '=' must be spaced. (space-infix-ops)
(#556) Missing whitespace after semicolon. (semi-spacing)
(#556) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#556) Operator '===' must be spaced. (space-infix-ops)
(#556) Operator '&&' must be spaced. (space-infix-ops)
(#556) 'e' used outside of binding context. (block-scoped-var)
(#556) Operator '=' must be spaced. (space-infix-ops)
(#556) A space is required after ','. (comma-spacing)
(#556) 'q' used outside of binding context. (block-scoped-var)
(#556) Operator '=' must be spaced. (space-infix-ops)
(#556) Missing whitespace after semicolon. (semi-spacing)
(#556) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#556) Operator '===' must be spaced. (space-infix-ops)
(#556) Operator '&&' must be spaced. (space-infix-ops)
(#556) Missing whitespace after semicolon. (semi-spacing)
(#556) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#556) 'e' used outside of binding context. (block-scoped-var)
(#557) This line has a length of 506. Maximum allowed is 132. (max-len)
(#557) Operator '||' must be spaced. (space-infix-ops)
(#557) 'e' used outside of binding context. (block-scoped-var)
(#557) A space is required after ','. (comma-spacing)
(#557) Missing whitespace after semicolon. (semi-spacing)
(#557) 'e' used outside of binding context. (block-scoped-var)
(#557) Operator '=' must be spaced. (space-infix-ops)
(#557) Missing whitespace after semicolon. (semi-spacing)
(#557) Expected space(s) after "for". (keyword-spacing)
(#557) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#557) 'y' used outside of binding context. (block-scoped-var)
(#557) Operator '=' must be spaced. (space-infix-ops)
(#557) Missing whitespace after semicolon. (semi-spacing)
(#557) 'e' used outside of binding context. (block-scoped-var)
(#557) Operator '<' must be spaced. (space-infix-ops)
(#557) 'y' used outside of binding context. (block-scoped-var)
(#557) Missing whitespace after semicolon. (semi-spacing)
(#557) 'e' used outside of binding context. (block-scoped-var)
(#557) Requires a space after '{'. (block-spacing)
(#557) Statement inside of curly braces should be on next line. (brace-style)
(#557) Missing space before opening brace. (space-before-blocks)
(#557) 'B' used outside of binding context. (block-scoped-var)
(#557) Operator '=' must be spaced. (space-infix-ops)
(#557) 'e' used outside of binding context. (block-scoped-var)
(#557) Missing whitespace after semicolon. (semi-spacing)
(#557) Operator '=' must be spaced. (space-infix-ops)
(#557) 'e' used outside of binding context. (block-scoped-var)
(#557) Operator '-' must be spaced. (space-infix-ops)
(#557) Missing whitespace after semicolon. (semi-spacing)
(#557) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#557) Operator '===' must be spaced. (space-infix-ops)
(#557) 'B' used outside of binding context. (block-scoped-var)
(#557) Operator '&&' must be spaced. (space-infix-ops)
(#557) 'B' used outside of binding context. (block-scoped-var)
(#557) Missing whitespace after semicolon. (semi-spacing)
(#557) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#557) A space is required after ','. (comma-spacing)
(#557) 'B' used outside of binding context. (block-scoped-var)
(#557) Operator '||' must be spaced. (space-infix-ops)
(#557) A space is required after ','. (comma-spacing)
(#557) 'B' used outside of binding context. (block-scoped-var)
(#557) A space is required after ','. (comma-spacing)
(#557) Operator '&&' must be spaced. (space-infix-ops)
(#557) Operator '===' must be spaced. (space-infix-ops)
(#557) 'e' used outside of binding context. (block-scoped-var)
(#557) Operator '%' must be spaced. (space-infix-ops)
(#557) Operator '&&' must be spaced. (space-infix-ops)
(#557) Operator '<' must be spaced. (space-infix-ops)
(#557) 'B' used outside of binding context. (block-scoped-var)
(#557) Operator '&&' must be spaced. (space-infix-ops)
(#557) Operator '<' must be spaced. (space-infix-ops)
(#557) Operator '?' must be spaced. (space-infix-ops)
(#557) Operator ':' must be spaced. (space-infix-ops)
(#557) Requires a space before '}'. (block-spacing)
(#557) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#557) Missing semicolon. (semi)
(#557) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#557) Expected space(s) before "this". (keyword-spacing)
(#557) Operator '-' must be spaced. (space-infix-ops)
(#557) A space is required after ','. (comma-spacing)
(#557) 'q' used outside of binding context. (block-scoped-var)
(#557) Operator '||' must be spaced. (space-infix-ops)
(#557) Operator '-' must be spaced. (space-infix-ops)
(#558) This line has a length of 502. Maximum allowed is 132. (max-len)
(#558) A space is required after ','. (comma-spacing)
(#558) 'q' used outside of binding context. (block-scoped-var)
(#558) A space is required after ','. (comma-spacing)
(#558) Operator '&&' must be spaced. (space-infix-ops)
(#558) Operator '===' must be spaced. (space-infix-ops)
(#558) Operator '%' must be spaced. (space-infix-ops)
(#558) Operator '&&' must be spaced. (space-infix-ops)
(#558) Operator '<' must be spaced. (space-infix-ops)
(#558) Operator '-' must be spaced. (space-infix-ops)
(#558) Operator '&&' must be spaced. (space-infix-ops)
(#558) Operator '<' must be spaced. (space-infix-ops)
(#558) 'q' used outside of binding context. (block-scoped-var)
(#558) Operator '?' must be spaced. (space-infix-ops)
(#558) Operator ':' must be spaced. (space-infix-ops)
(#558) Requires a space before '}'. (block-spacing)
(#558) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#558) Missing semicolon. (semi)
(#558) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#558) Operator '===' must be spaced. (space-infix-ops)
(#558) Operator '&&' must be spaced. (space-infix-ops)
(#558) Operator '===' must be spaced. (space-infix-ops)
(#558) Operator '||' must be spaced. (space-infix-ops)
(#558) A space is required after ','. (comma-spacing)
(#558) A space is required after ','. (comma-spacing)
(#558) A space is required after ','. (comma-spacing)
(#558) Missing whitespace after semicolon. (semi-spacing)
(#558) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#558) Operator '=' must be spaced. (space-infix-ops)
(#558) Missing whitespace after semicolon. (semi-spacing)
(#558) Expected space(s) after "for". (keyword-spacing)
(#558) Operator '=' must be spaced. (space-infix-ops)
(#558) Missing whitespace after semicolon. (semi-spacing)
(#558) Operator '<' must be spaced. (space-infix-ops)
(#558) Missing whitespace after semicolon. (semi-spacing)
(#558) Expected { after 'for' condition. (curly)
(#558) Operator '=' must be spaced. (space-infix-ops)
(#558) Requires a space before '}'. (block-spacing)
(#558) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#558) Missing semicolon. (semi)
(#558) Expected space(s) before "this". (keyword-spacing)
(#558) Operator '=' must be spaced. (space-infix-ops)
(#558) Missing whitespace after semicolon. (semi-spacing)
(#558) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#558) Operator '||' must be spaced. (space-infix-ops)
(#558) Requires a space before '}'. (block-spacing)
(#558) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#558) Missing semicolon. (semi)
(#558) Missing whitespace after semicolon. (semi-spacing)
(#558) Operator '=' must be spaced. (space-infix-ops)
(#558) Requires a space after '{'. (block-spacing)
(#558) Statement inside of curly braces should be on next line. (brace-style)
(#558) Missing space before opening brace. (space-before-blocks)
(#558) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#558) Operator '||' must be spaced. (space-infix-ops)
(#558) A space is required after ','. (comma-spacing)
(#558) A space is required after ','. (comma-spacing)
(#558) A space is required after ','. (comma-spacing)
(#558) Operator '&&' must be spaced. (space-infix-ops)
(#559) This line has a length of 317. Maximum allowed is 132. (max-len)
(#559) Operator '?' must be spaced. (space-infix-ops)
(#559) Operator '=' must be spaced. (space-infix-ops)
(#559) A space is required after ','. (comma-spacing)
(#559) Operator '=' must be spaced. (space-infix-ops)
(#559) Operator ':' must be spaced. (space-infix-ops)
(#559) Operator '=' must be spaced. (space-infix-ops)
(#559) A space is required after ','. (comma-spacing)
(#559) Operator '=' must be spaced. (space-infix-ops)
(#559) Requires a space before '}'. (block-spacing)
(#559) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#559) Missing semicolon. (semi)
(#559) Missing whitespace after semicolon. (semi-spacing)
(#559) Operator '=' must be spaced. (space-infix-ops)
(#559) 'm' is defined but never used. (no-unused-vars)
(#559) Requires a space after '{'. (block-spacing)
(#559) Statement inside of curly braces should be on next line. (brace-style)
(#559) Missing space before opening brace. (space-before-blocks)
(#559) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#559) Requires a space before '}'. (block-spacing)
(#559) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#559) Missing semicolon. (semi)
(#559) Requires a space before '}'. (block-spacing)
(#559) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#559) Missing semicolon. (semi)
(#559) 'ChemDoodle' is not defined. (no-undef)
(#559) A space is required after ','. (comma-spacing)
(#559) 'ChemDoodle' is not defined. (no-undef)
(#559) A space is required after ','. (comma-spacing)
(#559) 'ChemDoodle' is not defined. (no-undef)
(#559) A space is required after ','. (comma-spacing)
(#559) 'ChemDoodle' is not defined. (no-undef)
(#559) A space is required after ','. (comma-spacing)
(#559) 'ChemDoodle' is not defined. (no-undef)
(#559) A space is required after ','. (comma-spacing)
(#560) This line has a length of 504. Maximum allowed is 132. (max-len)
(#560) A space is required after ','. (comma-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Requires a space after '{'. (block-spacing)
(#560) Statement inside of curly braces should be on next line. (brace-style)
(#560) Missing space before opening brace. (space-before-blocks)
(#560) Operator '=' must be spaced. (space-infix-ops)
(#560) Missing '()' invoking a constructor. (new-parens)
(#560) Missing whitespace after semicolon. (semi-spacing)
(#560) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#560) Operator '=' must be spaced. (space-infix-ops)
(#560) Requires a space after '{'. (block-spacing)
(#560) Statement inside of curly braces should be on next line. (brace-style)
(#560) Missing space before opening brace. (space-before-blocks)
(#560) Missing whitespace after semicolon. (semi-spacing)
(#560) Operator '=' must be spaced. (space-infix-ops)
(#560) Missing space before value for key 'a'. (key-spacing)
(#560) Missing space before value for key 'x'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'i'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'y'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'x'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'i'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'y'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'x'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'i'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'y'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'x'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'i'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'y'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'x'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'i'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'y'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'x'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'i'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'y'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'x'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'i'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'y'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'x'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'i'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'y'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'x'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'i'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'y'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'l'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'x'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'i'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'y'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'x'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'i'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'y'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'x'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'i'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'y'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'x'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'i'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'y'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'l'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'x'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'i'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'y'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'x'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'i'. (key-spacing)
(#560) A space is required after ','. (comma-spacing)
(#560) Missing space before value for key 'y'. (key-spacing)
(#561) This line has a length of 549. Maximum allowed is 132. (max-len)
(#561) Missing space before value for key 'x'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'i'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'y'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'b'. (key-spacing)
(#561) Missing space before value for key 'b'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'e'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'i'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'o'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'b'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'e'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'i'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'b'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'e'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'i'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'o'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'b'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'e'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'i'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'b'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'e'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'i'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'o'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'b'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'e'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'i'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'b'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'e'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'i'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'b'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'e'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'i'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'o'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'b'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'e'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'i'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'b'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'e'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'i'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'b'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'e'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'i'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'b'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'e'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'i'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'o'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'b'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'e'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'i'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'b'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'e'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'i'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'b'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'e'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'i'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'b'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'e'. (key-spacing)
(#561) A space is required after ','. (comma-spacing)
(#561) Missing space before value for key 'i'. (key-spacing)
(#561) Missing whitespace after semicolon. (semi-spacing)
(#561) Operator '=' must be spaced. (space-infix-ops)
(#561) Requires a space before '}'. (block-spacing)
(#561) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#561) Missing semicolon. (semi)
(#561) Missing whitespace after semicolon. (semi-spacing)
(#561) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#561) Operator '=' must be spaced. (space-infix-ops)
(#561) Operator '=' must be spaced. (space-infix-ops)
(#561) Missing '()' invoking a constructor. (new-parens)
(#561) Missing whitespace after semicolon. (semi-spacing)
(#561) Operator '=' must be spaced. (space-infix-ops)
(#561) Function has a complexity of 31. Maximum allowed is 20. (complexity)
(#561) Requires a space after '{'. (block-spacing)
(#561) Statement inside of curly braces should be on next line. (brace-style)
(#561) Missing space before opening brace. (space-before-blocks)
(#561) Operator '=' must be spaced. (space-infix-ops)
(#561) A space is required after ','. (comma-spacing)
(#561) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#561) Operator '=' must be spaced. (space-infix-ops)
(#561) Missing whitespace after semicolon. (semi-spacing)
(#562) This line has a length of 502. Maximum allowed is 132. (max-len)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) A space is required after ','. (comma-spacing)
(#562) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) A space is required after ','. (comma-spacing)
(#562) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) Missing whitespace after semicolon. (semi-spacing)
(#562) Expected space(s) after "if". (keyword-spacing)
(#562) Expected { after 'if' condition. (curly)
(#562) Expected space(s) before "if". (keyword-spacing)
(#562) Expected space(s) after "if". (keyword-spacing)
(#562) Operator '>' must be spaced. (space-infix-ops)
(#562) Requires a space after '{'. (block-spacing)
(#562) Statement inside of curly braces should be on next line. (brace-style)
(#562) Missing space before opening brace. (space-before-blocks)
(#562) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) Missing whitespace after semicolon. (semi-spacing)
(#562) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#562) Operator '===' must be spaced. (space-infix-ops)
(#562) Operator '?' must be spaced. (space-infix-ops)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) A space is required after ','. (comma-spacing)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) Operator ':' must be spaced. (space-infix-ops)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) Operator '===' must be spaced. (space-infix-ops)
(#562) Operator '?' must be spaced. (space-infix-ops)
(#562) Operator '+' must be spaced. (space-infix-ops)
(#562) Operator ':' must be spaced. (space-infix-ops)
(#562) Missing whitespace after semicolon. (semi-spacing)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) Missing whitespace after semicolon. (semi-spacing)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) Operator '===' must be spaced. (space-infix-ops)
(#562) Operator '?' must be spaced. (space-infix-ops)
(#562) Operator '-' must be spaced. (space-infix-ops)
(#562) Operator '+' must be spaced. (space-infix-ops)
(#562) Operator '===' must be spaced. (space-infix-ops)
(#562) Operator '?' must be spaced. (space-infix-ops)
(#562) Operator '/' must be spaced. (space-infix-ops)
(#562) Operator ':' must be spaced. (space-infix-ops)
(#562) Operator ':' must be spaced. (space-infix-ops)
(#562) Operator '-' must be spaced. (space-infix-ops)
(#562) Operator '+' must be spaced. (space-infix-ops)
(#562) Requires a space before '}'. (block-spacing)
(#562) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#562) Missing semicolon. (semi)
(#562) Expected space(s) before "else". (keyword-spacing)
(#562) Expected { after 'else'. (curly)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) Operator '/' must be spaced. (space-infix-ops)
(#562) Operator '/' must be spaced. (space-infix-ops)
(#562) Operator '*' must be spaced. (space-infix-ops)
(#562) Operator '/' must be spaced. (space-infix-ops)
(#562) Missing whitespace after semicolon. (semi-spacing)
(#562) 'B' used outside of binding context. (block-scoped-var)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) Operator '-' must be spaced. (space-infix-ops)
(#562) Missing whitespace after semicolon. (semi-spacing)
(#562) 'A' used outside of binding context. (block-scoped-var)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) Operator '-' must be spaced. (space-infix-ops)
(#562) Missing whitespace after semicolon. (semi-spacing)
(#562) Expected space(s) after "for". (keyword-spacing)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) A space is required after ','. (comma-spacing)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) Missing whitespace after semicolon. (semi-spacing)
(#562) Operator '<' must be spaced. (space-infix-ops)
(#562) Missing whitespace after semicolon. (semi-spacing)
(#562) Requires a space after '{'. (block-spacing)
(#562) Statement inside of curly braces should be on next line. (brace-style)
(#562) Missing space before opening brace. (space-before-blocks)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) Missing whitespace after semicolon. (semi-spacing)
(#562) Operator '+=' must be spaced. (space-infix-ops)
(#562) 'B' used outside of binding context. (block-scoped-var)
(#562) Missing whitespace after semicolon. (semi-spacing)
(#562) Operator '+=' must be spaced. (space-infix-ops)
(#562) 'A' used outside of binding context. (block-scoped-var)
(#562) Requires a space before '}'. (block-spacing)
(#562) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#562) Missing semicolon. (semi)
(#562) Expected space(s) before "if". (keyword-spacing)
(#562) Expected space(s) after "if". (keyword-spacing)
(#562) Expected { after 'if' condition. (curly)
(#562) Expected space(s) before "for". (keyword-spacing)
(#562) Expected space(s) after "for". (keyword-spacing)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#562) A space is required after ','. (comma-spacing)
(#562) 'B' used outside of binding context. (block-scoped-var)
(#562) Operator '=' must be spaced. (space-infix-ops)
(#563) This line has a length of 501. Maximum allowed is 132. (max-len)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) Operator '<' must be spaced. (space-infix-ops)
(#563) 'B' used outside of binding context. (block-scoped-var)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) 'A' used outside of binding context. (block-scoped-var)
(#563) Expected { after 'for' condition. (curly)
(#563) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Unexpected use of comma operator. (no-sequences)
(#563) A space is required after ','. (comma-spacing)
(#563) 'a' used outside of binding context. (block-scoped-var)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) 'A' used outside of binding context. (block-scoped-var)
(#563) Operator '+' must be spaced. (space-infix-ops)
(#563) A space is required after ','. (comma-spacing)
(#563) 'b' used outside of binding context. (block-scoped-var)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) 'A' used outside of binding context. (block-scoped-var)
(#563) A space is required after ','. (comma-spacing)
(#563) Operator '&&' must be spaced. (space-infix-ops)
(#563) 'b' used outside of binding context. (block-scoped-var)
(#563) Operator '*=' must be spaced. (space-infix-ops)
(#563) Operator '/' must be spaced. (space-infix-ops)
(#563) A space is required after ','. (comma-spacing)
(#563) 'A' used outside of binding context. (block-scoped-var)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Operator '-' must be spaced. (space-infix-ops)
(#563) 'a' used outside of binding context. (block-scoped-var)
(#563) Operator '*' must be spaced. (space-infix-ops)
(#563) 'b' used outside of binding context. (block-scoped-var)
(#563) A space is required after ','. (comma-spacing)
(#563) 'A' used outside of binding context. (block-scoped-var)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Operator '+' must be spaced. (space-infix-ops)
(#563) 'a' used outside of binding context. (block-scoped-var)
(#563) Operator '*' must be spaced. (space-infix-ops)
(#563) 'b' used outside of binding context. (block-scoped-var)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) Expected space(s) after "for". (keyword-spacing)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) Operator '<' must be spaced. (space-infix-ops)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) Requires a space after '{'. (block-spacing)
(#563) Statement inside of curly braces should be on next line. (brace-style)
(#563) Missing space before opening brace. (space-before-blocks)
(#563) 'B' used outside of binding context. (block-scoped-var)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) 'B' used outside of binding context. (block-scoped-var)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) 'A' used outside of binding context. (block-scoped-var)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) 'a' used outside of binding context. (block-scoped-var)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) Expected space(s) after "for". (keyword-spacing)
(#563) 'b' used outside of binding context. (block-scoped-var)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) 'a' used outside of binding context. (block-scoped-var)
(#563) Operator '<' must be spaced. (space-infix-ops)
(#563) 'b' used outside of binding context. (block-scoped-var)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) 'a' used outside of binding context. (block-scoped-var)
(#563) Expected { after 'for' condition. (curly)
(#563) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#563) Operator '>' must be spaced. (space-infix-ops)
(#563) 'B' used outside of binding context. (block-scoped-var)
(#563) 'a' used outside of binding context. (block-scoped-var)
(#563) Operator '&&' must be spaced. (space-infix-ops)
(#563) 'A' used outside of binding context. (block-scoped-var)
(#563) 'a' used outside of binding context. (block-scoped-var)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) 'a' used outside of binding context. (block-scoped-var)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) 'b' used outside of binding context. (block-scoped-var)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) Expected space(s) after "for". (keyword-spacing)
(#563) 'd' used outside of binding context. (block-scoped-var)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) 'A' used outside of binding context. (block-scoped-var)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) 'b' used outside of binding context. (block-scoped-var)
(#563) Operator '<' must be spaced. (space-infix-ops)
(#563) 'd' used outside of binding context. (block-scoped-var)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) 'b' used outside of binding context. (block-scoped-var)
(#563) Requires a space after '{'. (block-spacing)
(#563) Statement inside of curly braces should be on next line. (brace-style)
(#563) Missing space before opening brace. (space-before-blocks)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) 'A' used outside of binding context. (block-scoped-var)
(#563) 'b' used outside of binding context. (block-scoped-var)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) Expected space(s) after "if". (keyword-spacing)
(#563) Operator '===' must be spaced. (space-infix-ops)
(#563) 'a' used outside of binding context. (block-scoped-var)
(#563) Operator '||' must be spaced. (space-infix-ops)
(#563) 'B' used outside of binding context. (block-scoped-var)
(#563) Operator '<' must be spaced. (space-infix-ops)
(#563) 'B' used outside of binding context. (block-scoped-var)
(#563) 'a' used outside of binding context. (block-scoped-var)
(#563) 'a' used outside of binding context. (block-scoped-var)
(#563) Expected { after 'if' condition. (curly)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) Requires a space before '}'. (block-spacing)
(#563) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#563) Missing semicolon. (semi)
(#563) Expected space(s) before "if". (keyword-spacing)
(#563) Expected space(s) after "if". (keyword-spacing)
(#563) Operator '!==' must be spaced. (space-infix-ops)
(#563) 'a' used outside of binding context. (block-scoped-var)
(#563) Requires a space after '{'. (block-spacing)
(#563) Statement inside of curly braces should be on next line. (brace-style)
(#563) Missing space before opening brace. (space-before-blocks)
(#563) 'A' used outside of binding context. (block-scoped-var)
(#563) Operator '=' must be spaced. (space-infix-ops)
(#563) 'a' used outside of binding context. (block-scoped-var)
(#563) Missing whitespace after semicolon. (semi-spacing)
(#563) 'a' used outside of binding context. (block-scoped-var)
(#563) A space is required after ','. (comma-spacing)
(#564) This line has a length of 509. Maximum allowed is 132. (max-len)
(#564) Expected space(s) after "if". (keyword-spacing)
(#564) 'B' used outside of binding context. (block-scoped-var)
(#564) Operator '!==' must be spaced. (space-infix-ops)
(#564) Operator '||' must be spaced. (space-infix-ops)
(#564) 'B' used outside of binding context. (block-scoped-var)
(#564) Operator '!==' must be spaced. (space-infix-ops)
(#564) 'B' used outside of binding context. (block-scoped-var)
(#564) Expected { after 'if' condition. (curly)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) Missing whitespace after semicolon. (semi-spacing)
(#564) 'a' used outside of binding context. (block-scoped-var)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) Missing whitespace after semicolon. (semi-spacing)
(#564) Expected space(s) after "for". (keyword-spacing)
(#564) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#564) 'b' used outside of binding context. (block-scoped-var)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) Missing whitespace after semicolon. (semi-spacing)
(#564) 'a' used outside of binding context. (block-scoped-var)
(#564) Operator '<' must be spaced. (space-infix-ops)
(#564) 'b' used outside of binding context. (block-scoped-var)
(#564) Missing whitespace after semicolon. (semi-spacing)
(#564) 'a' used outside of binding context. (block-scoped-var)
(#564) Expected { after 'for' condition. (curly)
(#564) Expected space(s) before "if". (keyword-spacing)
(#564) Expected space(s) after "if". (keyword-spacing)
(#564) 'd' used outside of binding context. (block-scoped-var)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) 'a' used outside of binding context. (block-scoped-var)
(#564) Unexpected use of comma operator. (no-sequences)
(#564) A space is required after ','. (comma-spacing)
(#564) 'd' used outside of binding context. (block-scoped-var)
(#564) Operator '===' must be spaced. (space-infix-ops)
(#564) 'A' used outside of binding context. (block-scoped-var)
(#564) Operator '?' must be spaced. (space-infix-ops)
(#564) 'd' used outside of binding context. (block-scoped-var)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) 'B' used outside of binding context. (block-scoped-var)
(#564) A space is required after ','. (comma-spacing)
(#564) 'd' used outside of binding context. (block-scoped-var)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) Operator ':' must be spaced. (space-infix-ops)
(#564) 'd' used outside of binding context. (block-scoped-var)
(#564) Operator '===' must be spaced. (space-infix-ops)
(#564) 'A' used outside of binding context. (block-scoped-var)
(#564) Operator '&&' must be spaced. (space-infix-ops)
(#564) 'd' used outside of binding context. (block-scoped-var)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) 'B' used outside of binding context. (block-scoped-var)
(#564) A space is required after ','. (comma-spacing)
(#564) 'd' used outside of binding context. (block-scoped-var)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) A space is required after ','. (comma-spacing)
(#564) 'd' used outside of binding context. (block-scoped-var)
(#564) Operator '&&' must be spaced. (space-infix-ops)
(#564) 'd' used outside of binding context. (block-scoped-var)
(#564) Requires a space after '{'. (block-spacing)
(#564) Statement inside of curly braces should be on next line. (brace-style)
(#564) Missing space before opening brace. (space-before-blocks)
(#564) 'f' used outside of binding context. (block-scoped-var)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) Missing whitespace after semicolon. (semi-spacing)
(#564) Expected space(s) after "for". (keyword-spacing)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) A space is required after ','. (comma-spacing)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) Missing whitespace after semicolon. (semi-spacing)
(#564) Operator '<' must be spaced. (space-infix-ops)
(#564) Missing whitespace after semicolon. (semi-spacing)
(#564) Requires a space after '{'. (block-spacing)
(#564) Statement inside of curly braces should be on next line. (brace-style)
(#564) Missing space before opening brace. (space-before-blocks)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) Missing whitespace after semicolon. (semi-spacing)
(#564) Expected space(s) after "if". (keyword-spacing)
(#564) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#564) 'd' used outside of binding context. (block-scoped-var)
(#564) Operator '===' must be spaced. (space-infix-ops)
(#564) Operator '&&' must be spaced. (space-infix-ops)
(#564) 'd' used outside of binding context. (block-scoped-var)
(#564) Operator '===' must be spaced. (space-infix-ops)
(#564) Operator '||' must be spaced. (space-infix-ops)
(#564) 'd' used outside of binding context. (block-scoped-var)
(#564) Operator '===' must be spaced. (space-infix-ops)
(#564) Operator '&&' must be spaced. (space-infix-ops)
(#564) 'd' used outside of binding context. (block-scoped-var)
(#564) Operator '===' must be spaced. (space-infix-ops)
(#564) Requires a space after '{'. (block-spacing)
(#564) Statement inside of curly braces should be on next line. (brace-style)
(#564) Missing space before opening brace. (space-before-blocks)
(#564) 'f' used outside of binding context. (block-scoped-var)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) Missing whitespace after semicolon. (semi-spacing)
(#564) Requires a space before '}'. (block-spacing)
(#564) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#564) Missing semicolon. (semi)
(#564) Requires a space before '}'. (block-spacing)
(#564) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#564) 'f' used outside of binding context. (block-scoped-var)
(#564) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#564) Operator '&&' must be spaced. (space-infix-ops)
(#564) 'a' used outside of binding context. (block-scoped-var)
(#564) A space is required after ','. (comma-spacing)
(#564) A space is required after ','. (comma-spacing)
(#564) 'b' used outside of binding context. (block-scoped-var)
(#564) Requires a space before '}'. (block-spacing)
(#564) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#564) Missing semicolon. (semi)
(#564) Requires a space before '}'. (block-spacing)
(#564) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#564) Requires a space before '}'. (block-spacing)
(#564) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#564) Missing whitespace after semicolon. (semi-spacing)
(#564) Missing whitespace after semicolon. (semi-spacing)
(#564) Requires a space before '}'. (block-spacing)
(#564) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#564) Missing semicolon. (semi)
(#564) Missing whitespace after semicolon. (semi-spacing)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) Requires a space after '{'. (block-spacing)
(#564) Statement inside of curly braces should be on next line. (brace-style)
(#564) Missing space before opening brace. (space-before-blocks)
(#564) Requires a space before '}'. (block-spacing)
(#564) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#564) Missing semicolon. (semi)
(#564) Missing whitespace after semicolon. (semi-spacing)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) Requires a space after '{'. (block-spacing)
(#564) Statement inside of curly braces should be on next line. (brace-style)
(#564) Missing space before opening brace. (space-before-blocks)
(#564) Operator '=' must be spaced. (space-infix-ops)
(#564) Missing whitespace after semicolon. (semi-spacing)
(#564) Missing whitespace after semicolon. (semi-spacing)
(#564) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#564) Operator '&&' must be spaced. (space-infix-ops)
(#565) This line has a length of 511. Maximum allowed is 132. (max-len)
(#565) Operator '=' must be spaced. (space-infix-ops)
(#565) A space is required after ','. (comma-spacing)
(#565) Requires a space before '}'. (block-spacing)
(#565) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#565) Missing semicolon. (semi)
(#565) Missing whitespace after semicolon. (semi-spacing)
(#565) Operator '=' must be spaced. (space-infix-ops)
(#565) Requires a space after '{'. (block-spacing)
(#565) Statement inside of curly braces should be on next line. (brace-style)
(#565) Missing space before opening brace. (space-before-blocks)
(#565) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#565) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#565) Operator '||' must be spaced. (space-infix-ops)
(#565) Operator '||' must be spaced. (space-infix-ops)
(#565) Operator '||' must be spaced. (space-infix-ops)
(#565) A space is required after ','. (comma-spacing)
(#565) A space is required after ','. (comma-spacing)
(#565) A space is required after ','. (comma-spacing)
(#565) A space is required after ','. (comma-spacing)
(#565) A space is required after ','. (comma-spacing)
(#565) Operator '||' must be spaced. (space-infix-ops)
(#565) A space is required after ','. (comma-spacing)
(#565) Operator '=' must be spaced. (space-infix-ops)
(#565) Requires a space before '}'. (block-spacing)
(#565) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#565) Missing semicolon. (semi)
(#565) Missing whitespace after semicolon. (semi-spacing)
(#565) Operator '=' must be spaced. (space-infix-ops)
(#565) Requires a space after '{'. (block-spacing)
(#565) Statement inside of curly braces should be on next line. (brace-style)
(#565) Missing space before opening brace. (space-before-blocks)
(#565) Operator '=' must be spaced. (space-infix-ops)
(#565) Missing whitespace after semicolon. (semi-spacing)
(#565) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#565) Operator '?' must be spaced. (space-infix-ops)
(#565) Operator '=' must be spaced. (space-infix-ops)
(#565) A space is required after ','. (comma-spacing)
(#565) Operator '=' must be spaced. (space-infix-ops)
(#565) A space is required after ','. (comma-spacing)
(#565) Operator ':' must be spaced. (space-infix-ops)
(#566) This line has a length of 516. Maximum allowed is 132. (max-len)
(#566) Operator '||' must be spaced. (space-infix-ops)
(#566) Requires a space before '}'. (block-spacing)
(#566) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#566) Missing semicolon. (semi)
(#566) Missing whitespace after semicolon. (semi-spacing)
(#566) Operator '=' must be spaced. (space-infix-ops)
(#566) Requires a space after '{'. (block-spacing)
(#566) Statement inside of curly braces should be on next line. (brace-style)
(#566) Missing space before opening brace. (space-before-blocks)
(#566) Expected space(s) after "if". (keyword-spacing)
(#566) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#566) Operator '&&' must be spaced. (space-infix-ops)
(#566) Requires a space after '{'. (block-spacing)
(#566) Statement inside of curly braces should be on next line. (brace-style)
(#566) Missing space before opening brace. (space-before-blocks)
(#566) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#566) Operator '!==' must be spaced. (space-infix-ops)
(#566) Operator '&&' must be spaced. (space-infix-ops)
(#566) A space is required after ','. (comma-spacing)
(#566) A space is required after ','. (comma-spacing)
(#566) A space is required after ','. (comma-spacing)
(#566) Missing whitespace after semicolon. (semi-spacing)
(#566) Expected space(s) after "for". (keyword-spacing)
(#566) Operator '=' must be spaced. (space-infix-ops)
(#566) A space is required after ','. (comma-spacing)
(#566) Operator '=' must be spaced. (space-infix-ops)
(#566) A space is required after ','. (comma-spacing)
(#566) Operator '=' must be spaced. (space-infix-ops)
(#566) Missing whitespace after semicolon. (semi-spacing)
(#566) Operator '<' must be spaced. (space-infix-ops)
(#566) Missing whitespace after semicolon. (semi-spacing)
(#566) Expected { after 'for' condition. (curly)
(#566) Operator '=' must be spaced. (space-infix-ops)
(#566) Missing whitespace after semicolon. (semi-spacing)
(#566) Operator '=' must be spaced. (space-infix-ops)
(#566) Requires a space before '}'. (block-spacing)
(#566) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#566) Missing semicolon. (semi)
(#566) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#566) Expected space(s) before "this". (keyword-spacing)
(#566) Operator '||' must be spaced. (space-infix-ops)
(#566) Requires a space before '}'. (block-spacing)
(#566) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#566) Missing semicolon. (semi)
(#566) Missing whitespace after semicolon. (semi-spacing)
(#566) Operator '=' must be spaced. (space-infix-ops)
(#567) This line has a length of 422. Maximum allowed is 132. (max-len)
(#567) Requires a space after '{'. (block-spacing)
(#567) Statement inside of curly braces should be on next line. (brace-style)
(#567) Missing space before opening brace. (space-before-blocks)
(#567) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#567) Operator '||' must be spaced. (space-infix-ops)
(#567) A space is required after ','. (comma-spacing)
(#567) A space is required after ','. (comma-spacing)
(#567) Operator '&&' must be spaced. (space-infix-ops)
(#567) Operator '?' must be spaced. (space-infix-ops)
(#567) Operator '=' must be spaced. (space-infix-ops)
(#567) A space is required after ','. (comma-spacing)
(#567) Operator '=' must be spaced. (space-infix-ops)
(#567) Operator ':' must be spaced. (space-infix-ops)
(#567) Operator '=' must be spaced. (space-infix-ops)
(#567) A space is required after ','. (comma-spacing)
(#567) Operator '=' must be spaced. (space-infix-ops)
(#567) Requires a space before '}'. (block-spacing)
(#567) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#567) Missing semicolon. (semi)
(#567) Missing whitespace after semicolon. (semi-spacing)
(#567) Operator '=' must be spaced. (space-infix-ops)
(#567) 't' is defined but never used. (no-unused-vars)
(#567) Requires a space after '{'. (block-spacing)
(#567) Statement inside of curly braces should be on next line. (brace-style)
(#567) Missing space before opening brace. (space-before-blocks)
(#567) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#567) Requires a space before '}'. (block-spacing)
(#567) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#567) Missing semicolon. (semi)
(#567) Requires a space before '}'. (block-spacing)
(#567) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#567) Missing semicolon. (semi)
(#567) 'ChemDoodle' is not defined. (no-undef)
(#567) A space is required after ','. (comma-spacing)
(#567) 'ChemDoodle' is not defined. (no-undef)
(#567) A space is required after ','. (comma-spacing)
(#567) 'ChemDoodle' is not defined. (no-undef)
(#567) A space is required after ','. (comma-spacing)
(#567) 'ChemDoodle' is not defined. (no-undef)
(#567) A space is required after ','. (comma-spacing)
(#567) 'ChemDoodle' is not defined. (no-undef)
(#567) A space is required after ','. (comma-spacing)
(#567) 'ChemDoodle' is not defined. (no-undef)
(#567) A space is required after ','. (comma-spacing)
(#568) This line has a length of 521. Maximum allowed is 132. (max-len)
(#568) A space is required after ','. (comma-spacing)
(#568) A space is required after ','. (comma-spacing)
(#568) A space is required after ','. (comma-spacing)
(#568) A space is required after ','. (comma-spacing)
(#568) Requires a space after '{'. (block-spacing)
(#568) Statement inside of curly braces should be on next line. (brace-style)
(#568) Missing space before opening brace. (space-before-blocks)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) Requires a space after '{'. (block-spacing)
(#568) Statement inside of curly braces should be on next line. (brace-style)
(#568) Missing space before opening brace. (space-before-blocks)
(#568) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#568) Missing whitespace after semicolon. (semi-spacing)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) Requires a space before '}'. (block-spacing)
(#568) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#568) Missing semicolon. (semi)
(#568) Missing whitespace after semicolon. (semi-spacing)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) Missing '()' invoking a constructor. (new-parens)
(#568) Missing whitespace after semicolon. (semi-spacing)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) Missing whitespace after semicolon. (semi-spacing)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) 'h' is defined but never used. (no-unused-vars)
(#568) Requires a space after '{'. (block-spacing)
(#568) Statement inside of curly braces should be on next line. (brace-style)
(#568) Missing space before opening brace. (space-before-blocks)
(#568) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#568) Operator '&&' must be spaced. (space-infix-ops)
(#568) Operator '!==' must be spaced. (space-infix-ops)
(#568) Operator '?' must be spaced. (space-infix-ops)
(#568) Operator '||' must be spaced. (space-infix-ops)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) Operator ':' must be spaced. (space-infix-ops)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) A space is required after ','. (comma-spacing)
(#568) Requires a space before '}'. (block-spacing)
(#568) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#568) Missing semicolon. (semi)
(#568) Missing whitespace after semicolon. (semi-spacing)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) Requires a space after '{'. (block-spacing)
(#568) Statement inside of curly braces should be on next line. (brace-style)
(#568) Missing space before opening brace. (space-before-blocks)
(#568) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#568) Operator '&&' must be spaced. (space-infix-ops)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) A space is required after ','. (comma-spacing)
(#568) A space is required after ','. (comma-spacing)
(#568) A space is required after ','. (comma-spacing)
(#568) A space is required after ','. (comma-spacing)
(#568) Operator '!=' must be spaced. (space-infix-ops)
(#568) A space is required after ','. (comma-spacing)
(#568) Requires a space before '}'. (block-spacing)
(#568) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#568) Missing semicolon. (semi)
(#568) Missing whitespace after semicolon. (semi-spacing)
(#568) Operator '=' must be spaced. (space-infix-ops)
(#568) Requires a space after '{'. (block-spacing)
(#568) Statement inside of curly braces should be on next line. (brace-style)
(#568) Missing space before opening brace. (space-before-blocks)
(#568) Expected space(s) after "if". (keyword-spacing)
(#568) Operator '&&' must be spaced. (space-infix-ops)
(#569) This line has a length of 526. Maximum allowed is 132. (max-len)
(#569) Operator '&&' must be spaced. (space-infix-ops)
(#569) Operator '!==' must be spaced. (space-infix-ops)
(#569) Requires a space after '{'. (block-spacing)
(#569) Statement inside of curly braces should be on next line. (brace-style)
(#569) Missing space before opening brace. (space-before-blocks)
(#569) Operator '=' must be spaced. (space-infix-ops)
(#569) Missing whitespace after semicolon. (semi-spacing)
(#569) Expected space(s) after "for". (keyword-spacing)
(#569) Operator '=' must be spaced. (space-infix-ops)
(#569) A space is required after ','. (comma-spacing)
(#569) Operator '=' must be spaced. (space-infix-ops)
(#569) Missing whitespace after semicolon. (semi-spacing)
(#569) Operator '<' must be spaced. (space-infix-ops)
(#569) Missing whitespace after semicolon. (semi-spacing)
(#569) Requires a space after '{'. (block-spacing)
(#569) Statement inside of curly braces should be on next line. (brace-style)
(#569) Missing space before opening brace. (space-before-blocks)
(#569) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#569) Operator '=' must be spaced. (space-infix-ops)
(#569) Missing whitespace after semicolon. (semi-spacing)
(#569) Expected space(s) after "if". (keyword-spacing)
(#569) Expected { after 'if' condition. (curly)
(#569) Expected space(s) before "if". (keyword-spacing)
(#569) Expected space(s) after "if". (keyword-spacing)
(#569) Operator '===' must be spaced. (space-infix-ops)
(#569) Operator '&&' must be spaced. (space-infix-ops)
(#569) Operator '===' must be spaced. (space-infix-ops)
(#569) Expected { after 'if' condition. (curly)
(#569) Expected space(s) before "var". (keyword-spacing)
(#569) Operator '=' must be spaced. (space-infix-ops)
(#569) Missing whitespace after semicolon. (semi-spacing)
(#569) Expected { after 'else'. (curly)
(#569) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#569) Operator '===' must be spaced. (space-infix-ops)
(#569) Operator '&&' must be spaced. (space-infix-ops)
(#569) Operator '===' must be spaced. (space-infix-ops)
(#569) Operator '&&' must be spaced. (space-infix-ops)
(#569) Operator '=' must be spaced. (space-infix-ops)
(#569) A space is required after ','. (comma-spacing)
(#569) Operator '=' must be spaced. (space-infix-ops)
(#569) Missing whitespace after semicolon. (semi-spacing)
(#569) Expected { after 'else'. (curly)
(#569) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#569) Operator '&&' must be spaced. (space-infix-ops)
(#569) Operator '===' must be spaced. (space-infix-ops)
(#569) Operator '&&' must be spaced. (space-infix-ops)
(#569) Operator '===' must be spaced. (space-infix-ops)
(#569) Operator '||' must be spaced. (space-infix-ops)
(#569) Operator '===' must be spaced. (space-infix-ops)
(#569) Operator '&&' must be spaced. (space-infix-ops)
(#569) Operator '===' must be spaced. (space-infix-ops)
(#569) Operator '&&' must be spaced. (space-infix-ops)
(#569) Operator '=' must be spaced. (space-infix-ops)
(#569) A space is required after ','. (comma-spacing)
(#569) Operator '=' must be spaced. (space-infix-ops)
(#569) Requires a space before '}'. (block-spacing)
(#569) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#569) Missing semicolon. (semi)
(#569) 't' used outside of binding context. (block-scoped-var)
(#569) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#569) Operator '?' must be spaced. (space-infix-ops)
(#569) Operator '&&' must be spaced. (space-infix-ops)
(#570) This line has a length of 509. Maximum allowed is 132. (max-len)
(#570) 't' used outside of binding context. (block-scoped-var)
(#570) A space is required after ','. (comma-spacing)
(#570) Operator '=' must be spaced. (space-infix-ops)
(#570) Operator '=' must be spaced. (space-infix-ops)
(#570) A space is required after ','. (comma-spacing)
(#570) Operator ':' must be spaced. (space-infix-ops)
(#570) 't' used outside of binding context. (block-scoped-var)
(#570) Operator '=' must be spaced. (space-infix-ops)
(#570) Operator '==' must be spaced. (space-infix-ops)
(#570) Operator '?' must be spaced. (space-infix-ops)
(#570) A space is required after ','. (comma-spacing)
(#570) Operator ':' must be spaced. (space-infix-ops)
(#570) A space is required after ','. (comma-spacing)
(#570) A space is required after ','. (comma-spacing)
(#570) A space is required after ','. (comma-spacing)
(#570) Operator '=' must be spaced. (space-infix-ops)
(#570) Operator '=' must be spaced. (space-infix-ops)
(#570) A space is required after ','. (comma-spacing)
(#570) A space is required after ','. (comma-spacing)
(#570) 't' used outside of binding context. (block-scoped-var)
(#570) Requires a space before '}'. (block-spacing)
(#570) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#570) Missing semicolon. (semi)
(#570) Requires a space before '}'. (block-spacing)
(#570) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#570) Missing whitespace after semicolon. (semi-spacing)
(#570) Operator '=' must be spaced. (space-infix-ops)
(#570) Requires a space after '{'. (block-spacing)
(#570) Statement inside of curly braces should be on next line. (brace-style)
(#570) Missing space before opening brace. (space-before-blocks)
(#570) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#570) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#570) Operator '&&' must be spaced. (space-infix-ops)
(#570) Operator '=' must be spaced. (space-infix-ops)
(#570) A space is required after ','. (comma-spacing)
(#570) Missing whitespace after semicolon. (semi-spacing)
(#570) A space is required after ','. (comma-spacing)
(#570) A space is required after ','. (comma-spacing)
(#570) Operator '!=' must be spaced. (space-infix-ops)
(#570) Missing whitespace after semicolon. (semi-spacing)
(#570) Requires a space before '}'. (block-spacing)
(#570) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#570) Missing semicolon. (semi)
(#570) Missing whitespace after semicolon. (semi-spacing)
(#570) Operator '=' must be spaced. (space-infix-ops)
(#570) A space is required after ','. (comma-spacing)
(#570) Requires a space after '{'. (block-spacing)
(#570) Statement inside of curly braces should be on next line. (brace-style)
(#570) Missing space before opening brace. (space-before-blocks)
(#570) Expected space(s) after "if". (keyword-spacing)
(#570) Operator '&&' must be spaced. (space-infix-ops)
(#570) Requires a space after '{'. (block-spacing)
(#570) Statement inside of curly braces should be on next line. (brace-style)
(#570) Missing space before opening brace. (space-before-blocks)
(#570) Operator '=' must be spaced. (space-infix-ops)
(#571) This line has a length of 495. Maximum allowed is 132. (max-len)
(#571) Missing whitespace after semicolon. (semi-spacing)
(#571) Operator '=' must be spaced. (space-infix-ops)
(#571) Missing whitespace after semicolon. (semi-spacing)
(#571) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#571) Operator '=' must be spaced. (space-infix-ops)
(#571) Missing whitespace after semicolon. (semi-spacing)
(#571) Operator '=' must be spaced. (space-infix-ops)
(#571) Operator '?' must be spaced. (space-infix-ops)
(#571) Operator ':' must be spaced. (space-infix-ops)
(#571) Missing whitespace after semicolon. (semi-spacing)
(#571) Operator '=' must be spaced. (space-infix-ops)
(#571) Missing whitespace after semicolon. (semi-spacing)
(#571) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#571) Operator '&&' must be spaced. (space-infix-ops)
(#571) Operator '!==' must be spaced. (space-infix-ops)
(#571) Operator '&&' must be spaced. (space-infix-ops)
(#571) Operator '=' must be spaced. (space-infix-ops)
(#571) Operator '?' must be spaced. (space-infix-ops)
(#571) Operator ':' must be spaced. (space-infix-ops)
(#571) Missing whitespace after semicolon. (semi-spacing)
(#571) Missing whitespace after semicolon. (semi-spacing)
(#571) A space is required after ','. (comma-spacing)
(#571) Missing whitespace after semicolon. (semi-spacing)
(#571) A space is required after ','. (comma-spacing)
(#571) Missing whitespace after semicolon. (semi-spacing)
(#571) Missing whitespace after semicolon. (semi-spacing)
(#571) Missing whitespace after semicolon. (semi-spacing)
(#571) Requires a space before '}'. (block-spacing)
(#571) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#571) Missing semicolon. (semi)
(#571) Requires a space before '}'. (block-spacing)
(#571) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#571) Requires a space before '}'. (block-spacing)
(#571) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#571) Missing semicolon. (semi)
(#571) 'ChemDoodle' is not defined. (no-undef)
(#571) A space is required after ','. (comma-spacing)
(#571) 'ChemDoodle' is not defined. (no-undef)
(#571) A space is required after ','. (comma-spacing)
(#571) 'ChemDoodle' is not defined. (no-undef)
(#571) A space is required after ','. (comma-spacing)
(#571) 'ChemDoodle' is not defined. (no-undef)
(#572) This line has a length of 511. Maximum allowed is 132. (max-len)
(#572) A space is required after ','. (comma-spacing)
(#572) A space is required after ','. (comma-spacing)
(#572) A space is required after ','. (comma-spacing)
(#572) 'r' is defined but never used. (no-unused-vars)
(#572) A space is required after ','. (comma-spacing)
(#572) 'p' is defined but never used. (no-unused-vars)
(#572) Requires a space after '{'. (block-spacing)
(#572) Statement inside of curly braces should be on next line. (brace-style)
(#572) Missing space before opening brace. (space-before-blocks)
(#572) Operator '=' must be spaced. (space-infix-ops)
(#572) Requires a space after '{'. (block-spacing)
(#572) Statement inside of curly braces should be on next line. (brace-style)
(#572) Missing space before opening brace. (space-before-blocks)
(#572) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#572) Requires a space before '}'. (block-spacing)
(#572) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#572) Missing semicolon. (semi)
(#572) Missing whitespace after semicolon. (semi-spacing)
(#572) Operator '=' must be spaced. (space-infix-ops)
(#572) Operator '=' must be spaced. (space-infix-ops)
(#572) Missing '()' invoking a constructor. (new-parens)
(#572) Missing whitespace after semicolon. (semi-spacing)
(#572) Operator '=' must be spaced. (space-infix-ops)
(#572) 'h' is defined but never used. (no-unused-vars)
(#572) Requires a space after '{'. (block-spacing)
(#572) Statement inside of curly braces should be on next line. (brace-style)
(#572) Missing space before opening brace. (space-before-blocks)
(#572) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#572) Operator '&&' must be spaced. (space-infix-ops)
(#572) Operator '?' must be spaced. (space-infix-ops)
(#572) A space is required after ','. (comma-spacing)
(#572) Operator ':' must be spaced. (space-infix-ops)
(#572) Operator '&&' must be spaced. (space-infix-ops)
(#572) A space is required after ','. (comma-spacing)
(#572) Requires a space before '}'. (block-spacing)
(#572) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#572) Missing semicolon. (semi)
(#572) Missing whitespace after semicolon. (semi-spacing)
(#572) Operator '=' must be spaced. (space-infix-ops)
(#573) This line has a length of 143. Maximum allowed is 132. (max-len)
(#573) Requires a space after '{'. (block-spacing)
(#573) Statement inside of curly braces should be on next line. (brace-style)
(#573) Missing space before opening brace. (space-before-blocks)
(#573) A space is required after ','. (comma-spacing)
(#573) A space is required after ','. (comma-spacing)
(#573) A space is required after ','. (comma-spacing)
(#573) Requires a space before '}'. (block-spacing)
(#573) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#573) Missing semicolon. (semi)
(#573) Requires a space before '}'. (block-spacing)
(#573) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#573) Missing semicolon. (semi)
(#573) 'ChemDoodle' is not defined. (no-undef)
(#573) A space is required after ','. (comma-spacing)
(#573) 'ChemDoodle' is not defined. (no-undef)
(#573) A space is required after ','. (comma-spacing)
(#573) 'ChemDoodle' is not defined. (no-undef)
(#573) A space is required after ','. (comma-spacing)
(#573) 'ChemDoodle' is not defined. (no-undef)
(#574) This line has a length of 422. Maximum allowed is 132. (max-len)
(#574) A space is required after ','. (comma-spacing)
(#574) A space is required after ','. (comma-spacing)
(#574) 'v' is defined but never used. (no-unused-vars)
(#574) Requires a space after '{'. (block-spacing)
(#574) Statement inside of curly braces should be on next line. (brace-style)
(#574) Missing space before opening brace. (space-before-blocks)
(#574) Operator '=' must be spaced. (space-infix-ops)
(#574) Requires a space after '{'. (block-spacing)
(#574) Statement inside of curly braces should be on next line. (brace-style)
(#574) Missing space before opening brace. (space-before-blocks)
(#574) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#574) Requires a space before '}'. (block-spacing)
(#574) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#574) Missing semicolon. (semi)
(#574) Missing whitespace after semicolon. (semi-spacing)
(#574) Operator '=' must be spaced. (space-infix-ops)
(#574) Operator '=' must be spaced. (space-infix-ops)
(#574) Missing '()' invoking a constructor. (new-parens)
(#574) Missing whitespace after semicolon. (semi-spacing)
(#574) Operator '=' must be spaced. (space-infix-ops)
(#574) Missing whitespace after semicolon. (semi-spacing)
(#574) Operator '=' must be spaced. (space-infix-ops)
(#574) 'r' is defined but never used. (no-unused-vars)
(#574) Requires a space after '{'. (block-spacing)
(#574) Statement inside of curly braces should be on next line. (brace-style)
(#574) Missing space before opening brace. (space-before-blocks)
(#574) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#574) Operator '>' must be spaced. (space-infix-ops)
(#574) Operator '&&' must be spaced. (space-infix-ops)
(#574) Operator '>' must be spaced. (space-infix-ops)
(#574) Operator '||' must be spaced. (space-infix-ops)
(#574) Operator '&&' must be spaced. (space-infix-ops)
(#574) A space is required after ','. (comma-spacing)
(#574) Requires a space before '}'. (block-spacing)
(#574) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#574) Missing semicolon. (semi)
(#574) Missing whitespace after semicolon. (semi-spacing)
(#574) Operator '=' must be spaced. (space-infix-ops)
(#574) Requires a space after '{'. (block-spacing)
(#574) Statement inside of curly braces should be on next line. (brace-style)
(#574) Missing space before opening brace. (space-before-blocks)
(#574) A space is required after ','. (comma-spacing)
(#574) A space is required after ','. (comma-spacing)
(#574) Requires a space before '}'. (block-spacing)
(#574) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#574) Missing semicolon. (semi)
(#574) Requires a space before '}'. (block-spacing)
(#574) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#574) Missing semicolon. (semi)
(#574) 'ChemDoodle' is not defined. (no-undef)
(#574) A space is required after ','. (comma-spacing)
(#574) 'ChemDoodle' is not defined. (no-undef)
(#575) This line has a length of 506. Maximum allowed is 132. (max-len)
(#575) A space is required after ','. (comma-spacing)
(#575) A space is required after ','. (comma-spacing)
(#575) A space is required after ','. (comma-spacing)
(#575) A space is required after ','. (comma-spacing)
(#575) A space is required after ','. (comma-spacing)
(#575) A space is required after ','. (comma-spacing)
(#575) A space is required after ','. (comma-spacing)
(#575) Requires a space after '{'. (block-spacing)
(#575) Statement inside of curly braces should be on next line. (brace-style)
(#575) Missing space before opening brace. (space-before-blocks)
(#575) Missing JSDoc comment. (require-jsdoc)
(#575) A space is required after ','. (comma-spacing)
(#575) A space is required after ','. (comma-spacing)
(#575) A space is required after ','. (comma-spacing)
(#575) A space is required after ','. (comma-spacing)
(#575) A space is required after ','. (comma-spacing)
(#575) Requires a space after '{'. (block-spacing)
(#575) Statement inside of curly braces should be on next line. (brace-style)
(#575) Missing space before opening brace. (space-before-blocks)
(#575) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#575) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#575) Operator '&&' must be spaced. (space-infix-ops)
(#575) Operator '===' must be spaced. (space-infix-ops)
(#575) Operator '&&' must be spaced. (space-infix-ops)
(#575) Operator '=' must be spaced. (space-infix-ops)
(#575) A space is required after ','. (comma-spacing)
(#575) A space is required after ','. (comma-spacing)
(#575) Operator '<' must be spaced. (space-infix-ops)
(#575) Operator '?' must be spaced. (space-infix-ops)
(#575) A space is required after ','. (comma-spacing)
(#575) A space is required after ','. (comma-spacing)
(#575) Operator '+' must be spaced. (space-infix-ops)
(#575) A space is required after ','. (comma-spacing)
(#575) Operator '-' must be spaced. (space-infix-ops)
(#575) A space is required after ','. (comma-spacing)
(#575) Operator '+' must be spaced. (space-infix-ops)
(#575) A space is required after ','. (comma-spacing)
(#575) Operator ':' must be spaced. (space-infix-ops)
(#575) A space is required after ','. (comma-spacing)
(#575) Operator '+' must be spaced. (space-infix-ops)
(#575) A space is required after ','. (comma-spacing)
(#575) Operator '+' must be spaced. (space-infix-ops)
(#575) A space is required after ','. (comma-spacing)
(#575) Operator '+' must be spaced. (space-infix-ops)
(#575) A space is required after ','. (comma-spacing)
(#575) Operator '+' must be spaced. (space-infix-ops)
(#575) A space is required after ','. (comma-spacing)
(#575) Operator '+' must be spaced. (space-infix-ops)
(#575) A space is required after ','. (comma-spacing)
(#575) A space is required after ','. (comma-spacing)
(#575) Missing whitespace after semicolon. (semi-spacing)
(#575) Operator '=' must be spaced. (space-infix-ops)
(#575) Missing whitespace after semicolon. (semi-spacing)
(#575) Missing whitespace after semicolon. (semi-spacing)
(#575) A space is required after ','. (comma-spacing)
(#575) Missing whitespace after semicolon. (semi-spacing)
(#575) Operator '+' must be spaced. (space-infix-ops)
(#575) A space is required after ','. (comma-spacing)
(#575) Operator '-' must be spaced. (space-infix-ops)
(#575) Missing whitespace after semicolon. (semi-spacing)
(#575) Operator '+' must be spaced. (space-infix-ops)
(#575) A space is required after ','. (comma-spacing)
(#575) Missing whitespace after semicolon. (semi-spacing)
(#575) A space is required after ','. (comma-spacing)
(#575) Operator '+' must be spaced. (space-infix-ops)
(#575) Missing whitespace after semicolon. (semi-spacing)
(#575) Operator '+' must be spaced. (space-infix-ops)
(#575) A space is required after ','. (comma-spacing)
(#575) Operator '+' must be spaced. (space-infix-ops)
(#575) Missing whitespace after semicolon. (semi-spacing)
(#575) Operator '+' must be spaced. (space-infix-ops)
(#575) A space is required after ','. (comma-spacing)
(#575) Operator '+' must be spaced. (space-infix-ops)
(#575) Missing whitespace after semicolon. (semi-spacing)
(#575) Requires a space before '}'. (block-spacing)
(#575) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#575) Missing semicolon. (semi)
(#575) Operator '=' must be spaced. (space-infix-ops)
(#575) Requires a space after '{'. (block-spacing)
(#575) Statement inside of curly braces should be on next line. (brace-style)
(#575) Missing space before opening brace. (space-before-blocks)
(#575) Missing whitespace after semicolon. (semi-spacing)
(#575) Operator '=' must be spaced. (space-infix-ops)
(#575) Requires a space before '}'. (block-spacing)
(#575) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#575) Missing semicolon. (semi)
(#575) Missing whitespace after semicolon. (semi-spacing)
(#575) Operator '=' must be spaced. (space-infix-ops)
(#575) Operator '=' must be spaced. (space-infix-ops)
(#575) Missing '()' invoking a constructor. (new-parens)
(#576) This line has a length of 512. Maximum allowed is 132. (max-len)
(#576) Operator '=' must be spaced. (space-infix-ops)
(#576) Missing whitespace after semicolon. (semi-spacing)
(#576) Operator '=' must be spaced. (space-infix-ops)
(#576) Missing whitespace after semicolon. (semi-spacing)
(#576) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#576) Operator '=' must be spaced. (space-infix-ops)
(#576) Requires a space after '{'. (block-spacing)
(#576) Statement inside of curly braces should be on next line. (brace-style)
(#576) Missing space before opening brace. (space-before-blocks)
(#576) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#576) Operator '||' must be spaced. (space-infix-ops)
(#576) Requires a space before '}'. (block-spacing)
(#576) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#576) Missing semicolon. (semi)
(#576) Missing whitespace after semicolon. (semi-spacing)
(#576) Operator '=' must be spaced. (space-infix-ops)
(#576) 'u' is defined but never used. (no-unused-vars)
(#576) Requires a space after '{'. (block-spacing)
(#576) Statement inside of curly braces should be on next line. (brace-style)
(#576) Missing space before opening brace. (space-before-blocks)
(#576) Operator '=' must be spaced. (space-infix-ops)
(#576) Missing whitespace after semicolon. (semi-spacing)
(#576) Requires a space before '}'. (block-spacing)
(#576) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#576) Missing semicolon. (semi)
(#576) Missing whitespace after semicolon. (semi-spacing)
(#576) Operator '=' must be spaced. (space-infix-ops)
(#576) Requires a space after '{'. (block-spacing)
(#576) Statement inside of curly braces should be on next line. (brace-style)
(#576) Missing space before opening brace. (space-before-blocks)
(#576) Operator '=' must be spaced. (space-infix-ops)
(#576) Missing whitespace after semicolon. (semi-spacing)
(#576) Expected space(s) after "if". (keyword-spacing)
(#576) Operator '===' must be spaced. (space-infix-ops)
(#576) Requires a space after '{'. (block-spacing)
(#576) Statement inside of curly braces should be on next line. (brace-style)
(#576) Missing space before opening brace. (space-before-blocks)
(#576) Expected space(s) after "for". (keyword-spacing)
(#576) Operator '=' must be spaced. (space-infix-ops)
(#576) A space is required after ','. (comma-spacing)
(#576) Operator '=' must be spaced. (space-infix-ops)
(#576) Missing whitespace after semicolon. (semi-spacing)
(#576) Operator '<' must be spaced. (space-infix-ops)
(#576) Missing whitespace after semicolon. (semi-spacing)
(#576) Requires a space after '{'. (block-spacing)
(#576) Statement inside of curly braces should be on next line. (brace-style)
(#576) Missing space before opening brace. (space-before-blocks)
(#576) Operator '=' must be spaced. (space-infix-ops)
(#576) Missing whitespace after semicolon. (semi-spacing)
(#576) Expected space(s) after "if". (keyword-spacing)
(#576) Requires a space after '{'. (block-spacing)
(#576) Statement inside of curly braces should be on next line. (brace-style)
(#576) Missing space before opening brace. (space-before-blocks)
(#576) Operator '=' must be spaced. (space-infix-ops)
(#576) A space is required after ','. (comma-spacing)
(#576) A space is required after ','. (comma-spacing)
(#576) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#576) Operator '=' must be spaced. (space-infix-ops)
(#576) A space is required after ','. (comma-spacing)
(#576) A space is required after ','. (comma-spacing)
(#576) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#576) Operator '=' must be spaced. (space-infix-ops)
(#576) A space is required after ','. (comma-spacing)
(#576) A space is required after ','. (comma-spacing)
(#576) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#576) Operator '=' must be spaced. (space-infix-ops)
(#576) A space is required after ','. (comma-spacing)
(#576) A space is required after ','. (comma-spacing)
(#576) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#576) Operator '=' must be spaced. (space-infix-ops)
(#576) Missing whitespace after semicolon. (semi-spacing)
(#576) Missing space before value for key 'x'. (key-spacing)
(#576) Operator '+' must be spaced. (space-infix-ops)
(#577) This line has a length of 508. Maximum allowed is 132. (max-len)
(#577) A space is required after ','. (comma-spacing)
(#577) Missing space before value for key 'y'. (key-spacing)
(#577) Operator '+' must be spaced. (space-infix-ops)
(#577) A space is required after ','. (comma-spacing)
(#577) Missing space before value for key 'v'. (key-spacing)
(#577) Missing whitespace after semicolon. (semi-spacing)
(#577) Missing space before value for key 'x'. (key-spacing)
(#577) Operator '+' must be spaced. (space-infix-ops)
(#577) A space is required after ','. (comma-spacing)
(#577) Missing space before value for key 'y'. (key-spacing)
(#577) Operator '+' must be spaced. (space-infix-ops)
(#577) A space is required after ','. (comma-spacing)
(#577) Missing space before value for key 'v'. (key-spacing)
(#577) Missing whitespace after semicolon. (semi-spacing)
(#577) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#577) Missing space before value for key 'x'. (key-spacing)
(#577) Operator '-' must be spaced. (space-infix-ops)
(#577) A space is required after ','. (comma-spacing)
(#577) Missing space before value for key 'y'. (key-spacing)
(#577) Operator '+' must be spaced. (space-infix-ops)
(#577) Operator '/' must be spaced. (space-infix-ops)
(#577) Operator '+' must be spaced. (space-infix-ops)
(#577) A space is required after ','. (comma-spacing)
(#577) Missing space before value for key 'v'. (key-spacing)
(#577) Missing whitespace after semicolon. (semi-spacing)
(#577) Operator '=' must be spaced. (space-infix-ops)
(#577) Missing whitespace after semicolon. (semi-spacing)
(#577) Expected space(s) after "for". (keyword-spacing)
(#577) Operator '=' must be spaced. (space-infix-ops)
(#577) Missing whitespace after semicolon. (semi-spacing)
(#577) Operator '<' must be spaced. (space-infix-ops)
(#577) Missing whitespace after semicolon. (semi-spacing)
(#577) Expected { after 'for' condition. (curly)
(#577) Expected space(s) before "if". (keyword-spacing)
(#577) Expected space(s) after "if". (keyword-spacing)
(#577) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#577) Operator '=' must be spaced. (space-infix-ops)
(#577) Unexpected use of comma operator. (no-sequences)
(#577) A space is required after ','. (comma-spacing)
(#577) A space is required after ','. (comma-spacing)
(#577) A space is required after ','. (comma-spacing)
(#577) Operator '+' must be spaced. (space-infix-ops)
(#577) Operator '&&' must be spaced. (space-infix-ops)
(#577) A space is required after ','. (comma-spacing)
(#577) Operator '-' must be spaced. (space-infix-ops)
(#577) A space is required after ','. (comma-spacing)
(#577) Requires a space after '{'. (block-spacing)
(#577) Statement inside of curly braces should be on next line. (brace-style)
(#577) Missing space before opening brace. (space-before-blocks)
(#577) Operator '=' must be spaced. (space-infix-ops)
(#577) Missing space before value for key 's'. (key-spacing)
(#577) A space is required after ','. (comma-spacing)
(#577) Missing space before value for key 't'. (key-spacing)
(#577) Missing whitespace after semicolon. (semi-spacing)
(#577) Requires a space before '}'. (block-spacing)
(#577) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#577) Missing semicolon. (semi)
(#577) Expected space(s) before "else". (keyword-spacing)
(#577) Expected space(s) after "if". (keyword-spacing)
(#577) A space is required after ','. (comma-spacing)
(#577) A space is required after ','. (comma-spacing)
(#577) Operator '+' must be spaced. (space-infix-ops)
(#577) Operator '&&' must be spaced. (space-infix-ops)
(#577) A space is required after ','. (comma-spacing)
(#577) Operator '+' must be spaced. (space-infix-ops)
(#577) A space is required after ','. (comma-spacing)
(#577) Operator '+' must be spaced. (space-infix-ops)
(#577) Requires a space after '{'. (block-spacing)
(#577) Statement inside of curly braces should be on next line. (brace-style)
(#577) Missing space before opening brace. (space-before-blocks)
(#577) Operator '=' must be spaced. (space-infix-ops)
(#577) Missing space before value for key 's'. (key-spacing)
(#577) A space is required after ','. (comma-spacing)
(#577) Missing space before value for key 't'. (key-spacing)
(#577) Operator '*' must be spaced. (space-infix-ops)
(#577) Missing whitespace after semicolon. (semi-spacing)
(#577) Requires a space before '}'. (block-spacing)
(#577) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#577) Missing semicolon. (semi)
(#577) Expected space(s) before "if". (keyword-spacing)
(#577) Expected space(s) after "if". (keyword-spacing)
(#577) Expected { after 'if' condition. (curly)
(#577) Expected space(s) before "break". (keyword-spacing)
(#577) Requires a space before '}'. (block-spacing)
(#577) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#577) Missing semicolon. (semi)
(#577) Requires a space before '}'. (block-spacing)
(#577) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#577) Expected space(s) before "this". (keyword-spacing)
(#577) Requires a space before '}'. (block-spacing)
(#577) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#577) Missing semicolon. (semi)
(#577) Requires a space before '}'. (block-spacing)
(#577) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#577) Missing whitespace after semicolon. (semi-spacing)
(#577) Operator '=' must be spaced. (space-infix-ops)
(#577) Requires a space after '{'. (block-spacing)
(#577) Statement inside of curly braces should be on next line. (brace-style)
(#577) Missing space before opening brace. (space-before-blocks)
(#577) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#577) Operator '?' must be spaced. (space-infix-ops)
(#577) A space is required after ','. (comma-spacing)
(#578) This line has a length of 504. Maximum allowed is 132. (max-len)
(#578) Operator ':' must be spaced. (space-infix-ops)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) A space is required after ','. (comma-spacing)
(#578) Requires a space before '}'. (block-spacing)
(#578) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#578) Missing semicolon. (semi)
(#578) Missing whitespace after semicolon. (semi-spacing)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) Requires a space after '{'. (block-spacing)
(#578) Statement inside of curly braces should be on next line. (brace-style)
(#578) Missing space before opening brace. (space-before-blocks)
(#578) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) A space is required after ','. (comma-spacing)
(#578) Missing whitespace after semicolon. (semi-spacing)
(#578) Expected space(s) after "if". (keyword-spacing)
(#578) Operator '===' must be spaced. (space-infix-ops)
(#578) Requires a space after '{'. (block-spacing)
(#578) Statement inside of curly braces should be on next line. (brace-style)
(#578) Missing space before opening brace. (space-before-blocks)
(#578) Expected space(s) after "if". (keyword-spacing)
(#578) Requires a space after '{'. (block-spacing)
(#578) Statement inside of curly braces should be on next line. (brace-style)
(#578) Missing space before opening brace. (space-before-blocks)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) Operator '-' must be spaced. (space-infix-ops)
(#578) Missing whitespace after semicolon. (semi-spacing)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) Operator '-' must be spaced. (space-infix-ops)
(#578) Missing whitespace after semicolon. (semi-spacing)
(#578) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#578) Operator '>' must be spaced. (space-infix-ops)
(#578) Operator '&&' must be spaced. (space-infix-ops)
(#578) Operator '<' must be spaced. (space-infix-ops)
(#578) Operator '?' must be spaced. (space-infix-ops)
(#578) Operator '*=' must be spaced. (space-infix-ops)
(#578) Operator ':' must be spaced. (space-infix-ops)
(#578) Operator '<' must be spaced. (space-infix-ops)
(#578) Operator '&&' must be spaced. (space-infix-ops)
(#578) Operator '>' must be spaced. (space-infix-ops)
(#578) Operator '&&' must be spaced. (space-infix-ops)
(#578) Operator '*=' must be spaced. (space-infix-ops)
(#578) Missing whitespace after semicolon. (semi-spacing)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) Missing whitespace after semicolon. (semi-spacing)
(#578) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#578) Operator '<' must be spaced. (space-infix-ops)
(#578) Operator '&&' must be spaced. (space-infix-ops)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) Missing whitespace after semicolon. (semi-spacing)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) Operator '+' must be spaced. (space-infix-ops)
(#578) Missing whitespace after semicolon. (semi-spacing)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) Operator '+' must be spaced. (space-infix-ops)
(#578) Requires a space before '}'. (block-spacing)
(#578) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#578) Missing semicolon. (semi)
(#578) Requires a space before '}'. (block-spacing)
(#578) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#578) Expected space(s) before "else". (keyword-spacing)
(#578) Expected { after 'else'. (curly)
(#578) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#578) Operator '||' must be spaced. (space-infix-ops)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) A space is required after ','. (comma-spacing)
(#578) 'k' used outside of binding context. (block-scoped-var)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) A space is required after ','. (comma-spacing)
(#578) Operator '||' must be spaced. (space-infix-ops)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) Operator '+' must be spaced. (space-infix-ops)
(#578) Operator '/' must be spaced. (space-infix-ops)
(#578) Operator '/' must be spaced. (space-infix-ops)
(#578) Operator '/' must be spaced. (space-infix-ops)
(#578) Operator '*' must be spaced. (space-infix-ops)
(#578) Operator '/' must be spaced. (space-infix-ops)
(#578) A space is required after ','. (comma-spacing)
(#578) Operator '=' must be spaced. (space-infix-ops)
(#578) Operator '+' must be spaced. (space-infix-ops)
(#579) This line has a length of 501. Maximum allowed is 132. (max-len)
(#579) 'k' used outside of binding context. (block-scoped-var)
(#579) Operator '*' must be spaced. (space-infix-ops)
(#579) A space is required after ','. (comma-spacing)
(#579) Operator '=' must be spaced. (space-infix-ops)
(#579) Operator '-' must be spaced. (space-infix-ops)
(#579) 'k' used outside of binding context. (block-scoped-var)
(#579) Operator '*' must be spaced. (space-infix-ops)
(#579) Missing whitespace after semicolon. (semi-spacing)
(#579) Requires a space before '}'. (block-spacing)
(#579) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#579) Missing semicolon. (semi)
(#579) Missing whitespace after semicolon. (semi-spacing)
(#579) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#579) Operator '=' must be spaced. (space-infix-ops)
(#579) 'u' is defined but never used. (no-unused-vars)
(#579) Requires a space after '{'. (block-spacing)
(#579) Statement inside of curly braces should be on next line. (brace-style)
(#579) Missing space before opening brace. (space-before-blocks)
(#579) Expected space(s) after "if". (keyword-spacing)
(#579) Operator '&&' must be spaced. (space-infix-ops)
(#579) Requires a space after '{'. (block-spacing)
(#579) Statement inside of curly braces should be on next line. (brace-style)
(#579) Missing space before opening brace. (space-before-blocks)
(#579) Expected space(s) after "if". (keyword-spacing)
(#579) Operator '<' must be spaced. (space-infix-ops)
(#579) Expected { after 'if' condition. (curly)
(#579) Expected space(s) before "if". (keyword-spacing)
(#579) Expected space(s) after "if". (keyword-spacing)
(#579) Operator '>=' must be spaced. (space-infix-ops)
(#579) Operator '&&' must be spaced. (space-infix-ops)
(#579) Operator '<=' must be spaced. (space-infix-ops)
(#579) Requires a space after '{'. (block-spacing)
(#579) Statement inside of curly braces should be on next line. (brace-style)
(#579) Missing space before opening brace. (space-before-blocks)
(#579) Operator '=' must be spaced. (space-infix-ops)
(#579) A space is required after ','. (comma-spacing)
(#579) Missing whitespace after semicolon. (semi-spacing)
(#579) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#579) Do not nest ternary expressions. (no-nested-ternary)
(#579) Operator '===' must be spaced. (space-infix-ops)
(#579) Operator '?' must be spaced. (space-infix-ops)
(#579) Operator '=' must be spaced. (space-infix-ops)
(#579) Operator ':' must be spaced. (space-infix-ops)
(#579) Do not nest ternary expressions. (no-nested-ternary)
(#579) Operator '===' must be spaced. (space-infix-ops)
(#579) Operator '?' must be spaced. (space-infix-ops)
(#579) Operator '=' must be spaced. (space-infix-ops)
(#579) Operator ':' must be spaced. (space-infix-ops)
(#579) Operator '===' must be spaced. (space-infix-ops)
(#579) Operator '?' must be spaced. (space-infix-ops)
(#580) This line has a length of 513. Maximum allowed is 132. (max-len)
(#580) Operator '=' must be spaced. (space-infix-ops)
(#580) Operator ':' must be spaced. (space-infix-ops)
(#580) Operator '===' must be spaced. (space-infix-ops)
(#580) Operator '&&' must be spaced. (space-infix-ops)
(#580) Operator '=' must be spaced. (space-infix-ops)
(#580) Requires a space before '}'. (block-spacing)
(#580) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#580) Missing semicolon. (semi)
(#580) Expected space(s) before "else". (keyword-spacing)
(#580) Expected { after 'else'. (curly)
(#580) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#580) Operator '===' must be spaced. (space-infix-ops)
(#580) Operator '&&' must be spaced. (space-infix-ops)
(#580) 'k' used outside of binding context. (block-scoped-var)
(#580) Operator '=' must be spaced. (space-infix-ops)
(#580) A space is required after ','. (comma-spacing)
(#580) Missing whitespace after semicolon. (semi-spacing)
(#580) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#580) Operator '=' must be spaced. (space-infix-ops)
(#580) Operator '=' must be spaced. (space-infix-ops)
(#580) Missing whitespace after semicolon. (semi-spacing)
(#580) 'k' used outside of binding context. (block-scoped-var)
(#580) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#580) Operator '&&' must be spaced. (space-infix-ops)
(#580) A space is required after ','. (comma-spacing)
(#580) 'k' used outside of binding context. (block-scoped-var)
(#580) Requires a space before '}'. (block-spacing)
(#580) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#580) Missing semicolon. (semi)
(#580) Requires a space before '}'. (block-spacing)
(#580) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#580) Missing whitespace after semicolon. (semi-spacing)
(#580) Operator '=' must be spaced. (space-infix-ops)
(#580) A space is required after ','. (comma-spacing)
(#580) Requires a space after '{'. (block-spacing)
(#580) Statement inside of curly braces should be on next line. (brace-style)
(#580) Missing space before opening brace. (space-before-blocks)
(#580) Expected space(s) after "if". (keyword-spacing)
(#580) Operator '&&' must be spaced. (space-infix-ops)
(#580) Expected { after 'if' condition. (curly)
(#580) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#580) Operator '=' must be spaced. (space-infix-ops)
(#580) Unexpected use of comma operator. (no-sequences)
(#580) A space is required after ','. (comma-spacing)
(#580) Operator '=' must be spaced. (space-infix-ops)
(#580) A space is required after ','. (comma-spacing)
(#580) Operator '=' must be spaced. (space-infix-ops)
(#580) A space is required after ','. (comma-spacing)
(#580) A space is required after ','. (comma-spacing)
(#580) A space is required after ','. (comma-spacing)
(#580) A space is required after ','. (comma-spacing)
(#580) Operator '===' must be spaced. (space-infix-ops)
(#580) Operator '?' must be spaced. (space-infix-ops)
(#581) This line has a length of 511. Maximum allowed is 132. (max-len)
(#581) A space is required after ','. (comma-spacing)
(#581) A space is required after ','. (comma-spacing)
(#581) A space is required after ','. (comma-spacing)
(#581) A space is required after ','. (comma-spacing)
(#581) A space is required after ','. (comma-spacing)
(#581) A space is required after ','. (comma-spacing)
(#581) A space is required after ','. (comma-spacing)
(#581) Operator ':' must be spaced. (space-infix-ops)
(#581) A space is required after ','. (comma-spacing)
(#581) A space is required after ','. (comma-spacing)
(#581) A space is required after ','. (comma-spacing)
(#581) A space is required after ','. (comma-spacing)
(#581) Missing whitespace after semicolon. (semi-spacing)
(#581) Expected space(s) after "if". (keyword-spacing)
(#581) Operator '===' must be spaced. (space-infix-ops)
(#581) Requires a space after '{'. (block-spacing)
(#581) Statement inside of curly braces should be on next line. (brace-style)
(#581) Missing space before opening brace. (space-before-blocks)
(#581) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#581) Operator '=' must be spaced. (space-infix-ops)
(#581) Missing whitespace after semicolon. (semi-spacing)
(#581) Operator '=' must be spaced. (space-infix-ops)
(#581) Missing whitespace after semicolon. (semi-spacing)
(#581) Operator '=' must be spaced. (space-infix-ops)
(#581) Missing whitespace after semicolon. (semi-spacing)
(#581) Expected space(s) after "for". (keyword-spacing)
(#581) Operator '=' must be spaced. (space-infix-ops)
(#581) A space is required after ','. (comma-spacing)
(#581) Operator '=' must be spaced. (space-infix-ops)
(#581) Missing whitespace after semicolon. (semi-spacing)
(#581) Operator '<' must be spaced. (space-infix-ops)
(#581) Missing whitespace after semicolon. (semi-spacing)
(#581) Requires a space after '{'. (block-spacing)
(#581) Statement inside of curly braces should be on next line. (brace-style)
(#581) Missing space before opening brace. (space-before-blocks)
(#581) Operator '=' must be spaced. (space-infix-ops)
(#581) Missing whitespace after semicolon. (semi-spacing)
(#581) Expected space(s) after "if". (keyword-spacing)
(#581) Requires a space after '{'. (block-spacing)
(#581) Statement inside of curly braces should be on next line. (brace-style)
(#581) Missing space before opening brace. (space-before-blocks)
(#581) Operator '=' must be spaced. (space-infix-ops)
(#581) A space is required after ','. (comma-spacing)
(#581) A space is required after ','. (comma-spacing)
(#581) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#581) Operator '=' must be spaced. (space-infix-ops)
(#581) A space is required after ','. (comma-spacing)
(#581) A space is required after ','. (comma-spacing)
(#581) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#581) Operator '=' must be spaced. (space-infix-ops)
(#581) A space is required after ','. (comma-spacing)
(#581) A space is required after ','. (comma-spacing)
(#581) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#581) Operator '=' must be spaced. (space-infix-ops)
(#582) This line has a length of 439. Maximum allowed is 132. (max-len)
(#582) Missing whitespace after semicolon. (semi-spacing)
(#582) Operator '=' must be spaced. (space-infix-ops)
(#582) Operator '&&' must be spaced. (space-infix-ops)
(#582) Operator '===' must be spaced. (space-infix-ops)
(#582) Operator '?' must be spaced. (space-infix-ops)
(#582) Operator ':' must be spaced. (space-infix-ops)
(#582) Missing whitespace after semicolon. (semi-spacing)
(#582) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#582) A space is required after ','. (comma-spacing)
(#582) A space is required after ','. (comma-spacing)
(#582) Operator '+' must be spaced. (space-infix-ops)
(#582) A space is required after ','. (comma-spacing)
(#582) Operator '+' must be spaced. (space-infix-ops)
(#582) A space is required after ','. (comma-spacing)
(#582) A space is required after ','. (comma-spacing)
(#582) Missing whitespace after semicolon. (semi-spacing)
(#582) A space is required after ','. (comma-spacing)
(#582) A space is required after ','. (comma-spacing)
(#582) Operator '+' must be spaced. (space-infix-ops)
(#582) A space is required after ','. (comma-spacing)
(#582) Operator '+' must be spaced. (space-infix-ops)
(#582) A space is required after ','. (comma-spacing)
(#582) A space is required after ','. (comma-spacing)
(#582) Missing whitespace after semicolon. (semi-spacing)
(#582) A space is required after ','. (comma-spacing)
(#582) A space is required after ','. (comma-spacing)
(#582) Operator '-' must be spaced. (space-infix-ops)
(#582) A space is required after ','. (comma-spacing)
(#582) Operator '+' must be spaced. (space-infix-ops)
(#582) Operator '/' must be spaced. (space-infix-ops)
(#582) Operator '+' must be spaced. (space-infix-ops)
(#582) A space is required after ','. (comma-spacing)
(#582) A space is required after ','. (comma-spacing)
(#582) Requires a space before '}'. (block-spacing)
(#582) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#582) Missing semicolon. (semi)
(#582) Requires a space before '}'. (block-spacing)
(#582) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#582) Requires a space before '}'. (block-spacing)
(#582) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#582) Requires a space before '}'. (block-spacing)
(#582) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#582) Missing whitespace after semicolon. (semi-spacing)
(#582) Operator '=' must be spaced. (space-infix-ops)
(#582) Missing whitespace after semicolon. (semi-spacing)
(#582) Operator '=' must be spaced. (space-infix-ops)
(#582) Missing whitespace after semicolon. (semi-spacing)
(#582) Operator '=' must be spaced. (space-infix-ops)
(#582) Missing whitespace after semicolon. (semi-spacing)
(#582) Operator '=' must be spaced. (space-infix-ops)
(#582) Missing whitespace after semicolon. (semi-spacing)
(#582) Operator '=' must be spaced. (space-infix-ops)
(#582) Missing whitespace after semicolon. (semi-spacing)
(#582) Operator '=' must be spaced. (space-infix-ops)
(#582) Requires a space before '}'. (block-spacing)
(#582) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#582) Missing semicolon. (semi)
(#582) 'ChemDoodle' is not defined. (no-undef)
(#582) A space is required after ','. (comma-spacing)
(#582) 'ChemDoodle' is not defined. (no-undef)
(#582) A space is required after ','. (comma-spacing)
(#582) 'ChemDoodle' is not defined. (no-undef)
(#582) A space is required after ','. (comma-spacing)
(#582) 'ChemDoodle' is not defined. (no-undef)
(#582) A space is required after ','. (comma-spacing)
(#582) 'ChemDoodle' is not defined. (no-undef)
(#582) A space is required after ','. (comma-spacing)
(#582) 'ChemDoodle' is not defined. (no-undef)
(#582) A space is required after ','. (comma-spacing)
(#583) This line has a length of 521. Maximum allowed is 132. (max-len)
(#583) A space is required after ','. (comma-spacing)
(#583) A space is required after ','. (comma-spacing)
(#583) A space is required after ','. (comma-spacing)
(#583) A space is required after ','. (comma-spacing)
(#583) A space is required after ','. (comma-spacing)
(#583) Requires a space after '{'. (block-spacing)
(#583) Statement inside of curly braces should be on next line. (brace-style)
(#583) Missing space before opening brace. (space-before-blocks)
(#583) Operator '=' must be spaced. (space-infix-ops)
(#583) Requires a space after '{'. (block-spacing)
(#583) Statement inside of curly braces should be on next line. (brace-style)
(#583) Missing space before opening brace. (space-before-blocks)
(#583) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#583) Missing whitespace after semicolon. (semi-spacing)
(#583) Operator '=' must be spaced. (space-infix-ops)
(#583) Requires a space before '}'. (block-spacing)
(#583) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#583) Missing semicolon. (semi)
(#583) Missing whitespace after semicolon. (semi-spacing)
(#583) Operator '=' must be spaced. (space-infix-ops)
(#583) Operator '=' must be spaced. (space-infix-ops)
(#583) Missing '()' invoking a constructor. (new-parens)
(#583) Missing whitespace after semicolon. (semi-spacing)
(#583) Operator '=' must be spaced. (space-infix-ops)
(#583) Requires a space after '{'. (block-spacing)
(#583) Statement inside of curly braces should be on next line. (brace-style)
(#583) Missing space before opening brace. (space-before-blocks)
(#583) Expected space(s) after "if". (keyword-spacing)
(#583) Operator '||' must be spaced. (space-infix-ops)
(#583) Operator '&&' must be spaced. (space-infix-ops)
(#583) Expected { after 'if' condition. (curly)
(#583) Expected space(s) before "if". (keyword-spacing)
(#583) Expected space(s) after "if". (keyword-spacing)
(#583) Operator '&&' must be spaced. (space-infix-ops)
(#583) Operator '!==' must be spaced. (space-infix-ops)
(#583) Expected { after 'if' condition. (curly)
(#583) Expected space(s) before "if". (keyword-spacing)
(#583) Expected space(s) after "if". (keyword-spacing)
(#583) Expected { after 'if' condition. (curly)
(#583) Expected space(s) before "if". (keyword-spacing)
(#583) Expected space(s) after "if". (keyword-spacing)
(#583) Operator '=' must be spaced. (space-infix-ops)
(#583) Unexpected use of comma operator. (no-sequences)
(#583) A space is required after ','. (comma-spacing)
(#583) Operator '===' must be spaced. (space-infix-ops)
(#583) Requires a space after '{'. (block-spacing)
(#583) Statement inside of curly braces should be on next line. (brace-style)
(#583) Missing space before opening brace. (space-before-blocks)
(#583) Operator '=' must be spaced. (space-infix-ops)
(#583) Missing whitespace after semicolon. (semi-spacing)
(#583) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#583) Operator '===' must be spaced. (space-infix-ops)
(#583) Operator '||' must be spaced. (space-infix-ops)
(#583) Operator '===' must be spaced. (space-infix-ops)
(#583) Operator '?' must be spaced. (space-infix-ops)
(#583) Operator '=' must be spaced. (space-infix-ops)
(#583) Operator '+' must be spaced. (space-infix-ops)
(#583) Operator ':' must be spaced. (space-infix-ops)
(#583) Operator '===' must be spaced. (space-infix-ops)
(#583) Operator '&&' must be spaced. (space-infix-ops)
(#583) Operator '=' must be spaced. (space-infix-ops)
(#583) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#583) Missing whitespace after semicolon. (semi-spacing)
(#584) This line has a length of 534. Maximum allowed is 132. (max-len)
(#584) Requires a space before '}'. (block-spacing)
(#584) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#584) Missing semicolon. (semi)
(#584) Expected space(s) before "else". (keyword-spacing)
(#584) Expected { after 'else'. (curly)
(#584) A space is required after ','. (comma-spacing)
(#584) Missing whitespace after semicolon. (semi-spacing)
(#584) Expected { after 'else'. (curly)
(#584) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#584) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#584) Operator '||' must be spaced. (space-infix-ops)
(#584) Operator '=' must be spaced. (space-infix-ops)
(#584) Missing whitespace after semicolon. (semi-spacing)
(#584) Expected { after 'else'. (curly)
(#584) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#584) Operator '=' must be spaced. (space-infix-ops)
(#584) Operator '=' must be spaced. (space-infix-ops)
(#584) Unexpected use of comma operator. (no-sequences)
(#584) A space is required after ','. (comma-spacing)
(#584) Missing whitespace after semicolon. (semi-spacing)
(#584) Expected space(s) after "else". (keyword-spacing)
(#584) Requires a space after '{'. (block-spacing)
(#584) Statement inside of curly braces should be on next line. (brace-style)
(#584) 'm' used outside of binding context. (block-scoped-var)
(#584) Operator '=' must be spaced. (space-infix-ops)
(#584) Missing whitespace after semicolon. (semi-spacing)
(#584) Expected space(s) after "for". (keyword-spacing)
(#584) Operator '=' must be spaced. (space-infix-ops)
(#584) A space is required after ','. (comma-spacing)
(#584) Operator '=' must be spaced. (space-infix-ops)
(#584) Missing whitespace after semicolon. (semi-spacing)
(#584) Operator '<' must be spaced. (space-infix-ops)
(#584) Missing whitespace after semicolon. (semi-spacing)
(#584) Requires a space after '{'. (block-spacing)
(#584) Statement inside of curly braces should be on next line. (brace-style)
(#584) Missing space before opening brace. (space-before-blocks)
(#584) Operator '=' must be spaced. (space-infix-ops)
(#584) Missing whitespace after semicolon. (semi-spacing)
(#584) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#584) Operator '&&' must be spaced. (space-infix-ops)
(#584) Operator '>' must be spaced. (space-infix-ops)
(#584) Operator '&&' must be spaced. (space-infix-ops)
(#584) 'm' used outside of binding context. (block-scoped-var)
(#584) Operator '=' must be spaced. (space-infix-ops)
(#584) Requires a space before '}'. (block-spacing)
(#584) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#584) Missing semicolon. (semi)
(#584) 'm' used outside of binding context. (block-scoped-var)
(#584) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#584) Operator '&&' must be spaced. (space-infix-ops)
(#584) Operator '=' must be spaced. (space-infix-ops)
(#584) A space is required after ','. (comma-spacing)
(#584) A space is required after ','. (comma-spacing)
(#584) Operator '||' must be spaced. (space-infix-ops)
(#584) Operator '=' must be spaced. (space-infix-ops)
(#584) A space is required after ','. (comma-spacing)
(#584) Operator '=' must be spaced. (space-infix-ops)
(#584) A space is required after ','. (comma-spacing)
(#585) This line has a length of 512. Maximum allowed is 132. (max-len)
(#585) Requires a space before '}'. (block-spacing)
(#585) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#585) Missing semicolon. (semi)
(#585) Requires a space before '}'. (block-spacing)
(#585) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#585) Missing whitespace after semicolon. (semi-spacing)
(#585) Operator '=' must be spaced. (space-infix-ops)
(#585) Requires a space after '{'. (block-spacing)
(#585) Statement inside of curly braces should be on next line. (brace-style)
(#585) Missing space before opening brace. (space-before-blocks)
(#585) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#585) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#585) Operator '&&' must be spaced. (space-infix-ops)
(#585) Operator '=' must be spaced. (space-infix-ops)
(#585) A space is required after ','. (comma-spacing)
(#585) A space is required after ','. (comma-spacing)
(#585) A space is required after ','. (comma-spacing)
(#585) A space is required after ','. (comma-spacing)
(#585) A space is required after ','. (comma-spacing)
(#585) A space is required after ','. (comma-spacing)
(#585) Requires a space before '}'. (block-spacing)
(#585) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#585) Missing semicolon. (semi)
(#585) Missing whitespace after semicolon. (semi-spacing)
(#585) Operator '=' must be spaced. (space-infix-ops)
(#585) Requires a space after '{'. (block-spacing)
(#585) Statement inside of curly braces should be on next line. (brace-style)
(#585) Missing space before opening brace. (space-before-blocks)
(#585) Expected space(s) after "if". (keyword-spacing)
(#585) Operator '&&' must be spaced. (space-infix-ops)
(#585) Operator '&&' must be spaced. (space-infix-ops)
(#585) Operator '!==' must be spaced. (space-infix-ops)
(#585) Requires a space after '{'. (block-spacing)
(#585) Statement inside of curly braces should be on next line. (brace-style)
(#585) Missing space before opening brace. (space-before-blocks)
(#585) Operator '=' must be spaced. (space-infix-ops)
(#585) Missing whitespace after semicolon. (semi-spacing)
(#585) Operator '=' must be spaced. (space-infix-ops)
(#585) Missing whitespace after semicolon. (semi-spacing)
(#585) Expected space(s) after "if". (keyword-spacing)
(#585) Requires a space after '{'. (block-spacing)
(#585) Statement inside of curly braces should be on next line. (brace-style)
(#585) Missing space before opening brace. (space-before-blocks)
(#585) Operator '=' must be spaced. (space-infix-ops)
(#585) Missing whitespace after semicolon. (semi-spacing)
(#585) Operator '=' must be spaced. (space-infix-ops)
(#585) Missing whitespace after semicolon. (semi-spacing)
(#585) Operator '=' must be spaced. (space-infix-ops)
(#585) Requires a space before '}'. (block-spacing)
(#585) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#585) Missing semicolon. (semi)
(#585) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#585) Operator '!==' must be spaced. (space-infix-ops)
(#585) Operator '&&' must be spaced. (space-infix-ops)
(#585) Operator '===' must be spaced. (space-infix-ops)
(#585) Operator '&&' must be spaced. (space-infix-ops)
(#585) A space is required after ','. (comma-spacing)
(#585) A space is required after ','. (comma-spacing)
(#585) Operator '===' must be spaced. (space-infix-ops)
(#586) This line has a length of 504. Maximum allowed is 132. (max-len)
(#586) Missing whitespace after semicolon. (semi-spacing)
(#586) Operator '=' must be spaced. (space-infix-ops)
(#586) Operator '=' must be spaced. (space-infix-ops)
(#586) Missing whitespace after semicolon. (semi-spacing)
(#586) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#586) Requires a space before '}'. (block-spacing)
(#586) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#586) Missing semicolon. (semi)
(#586) Requires a space before '}'. (block-spacing)
(#586) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#586) Missing whitespace after semicolon. (semi-spacing)
(#586) Operator '=' must be spaced. (space-infix-ops)
(#586) Requires a space after '{'. (block-spacing)
(#586) Statement inside of curly braces should be on next line. (brace-style)
(#586) Missing space before opening brace. (space-before-blocks)
(#586) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#586) Operator '?' must be spaced. (space-infix-ops)
(#586) Operator '=' must be spaced. (space-infix-ops)
(#586) A space is required after ','. (comma-spacing)
(#586) A space is required after ','. (comma-spacing)
(#586) A space is required after ','. (comma-spacing)
(#586) A space is required after ','. (comma-spacing)
(#586) A space is required after ','. (comma-spacing)
(#586) Operator ':' must be spaced. (space-infix-ops)
(#586) A space is required after ','. (comma-spacing)
(#586) A space is required after ','. (comma-spacing)
(#586) A space is required after ','. (comma-spacing)
(#586) Missing whitespace after semicolon. (semi-spacing)
(#586) Requires a space before '}'. (block-spacing)
(#586) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#586) Missing semicolon. (semi)
(#586) Missing whitespace after semicolon. (semi-spacing)
(#586) Operator '=' must be spaced. (space-infix-ops)
(#586) A space is required after ','. (comma-spacing)
(#586) Requires a space after '{'. (block-spacing)
(#586) Statement inside of curly braces should be on next line. (brace-style)
(#586) Missing space before opening brace. (space-before-blocks)
(#586) Expected space(s) after "if". (keyword-spacing)
(#586) Operator '&&' must be spaced. (space-infix-ops)
(#586) Requires a space after '{'. (block-spacing)
(#586) Statement inside of curly braces should be on next line. (brace-style)
(#586) Missing space before opening brace. (space-before-blocks)
(#586) Operator '=' must be spaced. (space-infix-ops)
(#586) Missing whitespace after semicolon. (semi-spacing)
(#586) Operator '=' must be spaced. (space-infix-ops)
(#586) Missing whitespace after semicolon. (semi-spacing)
(#586) Operator '=' must be spaced. (space-infix-ops)
(#586) Missing whitespace after semicolon. (semi-spacing)
(#586) Operator '=' must be spaced. (space-infix-ops)
(#586) Missing whitespace after semicolon. (semi-spacing)
(#586) Operator '=' must be spaced. (space-infix-ops)
(#586) Missing whitespace after semicolon. (semi-spacing)
(#586) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#586) Operator '&&' must be spaced. (space-infix-ops)
(#586) Operator '=' must be spaced. (space-infix-ops)
(#586) Missing whitespace after semicolon. (semi-spacing)
(#586) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#586) Operator '&&' must be spaced. (space-infix-ops)
(#586) Operator '=' must be spaced. (space-infix-ops)
(#587) This line has a length of 517. Maximum allowed is 132. (max-len)
(#587) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#587) Operator '&&' must be spaced. (space-infix-ops)
(#587) Operator '=' must be spaced. (space-infix-ops)
(#587) Missing whitespace after semicolon. (semi-spacing)
(#587) Missing whitespace after semicolon. (semi-spacing)
(#587) This line has 21 statements. Maximum allowed is 2. (max-statements-per-line)
(#587) A space is required after ','. (comma-spacing)
(#587) Missing whitespace after semicolon. (semi-spacing)
(#587) A space is required after ','. (comma-spacing)
(#587) Missing whitespace after semicolon. (semi-spacing)
(#587) Missing whitespace after semicolon. (semi-spacing)
(#587) Missing whitespace after semicolon. (semi-spacing)
(#587) Requires a space before '}'. (block-spacing)
(#587) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#587) Missing semicolon. (semi)
(#587) Requires a space before '}'. (block-spacing)
(#587) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#587) Missing whitespace after semicolon. (semi-spacing)
(#587) Operator '=' must be spaced. (space-infix-ops)
(#587) Function has a complexity of 24. Maximum allowed is 20. (complexity)
(#587) A space is required after ','. (comma-spacing)
(#587) A space is required after ','. (comma-spacing)
(#587) A space is required after ','. (comma-spacing)
(#587) Requires a space after '{'. (block-spacing)
(#587) Statement inside of curly braces should be on next line. (brace-style)
(#587) Missing space before opening brace. (space-before-blocks)
(#587) Missing whitespace after semicolon. (semi-spacing)
(#587) Operator '=' must be spaced. (space-infix-ops)
(#587) A space is required after ','. (comma-spacing)
(#587) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#587) Operator '=' must be spaced. (space-infix-ops)
(#587) Missing whitespace after semicolon. (semi-spacing)
(#587) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#587) Operator '||' must be spaced. (space-infix-ops)
(#587) Operator '/=' must be spaced. (space-infix-ops)
(#587) Missing whitespace after semicolon. (semi-spacing)
(#587) Expected space(s) after "if". (keyword-spacing)
(#587) Requires a space after '{'. (block-spacing)
(#587) Statement inside of curly braces should be on next line. (brace-style)
(#587) Missing space before opening brace. (space-before-blocks)
(#587) Operator '=' must be spaced. (space-infix-ops)
(#587) Missing whitespace after semicolon. (semi-spacing)
(#587) Expected space(s) after "for". (keyword-spacing)
(#587) Operator '=' must be spaced. (space-infix-ops)
(#587) Missing whitespace after semicolon. (semi-spacing)
(#587) Operator '<' must be spaced. (space-infix-ops)
(#587) Missing whitespace after semicolon. (semi-spacing)
(#587) Expected { after 'for' condition. (curly)
(#587) Expected space(s) before "for". (keyword-spacing)
(#587) Expected space(s) after "for". (keyword-spacing)
(#587) Operator '=' must be spaced. (space-infix-ops)
(#587) A space is required after ','. (comma-spacing)
(#587) Operator '=' must be spaced. (space-infix-ops)
(#587) A space is required after ','. (comma-spacing)
(#587) Operator '=' must be spaced. (space-infix-ops)
(#587) Missing whitespace after semicolon. (semi-spacing)
(#587) Operator '<' must be spaced. (space-infix-ops)
(#587) Missing whitespace after semicolon. (semi-spacing)
(#587) Requires a space after '{'. (block-spacing)
(#587) Statement inside of curly braces should be on next line. (brace-style)
(#587) Missing space before opening brace. (space-before-blocks)
(#587) Operator '=' must be spaced. (space-infix-ops)
(#587) Missing whitespace after semicolon. (semi-spacing)
(#587) Operator '=' must be spaced. (space-infix-ops)
(#587) Missing whitespace after semicolon. (semi-spacing)
(#587) Operator '=' must be spaced. (space-infix-ops)
(#587) Missing whitespace after semicolon. (semi-spacing)
(#587) Expected space(s) after "if". (keyword-spacing)
(#587) Operator '<' must be spaced. (space-infix-ops)
(#587) Operator '&&' must be spaced. (space-infix-ops)
(#587) Operator '<' must be spaced. (space-infix-ops)
(#587) Requires a space after '{'. (block-spacing)
(#587) Statement inside of curly braces should be on next line. (brace-style)
(#587) Missing space before opening brace. (space-before-blocks)
(#587) Operator '=' must be spaced. (space-infix-ops)
(#587) Missing whitespace after semicolon. (semi-spacing)
(#587) Operator '=' must be spaced. (space-infix-ops)
(#587) Requires a space before '}'. (block-spacing)
(#587) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#587) Missing semicolon. (semi)
(#587) Requires a space before '}'. (block-spacing)
(#587) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#587) Requires a space before '}'. (block-spacing)
(#587) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#587) Expected space(s) before "if". (keyword-spacing)
(#587) Expected space(s) after "if". (keyword-spacing)
(#587) Expected { after 'if' condition. (curly)
(#587) Expected space(s) before "for". (keyword-spacing)
(#587) Expected space(s) after "for". (keyword-spacing)
(#587) Operator '=' must be spaced. (space-infix-ops)
(#587) A space is required after ','. (comma-spacing)
(#587) Operator '=' must be spaced. (space-infix-ops)
(#587) Missing whitespace after semicolon. (semi-spacing)
(#587) Operator '<' must be spaced. (space-infix-ops)
(#588) This line has a length of 501. Maximum allowed is 132. (max-len)
(#588) Missing whitespace after semicolon. (semi-spacing)
(#588) Expected { after 'for' condition. (curly)
(#588) Expected space(s) before "if". (keyword-spacing)
(#588) Expected space(s) after "if". (keyword-spacing)
(#588) 'q' used outside of binding context. (block-scoped-var)
(#588) Operator '=' must be spaced. (space-infix-ops)
(#588) Unexpected use of comma operator. (no-sequences)
(#588) A space is required after ','. (comma-spacing)
(#588) 'q' used outside of binding context. (block-scoped-var)
(#588) Expected { after 'if' condition. (curly)
(#588) Expected space(s) before "for". (keyword-spacing)
(#588) Expected space(s) after "for". (keyword-spacing)
(#588) 'q' used outside of binding context. (block-scoped-var)
(#588) Operator '=' must be spaced. (space-infix-ops)
(#588) A space is required after ','. (comma-spacing)
(#588) 'q' used outside of binding context. (block-scoped-var)
(#588) Operator '&&' must be spaced. (space-infix-ops)
(#588) 'e' used outside of binding context. (block-scoped-var)
(#588) Operator '=' must be spaced. (space-infix-ops)
(#588) 'q' used outside of binding context. (block-scoped-var)
(#588) A space is required after ','. (comma-spacing)
(#588) 'y' used outside of binding context. (block-scoped-var)
(#588) Operator '=' must be spaced. (space-infix-ops)
(#588) A space is required after ','. (comma-spacing)
(#588) 'q' used outside of binding context. (block-scoped-var)
(#588) A space is required after ','. (comma-spacing)
(#588) 'e' used outside of binding context. (block-scoped-var)
(#588) A space is required after ','. (comma-spacing)
(#588) Operator '/' must be spaced. (space-infix-ops)
(#588) A space is required after ','. (comma-spacing)
(#588) Operator '!==' must be spaced. (space-infix-ops)
(#588) 'y' used outside of binding context. (block-scoped-var)
(#588) Operator '&&' must be spaced. (space-infix-ops)
(#588) 'y' used outside of binding context. (block-scoped-var)
(#588) Operator '<' must be spaced. (space-infix-ops)
(#588) Operator '&&' must be spaced. (space-infix-ops)
(#588) 'y' used outside of binding context. (block-scoped-var)
(#588) Operator '<' must be spaced. (space-infix-ops)
(#588) Operator '&&' must be spaced. (space-infix-ops)
(#588) Operator '=' must be spaced. (space-infix-ops)
(#588) 'y' used outside of binding context. (block-scoped-var)
(#588) A space is required after ','. (comma-spacing)
(#588) 'q' used outside of binding context. (block-scoped-var)
(#588) Operator '=' must be spaced. (space-infix-ops)
(#588) 'e' used outside of binding context. (block-scoped-var)
(#588) A space is required after ','. (comma-spacing)
(#588) 'b' used outside of binding context. (block-scoped-var)
(#588) Operator '=' must be spaced. (space-infix-ops)
(#588) 'q' used outside of binding context. (block-scoped-var)
(#588) A space is required after ','. (comma-spacing)
(#588) 'e' used outside of binding context. (block-scoped-var)
(#588) Operator '=' must be spaced. (space-infix-ops)
(#588) A space is required after ','. (comma-spacing)
(#588) 'y' used outside of binding context. (block-scoped-var)
(#588) Operator '=' must be spaced. (space-infix-ops)
(#588) 'q' used outside of binding context. (block-scoped-var)
(#588) Missing whitespace after semicolon. (semi-spacing)
(#588) 'e' used outside of binding context. (block-scoped-var)
(#588) Operator '<' must be spaced. (space-infix-ops)
(#588) 'y' used outside of binding context. (block-scoped-var)
(#588) Missing whitespace after semicolon. (semi-spacing)
(#588) 'e' used outside of binding context. (block-scoped-var)
(#588) 'B' used outside of binding context. (block-scoped-var)
(#588) Expected { after 'for' condition. (curly)
(#588) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#588) Operator '=' must be spaced. (space-infix-ops)
(#588) 'q' used outside of binding context. (block-scoped-var)
(#588) 'e' used outside of binding context. (block-scoped-var)
(#588) Unexpected use of comma operator. (no-sequences)
(#588) A space is required after ','. (comma-spacing)
(#588) 'A' used outside of binding context. (block-scoped-var)
(#588) Operator '=' must be spaced. (space-infix-ops)
(#588) A space is required after ','. (comma-spacing)
(#588) 'q' used outside of binding context. (block-scoped-var)
(#588) A space is required after ','. (comma-spacing)
(#588) 'B' used outside of binding context. (block-scoped-var)
(#588) A space is required after ','. (comma-spacing)
(#588) Operator '/' must be spaced. (space-infix-ops)
(#588) A space is required after ','. (comma-spacing)
(#588) Operator '!==' must be spaced. (space-infix-ops)
(#588) 'A' used outside of binding context. (block-scoped-var)
(#588) Operator '&&' must be spaced. (space-infix-ops)
(#588) 'A' used outside of binding context. (block-scoped-var)
(#588) Operator '<' must be spaced. (space-infix-ops)
(#588) Operator '&&' must be spaced. (space-infix-ops)
(#588) 'A' used outside of binding context. (block-scoped-var)
(#588) Operator '<' must be spaced. (space-infix-ops)
(#588) Operator '&&' must be spaced. (space-infix-ops)
(#588) Operator '=' must be spaced. (space-infix-ops)
(#588) 'A' used outside of binding context. (block-scoped-var)
(#588) A space is required after ','. (comma-spacing)
(#588) 'q' used outside of binding context. (block-scoped-var)
(#588) Operator '=' must be spaced. (space-infix-ops)
(#588) 'B' used outside of binding context. (block-scoped-var)
(#588) A space is required after ','. (comma-spacing)
(#588) 'b' used outside of binding context. (block-scoped-var)
(#588) Operator '=' must be spaced. (space-infix-ops)
(#588) 'q' used outside of binding context. (block-scoped-var)
(#588) Missing whitespace after semicolon. (semi-spacing)
(#588) Expected space(s) after "if". (keyword-spacing)
(#588) Expected { after 'if' condition. (curly)
(#588) Expected space(s) before "for". (keyword-spacing)
(#588) Expected space(s) after "for". (keyword-spacing)
(#588) Operator '=' must be spaced. (space-infix-ops)
(#588) A space is required after ','. (comma-spacing)
(#588) Operator '=' must be spaced. (space-infix-ops)
(#588) Missing whitespace after semicolon. (semi-spacing)
(#588) Operator '<' must be spaced. (space-infix-ops)
(#588) Missing whitespace after semicolon. (semi-spacing)
(#588) Expected { after 'for' condition. (curly)
(#588) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#588) Operator '=' must be spaced. (space-infix-ops)
(#588) Unexpected use of comma operator. (no-sequences)
(#588) A space is required after ','. (comma-spacing)
(#588) Operator '&&' must be spaced. (space-infix-ops)
(#588) Operator '=' must be spaced. (space-infix-ops)
(#588) A space is required after ','. (comma-spacing)
(#588) 'q' used outside of binding context. (block-scoped-var)
(#588) Operator '=' must be spaced. (space-infix-ops)
(#588) A space is required after ','. (comma-spacing)
(#588) 'q' used outside of binding context. (block-scoped-var)
(#588) Operator '<' must be spaced. (space-infix-ops)
(#589) This line has a length of 174. Maximum allowed is 132. (max-len)
(#589) Operator '&&' must be spaced. (space-infix-ops)
(#589) 'q' used outside of binding context. (block-scoped-var)
(#589) Operator '<' must be spaced. (space-infix-ops)
(#589) Operator '&&' must be spaced. (space-infix-ops)
(#589) Operator '=' must be spaced. (space-infix-ops)
(#589) 'q' used outside of binding context. (block-scoped-var)
(#589) A space is required after ','. (comma-spacing)
(#589) 'b' used outside of binding context. (block-scoped-var)
(#589) Operator '=' must be spaced. (space-infix-ops)
(#589) Missing whitespace after semicolon. (semi-spacing)
(#589) 'b' used outside of binding context. (block-scoped-var)
(#589) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#589) Operator '&&' must be spaced. (space-infix-ops)
(#589) 'b' used outside of binding context. (block-scoped-var)
(#589) Operator '=' must be spaced. (space-infix-ops)
(#589) A space is required after ','. (comma-spacing)
(#589) Operator '=' must be spaced. (space-infix-ops)
(#589) 'b' used outside of binding context. (block-scoped-var)
(#589) Requires a space before '}'. (block-spacing)
(#589) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#589) Missing semicolon. (semi)
(#589) Requires a space before '}'. (block-spacing)
(#589) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#589) Missing semicolon. (semi)
(#589) 'ChemDoodle' is not defined. (no-undef)
(#589) A space is required after ','. (comma-spacing)
(#589) 'ChemDoodle' is not defined. (no-undef)
(#589) A space is required after ','. (comma-spacing)
(#589) 'ChemDoodle' is not defined. (no-undef)
(#589) A space is required after ','. (comma-spacing)
(#589) 'ChemDoodle' is not defined. (no-undef)
(#589) A space is required after ','. (comma-spacing)
(#589) 'ChemDoodle' is not defined. (no-undef)
(#590) This line has a length of 501. Maximum allowed is 132. (max-len)
(#590) A space is required after ','. (comma-spacing)
(#590) A space is required after ','. (comma-spacing)
(#590) 'v' is defined but never used. (no-unused-vars)
(#590) Requires a space after '{'. (block-spacing)
(#590) Statement inside of curly braces should be on next line. (brace-style)
(#590) Missing space before opening brace. (space-before-blocks)
(#590) Operator '=' must be spaced. (space-infix-ops)
(#590) Requires a space after '{'. (block-spacing)
(#590) Statement inside of curly braces should be on next line. (brace-style)
(#590) Missing space before opening brace. (space-before-blocks)
(#590) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#590) Operator '=' must be spaced. (space-infix-ops)
(#590) Missing whitespace after semicolon. (semi-spacing)
(#590) Operator '=' must be spaced. (space-infix-ops)
(#590) Missing whitespace after semicolon. (semi-spacing)
(#590) Operator '=' must be spaced. (space-infix-ops)
(#590) Missing whitespace after semicolon. (semi-spacing)
(#590) Operator '=' must be spaced. (space-infix-ops)
(#590) Missing whitespace after semicolon. (semi-spacing)
(#590) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#590) Operator '&&' must be spaced. (space-infix-ops)
(#590) Operator '=' must be spaced. (space-infix-ops)
(#590) Missing whitespace after semicolon. (semi-spacing)
(#590) Operator '=' must be spaced. (space-infix-ops)
(#590) Missing whitespace after semicolon. (semi-spacing)
(#590) Operator '=' must be spaced. (space-infix-ops)
(#590) Missing whitespace after semicolon. (semi-spacing)
(#590) Operator '=' must be spaced. (space-infix-ops)
(#590) Missing whitespace after semicolon. (semi-spacing)
(#590) Operator '=' must be spaced. (space-infix-ops)
(#590) Missing whitespace after semicolon. (semi-spacing)
(#590) Operator '=' must be spaced. (space-infix-ops)
(#590) Missing whitespace after semicolon. (semi-spacing)
(#590) Operator '=' must be spaced. (space-infix-ops)
(#591) This line has a length of 510. Maximum allowed is 132. (max-len)
(#591) Missing whitespace after semicolon. (semi-spacing)
(#591) Operator '=' must be spaced. (space-infix-ops)
(#591) Missing whitespace after semicolon. (semi-spacing)
(#591) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#591) Operator '=' must be spaced. (space-infix-ops)
(#591) Missing whitespace after semicolon. (semi-spacing)
(#591) Operator '=' must be spaced. (space-infix-ops)
(#591) Missing whitespace after semicolon. (semi-spacing)
(#591) Operator '=' must be spaced. (space-infix-ops)
(#591) Missing whitespace after semicolon. (semi-spacing)
(#591) Operator '=' must be spaced. (space-infix-ops)
(#591) Missing whitespace after semicolon. (semi-spacing)
(#591) Operator '=' must be spaced. (space-infix-ops)
(#591) Missing whitespace after semicolon. (semi-spacing)
(#591) Operator '=' must be spaced. (space-infix-ops)
(#591) Missing whitespace after semicolon. (semi-spacing)
(#591) Operator '=' must be spaced. (space-infix-ops)
(#591) Requires a space after '{'. (block-spacing)
(#591) Statement inside of curly braces should be on next line. (brace-style)
(#591) Missing space before opening brace. (space-before-blocks)
(#591) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#591) Operator '!==' must be spaced. (space-infix-ops)
(#591) Operator '&&' must be spaced. (space-infix-ops)
(#591) A space is required after ','. (comma-spacing)
(#591) Operator '=' must be spaced. (space-infix-ops)
(#591) A space is required after ','. (comma-spacing)
(#591) Missing whitespace after semicolon. (semi-spacing)
(#591) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#591) Operator '&&' must be spaced. (space-infix-ops)
(#591) Operator '===' must be spaced. (space-infix-ops)
(#591) Operator '+' must be spaced. (space-infix-ops)
(#591) Operator '+' must be spaced. (space-infix-ops)
(#591) Operator '&&' must be spaced. (space-infix-ops)
(#591) Requires a space before '}'. (block-spacing)
(#591) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#591) Missing semicolon. (semi)
(#591) Missing whitespace after semicolon. (semi-spacing)
(#591) Operator '=' must be spaced. (space-infix-ops)
(#591) Requires a space after '{'. (block-spacing)
(#591) Statement inside of curly braces should be on next line. (brace-style)
(#591) Missing space before opening brace. (space-before-blocks)
(#591) Requires a space before '}'. (block-spacing)
(#591) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#591) Missing semicolon. (semi)
(#591) Requires a space before '}'. (block-spacing)
(#591) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#591) Missing semicolon. (semi)
(#591) Requires a space before '}'. (block-spacing)
(#591) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#591) Missing semicolon. (semi)
(#591) 'ChemDoodle' is not defined. (no-undef)
(#592) 'ChemDoodle' is not defined. (no-undef)
(#593) This line has a length of 2268. Maximum allowed is 132. (max-len)
(#593) 'ChemDoodle' is not defined. (no-undef)
(#593) Operator '=' must be spaced. (space-infix-ops)
(#593) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#593) 'l' is defined but never used. (no-unused-vars)
(#593) A space is required after ','. (comma-spacing)
(#593) 'c' is defined but never used. (no-unused-vars)
(#593) Requires a space after '{'. (block-spacing)
(#593) Statement inside of curly braces should be on next line. (brace-style)
(#593) Missing space before opening brace. (space-before-blocks)
(#593) Expected space(s) after "return". (keyword-spacing)
(#593) Missing space before value for key 'getURI'. (key-spacing)
(#593) Requires a space after '{'. (block-spacing)
(#593) Statement inside of curly braces should be on next line. (brace-style)
(#593) Missing space before opening brace. (space-before-blocks)
(#593) Expected space(s) after "return". (keyword-spacing)
(#593) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#593) Operator '+' must be spaced. (space-infix-ops)
(#593) Requires a space before '}'. (block-spacing)
(#593) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#593) Missing semicolon. (semi)
(#593) A space is required after ','. (comma-spacing)
(#593) Missing space before value for key 'ADD_LONE_PAIR'. (key-spacing)
(#593) A space is required after ','. (comma-spacing)
(#593) Missing space before value for key 'ADD_RADICAL'. (key-spacing)
(#594) This line has a length of 3049. Maximum allowed is 132. (max-len)
(#594) Missing space before value for key 'ANGLE'. (key-spacing)
(#595) This line has a length of 10169. Maximum allowed is 132. (max-len)
(#595) Missing space before value for key 'ANIMATION'. (key-spacing)
(#596) This line has a length of 2379. Maximum allowed is 132. (max-len)
(#596) Missing space before value for key 'ARROW_DOWN'. (key-spacing)
(#596) A space is required after ','. (comma-spacing)
(#596) Missing space before value for key 'ARROW_EQUILIBRIUM'. (key-spacing)
(#597) This line has a length of 1819. Maximum allowed is 132. (max-len)
(#597) Missing space before value for key 'ARROW_RESONANCE'. (key-spacing)
(#598) This line has a length of 1272. Maximum allowed is 132. (max-len)
(#598) Missing space before value for key 'ARROW_RETROSYNTHETIC'. (key-spacing)
(#599) This line has a length of 1455. Maximum allowed is 132. (max-len)
(#599) Missing space before value for key 'ARROW_SYNTHETIC'. (key-spacing)
(#600) This line has a length of 2457. Maximum allowed is 132. (max-len)
(#600) Missing space before value for key 'ATOM_REACTION_MAP'. (key-spacing)
(#601) This line has a length of 1815. Maximum allowed is 132. (max-len)
(#601) Missing space before value for key 'BENZENE'. (key-spacing)
(#602) This line has a length of 2220. Maximum allowed is 132. (max-len)
(#602) Missing space before value for key 'BOND_ANY'. (key-spacing)
(#603) This line has a length of 1123. Maximum allowed is 132. (max-len)
(#603) Missing space before value for key 'BOND_DOUBLE'. (key-spacing)
(#604) This line has a length of 1133. Maximum allowed is 132. (max-len)
(#604) Missing space before value for key 'BOND_DOUBLE_AMBIGUOUS'. (key-spacing)
(#605) This line has a length of 1193. Maximum allowed is 132. (max-len)
(#605) Missing space before value for key 'BOND_HALF'. (key-spacing)
(#606) This line has a length of 1055. Maximum allowed is 132. (max-len)
(#606) Missing space before value for key 'BOND_PROTRUDING'. (key-spacing)
(#607) This line has a length of 1274. Maximum allowed is 132. (max-len)
(#607) Missing space before value for key 'BOND_QUADRUPLE'. (key-spacing)
(#608) This line has a length of 1346. Maximum allowed is 132. (max-len)
(#608) Missing space before value for key 'BOND_QUINTUPLE'. (key-spacing)
(#609) This line has a length of 1497. Maximum allowed is 132. (max-len)
(#609) Missing space before value for key 'BOND_RECESSED'. (key-spacing)
(#610) This line has a length of 1466. Maximum allowed is 132. (max-len)
(#610) Missing space before value for key 'BOND_RESONANCE'. (key-spacing)
(#611) This line has a length of 1421. Maximum allowed is 132. (max-len)
(#611) Missing space before value for key 'BOND_SEXTUPLE'. (key-spacing)
(#612) This line has a length of 1051. Maximum allowed is 132. (max-len)
(#612) Missing space before value for key 'BOND_SINGLE'. (key-spacing)
(#613) This line has a length of 1199. Maximum allowed is 132. (max-len)
(#613) Missing space before value for key 'BOND_TRIPLE'. (key-spacing)
(#614) This line has a length of 1189. Maximum allowed is 132. (max-len)
(#614) Missing space before value for key 'BOND_WAVY'. (key-spacing)
(#615) This line has a length of 1241. Maximum allowed is 132. (max-len)
(#615) Missing space before value for key 'BOND_ZERO'. (key-spacing)
(#616) This line has a length of 1486. Maximum allowed is 132. (max-len)
(#616) Missing space before value for key 'BRACKET_CHARGE'. (key-spacing)
(#617) This line has a length of 3251. Maximum allowed is 132. (max-len)
(#617) Missing space before value for key 'BRACKET_DYNAMIC'. (key-spacing)
(#618) This line has a length of 2127. Maximum allowed is 132. (max-len)
(#618) Missing space before value for key 'BROMINE'. (key-spacing)
(#619) This line has a length of 6693. Maximum allowed is 132. (max-len)
(#619) Missing space before value for key 'CALCULATE'. (key-spacing)
(#620) This line has a length of 1706. Maximum allowed is 132. (max-len)
(#620) Missing space before value for key 'CARBON'. (key-spacing)
(#621) This line has a length of 4182. Maximum allowed is 132. (max-len)
(#621) Missing space before value for key 'CENTER'. (key-spacing)
(#622) This line has a length of 2892. Maximum allowed is 132. (max-len)
(#622) Missing space before value for key 'CHAIN_CARBON'. (key-spacing)
(#623) This line has a length of 1772. Maximum allowed is 132. (max-len)
(#623) Missing space before value for key 'CHLORINE'. (key-spacing)
(#624) This line has a length of 3889. Maximum allowed is 132. (max-len)
(#624) Missing space before value for key 'CLEAR'. (key-spacing)
(#625) This line has a length of 8488. Maximum allowed is 132. (max-len)
(#625) Missing space before value for key 'COPY'. (key-spacing)
(#626) This line has a length of 10295. Maximum allowed is 132. (max-len)
(#626) Missing space before value for key 'CUT'. (key-spacing)
(#627) This line has a length of 1307. Maximum allowed is 132. (max-len)
(#627) Missing space before value for key 'CYCLOBUTANE'. (key-spacing)
(#628) This line has a length of 1684. Maximum allowed is 132. (max-len)
(#628) Missing space before value for key 'CYCLOHEPTANE'. (key-spacing)
(#629) This line has a length of 1551. Maximum allowed is 132. (max-len)
(#629) Missing space before value for key 'CYCLOHEXANE'. (key-spacing)
(#630) This line has a length of 1687. Maximum allowed is 132. (max-len)
(#630) Missing space before value for key 'CYCLOOCTANE'. (key-spacing)
(#631) This line has a length of 1492. Maximum allowed is 132. (max-len)
(#631) Missing space before value for key 'CYCLOPENTANE'. (key-spacing)
(#632) This line has a length of 1308. Maximum allowed is 132. (max-len)
(#632) Missing space before value for key 'CYCLOPROPANE'. (key-spacing)
(#633) This line has a length of 1207. Maximum allowed is 132. (max-len)
(#633) Missing space before value for key 'DECREASE_CHARGE'. (key-spacing)
(#634) This line has a length of 2452. Maximum allowed is 132. (max-len)
(#634) Missing space before value for key 'DISTANCE'. (key-spacing)
(#635) This line has a length of 5437. Maximum allowed is 132. (max-len)
(#635) Missing space before value for key 'ERASE'. (key-spacing)
(#636) This line has a length of 1632. Maximum allowed is 132. (max-len)
(#636) Missing space before value for key 'FLIP_HOR'. (key-spacing)
(#637) This line has a length of 1588. Maximum allowed is 132. (max-len)
(#637) Missing space before value for key 'FLIP_VER'. (key-spacing)
(#638) This line has a length of 1352. Maximum allowed is 132. (max-len)
(#638) Missing space before value for key 'FLUORINE'. (key-spacing)
(#639) This line has a length of 1320. Maximum allowed is 132. (max-len)
(#639) Missing space before value for key 'HYDROGEN'. (key-spacing)
(#640) This line has a length of 1283. Maximum allowed is 132. (max-len)
(#640) Missing space before value for key 'INCREASE_CHARGE'. (key-spacing)
(#641) This line has a length of 1222. Maximum allowed is 132. (max-len)
(#641) Missing space before value for key 'IODINE'. (key-spacing)
(#642) This line has a length of 7677. Maximum allowed is 132. (max-len)
(#642) Missing space before value for key 'LASSO'. (key-spacing)
(#643) This line has a length of 9468. Maximum allowed is 132. (max-len)
(#643) Missing space before value for key 'LASSO_SHAPES'. (key-spacing)
(#644) This line has a length of 1431. Maximum allowed is 132. (max-len)
(#644) Missing space before value for key 'MARQUEE'. (key-spacing)
(#645) This line has a length of 10808. Maximum allowed is 132. (max-len)
(#645) Missing space before value for key 'MOVE'. (key-spacing)
(#646) This line has a length of 1340. Maximum allowed is 132. (max-len)
(#646) Missing space before value for key 'NITROGEN'. (key-spacing)
(#647) This line has a length of 3828. Maximum allowed is 132. (max-len)
(#647) Missing space before value for key 'OPEN'. (key-spacing)
(#648) This line has a length of 3372. Maximum allowed is 132. (max-len)
(#648) Missing space before value for key 'OPTIMIZE'. (key-spacing)
(#649) This line has a length of 1850. Maximum allowed is 132. (max-len)
(#649) Missing space before value for key 'OXYGEN'. (key-spacing)
(#650) This line has a length of 8065. Maximum allowed is 132. (max-len)
(#650) Missing space before value for key 'PASTE'. (key-spacing)
(#651) This line has a length of 4098. Maximum allowed is 132. (max-len)
(#651) Missing space before value for key 'PERIODIC_TABLE'. (key-spacing)
(#652) This line has a length of 3823. Maximum allowed is 132. (max-len)
(#652) Missing space before value for key 'PERSPECTIVE'. (key-spacing)
(#653) This line has a length of 1642. Maximum allowed is 132. (max-len)
(#653) Missing space before value for key 'PHOSPHORUS'. (key-spacing)
(#654) This line has a length of 2247. Maximum allowed is 132. (max-len)
(#654) Missing space before value for key 'PUSHER_BOND_FORMING'. (key-spacing)
(#655) This line has a length of 1581. Maximum allowed is 132. (max-len)
(#655) Missing space before value for key 'PUSHER_DOUBLE'. (key-spacing)
(#656) This line has a length of 1385. Maximum allowed is 132. (max-len)
(#656) Missing space before value for key 'PUSHER_SINGLE'. (key-spacing)
(#657) This line has a length of 6853. Maximum allowed is 132. (max-len)
(#657) Missing space before value for key 'QUERY'. (key-spacing)
(#658) This line has a length of 4308. Maximum allowed is 132. (max-len)
(#658) Missing space before value for key 'REDO'. (key-spacing)
(#659) This line has a length of 1112. Maximum allowed is 132. (max-len)
(#659) Missing space before value for key 'REMOVE_LONE_PAIR'. (key-spacing)
(#660) This line has a length of 1046. Maximum allowed is 132. (max-len)
(#660) Missing space before value for key 'REMOVE_RADICAL'. (key-spacing)
(#661) This line has a length of 2826. Maximum allowed is 132. (max-len)
(#661) Missing space before value for key 'RING_ARBITRARY'. (key-spacing)
(#662) This line has a length of 3784. Maximum allowed is 132. (max-len)
(#662) Missing space before value for key 'SAVE'. (key-spacing)
(#663) This line has a length of 14686. Maximum allowed is 132. (max-len)
(#663) Missing space before value for key 'SEARCH'. (key-spacing)
(#664) This line has a length of 7428. Maximum allowed is 132. (max-len)
(#664) Missing space before value for key 'SETTINGS'. (key-spacing)
(#665) This line has a length of 2219. Maximum allowed is 132. (max-len)
(#665) Missing space before value for key 'SILICON'. (key-spacing)
(#666) This line has a length of 2066. Maximum allowed is 132. (max-len)
(#666) Missing space before value for key 'SULFUR'. (key-spacing)
(#667) This line has a length of 11945. Maximum allowed is 132. (max-len)
(#667) Missing space before value for key 'TEMPLATES'. (key-spacing)
(#668) This line has a length of 4156. Maximum allowed is 132. (max-len)
(#668) Missing space before value for key 'TEXT'. (key-spacing)
(#669) This line has a length of 3611. Maximum allowed is 132. (max-len)
(#669) Missing space before value for key 'TORSION'. (key-spacing)
(#670) This line has a length of 3056. Maximum allowed is 132. (max-len)
(#670) Missing space before value for key 'UNDO'. (key-spacing)
(#671) This line has a length of 1498. Maximum allowed is 132. (max-len)
(#671) Missing space before value for key 'VARIABLE_ATTACHMENT_POINTS'. (key-spacing)
(#672) This line has a length of 6787. Maximum allowed is 132. (max-len)
(#672) Missing space before value for key 'ZOOM_IN'. (key-spacing)
(#673) This line has a length of 6869. Maximum allowed is 132. (max-len)
(#673) Missing space before value for key 'ZOOM_OUT'. (key-spacing)
(#673) Requires a space before '}'. (block-spacing)
(#673) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#673) Missing semicolon. (semi)
(#673) 'ChemDoodle' is not defined. (no-undef)
(#674) This line has a length of 205. Maximum allowed is 132. (max-len)
(#674) 'ChemDoodle' is not defined. (no-undef)
(#674) Operator '=' must be spaced. (space-infix-ops)
(#674) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#674) A space is required after ','. (comma-spacing)
(#674) A space is required after ','. (comma-spacing)
(#674) Requires a space after '{'. (block-spacing)
(#674) Statement inside of curly braces should be on next line. (brace-style)
(#674) Missing space before opening brace. (space-before-blocks)
(#674) Operator '=' must be spaced. (space-infix-ops)
(#674) Missing whitespace after semicolon. (semi-spacing)
(#674) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#674) Missing whitespace after semicolon. (semi-spacing)
(#674) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#674) Operator '&&' must be spaced. (space-infix-ops)
(#674) Operator '=' must be spaced. (space-infix-ops)
(#674) Missing whitespace after semicolon. (semi-spacing)
(#674) Operator '=' must be spaced. (space-infix-ops)
(#674) Missing space before value for key 'name'. (key-spacing)
(#674) A space is required after ','. (comma-spacing)
(#674) Missing space before value for key 'templates'. (key-spacing)
(#674) Operator '&&' must be spaced. (space-infix-ops)
(#674) Operator '!==' must be spaced. (space-infix-ops)
(#674) Operator '?' must be spaced. (space-infix-ops)
(#674) Operator ':' must be spaced. (space-infix-ops)
(#674) Missing whitespace after semicolon. (semi-spacing)
(#674) Missing whitespace after semicolon. (semi-spacing)
(#674) Requires a space before '}'. (block-spacing)
(#674) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#674) Missing semicolon. (semi)
(#674) A space is required after ','. (comma-spacing)
(#675) This line has a length of 512. Maximum allowed is 132. (max-len)
(#675) A space is required after ','. (comma-spacing)
(#675) A space is required after ','. (comma-spacing)
(#675) A space is required after ','. (comma-spacing)
(#675) Requires a space after '{'. (block-spacing)
(#675) Statement inside of curly braces should be on next line. (brace-style)
(#675) Missing space before opening brace. (space-before-blocks)
(#675) Operator '=' must be spaced. (space-infix-ops)
(#675) A space is required after ','. (comma-spacing)
(#675) A space is required after ','. (comma-spacing)
(#675) A space is required after ','. (comma-spacing)
(#675) Requires a space after '{'. (block-spacing)
(#675) Statement inside of curly braces should be on next line. (brace-style)
(#675) Missing space before opening brace. (space-before-blocks)
(#675) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#675) Operator '=' must be spaced. (space-infix-ops)
(#675) Missing whitespace after semicolon. (semi-spacing)
(#675) Operator '=' must be spaced. (space-infix-ops)
(#675) Missing whitespace after semicolon. (semi-spacing)
(#675) Operator '=' must be spaced. (space-infix-ops)
(#675) Missing whitespace after semicolon. (semi-spacing)
(#675) Operator '=' must be spaced. (space-infix-ops)
(#675) Operator '?' must be spaced. (space-infix-ops)
(#675) Operator ':' must be spaced. (space-infix-ops)
(#675) Missing whitespace after semicolon. (semi-spacing)
(#675) Operator '=' must be spaced. (space-infix-ops)
(#675) Operator '?' must be spaced. (space-infix-ops)
(#675) Operator ':' must be spaced. (space-infix-ops)
(#675) Requires a space before '}'. (block-spacing)
(#675) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#675) Missing semicolon. (semi)
(#675) Missing whitespace after semicolon. (semi-spacing)
(#675) Operator '=' must be spaced. (space-infix-ops)
(#675) Missing whitespace after semicolon. (semi-spacing)
(#675) Operator '=' must be spaced. (space-infix-ops)
(#675) Requires a space after '{'. (block-spacing)
(#675) Statement inside of curly braces should be on next line. (brace-style)
(#675) Missing space before opening brace. (space-before-blocks)
(#675) Operator '+' must be spaced. (space-infix-ops)
(#675) Requires a space before '}'. (block-spacing)
(#675) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#675) Missing semicolon. (semi)
(#675) Missing whitespace after semicolon. (semi-spacing)
(#675) Operator '=' must be spaced. (space-infix-ops)
(#675) Requires a space after '{'. (block-spacing)
(#675) Statement inside of curly braces should be on next line. (brace-style)
(#675) Missing space before opening brace. (space-before-blocks)
(#675) Operator '?' must be spaced. (space-infix-ops)
(#675) Operator '+' must be spaced. (space-infix-ops)
(#675) Operator '+' must be spaced. (space-infix-ops)
(#675) Operator ':' must be spaced. (space-infix-ops)
(#675) Requires a space before '}'. (block-spacing)
(#675) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#675) Missing semicolon. (semi)
(#675) Missing whitespace after semicolon. (semi-spacing)
(#675) Operator '=' must be spaced. (space-infix-ops)
(#675) Requires a space after '{'. (block-spacing)
(#675) Statement inside of curly braces should be on next line. (brace-style)
(#675) Missing space before opening brace. (space-before-blocks)
(#675) Operator '=' must be spaced. (space-infix-ops)
(#675) Missing whitespace after semicolon. (semi-spacing)
(#675) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#675) Operator '?' must be spaced. (space-infix-ops)
(#675) A space is required after ','. (comma-spacing)
(#675) A space is required after ','. (comma-spacing)
(#675) A space is required after ','. (comma-spacing)
(#675) A space is required after ','. (comma-spacing)
(#675) A space is required after ','. (comma-spacing)
(#675) A space is required after ','. (comma-spacing)
(#675) A space is required after ','. (comma-spacing)
(#675) A space is required after ','. (comma-spacing)
(#675) A space is required after ','. (comma-spacing)
(#676) This line has a length of 568. Maximum allowed is 132. (max-len)
(#676) A space is required after ','. (comma-spacing)
(#676) A space is required after ','. (comma-spacing)
(#676) A space is required after ','. (comma-spacing)
(#676) A space is required after ','. (comma-spacing)
(#676) A space is required after ','. (comma-spacing)
(#676) A space is required after ','. (comma-spacing)
(#676) A space is required after ','. (comma-spacing)
(#676) Operator '&&' must be spaced. (space-infix-ops)
(#676) A space is required after ','. (comma-spacing)
(#676) A space is required after ','. (comma-spacing)
(#676) Operator ':' must be spaced. (space-infix-ops)
(#676) A space is required after ','. (comma-spacing)
(#676) A space is required after ','. (comma-spacing)
(#676) A space is required after ','. (comma-spacing)
(#676) A space is required after ','. (comma-spacing)
(#676) A space is required after ','. (comma-spacing)
(#677) This line has a length of 506. Maximum allowed is 132. (max-len)
(#677) A space is required after ','. (comma-spacing)
(#677) A space is required after ','. (comma-spacing)
(#677) A space is required after ','. (comma-spacing)
(#677) Operator '&&' must be spaced. (space-infix-ops)
(#677) A space is required after ','. (comma-spacing)
(#677) A space is required after ','. (comma-spacing)
(#677) Missing whitespace after semicolon. (semi-spacing)
(#677) Requires a space before '}'. (block-spacing)
(#677) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#677) Missing semicolon. (semi)
(#677) Missing whitespace after semicolon. (semi-spacing)
(#677) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#677) Operator '=' must be spaced. (space-infix-ops)
(#677) Requires a space after '{'. (block-spacing)
(#677) Statement inside of curly braces should be on next line. (brace-style)
(#677) Missing space before opening brace. (space-before-blocks)
(#677) Operator '=' must be spaced. (space-infix-ops)
(#677) Missing whitespace after semicolon. (semi-spacing)
(#677) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#677) Operator '&&' must be spaced. (space-infix-ops)
(#677) Operator '||' must be spaced. (space-infix-ops)
(#677) Missing whitespace after semicolon. (semi-spacing)
(#677) Requires a space before '}'. (block-spacing)
(#677) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#677) Missing semicolon. (semi)
(#677) Missing whitespace after semicolon. (semi-spacing)
(#677) Operator '=' must be spaced. (space-infix-ops)
(#677) Requires a space after '{'. (block-spacing)
(#677) Statement inside of curly braces should be on next line. (brace-style)
(#677) Missing space before opening brace. (space-before-blocks)
(#677) Operator '=' must be spaced. (space-infix-ops)
(#677) Missing whitespace after semicolon. (semi-spacing)
(#677) Missing whitespace after semicolon. (semi-spacing)
(#677) Requires a space before '}'. (block-spacing)
(#677) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#677) Missing semicolon. (semi)
(#677) Missing whitespace after semicolon. (semi-spacing)
(#677) Operator '=' must be spaced. (space-infix-ops)
(#677) Requires a space after '{'. (block-spacing)
(#677) Statement inside of curly braces should be on next line. (brace-style)
(#677) Missing space before opening brace. (space-before-blocks)
(#677) Requires a space before '}'. (block-spacing)
(#677) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#677) Missing semicolon. (semi)
(#677) Missing whitespace after semicolon. (semi-spacing)
(#677) Operator '=' must be spaced. (space-infix-ops)
(#677) Requires a space after '{'. (block-spacing)
(#677) Statement inside of curly braces should be on next line. (brace-style)
(#677) Missing space before opening brace. (space-before-blocks)
(#677) Operator '=' must be spaced. (space-infix-ops)
(#677) Missing whitespace after semicolon. (semi-spacing)
(#677) A space is required after ','. (comma-spacing)
(#677) Missing whitespace after semicolon. (semi-spacing)
(#677) Missing whitespace after semicolon. (semi-spacing)
(#677) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#677) Operator '&&' must be spaced. (space-infix-ops)
(#678) Requires a space before '}'. (block-spacing)
(#678) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#678) Missing semicolon. (semi)
(#678) Requires a space before '}'. (block-spacing)
(#678) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#678) Missing semicolon. (semi)
(#678) 'ChemDoodle' is not defined. (no-undef)
(#678) A space is required after ','. (comma-spacing)
(#678) 'ChemDoodle' is not defined. (no-undef)
(#678) A space is required after ','. (comma-spacing)
(#678) 'ChemDoodle' is not defined. (no-undef)
(#679) This line has a length of 603. Maximum allowed is 132. (max-len)
(#679) A space is required after ','. (comma-spacing)
(#679) A space is required after ','. (comma-spacing)
(#679) Requires a space after '{'. (block-spacing)
(#679) Statement inside of curly braces should be on next line. (brace-style)
(#679) Missing space before opening brace. (space-before-blocks)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) Requires a space after '{'. (block-spacing)
(#679) Statement inside of curly braces should be on next line. (brace-style)
(#679) Missing space before opening brace. (space-before-blocks)
(#679) This line has 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) Requires a space before '}'. (block-spacing)
(#679) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#679) Missing semicolon. (semi)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) Requires a space after '{'. (block-spacing)
(#679) Statement inside of curly braces should be on next line. (brace-style)
(#679) Missing space before opening brace. (space-before-blocks)
(#679) Operator '+' must be spaced. (space-infix-ops)
(#679) Requires a space before '}'. (block-spacing)
(#679) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#679) Missing semicolon. (semi)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) Requires a space after '{'. (block-spacing)
(#679) Statement inside of curly braces should be on next line. (brace-style)
(#679) Missing space before opening brace. (space-before-blocks)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) Expected space(s) after "if". (keyword-spacing)
(#679) Operator '===' must be spaced. (space-infix-ops)
(#679) Requires a space after '{'. (block-spacing)
(#679) Statement inside of curly braces should be on next line. (brace-style)
(#679) Missing space before opening brace. (space-before-blocks)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) Expected space(s) after "for". (keyword-spacing)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) A space is required after ','. (comma-spacing)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) Operator '<' must be spaced. (space-infix-ops)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) Expected { after 'for' condition. (curly)
(#679) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#679) Expected space(s) before "this". (keyword-spacing)
(#679) Operator '&&' must be spaced. (space-infix-ops)
(#679) Operator '=' must be spaced. (space-infix-ops)
(#679) Unexpected use of comma operator. (no-sequences)
(#679) A space is required after ','. (comma-spacing)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#679) Operator '&&' must be spaced. (space-infix-ops)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) Missing whitespace after semicolon. (semi-spacing)
(#679) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#679) Operator '&&' must be spaced. (space-infix-ops)
(#679) Requires a space before '}'. (block-spacing)
(#679) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#679) Missing semicolon. (semi)
(#679) Expected space(s) before "else". (keyword-spacing)
(#679) Expected space(s) after "else". (keyword-spacing)
(#679) Requires a space after '{'. (block-spacing)
(#679) Statement inside of curly braces should be on next line. (brace-style)
(#680) This line has a length of 519. Maximum allowed is 132. (max-len)
(#680) 'g' used outside of binding context. (block-scoped-var)
(#680) Operator '=' must be spaced. (space-infix-ops)
(#680) 'h' used outside of binding context. (block-scoped-var)
(#680) Operator '=' must be spaced. (space-infix-ops)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) Expected space(s) after "for". (keyword-spacing)
(#680) Operator '=' must be spaced. (space-infix-ops)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) 'g' used outside of binding context. (block-scoped-var)
(#680) Operator '<' must be spaced. (space-infix-ops)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) 'g' used outside of binding context. (block-scoped-var)
(#680) Expected { after 'for' condition. (curly)
(#680) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#680) Expected space(s) before "this". (keyword-spacing)
(#680) Operator '&&' must be spaced. (space-infix-ops)
(#680) 'g' used outside of binding context. (block-scoped-var)
(#680) Operator '=' must be spaced. (space-infix-ops)
(#680) Unexpected use of comma operator. (no-sequences)
(#680) A space is required after ','. (comma-spacing)
(#680) Operator '===' must be spaced. (space-infix-ops)
(#680) 'h' used outside of binding context. (block-scoped-var)
(#680) Operator '&&' must be spaced. (space-infix-ops)
(#680) A space is required after ','. (comma-spacing)
(#680) A space is required after ','. (comma-spacing)
(#680) 'g' used outside of binding context. (block-scoped-var)
(#680) A space is required after ','. (comma-spacing)
(#680) A space is required after ','. (comma-spacing)
(#680) 'h' used outside of binding context. (block-scoped-var)
(#680) A space is required after ','. (comma-spacing)
(#680) 'h' used outside of binding context. (block-scoped-var)
(#680) Operator '===' must be spaced. (space-infix-ops)
(#680) Operator '&&' must be spaced. (space-infix-ops)
(#680) A space is required after ','. (comma-spacing)
(#680) 'h' used outside of binding context. (block-scoped-var)
(#680) Operator '=' must be spaced. (space-infix-ops)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#680) Requires a space before '}'. (block-spacing)
(#680) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#680) Missing semicolon. (semi)
(#680) Expected space(s) before "return". (keyword-spacing)
(#680) Requires a space before '}'. (block-spacing)
(#680) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#680) Missing semicolon. (semi)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) Operator '=' must be spaced. (space-infix-ops)
(#680) Requires a space after '{'. (block-spacing)
(#680) Statement inside of curly braces should be on next line. (brace-style)
(#680) Missing space before opening brace. (space-before-blocks)
(#680) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#680) Operator '===' must be spaced. (space-infix-ops)
(#680) Operator '&&' must be spaced. (space-infix-ops)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) Expected space(s) after "for". (keyword-spacing)
(#680) Operator '=' must be spaced. (space-infix-ops)
(#680) A space is required after ','. (comma-spacing)
(#680) Operator '=' must be spaced. (space-infix-ops)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) Operator '<' must be spaced. (space-infix-ops)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) Expected { after 'for' condition. (curly)
(#680) Expected space(s) before "this". (keyword-spacing)
(#680) Operator '!==' must be spaced. (space-infix-ops)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#680) Operator '&&' must be spaced. (space-infix-ops)
(#680) Requires a space before '}'. (block-spacing)
(#680) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#680) Missing semicolon. (semi)
(#680) Missing whitespace after semicolon. (semi-spacing)
(#680) Operator '=' must be spaced. (space-infix-ops)
(#680) Requires a space after '{'. (block-spacing)
(#680) Statement inside of curly braces should be on next line. (brace-style)
(#680) Missing space before opening brace. (space-before-blocks)
(#680) Operator '=' must be spaced. (space-infix-ops)
(#681) This line has a length of 299. Maximum allowed is 132. (max-len)
(#681) Operator '+' must be spaced. (space-infix-ops)
(#681) A space is required after ','. (comma-spacing)
(#681) A space is required after ','. (comma-spacing)
(#681) Operator '-' must be spaced. (space-infix-ops)
(#681) Requires a space before '}'. (block-spacing)
(#681) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#681) Missing semicolon. (semi)
(#681) Missing whitespace after semicolon. (semi-spacing)
(#681) Operator '=' must be spaced. (space-infix-ops)
(#681) Requires a space after '{'. (block-spacing)
(#681) Statement inside of curly braces should be on next line. (brace-style)
(#681) Missing space before opening brace. (space-before-blocks)
(#681) Expected space(s) after "for". (keyword-spacing)
(#681) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#681) Operator '=' must be spaced. (space-infix-ops)
(#681) A space is required after ','. (comma-spacing)
(#681) Operator '=' must be spaced. (space-infix-ops)
(#681) Missing whitespace after semicolon. (semi-spacing)
(#681) Operator '<' must be spaced. (space-infix-ops)
(#681) Missing whitespace after semicolon. (semi-spacing)
(#681) Expected { after 'for' condition. (curly)
(#681) Expected space(s) before "this". (keyword-spacing)
(#681) Requires a space before '}'. (block-spacing)
(#681) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#681) Missing semicolon. (semi)
(#681) Missing whitespace after semicolon. (semi-spacing)
(#681) Operator '=' must be spaced. (space-infix-ops)
(#681) Requires a space after '{'. (block-spacing)
(#681) Statement inside of curly braces should be on next line. (brace-style)
(#681) Missing space before opening brace. (space-before-blocks)
(#681) Expected space(s) after "for". (keyword-spacing)
(#681) Operator '=' must be spaced. (space-infix-ops)
(#681) A space is required after ','. (comma-spacing)
(#681) Operator '=' must be spaced. (space-infix-ops)
(#681) Missing whitespace after semicolon. (semi-spacing)
(#681) Operator '<' must be spaced. (space-infix-ops)
(#681) Missing whitespace after semicolon. (semi-spacing)
(#681) Expected { after 'for' condition. (curly)
(#681) Expected space(s) before "this". (keyword-spacing)
(#681) Requires a space before '}'. (block-spacing)
(#681) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#681) Missing semicolon. (semi)
(#681) Requires a space before '}'. (block-spacing)
(#681) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#681) Missing semicolon. (semi)
(#681) 'ChemDoodle' is not defined. (no-undef)
(#681) A space is required after ','. (comma-spacing)
(#681) 'ChemDoodle' is not defined. (no-undef)
(#682) This line has a length of 519. Maximum allowed is 132. (max-len)
(#682) A space is required after ','. (comma-spacing)
(#682) A space is required after ','. (comma-spacing)
(#682) Requires a space after '{'. (block-spacing)
(#682) Statement inside of curly braces should be on next line. (brace-style)
(#682) Missing space before opening brace. (space-before-blocks)
(#682) Operator '=' must be spaced. (space-infix-ops)
(#682) A space is required after ','. (comma-spacing)
(#682) A space is required after ','. (comma-spacing)
(#682) A space is required after ','. (comma-spacing)
(#682) Requires a space after '{'. (block-spacing)
(#682) Statement inside of curly braces should be on next line. (brace-style)
(#682) Missing space before opening brace. (space-before-blocks)
(#682) This line has 24 statements. Maximum allowed is 2. (max-statements-per-line)
(#682) Operator '=' must be spaced. (space-infix-ops)
(#682) Missing whitespace after semicolon. (semi-spacing)
(#682) Operator '=' must be spaced. (space-infix-ops)
(#682) Operator '?' must be spaced. (space-infix-ops)
(#682) Operator ':' must be spaced. (space-infix-ops)
(#682) Missing whitespace after semicolon. (semi-spacing)
(#682) Operator '=' must be spaced. (space-infix-ops)
(#682) Operator '?' must be spaced. (space-infix-ops)
(#682) Operator ':' must be spaced. (space-infix-ops)
(#682) Missing whitespace after semicolon. (semi-spacing)
(#682) Operator '=' must be spaced. (space-infix-ops)
(#682) Operator '?' must be spaced. (space-infix-ops)
(#682) Operator ':' must be spaced. (space-infix-ops)
(#682) Requires a space before '}'. (block-spacing)
(#682) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#682) Missing semicolon. (semi)
(#682) Missing whitespace after semicolon. (semi-spacing)
(#682) Operator '=' must be spaced. (space-infix-ops)
(#682) Operator '=' must be spaced. (space-infix-ops)
(#682) Missing '()' invoking a constructor. (new-parens)
(#682) Missing whitespace after semicolon. (semi-spacing)
(#682) Operator '=' must be spaced. (space-infix-ops)
(#682) Requires a space after '{'. (block-spacing)
(#682) Statement inside of curly braces should be on next line. (brace-style)
(#682) Missing space before opening brace. (space-before-blocks)
(#682) Operator '=' must be spaced. (space-infix-ops)
(#682) Missing whitespace after semicolon. (semi-spacing)
(#682) Missing whitespace after semicolon. (semi-spacing)
(#682) Missing whitespace after semicolon. (semi-spacing)
(#682) Missing whitespace after semicolon. (semi-spacing)
(#682) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#682) Operator '&&' must be spaced. (space-infix-ops)
(#682) Missing whitespace after semicolon. (semi-spacing)
(#682) Missing whitespace after semicolon. (semi-spacing)
(#682) Missing whitespace after semicolon. (semi-spacing)
(#682) Missing whitespace after semicolon. (semi-spacing)
(#682) Missing whitespace after semicolon. (semi-spacing)
(#682) Missing whitespace after semicolon. (semi-spacing)
(#682) Requires a space before '}'. (block-spacing)
(#682) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#682) Missing semicolon. (semi)
(#682) Missing whitespace after semicolon. (semi-spacing)
(#682) Operator '=' must be spaced. (space-infix-ops)
(#682) Requires a space after '{'. (block-spacing)
(#682) Statement inside of curly braces should be on next line. (brace-style)
(#682) Missing space before opening brace. (space-before-blocks)
(#682) Requires a space before '}'. (block-spacing)
(#682) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#682) Missing semicolon. (semi)
(#682) Missing whitespace after semicolon. (semi-spacing)
(#682) Operator '=' must be spaced. (space-infix-ops)
(#682) Requires a space after '{'. (block-spacing)
(#682) Statement inside of curly braces should be on next line. (brace-style)
(#682) Missing space before opening brace. (space-before-blocks)
(#682) Operator '=' must be spaced. (space-infix-ops)
(#682) Missing whitespace after semicolon. (semi-spacing)
(#683) This line has a length of 135. Maximum allowed is 132. (max-len)
(#683) Requires a space before '}'. (block-spacing)
(#683) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#683) Missing semicolon. (semi)
(#683) Missing whitespace after semicolon. (semi-spacing)
(#683) Operator '=' must be spaced. (space-infix-ops)
(#683) Requires a space after '{'. (block-spacing)
(#683) Statement inside of curly braces should be on next line. (brace-style)
(#683) Missing space before opening brace. (space-before-blocks)
(#683) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#683) Operator '=' must be spaced. (space-infix-ops)
(#683) Missing whitespace after semicolon. (semi-spacing)
(#683) Requires a space before '}'. (block-spacing)
(#683) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#683) Missing semicolon. (semi)
(#683) Requires a space before '}'. (block-spacing)
(#683) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#683) Missing semicolon. (semi)
(#683) 'ChemDoodle' is not defined. (no-undef)
(#683) A space is required after ','. (comma-spacing)
(#683) 'ChemDoodle' is not defined. (no-undef)
(#684) This line has a length of 509. Maximum allowed is 132. (max-len)
(#684) A space is required after ','. (comma-spacing)
(#684) A space is required after ','. (comma-spacing)
(#684) Requires a space after '{'. (block-spacing)
(#684) Statement inside of curly braces should be on next line. (brace-style)
(#684) Missing space before opening brace. (space-before-blocks)
(#684) Operator '=' must be spaced. (space-infix-ops)
(#684) A space is required after ','. (comma-spacing)
(#684) A space is required after ','. (comma-spacing)
(#684) Requires a space after '{'. (block-spacing)
(#684) Statement inside of curly braces should be on next line. (brace-style)
(#684) Missing space before opening brace. (space-before-blocks)
(#684) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#684) Operator '=' must be spaced. (space-infix-ops)
(#684) Missing whitespace after semicolon. (semi-spacing)
(#684) Operator '=' must be spaced. (space-infix-ops)
(#684) Operator '?' must be spaced. (space-infix-ops)
(#684) Operator ':' must be spaced. (space-infix-ops)
(#684) Missing whitespace after semicolon. (semi-spacing)
(#684) Operator '=' must be spaced. (space-infix-ops)
(#684) Operator '?' must be spaced. (space-infix-ops)
(#684) Operator ':' must be spaced. (space-infix-ops)
(#684) Requires a space before '}'. (block-spacing)
(#684) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#684) Missing semicolon. (semi)
(#684) Missing whitespace after semicolon. (semi-spacing)
(#684) Operator '=' must be spaced. (space-infix-ops)
(#684) Missing whitespace after semicolon. (semi-spacing)
(#684) Operator '=' must be spaced. (space-infix-ops)
(#684) Requires a space after '{'. (block-spacing)
(#684) Statement inside of curly braces should be on next line. (brace-style)
(#684) Missing space before opening brace. (space-before-blocks)
(#684) Operator '+' must be spaced. (space-infix-ops)
(#684) Requires a space before '}'. (block-spacing)
(#684) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#684) Missing semicolon. (semi)
(#684) Missing whitespace after semicolon. (semi-spacing)
(#684) Operator '=' must be spaced. (space-infix-ops)
(#684) Requires a space after '{'. (block-spacing)
(#684) Statement inside of curly braces should be on next line. (brace-style)
(#684) Missing space before opening brace. (space-before-blocks)
(#684) Operator '=' must be spaced. (space-infix-ops)
(#684) Missing whitespace after semicolon. (semi-spacing)
(#684) Missing whitespace after semicolon. (semi-spacing)
(#684) Missing whitespace after semicolon. (semi-spacing)
(#684) Missing whitespace after semicolon. (semi-spacing)
(#684) Missing whitespace after semicolon. (semi-spacing)
(#684) Missing whitespace after semicolon. (semi-spacing)
(#684) Requires a space before '}'. (block-spacing)
(#684) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#684) Missing semicolon. (semi)
(#684) Missing whitespace after semicolon. (semi-spacing)
(#684) Operator '=' must be spaced. (space-infix-ops)
(#684) Requires a space after '{'. (block-spacing)
(#684) Statement inside of curly braces should be on next line. (brace-style)
(#684) Missing space before opening brace. (space-before-blocks)
(#684) Missing space before value for key 'boxWidth'. (key-spacing)
(#685) This line has a length of 172. Maximum allowed is 132. (max-len)
(#685) Missing space before value for key 'livePreview'. (key-spacing)
(#685) A space is required after ','. (comma-spacing)
(#685) Missing space before value for key 'chooserCSS'. (key-spacing)
(#685) Missing space before value for key 'z-index'. (key-spacing)
(#685) A space is required after ','. (comma-spacing)
(#685) Missing space before value for key 'onSelect'. (key-spacing)
(#685) Requires a space before '}'. (block-spacing)
(#685) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#685) Missing semicolon. (semi)
(#685) Missing whitespace after semicolon. (semi-spacing)
(#685) Operator '=' must be spaced. (space-infix-ops)
(#685) Requires a space after '{'. (block-spacing)
(#685) Statement inside of curly braces should be on next line. (brace-style)
(#685) Missing space before opening brace. (space-before-blocks)
(#685) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#685) Requires a space before '}'. (block-spacing)
(#685) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#685) Missing semicolon. (semi)
(#685) Requires a space before '}'. (block-spacing)
(#685) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#685) Missing semicolon. (semi)
(#685) 'ChemDoodle' is not defined. (no-undef)
(#685) A space is required after ','. (comma-spacing)
(#685) 'ChemDoodle' is not defined. (no-undef)
(#686) This line has a length of 505. Maximum allowed is 132. (max-len)
(#686) A space is required after ','. (comma-spacing)
(#686) A space is required after ','. (comma-spacing)
(#686) A space is required after ','. (comma-spacing)
(#686) Requires a space after '{'. (block-spacing)
(#686) Statement inside of curly braces should be on next line. (brace-style)
(#686) Missing space before opening brace. (space-before-blocks)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) A space is required after ','. (comma-spacing)
(#686) A space is required after ','. (comma-spacing)
(#686) Requires a space after '{'. (block-spacing)
(#686) Statement inside of curly braces should be on next line. (brace-style)
(#686) Missing space before opening brace. (space-before-blocks)
(#686) This line has 24 statements. Maximum allowed is 2. (max-statements-per-line)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) Missing whitespace after semicolon. (semi-spacing)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) Operator '+' must be spaced. (space-infix-ops)
(#686) Missing whitespace after semicolon. (semi-spacing)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) Operator '?' must be spaced. (space-infix-ops)
(#686) Operator ':' must be spaced. (space-infix-ops)
(#686) Requires a space before '}'. (block-spacing)
(#686) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#686) Missing semicolon. (semi)
(#686) Missing whitespace after semicolon. (semi-spacing)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) Missing whitespace after semicolon. (semi-spacing)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) Missing whitespace after semicolon. (semi-spacing)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) Missing whitespace after semicolon. (semi-spacing)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) Missing whitespace after semicolon. (semi-spacing)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) Missing whitespace after semicolon. (semi-spacing)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) Missing whitespace after semicolon. (semi-spacing)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) Requires a space after '{'. (block-spacing)
(#686) Statement inside of curly braces should be on next line. (brace-style)
(#686) Missing space before opening brace. (space-before-blocks)
(#686) Operator '+' must be spaced. (space-infix-ops)
(#686) Requires a space before '}'. (block-spacing)
(#686) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#686) Missing semicolon. (semi)
(#686) Missing whitespace after semicolon. (semi-spacing)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) Requires a space after '{'. (block-spacing)
(#686) Statement inside of curly braces should be on next line. (brace-style)
(#686) Missing space before opening brace. (space-before-blocks)
(#686) Operator '+' must be spaced. (space-infix-ops)
(#686) Operator '+' must be spaced. (space-infix-ops)
(#686) Requires a space before '}'. (block-spacing)
(#686) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#686) Missing semicolon. (semi)
(#686) Missing whitespace after semicolon. (semi-spacing)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) Requires a space after '{'. (block-spacing)
(#686) Statement inside of curly braces should be on next line. (brace-style)
(#686) Missing space before opening brace. (space-before-blocks)
(#686) Operator '+' must be spaced. (space-infix-ops)
(#686) Operator '+' must be spaced. (space-infix-ops)
(#686) Requires a space before '}'. (block-spacing)
(#686) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#686) Missing semicolon. (semi)
(#686) Missing whitespace after semicolon. (semi-spacing)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) Requires a space after '{'. (block-spacing)
(#686) Statement inside of curly braces should be on next line. (brace-style)
(#686) Missing space before opening brace. (space-before-blocks)
(#686) Operator '=' must be spaced. (space-infix-ops)
(#686) Missing whitespace after semicolon. (semi-spacing)
(#686) Missing whitespace after semicolon. (semi-spacing)
(#686) Missing whitespace after semicolon. (semi-spacing)
(#686) Missing whitespace after semicolon. (semi-spacing)
(#686) Missing whitespace after semicolon. (semi-spacing)
(#687) This line has a length of 530. Maximum allowed is 132. (max-len)
(#687) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#687) Operator '&&' must be spaced. (space-infix-ops)
(#687) A space is required after ','. (comma-spacing)
(#687) A space is required after ','. (comma-spacing)
(#687) Missing whitespace after semicolon. (semi-spacing)
(#687) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#687) Operator '&&' must be spaced. (space-infix-ops)
(#687) A space is required after ','. (comma-spacing)
(#687) A space is required after ','. (comma-spacing)
(#687) Missing whitespace after semicolon. (semi-spacing)
(#687) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#687) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#687) Operator '&&' must be spaced. (space-infix-ops)
(#687) A space is required after ','. (comma-spacing)
(#687) A space is required after ','. (comma-spacing)
(#687) Missing whitespace after semicolon. (semi-spacing)
(#687) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#687) Operator '&&' must be spaced. (space-infix-ops)
(#687) A space is required after ','. (comma-spacing)
(#687) A space is required after ','. (comma-spacing)
(#687) Missing whitespace after semicolon. (semi-spacing)
(#687) Missing whitespace after semicolon. (semi-spacing)
(#687) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#687) Operator '?' must be spaced. (space-infix-ops)
(#687) Operator '+' must be spaced. (space-infix-ops)
(#687) Operator ':' must be spaced. (space-infix-ops)
(#688) This line has a length of 207. Maximum allowed is 132. (max-len)
(#688) Missing whitespace after semicolon. (semi-spacing)
(#688) Missing space before value for key 'autoOpen'. (key-spacing)
(#688) A space is required after ','. (comma-spacing)
(#688) Missing space before value for key 'width'. (key-spacing)
(#688) A space is required after ','. (comma-spacing)
(#688) Missing space before value for key 'buttons'. (key-spacing)
(#688) Requires a space before '}'. (block-spacing)
(#688) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#688) Missing semicolon. (semi)
(#688) Missing whitespace after semicolon. (semi-spacing)
(#688) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#688) Operator '=' must be spaced. (space-infix-ops)
(#688) Requires a space after '{'. (block-spacing)
(#688) Statement inside of curly braces should be on next line. (brace-style)
(#688) Missing space before opening brace. (space-before-blocks)
(#688) Requires a space before '}'. (block-spacing)
(#688) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#688) Missing semicolon. (semi)
(#688) Requires a space before '}'. (block-spacing)
(#688) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#688) Missing semicolon. (semi)
(#688) 'ChemDoodle' is not defined. (no-undef)
(#688) A space is required after ','. (comma-spacing)
(#688) 'ChemDoodle' is not defined. (no-undef)
(#688) A space is required after ','. (comma-spacing)
(#689) This line has a length of 667. Maximum allowed is 132. (max-len)
(#689) A space is required after ','. (comma-spacing)
(#689) A space is required after ','. (comma-spacing)
(#689) 'v' is defined but never used. (no-unused-vars)
(#689) Requires a space after '{'. (block-spacing)
(#689) Statement inside of curly braces should be on next line. (brace-style)
(#689) Missing space before opening brace. (space-before-blocks)
(#689) Operator '=' must be spaced. (space-infix-ops)
(#689) Requires a space after '{'. (block-spacing)
(#689) Statement inside of curly braces should be on next line. (brace-style)
(#689) Missing space before opening brace. (space-before-blocks)
(#689) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#689) Operator '=' must be spaced. (space-infix-ops)
(#689) Missing whitespace after semicolon. (semi-spacing)
(#689) Operator '=' must be spaced. (space-infix-ops)
(#689) Requires a space before '}'. (block-spacing)
(#689) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#689) Missing semicolon. (semi)
(#689) Missing whitespace after semicolon. (semi-spacing)
(#689) Operator '=' must be spaced. (space-infix-ops)
(#689) Missing whitespace after semicolon. (semi-spacing)
(#689) Operator '=' must be spaced. (space-infix-ops)
(#689) Requires a space after '{'. (block-spacing)
(#689) Statement inside of curly braces should be on next line. (brace-style)
(#689) Missing space before opening brace. (space-before-blocks)
(#689) Operator '+' must be spaced. (space-infix-ops)
(#689) Requires a space before '}'. (block-spacing)
(#689) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#689) Missing semicolon. (semi)
(#689) Missing whitespace after semicolon. (semi-spacing)
(#689) Operator '=' must be spaced. (space-infix-ops)
(#689) Requires a space after '{'. (block-spacing)
(#689) Statement inside of curly braces should be on next line. (brace-style)
(#689) Missing space before opening brace. (space-before-blocks)
(#689) Operator '=' must be spaced. (space-infix-ops)
(#689) Missing whitespace after semicolon. (semi-spacing)
(#689) Missing whitespace after semicolon. (semi-spacing)
(#689) Missing whitespace after semicolon. (semi-spacing)
(#689) Missing whitespace after semicolon. (semi-spacing)
(#689) Missing whitespace after semicolon. (semi-spacing)
(#689) Missing whitespace after semicolon. (semi-spacing)
(#690) This line has a length of 522. Maximum allowed is 132. (max-len)
(#690) Missing whitespace after semicolon. (semi-spacing)
(#690) Expected space(s) after "for". (keyword-spacing)
(#690) Operator '=' must be spaced. (space-infix-ops)
(#690) A space is required after ','. (comma-spacing)
(#690) Operator '=' must be spaced. (space-infix-ops)
(#690) Missing whitespace after semicolon. (semi-spacing)
(#690) Operator '<' must be spaced. (space-infix-ops)
(#690) Missing whitespace after semicolon. (semi-spacing)
(#690) Expected { after 'for' condition. (curly)
(#690) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#690) Unexpected use of comma operator. (no-sequences)
(#690) A space is required after ','. (comma-spacing)
(#690) Missing whitespace after semicolon. (semi-spacing)
(#690) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#690) Missing whitespace after semicolon. (semi-spacing)
(#690) Requires a space before '}'. (block-spacing)
(#690) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#690) Missing semicolon. (semi)
(#690) Missing whitespace after semicolon. (semi-spacing)
(#690) Operator '=' must be spaced. (space-infix-ops)
(#690) Requires a space after '{'. (block-spacing)
(#690) Statement inside of curly braces should be on next line. (brace-style)
(#690) Missing space before opening brace. (space-before-blocks)
(#690) Operator '=' must be spaced. (space-infix-ops)
(#690) Missing whitespace after semicolon. (semi-spacing)
(#690) Operator '+' must be spaced. (space-infix-ops)
(#690) Operator '+' must be spaced. (space-infix-ops)
(#690) Missing space before value for key 'handle'. (key-spacing)
(#690) Operator '+' must be spaced. (space-infix-ops)
(#690) Operator '+' must be spaced. (space-infix-ops)
(#690) A space is required after ','. (comma-spacing)
(#690) Missing space before value for key 'drag'. (key-spacing)
(#690) Requires a space after '{'. (block-spacing)
(#690) Statement inside of curly braces should be on next line. (brace-style)
(#690) Missing space before opening brace. (space-before-blocks)
(#690) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#690) Operator '&&' must be spaced. (space-infix-ops)
(#690) Requires a space before '}'. (block-spacing)
(#690) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#690) Missing semicolon. (semi)
(#690) A space is required after ','. (comma-spacing)
(#690) Missing space before value for key 'containment'. (key-spacing)
(#690) Missing whitespace after semicolon. (semi-spacing)
(#690) Expected space(s) after "for". (keyword-spacing)
(#690) Operator '=' must be spaced. (space-infix-ops)
(#690) A space is required after ','. (comma-spacing)
(#690) Operator '=' must be spaced. (space-infix-ops)
(#690) Missing whitespace after semicolon. (semi-spacing)
(#690) Operator '<' must be spaced. (space-infix-ops)
(#690) Missing whitespace after semicolon. (semi-spacing)
(#690) Expected { after 'for' condition. (curly)
(#690) Expected space(s) before "this". (keyword-spacing)
(#690) Requires a space before '}'. (block-spacing)
(#690) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#690) Missing semicolon. (semi)
(#690) Requires a space before '}'. (block-spacing)
(#690) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#690) Missing semicolon. (semi)
(#690) 'ChemDoodle' is not defined. (no-undef)
(#690) A space is required after ','. (comma-spacing)
(#690) 'ChemDoodle' is not defined. (no-undef)
(#691) This line has a length of 528. Maximum allowed is 132. (max-len)
(#691) A space is required after ','. (comma-spacing)
(#691) A space is required after ','. (comma-spacing)
(#691) A space is required after ','. (comma-spacing)
(#691) A space is required after ','. (comma-spacing)
(#691) A space is required after ','. (comma-spacing)
(#691) A space is required after ','. (comma-spacing)
(#691) Requires a space after '{'. (block-spacing)
(#691) Statement inside of curly braces should be on next line. (brace-style)
(#691) Missing space before opening brace. (space-before-blocks)
(#691) Operator '=' must be spaced. (space-infix-ops)
(#691) A space is required after ','. (comma-spacing)
(#691) A space is required after ','. (comma-spacing)
(#691) A space is required after ','. (comma-spacing)
(#691) A space is required after ','. (comma-spacing)
(#691) Requires a space after '{'. (block-spacing)
(#691) Statement inside of curly braces should be on next line. (brace-style)
(#691) Missing space before opening brace. (space-before-blocks)
(#691) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#691) Operator '=' must be spaced. (space-infix-ops)
(#691) Missing whitespace after semicolon. (semi-spacing)
(#691) Missing whitespace after semicolon. (semi-spacing)
(#691) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#691) Operator '===' must be spaced. (space-infix-ops)
(#691) Operator '&&' must be spaced. (space-infix-ops)
(#691) A space is required after ','. (comma-spacing)
(#691) A space is required after ','. (comma-spacing)
(#691) Missing whitespace after semicolon. (semi-spacing)
(#691) Missing whitespace after semicolon. (semi-spacing)
(#691) Missing whitespace after semicolon. (semi-spacing)
(#691) Missing whitespace after semicolon. (semi-spacing)
(#691) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#691) Operator '&&' must be spaced. (space-infix-ops)
(#691) A space is required after ','. (comma-spacing)
(#691) A space is required after ','. (comma-spacing)
(#691) Missing whitespace after semicolon. (semi-spacing)
(#691) Missing whitespace after semicolon. (semi-spacing)
(#691) Missing whitespace after semicolon. (semi-spacing)
(#691) Missing whitespace after semicolon. (semi-spacing)
(#691) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#691) Operator '&&' must be spaced. (space-infix-ops)
(#691) Operator '===' must be spaced. (space-infix-ops)
(#691) Operator '?' must be spaced. (space-infix-ops)
(#691) A space is required after ','. (comma-spacing)
(#691) A space is required after ','. (comma-spacing)
(#691) A space is required after ','. (comma-spacing)
(#691) Operator ':' must be spaced. (space-infix-ops)
(#691) Missing whitespace after semicolon. (semi-spacing)
(#691) Missing whitespace after semicolon. (semi-spacing)
(#692) This line has a length of 501. Maximum allowed is 132. (max-len)
(#692) Missing whitespace after semicolon. (semi-spacing)
(#692) Missing whitespace after semicolon. (semi-spacing)
(#692) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#692) Missing whitespace after semicolon. (semi-spacing)
(#692) Missing whitespace after semicolon. (semi-spacing)
(#692) Requires a space before '}'. (block-spacing)
(#692) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#692) Missing semicolon. (semi)
(#692) Missing whitespace after semicolon. (semi-spacing)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) A space is required after ','. (comma-spacing)
(#692) Requires a space after '{'. (block-spacing)
(#692) Statement inside of curly braces should be on next line. (brace-style)
(#692) Missing space before opening brace. (space-before-blocks)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) Missing whitespace after semicolon. (semi-spacing)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) Operator '+' must be spaced. (space-infix-ops)
(#692) Requires a space before '}'. (block-spacing)
(#692) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#692) Missing semicolon. (semi)
(#692) Missing whitespace after semicolon. (semi-spacing)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) Missing '()' invoking a constructor. (new-parens)
(#692) Missing whitespace after semicolon. (semi-spacing)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) Missing whitespace after semicolon. (semi-spacing)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) Function has a complexity of 22. Maximum allowed is 20. (complexity)
(#692) Requires a space after '{'. (block-spacing)
(#692) Statement inside of curly braces should be on next line. (brace-style)
(#692) Missing space before opening brace. (space-before-blocks)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) Missing whitespace after semicolon. (semi-spacing)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) Missing whitespace after semicolon. (semi-spacing)
(#692) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#692) Operator '||' must be spaced. (space-infix-ops)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) A space is required after ','. (comma-spacing)
(#692) Missing whitespace after semicolon. (semi-spacing)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) Missing whitespace after semicolon. (semi-spacing)
(#692) Expected space(s) after "for". (keyword-spacing)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) Missing whitespace after semicolon. (semi-spacing)
(#692) Operator '<' must be spaced. (space-infix-ops)
(#692) Missing whitespace after semicolon. (semi-spacing)
(#692) Expected { after 'for' condition. (curly)
(#692) Expected space(s) before "this". (keyword-spacing)
(#692) Operator '=' must be spaced. (space-infix-ops)
(#692) Operator '!==' must be spaced. (space-infix-ops)
(#693) This line has a length of 502. Maximum allowed is 132. (max-len)
(#693) Missing whitespace after semicolon. (semi-spacing)
(#693) Operator '+' must be spaced. (space-infix-ops)
(#693) Operator '+' must be spaced. (space-infix-ops)
(#693) A space is required after ','. (comma-spacing)
(#693) Operator '!==' must be spaced. (space-infix-ops)
(#693) Missing whitespace after semicolon. (semi-spacing)
(#693) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#693) Operator '+' must be spaced. (space-infix-ops)
(#693) Operator '+' must be spaced. (space-infix-ops)
(#693) A space is required after ','. (comma-spacing)
(#693) Operator '!==' must be spaced. (space-infix-ops)
(#693) Missing whitespace after semicolon. (semi-spacing)
(#693) Operator '+' must be spaced. (space-infix-ops)
(#693) Operator '+' must be spaced. (space-infix-ops)
(#693) A space is required after ','. (comma-spacing)
(#693) Operator '!==' must be spaced. (space-infix-ops)
(#693) Missing whitespace after semicolon. (semi-spacing)
(#693) Operator '+' must be spaced. (space-infix-ops)
(#693) Operator '+' must be spaced. (space-infix-ops)
(#693) A space is required after ','. (comma-spacing)
(#693) Operator '!==' must be spaced. (space-infix-ops)
(#693) Missing whitespace after semicolon. (semi-spacing)
(#693) Operator '+' must be spaced. (space-infix-ops)
(#693) Operator '+' must be spaced. (space-infix-ops)
(#693) A space is required after ','. (comma-spacing)
(#693) Operator '!==' must be spaced. (space-infix-ops)
(#693) Missing whitespace after semicolon. (semi-spacing)
(#693) Operator '+' must be spaced. (space-infix-ops)
(#693) Operator '+' must be spaced. (space-infix-ops)
(#693) A space is required after ','. (comma-spacing)
(#693) Missing whitespace after semicolon. (semi-spacing)
(#693) Operator '+' must be spaced. (space-infix-ops)
(#693) Operator '+' must be spaced. (space-infix-ops)
(#694) This line has a length of 511. Maximum allowed is 132. (max-len)
(#694) Operator '!==' must be spaced. (space-infix-ops)
(#694) Missing whitespace after semicolon. (semi-spacing)
(#694) Operator '+' must be spaced. (space-infix-ops)
(#694) Operator '+' must be spaced. (space-infix-ops)
(#694) A space is required after ','. (comma-spacing)
(#694) Operator '!==' must be spaced. (space-infix-ops)
(#694) Operator '&&' must be spaced. (space-infix-ops)
(#694) Missing whitespace after semicolon. (semi-spacing)
(#694) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#694) Operator '+' must be spaced. (space-infix-ops)
(#694) Operator '+' must be spaced. (space-infix-ops)
(#694) A space is required after ','. (comma-spacing)
(#694) Operator '!==' must be spaced. (space-infix-ops)
(#694) Missing whitespace after semicolon. (semi-spacing)
(#694) Operator '+' must be spaced. (space-infix-ops)
(#694) Operator '+' must be spaced. (space-infix-ops)
(#694) Operator '?' must be spaced. (space-infix-ops)
(#694) Operator ':' must be spaced. (space-infix-ops)
(#694) Missing whitespace after semicolon. (semi-spacing)
(#694) Operator '+' must be spaced. (space-infix-ops)
(#694) Operator '+' must be spaced. (space-infix-ops)
(#694) A space is required after ','. (comma-spacing)
(#694) Operator '!==' must be spaced. (space-infix-ops)
(#694) Operator '&&' must be spaced. (space-infix-ops)
(#694) Missing whitespace after semicolon. (semi-spacing)
(#694) Operator '+' must be spaced. (space-infix-ops)
(#694) Operator '+' must be spaced. (space-infix-ops)
(#694) A space is required after ','. (comma-spacing)
(#694) Operator '!==' must be spaced. (space-infix-ops)
(#694) Missing whitespace after semicolon. (semi-spacing)
(#694) Operator '+' must be spaced. (space-infix-ops)
(#694) Operator '+' must be spaced. (space-infix-ops)
(#694) Operator '?' must be spaced. (space-infix-ops)
(#694) Operator ':' must be spaced. (space-infix-ops)
(#694) Missing whitespace after semicolon. (semi-spacing)
(#694) Operator '+' must be spaced. (space-infix-ops)
(#694) Operator '+' must be spaced. (space-infix-ops)
(#694) A space is required after ','. (comma-spacing)
(#694) Operator '!==' must be spaced. (space-infix-ops)
(#695) This line has a length of 533. Maximum allowed is 132. (max-len)
(#695) Operator '&&' must be spaced. (space-infix-ops)
(#695) Missing whitespace after semicolon. (semi-spacing)
(#695) Operator '+' must be spaced. (space-infix-ops)
(#695) Operator '+' must be spaced. (space-infix-ops)
(#695) A space is required after ','. (comma-spacing)
(#695) Operator '!==' must be spaced. (space-infix-ops)
(#695) Missing whitespace after semicolon. (semi-spacing)
(#695) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#695) Operator '+' must be spaced. (space-infix-ops)
(#695) Operator '+' must be spaced. (space-infix-ops)
(#695) Operator '?' must be spaced. (space-infix-ops)
(#695) Operator ':' must be spaced. (space-infix-ops)
(#695) Missing whitespace after semicolon. (semi-spacing)
(#695) Operator '+' must be spaced. (space-infix-ops)
(#695) Operator '+' must be spaced. (space-infix-ops)
(#695) A space is required after ','. (comma-spacing)
(#695) Operator '!==' must be spaced. (space-infix-ops)
(#695) Operator '&&' must be spaced. (space-infix-ops)
(#695) Missing whitespace after semicolon. (semi-spacing)
(#695) Operator '+' must be spaced. (space-infix-ops)
(#695) Operator '+' must be spaced. (space-infix-ops)
(#695) A space is required after ','. (comma-spacing)
(#695) Operator '!==' must be spaced. (space-infix-ops)
(#695) Missing whitespace after semicolon. (semi-spacing)
(#695) Operator '+' must be spaced. (space-infix-ops)
(#695) Operator '+' must be spaced. (space-infix-ops)
(#695) A space is required after ','. (comma-spacing)
(#695) Operator '!==' must be spaced. (space-infix-ops)
(#695) Operator '&&' must be spaced. (space-infix-ops)
(#695) Missing whitespace after semicolon. (semi-spacing)
(#695) Operator '+' must be spaced. (space-infix-ops)
(#695) Operator '+' must be spaced. (space-infix-ops)
(#695) A space is required after ','. (comma-spacing)
(#695) Operator '!==' must be spaced. (space-infix-ops)
(#695) Missing whitespace after semicolon. (semi-spacing)
(#695) Operator '+' must be spaced. (space-infix-ops)
(#695) Operator '+' must be spaced. (space-infix-ops)
(#695) Operator '?' must be spaced. (space-infix-ops)
(#696) This line has a length of 507. Maximum allowed is 132. (max-len)
(#696) Operator ':' must be spaced. (space-infix-ops)
(#696) Missing whitespace after semicolon. (semi-spacing)
(#696) Operator '+' must be spaced. (space-infix-ops)
(#696) Operator '+' must be spaced. (space-infix-ops)
(#696) A space is required after ','. (comma-spacing)
(#696) Operator '!==' must be spaced. (space-infix-ops)
(#696) Operator '&&' must be spaced. (space-infix-ops)
(#696) Missing whitespace after semicolon. (semi-spacing)
(#696) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#696) Operator '+' must be spaced. (space-infix-ops)
(#696) Operator '+' must be spaced. (space-infix-ops)
(#696) A space is required after ','. (comma-spacing)
(#696) Operator '!==' must be spaced. (space-infix-ops)
(#696) Missing whitespace after semicolon. (semi-spacing)
(#696) Operator '+' must be spaced. (space-infix-ops)
(#696) Operator '+' must be spaced. (space-infix-ops)
(#696) Operator '?' must be spaced. (space-infix-ops)
(#696) Operator ':' must be spaced. (space-infix-ops)
(#696) Missing whitespace after semicolon. (semi-spacing)
(#696) Operator '+' must be spaced. (space-infix-ops)
(#696) Operator '+' must be spaced. (space-infix-ops)
(#696) A space is required after ','. (comma-spacing)
(#696) Operator '!==' must be spaced. (space-infix-ops)
(#696) Operator '&&' must be spaced. (space-infix-ops)
(#696) Missing whitespace after semicolon. (semi-spacing)
(#696) Operator '+' must be spaced. (space-infix-ops)
(#696) Operator '+' must be spaced. (space-infix-ops)
(#696) A space is required after ','. (comma-spacing)
(#696) Operator '!==' must be spaced. (space-infix-ops)
(#696) Missing whitespace after semicolon. (semi-spacing)
(#696) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#696) Do not nest ternary expressions. (no-nested-ternary)
(#696) Operator '&&' must be spaced. (space-infix-ops)
(#696) Operator '!==' must be spaced. (space-infix-ops)
(#696) Operator '?' must be spaced. (space-infix-ops)
(#697) This line has a length of 517. Maximum allowed is 132. (max-len)
(#697) Operator '&&' must be spaced. (space-infix-ops)
(#697) Operator '!==' must be spaced. (space-infix-ops)
(#697) Operator '?' must be spaced. (space-infix-ops)
(#697) Operator '&&' must be spaced. (space-infix-ops)
(#697) Operator '!==' must be spaced. (space-infix-ops)
(#697) Operator '||' must be spaced. (space-infix-ops)
(#697) Operator '+' must be spaced. (space-infix-ops)
(#697) Operator '+' must be spaced. (space-infix-ops)
(#697) A space is required after ','. (comma-spacing)
(#697) Operator ':' must be spaced. (space-infix-ops)
(#697) Operator '+' must be spaced. (space-infix-ops)
(#697) Operator '+' must be spaced. (space-infix-ops)
(#697) A space is required after ','. (comma-spacing)
(#697) Operator ':' must be spaced. (space-infix-ops)
(#697) Operator '+' must be spaced. (space-infix-ops)
(#697) Operator '+' must be spaced. (space-infix-ops)
(#697) A space is required after ','. (comma-spacing)
(#697) Missing whitespace after semicolon. (semi-spacing)
(#697) Operator '+' must be spaced. (space-infix-ops)
(#697) Operator '+' must be spaced. (space-infix-ops)
(#697) A space is required after ','. (comma-spacing)
(#697) Operator '!==' must be spaced. (space-infix-ops)
(#697) Operator '&&' must be spaced. (space-infix-ops)
(#697) Requires a space before '}'. (block-spacing)
(#697) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#697) Missing semicolon. (semi)
(#697) Missing whitespace after semicolon. (semi-spacing)
(#697) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#697) Operator '=' must be spaced. (space-infix-ops)
(#697) Requires a space after '{'. (block-spacing)
(#697) Statement inside of curly braces should be on next line. (brace-style)
(#697) Missing space before opening brace. (space-before-blocks)
(#697) Operator '=' must be spaced. (space-infix-ops)
(#697) Missing whitespace after semicolon. (semi-spacing)
(#697) Missing whitespace after semicolon. (semi-spacing)
(#697) Missing whitespace after semicolon. (semi-spacing)
(#697) Missing whitespace after semicolon. (semi-spacing)
(#698) This line has a length of 528. Maximum allowed is 132. (max-len)
(#698) Missing whitespace after semicolon. (semi-spacing)
(#698) Missing whitespace after semicolon. (semi-spacing)
(#698) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#698) Missing whitespace after semicolon. (semi-spacing)
(#698) Operator '+' must be spaced. (space-infix-ops)
(#698) A space is required after ','. (comma-spacing)
(#698) A space is required after ','. (comma-spacing)
(#698) A space is required after ','. (comma-spacing)
(#698) A space is required after ','. (comma-spacing)
(#698) Operator '+' must be spaced. (space-infix-ops)
(#698) Operator '+' must be spaced. (space-infix-ops)
(#698) Operator '+' must be spaced. (space-infix-ops)
(#698) Operator '+' must be spaced. (space-infix-ops)
(#698) Operator '+' must be spaced. (space-infix-ops)
(#698) Operator '+' must be spaced. (space-infix-ops)
(#698) Operator '+' must be spaced. (space-infix-ops)
(#698) Operator '+' must be spaced. (space-infix-ops)
(#698) Operator '+' must be spaced. (space-infix-ops)
(#698) Operator '+' must be spaced. (space-infix-ops)
(#698) Operator '+' must be spaced. (space-infix-ops)
(#699) This line has a length of 505. Maximum allowed is 132. (max-len)
(#699) Operator '+' must be spaced. (space-infix-ops)
(#699) Missing whitespace after semicolon. (semi-spacing)
(#699) Missing whitespace after semicolon. (semi-spacing)
(#699) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#699) Operator '+' must be spaced. (space-infix-ops)
(#699) A space is required after ','. (comma-spacing)
(#699) A space is required after ','. (comma-spacing)
(#699) A space is required after ','. (comma-spacing)
(#699) Missing whitespace after semicolon. (semi-spacing)
(#699) Operator '+' must be spaced. (space-infix-ops)
(#699) A space is required after ','. (comma-spacing)
(#699) A space is required after ','. (comma-spacing)
(#699) A space is required after ','. (comma-spacing)
(#699) A space is required after ','. (comma-spacing)
(#699) Missing whitespace after semicolon. (semi-spacing)
(#699) Operator '+' must be spaced. (space-infix-ops)
(#699) A space is required after ','. (comma-spacing)
(#699) A space is required after ','. (comma-spacing)
(#699) A space is required after ','. (comma-spacing)
(#699) A space is required after ','. (comma-spacing)
(#699) Missing whitespace after semicolon. (semi-spacing)
(#699) Operator '+' must be spaced. (space-infix-ops)
(#700) This line has a length of 540. Maximum allowed is 132. (max-len)
(#700) A space is required after ','. (comma-spacing)
(#700) A space is required after ','. (comma-spacing)
(#700) A space is required after ','. (comma-spacing)
(#700) A space is required after ','. (comma-spacing)
(#700) Missing whitespace after semicolon. (semi-spacing)
(#700) Operator '+' must be spaced. (space-infix-ops)
(#700) A space is required after ','. (comma-spacing)
(#700) A space is required after ','. (comma-spacing)
(#700) A space is required after ','. (comma-spacing)
(#700) Missing whitespace after semicolon. (semi-spacing)
(#700) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#700) Operator '+' must be spaced. (space-infix-ops)
(#700) A space is required after ','. (comma-spacing)
(#700) A space is required after ','. (comma-spacing)
(#700) A space is required after ','. (comma-spacing)
(#700) A space is required after ','. (comma-spacing)
(#700) Missing whitespace after semicolon. (semi-spacing)
(#700) Operator '+' must be spaced. (space-infix-ops)
(#700) A space is required after ','. (comma-spacing)
(#700) A space is required after ','. (comma-spacing)
(#700) A space is required after ','. (comma-spacing)
(#701) This line has a length of 513. Maximum allowed is 132. (max-len)
(#701) Missing whitespace after semicolon. (semi-spacing)
(#701) Operator '+' must be spaced. (space-infix-ops)
(#701) A space is required after ','. (comma-spacing)
(#701) A space is required after ','. (comma-spacing)
(#701) A space is required after ','. (comma-spacing)
(#701) A space is required after ','. (comma-spacing)
(#701) Operator '+' must be spaced. (space-infix-ops)
(#701) Operator '+' must be spaced. (space-infix-ops)
(#701) Operator '+' must be spaced. (space-infix-ops)
(#701) Operator '+' must be spaced. (space-infix-ops)
(#701) Operator '+' must be spaced. (space-infix-ops)
(#701) Operator '+' must be spaced. (space-infix-ops)
(#701) Operator '+' must be spaced. (space-infix-ops)
(#701) Operator '+' must be spaced. (space-infix-ops)
(#701) Operator '+' must be spaced. (space-infix-ops)
(#701) Operator '+' must be spaced. (space-infix-ops)
(#701) Operator '+' must be spaced. (space-infix-ops)
(#701) Operator '+' must be spaced. (space-infix-ops)
(#701) Operator '+' must be spaced. (space-infix-ops)
(#701) Operator '+' must be spaced. (space-infix-ops)
(#701) Missing whitespace after semicolon. (semi-spacing)
(#701) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#701) Missing whitespace after semicolon. (semi-spacing)
(#702) This line has a length of 508. Maximum allowed is 132. (max-len)
(#702) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#702) Operator '?' must be spaced. (space-infix-ops)
(#702) Operator '+' must be spaced. (space-infix-ops)
(#702) Operator ':' must be spaced. (space-infix-ops)
(#702) Missing whitespace after semicolon. (semi-spacing)
(#702) Operator '=' must be spaced. (space-infix-ops)
(#702) Operator '+' must be spaced. (space-infix-ops)
(#702) A space is required after ','. (comma-spacing)
(#702) Missing whitespace after semicolon. (semi-spacing)
(#702) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#702) Operator '=' must be spaced. (space-infix-ops)
(#702) Missing whitespace after semicolon. (semi-spacing)
(#702) Operator '=' must be spaced. (space-infix-ops)
(#702) A space is required after ','. (comma-spacing)
(#702) A space is required after ','. (comma-spacing)
(#702) Requires a space after '{'. (block-spacing)
(#702) Statement inside of curly braces should be on next line. (brace-style)
(#702) Missing space before opening brace. (space-before-blocks)
(#702) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#702) Operator '===' must be spaced. (space-infix-ops)
(#702) Operator '?' must be spaced. (space-infix-ops)
(#702) Operator '=' must be spaced. (space-infix-ops)
(#702) A space is required after ','. (comma-spacing)
(#702) A space is required after ','. (comma-spacing)
(#702) A space is required after ','. (comma-spacing)
(#702) A space is required after ','. (comma-spacing)
(#702) Operator ':' must be spaced. (space-infix-ops)
(#702) Operator '&&' must be spaced. (space-infix-ops)
(#702) Operator '=' must be spaced. (space-infix-ops)
(#702) A space is required after ','. (comma-spacing)
(#702) A space is required after ','. (comma-spacing)
(#702) A space is required after ','. (comma-spacing)
(#702) A space is required after ','. (comma-spacing)
(#702) Missing whitespace after semicolon. (semi-spacing)
(#702) Operator '=' must be spaced. (space-infix-ops)
(#702) Missing whitespace after semicolon. (semi-spacing)
(#702) A space is required after ','. (comma-spacing)
(#702) A space is required after ','. (comma-spacing)
(#702) A space is required after ','. (comma-spacing)
(#702) Missing whitespace after semicolon. (semi-spacing)
(#702) Operator '=' must be spaced. (space-infix-ops)
(#703) This line has a length of 516. Maximum allowed is 132. (max-len)
(#703) Operator '=' must be spaced. (space-infix-ops)
(#703) Missing whitespace after semicolon. (semi-spacing)
(#703) Operator '=' must be spaced. (space-infix-ops)
(#703) Missing whitespace after semicolon. (semi-spacing)
(#703) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#703) Operator '=' must be spaced. (space-infix-ops)
(#703) Missing whitespace after semicolon. (semi-spacing)
(#703) A space is required after ','. (comma-spacing)
(#703) Operator '+' must be spaced. (space-infix-ops)
(#703) Operator '/' must be spaced. (space-infix-ops)
(#703) A space is required after ','. (comma-spacing)
(#703) Operator '+' must be spaced. (space-infix-ops)
(#703) Operator '/' must be spaced. (space-infix-ops)
(#703) Requires a space before '}'. (block-spacing)
(#703) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#703) Missing semicolon. (semi)
(#703) Missing whitespace after semicolon. (semi-spacing)
(#703) Missing whitespace after semicolon. (semi-spacing)
(#703) Operator '=' must be spaced. (space-infix-ops)
(#703) Missing whitespace after semicolon. (semi-spacing)
(#703) Operator '+' must be spaced. (space-infix-ops)
(#703) Operator '+' must be spaced. (space-infix-ops)
(#703) Missing whitespace after semicolon. (semi-spacing)
(#703) Missing space before value for key 'autoOpen'. (key-spacing)
(#703) A space is required after ','. (comma-spacing)
(#703) Missing space before value for key 'width'. (key-spacing)
(#703) A space is required after ','. (comma-spacing)
(#703) Missing space before value for key 'height'. (key-spacing)
(#703) A space is required after ','. (comma-spacing)
(#703) Missing space before value for key 'buttons'. (key-spacing)
(#703) Missing space before value for key 'Cancel'. (key-spacing)
(#703) Requires a space after '{'. (block-spacing)
(#703) Statement inside of curly braces should be on next line. (brace-style)
(#703) Missing space before opening brace. (space-before-blocks)
(#703) Requires a space before '}'. (block-spacing)
(#703) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#703) Missing semicolon. (semi)
(#703) A space is required after ','. (comma-spacing)
(#703) Missing space before value for key 'Remove'. (key-spacing)
(#703) Requires a space after '{'. (block-spacing)
(#703) Statement inside of curly braces should be on next line. (brace-style)
(#703) Missing space before opening brace. (space-before-blocks)
(#703) Missing whitespace after semicolon. (semi-spacing)
(#703) Requires a space before '}'. (block-spacing)
(#703) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#703) Missing semicolon. (semi)
(#703) A space is required after ','. (comma-spacing)
(#703) Missing space before value for key 'Set'. (key-spacing)
(#703) Requires a space after '{'. (block-spacing)
(#703) Statement inside of curly braces should be on next line. (brace-style)
(#703) Missing space before opening brace. (space-before-blocks)
(#703) Operator '=' must be spaced. (space-infix-ops)
(#703) Missing whitespace after semicolon. (semi-spacing)
(#703) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#703) Operator '+' must be spaced. (space-infix-ops)
(#703) Operator '+' must be spaced. (space-infix-ops)
(#703) Operator '&&' must be spaced. (space-infix-ops)
(#704) This line has a length of 525. Maximum allowed is 132. (max-len)
(#704) Missing whitespace after semicolon. (semi-spacing)
(#704) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#704) Operator '+' must be spaced. (space-infix-ops)
(#704) Operator '+' must be spaced. (space-infix-ops)
(#704) Operator '&&' must be spaced. (space-infix-ops)
(#704) Missing whitespace after semicolon. (semi-spacing)
(#704) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#704) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#704) Operator '+' must be spaced. (space-infix-ops)
(#704) Operator '+' must be spaced. (space-infix-ops)
(#704) Operator '&&' must be spaced. (space-infix-ops)
(#704) Missing whitespace after semicolon. (semi-spacing)
(#704) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#704) Operator '+' must be spaced. (space-infix-ops)
(#704) Operator '+' must be spaced. (space-infix-ops)
(#704) Operator '&&' must be spaced. (space-infix-ops)
(#704) Missing whitespace after semicolon. (semi-spacing)
(#704) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#704) Operator '+' must be spaced. (space-infix-ops)
(#704) Operator '+' must be spaced. (space-infix-ops)
(#704) Operator '&&' must be spaced. (space-infix-ops)
(#704) Missing whitespace after semicolon. (semi-spacing)
(#704) Expected space(s) after "for". (keyword-spacing)
(#704) Operator '=' must be spaced. (space-infix-ops)
(#704) A space is required after ','. (comma-spacing)
(#704) Operator '=' must be spaced. (space-infix-ops)
(#704) Missing whitespace after semicolon. (semi-spacing)
(#704) Operator '<' must be spaced. (space-infix-ops)
(#704) Missing whitespace after semicolon. (semi-spacing)
(#704) Expected { after 'for' condition. (curly)
(#704) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#704) Operator '&&' must be spaced. (space-infix-ops)
(#704) Missing whitespace after semicolon. (semi-spacing)
(#704) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#704) Operator '+' must be spaced. (space-infix-ops)
(#704) Operator '+' must be spaced. (space-infix-ops)
(#704) Operator '&&' must be spaced. (space-infix-ops)
(#704) Operator '=' must be spaced. (space-infix-ops)
(#704) Missing whitespace after semicolon. (semi-spacing)
(#704) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#704) Operator '+' must be spaced. (space-infix-ops)
(#704) Operator '+' must be spaced. (space-infix-ops)
(#704) Operator '&&' must be spaced. (space-infix-ops)
(#705) This line has a length of 503. Maximum allowed is 132. (max-len)
(#705) Operator '=' must be spaced. (space-infix-ops)
(#705) Missing space before value for key 'v'. (key-spacing)
(#705) A space is required after ','. (comma-spacing)
(#705) Missing space before value for key 'not'. (key-spacing)
(#705) Operator '+' must be spaced. (space-infix-ops)
(#705) Operator '+' must be spaced. (space-infix-ops)
(#705) Missing whitespace after semicolon. (semi-spacing)
(#705) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#705) Operator '+' must be spaced. (space-infix-ops)
(#705) Operator '+' must be spaced. (space-infix-ops)
(#705) Operator '&&' must be spaced. (space-infix-ops)
(#705) Operator '=' must be spaced. (space-infix-ops)
(#705) Missing space before value for key 'v'. (key-spacing)
(#705) Operator '+' must be spaced. (space-infix-ops)
(#705) Operator '+' must be spaced. (space-infix-ops)
(#705) A space is required after ','. (comma-spacing)
(#705) Missing space before value for key 'not'. (key-spacing)
(#705) Operator '+' must be spaced. (space-infix-ops)
(#705) Operator '+' must be spaced. (space-infix-ops)
(#705) Missing whitespace after semicolon. (semi-spacing)
(#705) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#705) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#705) Operator '+' must be spaced. (space-infix-ops)
(#705) Operator '+' must be spaced. (space-infix-ops)
(#705) Operator '&&' must be spaced. (space-infix-ops)
(#705) Operator '=' must be spaced. (space-infix-ops)
(#705) Missing space before value for key 'v'. (key-spacing)
(#705) Operator '+' must be spaced. (space-infix-ops)
(#705) Operator '+' must be spaced. (space-infix-ops)
(#705) A space is required after ','. (comma-spacing)
(#705) Missing space before value for key 'not'. (key-spacing)
(#705) Operator '+' must be spaced. (space-infix-ops)
(#705) Operator '+' must be spaced. (space-infix-ops)
(#705) Missing whitespace after semicolon. (semi-spacing)
(#705) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#705) Operator '+' must be spaced. (space-infix-ops)
(#705) Operator '+' must be spaced. (space-infix-ops)
(#705) Operator '&&' must be spaced. (space-infix-ops)
(#705) Operator '=' must be spaced. (space-infix-ops)
(#705) Missing space before value for key 'v'. (key-spacing)
(#705) Operator '+' must be spaced. (space-infix-ops)
(#705) Operator '+' must be spaced. (space-infix-ops)
(#706) This line has a length of 539. Maximum allowed is 132. (max-len)
(#706) Missing space before value for key 'not'. (key-spacing)
(#706) Operator '+' must be spaced. (space-infix-ops)
(#706) Operator '+' must be spaced. (space-infix-ops)
(#706) Missing whitespace after semicolon. (semi-spacing)
(#706) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#706) Operator '+' must be spaced. (space-infix-ops)
(#706) Operator '+' must be spaced. (space-infix-ops)
(#706) Operator '&&' must be spaced. (space-infix-ops)
(#706) Operator '=' must be spaced. (space-infix-ops)
(#706) Missing space before value for key 'v'. (key-spacing)
(#706) A space is required after ','. (comma-spacing)
(#706) Missing space before value for key 'not'. (key-spacing)
(#706) Operator '+' must be spaced. (space-infix-ops)
(#706) Operator '+' must be spaced. (space-infix-ops)
(#706) Missing whitespace after semicolon. (semi-spacing)
(#706) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#706) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#706) Operator '+' must be spaced. (space-infix-ops)
(#706) Operator '+' must be spaced. (space-infix-ops)
(#706) Operator '&&' must be spaced. (space-infix-ops)
(#706) Operator '=' must be spaced. (space-infix-ops)
(#706) Missing space before value for key 'v'. (key-spacing)
(#706) Operator '+' must be spaced. (space-infix-ops)
(#706) Operator '+' must be spaced. (space-infix-ops)
(#706) A space is required after ','. (comma-spacing)
(#706) Missing space before value for key 'not'. (key-spacing)
(#706) Operator '+' must be spaced. (space-infix-ops)
(#706) Operator '+' must be spaced. (space-infix-ops)
(#706) Missing whitespace after semicolon. (semi-spacing)
(#706) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#706) Operator '+' must be spaced. (space-infix-ops)
(#706) Operator '+' must be spaced. (space-infix-ops)
(#706) Operator '&&' must be spaced. (space-infix-ops)
(#706) Operator '=' must be spaced. (space-infix-ops)
(#706) Missing space before value for key 'v'. (key-spacing)
(#706) Operator '+' must be spaced. (space-infix-ops)
(#706) Operator '+' must be spaced. (space-infix-ops)
(#706) A space is required after ','. (comma-spacing)
(#706) Missing space before value for key 'not'. (key-spacing)
(#706) Operator '+' must be spaced. (space-infix-ops)
(#706) Operator '+' must be spaced. (space-infix-ops)
(#707) This line has a length of 489. Maximum allowed is 132. (max-len)
(#707) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#707) Operator '+' must be spaced. (space-infix-ops)
(#707) Operator '+' must be spaced. (space-infix-ops)
(#707) Operator '&&' must be spaced. (space-infix-ops)
(#707) 'k' used outside of binding context. (block-scoped-var)
(#707) Operator '=' must be spaced. (space-infix-ops)
(#707) A space is required after ','. (comma-spacing)
(#707) Operator '+' must be spaced. (space-infix-ops)
(#707) Operator '+' must be spaced. (space-infix-ops)
(#707) Operator '?' must be spaced. (space-infix-ops)
(#707) 'k' used outside of binding context. (block-scoped-var)
(#707) Operator '=' must be spaced. (space-infix-ops)
(#707) Operator ':' must be spaced. (space-infix-ops)
(#707) Operator '+' must be spaced. (space-infix-ops)
(#707) Operator '+' must be spaced. (space-infix-ops)
(#707) Operator '&&' must be spaced. (space-infix-ops)
(#707) 'k' used outside of binding context. (block-scoped-var)
(#707) Operator '=' must be spaced. (space-infix-ops)
(#707) A space is required after ','. (comma-spacing)
(#707) Operator '=' must be spaced. (space-infix-ops)
(#707) 'k' used outside of binding context. (block-scoped-var)
(#707) Missing space before value for key 'v'. (key-spacing)
(#707) A space is required after ','. (comma-spacing)
(#707) Missing space before value for key 'not'. (key-spacing)
(#707) Operator '+' must be spaced. (space-infix-ops)
(#707) Operator '+' must be spaced. (space-infix-ops)
(#707) Missing whitespace after semicolon. (semi-spacing)
(#707) A space is required after ','. (comma-spacing)
(#707) Missing whitespace after semicolon. (semi-spacing)
(#707) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#707) Requires a space before '}'. (block-spacing)
(#707) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#707) Missing semicolon. (semi)
(#707) A space is required after ','. (comma-spacing)
(#707) Missing space before value for key 'open'. (key-spacing)
(#707) 'u' is defined but never used. (no-unused-vars)
(#707) A space is required after ','. (comma-spacing)
(#707) 'k' is defined but never used. (no-unused-vars)
(#707) Requires a space after '{'. (block-spacing)
(#707) Statement inside of curly braces should be on next line. (brace-style)
(#707) Missing space before opening brace. (space-before-blocks)
(#707) Operator '+' must be spaced. (space-infix-ops)
(#707) Missing space before value for key 'scrollTop'. (key-spacing)
(#707) A space is required after ','. (comma-spacing)
(#707) Requires a space before '}'. (block-spacing)
(#707) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#707) Missing semicolon. (semi)
(#707) Requires a space before '}'. (block-spacing)
(#707) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#707) Missing semicolon. (semi)
(#707) Requires a space before '}'. (block-spacing)
(#707) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#707) Missing semicolon. (semi)
(#707) 'ChemDoodle' is not defined. (no-undef)
(#707) A space is required after ','. (comma-spacing)
(#707) 'ChemDoodle' is not defined. (no-undef)
(#707) A space is required after ','. (comma-spacing)
(#707) 'ChemDoodle' is not defined. (no-undef)
(#707) A space is required after ','. (comma-spacing)
(#707) 'ChemDoodle' is not defined. (no-undef)
(#707) A space is required after ','. (comma-spacing)
(#707) 'ChemDoodle' is not defined. (no-undef)
(#707) A space is required after ','. (comma-spacing)
(#708) This line has a length of 528. Maximum allowed is 132. (max-len)
(#708) A space is required after ','. (comma-spacing)
(#708) A space is required after ','. (comma-spacing)
(#708) A space is required after ','. (comma-spacing)
(#708) A space is required after ','. (comma-spacing)
(#708) A space is required after ','. (comma-spacing)
(#708) A space is required after ','. (comma-spacing)
(#708) A space is required after ','. (comma-spacing)
(#708) Requires a space after '{'. (block-spacing)
(#708) Statement inside of curly braces should be on next line. (brace-style)
(#708) Missing space before opening brace. (space-before-blocks)
(#708) Operator '=' must be spaced. (space-infix-ops)
(#708) A space is required after ','. (comma-spacing)
(#708) A space is required after ','. (comma-spacing)
(#708) A space is required after ','. (comma-spacing)
(#708) A space is required after ','. (comma-spacing)
(#708) Requires a space after '{'. (block-spacing)
(#708) Statement inside of curly braces should be on next line. (brace-style)
(#708) Missing space before opening brace. (space-before-blocks)
(#708) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#708) Operator '=' must be spaced. (space-infix-ops)
(#708) Missing whitespace after semicolon. (semi-spacing)
(#708) Missing whitespace after semicolon. (semi-spacing)
(#708) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#708) Operator '===' must be spaced. (space-infix-ops)
(#708) Operator '&&' must be spaced. (space-infix-ops)
(#708) A space is required after ','. (comma-spacing)
(#708) A space is required after ','. (comma-spacing)
(#708) Missing whitespace after semicolon. (semi-spacing)
(#708) Missing whitespace after semicolon. (semi-spacing)
(#708) Missing whitespace after semicolon. (semi-spacing)
(#708) Missing whitespace after semicolon. (semi-spacing)
(#708) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#708) Operator '&&' must be spaced. (space-infix-ops)
(#708) A space is required after ','. (comma-spacing)
(#708) A space is required after ','. (comma-spacing)
(#708) Missing whitespace after semicolon. (semi-spacing)
(#708) Missing whitespace after semicolon. (semi-spacing)
(#708) Missing whitespace after semicolon. (semi-spacing)
(#708) Missing whitespace after semicolon. (semi-spacing)
(#708) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#708) Operator '&&' must be spaced. (space-infix-ops)
(#708) Operator '===' must be spaced. (space-infix-ops)
(#708) Operator '?' must be spaced. (space-infix-ops)
(#708) A space is required after ','. (comma-spacing)
(#708) A space is required after ','. (comma-spacing)
(#708) A space is required after ','. (comma-spacing)
(#708) Operator ':' must be spaced. (space-infix-ops)
(#708) Missing whitespace after semicolon. (semi-spacing)
(#708) Missing whitespace after semicolon. (semi-spacing)
(#709) This line has a length of 501. Maximum allowed is 132. (max-len)
(#709) Missing whitespace after semicolon. (semi-spacing)
(#709) Missing whitespace after semicolon. (semi-spacing)
(#709) This line has 23 statements. Maximum allowed is 2. (max-statements-per-line)
(#709) Missing whitespace after semicolon. (semi-spacing)
(#709) Missing whitespace after semicolon. (semi-spacing)
(#709) Requires a space before '}'. (block-spacing)
(#709) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#709) Missing semicolon. (semi)
(#709) Missing whitespace after semicolon. (semi-spacing)
(#709) Operator '=' must be spaced. (space-infix-ops)
(#709) A space is required after ','. (comma-spacing)
(#709) Requires a space after '{'. (block-spacing)
(#709) Statement inside of curly braces should be on next line. (brace-style)
(#709) Missing space before opening brace. (space-before-blocks)
(#709) Operator '=' must be spaced. (space-infix-ops)
(#709) Missing whitespace after semicolon. (semi-spacing)
(#709) Operator '=' must be spaced. (space-infix-ops)
(#709) Operator '+' must be spaced. (space-infix-ops)
(#709) Requires a space before '}'. (block-spacing)
(#709) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#709) Missing semicolon. (semi)
(#709) Missing whitespace after semicolon. (semi-spacing)
(#709) Operator '=' must be spaced. (space-infix-ops)
(#709) Operator '=' must be spaced. (space-infix-ops)
(#709) Missing '()' invoking a constructor. (new-parens)
(#709) Missing whitespace after semicolon. (semi-spacing)
(#709) Operator '=' must be spaced. (space-infix-ops)
(#709) Missing whitespace after semicolon. (semi-spacing)
(#709) Operator '=' must be spaced. (space-infix-ops)
(#709) Requires a space after '{'. (block-spacing)
(#709) Statement inside of curly braces should be on next line. (brace-style)
(#709) Missing space before opening brace. (space-before-blocks)
(#709) Operator '=' must be spaced. (space-infix-ops)
(#709) Missing whitespace after semicolon. (semi-spacing)
(#709) Operator '=' must be spaced. (space-infix-ops)
(#709) Missing whitespace after semicolon. (semi-spacing)
(#709) Expected space(s) after "if". (keyword-spacing)
(#709) Expected { after 'if' condition. (curly)
(#709) Expected space(s) before "switch". (keyword-spacing)
(#709) Expected space(s) after "switch". (keyword-spacing)
(#709) Operator '=' must be spaced. (space-infix-ops)
(#709) Unexpected use of comma operator. (no-sequences)
(#709) A space is required after ','. (comma-spacing)
(#709) Requires a space after '{'. (block-spacing)
(#709) Statement inside of curly braces should be on next line. (brace-style)
(#709) Missing space before opening brace. (space-before-blocks)
(#709) Missing whitespace after semicolon. (semi-spacing)
(#709) Missing whitespace after semicolon. (semi-spacing)
(#709) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#709) Missing whitespace after semicolon. (semi-spacing)
(#709) Missing whitespace after semicolon. (semi-spacing)
(#709) Missing whitespace after semicolon. (semi-spacing)
(#709) Missing whitespace after semicolon. (semi-spacing)
(#709) Missing whitespace after semicolon. (semi-spacing)
(#709) Missing whitespace after semicolon. (semi-spacing)
(#710) This line has a length of 514. Maximum allowed is 132. (max-len)
(#710) Missing whitespace after semicolon. (semi-spacing)
(#710) Requires a space before '}'. (block-spacing)
(#710) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#710) Missing semicolon. (semi)
(#710) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#710) Operator '+' must be spaced. (space-infix-ops)
(#710) Operator '+' must be spaced. (space-infix-ops)
(#710) A space is required after ','. (comma-spacing)
(#710) Operator '!==' must be spaced. (space-infix-ops)
(#710) Missing whitespace after semicolon. (semi-spacing)
(#710) Operator '+' must be spaced. (space-infix-ops)
(#710) Operator '+' must be spaced. (space-infix-ops)
(#710) A space is required after ','. (comma-spacing)
(#710) Operator '!==' must be spaced. (space-infix-ops)
(#710) Missing whitespace after semicolon. (semi-spacing)
(#710) Operator '+' must be spaced. (space-infix-ops)
(#710) Operator '+' must be spaced. (space-infix-ops)
(#710) A space is required after ','. (comma-spacing)
(#710) Operator '!==' must be spaced. (space-infix-ops)
(#710) Missing whitespace after semicolon. (semi-spacing)
(#710) Operator '+' must be spaced. (space-infix-ops)
(#710) Operator '+' must be spaced. (space-infix-ops)
(#710) A space is required after ','. (comma-spacing)
(#710) Operator '!==' must be spaced. (space-infix-ops)
(#710) Missing whitespace after semicolon. (semi-spacing)
(#710) Operator '+' must be spaced. (space-infix-ops)
(#710) Operator '+' must be spaced. (space-infix-ops)
(#710) A space is required after ','. (comma-spacing)
(#710) Operator '!==' must be spaced. (space-infix-ops)
(#710) Missing whitespace after semicolon. (semi-spacing)
(#710) Operator '+' must be spaced. (space-infix-ops)
(#710) Operator '+' must be spaced. (space-infix-ops)
(#711) This line has a length of 508. Maximum allowed is 132. (max-len)
(#711) Operator '!==' must be spaced. (space-infix-ops)
(#711) Missing whitespace after semicolon. (semi-spacing)
(#711) Operator '+' must be spaced. (space-infix-ops)
(#711) Operator '+' must be spaced. (space-infix-ops)
(#711) A space is required after ','. (comma-spacing)
(#711) Operator '!==' must be spaced. (space-infix-ops)
(#711) Missing whitespace after semicolon. (semi-spacing)
(#711) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#711) Operator '+' must be spaced. (space-infix-ops)
(#711) Operator '+' must be spaced. (space-infix-ops)
(#711) A space is required after ','. (comma-spacing)
(#711) Operator '!==' must be spaced. (space-infix-ops)
(#711) Missing whitespace after semicolon. (semi-spacing)
(#711) Operator '+' must be spaced. (space-infix-ops)
(#711) Operator '+' must be spaced. (space-infix-ops)
(#711) A space is required after ','. (comma-spacing)
(#711) Operator '!==' must be spaced. (space-infix-ops)
(#711) Missing whitespace after semicolon. (semi-spacing)
(#711) Operator '+' must be spaced. (space-infix-ops)
(#711) Operator '+' must be spaced. (space-infix-ops)
(#711) A space is required after ','. (comma-spacing)
(#711) Operator '!==' must be spaced. (space-infix-ops)
(#711) Missing whitespace after semicolon. (semi-spacing)
(#711) Operator '+' must be spaced. (space-infix-ops)
(#711) Operator '+' must be spaced. (space-infix-ops)
(#711) A space is required after ','. (comma-spacing)
(#711) Missing whitespace after semicolon. (semi-spacing)
(#711) Operator '+' must be spaced. (space-infix-ops)
(#711) Operator '+' must be spaced. (space-infix-ops)
(#712) This line has a length of 512. Maximum allowed is 132. (max-len)
(#712) Operator '!==' must be spaced. (space-infix-ops)
(#712) Missing whitespace after semicolon. (semi-spacing)
(#712) Operator '+' must be spaced. (space-infix-ops)
(#712) Operator '+' must be spaced. (space-infix-ops)
(#712) A space is required after ','. (comma-spacing)
(#712) Operator '!==' must be spaced. (space-infix-ops)
(#712) Operator '&&' must be spaced. (space-infix-ops)
(#712) Missing whitespace after semicolon. (semi-spacing)
(#712) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#712) Operator '+' must be spaced. (space-infix-ops)
(#712) Operator '+' must be spaced. (space-infix-ops)
(#712) A space is required after ','. (comma-spacing)
(#712) Operator '!==' must be spaced. (space-infix-ops)
(#712) Missing whitespace after semicolon. (semi-spacing)
(#712) Operator '+' must be spaced. (space-infix-ops)
(#712) Operator '+' must be spaced. (space-infix-ops)
(#712) Operator '?' must be spaced. (space-infix-ops)
(#712) Operator ':' must be spaced. (space-infix-ops)
(#712) Missing whitespace after semicolon. (semi-spacing)
(#712) Operator '+' must be spaced. (space-infix-ops)
(#712) Operator '+' must be spaced. (space-infix-ops)
(#712) A space is required after ','. (comma-spacing)
(#712) Operator '!==' must be spaced. (space-infix-ops)
(#712) Operator '&&' must be spaced. (space-infix-ops)
(#712) Missing whitespace after semicolon. (semi-spacing)
(#712) Operator '+' must be spaced. (space-infix-ops)
(#712) Operator '+' must be spaced. (space-infix-ops)
(#712) A space is required after ','. (comma-spacing)
(#712) Operator '!==' must be spaced. (space-infix-ops)
(#712) Missing whitespace after semicolon. (semi-spacing)
(#712) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#712) Do not nest ternary expressions. (no-nested-ternary)
(#712) Operator '&&' must be spaced. (space-infix-ops)
(#712) Operator '!==' must be spaced. (space-infix-ops)
(#712) Operator '?' must be spaced. (space-infix-ops)
(#712) Operator '&&' must be spaced. (space-infix-ops)
(#712) Operator '!==' must be spaced. (space-infix-ops)
(#712) Operator '?' must be spaced. (space-infix-ops)
(#712) Operator '&&' must be spaced. (space-infix-ops)
(#712) Operator '!==' must be spaced. (space-infix-ops)
(#712) Operator '||' must be spaced. (space-infix-ops)
(#712) Operator '+' must be spaced. (space-infix-ops)
(#712) Operator '+' must be spaced. (space-infix-ops)
(#713) This line has a length of 513. Maximum allowed is 132. (max-len)
(#713) Operator ':' must be spaced. (space-infix-ops)
(#713) Operator '+' must be spaced. (space-infix-ops)
(#713) Operator '+' must be spaced. (space-infix-ops)
(#713) A space is required after ','. (comma-spacing)
(#713) Operator ':' must be spaced. (space-infix-ops)
(#713) Operator '+' must be spaced. (space-infix-ops)
(#713) Operator '+' must be spaced. (space-infix-ops)
(#713) A space is required after ','. (comma-spacing)
(#713) Missing whitespace after semicolon. (semi-spacing)
(#713) Operator '+' must be spaced. (space-infix-ops)
(#713) Operator '+' must be spaced. (space-infix-ops)
(#713) A space is required after ','. (comma-spacing)
(#713) Operator '!==' must be spaced. (space-infix-ops)
(#713) Operator '&&' must be spaced. (space-infix-ops)
(#713) Requires a space before '}'. (block-spacing)
(#713) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#713) Missing semicolon. (semi)
(#713) Missing whitespace after semicolon. (semi-spacing)
(#713) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#713) Operator '=' must be spaced. (space-infix-ops)
(#713) Requires a space after '{'. (block-spacing)
(#713) Statement inside of curly braces should be on next line. (brace-style)
(#713) Missing space before opening brace. (space-before-blocks)
(#713) Operator '=' must be spaced. (space-infix-ops)
(#713) Missing whitespace after semicolon. (semi-spacing)
(#713) Missing whitespace after semicolon. (semi-spacing)
(#713) Missing whitespace after semicolon. (semi-spacing)
(#713) Missing whitespace after semicolon. (semi-spacing)
(#713) Missing whitespace after semicolon. (semi-spacing)
(#713) Missing whitespace after semicolon. (semi-spacing)
(#713) Missing whitespace after semicolon. (semi-spacing)
(#713) Missing whitespace after semicolon. (semi-spacing)
(#713) Operator '+' must be spaced. (space-infix-ops)
(#714) This line has a length of 506. Maximum allowed is 132. (max-len)
(#714) A space is required after ','. (comma-spacing)
(#714) A space is required after ','. (comma-spacing)
(#714) A space is required after ','. (comma-spacing)
(#714) A space is required after ','. (comma-spacing)
(#714) Operator '+' must be spaced. (space-infix-ops)
(#714) Operator '+' must be spaced. (space-infix-ops)
(#714) Operator '+' must be spaced. (space-infix-ops)
(#714) Operator '+' must be spaced. (space-infix-ops)
(#714) Operator '+' must be spaced. (space-infix-ops)
(#714) Operator '+' must be spaced. (space-infix-ops)
(#714) Operator '+' must be spaced. (space-infix-ops)
(#714) Operator '+' must be spaced. (space-infix-ops)
(#714) Operator '+' must be spaced. (space-infix-ops)
(#714) Operator '+' must be spaced. (space-infix-ops)
(#714) Operator '+' must be spaced. (space-infix-ops)
(#714) Operator '+' must be spaced. (space-infix-ops)
(#714) Operator '+' must be spaced. (space-infix-ops)
(#714) Operator '+' must be spaced. (space-infix-ops)
(#714) Operator '+' must be spaced. (space-infix-ops)
(#714) Operator '+' must be spaced. (space-infix-ops)
(#714) Operator '+' must be spaced. (space-infix-ops)
(#714) Operator '+' must be spaced. (space-infix-ops)
(#714) Operator '+' must be spaced. (space-infix-ops)
(#715) This line has a length of 525. Maximum allowed is 132. (max-len)
(#715) Operator '+' must be spaced. (space-infix-ops)
(#715) Operator '+' must be spaced. (space-infix-ops)
(#715) Operator '+' must be spaced. (space-infix-ops)
(#715) Operator '+' must be spaced. (space-infix-ops)
(#715) Operator '+' must be spaced. (space-infix-ops)
(#715) Operator '+' must be spaced. (space-infix-ops)
(#715) Operator '+' must be spaced. (space-infix-ops)
(#715) Operator '+' must be spaced. (space-infix-ops)
(#715) Operator '+' must be spaced. (space-infix-ops)
(#715) Operator '+' must be spaced. (space-infix-ops)
(#715) Operator '+' must be spaced. (space-infix-ops)
(#715) Operator '+' must be spaced. (space-infix-ops)
(#715) Operator '+' must be spaced. (space-infix-ops)
(#715) Operator '+' must be spaced. (space-infix-ops)
(#715) Operator '+' must be spaced. (space-infix-ops)
(#715) Operator '+' must be spaced. (space-infix-ops)
(#715) Operator '+' must be spaced. (space-infix-ops)
(#715) Operator '+' must be spaced. (space-infix-ops)
(#715) Operator '+' must be spaced. (space-infix-ops)
(#715) Operator '+' must be spaced. (space-infix-ops)
(#716) This line has a length of 541. Maximum allowed is 132. (max-len)
(#716) Operator '+' must be spaced. (space-infix-ops)
(#716) Operator '+' must be spaced. (space-infix-ops)
(#716) Operator '+' must be spaced. (space-infix-ops)
(#716) Operator '+' must be spaced. (space-infix-ops)
(#716) Operator '+' must be spaced. (space-infix-ops)
(#716) Operator '+' must be spaced. (space-infix-ops)
(#716) Operator '+' must be spaced. (space-infix-ops)
(#716) Operator '+' must be spaced. (space-infix-ops)
(#716) Operator '+' must be spaced. (space-infix-ops)
(#716) Operator '+' must be spaced. (space-infix-ops)
(#716) Operator '+' must be spaced. (space-infix-ops)
(#716) Operator '+' must be spaced. (space-infix-ops)
(#716) Operator '+' must be spaced. (space-infix-ops)
(#716) Operator '+' must be spaced. (space-infix-ops)
(#716) Operator '+' must be spaced. (space-infix-ops)
(#716) Operator '+' must be spaced. (space-infix-ops)
(#716) Operator '+' must be spaced. (space-infix-ops)
(#716) Operator '+' must be spaced. (space-infix-ops)
(#716) Operator '+' must be spaced. (space-infix-ops)
(#716) Operator '+' must be spaced. (space-infix-ops)
(#716) Operator '+' must be spaced. (space-infix-ops)
(#716) Operator '+' must be spaced. (space-infix-ops)
(#717) This line has a length of 508. Maximum allowed is 132. (max-len)
(#717) Operator '+' must be spaced. (space-infix-ops)
(#717) Missing whitespace after semicolon. (semi-spacing)
(#717) Missing whitespace after semicolon. (semi-spacing)
(#717) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#717) Operator '+' must be spaced. (space-infix-ops)
(#717) A space is required after ','. (comma-spacing)
(#717) A space is required after ','. (comma-spacing)
(#717) A space is required after ','. (comma-spacing)
(#717) Missing whitespace after semicolon. (semi-spacing)
(#717) Operator '+' must be spaced. (space-infix-ops)
(#717) A space is required after ','. (comma-spacing)
(#717) A space is required after ','. (comma-spacing)
(#717) A space is required after ','. (comma-spacing)
(#717) A space is required after ','. (comma-spacing)
(#717) Missing whitespace after semicolon. (semi-spacing)
(#717) Operator '+' must be spaced. (space-infix-ops)
(#717) A space is required after ','. (comma-spacing)
(#717) A space is required after ','. (comma-spacing)
(#717) A space is required after ','. (comma-spacing)
(#717) A space is required after ','. (comma-spacing)
(#717) Operator '+' must be spaced. (space-infix-ops)
(#718) This line has a length of 503. Maximum allowed is 132. (max-len)
(#718) Operator '+' must be spaced. (space-infix-ops)
(#718) Operator '+' must be spaced. (space-infix-ops)
(#718) Operator '+' must be spaced. (space-infix-ops)
(#718) Operator '+' must be spaced. (space-infix-ops)
(#718) Operator '+' must be spaced. (space-infix-ops)
(#718) Operator '+' must be spaced. (space-infix-ops)
(#718) Operator '+' must be spaced. (space-infix-ops)
(#718) Operator '+' must be spaced. (space-infix-ops)
(#718) Operator '+' must be spaced. (space-infix-ops)
(#718) Operator '+' must be spaced. (space-infix-ops)
(#718) Operator '+' must be spaced. (space-infix-ops)
(#718) Operator '+' must be spaced. (space-infix-ops)
(#718) Operator '+' must be spaced. (space-infix-ops)
(#718) Missing whitespace after semicolon. (semi-spacing)
(#718) Missing whitespace after semicolon. (semi-spacing)
(#718) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#718) Missing whitespace after semicolon. (semi-spacing)
(#718) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#718) Operator '?' must be spaced. (space-infix-ops)
(#718) Operator '+' must be spaced. (space-infix-ops)
(#718) Operator ':' must be spaced. (space-infix-ops)
(#718) Missing whitespace after semicolon. (semi-spacing)
(#718) Operator '=' must be spaced. (space-infix-ops)
(#719) This line has a length of 509. Maximum allowed is 132. (max-len)
(#719) Missing whitespace after semicolon. (semi-spacing)
(#719) Operator '+' must be spaced. (space-infix-ops)
(#719) Operator '+' must be spaced. (space-infix-ops)
(#719) Missing whitespace after semicolon. (semi-spacing)
(#719) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#719) Operator '+' must be spaced. (space-infix-ops)
(#719) Operator '+' must be spaced. (space-infix-ops)
(#719) Missing whitespace after semicolon. (semi-spacing)
(#719) Missing space before value for key 'autoOpen'. (key-spacing)
(#719) A space is required after ','. (comma-spacing)
(#719) Missing space before value for key 'width'. (key-spacing)
(#719) A space is required after ','. (comma-spacing)
(#719) Missing space before value for key 'height'. (key-spacing)
(#719) A space is required after ','. (comma-spacing)
(#719) Missing space before value for key 'buttons'. (key-spacing)
(#719) Missing space before value for key 'Cancel'. (key-spacing)
(#719) Requires a space after '{'. (block-spacing)
(#719) Statement inside of curly braces should be on next line. (brace-style)
(#719) Missing space before opening brace. (space-before-blocks)
(#719) Requires a space before '}'. (block-spacing)
(#719) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#719) Missing semicolon. (semi)
(#719) A space is required after ','. (comma-spacing)
(#719) Missing space before value for key 'Remove'. (key-spacing)
(#719) Requires a space after '{'. (block-spacing)
(#719) Statement inside of curly braces should be on next line. (brace-style)
(#719) Missing space before opening brace. (space-before-blocks)
(#719) Missing whitespace after semicolon. (semi-spacing)
(#719) Requires a space before '}'. (block-spacing)
(#719) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#719) Missing semicolon. (semi)
(#719) A space is required after ','. (comma-spacing)
(#719) Missing space before value for key 'Set'. (key-spacing)
(#719) Requires a space after '{'. (block-spacing)
(#719) Statement inside of curly braces should be on next line. (brace-style)
(#719) Missing space before opening brace. (space-before-blocks)
(#719) Operator '=' must be spaced. (space-infix-ops)
(#719) Missing whitespace after semicolon. (semi-spacing)
(#719) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#719) Operator '+' must be spaced. (space-infix-ops)
(#719) Operator '+' must be spaced. (space-infix-ops)
(#719) Operator '&&' must be spaced. (space-infix-ops)
(#719) Missing whitespace after semicolon. (semi-spacing)
(#719) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#719) Operator '+' must be spaced. (space-infix-ops)
(#719) Operator '+' must be spaced. (space-infix-ops)
(#719) Operator '&&' must be spaced. (space-infix-ops)
(#719) Missing whitespace after semicolon. (semi-spacing)
(#719) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#719) Operator '+' must be spaced. (space-infix-ops)
(#719) Operator '+' must be spaced. (space-infix-ops)
(#719) Operator '&&' must be spaced. (space-infix-ops)
(#720) This line has a length of 505. Maximum allowed is 132. (max-len)
(#720) Missing whitespace after semicolon. (semi-spacing)
(#720) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#720) Operator '+' must be spaced. (space-infix-ops)
(#720) Operator '+' must be spaced. (space-infix-ops)
(#720) Operator '&&' must be spaced. (space-infix-ops)
(#720) Missing whitespace after semicolon. (semi-spacing)
(#720) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#720) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#720) Operator '+' must be spaced. (space-infix-ops)
(#720) Operator '+' must be spaced. (space-infix-ops)
(#720) Operator '&&' must be spaced. (space-infix-ops)
(#720) Missing whitespace after semicolon. (semi-spacing)
(#720) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#720) Operator '+' must be spaced. (space-infix-ops)
(#720) Operator '+' must be spaced. (space-infix-ops)
(#720) Operator '&&' must be spaced. (space-infix-ops)
(#720) Missing whitespace after semicolon. (semi-spacing)
(#720) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#720) Operator '+' must be spaced. (space-infix-ops)
(#720) Operator '+' must be spaced. (space-infix-ops)
(#720) Operator '&&' must be spaced. (space-infix-ops)
(#720) Missing whitespace after semicolon. (semi-spacing)
(#720) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#720) Operator '+' must be spaced. (space-infix-ops)
(#720) Operator '+' must be spaced. (space-infix-ops)
(#720) Operator '&&' must be spaced. (space-infix-ops)
(#720) Missing whitespace after semicolon. (semi-spacing)
(#720) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#720) Operator '+' must be spaced. (space-infix-ops)
(#720) Operator '+' must be spaced. (space-infix-ops)
(#720) Operator '&&' must be spaced. (space-infix-ops)
(#720) Missing whitespace after semicolon. (semi-spacing)
(#720) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#720) Operator '+' must be spaced. (space-infix-ops)
(#720) Operator '+' must be spaced. (space-infix-ops)
(#720) Operator '&&' must be spaced. (space-infix-ops)
(#720) Missing whitespace after semicolon. (semi-spacing)
(#720) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#720) Operator '+' must be spaced. (space-infix-ops)
(#720) Operator '+' must be spaced. (space-infix-ops)
(#720) Operator '&&' must be spaced. (space-infix-ops)
(#720) Operator '=' must be spaced. (space-infix-ops)
(#720) Missing whitespace after semicolon. (semi-spacing)
(#720) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#720) Operator '+' must be spaced. (space-infix-ops)
(#720) Operator '+' must be spaced. (space-infix-ops)
(#721) This line has a length of 545. Maximum allowed is 132. (max-len)
(#721) Operator '&&' must be spaced. (space-infix-ops)
(#721) Operator '=' must be spaced. (space-infix-ops)
(#721) Missing space before value for key 'v'. (key-spacing)
(#721) A space is required after ','. (comma-spacing)
(#721) Missing space before value for key 'not'. (key-spacing)
(#721) Operator '+' must be spaced. (space-infix-ops)
(#721) Operator '+' must be spaced. (space-infix-ops)
(#721) Missing whitespace after semicolon. (semi-spacing)
(#721) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#721) Operator '+' must be spaced. (space-infix-ops)
(#721) Operator '+' must be spaced. (space-infix-ops)
(#721) Operator '&&' must be spaced. (space-infix-ops)
(#721) Operator '=' must be spaced. (space-infix-ops)
(#721) Missing space before value for key 'v'. (key-spacing)
(#721) Operator '+' must be spaced. (space-infix-ops)
(#721) Operator '+' must be spaced. (space-infix-ops)
(#721) A space is required after ','. (comma-spacing)
(#721) Missing space before value for key 'not'. (key-spacing)
(#721) Operator '+' must be spaced. (space-infix-ops)
(#721) Operator '+' must be spaced. (space-infix-ops)
(#721) Missing whitespace after semicolon. (semi-spacing)
(#721) Expected space(s) after "if". (keyword-spacing)
(#721) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#721) Operator '+' must be spaced. (space-infix-ops)
(#721) Operator '+' must be spaced. (space-infix-ops)
(#721) Requires a space after '{'. (block-spacing)
(#721) Statement inside of curly braces should be on next line. (brace-style)
(#721) Missing space before opening brace. (space-before-blocks)
(#721) Operator '=' must be spaced. (space-infix-ops)
(#721) Missing whitespace after semicolon. (semi-spacing)
(#721) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#721) Operator '+' must be spaced. (space-infix-ops)
(#721) Operator '+' must be spaced. (space-infix-ops)
(#721) Operator '?' must be spaced. (space-infix-ops)
(#721) Operator '=' must be spaced. (space-infix-ops)
(#721) Operator ':' must be spaced. (space-infix-ops)
(#721) Operator '+' must be spaced. (space-infix-ops)
(#721) Operator '+' must be spaced. (space-infix-ops)
(#721) Operator '&&' must be spaced. (space-infix-ops)
(#721) Operator '=' must be spaced. (space-infix-ops)
(#721) Missing whitespace after semicolon. (semi-spacing)
(#721) Operator '=' must be spaced. (space-infix-ops)
(#721) Missing space before value for key 'v'. (key-spacing)
(#721) A space is required after ','. (comma-spacing)
(#721) Missing space before value for key 'not'. (key-spacing)
(#721) Operator '+' must be spaced. (space-infix-ops)
(#721) Operator '+' must be spaced. (space-infix-ops)
(#721) Requires a space before '}'. (block-spacing)
(#721) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#721) Missing semicolon. (semi)
(#722) This line has a length of 242. Maximum allowed is 132. (max-len)
(#722) Missing whitespace after semicolon. (semi-spacing)
(#722) Requires a space before '}'. (block-spacing)
(#722) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#722) Missing semicolon. (semi)
(#722) A space is required after ','. (comma-spacing)
(#722) Missing space before value for key 'open'. (key-spacing)
(#722) 'k' is defined but never used. (no-unused-vars)
(#722) A space is required after ','. (comma-spacing)
(#722) 'q' is defined but never used. (no-unused-vars)
(#722) Requires a space after '{'. (block-spacing)
(#722) Statement inside of curly braces should be on next line. (brace-style)
(#722) Missing space before opening brace. (space-before-blocks)
(#722) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#722) Operator '+' must be spaced. (space-infix-ops)
(#722) Missing space before value for key 'scrollTop'. (key-spacing)
(#722) A space is required after ','. (comma-spacing)
(#722) Requires a space before '}'. (block-spacing)
(#722) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#722) Missing semicolon. (semi)
(#722) Requires a space before '}'. (block-spacing)
(#722) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#722) Missing semicolon. (semi)
(#722) Requires a space before '}'. (block-spacing)
(#722) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#722) Missing semicolon. (semi)
(#722) 'ChemDoodle' is not defined. (no-undef)
(#722) A space is required after ','. (comma-spacing)
(#722) 'ChemDoodle' is not defined. (no-undef)
(#722) A space is required after ','. (comma-spacing)
(#722) 'ChemDoodle' is not defined. (no-undef)
(#722) A space is required after ','. (comma-spacing)
(#722) 'ChemDoodle' is not defined. (no-undef)
(#722) A space is required after ','. (comma-spacing)
(#722) 'ChemDoodle' is not defined. (no-undef)
(#722) A space is required after ','. (comma-spacing)
(#722) 'ChemDoodle' is not defined. (no-undef)
(#722) A space is required after ','. (comma-spacing)
(#723) This line has a length of 503. Maximum allowed is 132. (max-len)
(#723) A space is required after ','. (comma-spacing)
(#723) A space is required after ','. (comma-spacing)
(#723) A space is required after ','. (comma-spacing)
(#723) A space is required after ','. (comma-spacing)
(#723) 'p' is defined but never used. (no-unused-vars)
(#723) Requires a space after '{'. (block-spacing)
(#723) Statement inside of curly braces should be on next line. (brace-style)
(#723) Missing space before opening brace. (space-before-blocks)
(#723) Operator '=' must be spaced. (space-infix-ops)
(#723) A space is required after ','. (comma-spacing)
(#723) Requires a space after '{'. (block-spacing)
(#723) Statement inside of curly braces should be on next line. (brace-style)
(#723) Missing space before opening brace. (space-before-blocks)
(#723) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#723) Operator '=' must be spaced. (space-infix-ops)
(#723) Missing whitespace after semicolon. (semi-spacing)
(#723) Operator '=' must be spaced. (space-infix-ops)
(#723) Operator '+' must be spaced. (space-infix-ops)
(#723) Requires a space before '}'. (block-spacing)
(#723) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#723) Missing semicolon. (semi)
(#723) Missing whitespace after semicolon. (semi-spacing)
(#723) Operator '=' must be spaced. (space-infix-ops)
(#723) Operator '=' must be spaced. (space-infix-ops)
(#723) Missing '()' invoking a constructor. (new-parens)
(#723) Missing whitespace after semicolon. (semi-spacing)
(#723) Operator '=' must be spaced. (space-infix-ops)
(#723) Missing whitespace after semicolon. (semi-spacing)
(#723) Operator '=' must be spaced. (space-infix-ops)
(#723) Requires a space after '{'. (block-spacing)
(#723) Statement inside of curly braces should be on next line. (brace-style)
(#723) Missing space before opening brace. (space-before-blocks)
(#723) Operator '=' must be spaced. (space-infix-ops)
(#723) Missing whitespace after semicolon. (semi-spacing)
(#723) Missing whitespace after semicolon. (semi-spacing)
(#723) Missing whitespace after semicolon. (semi-spacing)
(#723) Missing whitespace after semicolon. (semi-spacing)
(#723) Missing whitespace after semicolon. (semi-spacing)
(#723) Missing whitespace after semicolon. (semi-spacing)
(#723) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#723) Operator '&&' must be spaced. (space-infix-ops)
(#723) A space is required after ','. (comma-spacing)
(#723) A space is required after ','. (comma-spacing)
(#723) Missing whitespace after semicolon. (semi-spacing)
(#723) Missing whitespace after semicolon. (semi-spacing)
(#723) Missing whitespace after semicolon. (semi-spacing)
(#723) Missing whitespace after semicolon. (semi-spacing)
(#723) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#723) Operator '&&' must be spaced. (space-infix-ops)
(#724) This line has a length of 423. Maximum allowed is 132. (max-len)
(#724) A space is required after ','. (comma-spacing)
(#724) Missing whitespace after semicolon. (semi-spacing)
(#724) Missing whitespace after semicolon. (semi-spacing)
(#724) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#724) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#724) Operator '?' must be spaced. (space-infix-ops)
(#724) Operator '+' must be spaced. (space-infix-ops)
(#724) Operator ':' must be spaced. (space-infix-ops)
(#724) Missing whitespace after semicolon. (semi-spacing)
(#724) Operator '=' must be spaced. (space-infix-ops)
(#724) Operator '+' must be spaced. (space-infix-ops)
(#724) A space is required after ','. (comma-spacing)
(#724) A space is required after ','. (comma-spacing)
(#724) Missing whitespace after semicolon. (semi-spacing)
(#724) Operator '=' must be spaced. (space-infix-ops)
(#724) Missing whitespace after semicolon. (semi-spacing)
(#724) Missing whitespace after semicolon. (semi-spacing)
(#724) Missing space before value for key 'autoOpen'. (key-spacing)
(#724) A space is required after ','. (comma-spacing)
(#724) Missing space before value for key 'width'. (key-spacing)
(#724) A space is required after ','. (comma-spacing)
(#724) Missing space before value for key 'buttons'. (key-spacing)
(#724) Requires a space before '}'. (block-spacing)
(#724) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#724) Missing semicolon. (semi)
(#724) Requires a space before '}'. (block-spacing)
(#724) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#724) Missing semicolon. (semi)
(#724) 'ChemDoodle' is not defined. (no-undef)
(#724) A space is required after ','. (comma-spacing)
(#724) 'ChemDoodle' is not defined. (no-undef)
(#724) A space is required after ','. (comma-spacing)
(#724) 'ChemDoodle' is not defined. (no-undef)
(#724) A space is required after ','. (comma-spacing)
(#725) This line has a length of 506. Maximum allowed is 132. (max-len)
(#725) A space is required after ','. (comma-spacing)
(#725) A space is required after ','. (comma-spacing)
(#725) A space is required after ','. (comma-spacing)
(#725) A space is required after ','. (comma-spacing)
(#725) 'p' is defined but never used. (no-unused-vars)
(#725) Requires a space after '{'. (block-spacing)
(#725) Statement inside of curly braces should be on next line. (brace-style)
(#725) Missing space before opening brace. (space-before-blocks)
(#725) Operator '=' must be spaced. (space-infix-ops)
(#725) A space is required after ','. (comma-spacing)
(#725) Requires a space after '{'. (block-spacing)
(#725) Statement inside of curly braces should be on next line. (brace-style)
(#725) Missing space before opening brace. (space-before-blocks)
(#725) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#725) Operator '=' must be spaced. (space-infix-ops)
(#725) Missing whitespace after semicolon. (semi-spacing)
(#725) Operator '=' must be spaced. (space-infix-ops)
(#725) Operator '+' must be spaced. (space-infix-ops)
(#725) Requires a space before '}'. (block-spacing)
(#725) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#725) Missing semicolon. (semi)
(#725) Missing whitespace after semicolon. (semi-spacing)
(#725) Operator '=' must be spaced. (space-infix-ops)
(#725) Operator '=' must be spaced. (space-infix-ops)
(#725) Missing '()' invoking a constructor. (new-parens)
(#725) Missing whitespace after semicolon. (semi-spacing)
(#725) Operator '=' must be spaced. (space-infix-ops)
(#725) Missing whitespace after semicolon. (semi-spacing)
(#725) Operator '=' must be spaced. (space-infix-ops)
(#725) Requires a space after '{'. (block-spacing)
(#725) Statement inside of curly braces should be on next line. (brace-style)
(#725) Missing space before opening brace. (space-before-blocks)
(#725) Operator '=' must be spaced. (space-infix-ops)
(#725) Missing whitespace after semicolon. (semi-spacing)
(#725) Missing whitespace after semicolon. (semi-spacing)
(#725) Missing whitespace after semicolon. (semi-spacing)
(#725) Missing whitespace after semicolon. (semi-spacing)
(#725) Missing whitespace after semicolon. (semi-spacing)
(#725) Missing whitespace after semicolon. (semi-spacing)
(#725) Missing whitespace after semicolon. (semi-spacing)
(#725) Missing whitespace after semicolon. (semi-spacing)
(#725) Missing whitespace after semicolon. (semi-spacing)
(#725) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#725) Operator '?' must be spaced. (space-infix-ops)
(#725) Operator '+' must be spaced. (space-infix-ops)
(#725) Operator ':' must be spaced. (space-infix-ops)
(#726) This line has a length of 554. Maximum allowed is 132. (max-len)
(#726) Operator '=' must be spaced. (space-infix-ops)
(#726) 'ChemDoodle' is not defined. (no-undef)
(#726) Operator '+' must be spaced. (space-infix-ops)
(#726) A space is required after ','. (comma-spacing)
(#726) Missing whitespace after semicolon. (semi-spacing)
(#726) Operator '=' must be spaced. (space-infix-ops)
(#726) Missing whitespace after semicolon. (semi-spacing)
(#726) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#726) Missing whitespace after semicolon. (semi-spacing)
(#726) Operator '=' must be spaced. (space-infix-ops)
(#726) Missing whitespace after semicolon. (semi-spacing)
(#726) Operator '=' must be spaced. (space-infix-ops)
(#726) Requires a space after '{'. (block-spacing)
(#726) Statement inside of curly braces should be on next line. (brace-style)
(#726) Missing space before opening brace. (space-before-blocks)
(#726) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#726) Operator '&&' must be spaced. (space-infix-ops)
(#726) Operator '=' must be spaced. (space-infix-ops)
(#726) A space is required after ','. (comma-spacing)
(#726) Operator '=' must be spaced. (space-infix-ops)
(#726) A space is required after ','. (comma-spacing)
(#726) A space is required after ','. (comma-spacing)
(#726) Operator '=' must be spaced. (space-infix-ops)
(#726) A space is required after ','. (comma-spacing)
(#726) Operator '?' must be spaced. (space-infix-ops)
(#726) Operator ':' must be spaced. (space-infix-ops)
(#727) This line has a length of 205. Maximum allowed is 132. (max-len)
(#727) A space is required after ','. (comma-spacing)
(#727) Requires a space before '}'. (block-spacing)
(#727) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#727) Missing semicolon. (semi)
(#727) Missing whitespace after semicolon. (semi-spacing)
(#727) Missing space before value for key 'autoOpen'. (key-spacing)
(#727) A space is required after ','. (comma-spacing)
(#727) Missing space before value for key 'width'. (key-spacing)
(#727) A space is required after ','. (comma-spacing)
(#727) Missing space before value for key 'buttons'. (key-spacing)
(#727) Requires a space before '}'. (block-spacing)
(#727) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#727) Missing semicolon. (semi)
(#727) Requires a space before '}'. (block-spacing)
(#727) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#727) Missing semicolon. (semi)
(#727) 'ChemDoodle' is not defined. (no-undef)
(#727) A space is required after ','. (comma-spacing)
(#727) 'ChemDoodle' is not defined. (no-undef)
(#727) A space is required after ','. (comma-spacing)
(#727) 'ChemDoodle' is not defined. (no-undef)
(#727) A space is required after ','. (comma-spacing)
(#728) This line has a length of 508. Maximum allowed is 132. (max-len)
(#728) A space is required after ','. (comma-spacing)
(#728) A space is required after ','. (comma-spacing)
(#728) A space is required after ','. (comma-spacing)
(#728) Requires a space after '{'. (block-spacing)
(#728) Statement inside of curly braces should be on next line. (brace-style)
(#728) Missing space before opening brace. (space-before-blocks)
(#728) Operator '=' must be spaced. (space-infix-ops)
(#728) A space is required after ','. (comma-spacing)
(#728) A space is required after ','. (comma-spacing)
(#728) A space is required after ','. (comma-spacing)
(#728) Requires a space after '{'. (block-spacing)
(#728) Statement inside of curly braces should be on next line. (brace-style)
(#728) Missing space before opening brace. (space-before-blocks)
(#728) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#728) Operator '=' must be spaced. (space-infix-ops)
(#728) Missing whitespace after semicolon. (semi-spacing)
(#728) Operator '=' must be spaced. (space-infix-ops)
(#728) Missing whitespace after semicolon. (semi-spacing)
(#728) Operator '=' must be spaced. (space-infix-ops)
(#728) Missing whitespace after semicolon. (semi-spacing)
(#728) Operator '=' must be spaced. (space-infix-ops)
(#728) Requires a space before '}'. (block-spacing)
(#728) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#728) Missing semicolon. (semi)
(#728) Missing whitespace after semicolon. (semi-spacing)
(#728) Operator '=' must be spaced. (space-infix-ops)
(#728) Missing whitespace after semicolon. (semi-spacing)
(#728) Operator '=' must be spaced. (space-infix-ops)
(#728) Requires a space after '{'. (block-spacing)
(#728) Statement inside of curly braces should be on next line. (brace-style)
(#728) Missing space before opening brace. (space-before-blocks)
(#728) Operator '=' must be spaced. (space-infix-ops)
(#728) Missing whitespace after semicolon. (semi-spacing)
(#728) Missing whitespace after semicolon. (semi-spacing)
(#728) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#728) Operator '?' must be spaced. (space-infix-ops)
(#728) Operator ':' must be spaced. (space-infix-ops)
(#729) This line has a length of 501. Maximum allowed is 132. (max-len)
(#729) Missing whitespace after semicolon. (semi-spacing)
(#729) Missing whitespace after semicolon. (semi-spacing)
(#729) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#729) Missing whitespace after semicolon. (semi-spacing)
(#729) Missing whitespace after semicolon. (semi-spacing)
(#729) Missing whitespace after semicolon. (semi-spacing)
(#729) Requires a space before '}'. (block-spacing)
(#729) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#729) Missing semicolon. (semi)
(#729) Missing whitespace after semicolon. (semi-spacing)
(#729) Operator '=' must be spaced. (space-infix-ops)
(#729) Requires a space after '{'. (block-spacing)
(#729) Statement inside of curly braces should be on next line. (brace-style)
(#729) Missing space before opening brace. (space-before-blocks)
(#729) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#729) Operator '?' must be spaced. (space-infix-ops)
(#729) Operator '+' must be spaced. (space-infix-ops)
(#729) Operator ':' must be spaced. (space-infix-ops)
(#729) Missing whitespace after semicolon. (semi-spacing)
(#729) Operator '+' must be spaced. (space-infix-ops)
(#729) Missing whitespace after semicolon. (semi-spacing)
(#729) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#729) Operator '&&' must be spaced. (space-infix-ops)
(#729) Requires a space before '}'. (block-spacing)
(#729) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#729) Missing semicolon. (semi)
(#729) Missing whitespace after semicolon. (semi-spacing)
(#729) Operator '=' must be spaced. (space-infix-ops)
(#729) Requires a space after '{'. (block-spacing)
(#729) Statement inside of curly braces should be on next line. (brace-style)
(#729) Missing space before opening brace. (space-before-blocks)
(#729) Expected space(s) after "if". (keyword-spacing)
(#729) Expected { after 'if' condition. (curly)
(#729) Expected space(s) before "return". (keyword-spacing)
(#729) Expected space(s) after "return". (keyword-spacing)
(#729) Missing whitespace after semicolon. (semi-spacing)
(#729) Operator '=' must be spaced. (space-infix-ops)
(#729) Missing whitespace after semicolon. (semi-spacing)
(#729) Operator '=' must be spaced. (space-infix-ops)
(#729) Missing whitespace after semicolon. (semi-spacing)
(#729) Operator '=' must be spaced. (space-infix-ops)
(#729) Operator '+' must be spaced. (space-infix-ops)
(#729) Missing whitespace after semicolon. (semi-spacing)
(#729) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#729) Operator '?' must be spaced. (space-infix-ops)
(#729) Missing space before value for key 'my'. (key-spacing)
(#730) This line has a length of 377. Maximum allowed is 132. (max-len)
(#730) Missing space before value for key 'at'. (key-spacing)
(#730) A space is required after ','. (comma-spacing)
(#730) Missing space before value for key 'of'. (key-spacing)
(#730) A space is required after ','. (comma-spacing)
(#730) Missing space before value for key 'collision'. (key-spacing)
(#730) Operator ':' must be spaced. (space-infix-ops)
(#730) Missing space before value for key 'my'. (key-spacing)
(#730) A space is required after ','. (comma-spacing)
(#730) Missing space before value for key 'at'. (key-spacing)
(#730) A space is required after ','. (comma-spacing)
(#730) Missing space before value for key 'of'. (key-spacing)
(#730) Operator '+' must be spaced. (space-infix-ops)
(#730) A space is required after ','. (comma-spacing)
(#730) Missing space before value for key 'collision'. (key-spacing)
(#730) Missing whitespace after semicolon. (semi-spacing)
(#730) Expected space(s) after "return". (keyword-spacing)
(#730) Requires a space before '}'. (block-spacing)
(#730) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#730) Missing semicolon. (semi)
(#730) Missing whitespace after semicolon. (semi-spacing)
(#730) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#730) Operator '=' must be spaced. (space-infix-ops)
(#730) Requires a space after '{'. (block-spacing)
(#730) Statement inside of curly braces should be on next line. (brace-style)
(#730) Missing space before opening brace. (space-before-blocks)
(#730) Operator '=' must be spaced. (space-infix-ops)
(#730) Operator '+' must be spaced. (space-infix-ops)
(#730) Missing whitespace after semicolon. (semi-spacing)
(#730) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#730) Operator '?' must be spaced. (space-infix-ops)
(#730) Operator ':' must be spaced. (space-infix-ops)
(#730) Missing whitespace after semicolon. (semi-spacing)
(#730) Expected space(s) after "if". (keyword-spacing)
(#730) Expected { after 'if' condition. (curly)
(#730) Expected space(s) before "this". (keyword-spacing)
(#730) Missing whitespace after semicolon. (semi-spacing)
(#730) Operator '=' must be spaced. (space-infix-ops)
(#730) Missing whitespace after semicolon. (semi-spacing)
(#730) Operator '=' must be spaced. (space-infix-ops)
(#730) Requires a space before '}'. (block-spacing)
(#730) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#730) Missing semicolon. (semi)
(#730) Requires a space before '}'. (block-spacing)
(#730) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#730) Missing semicolon. (semi)
(#730) 'ChemDoodle' is not defined. (no-undef)
(#730) A space is required after ','. (comma-spacing)
(#730) 'ChemDoodle' is not defined. (no-undef)
(#730) A space is required after ','. (comma-spacing)
(#731) This line has a length of 509. Maximum allowed is 132. (max-len)
(#731) A space is required after ','. (comma-spacing)
(#731) A space is required after ','. (comma-spacing)
(#731) A space is required after ','. (comma-spacing)
(#731) A space is required after ','. (comma-spacing)
(#731) 'p' is defined but never used. (no-unused-vars)
(#731) Requires a space after '{'. (block-spacing)
(#731) Statement inside of curly braces should be on next line. (brace-style)
(#731) Missing space before opening brace. (space-before-blocks)
(#731) Operator '=' must be spaced. (space-infix-ops)
(#731) A space is required after ','. (comma-spacing)
(#731) Requires a space after '{'. (block-spacing)
(#731) Statement inside of curly braces should be on next line. (brace-style)
(#731) Missing space before opening brace. (space-before-blocks)
(#731) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#731) Operator '=' must be spaced. (space-infix-ops)
(#731) Missing whitespace after semicolon. (semi-spacing)
(#731) Operator '=' must be spaced. (space-infix-ops)
(#731) Requires a space before '}'. (block-spacing)
(#731) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#731) Missing semicolon. (semi)
(#731) Missing whitespace after semicolon. (semi-spacing)
(#731) Operator '=' must be spaced. (space-infix-ops)
(#731) Operator '=' must be spaced. (space-infix-ops)
(#731) Missing '()' invoking a constructor. (new-parens)
(#731) Missing whitespace after semicolon. (semi-spacing)
(#731) Operator '=' must be spaced. (space-infix-ops)
(#731) Missing whitespace after semicolon. (semi-spacing)
(#731) Operator '=' must be spaced. (space-infix-ops)
(#731) Requires a space after '{'. (block-spacing)
(#731) Statement inside of curly braces should be on next line. (brace-style)
(#731) Missing space before opening brace. (space-before-blocks)
(#731) Operator '+' must be spaced. (space-infix-ops)
(#731) Operator '+' must be spaced. (space-infix-ops)
(#731) Requires a space before '}'. (block-spacing)
(#731) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#731) Missing semicolon. (semi)
(#731) Missing whitespace after semicolon. (semi-spacing)
(#731) Operator '=' must be spaced. (space-infix-ops)
(#731) Requires a space after '{'. (block-spacing)
(#731) Statement inside of curly braces should be on next line. (brace-style)
(#731) Missing space before opening brace. (space-before-blocks)
(#731) Operator '=' must be spaced. (space-infix-ops)
(#731) Missing whitespace after semicolon. (semi-spacing)
(#731) Missing whitespace after semicolon. (semi-spacing)
(#731) Missing whitespace after semicolon. (semi-spacing)
(#731) Missing whitespace after semicolon. (semi-spacing)
(#731) Missing whitespace after semicolon. (semi-spacing)
(#731) Missing whitespace after semicolon. (semi-spacing)
(#731) Missing whitespace after semicolon. (semi-spacing)
(#732) This line has a length of 539. Maximum allowed is 132. (max-len)
(#732) Missing whitespace after semicolon. (semi-spacing)
(#732) Missing whitespace after semicolon. (semi-spacing)
(#732) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#732) Missing whitespace after semicolon. (semi-spacing)
(#732) Missing whitespace after semicolon. (semi-spacing)
(#732) Missing whitespace after semicolon. (semi-spacing)
(#732) Missing whitespace after semicolon. (semi-spacing)
(#732) Missing whitespace after semicolon. (semi-spacing)
(#732) Missing whitespace after semicolon. (semi-spacing)
(#732) Missing whitespace after semicolon. (semi-spacing)
(#733) This line has a length of 515. Maximum allowed is 132. (max-len)
(#733) Missing whitespace after semicolon. (semi-spacing)
(#733) Missing whitespace after semicolon. (semi-spacing)
(#733) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#733) Missing whitespace after semicolon. (semi-spacing)
(#733) Missing whitespace after semicolon. (semi-spacing)
(#733) Missing whitespace after semicolon. (semi-spacing)
(#733) Missing whitespace after semicolon. (semi-spacing)
(#733) Missing whitespace after semicolon. (semi-spacing)
(#733) Missing whitespace after semicolon. (semi-spacing)
(#734) This line has a length of 604. Maximum allowed is 132. (max-len)
(#734) Missing whitespace after semicolon. (semi-spacing)
(#734) Missing whitespace after semicolon. (semi-spacing)
(#734) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#734) Missing whitespace after semicolon. (semi-spacing)
(#734) Missing whitespace after semicolon. (semi-spacing)
(#734) Missing whitespace after semicolon. (semi-spacing)
(#734) Missing whitespace after semicolon. (semi-spacing)
(#734) Missing whitespace after semicolon. (semi-spacing)
(#734) Missing whitespace after semicolon. (semi-spacing)
(#734) Missing whitespace after semicolon. (semi-spacing)
(#734) Missing whitespace after semicolon. (semi-spacing)
(#735) This line has a length of 548. Maximum allowed is 132. (max-len)
(#735) Missing whitespace after semicolon. (semi-spacing)
(#735) Missing whitespace after semicolon. (semi-spacing)
(#735) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#735) Missing whitespace after semicolon. (semi-spacing)
(#735) Missing whitespace after semicolon. (semi-spacing)
(#735) Missing whitespace after semicolon. (semi-spacing)
(#735) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#735) Operator '?' must be spaced. (space-infix-ops)
(#735) Operator '+' must be spaced. (space-infix-ops)
(#735) Operator ':' must be spaced. (space-infix-ops)
(#735) Missing whitespace after semicolon. (semi-spacing)
(#735) Operator '=' must be spaced. (space-infix-ops)
(#735) Missing whitespace after semicolon. (semi-spacing)
(#735) Operator '+' must be spaced. (space-infix-ops)
(#735) Operator '+' must be spaced. (space-infix-ops)
(#735) Requires a space after '{'. (block-spacing)
(#735) Statement inside of curly braces should be on next line. (brace-style)
(#735) Missing space before opening brace. (space-before-blocks)
(#735) Operator '+' must be spaced. (space-infix-ops)
(#735) Operator '+' must be spaced. (space-infix-ops)
(#735) Missing whitespace after semicolon. (semi-spacing)
(#735) 'ChemDoodle' is not defined. (no-undef)
(#735) Operator '?' must be spaced. (space-infix-ops)
(#736) This line has a length of 406. Maximum allowed is 132. (max-len)
(#736) Operator ':' must be spaced. (space-infix-ops)
(#736) A space is required after ','. (comma-spacing)
(#736) Missing space before value for key 'ext'. (key-spacing)
(#736) Operator '+' must be spaced. (space-infix-ops)
(#736) Operator '+' must be spaced. (space-infix-ops)
(#736) A space is required after ','. (comma-spacing)
(#736) Requires a space after '{'. (block-spacing)
(#736) Statement inside of curly braces should be on next line. (brace-style)
(#736) Missing space before opening brace. (space-before-blocks)
(#736) Operator '+' must be spaced. (space-infix-ops)
(#736) Operator '+' must be spaced. (space-infix-ops)
(#736) Operator '+' must be spaced. (space-infix-ops)
(#736) Operator '+' must be spaced. (space-infix-ops)
(#736) Requires a space before '}'. (block-spacing)
(#736) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#736) Missing semicolon. (semi)
(#736) Requires a space before '}'. (block-spacing)
(#736) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#736) Missing semicolon. (semi)
(#736) Missing whitespace after semicolon. (semi-spacing)
(#736) Missing space before value for key 'autoOpen'. (key-spacing)
(#736) A space is required after ','. (comma-spacing)
(#736) Missing space before value for key 'width'. (key-spacing)
(#736) A space is required after ','. (comma-spacing)
(#736) Missing space before value for key 'buttons'. (key-spacing)
(#736) Requires a space before '}'. (block-spacing)
(#736) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#736) Missing semicolon. (semi)
(#736) Requires a space before '}'. (block-spacing)
(#736) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#736) Missing semicolon. (semi)
(#736) 'ChemDoodle' is not defined. (no-undef)
(#736) A space is required after ','. (comma-spacing)
(#736) 'ChemDoodle' is not defined. (no-undef)
(#736) A space is required after ','. (comma-spacing)
(#736) 'ChemDoodle' is not defined. (no-undef)
(#736) A space is required after ','. (comma-spacing)
(#737) This line has a length of 527. Maximum allowed is 132. (max-len)
(#737) A space is required after ','. (comma-spacing)
(#737) A space is required after ','. (comma-spacing)
(#737) A space is required after ','. (comma-spacing)
(#737) A space is required after ','. (comma-spacing)
(#737) A space is required after ','. (comma-spacing)
(#737) A space is required after ','. (comma-spacing)
(#737) A space is required after ','. (comma-spacing)
(#737) A space is required after ','. (comma-spacing)
(#737) A space is required after ','. (comma-spacing)
(#737) Requires a space after '{'. (block-spacing)
(#737) Statement inside of curly braces should be on next line. (brace-style)
(#737) Missing space before opening brace. (space-before-blocks)
(#737) Operator '=' must be spaced. (space-infix-ops)
(#737) Missing '()' invoking a constructor. (new-parens)
(#737) A space is required after ','. (comma-spacing)
(#737) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#737) Operator '=' must be spaced. (space-infix-ops)
(#737) Missing whitespace after semicolon. (semi-spacing)
(#737) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#737) Operator '=' must be spaced. (space-infix-ops)
(#737) A space is required after ','. (comma-spacing)
(#737) Requires a space after '{'. (block-spacing)
(#737) Statement inside of curly braces should be on next line. (brace-style)
(#737) Missing space before opening brace. (space-before-blocks)
(#737) Operator '=' must be spaced. (space-infix-ops)
(#737) Missing whitespace after semicolon. (semi-spacing)
(#737) Operator '=' must be spaced. (space-infix-ops)
(#737) Operator '+' must be spaced. (space-infix-ops)
(#737) Requires a space before '}'. (block-spacing)
(#737) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#737) Missing semicolon. (semi)
(#737) Missing whitespace after semicolon. (semi-spacing)
(#737) Operator '=' must be spaced. (space-infix-ops)
(#737) Operator '=' must be spaced. (space-infix-ops)
(#737) Missing '()' invoking a constructor. (new-parens)
(#737) Missing whitespace after semicolon. (semi-spacing)
(#737) Operator '=' must be spaced. (space-infix-ops)
(#737) Missing whitespace after semicolon. (semi-spacing)
(#737) Operator '=' must be spaced. (space-infix-ops)
(#737) Requires a space after '{'. (block-spacing)
(#737) Statement inside of curly braces should be on next line. (brace-style)
(#737) Missing space before opening brace. (space-before-blocks)
(#737) Operator '=' must be spaced. (space-infix-ops)
(#737) A space is required after ','. (comma-spacing)
(#737) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#737) Operator '=' must be spaced. (space-infix-ops)
(#737) Missing whitespace after semicolon. (semi-spacing)
(#737) Missing whitespace after semicolon. (semi-spacing)
(#737) Missing whitespace after semicolon. (semi-spacing)
(#737) Missing whitespace after semicolon. (semi-spacing)
(#737) Missing whitespace after semicolon. (semi-spacing)
(#737) Missing whitespace after semicolon. (semi-spacing)
(#737) Missing whitespace after semicolon. (semi-spacing)
(#737) Missing whitespace after semicolon. (semi-spacing)
(#738) This line has a length of 625. Maximum allowed is 132. (max-len)
(#738) Missing whitespace after semicolon. (semi-spacing)
(#738) Missing whitespace after semicolon. (semi-spacing)
(#738) This line has 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#738) Missing whitespace after semicolon. (semi-spacing)
(#738) Missing whitespace after semicolon. (semi-spacing)
(#738) Missing whitespace after semicolon. (semi-spacing)
(#738) Missing whitespace after semicolon. (semi-spacing)
(#738) Expected space(s) after "for". (keyword-spacing)
(#738) Operator '=' must be spaced. (space-infix-ops)
(#738) A space is required after ','. (comma-spacing)
(#738) Operator '=' must be spaced. (space-infix-ops)
(#738) Missing whitespace after semicolon. (semi-spacing)
(#738) Operator '<' must be spaced. (space-infix-ops)
(#738) Missing whitespace after semicolon. (semi-spacing)
(#738) Requires a space after '{'. (block-spacing)
(#738) Statement inside of curly braces should be on next line. (brace-style)
(#738) Missing space before opening brace. (space-before-blocks)
(#738) Operator '=' must be spaced. (space-infix-ops)
(#738) Missing whitespace after semicolon. (semi-spacing)
(#738) Missing whitespace after semicolon. (semi-spacing)
(#738) Missing whitespace after semicolon. (semi-spacing)
(#738) Missing whitespace after semicolon. (semi-spacing)
(#738) Missing whitespace after semicolon. (semi-spacing)
(#738) Requires a space before '}'. (block-spacing)
(#738) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#738) Missing semicolon. (semi)
(#738) Missing whitespace after semicolon. (semi-spacing)
(#738) Missing whitespace after semicolon. (semi-spacing)
(#738) Missing whitespace after semicolon. (semi-spacing)
(#738) Missing whitespace after semicolon. (semi-spacing)
(#738) Missing whitespace after semicolon. (semi-spacing)
(#738) Missing whitespace after semicolon. (semi-spacing)
(#739) This line has a length of 522. Maximum allowed is 132. (max-len)
(#739) 'y' used outside of binding context. (block-scoped-var)
(#739) Operator '=' must be spaced. (space-infix-ops)
(#739) Missing whitespace after semicolon. (semi-spacing)
(#739) Expected space(s) after "for". (keyword-spacing)
(#739) 'B' used outside of binding context. (block-scoped-var)
(#739) Operator '=' must be spaced. (space-infix-ops)
(#739) Missing whitespace after semicolon. (semi-spacing)
(#739) 'y' used outside of binding context. (block-scoped-var)
(#739) Operator '<' must be spaced. (space-infix-ops)
(#739) 'B' used outside of binding context. (block-scoped-var)
(#739) Missing whitespace after semicolon. (semi-spacing)
(#739) 'y' used outside of binding context. (block-scoped-var)
(#739) 'A' used outside of binding context. (block-scoped-var)
(#739) Expected { after 'for' condition. (curly)
(#739) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#739) Operator '=' must be spaced. (space-infix-ops)
(#739) 'y' used outside of binding context. (block-scoped-var)
(#739) Unexpected use of comma operator. (no-sequences)
(#739) A space is required after ','. (comma-spacing)
(#739) 'A' used outside of binding context. (block-scoped-var)
(#739) Operator '=' must be spaced. (space-infix-ops)
(#739) 'A' used outside of binding context. (block-scoped-var)
(#739) A space is required after ','. (comma-spacing)
(#739) A space is required after ','. (comma-spacing)
(#739) A space is required after ','. (comma-spacing)
(#739) A space is required after ','. (comma-spacing)
(#739) A space is required after ','. (comma-spacing)
(#739) 'A' used outside of binding context. (block-scoped-var)
(#739) A space is required after ','. (comma-spacing)
(#739) A space is required after ','. (comma-spacing)
(#739) Missing whitespace after semicolon. (semi-spacing)
(#739) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#739) Missing whitespace after semicolon. (semi-spacing)
(#739) Missing whitespace after semicolon. (semi-spacing)
(#739) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#739) Operator '?' must be spaced. (space-infix-ops)
(#739) Operator '+' must be spaced. (space-infix-ops)
(#739) Operator ':' must be spaced. (space-infix-ops)
(#739) Missing whitespace after semicolon. (semi-spacing)
(#739) Operator '=' must be spaced. (space-infix-ops)
(#739) Operator '+' must be spaced. (space-infix-ops)
(#739) A space is required after ','. (comma-spacing)
(#739) A space is required after ','. (comma-spacing)
(#739) Missing whitespace after semicolon. (semi-spacing)
(#739) Operator '=' must be spaced. (space-infix-ops)
(#739) Missing whitespace after semicolon. (semi-spacing)
(#739) Operator '=' must be spaced. (space-infix-ops)
(#739) Operator '+' must be spaced. (space-infix-ops)
(#740) This line has a length of 513. Maximum allowed is 132. (max-len)
(#740) A space is required after ','. (comma-spacing)
(#740) A space is required after ','. (comma-spacing)
(#740) Missing whitespace after semicolon. (semi-spacing)
(#740) Operator '=' must be spaced. (space-infix-ops)
(#740) Requires a space after '{'. (block-spacing)
(#740) Statement inside of curly braces should be on next line. (brace-style)
(#740) Missing space before opening brace. (space-before-blocks)
(#740) Expected space(s) after "if". (keyword-spacing)
(#740) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#740) Operator '!==' must be spaced. (space-infix-ops)
(#740) Requires a space after '{'. (block-spacing)
(#740) Statement inside of curly braces should be on next line. (brace-style)
(#740) Missing space before opening brace. (space-before-blocks)
(#740) Operator '=' must be spaced. (space-infix-ops)
(#740) Missing whitespace after semicolon. (semi-spacing)
(#740) Expected space(s) after "for". (keyword-spacing)
(#740) Operator '=' must be spaced. (space-infix-ops)
(#740) Missing whitespace after semicolon. (semi-spacing)
(#740) Operator '<' must be spaced. (space-infix-ops)
(#740) Missing whitespace after semicolon. (semi-spacing)
(#740) Expected { after 'for' condition. (curly)
(#740) Expected space(s) before "this". (keyword-spacing)
(#740) Operator '=' must be spaced. (space-infix-ops)
(#740) Missing whitespace after semicolon. (semi-spacing)
(#740) Requires a space before '}'. (block-spacing)
(#740) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#740) Missing semicolon. (semi)
(#740) Requires a space before '}'. (block-spacing)
(#740) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#740) Missing whitespace after semicolon. (semi-spacing)
(#740) Operator '=' must be spaced. (space-infix-ops)
(#740) Missing whitespace after semicolon. (semi-spacing)
(#740) Operator '=' must be spaced. (space-infix-ops)
(#740) Requires a space after '{'. (block-spacing)
(#740) Statement inside of curly braces should be on next line. (brace-style)
(#740) Missing space before opening brace. (space-before-blocks)
(#740) Expected space(s) after "if". (keyword-spacing)
(#740) Operator '!==' must be spaced. (space-infix-ops)
(#740) Requires a space after '{'. (block-spacing)
(#740) Statement inside of curly braces should be on next line. (brace-style)
(#740) Missing space before opening brace. (space-before-blocks)
(#740) Operator '=' must be spaced. (space-infix-ops)
(#740) Missing whitespace after semicolon. (semi-spacing)
(#740) Operator '=' must be spaced. (space-infix-ops)
(#740) Operator '/' must be spaced. (space-infix-ops)
(#740) Operator '+' must be spaced. (space-infix-ops)
(#740) Operator '-' must be spaced. (space-infix-ops)
(#740) Operator '/' must be spaced. (space-infix-ops)
(#740) Operator '/' must be spaced. (space-infix-ops)
(#740) Missing whitespace after semicolon. (semi-spacing)
(#740) Operator '=' must be spaced. (space-infix-ops)
(#740) Operator '/' must be spaced. (space-infix-ops)
(#740) Operator '+' must be spaced. (space-infix-ops)
(#740) Operator '-' must be spaced. (space-infix-ops)
(#740) Operator '/' must be spaced. (space-infix-ops)
(#740) Operator '/' must be spaced. (space-infix-ops)
(#740) Missing whitespace after semicolon. (semi-spacing)
(#740) Expected space(s) after "for". (keyword-spacing)
(#740) Operator '=' must be spaced. (space-infix-ops)
(#740) A space is required after ','. (comma-spacing)
(#740) Operator '=' must be spaced. (space-infix-ops)
(#740) Missing whitespace after semicolon. (semi-spacing)
(#740) Operator '<' must be spaced. (space-infix-ops)
(#740) Missing whitespace after semicolon. (semi-spacing)
(#740) Requires a space after '{'. (block-spacing)
(#740) Statement inside of curly braces should be on next line. (brace-style)
(#740) Missing space before opening brace. (space-before-blocks)
(#740) Operator '=' must be spaced. (space-infix-ops)
(#741) This line has a length of 528. Maximum allowed is 132. (max-len)
(#741) Operator '=' must be spaced. (space-infix-ops)
(#741) Missing whitespace after semicolon. (semi-spacing)
(#741) Expected space(s) after "if". (keyword-spacing)
(#741) Operator '===' must be spaced. (space-infix-ops)
(#741) Operator '||' must be spaced. (space-infix-ops)
(#741) Operator '<' must be spaced. (space-infix-ops)
(#741) Expected { after 'if' condition. (curly)
(#741) Operator '=' must be spaced. (space-infix-ops)
(#741) Requires a space before '}'. (block-spacing)
(#741) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#741) Missing semicolon. (semi)
(#741) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#741) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#741) Operator '>' must be spaced. (space-infix-ops)
(#741) Operator '&&' must be spaced. (space-infix-ops)
(#741) Operator '=' must be spaced. (space-infix-ops)
(#741) Missing whitespace after semicolon. (semi-spacing)
(#741) Requires a space before '}'. (block-spacing)
(#741) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#741) Missing semicolon. (semi)
(#741) Requires a space before '}'. (block-spacing)
(#741) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#741) Missing whitespace after semicolon. (semi-spacing)
(#741) Operator '=' must be spaced. (space-infix-ops)
(#741) Requires a space after '{'. (block-spacing)
(#741) Statement inside of curly braces should be on next line. (brace-style)
(#741) Missing space before opening brace. (space-before-blocks)
(#741) Expected space(s) after "if". (keyword-spacing)
(#741) Operator '!==' must be spaced. (space-infix-ops)
(#741) Requires a space after '{'. (block-spacing)
(#741) Statement inside of curly braces should be on next line. (brace-style)
(#741) Missing space before opening brace. (space-before-blocks)
(#741) Operator '=' must be spaced. (space-infix-ops)
(#741) Missing whitespace after semicolon. (semi-spacing)
(#741) Expected space(s) after "for". (keyword-spacing)
(#741) Operator '=' must be spaced. (space-infix-ops)
(#741) A space is required after ','. (comma-spacing)
(#741) Operator '=' must be spaced. (space-infix-ops)
(#741) Missing whitespace after semicolon. (semi-spacing)
(#741) Operator '<' must be spaced. (space-infix-ops)
(#741) Missing whitespace after semicolon. (semi-spacing)
(#741) Expected { after 'for' condition. (curly)
(#741) Expected space(s) before "if". (keyword-spacing)
(#741) Expected space(s) after "if". (keyword-spacing)
(#741) Requires a space after '{'. (block-spacing)
(#741) Statement inside of curly braces should be on next line. (brace-style)
(#741) Missing space before opening brace. (space-before-blocks)
(#741) Operator '=' must be spaced. (space-infix-ops)
(#741) Missing whitespace after semicolon. (semi-spacing)
(#741) Requires a space before '}'. (block-spacing)
(#741) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#741) Missing semicolon. (semi)
(#741) Expected space(s) before "if". (keyword-spacing)
(#741) Expected space(s) after "if". (keyword-spacing)
(#741) Expected { after 'if' condition. (curly)
(#741) Expected space(s) before "for". (keyword-spacing)
(#741) Expected space(s) after "for". (keyword-spacing)
(#741) Operator '=' must be spaced. (space-infix-ops)
(#741) A space is required after ','. (comma-spacing)
(#741) 'b' used outside of binding context. (block-scoped-var)
(#741) Operator '=' must be spaced. (space-infix-ops)
(#741) Missing whitespace after semicolon. (semi-spacing)
(#741) Operator '<' must be spaced. (space-infix-ops)
(#741) 'b' used outside of binding context. (block-scoped-var)
(#741) Missing whitespace after semicolon. (semi-spacing)
(#741) 'd' used outside of binding context. (block-scoped-var)
(#741) Expected { after 'for' condition. (curly)
(#741) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#741) Operator '=' must be spaced. (space-infix-ops)
(#741) Unexpected use of comma operator. (no-sequences)
(#741) A space is required after ','. (comma-spacing)
(#741) 'd' used outside of binding context. (block-scoped-var)
(#741) Operator '=' must be spaced. (space-infix-ops)
(#741) A space is required after ','. (comma-spacing)
(#741) 'd' used outside of binding context. (block-scoped-var)
(#741) Operator '&&' must be spaced. (space-infix-ops)
(#741) 'd' used outside of binding context. (block-scoped-var)
(#741) Operator '=' must be spaced. (space-infix-ops)
(#741) A space is required after ','. (comma-spacing)
(#741) 'd' used outside of binding context. (block-scoped-var)
(#741) Operator '=' must be spaced. (space-infix-ops)
(#741) A space is required after ','. (comma-spacing)
(#741) Operator '=' must be spaced. (space-infix-ops)
(#741) A space is required after ','. (comma-spacing)
(#742) This line has a length of 508. Maximum allowed is 132. (max-len)
(#742) Missing whitespace after semicolon. (semi-spacing)
(#742) Requires a space before '}'. (block-spacing)
(#742) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#742) Missing semicolon. (semi)
(#742) Requires a space before '}'. (block-spacing)
(#742) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#742) Missing whitespace after semicolon. (semi-spacing)
(#742) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#742) Operator '=' must be spaced. (space-infix-ops)
(#742) Requires a space after '{'. (block-spacing)
(#742) Statement inside of curly braces should be on next line. (brace-style)
(#742) Missing space before opening brace. (space-before-blocks)
(#742) Missing whitespace after semicolon. (semi-spacing)
(#742) Requires a space before '}'. (block-spacing)
(#742) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#742) Missing semicolon. (semi)
(#742) Missing whitespace after semicolon. (semi-spacing)
(#742) Operator '=' must be spaced. (space-infix-ops)
(#742) A space is required after ','. (comma-spacing)
(#742) Requires a space after '{'. (block-spacing)
(#742) Statement inside of curly braces should be on next line. (brace-style)
(#742) Missing space before opening brace. (space-before-blocks)
(#742) Operator '=' must be spaced. (space-infix-ops)
(#742) Missing whitespace after semicolon. (semi-spacing)
(#742) Operator '=' must be spaced. (space-infix-ops)
(#742) Missing whitespace after semicolon. (semi-spacing)
(#742) Missing whitespace after semicolon. (semi-spacing)
(#742) A space is required after ','. (comma-spacing)
(#742) A space is required after ','. (comma-spacing)
(#742) A space is required after ','. (comma-spacing)
(#742) A space is required after ','. (comma-spacing)
(#742) Operator '*' must be spaced. (space-infix-ops)
(#742) A space is required after ','. (comma-spacing)
(#742) Missing whitespace after semicolon. (semi-spacing)
(#742) Missing whitespace after semicolon. (semi-spacing)
(#742) Operator '=' must be spaced. (space-infix-ops)
(#742) Missing whitespace after semicolon. (semi-spacing)
(#742) Operator '=' must be spaced. (space-infix-ops)
(#742) Missing whitespace after semicolon. (semi-spacing)
(#742) A space is required after ','. (comma-spacing)
(#742) A space is required after ','. (comma-spacing)
(#742) Missing whitespace after semicolon. (semi-spacing)
(#742) Missing whitespace after semicolon. (semi-spacing)
(#742) Operator '/' must be spaced. (space-infix-ops)
(#742) A space is required after ','. (comma-spacing)
(#742) Operator '/' must be spaced. (space-infix-ops)
(#742) Missing whitespace after semicolon. (semi-spacing)
(#742) Missing whitespace after semicolon. (semi-spacing)
(#743) This line has a length of 502. Maximum allowed is 132. (max-len)
(#743) Missing whitespace after semicolon. (semi-spacing)
(#743) Operator '/' must be spaced. (space-infix-ops)
(#743) A space is required after ','. (comma-spacing)
(#743) Operator '/' must be spaced. (space-infix-ops)
(#743) Missing whitespace after semicolon. (semi-spacing)
(#743) Expected space(s) after "if". (keyword-spacing)
(#743) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#743) Operator '!==' must be spaced. (space-infix-ops)
(#743) Requires a space after '{'. (block-spacing)
(#743) Statement inside of curly braces should be on next line. (brace-style)
(#743) Missing space before opening brace. (space-before-blocks)
(#743) Operator '=' must be spaced. (space-infix-ops)
(#743) Missing whitespace after semicolon. (semi-spacing)
(#743) Expected space(s) after "for". (keyword-spacing)
(#743) Operator '=' must be spaced. (space-infix-ops)
(#743) Missing whitespace after semicolon. (semi-spacing)
(#743) Operator '<' must be spaced. (space-infix-ops)
(#743) Missing whitespace after semicolon. (semi-spacing)
(#743) Expected { after 'for' condition. (curly)
(#743) Expected space(s) before "this". (keyword-spacing)
(#743) A space is required after ','. (comma-spacing)
(#743) Requires a space before '}'. (block-spacing)
(#743) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#743) Missing semicolon. (semi)
(#743) Requires a space before '}'. (block-spacing)
(#743) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#743) Missing semicolon. (semi)
(#743) Missing whitespace after semicolon. (semi-spacing)
(#743) Missing space before value for key 'autoOpen'. (key-spacing)
(#743) A space is required after ','. (comma-spacing)
(#743) Missing space before value for key 'width'. (key-spacing)
(#743) A space is required after ','. (comma-spacing)
(#743) Missing space before value for key 'height'. (key-spacing)
(#743) A space is required after ','. (comma-spacing)
(#743) Missing space before value for key 'buttons'. (key-spacing)
(#743) A space is required after ','. (comma-spacing)
(#743) Missing space before value for key 'open'. (key-spacing)
(#743) Requires a space after '{'. (block-spacing)
(#743) Statement inside of curly braces should be on next line. (brace-style)
(#743) Missing space before opening brace. (space-before-blocks)
(#743) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#743) Operator '||' must be spaced. (space-infix-ops)
(#743) Operator '=' must be spaced. (space-infix-ops)
(#743) A space is required after ','. (comma-spacing)
(#743) Requires a space before '}'. (block-spacing)
(#743) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#743) Missing semicolon. (semi)
(#743) Missing whitespace after semicolon. (semi-spacing)
(#743) Operator '+' must be spaced. (space-infix-ops)
(#743) Operator '+' must be spaced. (space-infix-ops)
(#743) Requires a space after '{'. (block-spacing)
(#743) Statement inside of curly braces should be on next line. (brace-style)
(#743) Missing space before opening brace. (space-before-blocks)
(#743) Expected space(s) after "for". (keyword-spacing)
(#743) Operator '=' must be spaced. (space-infix-ops)
(#743) A space is required after ','. (comma-spacing)
(#743) Operator '=' must be spaced. (space-infix-ops)
(#743) A space is required after ','. (comma-spacing)
(#743) Operator '=' must be spaced. (space-infix-ops)
(#743) Missing whitespace after semicolon. (semi-spacing)
(#743) Operator '<' must be spaced. (space-infix-ops)
(#743) Missing whitespace after semicolon. (semi-spacing)
(#743) Expected { after 'for' condition. (curly)
(#743) Operator '+' must be spaced. (space-infix-ops)
(#743) Operator '+' must be spaced. (space-infix-ops)
(#743) Operator '+' must be spaced. (space-infix-ops)
(#743) Operator '+' must be spaced. (space-infix-ops)
(#743) Missing whitespace after semicolon. (semi-spacing)
(#743) Operator '+' must be spaced. (space-infix-ops)
(#744) This line has a length of 524. Maximum allowed is 132. (max-len)
(#744) Operator '+' must be spaced. (space-infix-ops)
(#744) Operator '+' must be spaced. (space-infix-ops)
(#744) 'a' used outside of binding context. (block-scoped-var)
(#744) Operator '+' must be spaced. (space-infix-ops)
(#744) Missing whitespace after semicolon. (semi-spacing)
(#744) Operator '+' must be spaced. (space-infix-ops)
(#744) Operator '+' must be spaced. (space-infix-ops)
(#744) Missing whitespace after semicolon. (semi-spacing)
(#744) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#744) 'a' used outside of binding context. (block-scoped-var)
(#744) A space is required after ','. (comma-spacing)
(#744) A space is required after ','. (comma-spacing)
(#744) Requires a space before '}'. (block-spacing)
(#744) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#744) Missing semicolon. (semi)
(#744) Missing whitespace after semicolon. (semi-spacing)
(#744) Operator '+' must be spaced. (space-infix-ops)
(#744) Operator '+' must be spaced. (space-infix-ops)
(#744) Requires a space after '{'. (block-spacing)
(#744) Statement inside of curly braces should be on next line. (brace-style)
(#744) Missing space before opening brace. (space-before-blocks)
(#744) Expected space(s) after "if". (keyword-spacing)
(#744) Operator '===' must be spaced. (space-infix-ops)
(#744) Expected { after 'if' condition. (curly)
(#744) Unexpected alert. (no-alert)
(#744) Missing whitespace after semicolon. (semi-spacing)
(#744) Expected space(s) after "else". (keyword-spacing)
(#744) Requires a space after '{'. (block-spacing)
(#744) Statement inside of curly braces should be on next line. (brace-style)
(#744) Operator '=' must be spaced. (space-infix-ops)
(#744) Missing whitespace after semicolon. (semi-spacing)
(#744) Expected space(s) after "if". (keyword-spacing)
(#744) Operator '<' must be spaced. (space-infix-ops)
(#744) Expected { after 'if' condition. (curly)
(#744) Expected space(s) before "for". (keyword-spacing)
(#744) Expected space(s) after "for". (keyword-spacing)
(#744) Operator '=' must be spaced. (space-infix-ops)
(#744) A space is required after ','. (comma-spacing)
(#744) Operator '=' must be spaced. (space-infix-ops)
(#744) A space is required after ','. (comma-spacing)
(#744) Operator '=' must be spaced. (space-infix-ops)
(#744) Missing whitespace after semicolon. (semi-spacing)
(#744) Operator '<' must be spaced. (space-infix-ops)
(#744) Missing whitespace after semicolon. (semi-spacing)
(#744) Expected { after 'for' condition. (curly)
(#744) Expected space(s) before "if". (keyword-spacing)
(#744) Expected space(s) after "if". (keyword-spacing)
(#744) Operator '!==' must be spaced. (space-infix-ops)
(#744) Requires a space after '{'. (block-spacing)
(#744) Statement inside of curly braces should be on next line. (brace-style)
(#744) Missing space before opening brace. (space-before-blocks)
(#744) Operator '=' must be spaced. (space-infix-ops)
(#744) Missing whitespace after semicolon. (semi-spacing)
(#744) Unexpected alert. (no-alert)
(#745) This line has a length of 501. Maximum allowed is 132. (max-len)
(#745) Requires a space before '}'. (block-spacing)
(#745) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#745) Missing semicolon. (semi)
(#745) Expected space(s) before "if". (keyword-spacing)
(#745) Expected space(s) after "if". (keyword-spacing)
(#745) Operator '&&' must be spaced. (space-infix-ops)
(#745) 'f' used outside of binding context. (block-scoped-var)
(#745) Operator '=' must be spaced. (space-infix-ops)
(#745) Unexpected prompt. (no-alert)
(#745) A space is required after ','. (comma-spacing)
(#745) A space is required after ','. (comma-spacing)
(#745) Operator '!==' must be spaced. (space-infix-ops)
(#745) 'f' used outside of binding context. (block-scoped-var)
(#745) Requires a space after '{'. (block-spacing)
(#745) Statement inside of curly braces should be on next line. (brace-style)
(#745) Missing space before opening brace. (space-before-blocks)
(#745) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#745) Operator '=' must be spaced. (space-infix-ops)
(#745) Operator '-' must be spaced. (space-infix-ops)
(#745) Missing whitespace after semicolon. (semi-spacing)
(#745) Operator '=' must be spaced. (space-infix-ops)
(#745) Missing whitespace after semicolon. (semi-spacing)
(#745) 'b' used outside of binding context. (block-scoped-var)
(#745) Operator '=' must be spaced. (space-infix-ops)
(#745) Missing whitespace after semicolon. (semi-spacing)
(#745) 'd' used outside of binding context. (block-scoped-var)
(#745) Operator '=' must be spaced. (space-infix-ops)
(#745) Operator '+' must be spaced. (space-infix-ops)
(#745) Operator '+' must be spaced. (space-infix-ops)
(#745) Operator '+' must be spaced. (space-infix-ops)
(#745) Operator '+' must be spaced. (space-infix-ops)
(#745) Missing whitespace after semicolon. (semi-spacing)
(#745) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#745) Operator '===' must be spaced. (space-infix-ops)
(#745) Operator '&&' must be spaced. (space-infix-ops)
(#745) 'd' used outside of binding context. (block-scoped-var)
(#745) Missing whitespace after semicolon. (semi-spacing)
(#745) 'f' used outside of binding context. (block-scoped-var)
(#745) Operator '=' must be spaced. (space-infix-ops)
(#745) 'f' used outside of binding context. (block-scoped-var)
(#745) Missing space before value for key 'name'. (key-spacing)
(#745) A space is required after ','. (comma-spacing)
(#745) Missing space before value for key 'data'. (key-spacing)
(#745) Missing whitespace after semicolon. (semi-spacing)
(#745) 'b' used outside of binding context. (block-scoped-var)
(#745) Missing whitespace after semicolon. (semi-spacing)
(#745) 'b' used outside of binding context. (block-scoped-var)
(#745) Missing whitespace after semicolon. (semi-spacing)
(#745) 'f' used outside of binding context. (block-scoped-var)
(#745) Operator '=' must be spaced. (space-infix-ops)
(#745) Missing whitespace after semicolon. (semi-spacing)
(#745) 'f' used outside of binding context. (block-scoped-var)
(#745) Operator '=' must be spaced. (space-infix-ops)
(#745) 'f' used outside of binding context. (block-scoped-var)
(#745) A space is required after ','. (comma-spacing)
(#745) Missing whitespace after semicolon. (semi-spacing)
(#745) 'd' used outside of binding context. (block-scoped-var)
(#745) Operator '+' must be spaced. (space-infix-ops)
(#746) This line has a length of 512. Maximum allowed is 132. (max-len)
(#746) 'f' used outside of binding context. (block-scoped-var)
(#746) Operator '+' must be spaced. (space-infix-ops)
(#746) Operator '+' must be spaced. (space-infix-ops)
(#746) Operator '+' must be spaced. (space-infix-ops)
(#746) Operator '+' must be spaced. (space-infix-ops)
(#746) 'f' used outside of binding context. (block-scoped-var)
(#746) Operator '+' must be spaced. (space-infix-ops)
(#746) Operator '+' must be spaced. (space-infix-ops)
(#746) Operator '-' must be spaced. (space-infix-ops)
(#746) Operator '+' must be spaced. (space-infix-ops)
(#746) Operator '+' must be spaced. (space-infix-ops)
(#746) Operator '+' must be spaced. (space-infix-ops)
(#746) Operator '+' must be spaced. (space-infix-ops)
(#746) 'f' used outside of binding context. (block-scoped-var)
(#746) Operator '+' must be spaced. (space-infix-ops)
(#746) Missing whitespace after semicolon. (semi-spacing)
(#746) 'b' used outside of binding context. (block-scoped-var)
(#746) Operator '=' must be spaced. (space-infix-ops)
(#746) Operator '+' must be spaced. (space-infix-ops)
(#746) Operator '+' must be spaced. (space-infix-ops)
(#746) Operator '+' must be spaced. (space-infix-ops)
(#746) 'f' used outside of binding context. (block-scoped-var)
(#746) Missing whitespace after semicolon. (semi-spacing)
(#746) 'b' used outside of binding context. (block-scoped-var)
(#746) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#746) Requires a space after '{'. (block-spacing)
(#746) Statement inside of curly braces should be on next line. (brace-style)
(#746) Missing space before opening brace. (space-before-blocks)
(#746) A space is required after ','. (comma-spacing)
(#746) A space is required after ','. (comma-spacing)
(#746) Requires a space before '}'. (block-spacing)
(#746) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#746) Missing semicolon. (semi)
(#746) Missing whitespace after semicolon. (semi-spacing)
(#746) 'b' used outside of binding context. (block-scoped-var)
(#746) Requires a space after '{'. (block-spacing)
(#746) Statement inside of curly braces should be on next line. (brace-style)
(#746) Missing space before opening brace. (space-before-blocks)
(#746) Missing space before value for key 'border'. (key-spacing)
(#746) Operator '+' must be spaced. (space-infix-ops)
(#746) A space is required after ','. (comma-spacing)
(#746) Missing space before value for key 'margin'. (key-spacing)
(#746) Requires a space before '}'. (block-spacing)
(#746) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#746) Missing semicolon. (semi)
(#746) A space is required after ','. (comma-spacing)
(#746) Requires a space after '{'. (block-spacing)
(#746) Statement inside of curly braces should be on next line. (brace-style)
(#746) Missing space before opening brace. (space-before-blocks)
(#746) Missing space before value for key 'border'. (key-spacing)
(#746) A space is required after ','. (comma-spacing)
(#746) Missing space before value for key 'margin'. (key-spacing)
(#746) Requires a space before '}'. (block-spacing)
(#746) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#746) Missing semicolon. (semi)
(#746) Missing whitespace after semicolon. (semi-spacing)
(#746) 'f' used outside of binding context. (block-scoped-var)
(#746) Missing whitespace after semicolon. (semi-spacing)
(#746) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#746) Operator '&&' must be spaced. (space-infix-ops)
(#747) This line has a length of 530. Maximum allowed is 132. (max-len)
(#747) Operator '-' must be spaced. (space-infix-ops)
(#747) Requires a space before '}'. (block-spacing)
(#747) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#747) Missing semicolon. (semi)
(#747) Requires a space before '}'. (block-spacing)
(#747) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#747) Requires a space before '}'. (block-spacing)
(#747) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#747) Requires a space before '}'. (block-spacing)
(#747) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#747) Missing semicolon. (semi)
(#747) Missing whitespace after semicolon. (semi-spacing)
(#747) Operator '=' must be spaced. (space-infix-ops)
(#747) A space is required after ','. (comma-spacing)
(#747) A space is required after ','. (comma-spacing)
(#747) Requires a space after '{'. (block-spacing)
(#747) Statement inside of curly braces should be on next line. (brace-style)
(#747) Missing space before opening brace. (space-before-blocks)
(#747) Expected space(s) after "if". (keyword-spacing)
(#747) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#747) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#747) Operator '=' must be spaced. (space-infix-ops)
(#747) Requires a space after '{'. (block-spacing)
(#747) Statement inside of curly braces should be on next line. (brace-style)
(#747) Missing space before opening brace. (space-before-blocks)
(#747) Operator '=' must be spaced. (space-infix-ops)
(#747) Missing whitespace after semicolon. (semi-spacing)
(#747) Missing whitespace after semicolon. (semi-spacing)
(#747) Expected space(s) after "for". (keyword-spacing)
(#747) Operator '=' must be spaced. (space-infix-ops)
(#747) A space is required after ','. (comma-spacing)
(#747) Operator '=' must be spaced. (space-infix-ops)
(#747) A space is required after ','. (comma-spacing)
(#747) Operator '=' must be spaced. (space-infix-ops)
(#747) A space is required after ','. (comma-spacing)
(#747) Operator '=' must be spaced. (space-infix-ops)
(#747) Missing whitespace after semicolon. (semi-spacing)
(#747) Operator '<' must be spaced. (space-infix-ops)
(#747) Missing whitespace after semicolon. (semi-spacing)
(#747) Requires a space after '{'. (block-spacing)
(#747) Statement inside of curly braces should be on next line. (brace-style)
(#747) Missing space before opening brace. (space-before-blocks)
(#747) Operator '=' must be spaced. (space-infix-ops)
(#747) Missing whitespace after semicolon. (semi-spacing)
(#747) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#747) Operator '===' must be spaced. (space-infix-ops)
(#747) Operator '&&' must be spaced. (space-infix-ops)
(#747) Operator '<' must be spaced. (space-infix-ops)
(#747) Operator '&&' must be spaced. (space-infix-ops)
(#747) Operator '=' must be spaced. (space-infix-ops)
(#747) A space is required after ','. (comma-spacing)
(#747) Operator '=' must be spaced. (space-infix-ops)
(#747) Requires a space before '}'. (block-spacing)
(#747) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#747) Missing semicolon. (semi)
(#747) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#747) Operator '===' must be spaced. (space-infix-ops)
(#747) 'B' used outside of binding context. (block-scoped-var)
(#747) Operator '&&' must be spaced. (space-infix-ops)
(#747) 'B' used outside of binding context. (block-scoped-var)
(#747) Operator '=' must be spaced. (space-infix-ops)
(#747) Missing whitespace after semicolon. (semi-spacing)
(#747) 'B' used outside of binding context. (block-scoped-var)
(#747) Operator '=' must be spaced. (space-infix-ops)
(#747) Missing whitespace after semicolon. (semi-spacing)
(#747) Missing whitespace after semicolon. (semi-spacing)
(#747) Operator '=' must be spaced. (space-infix-ops)
(#747) Missing whitespace after semicolon. (semi-spacing)
(#747) Operator '=' must be spaced. (space-infix-ops)
(#747) 'B' used outside of binding context. (block-scoped-var)
(#747) Missing whitespace after semicolon. (semi-spacing)
(#747) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#747) Operator '&&' must be spaced. (space-infix-ops)
(#748) This line has a length of 512. Maximum allowed is 132. (max-len)
(#748) Requires a space before '}'. (block-spacing)
(#748) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#748) Missing semicolon. (semi)
(#748) Requires a space before '}'. (block-spacing)
(#748) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#748) Missing whitespace after semicolon. (semi-spacing)
(#748) Operator '=' must be spaced. (space-infix-ops)
(#748) Requires a space after '{'. (block-spacing)
(#748) Statement inside of curly braces should be on next line. (brace-style)
(#748) Missing space before opening brace. (space-before-blocks)
(#748) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#748) Operator '=' must be spaced. (space-infix-ops)
(#748) A space is required after ','. (comma-spacing)
(#748) Missing whitespace after semicolon. (semi-spacing)
(#748) Identifier 'atoms_implicitHydrogens_2D' is not in camel case. (camelcase)
(#748) Operator '=' must be spaced. (space-infix-ops)
(#748) Missing whitespace after semicolon. (semi-spacing)
(#748) Operator '=' must be spaced. (space-infix-ops)
(#748) A space is required after ','. (comma-spacing)
(#748) Missing whitespace after semicolon. (semi-spacing)
(#748) Identifier 'atoms_implicitHydrogens_2D' is not in camel case. (camelcase)
(#748) Operator '=' must be spaced. (space-infix-ops)
(#748) Missing whitespace after semicolon. (semi-spacing)
(#748) Expected space(s) after "for". (keyword-spacing)
(#748) Operator '=' must be spaced. (space-infix-ops)
(#748) A space is required after ','. (comma-spacing)
(#748) Operator '=' must be spaced. (space-infix-ops)
(#748) A space is required after ','. (comma-spacing)
(#748) Operator '=' must be spaced. (space-infix-ops)
(#748) Missing whitespace after semicolon. (semi-spacing)
(#748) Operator '<' must be spaced. (space-infix-ops)
(#748) Missing whitespace after semicolon. (semi-spacing)
(#748) Requires a space after '{'. (block-spacing)
(#748) Statement inside of curly braces should be on next line. (brace-style)
(#748) Missing space before opening brace. (space-before-blocks)
(#748) Operator '=' must be spaced. (space-infix-ops)
(#748) A space is required after ','. (comma-spacing)
(#748) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#748) Operator '=' must be spaced. (space-infix-ops)
(#748) Operator '+' must be spaced. (space-infix-ops)
(#748) Operator '+' must be spaced. (space-infix-ops)
(#748) Operator '+' must be spaced. (space-infix-ops)
(#748) Operator '+' must be spaced. (space-infix-ops)
(#748) Missing whitespace after semicolon. (semi-spacing)
(#748) Expected space(s) after "if". (keyword-spacing)
(#748) Operator '===' must be spaced. (space-infix-ops)
(#748) Expected { after 'if' condition. (curly)
(#748) Missing whitespace after semicolon. (semi-spacing)
(#748) Expected { after 'else'. (curly)
(#748) Expected space(s) after "for". (keyword-spacing)
(#748) Operator '=' must be spaced. (space-infix-ops)
(#749) This line has a length of 514. Maximum allowed is 132. (max-len)
(#749) A space is required after ','. (comma-spacing)
(#749) Operator '=' must be spaced. (space-infix-ops)
(#749) Missing whitespace after semicolon. (semi-spacing)
(#749) Operator '<' must be spaced. (space-infix-ops)
(#749) Missing whitespace after semicolon. (semi-spacing)
(#749) Requires a space after '{'. (block-spacing)
(#749) Statement inside of curly braces should be on next line. (brace-style)
(#749) Missing space before opening brace. (space-before-blocks)
(#749) Operator '=' must be spaced. (space-infix-ops)
(#749) A space is required after ','. (comma-spacing)
(#749) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#749) Operator '=' must be spaced. (space-infix-ops)
(#749) Missing whitespace after semicolon. (semi-spacing)
(#749) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#749) Missing whitespace after semicolon. (semi-spacing)
(#749) Missing whitespace after semicolon. (semi-spacing)
(#749) Operator '=' must be spaced. (space-infix-ops)
(#749) Missing whitespace after semicolon. (semi-spacing)
(#749) Operator '=' must be spaced. (space-infix-ops)
(#749) A space is required after ','. (comma-spacing)
(#749) Missing whitespace after semicolon. (semi-spacing)
(#749) Operator '+' must be spaced. (space-infix-ops)
(#749) Operator '+' must be spaced. (space-infix-ops)
(#749) Operator '+' must be spaced. (space-infix-ops)
(#749) Operator '+' must be spaced. (space-infix-ops)
(#749) Operator '+' must be spaced. (space-infix-ops)
(#749) Operator '+' must be spaced. (space-infix-ops)
(#749) Operator '+' must be spaced. (space-infix-ops)
(#749) Operator '+' must be spaced. (space-infix-ops)
(#749) Operator '+' must be spaced. (space-infix-ops)
(#749) Operator '+' must be spaced. (space-infix-ops)
(#749) Operator '+' must be spaced. (space-infix-ops)
(#749) Operator '+' must be spaced. (space-infix-ops)
(#749) Missing whitespace after semicolon. (semi-spacing)
(#749) Operator '=' must be spaced. (space-infix-ops)
(#749) Operator '+' must be spaced. (space-infix-ops)
(#749) Operator '+' must be spaced. (space-infix-ops)
(#749) Operator '+' must be spaced. (space-infix-ops)
(#750) This line has a length of 514. Maximum allowed is 132. (max-len)
(#750) Function declared in a loop contains unsafe references to variable(s) 'q'. (no-loop-func)
(#750) Requires a space after '{'. (block-spacing)
(#750) Statement inside of curly braces should be on next line. (brace-style)
(#750) Missing space before opening brace. (space-before-blocks)
(#750) A space is required after ','. (comma-spacing)
(#750) A space is required after ','. (comma-spacing)
(#750) Requires a space before '}'. (block-spacing)
(#750) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#750) Missing semicolon. (semi)
(#750) Missing whitespace after semicolon. (semi-spacing)
(#750) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#750) Function declared in a loop contains unsafe references to variable(s) 'q'. (no-loop-func)
(#750) Requires a space after '{'. (block-spacing)
(#750) Statement inside of curly braces should be on next line. (brace-style)
(#750) Missing space before opening brace. (space-before-blocks)
(#750) Missing space before value for key 'border'. (key-spacing)
(#750) Operator '+' must be spaced. (space-infix-ops)
(#750) A space is required after ','. (comma-spacing)
(#750) Missing space before value for key 'margin'. (key-spacing)
(#750) Requires a space before '}'. (block-spacing)
(#750) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#750) Missing semicolon. (semi)
(#750) A space is required after ','. (comma-spacing)
(#750) Requires a space after '{'. (block-spacing)
(#750) Statement inside of curly braces should be on next line. (brace-style)
(#750) Missing space before opening brace. (space-before-blocks)
(#750) Missing space before value for key 'border'. (key-spacing)
(#750) A space is required after ','. (comma-spacing)
(#750) Missing space before value for key 'margin'. (key-spacing)
(#750) Requires a space before '}'. (block-spacing)
(#750) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#750) Missing semicolon. (semi)
(#750) Requires a space before '}'. (block-spacing)
(#750) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#750) Missing semicolon. (semi)
(#750) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#750) Operator '!==' must be spaced. (space-infix-ops)
(#750) Operator '&&' must be spaced. (space-infix-ops)
(#750) Requires a space before '}'. (block-spacing)
(#750) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#750) Missing semicolon. (semi)
(#750) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#750) Operator '!==' must be spaced. (space-infix-ops)
(#750) Operator '&&' must be spaced. (space-infix-ops)
(#750) Operator '+' must be spaced. (space-infix-ops)
(#750) Operator '+' must be spaced. (space-infix-ops)
(#750) Operator '+' must be spaced. (space-infix-ops)
(#750) Operator '+' must be spaced. (space-infix-ops)
(#750) A space is required after ','. (comma-spacing)
(#750) A space is required after ','. (comma-spacing)
(#750) A space is required after ','. (comma-spacing)
(#750) Requires a space before '}'. (block-spacing)
(#750) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#750) Missing semicolon. (semi)
(#750) Requires a space before '}'. (block-spacing)
(#750) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#750) Missing semicolon. (semi)
(#750) 'ChemDoodle' is not defined. (no-undef)
(#750) A space is required after ','. (comma-spacing)
(#750) 'ChemDoodle' is not defined. (no-undef)
(#750) A space is required after ','. (comma-spacing)
(#750) 'ChemDoodle' is not defined. (no-undef)
(#750) A space is required after ','. (comma-spacing)
(#750) 'ChemDoodle' is not defined. (no-undef)
(#750) A space is required after ','. (comma-spacing)
(#750) 'ChemDoodle' is not defined. (no-undef)
(#750) A space is required after ','. (comma-spacing)
(#750) A space is required after ','. (comma-spacing)
(#750) A space is required after ','. (comma-spacing)
(#750) A space is required after ','. (comma-spacing)
(#751) This line has a length of 508. Maximum allowed is 132. (max-len)
(#751) A space is required after ','. (comma-spacing)
(#751) A space is required after ','. (comma-spacing)
(#751) A space is required after ','. (comma-spacing)
(#751) A space is required after ','. (comma-spacing)
(#751) A space is required after ','. (comma-spacing)
(#751) 'h' is defined but never used. (no-unused-vars)
(#751) Requires a space after '{'. (block-spacing)
(#751) Statement inside of curly braces should be on next line. (brace-style)
(#751) Missing space before opening brace. (space-before-blocks)
(#751) Operator '=' must be spaced. (space-infix-ops)
(#751) Requires a space after '{'. (block-spacing)
(#751) Statement inside of curly braces should be on next line. (brace-style)
(#751) Missing space before opening brace. (space-before-blocks)
(#751) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#751) Operator '=' must be spaced. (space-infix-ops)
(#751) Missing whitespace after semicolon. (semi-spacing)
(#751) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#751) Operator '?' must be spaced. (space-infix-ops)
(#751) Operator '=' must be spaced. (space-infix-ops)
(#751) Operator '+' must be spaced. (space-infix-ops)
(#751) A space is required after ','. (comma-spacing)
(#751) Operator ':' must be spaced. (space-infix-ops)
(#751) Operator '=' must be spaced. (space-infix-ops)
(#751) A space is required after ','. (comma-spacing)
(#751) A space is required after ','. (comma-spacing)
(#751) A space is required after ','. (comma-spacing)
(#751) Operator '=' must be spaced. (space-infix-ops)
(#751) A space is required after ','. (comma-spacing)
(#751) Operator '=' must be spaced. (space-infix-ops)
(#751) A space is required after ','. (comma-spacing)
(#751) Operator '=' must be spaced. (space-infix-ops)
(#751) Missing whitespace after semicolon. (semi-spacing)
(#752) This line has a length of 551. Maximum allowed is 132. (max-len)
(#752) Operator '=' must be spaced. (space-infix-ops)
(#752) A space is required after ','. (comma-spacing)
(#752) Operator '+' must be spaced. (space-infix-ops)
(#752) Missing whitespace after semicolon. (semi-spacing)
(#752) Operator '=' must be spaced. (space-infix-ops)
(#752) Requires a space after '{'. (block-spacing)
(#752) Statement inside of curly braces should be on next line. (brace-style)
(#752) Missing space before opening brace. (space-before-blocks)
(#752) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#752) Operator '=' must be spaced. (space-infix-ops)
(#752) Missing whitespace after semicolon. (semi-spacing)
(#752) Missing whitespace after semicolon. (semi-spacing)
(#752) Operator '+' must be spaced. (space-infix-ops)
(#752) Operator '+' must be spaced. (space-infix-ops)
(#752) Missing whitespace after semicolon. (semi-spacing)
(#752) Operator '+' must be spaced. (space-infix-ops)
(#753) This line has a length of 508. Maximum allowed is 132. (max-len)
(#753) Operator '+' must be spaced. (space-infix-ops)
(#753) Missing whitespace after semicolon. (semi-spacing)
(#753) Requires a space before '}'. (block-spacing)
(#753) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#753) Missing semicolon. (semi)
(#753) Missing whitespace after semicolon. (semi-spacing)
(#753) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#753) Operator '=' must be spaced. (space-infix-ops)
(#753) Requires a space after '{'. (block-spacing)
(#753) Statement inside of curly braces should be on next line. (brace-style)
(#753) Missing space before opening brace. (space-before-blocks)
(#753) Operator '+' must be spaced. (space-infix-ops)
(#753) Operator '+' must be spaced. (space-infix-ops)
(#753) Requires a space after '{'. (block-spacing)
(#753) Statement inside of curly braces should be on next line. (brace-style)
(#753) Missing space before opening brace. (space-before-blocks)
(#753) Missing whitespace after semicolon. (semi-spacing)
(#753) Operator '=' must be spaced. (space-infix-ops)
(#753) Operator '+' must be spaced. (space-infix-ops)
(#753) Operator '+' must be spaced. (space-infix-ops)
(#753) A space is required after ','. (comma-spacing)
(#753) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#753) Missing whitespace after semicolon. (semi-spacing)
(#753) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#753) Operator '!==' must be spaced. (space-infix-ops)
(#753) Operator '||' must be spaced. (space-infix-ops)
(#753) Operator '!==' must be spaced. (space-infix-ops)
(#753) Operator '?' must be spaced. (space-infix-ops)
(#753) Operator '=' must be spaced. (space-infix-ops)
(#753) Missing space before value for key 'molecules'. (key-spacing)
(#753) A space is required after ','. (comma-spacing)
(#753) Missing space before value for key 'shapes'. (key-spacing)
(#753) Operator ':' must be spaced. (space-infix-ops)
(#753) Operator '===' must be spaced. (space-infix-ops)
(#753) Operator '&&' must be spaced. (space-infix-ops)
(#753) Operator '=' must be spaced. (space-infix-ops)
(#753) Missing whitespace after semicolon. (semi-spacing)
(#753) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#753) Do not nest ternary expressions. (no-nested-ternary)
(#753) Operator '&&' must be spaced. (space-infix-ops)
(#753) Operator '&&' must be spaced. (space-infix-ops)
(#753) Operator '<' must be spaced. (space-infix-ops)
(#753) Operator '&&' must be spaced. (space-infix-ops)
(#753) Operator '<' must be spaced. (space-infix-ops)
(#753) Operator '?' must be spaced. (space-infix-ops)
(#753) A space is required after ','. (comma-spacing)
(#753) Operator ':' must be spaced. (space-infix-ops)
(#753) Operator '&&' must be spaced. (space-infix-ops)
(#753) Operator '&&' must be spaced. (space-infix-ops)
(#753) Operator '<' must be spaced. (space-infix-ops)
(#753) Operator '||' must be spaced. (space-infix-ops)
(#754) This line has a length of 515. Maximum allowed is 132. (max-len)
(#754) Operator '<' must be spaced. (space-infix-ops)
(#754) Operator '?' must be spaced. (space-infix-ops)
(#754) A space is required after ','. (comma-spacing)
(#754) A space is required after ','. (comma-spacing)
(#754) Operator ':' must be spaced. (space-infix-ops)
(#754) Unexpected alert. (no-alert)
(#754) Requires a space before '}'. (block-spacing)
(#754) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#754) Missing semicolon. (semi)
(#754) Requires a space before '}'. (block-spacing)
(#754) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#754) Missing semicolon. (semi)
(#754) Missing whitespace after semicolon. (semi-spacing)
(#754) Missing whitespace after semicolon. (semi-spacing)
(#754) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#754) Operator '=' must be spaced. (space-infix-ops)
(#754) A space is required after ','. (comma-spacing)
(#754) Missing whitespace after semicolon. (semi-spacing)
(#754) Missing whitespace after semicolon. (semi-spacing)
(#754) Operator '=' must be spaced. (space-infix-ops)
(#754) A space is required after ','. (comma-spacing)
(#754) Missing whitespace after semicolon. (semi-spacing)
(#754) Missing whitespace after semicolon. (semi-spacing)
(#754) Operator '=' must be spaced. (space-infix-ops)
(#754) A space is required after ','. (comma-spacing)
(#754) Missing whitespace after semicolon. (semi-spacing)
(#754) Missing whitespace after semicolon. (semi-spacing)
(#754) Operator '=' must be spaced. (space-infix-ops)
(#754) A space is required after ','. (comma-spacing)
(#755) This line has a length of 549. Maximum allowed is 132. (max-len)
(#755) Operator '=' must be spaced. (space-infix-ops)
(#755) Missing space before value for key 'Load'. (key-spacing)
(#755) Requires a space after '{'. (block-spacing)
(#755) Statement inside of curly braces should be on next line. (brace-style)
(#755) Missing space before opening brace. (space-before-blocks)
(#755) Operator '=' must be spaced. (space-infix-ops)
(#755) Missing whitespace after semicolon. (semi-spacing)
(#755) Expected space(s) after "if". (keyword-spacing)
(#755) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#755) Operator '&&' must be spaced. (space-infix-ops)
(#755) Operator '<' must be spaced. (space-infix-ops)
(#755) Expected { after 'if' condition. (curly)
(#755) Expected space(s) before "if". (keyword-spacing)
(#755) Expected space(s) after "if". (keyword-spacing)
(#755) Unexpected use of comma operator. (no-sequences)
(#755) A space is required after ','. (comma-spacing)
(#755) Expected { after 'if' condition. (curly)
(#755) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#755) Operator '!==' must be spaced. (space-infix-ops)
(#755) Operator '&&' must be spaced. (space-infix-ops)
(#755) A space is required after ','. (comma-spacing)
(#755) Missing whitespace after semicolon. (semi-spacing)
(#755) Expected space(s) after "else". (keyword-spacing)
(#755) Requires a space after '{'. (block-spacing)
(#755) Statement inside of curly braces should be on next line. (brace-style)
(#755) A space is required after ','. (comma-spacing)
(#755) A space is required after ','. (comma-spacing)
(#755) Missing whitespace after semicolon. (semi-spacing)
(#755) Missing whitespace after semicolon. (semi-spacing)
(#755) Missing whitespace after semicolon. (semi-spacing)
(#755) Operator '=' must be spaced. (space-infix-ops)
(#755) Missing whitespace after semicolon. (semi-spacing)
(#755) Expected space(s) after "for". (keyword-spacing)
(#755) Operator '=' must be spaced. (space-infix-ops)
(#755) A space is required after ','. (comma-spacing)
(#755) Operator '=' must be spaced. (space-infix-ops)
(#755) Missing whitespace after semicolon. (semi-spacing)
(#755) Operator '<' must be spaced. (space-infix-ops)
(#755) Missing whitespace after semicolon. (semi-spacing)
(#755) Expected { after 'for' condition. (curly)
(#755) Operator '=' must be spaced. (space-infix-ops)
(#756) This line has a length of 504. Maximum allowed is 132. (max-len)
(#756) A space is required after ','. (comma-spacing)
(#756) Requires a space before '}'. (block-spacing)
(#756) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#756) Missing semicolon. (semi)
(#756) Expected space(s) before "else". (keyword-spacing)
(#756) Expected { after 'else'. (curly)
(#756) Unexpected alert. (no-alert)
(#756) Requires a space before '}'. (block-spacing)
(#756) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#756) Missing semicolon. (semi)
(#756) Missing whitespace after semicolon. (semi-spacing)
(#756) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#756) Missing whitespace after semicolon. (semi-spacing)
(#756) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#756) Operator '&&' must be spaced. (space-infix-ops)
(#756) Operator '=' must be spaced. (space-infix-ops)
(#756) A space is required after ','. (comma-spacing)
(#756) A space is required after ','. (comma-spacing)
(#756) Operator '=' must be spaced. (space-infix-ops)
(#756) Missing space before value for key 'Done'. (key-spacing)
(#756) Requires a space after '{'. (block-spacing)
(#756) Statement inside of curly braces should be on next line. (brace-style)
(#756) Missing space before opening brace. (space-before-blocks)
(#756) Requires a space before '}'. (block-spacing)
(#756) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#756) Missing semicolon. (semi)
(#756) A space is required after ','. (comma-spacing)
(#756) A space is required after ','. (comma-spacing)
(#756) Missing whitespace after semicolon. (semi-spacing)
(#756) Operator '=' must be spaced. (space-infix-ops)
(#756) A space is required after ','. (comma-spacing)
(#757) This line has a length of 551. Maximum allowed is 132. (max-len)
(#757) Operator '=' must be spaced. (space-infix-ops)
(#757) Missing space before value for key 'Close'. (key-spacing)
(#757) Requires a space after '{'. (block-spacing)
(#757) Statement inside of curly braces should be on next line. (brace-style)
(#757) Missing space before opening brace. (space-before-blocks)
(#757) Requires a space before '}'. (block-spacing)
(#757) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#757) Missing semicolon. (semi)
(#757) Missing whitespace after semicolon. (semi-spacing)
(#757) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#757) Missing whitespace after semicolon. (semi-spacing)
(#757) Operator '=' must be spaced. (space-infix-ops)
(#757) A space is required after ','. (comma-spacing)
(#757) A space is required after ','. (comma-spacing)
(#757) Missing whitespace after semicolon. (semi-spacing)
(#757) Operator '=' must be spaced. (space-infix-ops)
(#757) Missing whitespace after semicolon. (semi-spacing)
(#757) Operator '=' must be spaced. (space-infix-ops)
(#757) Missing whitespace after semicolon. (semi-spacing)
(#757) Missing whitespace after semicolon. (semi-spacing)
(#757) Operator '=' must be spaced. (space-infix-ops)
(#757) A space is required after ','. (comma-spacing)
(#757) A space is required after ','. (comma-spacing)
(#757) Missing whitespace after semicolon. (semi-spacing)
(#757) Operator '=' must be spaced. (space-infix-ops)
(#758) This line has a length of 375. Maximum allowed is 132. (max-len)
(#758) Operator '=' must be spaced. (space-infix-ops)
(#758) Missing whitespace after semicolon. (semi-spacing)
(#758) Operator '=' must be spaced. (space-infix-ops)
(#758) Missing space before value for key 'Done'. (key-spacing)
(#758) Requires a space after '{'. (block-spacing)
(#758) Statement inside of curly braces should be on next line. (brace-style)
(#758) Missing space before opening brace. (space-before-blocks)
(#758) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#758) Missing whitespace after semicolon. (semi-spacing)
(#758) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#758) Operator '&&' must be spaced. (space-infix-ops)
(#758) Requires a space before '}'. (block-spacing)
(#758) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#758) Missing semicolon. (semi)
(#758) Missing whitespace after semicolon. (semi-spacing)
(#758) Missing whitespace after semicolon. (semi-spacing)
(#758) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#758) Operator '&&' must be spaced. (space-infix-ops)
(#758) Requires a space before '}'. (block-spacing)
(#758) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#758) Missing semicolon. (semi)
(#758) Requires a space before '}'. (block-spacing)
(#758) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#758) Missing semicolon. (semi)
(#758) 'ChemDoodle' is not defined. (no-undef)
(#758) A space is required after ','. (comma-spacing)
(#758) 'ChemDoodle' is not defined. (no-undef)
(#758) A space is required after ','. (comma-spacing)
(#758) 'ChemDoodle' is not defined. (no-undef)
(#758) A space is required after ','. (comma-spacing)
(#758) 'ChemDoodle' is not defined. (no-undef)
(#758) A space is required after ','. (comma-spacing)
(#758) 'ChemDoodle' is not defined. (no-undef)
(#759) This line has a length of 510. Maximum allowed is 132. (max-len)
(#759) A space is required after ','. (comma-spacing)
(#759) A space is required after ','. (comma-spacing)
(#759) A space is required after ','. (comma-spacing)
(#759) A space is required after ','. (comma-spacing)
(#759) Requires a space after '{'. (block-spacing)
(#759) Statement inside of curly braces should be on next line. (brace-style)
(#759) Missing space before opening brace. (space-before-blocks)
(#759) Operator '=' must be spaced. (space-infix-ops)
(#759) A space is required after ','. (comma-spacing)
(#759) A space is required after ','. (comma-spacing)
(#759) Requires a space after '{'. (block-spacing)
(#759) Statement inside of curly braces should be on next line. (brace-style)
(#759) Missing space before opening brace. (space-before-blocks)
(#759) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#759) Operator '=' must be spaced. (space-infix-ops)
(#759) Missing whitespace after semicolon. (semi-spacing)
(#759) Operator '=' must be spaced. (space-infix-ops)
(#759) Missing whitespace after semicolon. (semi-spacing)
(#759) Operator '=' must be spaced. (space-infix-ops)
(#759) Missing whitespace after semicolon. (semi-spacing)
(#759) Operator '=' must be spaced. (space-infix-ops)
(#759) Operator '+' must be spaced. (space-infix-ops)
(#759) Missing whitespace after semicolon. (semi-spacing)
(#759) Operator '=' must be spaced. (space-infix-ops)
(#759) Missing whitespace after semicolon. (semi-spacing)
(#759) Operator '=' must be spaced. (space-infix-ops)
(#759) Requires a space before '}'. (block-spacing)
(#759) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#759) Missing semicolon. (semi)
(#759) Missing whitespace after semicolon. (semi-spacing)
(#759) Operator '=' must be spaced. (space-infix-ops)
(#759) Missing whitespace after semicolon. (semi-spacing)
(#759) Operator '=' must be spaced. (space-infix-ops)
(#759) Requires a space after '{'. (block-spacing)
(#759) Statement inside of curly braces should be on next line. (brace-style)
(#759) Missing space before opening brace. (space-before-blocks)
(#759) Operator '=' must be spaced. (space-infix-ops)
(#759) Missing whitespace after semicolon. (semi-spacing)
(#759) Missing whitespace after semicolon. (semi-spacing)
(#759) Missing whitespace after semicolon. (semi-spacing)
(#759) Missing whitespace after semicolon. (semi-spacing)
(#759) Missing whitespace after semicolon. (semi-spacing)
(#759) Missing whitespace after semicolon. (semi-spacing)
(#760) This line has a length of 515. Maximum allowed is 132. (max-len)
(#760) Missing whitespace after semicolon. (semi-spacing)
(#760) Missing whitespace after semicolon. (semi-spacing)
(#760) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#760) Missing whitespace after semicolon. (semi-spacing)
(#760) Requires a space before '}'. (block-spacing)
(#760) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#760) Missing semicolon. (semi)
(#760) Missing whitespace after semicolon. (semi-spacing)
(#760) Operator '=' must be spaced. (space-infix-ops)
(#760) Requires a space after '{'. (block-spacing)
(#760) Statement inside of curly braces should be on next line. (brace-style)
(#760) Missing space before opening brace. (space-before-blocks)
(#760) Operator '=' must be spaced. (space-infix-ops)
(#760) Missing whitespace after semicolon. (semi-spacing)
(#760) Missing whitespace after semicolon. (semi-spacing)
(#760) Missing whitespace after semicolon. (semi-spacing)
(#760) Missing whitespace after semicolon. (semi-spacing)
(#760) Operator '+' must be spaced. (space-infix-ops)
(#760) Missing whitespace after semicolon. (semi-spacing)
(#761) This line has a length of 503. Maximum allowed is 132. (max-len)
(#761) Requires a space before '}'. (block-spacing)
(#761) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#761) Missing semicolon. (semi)
(#761) Missing whitespace after semicolon. (semi-spacing)
(#761) Operator '=' must be spaced. (space-infix-ops)
(#761) Requires a space after '{'. (block-spacing)
(#761) Statement inside of curly braces should be on next line. (brace-style)
(#761) Missing space before opening brace. (space-before-blocks)
(#761) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#761) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#761) Operator '||' must be spaced. (space-infix-ops)
(#761) Operator '=' must be spaced. (space-infix-ops)
(#761) Missing whitespace after semicolon. (semi-spacing)
(#761) Operator '=' must be spaced. (space-infix-ops)
(#761) Operator '+' must be spaced. (space-infix-ops)
(#761) A space is required after ','. (comma-spacing)
(#761) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#761) Operator '=' must be spaced. (space-infix-ops)
(#761) Missing whitespace after semicolon. (semi-spacing)
(#761) Missing whitespace after semicolon. (semi-spacing)
(#761) Requires a space after '{'. (block-spacing)
(#761) Statement inside of curly braces should be on next line. (brace-style)
(#761) Missing space before opening brace. (space-before-blocks)
(#761) Missing whitespace after semicolon. (semi-spacing)
(#761) Operator '=' must be spaced. (space-infix-ops)
(#761) Operator '+' must be spaced. (space-infix-ops)
(#761) Missing whitespace after semicolon. (semi-spacing)
(#761) Missing space before value for key 'my'. (key-spacing)
(#761) A space is required after ','. (comma-spacing)
(#761) Missing space before value for key 'at'. (key-spacing)
(#761) A space is required after ','. (comma-spacing)
(#761) Missing space before value for key 'of'. (key-spacing)
(#761) A space is required after ','. (comma-spacing)
(#761) Missing space before value for key 'collision'. (key-spacing)
(#761) Missing whitespace after semicolon. (semi-spacing)
(#761) A space is required after ','. (comma-spacing)
(#761) Requires a space after '{'. (block-spacing)
(#761) Statement inside of curly braces should be on next line. (brace-style)
(#761) Missing space before opening brace. (space-before-blocks)
(#761) Requires a space before '}'. (block-spacing)
(#761) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#761) Missing semicolon. (semi)
(#761) Missing whitespace after semicolon. (semi-spacing)
(#761) Expected space(s) after "return". (keyword-spacing)
(#761) Requires a space before '}'. (block-spacing)
(#761) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#761) Missing semicolon. (semi)
(#761) Missing whitespace after semicolon. (semi-spacing)
(#761) Missing whitespace after semicolon. (semi-spacing)
(#761) Operator '=' must be spaced. (space-infix-ops)
(#761) Missing whitespace after semicolon. (semi-spacing)
(#761) A space is required after ','. (comma-spacing)
(#761) A space is required after ','. (comma-spacing)
(#761) 'u' is defined but never used. (no-unused-vars)
(#761) Requires a space after '{'. (block-spacing)
(#761) Statement inside of curly braces should be on next line. (brace-style)
(#761) Missing space before opening brace. (space-before-blocks)
(#761) Requires a space after '{'. (block-spacing)
(#761) Statement inside of curly braces should be on next line. (brace-style)
(#761) Missing space before opening brace. (space-before-blocks)
(#762) This line has a length of 205. Maximum allowed is 132. (max-len)
(#762) Missing whitespace after semicolon. (semi-spacing)
(#762) Requires a space before '}'. (block-spacing)
(#762) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#762) Missing semicolon. (semi)
(#762) Requires a space before '}'. (block-spacing)
(#762) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#762) Missing semicolon. (semi)
(#762) Missing whitespace after semicolon. (semi-spacing)
(#762) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#762) Missing whitespace after semicolon. (semi-spacing)
(#762) Requires a space before '}'. (block-spacing)
(#762) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#762) Missing semicolon. (semi)
(#762) Requires a space before '}'. (block-spacing)
(#762) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#762) Missing semicolon. (semi)
(#762) 'ChemDoodle' is not defined. (no-undef)
(#762) A space is required after ','. (comma-spacing)
(#762) 'ChemDoodle' is not defined. (no-undef)
(#762) A space is required after ','. (comma-spacing)
(#762) 'ChemDoodle' is not defined. (no-undef)
(#762) A space is required after ','. (comma-spacing)
(#763) This line has a length of 394. Maximum allowed is 132. (max-len)
(#763) A space is required after ','. (comma-spacing)
(#763) A space is required after ','. (comma-spacing)
(#763) A space is required after ','. (comma-spacing)
(#763) Requires a space after '{'. (block-spacing)
(#763) Statement inside of curly braces should be on next line. (brace-style)
(#763) Missing space before opening brace. (space-before-blocks)
(#763) Operator '=' must be spaced. (space-infix-ops)
(#763) A space is required after ','. (comma-spacing)
(#763) Requires a space after '{'. (block-spacing)
(#763) Statement inside of curly braces should be on next line. (brace-style)
(#763) Missing space before opening brace. (space-before-blocks)
(#763) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#763) Operator '=' must be spaced. (space-infix-ops)
(#763) Missing whitespace after semicolon. (semi-spacing)
(#763) Operator '=' must be spaced. (space-infix-ops)
(#763) Missing whitespace after semicolon. (semi-spacing)
(#763) Operator '=' must be spaced. (space-infix-ops)
(#763) Operator '?' must be spaced. (space-infix-ops)
(#763) Operator ':' must be spaced. (space-infix-ops)
(#763) Missing whitespace after semicolon. (semi-spacing)
(#763) Operator '=' must be spaced. (space-infix-ops)
(#763) Requires a space before '}'. (block-spacing)
(#763) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#763) Missing semicolon. (semi)
(#763) Missing whitespace after semicolon. (semi-spacing)
(#763) Operator '=' must be spaced. (space-infix-ops)
(#763) Operator '=' must be spaced. (space-infix-ops)
(#763) Missing '()' invoking a constructor. (new-parens)
(#763) Missing whitespace after semicolon. (semi-spacing)
(#763) Operator '=' must be spaced. (space-infix-ops)
(#763) Requires a space after '{'. (block-spacing)
(#763) Statement inside of curly braces should be on next line. (brace-style)
(#763) Missing space before opening brace. (space-before-blocks)
(#763) Operator '=' must be spaced. (space-infix-ops)
(#763) Missing whitespace after semicolon. (semi-spacing)
(#763) Requires a space after '{'. (block-spacing)
(#763) Statement inside of curly braces should be on next line. (brace-style)
(#763) Missing space before opening brace. (space-before-blocks)
(#763) Requires a space before '}'. (block-spacing)
(#763) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#763) Missing semicolon. (semi)
(#763) Requires a space before '}'. (block-spacing)
(#763) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#763) Missing semicolon. (semi)
(#763) Missing whitespace after semicolon. (semi-spacing)
(#763) Operator '=' must be spaced. (space-infix-ops)
(#763) Requires a space after '{'. (block-spacing)
(#763) Statement inside of curly braces should be on next line. (brace-style)
(#763) Missing space before opening brace. (space-before-blocks)
(#763) Operator '+' must be spaced. (space-infix-ops)
(#763) Operator '+' must be spaced. (space-infix-ops)
(#763) A space is required after ','. (comma-spacing)
(#763) Missing whitespace after semicolon. (semi-spacing)
(#763) Operator '=' must be spaced. (space-infix-ops)
(#763) Requires a space before '}'. (block-spacing)
(#763) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#763) Missing semicolon. (semi)
(#763) Requires a space before '}'. (block-spacing)
(#763) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#763) Missing semicolon. (semi)
(#763) 'ChemDoodle' is not defined. (no-undef)
(#763) A space is required after ','. (comma-spacing)
(#763) 'ChemDoodle' is not defined. (no-undef)
(#763) A space is required after ','. (comma-spacing)
(#763) 'ChemDoodle' is not defined. (no-undef)
(#764) This line has a length of 508. Maximum allowed is 132. (max-len)
(#764) A space is required after ','. (comma-spacing)
(#764) A space is required after ','. (comma-spacing)
(#764) Requires a space after '{'. (block-spacing)
(#764) Statement inside of curly braces should be on next line. (brace-style)
(#764) Missing space before opening brace. (space-before-blocks)
(#764) Operator '=' must be spaced. (space-infix-ops)
(#764) A space is required after ','. (comma-spacing)
(#764) A space is required after ','. (comma-spacing)
(#764) Requires a space after '{'. (block-spacing)
(#764) Statement inside of curly braces should be on next line. (brace-style)
(#764) Missing space before opening brace. (space-before-blocks)
(#764) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#764) Operator '=' must be spaced. (space-infix-ops)
(#764) Missing whitespace after semicolon. (semi-spacing)
(#764) Operator '=' must be spaced. (space-infix-ops)
(#764) Missing whitespace after semicolon. (semi-spacing)
(#764) Operator '=' must be spaced. (space-infix-ops)
(#764) Operator '?' must be spaced. (space-infix-ops)
(#764) Operator ':' must be spaced. (space-infix-ops)
(#764) Missing whitespace after semicolon. (semi-spacing)
(#764) Operator '=' must be spaced. (space-infix-ops)
(#764) Operator '?' must be spaced. (space-infix-ops)
(#764) Operator ':' must be spaced. (space-infix-ops)
(#764) Requires a space before '}'. (block-spacing)
(#764) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#764) Missing semicolon. (semi)
(#764) Missing whitespace after semicolon. (semi-spacing)
(#764) Operator '=' must be spaced. (space-infix-ops)
(#764) Operator '=' must be spaced. (space-infix-ops)
(#764) Missing '()' invoking a constructor. (new-parens)
(#764) Missing whitespace after semicolon. (semi-spacing)
(#764) Operator '=' must be spaced. (space-infix-ops)
(#764) Requires a space after '{'. (block-spacing)
(#764) Statement inside of curly braces should be on next line. (brace-style)
(#764) Missing space before opening brace. (space-before-blocks)
(#764) Operator '=' must be spaced. (space-infix-ops)
(#764) Missing whitespace after semicolon. (semi-spacing)
(#764) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#764) Operator '?' must be spaced. (space-infix-ops)
(#764) A space is required after ','. (comma-spacing)
(#764) A space is required after ','. (comma-spacing)
(#764) A space is required after ','. (comma-spacing)
(#764) A space is required after ','. (comma-spacing)
(#764) A space is required after ','. (comma-spacing)
(#764) A space is required after ','. (comma-spacing)
(#764) A space is required after ','. (comma-spacing)
(#764) A space is required after ','. (comma-spacing)
(#764) A space is required after ','. (comma-spacing)
(#764) A space is required after ','. (comma-spacing)
(#764) Operator ':' must be spaced. (space-infix-ops)
(#764) A space is required after ','. (comma-spacing)
(#764) A space is required after ','. (comma-spacing)
(#765) This line has a length of 371. Maximum allowed is 132. (max-len)
(#765) A space is required after ','. (comma-spacing)
(#765) A space is required after ','. (comma-spacing)
(#765) A space is required after ','. (comma-spacing)
(#765) A space is required after ','. (comma-spacing)
(#765) A space is required after ','. (comma-spacing)
(#765) Missing whitespace after semicolon. (semi-spacing)
(#765) Requires a space before '}'. (block-spacing)
(#765) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#765) Missing semicolon. (semi)
(#765) Missing whitespace after semicolon. (semi-spacing)
(#765) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#765) Operator '=' must be spaced. (space-infix-ops)
(#765) Requires a space after '{'. (block-spacing)
(#765) Statement inside of curly braces should be on next line. (brace-style)
(#765) Missing space before opening brace. (space-before-blocks)
(#765) Operator '=' must be spaced. (space-infix-ops)
(#765) Missing whitespace after semicolon. (semi-spacing)
(#765) A space is required after ','. (comma-spacing)
(#765) Missing whitespace after semicolon. (semi-spacing)
(#765) Requires a space before '}'. (block-spacing)
(#765) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#765) Missing semicolon. (semi)
(#765) Missing whitespace after semicolon. (semi-spacing)
(#765) Operator '=' must be spaced. (space-infix-ops)
(#765) Requires a space after '{'. (block-spacing)
(#765) Statement inside of curly braces should be on next line. (brace-style)
(#765) Missing space before opening brace. (space-before-blocks)
(#765) Operator '=' must be spaced. (space-infix-ops)
(#765) Missing whitespace after semicolon. (semi-spacing)
(#765) Missing whitespace after semicolon. (semi-spacing)
(#765) Requires a space before '}'. (block-spacing)
(#765) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#765) Missing semicolon. (semi)
(#765) Requires a space before '}'. (block-spacing)
(#765) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#765) Missing semicolon. (semi)
(#765) 'ChemDoodle' is not defined. (no-undef)
(#765) A space is required after ','. (comma-spacing)
(#765) 'ChemDoodle' is not defined. (no-undef)
(#766) This line has a length of 524. Maximum allowed is 132. (max-len)
(#766) A space is required after ','. (comma-spacing)
(#766) A space is required after ','. (comma-spacing)
(#766) A space is required after ','. (comma-spacing)
(#766) A space is required after ','. (comma-spacing)
(#766) Requires a space after '{'. (block-spacing)
(#766) Statement inside of curly braces should be on next line. (brace-style)
(#766) Missing space before opening brace. (space-before-blocks)
(#766) Operator '=' must be spaced. (space-infix-ops)
(#766) A space is required after ','. (comma-spacing)
(#766) A space is required after ','. (comma-spacing)
(#766) A space is required after ','. (comma-spacing)
(#766) Requires a space after '{'. (block-spacing)
(#766) Statement inside of curly braces should be on next line. (brace-style)
(#766) Missing space before opening brace. (space-before-blocks)
(#766) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#766) Operator '=' must be spaced. (space-infix-ops)
(#766) Missing whitespace after semicolon. (semi-spacing)
(#766) Operator '=' must be spaced. (space-infix-ops)
(#766) Missing whitespace after semicolon. (semi-spacing)
(#766) Operator '=' must be spaced. (space-infix-ops)
(#766) Missing whitespace after semicolon. (semi-spacing)
(#766) Operator '=' must be spaced. (space-infix-ops)
(#766) Missing whitespace after semicolon. (semi-spacing)
(#766) Operator '=' must be spaced. (space-infix-ops)
(#766) Missing whitespace after semicolon. (semi-spacing)
(#766) Operator '=' must be spaced. (space-infix-ops)
(#766) Operator '+' must be spaced. (space-infix-ops)
(#766) Missing whitespace after semicolon. (semi-spacing)
(#766) Operator '=' must be spaced. (space-infix-ops)
(#766) Missing whitespace after semicolon. (semi-spacing)
(#766) Operator '=' must be spaced. (space-infix-ops)
(#766) Missing whitespace after semicolon. (semi-spacing)
(#766) Operator '=' must be spaced. (space-infix-ops)
(#766) Requires a space before '}'. (block-spacing)
(#766) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#766) Missing semicolon. (semi)
(#766) Missing whitespace after semicolon. (semi-spacing)
(#766) Operator '=' must be spaced. (space-infix-ops)
(#766) Missing whitespace after semicolon. (semi-spacing)
(#766) Operator '=' must be spaced. (space-infix-ops)
(#766) Requires a space after '{'. (block-spacing)
(#766) Statement inside of curly braces should be on next line. (brace-style)
(#766) Missing space before opening brace. (space-before-blocks)
(#766) Operator '=' must be spaced. (space-infix-ops)
(#766) Missing whitespace after semicolon. (semi-spacing)
(#766) Missing whitespace after semicolon. (semi-spacing)
(#767) This line has a length of 501. Maximum allowed is 132. (max-len)
(#767) Missing whitespace after semicolon. (semi-spacing)
(#767) Missing whitespace after semicolon. (semi-spacing)
(#767) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#767) Operator '+' must be spaced. (space-infix-ops)
(#767) Missing whitespace after semicolon. (semi-spacing)
(#767) Missing whitespace after semicolon. (semi-spacing)
(#767) Requires a space before '}'. (block-spacing)
(#767) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#767) Missing semicolon. (semi)
(#767) Missing whitespace after semicolon. (semi-spacing)
(#767) Operator '=' must be spaced. (space-infix-ops)
(#767) Requires a space after '{'. (block-spacing)
(#767) Statement inside of curly braces should be on next line. (brace-style)
(#767) Missing space before opening brace. (space-before-blocks)
(#767) Missing whitespace after semicolon. (semi-spacing)
(#767) Operator '=' must be spaced. (space-infix-ops)
(#767) Missing whitespace after semicolon. (semi-spacing)
(#767) Missing whitespace after semicolon. (semi-spacing)
(#767) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#767) Operator '||' must be spaced. (space-infix-ops)
(#767) Operator '=' must be spaced. (space-infix-ops)
(#767) Missing whitespace after semicolon. (semi-spacing)
(#767) Operator '=' must be spaced. (space-infix-ops)
(#767) A space is required after ','. (comma-spacing)
(#767) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#767) Operator '=' must be spaced. (space-infix-ops)
(#767) Operator '+' must be spaced. (space-infix-ops)
(#767) Missing whitespace after semicolon. (semi-spacing)
(#767) Requires a space after '{'. (block-spacing)
(#767) Statement inside of curly braces should be on next line. (brace-style)
(#767) Missing space before opening brace. (space-before-blocks)
(#767) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#767) Operator '!==' must be spaced. (space-infix-ops)
(#767) Operator '&&' must be spaced. (space-infix-ops)
(#767) Operator '&&' must be spaced. (space-infix-ops)
(#767) A space is required after ','. (comma-spacing)
(#767) Operator '=' must be spaced. (space-infix-ops)
(#767) A space is required after ','. (comma-spacing)
(#767) A space is required after ','. (comma-spacing)
(#767) Operator '+' must be spaced. (space-infix-ops)
(#767) Missing whitespace after semicolon. (semi-spacing)
(#767) Requires a space before '}'. (block-spacing)
(#767) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#767) Missing semicolon. (semi)
(#767) Missing whitespace after semicolon. (semi-spacing)
(#768) This line has a length of 502. Maximum allowed is 132. (max-len)
(#768) A space is required after ','. (comma-spacing)
(#768) A space is required after ','. (comma-spacing)
(#768) 't' is defined but never used. (no-unused-vars)
(#768) Requires a space after '{'. (block-spacing)
(#768) Statement inside of curly braces should be on next line. (brace-style)
(#768) Missing space before opening brace. (space-before-blocks)
(#768) Requires a space after '{'. (block-spacing)
(#768) Statement inside of curly braces should be on next line. (brace-style)
(#768) Missing space before opening brace. (space-before-blocks)
(#768) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#768) Requires a space before '}'. (block-spacing)
(#768) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#768) Missing semicolon. (semi)
(#768) Requires a space before '}'. (block-spacing)
(#768) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#768) Missing semicolon. (semi)
(#768) Missing whitespace after semicolon. (semi-spacing)
(#768) Missing whitespace after semicolon. (semi-spacing)
(#768) Requires a space before '}'. (block-spacing)
(#768) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#768) Missing semicolon. (semi)
(#768) Missing whitespace after semicolon. (semi-spacing)
(#768) Operator '=' must be spaced. (space-infix-ops)
(#768) Requires a space after '{'. (block-spacing)
(#768) Statement inside of curly braces should be on next line. (brace-style)
(#768) Missing space before opening brace. (space-before-blocks)
(#768) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#768) Operator '!==' must be spaced. (space-infix-ops)
(#768) Operator '&&' must be spaced. (space-infix-ops)
(#768) Operator '&&' must be spaced. (space-infix-ops)
(#768) A space is required after ','. (comma-spacing)
(#768) Operator '=' must be spaced. (space-infix-ops)
(#768) A space is required after ','. (comma-spacing)
(#768) A space is required after ','. (comma-spacing)
(#768) Operator '+' must be spaced. (space-infix-ops)
(#768) Operator '+' must be spaced. (space-infix-ops)
(#768) Missing whitespace after semicolon. (semi-spacing)
(#768) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#768) Operator '&&' must be spaced. (space-infix-ops)
(#768) A space is required after ','. (comma-spacing)
(#768) Missing whitespace after semicolon. (semi-spacing)
(#768) Requires a space before '}'. (block-spacing)
(#768) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#768) Missing semicolon. (semi)
(#768) Missing whitespace after semicolon. (semi-spacing)
(#768) Operator '=' must be spaced. (space-infix-ops)
(#768) Requires a space after '{'. (block-spacing)
(#768) Statement inside of curly braces should be on next line. (brace-style)
(#768) Missing space before opening brace. (space-before-blocks)
(#768) Operator '=' must be spaced. (space-infix-ops)
(#768) Operator '+' must be spaced. (space-infix-ops)
(#768) Operator '+' must be spaced. (space-infix-ops)
(#769) This line has a length of 279. Maximum allowed is 132. (max-len)
(#769) Missing whitespace after semicolon. (semi-spacing)
(#769) Operator '+' must be spaced. (space-infix-ops)
(#769) Operator '+' must be spaced. (space-infix-ops)
(#769) Missing space before value for key 'my'. (key-spacing)
(#769) A space is required after ','. (comma-spacing)
(#769) Missing space before value for key 'at'. (key-spacing)
(#769) A space is required after ','. (comma-spacing)
(#769) Missing space before value for key 'of'. (key-spacing)
(#769) A space is required after ','. (comma-spacing)
(#769) Missing space before value for key 'collision'. (key-spacing)
(#769) Requires a space before '}'. (block-spacing)
(#769) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#769) Missing semicolon. (semi)
(#769) Missing whitespace after semicolon. (semi-spacing)
(#769) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#769) Operator '=' must be spaced. (space-infix-ops)
(#769) Requires a space after '{'. (block-spacing)
(#769) Statement inside of curly braces should be on next line. (brace-style)
(#769) Missing space before opening brace. (space-before-blocks)
(#769) Operator '+' must be spaced. (space-infix-ops)
(#769) Operator '+' must be spaced. (space-infix-ops)
(#769) Missing whitespace after semicolon. (semi-spacing)
(#769) Operator '=' must be spaced. (space-infix-ops)
(#769) Requires a space before '}'. (block-spacing)
(#769) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#769) Missing semicolon. (semi)
(#769) Requires a space before '}'. (block-spacing)
(#769) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#769) Missing semicolon. (semi)
(#769) 'ChemDoodle' is not defined. (no-undef)
(#769) A space is required after ','. (comma-spacing)
(#769) 'ChemDoodle' is not defined. (no-undef)
(#769) A space is required after ','. (comma-spacing)
(#769) 'ChemDoodle' is not defined. (no-undef)
(#769) A space is required after ','. (comma-spacing)
(#770) This line has a length of 578. Maximum allowed is 132. (max-len)
(#770) A space is required after ','. (comma-spacing)
(#770) A space is required after ','. (comma-spacing)
(#770) A space is required after ','. (comma-spacing)
(#770) A space is required after ','. (comma-spacing)
(#770) A space is required after ','. (comma-spacing)
(#770) A space is required after ','. (comma-spacing)
(#770) A space is required after ','. (comma-spacing)
(#770) A space is required after ','. (comma-spacing)
(#770) A space is required after ','. (comma-spacing)
(#770) A space is required after ','. (comma-spacing)
(#770) A space is required after ','. (comma-spacing)
(#770) A space is required after ','. (comma-spacing)
(#770) 'q' is defined but never used. (no-unused-vars)
(#770) Requires a space after '{'. (block-spacing)
(#770) Statement inside of curly braces should be on next line. (brace-style)
(#770) Missing space before opening brace. (space-before-blocks)
(#770) Operator '=' must be spaced. (space-infix-ops)
(#770) Requires a space after '{'. (block-spacing)
(#770) Statement inside of curly braces should be on next line. (brace-style)
(#770) Missing space before opening brace. (space-before-blocks)
(#770) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#770) Operator '=' must be spaced. (space-infix-ops)
(#770) Missing whitespace after semicolon. (semi-spacing)
(#770) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#770) Operator '&&' must be spaced. (space-infix-ops)
(#770) Operator '=' must be spaced. (space-infix-ops)
(#770) Missing whitespace after semicolon. (semi-spacing)
(#770) Operator '=' must be spaced. (space-infix-ops)
(#770) Operator '+' must be spaced. (space-infix-ops)
(#770) A space is required after ','. (comma-spacing)
(#770) A space is required after ','. (comma-spacing)
(#770) A space is required after ','. (comma-spacing)
(#770) Requires a space after '{'. (block-spacing)
(#770) Statement inside of curly braces should be on next line. (brace-style)
(#770) Missing space before opening brace. (space-before-blocks)
(#770) Requires a space before '}'. (block-spacing)
(#770) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#770) Missing semicolon. (semi)
(#770) Missing whitespace after semicolon. (semi-spacing)
(#770) Operator '=' must be spaced. (space-infix-ops)
(#770) Operator '+' must be spaced. (space-infix-ops)
(#770) A space is required after ','. (comma-spacing)
(#770) A space is required after ','. (comma-spacing)
(#770) A space is required after ','. (comma-spacing)
(#770) Requires a space after '{'. (block-spacing)
(#770) Statement inside of curly braces should be on next line. (brace-style)
(#770) Missing space before opening brace. (space-before-blocks)
(#770) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#770) Do not nest ternary expressions. (no-nested-ternary)
(#770) Operator '?' must be spaced. (space-infix-ops)
(#770) Operator ':' must be spaced. (space-infix-ops)
(#770) Operator '?' must be spaced. (space-infix-ops)
(#770) Operator ':' must be spaced. (space-infix-ops)
(#770) Operator '&&' must be spaced. (space-infix-ops)
(#771) This line has a length of 506. Maximum allowed is 132. (max-len)
(#771) Requires a space before '}'. (block-spacing)
(#771) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#771) Missing semicolon. (semi)
(#771) Missing whitespace after semicolon. (semi-spacing)
(#771) Operator '=' must be spaced. (space-infix-ops)
(#771) Operator '+' must be spaced. (space-infix-ops)
(#771) A space is required after ','. (comma-spacing)
(#771) A space is required after ','. (comma-spacing)
(#771) A space is required after ','. (comma-spacing)
(#771) Requires a space after '{'. (block-spacing)
(#771) Statement inside of curly braces should be on next line. (brace-style)
(#771) Missing space before opening brace. (space-before-blocks)
(#771) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#771) Missing whitespace after semicolon. (semi-spacing)
(#771) Requires a space before '}'. (block-spacing)
(#771) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#771) Missing semicolon. (semi)
(#771) Missing whitespace after semicolon. (semi-spacing)
(#771) Operator '=' must be spaced. (space-infix-ops)
(#771) Missing whitespace after semicolon. (semi-spacing)
(#771) Operator '=' must be spaced. (space-infix-ops)
(#771) Operator '+' must be spaced. (space-infix-ops)
(#771) A space is required after ','. (comma-spacing)
(#771) A space is required after ','. (comma-spacing)
(#771) A space is required after ','. (comma-spacing)
(#771) Requires a space after '{'. (block-spacing)
(#771) Statement inside of curly braces should be on next line. (brace-style)
(#771) Missing space before opening brace. (space-before-blocks)
(#771) Requires a space before '}'. (block-spacing)
(#771) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#771) Missing semicolon. (semi)
(#771) Missing whitespace after semicolon. (semi-spacing)
(#771) Operator '=' must be spaced. (space-infix-ops)
(#771) Operator '+' must be spaced. (space-infix-ops)
(#771) A space is required after ','. (comma-spacing)
(#771) A space is required after ','. (comma-spacing)
(#771) A space is required after ','. (comma-spacing)
(#771) Requires a space after '{'. (block-spacing)
(#771) Statement inside of curly braces should be on next line. (brace-style)
(#771) Missing space before opening brace. (space-before-blocks)
(#771) Operator '=' must be spaced. (space-infix-ops)
(#771) Operator '?' must be spaced. (space-infix-ops)
(#771) Operator ':' must be spaced. (space-infix-ops)
(#772) This line has a length of 503. Maximum allowed is 132. (max-len)
(#772) Missing whitespace after semicolon. (semi-spacing)
(#772) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#772) Operator '&&' must be spaced. (space-infix-ops)
(#772) A space is required after ','. (comma-spacing)
(#772) Missing space before value for key 'descriptors'. (key-spacing)
(#772) A space is required after ','. (comma-spacing)
(#772) Requires a space after '{'. (block-spacing)
(#772) Statement inside of curly braces should be on next line. (brace-style)
(#772) Missing space before opening brace. (space-before-blocks)
(#772) Missing JSDoc comment. (require-jsdoc)
(#772) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#772) A space is required after ','. (comma-spacing)
(#772) A space is required after ','. (comma-spacing)
(#772) Requires a space after '{'. (block-spacing)
(#772) Statement inside of curly braces should be on next line. (brace-style)
(#772) Missing space before opening brace. (space-before-blocks)
(#772) Missing whitespace after semicolon. (semi-spacing)
(#772) Missing whitespace after semicolon. (semi-spacing)
(#772) Expected space(s) after "for". (keyword-spacing)
(#772) Operator '=' must be spaced. (space-infix-ops)
(#772) Operator '+' must be spaced. (space-infix-ops)
(#772) Missing whitespace after semicolon. (semi-spacing)
(#772) Operator '>' must be spaced. (space-infix-ops)
(#772) Missing whitespace after semicolon. (semi-spacing)
(#772) Expected { after 'for' condition. (curly)
(#772) Missing whitespace after semicolon. (semi-spacing)
(#772) Missing whitespace after semicolon. (semi-spacing)
(#772) Missing whitespace after semicolon. (semi-spacing)
(#772) Missing whitespace after semicolon. (semi-spacing)
(#772) Requires a space before '}'. (block-spacing)
(#772) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#772) Missing semicolon. (semi)
(#772) Expected space(s) before "var". (keyword-spacing)
(#772) Operator '=' must be spaced. (space-infix-ops)
(#772) Missing whitespace after semicolon. (semi-spacing)
(#772) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#772) A space is required after ','. (comma-spacing)
(#772) A space is required after ','. (comma-spacing)
(#772) Missing whitespace after semicolon. (semi-spacing)
(#772) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#772) A space is required after ','. (comma-spacing)
(#772) A space is required after ','. (comma-spacing)
(#772) Missing whitespace after semicolon. (semi-spacing)
(#772) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#772) A space is required after ','. (comma-spacing)
(#772) A space is required after ','. (comma-spacing)
(#772) Missing whitespace after semicolon. (semi-spacing)
(#772) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#772) A space is required after ','. (comma-spacing)
(#772) A space is required after ','. (comma-spacing)
(#772) Missing whitespace after semicolon. (semi-spacing)
(#772) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#772) A space is required after ','. (comma-spacing)
(#772) A space is required after ','. (comma-spacing)
(#772) Missing whitespace after semicolon. (semi-spacing)
(#772) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#772) A space is required after ','. (comma-spacing)
(#773) This line has a length of 536. Maximum allowed is 132. (max-len)
(#773) Missing whitespace after semicolon. (semi-spacing)
(#773) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#773) A space is required after ','. (comma-spacing)
(#773) A space is required after ','. (comma-spacing)
(#773) Missing whitespace after semicolon. (semi-spacing)
(#773) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#773) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#773) A space is required after ','. (comma-spacing)
(#773) A space is required after ','. (comma-spacing)
(#773) Missing whitespace after semicolon. (semi-spacing)
(#773) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#773) A space is required after ','. (comma-spacing)
(#773) A space is required after ','. (comma-spacing)
(#773) Missing whitespace after semicolon. (semi-spacing)
(#773) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#773) A space is required after ','. (comma-spacing)
(#773) A space is required after ','. (comma-spacing)
(#773) Missing whitespace after semicolon. (semi-spacing)
(#773) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#773) A space is required after ','. (comma-spacing)
(#773) A space is required after ','. (comma-spacing)
(#773) Missing whitespace after semicolon. (semi-spacing)
(#773) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#773) A space is required after ','. (comma-spacing)
(#773) A space is required after ','. (comma-spacing)
(#773) Missing whitespace after semicolon. (semi-spacing)
(#773) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#773) A space is required after ','. (comma-spacing)
(#773) A space is required after ','. (comma-spacing)
(#773) Missing whitespace after semicolon. (semi-spacing)
(#773) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#773) A space is required after ','. (comma-spacing)
(#773) A space is required after ','. (comma-spacing)
(#773) Missing whitespace after semicolon. (semi-spacing)
(#773) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#773) A space is required after ','. (comma-spacing)
(#773) A space is required after ','. (comma-spacing)
(#773) Missing whitespace after semicolon. (semi-spacing)
(#773) Missing whitespace after semicolon. (semi-spacing)
(#773) Requires a space before '}'. (block-spacing)
(#773) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#773) Missing semicolon. (semi)
(#773) Requires a space before '}'. (block-spacing)
(#773) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#773) Missing semicolon. (semi)
(#773) Missing whitespace after semicolon. (semi-spacing)
(#773) Operator '=' must be spaced. (space-infix-ops)
(#773) Operator '+' must be spaced. (space-infix-ops)
(#773) A space is required after ','. (comma-spacing)
(#773) A space is required after ','. (comma-spacing)
(#773) A space is required after ','. (comma-spacing)
(#773) Requires a space after '{'. (block-spacing)
(#773) Statement inside of curly braces should be on next line. (brace-style)
(#773) Missing space before opening brace. (space-before-blocks)
(#773) Requires a space before '}'. (block-spacing)
(#773) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#773) Missing semicolon. (semi)
(#774) This line has a length of 501. Maximum allowed is 132. (max-len)
(#774) Operator '=' must be spaced. (space-infix-ops)
(#774) Missing whitespace after semicolon. (semi-spacing)
(#774) Operator '=' must be spaced. (space-infix-ops)
(#774) Operator '+' must be spaced. (space-infix-ops)
(#774) A space is required after ','. (comma-spacing)
(#774) A space is required after ','. (comma-spacing)
(#774) A space is required after ','. (comma-spacing)
(#774) Requires a space after '{'. (block-spacing)
(#774) Statement inside of curly braces should be on next line. (brace-style)
(#774) Missing space before opening brace. (space-before-blocks)
(#774) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#774) Requires a space before '}'. (block-spacing)
(#774) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#774) Missing semicolon. (semi)
(#774) Missing whitespace after semicolon. (semi-spacing)
(#774) Operator '=' must be spaced. (space-infix-ops)
(#774) Missing whitespace after semicolon. (semi-spacing)
(#774) Operator '=' must be spaced. (space-infix-ops)
(#774) Operator '+' must be spaced. (space-infix-ops)
(#774) A space is required after ','. (comma-spacing)
(#774) A space is required after ','. (comma-spacing)
(#774) A space is required after ','. (comma-spacing)
(#774) Requires a space after '{'. (block-spacing)
(#774) Statement inside of curly braces should be on next line. (brace-style)
(#774) Missing space before opening brace. (space-before-blocks)
(#774) Operator '=' must be spaced. (space-infix-ops)
(#774) Operator '/' must be spaced. (space-infix-ops)
(#774) A space is required after ','. (comma-spacing)
(#774) Operator '/' must be spaced. (space-infix-ops)
(#774) A space is required after ','. (comma-spacing)
(#774) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#774) Operator '=' must be spaced. (space-infix-ops)
(#774) Missing whitespace after semicolon. (semi-spacing)
(#774) Operator '-=' must be spaced. (space-infix-ops)
(#774) Operator '+' must be spaced. (space-infix-ops)
(#774) Operator '/' must be spaced. (space-infix-ops)
(#774) Missing whitespace after semicolon. (semi-spacing)
(#774) Operator '-=' must be spaced. (space-infix-ops)
(#774) Operator '+' must be spaced. (space-infix-ops)
(#774) Operator '/' must be spaced. (space-infix-ops)
(#774) Missing whitespace after semicolon. (semi-spacing)
(#774) A space is required after ','. (comma-spacing)
(#774) Requires a space before '}'. (block-spacing)
(#774) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#774) Missing semicolon. (semi)
(#774) Missing whitespace after semicolon. (semi-spacing)
(#774) Operator '=' must be spaced. (space-infix-ops)
(#774) Operator '+' must be spaced. (space-infix-ops)
(#774) A space is required after ','. (comma-spacing)
(#775) This line has a length of 508. Maximum allowed is 132. (max-len)
(#775) A space is required after ','. (comma-spacing)
(#775) Requires a space after '{'. (block-spacing)
(#775) Statement inside of curly braces should be on next line. (brace-style)
(#775) Missing space before opening brace. (space-before-blocks)
(#775) Operator '=' must be spaced. (space-infix-ops)
(#775) Missing whitespace after semicolon. (semi-spacing)
(#775) Expected space(s) after "if". (keyword-spacing)
(#775) Requires a space after '{'. (block-spacing)
(#775) Statement inside of curly braces should be on next line. (brace-style)
(#775) Missing space before opening brace. (space-before-blocks)
(#775) Expected space(s) after "if". (keyword-spacing)
(#775) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#775) Operator '===' must be spaced. (space-infix-ops)
(#775) Requires a space after '{'. (block-spacing)
(#775) Statement inside of curly braces should be on next line. (brace-style)
(#775) Missing space before opening brace. (space-before-blocks)
(#775) Operator '=' must be spaced. (space-infix-ops)
(#775) Missing whitespace after semicolon. (semi-spacing)
(#775) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#775) Operator '===' must be spaced. (space-infix-ops)
(#775) Operator '&&' must be spaced. (space-infix-ops)
(#775) Operator '===' must be spaced. (space-infix-ops)
(#775) Operator '&&' must be spaced. (space-infix-ops)
(#775) Operator '===' must be spaced. (space-infix-ops)
(#775) Operator '&&' must be spaced. (space-infix-ops)
(#775) Operator '=' must be spaced. (space-infix-ops)
(#775) Requires a space before '}'. (block-spacing)
(#775) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#775) Missing semicolon. (semi)
(#775) Requires a space before '}'. (block-spacing)
(#775) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#775) Expected space(s) before "else". (keyword-spacing)
(#775) Expected { after 'else'. (curly)
(#775) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#775) Operator '===' must be spaced. (space-infix-ops)
(#775) Operator '&&' must be spaced. (space-infix-ops)
(#775) Operator '===' must be spaced. (space-infix-ops)
(#775) Operator '&&' must be spaced. (space-infix-ops)
(#775) Operator '=' must be spaced. (space-infix-ops)
(#775) Missing whitespace after semicolon. (semi-spacing)
(#775) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#775) Operator '&&' must be spaced. (space-infix-ops)
(#775) A space is required after ','. (comma-spacing)
(#775) Operator '&&' must be spaced. (space-infix-ops)
(#775) Operator '&&' must be spaced. (space-infix-ops)
(#775) A space is required after ','. (comma-spacing)
(#775) Requires a space before '}'. (block-spacing)
(#775) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#775) Missing semicolon. (semi)
(#775) Missing whitespace after semicolon. (semi-spacing)
(#775) Operator '=' must be spaced. (space-infix-ops)
(#775) Operator '+' must be spaced. (space-infix-ops)
(#775) A space is required after ','. (comma-spacing)
(#775) A space is required after ','. (comma-spacing)
(#775) A space is required after ','. (comma-spacing)
(#775) Requires a space after '{'. (block-spacing)
(#775) Statement inside of curly braces should be on next line. (brace-style)
(#775) Missing space before opening brace. (space-before-blocks)
(#775) Operator '=' must be spaced. (space-infix-ops)
(#775) Operator '?' must be spaced. (space-infix-ops)
(#775) Operator ':' must be spaced. (space-infix-ops)
(#776) This line has a length of 516. Maximum allowed is 132. (max-len)
(#776) Expected space(s) after "if". (keyword-spacing)
(#776) Requires a space after '{'. (block-spacing)
(#776) Statement inside of curly braces should be on next line. (brace-style)
(#776) Missing space before opening brace. (space-before-blocks)
(#776) Operator '=' must be spaced. (space-infix-ops)
(#776) Missing '()' invoking a constructor. (new-parens)
(#776) Missing whitespace after semicolon. (semi-spacing)
(#776) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#776) A space is required after ','. (comma-spacing)
(#776) Missing space before value for key 'mol'. (key-spacing)
(#776) A space is required after ','. (comma-spacing)
(#776) Missing space before value for key 'dimension'. (key-spacing)
(#776) A space is required after ','. (comma-spacing)
(#776) Requires a space after '{'. (block-spacing)
(#776) Statement inside of curly braces should be on next line. (brace-style)
(#776) Missing space before opening brace. (space-before-blocks)
(#776) Operator '=' must be spaced. (space-infix-ops)
(#776) Missing whitespace after semicolon. (semi-spacing)
(#776) Operator '=' must be spaced. (space-infix-ops)
(#776) A space is required after ','. (comma-spacing)
(#776) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#776) Operator '=' must be spaced. (space-infix-ops)
(#776) Operator '?' must be spaced. (space-infix-ops)
(#776) Operator '/' must be spaced. (space-infix-ops)
(#776) A space is required after ','. (comma-spacing)
(#776) Operator '/' must be spaced. (space-infix-ops)
(#776) Operator ':' must be spaced. (space-infix-ops)
(#776) Missing whitespace after semicolon. (semi-spacing)
(#776) Missing whitespace after semicolon. (semi-spacing)
(#776) Operator '=' must be spaced. (space-infix-ops)
(#776) Missing whitespace after semicolon. (semi-spacing)
(#776) Expected space(s) after "for". (keyword-spacing)
(#776) Operator '=' must be spaced. (space-infix-ops)
(#776) Missing whitespace after semicolon. (semi-spacing)
(#776) Operator '<' must be spaced. (space-infix-ops)
(#776) Missing whitespace after semicolon. (semi-spacing)
(#776) Expected { after 'for' condition. (curly)
(#776) Missing whitespace after semicolon. (semi-spacing)
(#776) A space is required after ','. (comma-spacing)
(#776) Requires a space before '}'. (block-spacing)
(#776) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#776) Missing semicolon. (semi)
(#776) Requires a space before '}'. (block-spacing)
(#776) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#776) Missing semicolon. (semi)
(#776) Requires a space before '}'. (block-spacing)
(#776) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#776) Missing whitespace after semicolon. (semi-spacing)
(#776) Missing whitespace after semicolon. (semi-spacing)
(#776) Missing whitespace after semicolon. (semi-spacing)
(#776) Missing whitespace after semicolon. (semi-spacing)
(#776) Missing whitespace after semicolon. (semi-spacing)
(#776) Missing whitespace after semicolon. (semi-spacing)
(#776) Missing whitespace after semicolon. (semi-spacing)
(#776) Operator '=' must be spaced. (space-infix-ops)
(#777) This line has a length of 543. Maximum allowed is 132. (max-len)
(#777) Operator '+' must be spaced. (space-infix-ops)
(#777) A space is required after ','. (comma-spacing)
(#777) A space is required after ','. (comma-spacing)
(#777) A space is required after ','. (comma-spacing)
(#777) Requires a space after '{'. (block-spacing)
(#777) Statement inside of curly braces should be on next line. (brace-style)
(#777) Missing space before opening brace. (space-before-blocks)
(#777) Requires a space before '}'. (block-spacing)
(#777) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#777) Missing semicolon. (semi)
(#777) Missing whitespace after semicolon. (semi-spacing)
(#777) Operator '=' must be spaced. (space-infix-ops)
(#777) Missing whitespace after semicolon. (semi-spacing)
(#777) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#777) Operator '=' must be spaced. (space-infix-ops)
(#777) Operator '+' must be spaced. (space-infix-ops)
(#777) A space is required after ','. (comma-spacing)
(#777) A space is required after ','. (comma-spacing)
(#777) A space is required after ','. (comma-spacing)
(#777) Requires a space after '{'. (block-spacing)
(#777) Statement inside of curly braces should be on next line. (brace-style)
(#777) Missing space before opening brace. (space-before-blocks)
(#777) Requires a space before '}'. (block-spacing)
(#777) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#777) Missing semicolon. (semi)
(#777) Missing whitespace after semicolon. (semi-spacing)
(#777) Operator '=' must be spaced. (space-infix-ops)
(#777) Missing whitespace after semicolon. (semi-spacing)
(#777) Missing whitespace after semicolon. (semi-spacing)
(#777) Missing whitespace after semicolon. (semi-spacing)
(#777) Operator '=' must be spaced. (space-infix-ops)
(#777) Operator '+' must be spaced. (space-infix-ops)
(#777) A space is required after ','. (comma-spacing)
(#777) A space is required after ','. (comma-spacing)
(#777) A space is required after ','. (comma-spacing)
(#777) Requires a space after '{'. (block-spacing)
(#777) Statement inside of curly braces should be on next line. (brace-style)
(#777) Missing space before opening brace. (space-before-blocks)
(#777) Requires a space before '}'. (block-spacing)
(#777) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#777) Missing semicolon. (semi)
(#778) This line has a length of 520. Maximum allowed is 132. (max-len)
(#778) Operator '=' must be spaced. (space-infix-ops)
(#778) Missing whitespace after semicolon. (semi-spacing)
(#778) Missing whitespace after semicolon. (semi-spacing)
(#778) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#778) Missing whitespace after semicolon. (semi-spacing)
(#778) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#778) Operator '&&' must be spaced. (space-infix-ops)
(#778) Requires a space before '}'. (block-spacing)
(#778) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#778) Missing semicolon. (semi)
(#778) Missing whitespace after semicolon. (semi-spacing)
(#778) Operator '=' must be spaced. (space-infix-ops)
(#778) Missing whitespace after semicolon. (semi-spacing)
(#778) Operator '=' must be spaced. (space-infix-ops)
(#778) Requires a space after '{'. (block-spacing)
(#778) Statement inside of curly braces should be on next line. (brace-style)
(#778) Missing space before opening brace. (space-before-blocks)
(#778) Operator '=' must be spaced. (space-infix-ops)
(#778) A space is required after ','. (comma-spacing)
(#778) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#778) Operator '=' must be spaced. (space-infix-ops)
(#778) Operator '+' must be spaced. (space-infix-ops)
(#778) Missing whitespace after semicolon. (semi-spacing)
(#778) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#778) Operator '?' must be spaced. (space-infix-ops)
(#778) Operator ':' must be spaced. (space-infix-ops)
(#778) Missing whitespace after semicolon. (semi-spacing)
(#778) Missing whitespace after semicolon. (semi-spacing)
(#778) Missing whitespace after semicolon. (semi-spacing)
(#778) Missing whitespace after semicolon. (semi-spacing)
(#778) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#778) Operator '&&' must be spaced. (space-infix-ops)
(#779) This line has a length of 522. Maximum allowed is 132. (max-len)
(#779) Missing whitespace after semicolon. (semi-spacing)
(#779) Missing whitespace after semicolon. (semi-spacing)
(#779) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#779) Missing whitespace after semicolon. (semi-spacing)
(#779) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#779) Operator '||' must be spaced. (space-infix-ops)
(#779) Missing whitespace after semicolon. (semi-spacing)
(#779) Missing whitespace after semicolon. (semi-spacing)
(#779) Missing whitespace after semicolon. (semi-spacing)
(#779) Missing whitespace after semicolon. (semi-spacing)
(#779) Missing whitespace after semicolon. (semi-spacing)
(#779) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#779) Operator '&&' must be spaced. (space-infix-ops)
(#779) A space is required after ','. (comma-spacing)
(#779) Missing whitespace after semicolon. (semi-spacing)
(#779) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#779) Operator '||' must be spaced. (space-infix-ops)
(#779) A space is required after ','. (comma-spacing)
(#779) Operator '&&' must be spaced. (space-infix-ops)
(#780) This line has a length of 502. Maximum allowed is 132. (max-len)
(#780) A space is required after ','. (comma-spacing)
(#780) Operator '&&' must be spaced. (space-infix-ops)
(#780) A space is required after ','. (comma-spacing)
(#780) A space is required after ','. (comma-spacing)
(#780) A space is required after ','. (comma-spacing)
(#780) A space is required after ','. (comma-spacing)
(#780) A space is required after ','. (comma-spacing)
(#780) Operator '||' must be spaced. (space-infix-ops)
(#780) Missing whitespace after semicolon. (semi-spacing)
(#780) Missing whitespace after semicolon. (semi-spacing)
(#780) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#780) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#780) Operator '&&' must be spaced. (space-infix-ops)
(#780) Operator '&&' must be spaced. (space-infix-ops)
(#780) A space is required after ','. (comma-spacing)
(#780) A space is required after ','. (comma-spacing)
(#780) A space is required after ','. (comma-spacing)
(#780) Operator '&&' must be spaced. (space-infix-ops)
(#780) Operator '?' must be spaced. (space-infix-ops)
(#781) This line has a length of 523. Maximum allowed is 132. (max-len)
(#781) Operator ':' must be spaced. (space-infix-ops)
(#781) A space is required after ','. (comma-spacing)
(#781) A space is required after ','. (comma-spacing)
(#781) A space is required after ','. (comma-spacing)
(#781) Operator '-' must be spaced. (space-infix-ops)
(#781) Operator '?' must be spaced. (space-infix-ops)
(#781) Operator ':' must be spaced. (space-infix-ops)
(#781) A space is required after ','. (comma-spacing)
(#781) A space is required after ','. (comma-spacing)
(#781) A space is required after ','. (comma-spacing)
(#781) Operator '||' must be spaced. (space-infix-ops)
(#781) A space is required after ','. (comma-spacing)
(#781) Missing whitespace after semicolon. (semi-spacing)
(#781) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#781) Operator '?' must be spaced. (space-infix-ops)
(#781) Operator '+' must be spaced. (space-infix-ops)
(#781) Operator ':' must be spaced. (space-infix-ops)
(#781) Requires a space before '}'. (block-spacing)
(#781) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#781) Missing semicolon. (semi)
(#781) Missing whitespace after semicolon. (semi-spacing)
(#781) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#781) Operator '=' must be spaced. (space-infix-ops)
(#781) Requires a space after '{'. (block-spacing)
(#781) Statement inside of curly braces should be on next line. (brace-style)
(#781) Missing space before opening brace. (space-before-blocks)
(#781) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#781) Operator '?' must be spaced. (space-infix-ops)
(#781) Operator ':' must be spaced. (space-infix-ops)
(#781) Missing whitespace after semicolon. (semi-spacing)
(#781) Missing whitespace after semicolon. (semi-spacing)
(#781) Missing whitespace after semicolon. (semi-spacing)
(#782) This line has a length of 515. Maximum allowed is 132. (max-len)
(#782) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#782) Operator '&&' must be spaced. (space-infix-ops)
(#782) Missing whitespace after semicolon. (semi-spacing)
(#782) Missing whitespace after semicolon. (semi-spacing)
(#782) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#782) Missing whitespace after semicolon. (semi-spacing)
(#782) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#782) Operator '||' must be spaced. (space-infix-ops)
(#782) Missing whitespace after semicolon. (semi-spacing)
(#782) Missing whitespace after semicolon. (semi-spacing)
(#782) Missing whitespace after semicolon. (semi-spacing)
(#782) Missing whitespace after semicolon. (semi-spacing)
(#782) Missing whitespace after semicolon. (semi-spacing)
(#782) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#782) Operator '&&' must be spaced. (space-infix-ops)
(#782) A space is required after ','. (comma-spacing)
(#782) Missing whitespace after semicolon. (semi-spacing)
(#782) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#782) Operator '?' must be spaced. (space-infix-ops)
(#782) A space is required after ','. (comma-spacing)
(#782) Operator ':' must be spaced. (space-infix-ops)
(#782) Operator '&&' must be spaced. (space-infix-ops)
(#782) A space is required after ','. (comma-spacing)
(#782) A space is required after ','. (comma-spacing)
(#782) Operator '&&' must be spaced. (space-infix-ops)
(#783) This line has a length of 514. Maximum allowed is 132. (max-len)
(#783) A space is required after ','. (comma-spacing)
(#783) A space is required after ','. (comma-spacing)
(#783) A space is required after ','. (comma-spacing)
(#783) A space is required after ','. (comma-spacing)
(#783) A space is required after ','. (comma-spacing)
(#783) Operator '||' must be spaced. (space-infix-ops)
(#783) A space is required after ','. (comma-spacing)
(#783) Missing whitespace after semicolon. (semi-spacing)
(#783) Missing whitespace after semicolon. (semi-spacing)
(#783) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#783) Missing whitespace after semicolon. (semi-spacing)
(#783) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#783) Operator '||' must be spaced. (space-infix-ops)
(#783) A space is required after ','. (comma-spacing)
(#783) A space is required after ','. (comma-spacing)
(#783) A space is required after ','. (comma-spacing)
(#783) A space is required after ','. (comma-spacing)
(#783) A space is required after ','. (comma-spacing)
(#783) Operator '&&' must be spaced. (space-infix-ops)
(#783) A space is required after ','. (comma-spacing)
(#784) This line has a length of 503. Maximum allowed is 132. (max-len)
(#784) Requires a space before '}'. (block-spacing)
(#784) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#784) Missing semicolon. (semi)
(#784) Missing whitespace after semicolon. (semi-spacing)
(#784) Operator '=' must be spaced. (space-infix-ops)
(#784) Requires a space after '{'. (block-spacing)
(#784) Statement inside of curly braces should be on next line. (brace-style)
(#784) Missing space before opening brace. (space-before-blocks)
(#784) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#784) Operator '=' must be spaced. (space-infix-ops)
(#784) Operator '+' must be spaced. (space-infix-ops)
(#784) A space is required after ','. (comma-spacing)
(#784) A space is required after ','. (comma-spacing)
(#784) A space is required after ','. (comma-spacing)
(#784) Requires a space after '{'. (block-spacing)
(#784) Statement inside of curly braces should be on next line. (brace-style)
(#784) Missing space before opening brace. (space-before-blocks)
(#784) Requires a space before '}'. (block-spacing)
(#784) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#784) Missing semicolon. (semi)
(#784) Missing whitespace after semicolon. (semi-spacing)
(#784) Operator '=' must be spaced. (space-infix-ops)
(#784) Operator '+' must be spaced. (space-infix-ops)
(#784) A space is required after ','. (comma-spacing)
(#784) A space is required after ','. (comma-spacing)
(#784) A space is required after ','. (comma-spacing)
(#784) Requires a space after '{'. (block-spacing)
(#784) Statement inside of curly braces should be on next line. (brace-style)
(#784) Missing space before opening brace. (space-before-blocks)
(#784) Requires a space before '}'. (block-spacing)
(#784) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#784) Missing semicolon. (semi)
(#784) Missing whitespace after semicolon. (semi-spacing)
(#784) Operator '=' must be spaced. (space-infix-ops)
(#784) Operator '+' must be spaced. (space-infix-ops)
(#784) A space is required after ','. (comma-spacing)
(#784) A space is required after ','. (comma-spacing)
(#784) A space is required after ','. (comma-spacing)
(#784) Requires a space after '{'. (block-spacing)
(#784) Statement inside of curly braces should be on next line. (brace-style)
(#784) Missing space before opening brace. (space-before-blocks)
(#784) Requires a space before '}'. (block-spacing)
(#784) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#784) Missing semicolon. (semi)
(#784) Missing whitespace after semicolon. (semi-spacing)
(#784) Operator '=' must be spaced. (space-infix-ops)
(#784) Operator '+' must be spaced. (space-infix-ops)
(#784) Missing whitespace after semicolon. (semi-spacing)
(#784) Operator '=' must be spaced. (space-infix-ops)
(#785) This line has a length of 503. Maximum allowed is 132. (max-len)
(#785) Missing whitespace after semicolon. (semi-spacing)
(#785) Missing whitespace after semicolon. (semi-spacing)
(#785) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#785) Requires a space before '}'. (block-spacing)
(#785) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#785) Missing semicolon. (semi)
(#785) Missing whitespace after semicolon. (semi-spacing)
(#785) Operator '=' must be spaced. (space-infix-ops)
(#785) Requires a space after '{'. (block-spacing)
(#785) Statement inside of curly braces should be on next line. (brace-style)
(#785) Missing space before opening brace. (space-before-blocks)
(#785) Operator '=' must be spaced. (space-infix-ops)
(#785) Operator '+' must be spaced. (space-infix-ops)
(#785) A space is required after ','. (comma-spacing)
(#785) A space is required after ','. (comma-spacing)
(#785) A space is required after ','. (comma-spacing)
(#785) Requires a space after '{'. (block-spacing)
(#785) Statement inside of curly braces should be on next line. (brace-style)
(#785) Missing space before opening brace. (space-before-blocks)
(#785) Operator '*=' must be spaced. (space-infix-ops)
(#785) Missing whitespace after semicolon. (semi-spacing)
(#785) Missing whitespace after semicolon. (semi-spacing)
(#785) Requires a space before '}'. (block-spacing)
(#785) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#785) Missing semicolon. (semi)
(#785) Missing whitespace after semicolon. (semi-spacing)
(#785) Operator '=' must be spaced. (space-infix-ops)
(#785) Operator '+' must be spaced. (space-infix-ops)
(#785) A space is required after ','. (comma-spacing)
(#785) A space is required after ','. (comma-spacing)
(#785) A space is required after ','. (comma-spacing)
(#785) Requires a space after '{'. (block-spacing)
(#785) Statement inside of curly braces should be on next line. (brace-style)
(#785) Missing space before opening brace. (space-before-blocks)
(#785) Operator '/=' must be spaced. (space-infix-ops)
(#785) Missing whitespace after semicolon. (semi-spacing)
(#786) This line has a length of 517. Maximum allowed is 132. (max-len)
(#786) Requires a space before '}'. (block-spacing)
(#786) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#786) Missing semicolon. (semi)
(#786) Missing whitespace after semicolon. (semi-spacing)
(#786) Operator '=' must be spaced. (space-infix-ops)
(#786) Operator '+' must be spaced. (space-infix-ops)
(#786) Missing whitespace after semicolon. (semi-spacing)
(#786) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#786) Operator '=' must be spaced. (space-infix-ops)
(#786) Missing whitespace after semicolon. (semi-spacing)
(#786) Missing whitespace after semicolon. (semi-spacing)
(#786) Requires a space before '}'. (block-spacing)
(#786) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#786) Missing semicolon. (semi)
(#786) Missing whitespace after semicolon. (semi-spacing)
(#786) Operator '=' must be spaced. (space-infix-ops)
(#786) Requires a space after '{'. (block-spacing)
(#786) Statement inside of curly braces should be on next line. (brace-style)
(#786) Missing space before opening brace. (space-before-blocks)
(#786) Operator '=' must be spaced. (space-infix-ops)
(#786) Operator '+' must be spaced. (space-infix-ops)
(#786) A space is required after ','. (comma-spacing)
(#786) A space is required after ','. (comma-spacing)
(#786) A space is required after ','. (comma-spacing)
(#786) Requires a space after '{'. (block-spacing)
(#786) Statement inside of curly braces should be on next line. (brace-style)
(#786) Missing space before opening brace. (space-before-blocks)
(#786) Missing whitespace after semicolon. (semi-spacing)
(#786) Operator '=' must be spaced. (space-infix-ops)
(#786) Missing whitespace after semicolon. (semi-spacing)
(#786) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#786) Operator '||' must be spaced. (space-infix-ops)
(#786) Requires a space before '}'. (block-spacing)
(#786) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#786) Missing semicolon. (semi)
(#787) This line has a length of 509. Maximum allowed is 132. (max-len)
(#787) Operator '=' must be spaced. (space-infix-ops)
(#787) Operator '+' must be spaced. (space-infix-ops)
(#787) A space is required after ','. (comma-spacing)
(#787) A space is required after ','. (comma-spacing)
(#787) A space is required after ','. (comma-spacing)
(#787) Requires a space after '{'. (block-spacing)
(#787) Statement inside of curly braces should be on next line. (brace-style)
(#787) Missing space before opening brace. (space-before-blocks)
(#787) Missing whitespace after semicolon. (semi-spacing)
(#787) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#787) Operator '=' must be spaced. (space-infix-ops)
(#787) Missing whitespace after semicolon. (semi-spacing)
(#787) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#787) Operator '||' must be spaced. (space-infix-ops)
(#787) Requires a space before '}'. (block-spacing)
(#787) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#787) Missing semicolon. (semi)
(#787) Missing whitespace after semicolon. (semi-spacing)
(#787) Operator '=' must be spaced. (space-infix-ops)
(#787) Operator '+' must be spaced. (space-infix-ops)
(#787) A space is required after ','. (comma-spacing)
(#787) A space is required after ','. (comma-spacing)
(#787) A space is required after ','. (comma-spacing)
(#787) Requires a space after '{'. (block-spacing)
(#787) Statement inside of curly braces should be on next line. (brace-style)
(#787) Missing space before opening brace. (space-before-blocks)
(#787) Missing whitespace after semicolon. (semi-spacing)
(#787) Operator '=' must be spaced. (space-infix-ops)
(#788) This line has a length of 545. Maximum allowed is 132. (max-len)
(#788) Missing whitespace after semicolon. (semi-spacing)
(#788) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#788) Operator '||' must be spaced. (space-infix-ops)
(#788) Requires a space before '}'. (block-spacing)
(#788) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#788) Missing semicolon. (semi)
(#788) Missing whitespace after semicolon. (semi-spacing)
(#788) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#788) Operator '=' must be spaced. (space-infix-ops)
(#788) Operator '+' must be spaced. (space-infix-ops)
(#788) Missing whitespace after semicolon. (semi-spacing)
(#788) Operator '=' must be spaced. (space-infix-ops)
(#788) Operator '+' must be spaced. (space-infix-ops)
(#788) A space is required after ','. (comma-spacing)
(#788) Missing whitespace after semicolon. (semi-spacing)
(#788) Missing whitespace after semicolon. (semi-spacing)
(#788) Missing whitespace after semicolon. (semi-spacing)
(#788) Missing whitespace after semicolon. (semi-spacing)
(#788) Missing whitespace after semicolon. (semi-spacing)
(#788) Requires a space before '}'. (block-spacing)
(#788) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#788) Missing semicolon. (semi)
(#789) This line has a length of 510. Maximum allowed is 132. (max-len)
(#789) Operator '=' must be spaced. (space-infix-ops)
(#789) Requires a space after '{'. (block-spacing)
(#789) Statement inside of curly braces should be on next line. (brace-style)
(#789) Missing space before opening brace. (space-before-blocks)
(#789) Operator '=' must be spaced. (space-infix-ops)
(#789) Requires a space after '{'. (block-spacing)
(#789) Statement inside of curly braces should be on next line. (brace-style)
(#789) Missing space before opening brace. (space-before-blocks)
(#789) Expected space(s) after "for". (keyword-spacing)
(#789) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#789) Operator '=' must be spaced. (space-infix-ops)
(#789) Operator '?' must be spaced. (space-infix-ops)
(#789) Operator ':' must be spaced. (space-infix-ops)
(#789) A space is required after ','. (comma-spacing)
(#789) Operator '=' must be spaced. (space-infix-ops)
(#789) A space is required after ','. (comma-spacing)
(#789) Operator '=' must be spaced. (space-infix-ops)
(#789) Operator '?' must be spaced. (space-infix-ops)
(#789) Operator ':' must be spaced. (space-infix-ops)
(#789) A space is required after ','. (comma-spacing)
(#789) Operator '=' must be spaced. (space-infix-ops)
(#789) A space is required after ','. (comma-spacing)
(#789) Operator '=' must be spaced. (space-infix-ops)
(#789) Missing whitespace after semicolon. (semi-spacing)
(#789) Operator '<' must be spaced. (space-infix-ops)
(#789) Missing whitespace after semicolon. (semi-spacing)
(#789) Requires a space after '{'. (block-spacing)
(#789) Statement inside of curly braces should be on next line. (brace-style)
(#789) Missing space before opening brace. (space-before-blocks)
(#789) Operator '=' must be spaced. (space-infix-ops)
(#789) Missing whitespace after semicolon. (semi-spacing)
(#789) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#789) Operator '!==' must be spaced. (space-infix-ops)
(#789) Operator '||' must be spaced. (space-infix-ops)
(#789) Operator '!==' must be spaced. (space-infix-ops)
(#789) Operator '&&' must be spaced. (space-infix-ops)
(#789) Operator '!==' must be spaced. (space-infix-ops)
(#789) Operator '||' must be spaced. (space-infix-ops)
(#789) Requires a space before '}'. (block-spacing)
(#789) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#789) Missing semicolon. (semi)
(#789) 'A' used outside of binding context. (block-scoped-var)
(#789) A space is required after ','. (comma-spacing)
(#789) 'a' used outside of binding context. (block-scoped-var)
(#789) A space is required after ','. (comma-spacing)
(#789) Requires a space before '}'. (block-spacing)
(#789) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#789) Missing semicolon. (semi)
(#789) Missing whitespace after semicolon. (semi-spacing)
(#789) Operator '=' must be spaced. (space-infix-ops)
(#789) Operator '+' must be spaced. (space-infix-ops)
(#789) A space is required after ','. (comma-spacing)
(#789) A space is required after ','. (comma-spacing)
(#790) This line has a length of 514. Maximum allowed is 132. (max-len)
(#790) Requires a space after '{'. (block-spacing)
(#790) Statement inside of curly braces should be on next line. (brace-style)
(#790) Missing space before opening brace. (space-before-blocks)
(#790) Requires a space before '}'. (block-spacing)
(#790) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#790) Missing semicolon. (semi)
(#790) Missing whitespace after semicolon. (semi-spacing)
(#790) Operator '=' must be spaced. (space-infix-ops)
(#790) Operator '+' must be spaced. (space-infix-ops)
(#790) A space is required after ','. (comma-spacing)
(#790) A space is required after ','. (comma-spacing)
(#790) A space is required after ','. (comma-spacing)
(#790) Requires a space after '{'. (block-spacing)
(#790) Statement inside of curly braces should be on next line. (brace-style)
(#790) Missing space before opening brace. (space-before-blocks)
(#790) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#790) Requires a space before '}'. (block-spacing)
(#790) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#790) Missing semicolon. (semi)
(#790) Missing whitespace after semicolon. (semi-spacing)
(#790) Operator '=' must be spaced. (space-infix-ops)
(#790) Operator '+' must be spaced. (space-infix-ops)
(#790) Missing whitespace after semicolon. (semi-spacing)
(#790) Operator '=' must be spaced. (space-infix-ops)
(#790) Missing whitespace after semicolon. (semi-spacing)
(#790) Missing whitespace after semicolon. (semi-spacing)
(#790) Requires a space before '}'. (block-spacing)
(#790) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#790) Missing semicolon. (semi)
(#790) Missing whitespace after semicolon. (semi-spacing)
(#790) Operator '=' must be spaced. (space-infix-ops)
(#790) Requires a space after '{'. (block-spacing)
(#790) Statement inside of curly braces should be on next line. (brace-style)
(#790) Missing space before opening brace. (space-before-blocks)
(#790) Operator '=' must be spaced. (space-infix-ops)
(#790) Operator '+' must be spaced. (space-infix-ops)
(#790) A space is required after ','. (comma-spacing)
(#790) A space is required after ','. (comma-spacing)
(#790) A space is required after ','. (comma-spacing)
(#790) Requires a space after '{'. (block-spacing)
(#790) Statement inside of curly braces should be on next line. (brace-style)
(#790) Missing space before opening brace. (space-before-blocks)
(#790) Requires a space before '}'. (block-spacing)
(#790) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#790) Missing semicolon. (semi)
(#790) Missing whitespace after semicolon. (semi-spacing)
(#790) Operator '=' must be spaced. (space-infix-ops)
(#790) Operator '+' must be spaced. (space-infix-ops)
(#791) This line has a length of 504. Maximum allowed is 132. (max-len)
(#791) A space is required after ','. (comma-spacing)
(#791) A space is required after ','. (comma-spacing)
(#791) Requires a space after '{'. (block-spacing)
(#791) Statement inside of curly braces should be on next line. (brace-style)
(#791) Missing space before opening brace. (space-before-blocks)
(#791) Requires a space before '}'. (block-spacing)
(#791) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#791) Missing semicolon. (semi)
(#791) Missing whitespace after semicolon. (semi-spacing)
(#791) Operator '=' must be spaced. (space-infix-ops)
(#791) Operator '+' must be spaced. (space-infix-ops)
(#791) Missing whitespace after semicolon. (semi-spacing)
(#791) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#791) Operator '=' must be spaced. (space-infix-ops)
(#791) Missing whitespace after semicolon. (semi-spacing)
(#791) Missing whitespace after semicolon. (semi-spacing)
(#791) Requires a space before '}'. (block-spacing)
(#791) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#791) Missing semicolon. (semi)
(#791) Missing whitespace after semicolon. (semi-spacing)
(#791) Operator '=' must be spaced. (space-infix-ops)
(#791) Requires a space after '{'. (block-spacing)
(#791) Statement inside of curly braces should be on next line. (brace-style)
(#791) Missing space before opening brace. (space-before-blocks)
(#791) Operator '=' must be spaced. (space-infix-ops)
(#791) Operator '+' must be spaced. (space-infix-ops)
(#791) A space is required after ','. (comma-spacing)
(#791) A space is required after ','. (comma-spacing)
(#791) A space is required after ','. (comma-spacing)
(#791) Requires a space after '{'. (block-spacing)
(#791) Statement inside of curly braces should be on next line. (brace-style)
(#791) Missing space before opening brace. (space-before-blocks)
(#791) Missing whitespace after semicolon. (semi-spacing)
(#791) Operator '=' must be spaced. (space-infix-ops)
(#791) Requires a space before '}'. (block-spacing)
(#791) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#791) Missing semicolon. (semi)
(#791) Missing whitespace after semicolon. (semi-spacing)
(#791) Operator '=' must be spaced. (space-infix-ops)
(#792) This line has a length of 568. Maximum allowed is 132. (max-len)
(#792) Operator '+' must be spaced. (space-infix-ops)
(#792) A space is required after ','. (comma-spacing)
(#792) A space is required after ','. (comma-spacing)
(#792) A space is required after ','. (comma-spacing)
(#792) Requires a space after '{'. (block-spacing)
(#792) Statement inside of curly braces should be on next line. (brace-style)
(#792) Missing space before opening brace. (space-before-blocks)
(#792) Missing whitespace after semicolon. (semi-spacing)
(#792) Operator '=' must be spaced. (space-infix-ops)
(#792) Requires a space before '}'. (block-spacing)
(#792) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#792) Missing semicolon. (semi)
(#792) Missing whitespace after semicolon. (semi-spacing)
(#792) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#792) Operator '=' must be spaced. (space-infix-ops)
(#792) Operator '+' must be spaced. (space-infix-ops)
(#792) A space is required after ','. (comma-spacing)
(#792) A space is required after ','. (comma-spacing)
(#792) A space is required after ','. (comma-spacing)
(#792) Requires a space after '{'. (block-spacing)
(#792) Statement inside of curly braces should be on next line. (brace-style)
(#792) Missing space before opening brace. (space-before-blocks)
(#792) Missing whitespace after semicolon. (semi-spacing)
(#792) Operator '=' must be spaced. (space-infix-ops)
(#792) Requires a space before '}'. (block-spacing)
(#792) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#792) Missing semicolon. (semi)
(#792) Missing whitespace after semicolon. (semi-spacing)
(#792) Operator '=' must be spaced. (space-infix-ops)
(#792) Operator '+' must be spaced. (space-infix-ops)
(#792) A space is required after ','. (comma-spacing)
(#792) A space is required after ','. (comma-spacing)
(#792) A space is required after ','. (comma-spacing)
(#792) Requires a space after '{'. (block-spacing)
(#792) Statement inside of curly braces should be on next line. (brace-style)
(#792) Missing space before opening brace. (space-before-blocks)
(#793) This line has a length of 525. Maximum allowed is 132. (max-len)
(#793) Operator '=' must be spaced. (space-infix-ops)
(#793) Requires a space before '}'. (block-spacing)
(#793) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#793) Missing semicolon. (semi)
(#793) Missing whitespace after semicolon. (semi-spacing)
(#793) Operator '=' must be spaced. (space-infix-ops)
(#793) Operator '+' must be spaced. (space-infix-ops)
(#793) A space is required after ','. (comma-spacing)
(#793) A space is required after ','. (comma-spacing)
(#793) A space is required after ','. (comma-spacing)
(#793) Requires a space after '{'. (block-spacing)
(#793) Statement inside of curly braces should be on next line. (brace-style)
(#793) Missing space before opening brace. (space-before-blocks)
(#793) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#793) Missing whitespace after semicolon. (semi-spacing)
(#793) Operator '=' must be spaced. (space-infix-ops)
(#793) Requires a space before '}'. (block-spacing)
(#793) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#793) Missing semicolon. (semi)
(#793) Missing whitespace after semicolon. (semi-spacing)
(#793) Operator '=' must be spaced. (space-infix-ops)
(#793) Operator '+' must be spaced. (space-infix-ops)
(#793) A space is required after ','. (comma-spacing)
(#793) A space is required after ','. (comma-spacing)
(#793) A space is required after ','. (comma-spacing)
(#793) Requires a space after '{'. (block-spacing)
(#793) Statement inside of curly braces should be on next line. (brace-style)
(#793) Missing space before opening brace. (space-before-blocks)
(#793) Missing whitespace after semicolon. (semi-spacing)
(#793) Operator '=' must be spaced. (space-infix-ops)
(#793) Requires a space before '}'. (block-spacing)
(#793) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#793) Missing semicolon. (semi)
(#793) Missing whitespace after semicolon. (semi-spacing)
(#793) Operator '=' must be spaced. (space-infix-ops)
(#793) Operator '+' must be spaced. (space-infix-ops)
(#794) This line has a length of 549. Maximum allowed is 132. (max-len)
(#794) A space is required after ','. (comma-spacing)
(#794) A space is required after ','. (comma-spacing)
(#794) A space is required after ','. (comma-spacing)
(#794) Requires a space after '{'. (block-spacing)
(#794) Statement inside of curly braces should be on next line. (brace-style)
(#794) Missing space before opening brace. (space-before-blocks)
(#794) Missing whitespace after semicolon. (semi-spacing)
(#794) Operator '=' must be spaced. (space-infix-ops)
(#794) Requires a space before '}'. (block-spacing)
(#794) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#794) Missing semicolon. (semi)
(#794) Missing whitespace after semicolon. (semi-spacing)
(#794) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#794) Operator '=' must be spaced. (space-infix-ops)
(#794) Operator '+' must be spaced. (space-infix-ops)
(#794) A space is required after ','. (comma-spacing)
(#794) A space is required after ','. (comma-spacing)
(#794) A space is required after ','. (comma-spacing)
(#794) Requires a space after '{'. (block-spacing)
(#794) Statement inside of curly braces should be on next line. (brace-style)
(#794) Missing space before opening brace. (space-before-blocks)
(#794) Missing whitespace after semicolon. (semi-spacing)
(#794) Operator '=' must be spaced. (space-infix-ops)
(#794) Requires a space before '}'. (block-spacing)
(#794) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#794) Missing semicolon. (semi)
(#794) Missing whitespace after semicolon. (semi-spacing)
(#794) Operator '=' must be spaced. (space-infix-ops)
(#794) Operator '+' must be spaced. (space-infix-ops)
(#794) A space is required after ','. (comma-spacing)
(#794) A space is required after ','. (comma-spacing)
(#794) A space is required after ','. (comma-spacing)
(#794) Requires a space after '{'. (block-spacing)
(#794) Statement inside of curly braces should be on next line. (brace-style)
(#794) Missing space before opening brace. (space-before-blocks)
(#795) This line has a length of 519. Maximum allowed is 132. (max-len)
(#795) Operator '=' must be spaced. (space-infix-ops)
(#795) Requires a space before '}'. (block-spacing)
(#795) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#795) Missing semicolon. (semi)
(#795) Missing whitespace after semicolon. (semi-spacing)
(#795) Operator '=' must be spaced. (space-infix-ops)
(#795) Operator '+' must be spaced. (space-infix-ops)
(#795) A space is required after ','. (comma-spacing)
(#795) A space is required after ','. (comma-spacing)
(#795) A space is required after ','. (comma-spacing)
(#795) Requires a space after '{'. (block-spacing)
(#795) Statement inside of curly braces should be on next line. (brace-style)
(#795) Missing space before opening brace. (space-before-blocks)
(#795) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#795) Missing whitespace after semicolon. (semi-spacing)
(#795) Operator '=' must be spaced. (space-infix-ops)
(#795) Requires a space before '}'. (block-spacing)
(#795) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#795) Missing semicolon. (semi)
(#795) Missing whitespace after semicolon. (semi-spacing)
(#795) Operator '=' must be spaced. (space-infix-ops)
(#795) Operator '+' must be spaced. (space-infix-ops)
(#795) A space is required after ','. (comma-spacing)
(#795) A space is required after ','. (comma-spacing)
(#795) A space is required after ','. (comma-spacing)
(#795) Requires a space after '{'. (block-spacing)
(#795) Statement inside of curly braces should be on next line. (brace-style)
(#795) Missing space before opening brace. (space-before-blocks)
(#795) Missing whitespace after semicolon. (semi-spacing)
(#795) Operator '=' must be spaced. (space-infix-ops)
(#795) Requires a space before '}'. (block-spacing)
(#795) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#795) Missing semicolon. (semi)
(#795) Missing whitespace after semicolon. (semi-spacing)
(#795) Operator '=' must be spaced. (space-infix-ops)
(#795) Operator '+' must be spaced. (space-infix-ops)
(#796) This line has a length of 511. Maximum allowed is 132. (max-len)
(#796) A space is required after ','. (comma-spacing)
(#796) A space is required after ','. (comma-spacing)
(#796) A space is required after ','. (comma-spacing)
(#796) Requires a space after '{'. (block-spacing)
(#796) Statement inside of curly braces should be on next line. (brace-style)
(#796) Missing space before opening brace. (space-before-blocks)
(#796) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#796) Operator '&&' must be spaced. (space-infix-ops)
(#796) A space is required after ','. (comma-spacing)
(#796) Operator '=' must be spaced. (space-infix-ops)
(#796) Missing whitespace after semicolon. (semi-spacing)
(#796) Requires a space before '}'. (block-spacing)
(#796) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#796) Missing semicolon. (semi)
(#796) Missing whitespace after semicolon. (semi-spacing)
(#796) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#796) Operator '=' must be spaced. (space-infix-ops)
(#796) Operator '+' must be spaced. (space-infix-ops)
(#796) A space is required after ','. (comma-spacing)
(#796) Missing whitespace after semicolon. (semi-spacing)
(#796) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#796) Operator '?' must be spaced. (space-infix-ops)
(#796) Operator '=' must be spaced. (space-infix-ops)
(#797) This line has a length of 556. Maximum allowed is 132. (max-len)
(#797) Operator '+' must be spaced. (space-infix-ops)
(#797) A space is required after ','. (comma-spacing)
(#797) A space is required after ','. (comma-spacing)
(#797) A space is required after ','. (comma-spacing)
(#797) Operator '=' must be spaced. (space-infix-ops)
(#797) A space is required after ','. (comma-spacing)
(#797) A space is required after ','. (comma-spacing)
(#797) A space is required after ','. (comma-spacing)
(#797) A space is required after ','. (comma-spacing)
(#797) A space is required after ','. (comma-spacing)
(#797) A space is required after ','. (comma-spacing)
(#797) A space is required after ','. (comma-spacing)
(#797) A space is required after ','. (comma-spacing)
(#798) This line has a length of 547. Maximum allowed is 132. (max-len)
(#798) A space is required after ','. (comma-spacing)
(#798) A space is required after ','. (comma-spacing)
(#798) A space is required after ','. (comma-spacing)
(#798) A space is required after ','. (comma-spacing)
(#798) Operator ':' must be spaced. (space-infix-ops)
(#798) Operator '=' must be spaced. (space-infix-ops)
(#798) Operator '+' must be spaced. (space-infix-ops)
(#798) A space is required after ','. (comma-spacing)
(#798) A space is required after ','. (comma-spacing)
(#798) A space is required after ','. (comma-spacing)
(#798) Operator '=' must be spaced. (space-infix-ops)
(#798) A space is required after ','. (comma-spacing)
(#799) This line has a length of 522. Maximum allowed is 132. (max-len)
(#799) A space is required after ','. (comma-spacing)
(#799) A space is required after ','. (comma-spacing)
(#799) A space is required after ','. (comma-spacing)
(#799) A space is required after ','. (comma-spacing)
(#799) A space is required after ','. (comma-spacing)
(#799) A space is required after ','. (comma-spacing)
(#799) A space is required after ','. (comma-spacing)
(#800) This line has a length of 501. Maximum allowed is 132. (max-len)
(#800) A space is required after ','. (comma-spacing)
(#800) A space is required after ','. (comma-spacing)
(#800) Requires a space before '}'. (block-spacing)
(#800) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#800) Missing semicolon. (semi)
(#800) Missing whitespace after semicolon. (semi-spacing)
(#800) Operator '=' must be spaced. (space-infix-ops)
(#800) Requires a space after '{'. (block-spacing)
(#800) Statement inside of curly braces should be on next line. (brace-style)
(#800) Missing space before opening brace. (space-before-blocks)
(#800) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#800) Operator '=' must be spaced. (space-infix-ops)
(#800) Operator '+' must be spaced. (space-infix-ops)
(#800) A space is required after ','. (comma-spacing)
(#800) A space is required after ','. (comma-spacing)
(#800) A space is required after ','. (comma-spacing)
(#800) Requires a space after '{'. (block-spacing)
(#800) Statement inside of curly braces should be on next line. (brace-style)
(#800) Missing space before opening brace. (space-before-blocks)
(#800) Missing whitespace after semicolon. (semi-spacing)
(#800) Operator '=' must be spaced. (space-infix-ops)
(#800) Missing whitespace after semicolon. (semi-spacing)
(#800) Operator '=' must be spaced. (space-infix-ops)
(#801) This line has a length of 525. Maximum allowed is 132. (max-len)
(#801) Requires a space before '}'. (block-spacing)
(#801) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#801) Missing semicolon. (semi)
(#801) Missing whitespace after semicolon. (semi-spacing)
(#801) Operator '=' must be spaced. (space-infix-ops)
(#801) Operator '+' must be spaced. (space-infix-ops)
(#801) A space is required after ','. (comma-spacing)
(#801) A space is required after ','. (comma-spacing)
(#801) A space is required after ','. (comma-spacing)
(#801) Requires a space after '{'. (block-spacing)
(#801) Statement inside of curly braces should be on next line. (brace-style)
(#801) Missing space before opening brace. (space-before-blocks)
(#801) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#801) Missing whitespace after semicolon. (semi-spacing)
(#801) Operator '=' must be spaced. (space-infix-ops)
(#801) Missing whitespace after semicolon. (semi-spacing)
(#801) Operator '=' must be spaced. (space-infix-ops)
(#801) Requires a space before '}'. (block-spacing)
(#801) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#801) Missing semicolon. (semi)
(#801) Missing whitespace after semicolon. (semi-spacing)
(#801) Operator '=' must be spaced. (space-infix-ops)
(#801) Operator '+' must be spaced. (space-infix-ops)
(#801) A space is required after ','. (comma-spacing)
(#801) A space is required after ','. (comma-spacing)
(#801) A space is required after ','. (comma-spacing)
(#801) Requires a space after '{'. (block-spacing)
(#801) Statement inside of curly braces should be on next line. (brace-style)
(#801) Missing space before opening brace. (space-before-blocks)
(#802) This line has a length of 525. Maximum allowed is 132. (max-len)
(#802) Operator '=' must be spaced. (space-infix-ops)
(#802) Missing whitespace after semicolon. (semi-spacing)
(#802) Operator '=' must be spaced. (space-infix-ops)
(#802) Requires a space before '}'. (block-spacing)
(#802) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#802) Missing semicolon. (semi)
(#802) Missing whitespace after semicolon. (semi-spacing)
(#802) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#802) Operator '=' must be spaced. (space-infix-ops)
(#802) Operator '+' must be spaced. (space-infix-ops)
(#802) A space is required after ','. (comma-spacing)
(#802) A space is required after ','. (comma-spacing)
(#802) A space is required after ','. (comma-spacing)
(#802) Requires a space after '{'. (block-spacing)
(#802) Statement inside of curly braces should be on next line. (brace-style)
(#802) Missing space before opening brace. (space-before-blocks)
(#802) Missing whitespace after semicolon. (semi-spacing)
(#802) Operator '=' must be spaced. (space-infix-ops)
(#802) Missing whitespace after semicolon. (semi-spacing)
(#802) Operator '=' must be spaced. (space-infix-ops)
(#802) Requires a space before '}'. (block-spacing)
(#802) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#802) Missing semicolon. (semi)
(#802) Missing whitespace after semicolon. (semi-spacing)
(#802) Operator '=' must be spaced. (space-infix-ops)
(#802) Operator '+' must be spaced. (space-infix-ops)
(#802) A space is required after ','. (comma-spacing)
(#802) A space is required after ','. (comma-spacing)
(#803) This line has a length of 508. Maximum allowed is 132. (max-len)
(#803) Requires a space after '{'. (block-spacing)
(#803) Statement inside of curly braces should be on next line. (brace-style)
(#803) Missing space before opening brace. (space-before-blocks)
(#803) Missing whitespace after semicolon. (semi-spacing)
(#803) Operator '=' must be spaced. (space-infix-ops)
(#803) Missing whitespace after semicolon. (semi-spacing)
(#803) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#803) Operator '=' must be spaced. (space-infix-ops)
(#803) Requires a space before '}'. (block-spacing)
(#803) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#803) Missing semicolon. (semi)
(#803) Missing whitespace after semicolon. (semi-spacing)
(#803) Operator '=' must be spaced. (space-infix-ops)
(#803) Operator '+' must be spaced. (space-infix-ops)
(#803) A space is required after ','. (comma-spacing)
(#803) A space is required after ','. (comma-spacing)
(#803) A space is required after ','. (comma-spacing)
(#803) Requires a space after '{'. (block-spacing)
(#803) Statement inside of curly braces should be on next line. (brace-style)
(#803) Missing space before opening brace. (space-before-blocks)
(#803) Missing whitespace after semicolon. (semi-spacing)
(#803) Operator '=' must be spaced. (space-infix-ops)
(#803) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#803) Missing whitespace after semicolon. (semi-spacing)
(#803) Operator '=' must be spaced. (space-infix-ops)
(#803) Requires a space before '}'. (block-spacing)
(#803) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#803) Missing semicolon. (semi)
(#803) Missing whitespace after semicolon. (semi-spacing)
(#803) Operator '=' must be spaced. (space-infix-ops)
(#804) This line has a length of 518. Maximum allowed is 132. (max-len)
(#804) Operator '+' must be spaced. (space-infix-ops)
(#804) A space is required after ','. (comma-spacing)
(#804) A space is required after ','. (comma-spacing)
(#804) A space is required after ','. (comma-spacing)
(#804) Requires a space after '{'. (block-spacing)
(#804) Statement inside of curly braces should be on next line. (brace-style)
(#804) Missing space before opening brace. (space-before-blocks)
(#804) Missing whitespace after semicolon. (semi-spacing)
(#804) Operator '=' must be spaced. (space-infix-ops)
(#804) Missing whitespace after semicolon. (semi-spacing)
(#804) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#804) Operator '=' must be spaced. (space-infix-ops)
(#804) Requires a space before '}'. (block-spacing)
(#804) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#804) Missing semicolon. (semi)
(#804) Missing whitespace after semicolon. (semi-spacing)
(#804) Operator '=' must be spaced. (space-infix-ops)
(#804) Operator '+' must be spaced. (space-infix-ops)
(#804) A space is required after ','. (comma-spacing)
(#804) A space is required after ','. (comma-spacing)
(#804) A space is required after ','. (comma-spacing)
(#804) Requires a space after '{'. (block-spacing)
(#804) Statement inside of curly braces should be on next line. (brace-style)
(#804) Missing space before opening brace. (space-before-blocks)
(#804) Missing whitespace after semicolon. (semi-spacing)
(#804) Operator '=' must be spaced. (space-infix-ops)
(#805) This line has a length of 507. Maximum allowed is 132. (max-len)
(#805) Missing whitespace after semicolon. (semi-spacing)
(#805) Operator '=' must be spaced. (space-infix-ops)
(#805) Requires a space before '}'. (block-spacing)
(#805) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#805) Missing semicolon. (semi)
(#805) Missing whitespace after semicolon. (semi-spacing)
(#805) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#805) Operator '=' must be spaced. (space-infix-ops)
(#805) Operator '+' must be spaced. (space-infix-ops)
(#805) A space is required after ','. (comma-spacing)
(#805) A space is required after ','. (comma-spacing)
(#805) A space is required after ','. (comma-spacing)
(#805) Requires a space after '{'. (block-spacing)
(#805) Statement inside of curly braces should be on next line. (brace-style)
(#805) Missing space before opening brace. (space-before-blocks)
(#805) Missing whitespace after semicolon. (semi-spacing)
(#805) Operator '=' must be spaced. (space-infix-ops)
(#805) Missing whitespace after semicolon. (semi-spacing)
(#805) Operator '=' must be spaced. (space-infix-ops)
(#805) Requires a space before '}'. (block-spacing)
(#805) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#805) Missing semicolon. (semi)
(#805) Missing whitespace after semicolon. (semi-spacing)
(#805) Operator '=' must be spaced. (space-infix-ops)
(#805) Operator '+' must be spaced. (space-infix-ops)
(#805) A space is required after ','. (comma-spacing)
(#805) A space is required after ','. (comma-spacing)
(#806) This line has a length of 529. Maximum allowed is 132. (max-len)
(#806) Requires a space after '{'. (block-spacing)
(#806) Statement inside of curly braces should be on next line. (brace-style)
(#806) Missing space before opening brace. (space-before-blocks)
(#806) Missing whitespace after semicolon. (semi-spacing)
(#806) Operator '=' must be spaced. (space-infix-ops)
(#806) Missing whitespace after semicolon. (semi-spacing)
(#806) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#806) Operator '=' must be spaced. (space-infix-ops)
(#806) Requires a space before '}'. (block-spacing)
(#806) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#806) Missing semicolon. (semi)
(#806) Missing whitespace after semicolon. (semi-spacing)
(#806) Operator '=' must be spaced. (space-infix-ops)
(#806) Operator '+' must be spaced. (space-infix-ops)
(#806) A space is required after ','. (comma-spacing)
(#806) Operator '?' must be spaced. (space-infix-ops)
(#806) Operator ':' must be spaced. (space-infix-ops)
(#806) Missing whitespace after semicolon. (semi-spacing)
(#806) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#806) Operator '?' must be spaced. (space-infix-ops)
(#806) Operator '=' must be spaced. (space-infix-ops)
(#806) A space is required after ','. (comma-spacing)
(#806) Operator '+' must be spaced. (space-infix-ops)
(#806) A space is required after ','. (comma-spacing)
(#806) A space is required after ','. (comma-spacing)
(#806) A space is required after ','. (comma-spacing)
(#806) Operator '=' must be spaced. (space-infix-ops)
(#806) A space is required after ','. (comma-spacing)
(#807) This line has a length of 518. Maximum allowed is 132. (max-len)
(#807) A space is required after ','. (comma-spacing)
(#807) A space is required after ','. (comma-spacing)
(#807) A space is required after ','. (comma-spacing)
(#807) A space is required after ','. (comma-spacing)
(#807) A space is required after ','. (comma-spacing)
(#807) A space is required after ','. (comma-spacing)
(#807) A space is required after ','. (comma-spacing)
(#807) A space is required after ','. (comma-spacing)
(#808) This line has a length of 562. Maximum allowed is 132. (max-len)
(#808) Operator ':' must be spaced. (space-infix-ops)
(#808) Operator '=' must be spaced. (space-infix-ops)
(#808) Operator '+' must be spaced. (space-infix-ops)
(#808) A space is required after ','. (comma-spacing)
(#808) A space is required after ','. (comma-spacing)
(#808) A space is required after ','. (comma-spacing)
(#808) A space is required after ','. (comma-spacing)
(#808) A space is required after ','. (comma-spacing)
(#808) A space is required after ','. (comma-spacing)
(#808) A space is required after ','. (comma-spacing)
(#808) A space is required after ','. (comma-spacing)
(#808) A space is required after ','. (comma-spacing)
(#809) This line has a length of 528. Maximum allowed is 132. (max-len)
(#809) A space is required after ','. (comma-spacing)
(#809) A space is required after ','. (comma-spacing)
(#809) A space is required after ','. (comma-spacing)
(#809) Operator '=' must be spaced. (space-infix-ops)
(#809) Requires a space before '}'. (block-spacing)
(#809) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#809) Missing semicolon. (semi)
(#809) Missing whitespace after semicolon. (semi-spacing)
(#809) Operator '=' must be spaced. (space-infix-ops)
(#809) Requires a space after '{'. (block-spacing)
(#809) Statement inside of curly braces should be on next line. (brace-style)
(#809) Missing space before opening brace. (space-before-blocks)
(#809) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#809) Operator '=' must be spaced. (space-infix-ops)
(#809) Operator '+' must be spaced. (space-infix-ops)
(#809) A space is required after ','. (comma-spacing)
(#809) A space is required after ','. (comma-spacing)
(#809) A space is required after ','. (comma-spacing)
(#809) Requires a space after '{'. (block-spacing)
(#809) Statement inside of curly braces should be on next line. (brace-style)
(#809) Missing space before opening brace. (space-before-blocks)
(#809) Missing whitespace after semicolon. (semi-spacing)
(#809) Operator '=' must be spaced. (space-infix-ops)
(#810) This line has a length of 540. Maximum allowed is 132. (max-len)
(#810) Missing whitespace after semicolon. (semi-spacing)
(#810) Operator '=' must be spaced. (space-infix-ops)
(#810) Requires a space before '}'. (block-spacing)
(#810) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#810) Missing semicolon. (semi)
(#810) Missing whitespace after semicolon. (semi-spacing)
(#810) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#810) Operator '=' must be spaced. (space-infix-ops)
(#810) Operator '+' must be spaced. (space-infix-ops)
(#810) A space is required after ','. (comma-spacing)
(#810) A space is required after ','. (comma-spacing)
(#810) A space is required after ','. (comma-spacing)
(#810) Requires a space after '{'. (block-spacing)
(#810) Statement inside of curly braces should be on next line. (brace-style)
(#810) Missing space before opening brace. (space-before-blocks)
(#810) Missing whitespace after semicolon. (semi-spacing)
(#810) Operator '=' must be spaced. (space-infix-ops)
(#810) Missing whitespace after semicolon. (semi-spacing)
(#810) Operator '=' must be spaced. (space-infix-ops)
(#810) Requires a space before '}'. (block-spacing)
(#810) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#810) Missing semicolon. (semi)
(#810) Missing whitespace after semicolon. (semi-spacing)
(#810) Operator '=' must be spaced. (space-infix-ops)
(#810) Operator '+' must be spaced. (space-infix-ops)
(#810) A space is required after ','. (comma-spacing)
(#810) A space is required after ','. (comma-spacing)
(#810) A space is required after ','. (comma-spacing)
(#810) Requires a space after '{'. (block-spacing)
(#810) Statement inside of curly braces should be on next line. (brace-style)
(#810) Missing space before opening brace. (space-before-blocks)
(#811) This line has a length of 520. Maximum allowed is 132. (max-len)
(#811) Operator '=' must be spaced. (space-infix-ops)
(#811) Missing whitespace after semicolon. (semi-spacing)
(#811) Operator '=' must be spaced. (space-infix-ops)
(#811) Requires a space before '}'. (block-spacing)
(#811) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#811) Missing semicolon. (semi)
(#811) Missing whitespace after semicolon. (semi-spacing)
(#811) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#811) Operator '=' must be spaced. (space-infix-ops)
(#811) Operator '+' must be spaced. (space-infix-ops)
(#811) A space is required after ','. (comma-spacing)
(#811) A space is required after ','. (comma-spacing)
(#811) A space is required after ','. (comma-spacing)
(#811) Requires a space after '{'. (block-spacing)
(#811) Statement inside of curly braces should be on next line. (brace-style)
(#811) Missing space before opening brace. (space-before-blocks)
(#811) Missing whitespace after semicolon. (semi-spacing)
(#811) Operator '=' must be spaced. (space-infix-ops)
(#811) Missing whitespace after semicolon. (semi-spacing)
(#811) Operator '=' must be spaced. (space-infix-ops)
(#811) Requires a space before '}'. (block-spacing)
(#811) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#811) Missing semicolon. (semi)
(#811) Missing whitespace after semicolon. (semi-spacing)
(#811) Operator '=' must be spaced. (space-infix-ops)
(#811) Operator '+' must be spaced. (space-infix-ops)
(#811) A space is required after ','. (comma-spacing)
(#811) A space is required after ','. (comma-spacing)
(#812) This line has a length of 517. Maximum allowed is 132. (max-len)
(#812) Requires a space after '{'. (block-spacing)
(#812) Statement inside of curly braces should be on next line. (brace-style)
(#812) Missing space before opening brace. (space-before-blocks)
(#812) Missing whitespace after semicolon. (semi-spacing)
(#812) Operator '=' must be spaced. (space-infix-ops)
(#812) Missing whitespace after semicolon. (semi-spacing)
(#812) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#812) Operator '=' must be spaced. (space-infix-ops)
(#812) Requires a space before '}'. (block-spacing)
(#812) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#812) Missing semicolon. (semi)
(#812) Missing whitespace after semicolon. (semi-spacing)
(#812) Operator '=' must be spaced. (space-infix-ops)
(#812) Operator '+' must be spaced. (space-infix-ops)
(#812) A space is required after ','. (comma-spacing)
(#812) A space is required after ','. (comma-spacing)
(#812) A space is required after ','. (comma-spacing)
(#812) Requires a space after '{'. (block-spacing)
(#812) Statement inside of curly braces should be on next line. (brace-style)
(#812) Missing space before opening brace. (space-before-blocks)
(#812) Missing whitespace after semicolon. (semi-spacing)
(#812) Operator '=' must be spaced. (space-infix-ops)
(#812) Missing whitespace after semicolon. (semi-spacing)
(#812) Operator '=' must be spaced. (space-infix-ops)
(#812) Requires a space before '}'. (block-spacing)
(#812) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#812) Missing semicolon. (semi)
(#812) Missing whitespace after semicolon. (semi-spacing)
(#812) Operator '=' must be spaced. (space-infix-ops)
(#813) This line has a length of 530. Maximum allowed is 132. (max-len)
(#813) Operator '+' must be spaced. (space-infix-ops)
(#813) A space is required after ','. (comma-spacing)
(#813) A space is required after ','. (comma-spacing)
(#813) A space is required after ','. (comma-spacing)
(#813) Requires a space after '{'. (block-spacing)
(#813) Statement inside of curly braces should be on next line. (brace-style)
(#813) Missing space before opening brace. (space-before-blocks)
(#813) Missing whitespace after semicolon. (semi-spacing)
(#813) Operator '=' must be spaced. (space-infix-ops)
(#813) Missing whitespace after semicolon. (semi-spacing)
(#813) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#813) Operator '=' must be spaced. (space-infix-ops)
(#813) Requires a space before '}'. (block-spacing)
(#813) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#813) Missing semicolon. (semi)
(#813) Missing whitespace after semicolon. (semi-spacing)
(#813) Operator '=' must be spaced. (space-infix-ops)
(#813) Operator '+' must be spaced. (space-infix-ops)
(#813) A space is required after ','. (comma-spacing)
(#813) A space is required after ','. (comma-spacing)
(#813) A space is required after ','. (comma-spacing)
(#813) Requires a space after '{'. (block-spacing)
(#813) Statement inside of curly braces should be on next line. (brace-style)
(#813) Missing space before opening brace. (space-before-blocks)
(#813) Missing whitespace after semicolon. (semi-spacing)
(#813) Operator '=' must be spaced. (space-infix-ops)
(#814) This line has a length of 522. Maximum allowed is 132. (max-len)
(#814) Missing whitespace after semicolon. (semi-spacing)
(#814) Operator '=' must be spaced. (space-infix-ops)
(#814) Requires a space before '}'. (block-spacing)
(#814) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#814) Missing semicolon. (semi)
(#814) Missing whitespace after semicolon. (semi-spacing)
(#814) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#814) Operator '=' must be spaced. (space-infix-ops)
(#814) Operator '+' must be spaced. (space-infix-ops)
(#814) A space is required after ','. (comma-spacing)
(#814) Operator '?' must be spaced. (space-infix-ops)
(#814) Operator ':' must be spaced. (space-infix-ops)
(#814) Missing whitespace after semicolon. (semi-spacing)
(#814) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#814) Operator '?' must be spaced. (space-infix-ops)
(#814) Operator '=' must be spaced. (space-infix-ops)
(#814) A space is required after ','. (comma-spacing)
(#814) Operator '+' must be spaced. (space-infix-ops)
(#814) A space is required after ','. (comma-spacing)
(#814) A space is required after ','. (comma-spacing)
(#814) A space is required after ','. (comma-spacing)
(#814) Operator '=' must be spaced. (space-infix-ops)
(#814) A space is required after ','. (comma-spacing)
(#814) A space is required after ','. (comma-spacing)
(#814) A space is required after ','. (comma-spacing)
(#815) This line has a length of 508. Maximum allowed is 132. (max-len)
(#815) A space is required after ','. (comma-spacing)
(#815) A space is required after ','. (comma-spacing)
(#815) A space is required after ','. (comma-spacing)
(#815) A space is required after ','. (comma-spacing)
(#815) A space is required after ','. (comma-spacing)
(#815) Operator ':' must be spaced. (space-infix-ops)
(#815) Operator '=' must be spaced. (space-infix-ops)
(#815) Operator '+' must be spaced. (space-infix-ops)
(#815) A space is required after ','. (comma-spacing)
(#815) A space is required after ','. (comma-spacing)
(#816) This line has a length of 563. Maximum allowed is 132. (max-len)
(#816) A space is required after ','. (comma-spacing)
(#816) A space is required after ','. (comma-spacing)
(#816) A space is required after ','. (comma-spacing)
(#816) A space is required after ','. (comma-spacing)
(#816) A space is required after ','. (comma-spacing)
(#816) Operator '=' must be spaced. (space-infix-ops)
(#816) A space is required after ','. (comma-spacing)
(#816) A space is required after ','. (comma-spacing)
(#816) A space is required after ','. (comma-spacing)
(#816) Requires a space before '}'. (block-spacing)
(#816) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#816) Missing semicolon. (semi)
(#817) This line has a length of 530. Maximum allowed is 132. (max-len)
(#817) Operator '=' must be spaced. (space-infix-ops)
(#817) Requires a space after '{'. (block-spacing)
(#817) Statement inside of curly braces should be on next line. (brace-style)
(#817) Missing space before opening brace. (space-before-blocks)
(#817) Operator '=' must be spaced. (space-infix-ops)
(#817) Operator '+' must be spaced. (space-infix-ops)
(#817) A space is required after ','. (comma-spacing)
(#817) A space is required after ','. (comma-spacing)
(#817) A space is required after ','. (comma-spacing)
(#817) Requires a space after '{'. (block-spacing)
(#817) Statement inside of curly braces should be on next line. (brace-style)
(#817) Missing space before opening brace. (space-before-blocks)
(#817) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#817) Missing whitespace after semicolon. (semi-spacing)
(#817) Operator '=' must be spaced. (space-infix-ops)
(#817) Requires a space before '}'. (block-spacing)
(#817) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#817) Missing semicolon. (semi)
(#817) Missing whitespace after semicolon. (semi-spacing)
(#817) Operator '=' must be spaced. (space-infix-ops)
(#817) Operator '+' must be spaced. (space-infix-ops)
(#817) A space is required after ','. (comma-spacing)
(#817) A space is required after ','. (comma-spacing)
(#817) A space is required after ','. (comma-spacing)
(#817) Requires a space after '{'. (block-spacing)
(#817) Statement inside of curly braces should be on next line. (brace-style)
(#817) Missing space before opening brace. (space-before-blocks)
(#817) Missing whitespace after semicolon. (semi-spacing)
(#817) Operator '=' must be spaced. (space-infix-ops)
(#818) This line has a length of 514. Maximum allowed is 132. (max-len)
(#818) Requires a space before '}'. (block-spacing)
(#818) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#818) Missing semicolon. (semi)
(#818) Missing whitespace after semicolon. (semi-spacing)
(#818) Operator '=' must be spaced. (space-infix-ops)
(#818) Operator '+' must be spaced. (space-infix-ops)
(#818) A space is required after ','. (comma-spacing)
(#818) A space is required after ','. (comma-spacing)
(#818) A space is required after ','. (comma-spacing)
(#818) Requires a space after '{'. (block-spacing)
(#818) Statement inside of curly braces should be on next line. (brace-style)
(#818) Missing space before opening brace. (space-before-blocks)
(#818) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#818) Missing whitespace after semicolon. (semi-spacing)
(#818) Operator '=' must be spaced. (space-infix-ops)
(#818) Requires a space before '}'. (block-spacing)
(#818) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#818) Missing semicolon. (semi)
(#818) Missing whitespace after semicolon. (semi-spacing)
(#818) Operator '=' must be spaced. (space-infix-ops)
(#818) Operator '+' must be spaced. (space-infix-ops)
(#818) A space is required after ','. (comma-spacing)
(#818) A space is required after ','. (comma-spacing)
(#818) A space is required after ','. (comma-spacing)
(#818) Requires a space after '{'. (block-spacing)
(#818) Statement inside of curly braces should be on next line. (brace-style)
(#818) Missing space before opening brace. (space-before-blocks)
(#818) Missing whitespace after semicolon. (semi-spacing)
(#818) Operator '=' must be spaced. (space-infix-ops)
(#819) This line has a length of 502. Maximum allowed is 132. (max-len)
(#819) Requires a space before '}'. (block-spacing)
(#819) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#819) Missing semicolon. (semi)
(#819) Missing whitespace after semicolon. (semi-spacing)
(#819) Operator '=' must be spaced. (space-infix-ops)
(#819) Operator '+' must be spaced. (space-infix-ops)
(#819) A space is required after ','. (comma-spacing)
(#819) A space is required after ','. (comma-spacing)
(#819) A space is required after ','. (comma-spacing)
(#819) Requires a space after '{'. (block-spacing)
(#819) Statement inside of curly braces should be on next line. (brace-style)
(#819) Missing space before opening brace. (space-before-blocks)
(#819) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#819) Missing whitespace after semicolon. (semi-spacing)
(#819) Operator '=' must be spaced. (space-infix-ops)
(#819) Requires a space before '}'. (block-spacing)
(#819) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#819) Missing semicolon. (semi)
(#819) Missing whitespace after semicolon. (semi-spacing)
(#819) Operator '=' must be spaced. (space-infix-ops)
(#819) Operator '+' must be spaced. (space-infix-ops)
(#819) A space is required after ','. (comma-spacing)
(#819) A space is required after ','. (comma-spacing)
(#819) A space is required after ','. (comma-spacing)
(#819) Requires a space after '{'. (block-spacing)
(#819) Statement inside of curly braces should be on next line. (brace-style)
(#819) Missing space before opening brace. (space-before-blocks)
(#819) Missing whitespace after semicolon. (semi-spacing)
(#819) Operator '=' must be spaced. (space-infix-ops)
(#820) This line has a length of 532. Maximum allowed is 132. (max-len)
(#820) Requires a space before '}'. (block-spacing)
(#820) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#820) Missing semicolon. (semi)
(#820) Missing whitespace after semicolon. (semi-spacing)
(#820) Operator '=' must be spaced. (space-infix-ops)
(#820) Operator '+' must be spaced. (space-infix-ops)
(#820) A space is required after ','. (comma-spacing)
(#820) Missing whitespace after semicolon. (semi-spacing)
(#820) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#820) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#820) Operator '?' must be spaced. (space-infix-ops)
(#820) Operator '=' must be spaced. (space-infix-ops)
(#820) A space is required after ','. (comma-spacing)
(#820) Operator '+' must be spaced. (space-infix-ops)
(#820) A space is required after ','. (comma-spacing)
(#820) A space is required after ','. (comma-spacing)
(#820) A space is required after ','. (comma-spacing)
(#820) Operator '=' must be spaced. (space-infix-ops)
(#820) A space is required after ','. (comma-spacing)
(#820) A space is required after ','. (comma-spacing)
(#820) A space is required after ','. (comma-spacing)
(#820) A space is required after ','. (comma-spacing)
(#821) This line has a length of 505. Maximum allowed is 132. (max-len)
(#821) A space is required after ','. (comma-spacing)
(#821) A space is required after ','. (comma-spacing)
(#821) Operator ':' must be spaced. (space-infix-ops)
(#821) Operator '=' must be spaced. (space-infix-ops)
(#821) Operator '+' must be spaced. (space-infix-ops)
(#821) A space is required after ','. (comma-spacing)
(#821) A space is required after ','. (comma-spacing)
(#821) A space is required after ','. (comma-spacing)
(#821) A space is required after ','. (comma-spacing)
(#822) This line has a length of 523. Maximum allowed is 132. (max-len)
(#822) A space is required after ','. (comma-spacing)
(#822) A space is required after ','. (comma-spacing)
(#822) A space is required after ','. (comma-spacing)
(#822) Requires a space before '}'. (block-spacing)
(#822) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#822) Missing semicolon. (semi)
(#822) Missing whitespace after semicolon. (semi-spacing)
(#822) Operator '=' must be spaced. (space-infix-ops)
(#822) Requires a space after '{'. (block-spacing)
(#822) Statement inside of curly braces should be on next line. (brace-style)
(#822) Missing space before opening brace. (space-before-blocks)
(#822) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#822) Operator '=' must be spaced. (space-infix-ops)
(#822) Operator '+' must be spaced. (space-infix-ops)
(#822) A space is required after ','. (comma-spacing)
(#822) A space is required after ','. (comma-spacing)
(#822) A space is required after ','. (comma-spacing)
(#822) Requires a space after '{'. (block-spacing)
(#822) Statement inside of curly braces should be on next line. (brace-style)
(#822) Missing space before opening brace. (space-before-blocks)
(#823) This line has a length of 502. Maximum allowed is 132. (max-len)
(#823) Operator '=' must be spaced. (space-infix-ops)
(#823) Requires a space before '}'. (block-spacing)
(#823) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#823) Missing semicolon. (semi)
(#823) Missing whitespace after semicolon. (semi-spacing)
(#823) Operator '=' must be spaced. (space-infix-ops)
(#823) Operator '+' must be spaced. (space-infix-ops)
(#823) A space is required after ','. (comma-spacing)
(#823) A space is required after ','. (comma-spacing)
(#823) A space is required after ','. (comma-spacing)
(#823) Requires a space after '{'. (block-spacing)
(#823) Statement inside of curly braces should be on next line. (brace-style)
(#823) Missing space before opening brace. (space-before-blocks)
(#823) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#823) Missing whitespace after semicolon. (semi-spacing)
(#823) Operator '=' must be spaced. (space-infix-ops)
(#823) Requires a space before '}'. (block-spacing)
(#823) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#823) Missing semicolon. (semi)
(#823) Missing whitespace after semicolon. (semi-spacing)
(#823) Operator '=' must be spaced. (space-infix-ops)
(#823) Operator '+' must be spaced. (space-infix-ops)
(#823) A space is required after ','. (comma-spacing)
(#823) A space is required after ','. (comma-spacing)
(#824) This line has a length of 527. Maximum allowed is 132. (max-len)
(#824) Requires a space after '{'. (block-spacing)
(#824) Statement inside of curly braces should be on next line. (brace-style)
(#824) Missing space before opening brace. (space-before-blocks)
(#824) Missing whitespace after semicolon. (semi-spacing)
(#824) Operator '=' must be spaced. (space-infix-ops)
(#824) Requires a space before '}'. (block-spacing)
(#824) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#824) Missing semicolon. (semi)
(#824) Missing whitespace after semicolon. (semi-spacing)
(#824) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#824) Operator '=' must be spaced. (space-infix-ops)
(#824) Operator '+' must be spaced. (space-infix-ops)
(#824) A space is required after ','. (comma-spacing)
(#824) A space is required after ','. (comma-spacing)
(#824) A space is required after ','. (comma-spacing)
(#824) Requires a space after '{'. (block-spacing)
(#824) Statement inside of curly braces should be on next line. (brace-style)
(#824) Missing space before opening brace. (space-before-blocks)
(#824) Missing whitespace after semicolon. (semi-spacing)
(#824) Operator '=' must be spaced. (space-infix-ops)
(#824) Requires a space before '}'. (block-spacing)
(#824) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#824) Missing semicolon. (semi)
(#824) Missing whitespace after semicolon. (semi-spacing)
(#824) Operator '=' must be spaced. (space-infix-ops)
(#824) Operator '+' must be spaced. (space-infix-ops)
(#825) This line has a length of 510. Maximum allowed is 132. (max-len)
(#825) A space is required after ','. (comma-spacing)
(#825) A space is required after ','. (comma-spacing)
(#825) Requires a space after '{'. (block-spacing)
(#825) Statement inside of curly braces should be on next line. (brace-style)
(#825) Missing space before opening brace. (space-before-blocks)
(#825) Missing whitespace after semicolon. (semi-spacing)
(#825) Operator '=' must be spaced. (space-infix-ops)
(#825) Requires a space before '}'. (block-spacing)
(#825) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#825) Missing semicolon. (semi)
(#825) Missing whitespace after semicolon. (semi-spacing)
(#825) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#825) Operator '=' must be spaced. (space-infix-ops)
(#825) Operator '+' must be spaced. (space-infix-ops)
(#825) A space is required after ','. (comma-spacing)
(#825) A space is required after ','. (comma-spacing)
(#825) A space is required after ','. (comma-spacing)
(#825) Requires a space after '{'. (block-spacing)
(#825) Statement inside of curly braces should be on next line. (brace-style)
(#825) Missing space before opening brace. (space-before-blocks)
(#825) Missing whitespace after semicolon. (semi-spacing)
(#825) Operator '=' must be spaced. (space-infix-ops)
(#825) Requires a space before '}'. (block-spacing)
(#825) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#825) Missing semicolon. (semi)
(#825) Missing whitespace after semicolon. (semi-spacing)
(#825) Operator '=' must be spaced. (space-infix-ops)
(#825) Operator '+' must be spaced. (space-infix-ops)
(#825) A space is required after ','. (comma-spacing)
(#826) This line has a length of 504. Maximum allowed is 132. (max-len)
(#826) A space is required after ','. (comma-spacing)
(#826) Requires a space after '{'. (block-spacing)
(#826) Statement inside of curly braces should be on next line. (brace-style)
(#826) Missing space before opening brace. (space-before-blocks)
(#826) Missing whitespace after semicolon. (semi-spacing)
(#826) Operator '=' must be spaced. (space-infix-ops)
(#826) Requires a space before '}'. (block-spacing)
(#826) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#826) Missing semicolon. (semi)
(#826) Missing whitespace after semicolon. (semi-spacing)
(#826) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#826) Operator '=' must be spaced. (space-infix-ops)
(#826) Operator '+' must be spaced. (space-infix-ops)
(#826) A space is required after ','. (comma-spacing)
(#826) A space is required after ','. (comma-spacing)
(#826) A space is required after ','. (comma-spacing)
(#826) Requires a space after '{'. (block-spacing)
(#826) Statement inside of curly braces should be on next line. (brace-style)
(#826) Missing space before opening brace. (space-before-blocks)
(#826) Missing whitespace after semicolon. (semi-spacing)
(#826) Operator '=' must be spaced. (space-infix-ops)
(#826) Requires a space before '}'. (block-spacing)
(#826) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#826) Missing semicolon. (semi)
(#826) Missing whitespace after semicolon. (semi-spacing)
(#826) Operator '=' must be spaced. (space-infix-ops)
(#826) Operator '+' must be spaced. (space-infix-ops)
(#827) This line has a length of 504. Maximum allowed is 132. (max-len)
(#827) A space is required after ','. (comma-spacing)
(#827) A space is required after ','. (comma-spacing)
(#827) Requires a space after '{'. (block-spacing)
(#827) Statement inside of curly braces should be on next line. (brace-style)
(#827) Missing space before opening brace. (space-before-blocks)
(#827) Missing whitespace after semicolon. (semi-spacing)
(#827) Operator '=' must be spaced. (space-infix-ops)
(#827) Requires a space before '}'. (block-spacing)
(#827) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#827) Missing semicolon. (semi)
(#827) Missing whitespace after semicolon. (semi-spacing)
(#827) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#827) Operator '=' must be spaced. (space-infix-ops)
(#827) Operator '+' must be spaced. (space-infix-ops)
(#827) A space is required after ','. (comma-spacing)
(#827) A space is required after ','. (comma-spacing)
(#827) A space is required after ','. (comma-spacing)
(#827) Requires a space after '{'. (block-spacing)
(#827) Statement inside of curly braces should be on next line. (brace-style)
(#827) Missing space before opening brace. (space-before-blocks)
(#827) Missing whitespace after semicolon. (semi-spacing)
(#827) Operator '=' must be spaced. (space-infix-ops)
(#827) Missing whitespace after semicolon. (semi-spacing)
(#827) Requires a space before '}'. (block-spacing)
(#827) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#827) Missing semicolon. (semi)
(#827) Missing whitespace after semicolon. (semi-spacing)
(#827) Operator '=' must be spaced. (space-infix-ops)
(#827) Operator '+' must be spaced. (space-infix-ops)
(#828) This line has a length of 517. Maximum allowed is 132. (max-len)
(#828) A space is required after ','. (comma-spacing)
(#828) A space is required after ','. (comma-spacing)
(#828) A space is required after ','. (comma-spacing)
(#828) Requires a space after '{'. (block-spacing)
(#828) Statement inside of curly braces should be on next line. (brace-style)
(#828) Missing space before opening brace. (space-before-blocks)
(#828) Requires a space before '}'. (block-spacing)
(#828) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#828) Missing semicolon. (semi)
(#828) Missing whitespace after semicolon. (semi-spacing)
(#828) Operator '=' must be spaced. (space-infix-ops)
(#828) Operator '+' must be spaced. (space-infix-ops)
(#828) A space is required after ','. (comma-spacing)
(#828) A space is required after ','. (comma-spacing)
(#828) A space is required after ','. (comma-spacing)
(#828) Requires a space after '{'. (block-spacing)
(#828) Statement inside of curly braces should be on next line. (brace-style)
(#828) Missing space before opening brace. (space-before-blocks)
(#828) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#828) Requires a space before '}'. (block-spacing)
(#828) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#828) Missing semicolon. (semi)
(#828) Missing whitespace after semicolon. (semi-spacing)
(#828) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#828) Operator '||' must be spaced. (space-infix-ops)
(#828) Operator '=' must be spaced. (space-infix-ops)
(#828) Operator '+' must be spaced. (space-infix-ops)
(#828) A space is required after ','. (comma-spacing)
(#828) Operator '?' must be spaced. (space-infix-ops)
(#828) Operator ':' must be spaced. (space-infix-ops)
(#828) A space is required after ','. (comma-spacing)
(#828) Operator '?' must be spaced. (space-infix-ops)
(#829) This line has a length of 551. Maximum allowed is 132. (max-len)
(#829) Operator '=' must be spaced. (space-infix-ops)
(#829) A space is required after ','. (comma-spacing)
(#829) Operator '=' must be spaced. (space-infix-ops)
(#829) A space is required after ','. (comma-spacing)
(#829) Operator '+' must be spaced. (space-infix-ops)
(#829) A space is required after ','. (comma-spacing)
(#829) A space is required after ','. (comma-spacing)
(#829) A space is required after ','. (comma-spacing)
(#829) Operator '=' must be spaced. (space-infix-ops)
(#829) A space is required after ','. (comma-spacing)
(#829) A space is required after ','. (comma-spacing)
(#829) A space is required after ','. (comma-spacing)
(#829) A space is required after ','. (comma-spacing)
(#829) A space is required after ','. (comma-spacing)
(#829) A space is required after ','. (comma-spacing)
(#830) This line has a length of 528. Maximum allowed is 132. (max-len)
(#830) A space is required after ','. (comma-spacing)
(#830) A space is required after ','. (comma-spacing)
(#830) A space is required after ','. (comma-spacing)
(#830) Operator '=' must be spaced. (space-infix-ops)
(#830) Operator '+' must be spaced. (space-infix-ops)
(#830) A space is required after ','. (comma-spacing)
(#830) A space is required after ','. (comma-spacing)
(#830) Operator '=' must be spaced. (space-infix-ops)
(#830) A space is required after ','. (comma-spacing)
(#830) Operator '+' must be spaced. (space-infix-ops)
(#830) A space is required after ','. (comma-spacing)
(#830) A space is required after ','. (comma-spacing)
(#830) A space is required after ','. (comma-spacing)
(#830) A space is required after ','. (comma-spacing)
(#830) A space is required after ','. (comma-spacing)
(#830) Operator ':' must be spaced. (space-infix-ops)
(#831) This line has a length of 513. Maximum allowed is 132. (max-len)
(#831) Operator '=' must be spaced. (space-infix-ops)
(#831) Operator '+' must be spaced. (space-infix-ops)
(#831) A space is required after ','. (comma-spacing)
(#831) A space is required after ','. (comma-spacing)
(#831) A space is required after ','. (comma-spacing)
(#831) A space is required after ','. (comma-spacing)
(#831) A space is required after ','. (comma-spacing)
(#831) A space is required after ','. (comma-spacing)
(#831) A space is required after ','. (comma-spacing)
(#832) This line has a length of 506. Maximum allowed is 132. (max-len)
(#832) A space is required after ','. (comma-spacing)
(#832) A space is required after ','. (comma-spacing)
(#832) A space is required after ','. (comma-spacing)
(#832) A space is required after ','. (comma-spacing)
(#832) A space is required after ','. (comma-spacing)
(#832) Requires a space before '}'. (block-spacing)
(#832) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#832) Missing semicolon. (semi)
(#832) Requires a space before '}'. (block-spacing)
(#832) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#832) Missing semicolon. (semi)
(#832) 'ChemDoodle' is not defined. (no-undef)
(#832) A space is required after ','. (comma-spacing)
(#832) 'ChemDoodle' is not defined. (no-undef)
(#832) A space is required after ','. (comma-spacing)
(#832) 'ChemDoodle' is not defined. (no-undef)
(#832) A space is required after ','. (comma-spacing)
(#832) 'ChemDoodle' is not defined. (no-undef)
(#832) A space is required after ','. (comma-spacing)
(#832) 'ChemDoodle' is not defined. (no-undef)
(#833) This line has a length of 151. Maximum allowed is 132. (max-len)
(#833) 'ChemDoodle' is not defined. (no-undef)
(#833) A space is required after ','. (comma-spacing)
(#833) 'ChemDoodle' is not defined. (no-undef)
(#833) A space is required after ','. (comma-spacing)
(#833) 'ChemDoodle' is not defined. (no-undef)
(#833) A space is required after ','. (comma-spacing)
(#833) 'ChemDoodle' is not defined. (no-undef)
(#833) A space is required after ','. (comma-spacing)
(#833) 'ChemDoodle' is not defined. (no-undef)
(#833) A space is required after ','. (comma-spacing)
(#833) 'ChemDoodle' is not defined. (no-undef)
(#833) A space is required after ','. (comma-spacing)
(#834) This line has a length of 527. Maximum allowed is 132. (max-len)
(#834) A space is required after ','. (comma-spacing)
(#834) A space is required after ','. (comma-spacing)
(#834) A space is required after ','. (comma-spacing)
(#834) A space is required after ','. (comma-spacing)
(#834) Requires a space after '{'. (block-spacing)
(#834) Statement inside of curly braces should be on next line. (brace-style)
(#834) Missing space before opening brace. (space-before-blocks)
(#834) Operator '=' must be spaced. (space-infix-ops)
(#834) Requires a space after '{'. (block-spacing)
(#834) Statement inside of curly braces should be on next line. (brace-style)
(#834) Missing space before opening brace. (space-before-blocks)
(#834) This line has 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#834) Operator '=' must be spaced. (space-infix-ops)
(#834) Missing whitespace after semicolon. (semi-spacing)
(#834) Operator '=' must be spaced. (space-infix-ops)
(#834) Missing whitespace after semicolon. (semi-spacing)
(#834) Operator '=' must be spaced. (space-infix-ops)
(#834) Missing whitespace after semicolon. (semi-spacing)
(#834) Operator '=' must be spaced. (space-infix-ops)
(#834) Missing whitespace after semicolon. (semi-spacing)
(#834) Operator '=' must be spaced. (space-infix-ops)
(#834) Missing whitespace after semicolon. (semi-spacing)
(#834) Operator '=' must be spaced. (space-infix-ops)
(#834) Requires a space before '}'. (block-spacing)
(#834) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#834) Missing semicolon. (semi)
(#834) Missing whitespace after semicolon. (semi-spacing)
(#834) Operator '=' must be spaced. (space-infix-ops)
(#834) Missing whitespace after semicolon. (semi-spacing)
(#834) Operator '=' must be spaced. (space-infix-ops)
(#834) Missing whitespace after semicolon. (semi-spacing)
(#834) Operator '=' must be spaced. (space-infix-ops)
(#834) Missing whitespace after semicolon. (semi-spacing)
(#834) Operator '=' must be spaced. (space-infix-ops)
(#834) Missing whitespace after semicolon. (semi-spacing)
(#834) Operator '=' must be spaced. (space-infix-ops)
(#834) Function has a complexity of 36. Maximum allowed is 20. (complexity)
(#834) A space is required after ','. (comma-spacing)
(#834) Requires a space after '{'. (block-spacing)
(#834) Statement inside of curly braces should be on next line. (brace-style)
(#834) Missing space before opening brace. (space-before-blocks)
(#834) Expected space(s) after "if". (keyword-spacing)
(#834) Requires a space after '{'. (block-spacing)
(#834) Statement inside of curly braces should be on next line. (brace-style)
(#834) Missing space before opening brace. (space-before-blocks)
(#834) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#834) Operator '||' must be spaced. (space-infix-ops)
(#834) Missing whitespace after semicolon. (semi-spacing)
(#834) Expected space(s) after "if". (keyword-spacing)
(#834) Expected { after 'if' condition. (curly)
(#834) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#834) Expected space(s) before "this". (keyword-spacing)
(#834) Operator '=' must be spaced. (space-infix-ops)
(#834) Unexpected use of comma operator. (no-sequences)
(#834) A space is required after ','. (comma-spacing)
(#834) Operator '=' must be spaced. (space-infix-ops)
(#834) Missing whitespace after semicolon. (semi-spacing)
(#834) Expected space(s) after "else". (keyword-spacing)
(#834) Requires a space after '{'. (block-spacing)
(#834) Statement inside of curly braces should be on next line. (brace-style)
(#834) Expected space(s) after "if". (keyword-spacing)
(#834) Operator '!==' must be spaced. (space-infix-ops)
(#834) Requires a space after '{'. (block-spacing)
(#834) Statement inside of curly braces should be on next line. (brace-style)
(#834) Missing space before opening brace. (space-before-blocks)
(#834) Operator '=' must be spaced. (space-infix-ops)
(#834) Missing whitespace after semicolon. (semi-spacing)
(#834) Operator '=' must be spaced. (space-infix-ops)
(#834) Missing whitespace after semicolon. (semi-spacing)
(#834) Expected space(s) after "for". (keyword-spacing)
(#834) Operator '=' must be spaced. (space-infix-ops)
(#834) Missing whitespace after semicolon. (semi-spacing)
(#834) Operator '<' must be spaced. (space-infix-ops)
(#834) Missing whitespace after semicolon. (semi-spacing)
(#834) Expected { after 'for' condition. (curly)
(#834) Expected space(s) before "for". (keyword-spacing)
(#834) Expected space(s) after "for". (keyword-spacing)
(#834) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#834) Operator '=' must be spaced. (space-infix-ops)
(#835) This line has a length of 506. Maximum allowed is 132. (max-len)
(#835) Operator '=' must be spaced. (space-infix-ops)
(#835) A space is required after ','. (comma-spacing)
(#835) Operator '=' must be spaced. (space-infix-ops)
(#835) Missing whitespace after semicolon. (semi-spacing)
(#835) Operator '<' must be spaced. (space-infix-ops)
(#835) Missing whitespace after semicolon. (semi-spacing)
(#835) Requires a space after '{'. (block-spacing)
(#835) Statement inside of curly braces should be on next line. (brace-style)
(#835) Missing space before opening brace. (space-before-blocks)
(#835) Operator '=' must be spaced. (space-infix-ops)
(#835) Missing whitespace after semicolon. (semi-spacing)
(#835) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#835) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#835) Operator '===' must be spaced. (space-infix-ops)
(#835) Operator '?' must be spaced. (space-infix-ops)
(#835) Operator '===' must be spaced. (space-infix-ops)
(#835) Operator '&&' must be spaced. (space-infix-ops)
(#835) A space is required after ','. (comma-spacing)
(#835) A space is required after ','. (comma-spacing)
(#835) Operator '&&' must be spaced. (space-infix-ops)
(#835) A space is required after ','. (comma-spacing)
(#835) A space is required after ','. (comma-spacing)
(#835) Operator '&&' must be spaced. (space-infix-ops)
(#835) Operator ':' must be spaced. (space-infix-ops)
(#835) Operator '<' must be spaced. (space-infix-ops)
(#835) Operator '&&' must be spaced. (space-infix-ops)
(#835) A space is required after ','. (comma-spacing)
(#835) Operator '&&' must be spaced. (space-infix-ops)
(#835) Requires a space before '}'. (block-spacing)
(#835) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#835) Missing semicolon. (semi)
(#835) Expected space(s) before "if". (keyword-spacing)
(#835) Expected space(s) after "if". (keyword-spacing)
(#835) Operator '===' must be spaced. (space-infix-ops)
(#835) Expected { after 'if' condition. (curly)
(#835) Expected space(s) before "this". (keyword-spacing)
(#835) Operator '=' must be spaced. (space-infix-ops)
(#835) Missing whitespace after semicolon. (semi-spacing)
(#835) Expected space(s) after "else". (keyword-spacing)
(#835) Requires a space after '{'. (block-spacing)
(#835) Statement inside of curly braces should be on next line. (brace-style)
(#835) Operator '=' must be spaced. (space-infix-ops)
(#835) Missing whitespace after semicolon. (semi-spacing)
(#835) 'x' used outside of binding context. (block-scoped-var)
(#835) Operator '=' must be spaced. (space-infix-ops)
(#835) Missing whitespace after semicolon. (semi-spacing)
(#835) Expected space(s) after "for". (keyword-spacing)
(#835) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#835) 't' used outside of binding context. (block-scoped-var)
(#835) Operator '=' must be spaced. (space-infix-ops)
(#835) Missing whitespace after semicolon. (semi-spacing)
(#835) 'x' used outside of binding context. (block-scoped-var)
(#835) Operator '<' must be spaced. (space-infix-ops)
(#835) 't' used outside of binding context. (block-scoped-var)
(#835) Missing whitespace after semicolon. (semi-spacing)
(#835) 'x' used outside of binding context. (block-scoped-var)
(#835) 'u' used outside of binding context. (block-scoped-var)
(#835) Expected { after 'for' condition. (curly)
(#835) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#835) Operator '=' must be spaced. (space-infix-ops)
(#835) 'x' used outside of binding context. (block-scoped-var)
(#835) Unexpected use of comma operator. (no-sequences)
(#835) A space is required after ','. (comma-spacing)
(#835) Operator '===' must be spaced. (space-infix-ops)
(#835) 'u' used outside of binding context. (block-scoped-var)
(#835) Operator '?' must be spaced. (space-infix-ops)
(#835) 'u' used outside of binding context. (block-scoped-var)
(#835) Operator ':' must be spaced. (space-infix-ops)
(#835) 'u' used outside of binding context. (block-scoped-var)
(#835) Operator '=' must be spaced. (space-infix-ops)
(#835) Missing whitespace after semicolon. (semi-spacing)
(#835) 'x' used outside of binding context. (block-scoped-var)
(#835) Operator '=' must be spaced. (space-infix-ops)
(#835) Missing whitespace after semicolon. (semi-spacing)
(#835) Expected space(s) after "for". (keyword-spacing)
(#835) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#835) 't' used outside of binding context. (block-scoped-var)
(#835) Operator '=' must be spaced. (space-infix-ops)
(#835) Missing whitespace after semicolon. (semi-spacing)
(#835) 'x' used outside of binding context. (block-scoped-var)
(#835) Operator '<' must be spaced. (space-infix-ops)
(#835) 't' used outside of binding context. (block-scoped-var)
(#835) Missing whitespace after semicolon. (semi-spacing)
(#835) 'x' used outside of binding context. (block-scoped-var)
(#835) Expected { after 'for' condition. (curly)
(#835) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#835) Operator '===' must be spaced. (space-infix-ops)
(#835) 'x' used outside of binding context. (block-scoped-var)
(#835) Operator '&&' must be spaced. (space-infix-ops)
(#835) 'x' used outside of binding context. (block-scoped-var)
(#836) This line has a length of 520. Maximum allowed is 132. (max-len)
(#836) Operator '=' must be spaced. (space-infix-ops)
(#836) Requires a space before '}'. (block-spacing)
(#836) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#836) Missing semicolon. (semi)
(#836) Requires a space before '}'. (block-spacing)
(#836) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#836) Operator '=' must be spaced. (space-infix-ops)
(#836) Missing whitespace after semicolon. (semi-spacing)
(#836) This line has 24 statements. Maximum allowed is 2. (max-statements-per-line)
(#836) Operator '=' must be spaced. (space-infix-ops)
(#836) Missing whitespace after semicolon. (semi-spacing)
(#836) Expected space(s) after "for". (keyword-spacing)
(#836) 'x' used outside of binding context. (block-scoped-var)
(#836) Operator '=' must be spaced. (space-infix-ops)
(#836) Missing whitespace after semicolon. (semi-spacing)
(#836) Operator '<' must be spaced. (space-infix-ops)
(#836) 'x' used outside of binding context. (block-scoped-var)
(#836) Missing whitespace after semicolon. (semi-spacing)
(#836) Requires a space after '{'. (block-spacing)
(#836) Statement inside of curly braces should be on next line. (brace-style)
(#836) Missing space before opening brace. (space-before-blocks)
(#836) 't' used outside of binding context. (block-scoped-var)
(#836) Operator '=' must be spaced. (space-infix-ops)
(#836) Missing whitespace after semicolon. (semi-spacing)
(#836) 'u' used outside of binding context. (block-scoped-var)
(#836) Operator '=' must be spaced. (space-infix-ops)
(#836) 't' used outside of binding context. (block-scoped-var)
(#836) Missing whitespace after semicolon. (semi-spacing)
(#836) 'k' used outside of binding context. (block-scoped-var)
(#836) Operator '=' must be spaced. (space-infix-ops)
(#836) Operator '<' must be spaced. (space-infix-ops)
(#836) 'u' used outside of binding context. (block-scoped-var)
(#836) Missing whitespace after semicolon. (semi-spacing)
(#836) 'q' used outside of binding context. (block-scoped-var)
(#836) Operator '=' must be spaced. (space-infix-ops)
(#836) Missing whitespace after semicolon. (semi-spacing)
(#836) Expected space(s) after "for". (keyword-spacing)
(#836) Operator '=' must be spaced. (space-infix-ops)
(#836) 'u' used outside of binding context. (block-scoped-var)
(#836) Missing whitespace after semicolon. (semi-spacing)
(#836) 'q' used outside of binding context. (block-scoped-var)
(#836) Operator '<' must be spaced. (space-infix-ops)
(#836) Missing whitespace after semicolon. (semi-spacing)
(#836) 'q' used outside of binding context. (block-scoped-var)
(#836) Requires a space after '{'. (block-spacing)
(#836) Statement inside of curly braces should be on next line. (brace-style)
(#836) Missing space before opening brace. (space-before-blocks)
(#836) Operator '=' must be spaced. (space-infix-ops)
(#836) 'u' used outside of binding context. (block-scoped-var)
(#836) 'q' used outside of binding context. (block-scoped-var)
(#836) Missing whitespace after semicolon. (semi-spacing)
(#836) Expected space(s) after "if". (keyword-spacing)
(#836) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#836) Operator '===' must be spaced. (space-infix-ops)
(#836) Expected { after 'if' condition. (curly)
(#836) Expected space(s) before "if". (keyword-spacing)
(#836) Expected space(s) after "if". (keyword-spacing)
(#836) Operator '===' must be spaced. (space-infix-ops)
(#836) Requires a space after '{'. (block-spacing)
(#836) Statement inside of curly braces should be on next line. (brace-style)
(#836) Missing space before opening brace. (space-before-blocks)
(#836) Expected space(s) after "if". (keyword-spacing)
(#836) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#836) A space is required after ','. (comma-spacing)
(#836) A space is required after ','. (comma-spacing)
(#836) Operator '||' must be spaced. (space-infix-ops)
(#836) A space is required after ','. (comma-spacing)
(#836) A space is required after ','. (comma-spacing)
(#836) Requires a space after '{'. (block-spacing)
(#836) Statement inside of curly braces should be on next line. (brace-style)
(#836) Missing space before opening brace. (space-before-blocks)
(#836) 'k' used outside of binding context. (block-scoped-var)
(#836) Operator '=' must be spaced. (space-infix-ops)
(#836) Missing whitespace after semicolon. (semi-spacing)
(#836) Requires a space before '}'. (block-spacing)
(#836) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#836) Missing semicolon. (semi)
(#836) Requires a space before '}'. (block-spacing)
(#836) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#836) Expected space(s) before "else". (keyword-spacing)
(#836) Expected space(s) after "else". (keyword-spacing)
(#836) Requires a space after '{'. (block-spacing)
(#836) Statement inside of curly braces should be on next line. (brace-style)
(#836) 'k' used outside of binding context. (block-scoped-var)
(#836) Operator '=' must be spaced. (space-infix-ops)
(#836) Missing whitespace after semicolon. (semi-spacing)
(#836) Requires a space before '}'. (block-spacing)
(#836) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#836) Missing semicolon. (semi)
(#836) Expected space(s) before "else". (keyword-spacing)
(#836) Expected space(s) after "if". (keyword-spacing)
(#836) Operator '<' must be spaced. (space-infix-ops)
(#836) Requires a space after '{'. (block-spacing)
(#836) Statement inside of curly braces should be on next line. (brace-style)
(#836) Missing space before opening brace. (space-before-blocks)
(#836) Expected space(s) after "if". (keyword-spacing)
(#836) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#836) A space is required after ','. (comma-spacing)
(#836) Requires a space after '{'. (block-spacing)
(#836) Statement inside of curly braces should be on next line. (brace-style)
(#836) Missing space before opening brace. (space-before-blocks)
(#836) 'k' used outside of binding context. (block-scoped-var)
(#836) Operator '=' must be spaced. (space-infix-ops)
(#836) Missing whitespace after semicolon. (semi-spacing)
(#836) Requires a space before '}'. (block-spacing)
(#836) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#836) Missing semicolon. (semi)
(#836) Requires a space before '}'. (block-spacing)
(#836) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#836) Expected space(s) before "else". (keyword-spacing)
(#836) Expected space(s) after "else". (keyword-spacing)
(#836) Requires a space after '{'. (block-spacing)
(#836) Statement inside of curly braces should be on next line. (brace-style)
(#836) 'k' used outside of binding context. (block-scoped-var)
(#836) Operator '=' must be spaced. (space-infix-ops)
(#836) Missing whitespace after semicolon. (semi-spacing)
(#836) Requires a space before '}'. (block-spacing)
(#836) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#836) Missing semicolon. (semi)
(#836) Requires a space before '}'. (block-spacing)
(#836) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#836) 'k' used outside of binding context. (block-scoped-var)
(#836) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#836) Operator '&&' must be spaced. (space-infix-ops)
(#836) 't' used outside of binding context. (block-scoped-var)
(#836) Requires a space before '}'. (block-spacing)
(#836) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#836) Missing semicolon. (semi)
(#836) Expected space(s) before "if". (keyword-spacing)
(#836) Expected space(s) after "if". (keyword-spacing)
(#836) Operator '===' must be spaced. (space-infix-ops)
(#836) Expected { after 'if' condition. (curly)
(#836) Expected space(s) before "this". (keyword-spacing)
(#836) Operator '=' must be spaced. (space-infix-ops)
(#837) This line has a length of 522. Maximum allowed is 132. (max-len)
(#837) Missing whitespace after semicolon. (semi-spacing)
(#837) Expected space(s) after "else". (keyword-spacing)
(#837) Requires a space after '{'. (block-spacing)
(#837) Statement inside of curly braces should be on next line. (brace-style)
(#837) Operator '=' must be spaced. (space-infix-ops)
(#837) Missing whitespace after semicolon. (semi-spacing)
(#837) 'x' used outside of binding context. (block-scoped-var)
(#837) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#837) Operator '=' must be spaced. (space-infix-ops)
(#837) Missing whitespace after semicolon. (semi-spacing)
(#837) Expected space(s) after "for". (keyword-spacing)
(#837) 't' used outside of binding context. (block-scoped-var)
(#837) Operator '=' must be spaced. (space-infix-ops)
(#837) Missing whitespace after semicolon. (semi-spacing)
(#837) 'x' used outside of binding context. (block-scoped-var)
(#837) Operator '<' must be spaced. (space-infix-ops)
(#837) 't' used outside of binding context. (block-scoped-var)
(#837) Missing whitespace after semicolon. (semi-spacing)
(#837) 'x' used outside of binding context. (block-scoped-var)
(#837) 'u' used outside of binding context. (block-scoped-var)
(#837) Expected { after 'for' condition. (curly)
(#837) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#837) Operator '=' must be spaced. (space-infix-ops)
(#837) 'x' used outside of binding context. (block-scoped-var)
(#837) Unexpected use of comma operator. (no-sequences)
(#837) A space is required after ','. (comma-spacing)
(#837) Operator '===' must be spaced. (space-infix-ops)
(#837) 'u' used outside of binding context. (block-scoped-var)
(#837) Operator '?' must be spaced. (space-infix-ops)
(#837) 'asFinal' is not defined. (no-undef)
(#837) 'u' used outside of binding context. (block-scoped-var)
(#837) Operator ':' must be spaced. (space-infix-ops)
(#837) 'u' used outside of binding context. (block-scoped-var)
(#837) Operator '=' must be spaced. (space-infix-ops)
(#837) Missing whitespace after semicolon. (semi-spacing)
(#837) 'x' used outside of binding context. (block-scoped-var)
(#837) Operator '=' must be spaced. (space-infix-ops)
(#837) Missing whitespace after semicolon. (semi-spacing)
(#837) Expected space(s) after "for". (keyword-spacing)
(#837) 't' used outside of binding context. (block-scoped-var)
(#837) Operator '=' must be spaced. (space-infix-ops)
(#837) Missing whitespace after semicolon. (semi-spacing)
(#837) 'x' used outside of binding context. (block-scoped-var)
(#837) Operator '<' must be spaced. (space-infix-ops)
(#837) 't' used outside of binding context. (block-scoped-var)
(#837) Missing whitespace after semicolon. (semi-spacing)
(#837) 'x' used outside of binding context. (block-scoped-var)
(#837) Expected { after 'for' condition. (curly)
(#837) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#837) Operator '===' must be spaced. (space-infix-ops)
(#837) 'x' used outside of binding context. (block-scoped-var)
(#837) Operator '&&' must be spaced. (space-infix-ops)
(#837) 'x' used outside of binding context. (block-scoped-var)
(#837) Missing whitespace after semicolon. (semi-spacing)
(#837) Operator '=' must be spaced. (space-infix-ops)
(#837) Requires a space before '}'. (block-spacing)
(#837) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#837) Missing semicolon. (semi)
(#837) Requires a space before '}'. (block-spacing)
(#837) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#837) Operator '=' must be spaced. (space-infix-ops)
(#837) Missing whitespace after semicolon. (semi-spacing)
(#837) Expected space(s) after "for". (keyword-spacing)
(#837) Operator '=' must be spaced. (space-infix-ops)
(#837) Missing whitespace after semicolon. (semi-spacing)
(#837) Operator '<' must be spaced. (space-infix-ops)
(#837) Missing whitespace after semicolon. (semi-spacing)
(#837) Expected { after 'for' condition. (curly)
(#837) Expected space(s) before "this". (keyword-spacing)
(#837) Operator '=' must be spaced. (space-infix-ops)
(#837) Missing whitespace after semicolon. (semi-spacing)
(#837) Operator '=' must be spaced. (space-infix-ops)
(#837) Missing whitespace after semicolon. (semi-spacing)
(#837) Expected space(s) after "for". (keyword-spacing)
(#837) Operator '=' must be spaced. (space-infix-ops)
(#837) Missing whitespace after semicolon. (semi-spacing)
(#837) Operator '<' must be spaced. (space-infix-ops)
(#837) Missing whitespace after semicolon. (semi-spacing)
(#837) Expected { after 'for' condition. (curly)
(#837) Expected space(s) before "this". (keyword-spacing)
(#837) Operator '=' must be spaced. (space-infix-ops)
(#837) Missing whitespace after semicolon. (semi-spacing)
(#837) Missing whitespace after semicolon. (semi-spacing)
(#837) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#837) Operator '&&' must be spaced. (space-infix-ops)
(#837) Operator '===' must be spaced. (space-infix-ops)
(#837) Operator '&&' must be spaced. (space-infix-ops)
(#837) Missing whitespace after semicolon. (semi-spacing)
(#837) Operator '=' must be spaced. (space-infix-ops)
(#837) Missing whitespace after semicolon. (semi-spacing)
(#837) Missing whitespace after semicolon. (semi-spacing)
(#837) Missing whitespace after semicolon. (semi-spacing)
(#837) Requires a space before '}'. (block-spacing)
(#837) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#837) Missing semicolon. (semi)
(#837) Requires a space before '}'. (block-spacing)
(#837) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#838) This line has a length of 532. Maximum allowed is 132. (max-len)
(#838) Operator '=' must be spaced. (space-infix-ops)
(#838) Requires a space after '{'. (block-spacing)
(#838) Statement inside of curly braces should be on next line. (brace-style)
(#838) Missing space before opening brace. (space-before-blocks)
(#838) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#838) Operator '&&' must be spaced. (space-infix-ops)
(#838) Operator '<' must be spaced. (space-infix-ops)
(#838) Operator '?' must be spaced. (space-infix-ops)
(#838) A space is required after ','. (comma-spacing)
(#838) Operator ':' must be spaced. (space-infix-ops)
(#838) A space is required after ','. (comma-spacing)
(#838) Missing whitespace after semicolon. (semi-spacing)
(#838) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#838) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#838) Operator '<' must be spaced. (space-infix-ops)
(#838) Operator '||' must be spaced. (space-infix-ops)
(#838) Operator '<' must be spaced. (space-infix-ops)
(#838) Operator '?' must be spaced. (space-infix-ops)
(#838) A space is required after ','. (comma-spacing)
(#838) A space is required after ','. (comma-spacing)
(#838) A space is required after ','. (comma-spacing)
(#839) This line has a length of 521. Maximum allowed is 132. (max-len)
(#839) Operator ':' must be spaced. (space-infix-ops)
(#839) A space is required after ','. (comma-spacing)
(#839) A space is required after ','. (comma-spacing)
(#839) A space is required after ','. (comma-spacing)
(#839) A space is required after ','. (comma-spacing)
(#839) Requires a space before '}'. (block-spacing)
(#839) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#839) Missing semicolon. (semi)
(#839) Missing whitespace after semicolon. (semi-spacing)
(#839) Operator '=' must be spaced. (space-infix-ops)
(#839) Requires a space after '{'. (block-spacing)
(#839) Statement inside of curly braces should be on next line. (brace-style)
(#839) Missing space before opening brace. (space-before-blocks)
(#839) Expected space(s) after "if". (keyword-spacing)
(#839) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#839) Requires a space after '{'. (block-spacing)
(#839) Statement inside of curly braces should be on next line. (brace-style)
(#839) Missing space before opening brace. (space-before-blocks)
(#839) Missing whitespace after semicolon. (semi-spacing)
(#839) Operator '=' must be spaced. (space-infix-ops)
(#839) Missing '()' invoking a constructor. (new-parens)
(#839) Missing whitespace after semicolon. (semi-spacing)
(#839) Expected space(s) after "for". (keyword-spacing)
(#839) Operator '=' must be spaced. (space-infix-ops)
(#839) A space is required after ','. (comma-spacing)
(#839) Operator '=' must be spaced. (space-infix-ops)
(#839) Missing whitespace after semicolon. (semi-spacing)
(#839) Operator '<' must be spaced. (space-infix-ops)
(#839) Missing whitespace after semicolon. (semi-spacing)
(#839) Expected { after 'for' condition. (curly)
(#839) Expected space(s) before "this". (keyword-spacing)
(#839) Missing whitespace after semicolon. (semi-spacing)
(#839) 'g' used outside of binding context. (block-scoped-var)
(#839) Operator '=' must be spaced. (space-infix-ops)
(#839) Missing whitespace after semicolon. (semi-spacing)
(#839) Expected space(s) after "for". (keyword-spacing)
(#839) 'm' used outside of binding context. (block-scoped-var)
(#839) Operator '=' must be spaced. (space-infix-ops)
(#839) Missing whitespace after semicolon. (semi-spacing)
(#839) 'g' used outside of binding context. (block-scoped-var)
(#839) Operator '<' must be spaced. (space-infix-ops)
(#840) This line has a length of 523. Maximum allowed is 132. (max-len)
(#840) 'm' used outside of binding context. (block-scoped-var)
(#840) Missing whitespace after semicolon. (semi-spacing)
(#840) 'g' used outside of binding context. (block-scoped-var)
(#840) Expected { after 'for' condition. (curly)
(#840) Expected space(s) before "this". (keyword-spacing)
(#840) 'g' used outside of binding context. (block-scoped-var)
(#840) Missing whitespace after semicolon. (semi-spacing)
(#840) Operator '-=' must be spaced. (space-infix-ops)
(#840) Missing whitespace after semicolon. (semi-spacing)
(#840) This line has 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#840) Operator '-=' must be spaced. (space-infix-ops)
(#840) Missing whitespace after semicolon. (semi-spacing)
(#840) Operator '+=' must be spaced. (space-infix-ops)
(#840) Missing whitespace after semicolon. (semi-spacing)
(#840) Operator '+=' must be spaced. (space-infix-ops)
(#840) Requires a space before '}'. (block-spacing)
(#840) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#840) Missing semicolon. (semi)
(#840) Expected space(s) before "else". (keyword-spacing)
(#840) Expected { after 'else'. (curly)
(#840) Operator '=' must be spaced. (space-infix-ops)
(#840) Requires a space before '}'. (block-spacing)
(#840) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#840) Missing semicolon. (semi)
(#840) Missing whitespace after semicolon. (semi-spacing)
(#840) Operator '=' must be spaced. (space-infix-ops)
(#840) Requires a space after '{'. (block-spacing)
(#840) Statement inside of curly braces should be on next line. (brace-style)
(#840) Missing space before opening brace. (space-before-blocks)
(#840) Expected space(s) after "for". (keyword-spacing)
(#840) Operator '=' must be spaced. (space-infix-ops)
(#840) A space is required after ','. (comma-spacing)
(#840) Operator '=' must be spaced. (space-infix-ops)
(#840) Missing whitespace after semicolon. (semi-spacing)
(#840) Operator '<' must be spaced. (space-infix-ops)
(#840) Missing whitespace after semicolon. (semi-spacing)
(#840) Expected { after 'for' condition. (curly)
(#840) Expected space(s) before "this". (keyword-spacing)
(#840) Operator '=' must be spaced. (space-infix-ops)
(#840) Missing whitespace after semicolon. (semi-spacing)
(#840) 'g' used outside of binding context. (block-scoped-var)
(#840) Operator '=' must be spaced. (space-infix-ops)
(#840) Missing whitespace after semicolon. (semi-spacing)
(#840) Expected space(s) after "for". (keyword-spacing)
(#840) 'm' used outside of binding context. (block-scoped-var)
(#840) Operator '=' must be spaced. (space-infix-ops)
(#840) Missing whitespace after semicolon. (semi-spacing)
(#840) 'g' used outside of binding context. (block-scoped-var)
(#840) Operator '<' must be spaced. (space-infix-ops)
(#840) 'm' used outside of binding context. (block-scoped-var)
(#840) Missing whitespace after semicolon. (semi-spacing)
(#840) 'g' used outside of binding context. (block-scoped-var)
(#840) Expected { after 'for' condition. (curly)
(#840) Expected space(s) before "this". (keyword-spacing)
(#840) 'g' used outside of binding context. (block-scoped-var)
(#840) Operator '=' must be spaced. (space-infix-ops)
(#840) Missing whitespace after semicolon. (semi-spacing)
(#840) Operator '=' must be spaced. (space-infix-ops)
(#840) Missing whitespace after semicolon. (semi-spacing)
(#840) Operator '=' must be spaced. (space-infix-ops)
(#840) Missing whitespace after semicolon. (semi-spacing)
(#840) Operator '=' must be spaced. (space-infix-ops)
(#840) Missing whitespace after semicolon. (semi-spacing)
(#840) Missing whitespace after semicolon. (semi-spacing)
(#840) Requires a space before '}'. (block-spacing)
(#840) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#840) Missing semicolon. (semi)
(#840) Missing whitespace after semicolon. (semi-spacing)
(#840) Operator '=' must be spaced. (space-infix-ops)
(#840) A space is required after ','. (comma-spacing)
(#840) Requires a space after '{'. (block-spacing)
(#840) Statement inside of curly braces should be on next line. (brace-style)
(#840) Missing space before opening brace. (space-before-blocks)
(#840) Operator '=' must be spaced. (space-infix-ops)
(#840) Missing whitespace after semicolon. (semi-spacing)
(#840) Operator '=' must be spaced. (space-infix-ops)
(#840) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#840) Operator '/' must be spaced. (space-infix-ops)
(#840) Missing whitespace after semicolon. (semi-spacing)
(#840) Missing whitespace after semicolon. (semi-spacing)
(#840) Expected space(s) after "if". (keyword-spacing)
(#840) Operator '<' must be spaced. (space-infix-ops)
(#840) Expected { after 'if' condition. (curly)
(#840) Expected space(s) before "if". (keyword-spacing)
(#840) Expected space(s) after "if". (keyword-spacing)
(#840) Operator '===' must be spaced. (space-infix-ops)
(#841) This line has a length of 518. Maximum allowed is 132. (max-len)
(#841) Requires a space after '{'. (block-spacing)
(#841) Statement inside of curly braces should be on next line. (brace-style)
(#841) Missing space before opening brace. (space-before-blocks)
(#841) Expected space(s) after "if". (keyword-spacing)
(#841) Operator '===' must be spaced. (space-infix-ops)
(#841) Requires a space after '{'. (block-spacing)
(#841) Statement inside of curly braces should be on next line. (brace-style)
(#841) Missing space before opening brace. (space-before-blocks)
(#841) Operator '=' must be spaced. (space-infix-ops)
(#841) Missing whitespace after semicolon. (semi-spacing)
(#841) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#841) Operator '=' must be spaced. (space-infix-ops)
(#841) Missing whitespace after semicolon. (semi-spacing)
(#841) Missing whitespace after semicolon. (semi-spacing)
(#841) A space is required after ','. (comma-spacing)
(#841) A space is required after ','. (comma-spacing)
(#841) Operator '-' must be spaced. (space-infix-ops)
(#841) A space is required after ','. (comma-spacing)
(#841) Operator '-' must be spaced. (space-infix-ops)
(#841) Missing whitespace after semicolon. (semi-spacing)
(#841) Requires a space before '}'. (block-spacing)
(#841) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#841) Missing semicolon. (semi)
(#841) Requires a space before '}'. (block-spacing)
(#841) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#841) Expected space(s) before "else". (keyword-spacing)
(#841) Expected space(s) after "if". (keyword-spacing)
(#841) Operator '<' must be spaced. (space-infix-ops)
(#841) Requires a space after '{'. (block-spacing)
(#841) Statement inside of curly braces should be on next line. (brace-style)
(#841) Missing space before opening brace. (space-before-blocks)
(#841) Missing whitespace after semicolon. (semi-spacing)
(#841) A space is required after ','. (comma-spacing)
(#841) Missing whitespace after semicolon. (semi-spacing)
(#841) Operator '=' must be spaced. (space-infix-ops)
(#841) Missing whitespace after semicolon. (semi-spacing)
(#841) Expected space(s) after "for". (keyword-spacing)
(#841) 'x' used outside of binding context. (block-scoped-var)
(#841) Operator '=' must be spaced. (space-infix-ops)
(#841) Missing whitespace after semicolon. (semi-spacing)
(#841) Operator '<' must be spaced. (space-infix-ops)
(#841) 'x' used outside of binding context. (block-scoped-var)
(#841) Missing whitespace after semicolon. (semi-spacing)
(#841) Expected { after 'for' condition. (curly)
(#841) A space is required after ','. (comma-spacing)
(#841) Missing whitespace after semicolon. (semi-spacing)
(#841) Missing whitespace after semicolon. (semi-spacing)
(#841) Requires a space before '}'. (block-spacing)
(#841) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#841) Missing semicolon. (semi)
(#841) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#841) Expected space(s) before "this". (keyword-spacing)
(#841) Operator '&&' must be spaced. (space-infix-ops)
(#841) A space is required after ','. (comma-spacing)
(#841) A space is required after ','. (comma-spacing)
(#841) A space is required after ','. (comma-spacing)
(#841) Operator '-' must be spaced. (space-infix-ops)
(#841) A space is required after ','. (comma-spacing)
(#841) Operator '-' must be spaced. (space-infix-ops)
(#841) A space is required after ','. (comma-spacing)
(#841) Missing whitespace after semicolon. (semi-spacing)
(#841) Requires a space before '}'. (block-spacing)
(#841) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#841) Missing semicolon. (semi)
(#842) This line has a length of 504. Maximum allowed is 132. (max-len)
(#842) Operator '=' must be spaced. (space-infix-ops)
(#842) Requires a space after '{'. (block-spacing)
(#842) Statement inside of curly braces should be on next line. (brace-style)
(#842) Missing space before opening brace. (space-before-blocks)
(#842) Operator '<' must be spaced. (space-infix-ops)
(#842) Operator '||' must be spaced. (space-infix-ops)
(#842) Operator '<' must be spaced. (space-infix-ops)
(#842) Requires a space before '}'. (block-spacing)
(#842) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#842) Missing semicolon. (semi)
(#842) Missing whitespace after semicolon. (semi-spacing)
(#842) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#842) Operator '=' must be spaced. (space-infix-ops)
(#842) Requires a space after '{'. (block-spacing)
(#842) Statement inside of curly braces should be on next line. (brace-style)
(#842) Missing space before opening brace. (space-before-blocks)
(#842) Operator '<' must be spaced. (space-infix-ops)
(#842) Operator '?' must be spaced. (space-infix-ops)
(#842) Operator ':' must be spaced. (space-infix-ops)
(#842) Requires a space before '}'. (block-spacing)
(#842) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#842) Missing semicolon. (semi)
(#842) Missing whitespace after semicolon. (semi-spacing)
(#842) Operator '=' must be spaced. (space-infix-ops)
(#842) Requires a space after '{'. (block-spacing)
(#842) Statement inside of curly braces should be on next line. (brace-style)
(#842) Missing space before opening brace. (space-before-blocks)
(#842) Operator '=' must be spaced. (space-infix-ops)
(#842) Missing whitespace after semicolon. (semi-spacing)
(#842) Expected space(s) after "if". (keyword-spacing)
(#842) Operator '<' must be spaced. (space-infix-ops)
(#842) Expected { after 'if' condition. (curly)
(#842) Expected space(s) before "for". (keyword-spacing)
(#842) Expected space(s) after "for". (keyword-spacing)
(#842) Operator '=' must be spaced. (space-infix-ops)
(#842) A space is required after ','. (comma-spacing)
(#842) Operator '=' must be spaced. (space-infix-ops)
(#842) Missing whitespace after semicolon. (semi-spacing)
(#842) Operator '<' must be spaced. (space-infix-ops)
(#842) Missing whitespace after semicolon. (semi-spacing)
(#842) Expected { after 'for' condition. (curly)
(#842) Expected space(s) before "for". (keyword-spacing)
(#842) Expected space(s) after "for". (keyword-spacing)
(#842) Operator '=' must be spaced. (space-infix-ops)
(#842) A space is required after ','. (comma-spacing)
(#842) Operator '=' must be spaced. (space-infix-ops)
(#842) A space is required after ','. (comma-spacing)
(#842) Operator '=' must be spaced. (space-infix-ops)
(#842) Missing whitespace after semicolon. (semi-spacing)
(#842) Operator '<' must be spaced. (space-infix-ops)
(#842) Missing whitespace after semicolon. (semi-spacing)
(#842) Requires a space after '{'. (block-spacing)
(#842) Statement inside of curly braces should be on next line. (brace-style)
(#842) Missing space before opening brace. (space-before-blocks)
(#842) Operator '=' must be spaced. (space-infix-ops)
(#842) Missing whitespace after semicolon. (semi-spacing)
(#842) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#842) Operator '&&' must be spaced. (space-infix-ops)
(#842) Operator '&&' must be spaced. (space-infix-ops)
(#842) Requires a space before '}'. (block-spacing)
(#842) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#842) Missing semicolon. (semi)
(#842) Expected space(s) before "return". (keyword-spacing)
(#842) Requires a space before '}'. (block-spacing)
(#842) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#842) Missing semicolon. (semi)
(#842) Missing whitespace after semicolon. (semi-spacing)
(#842) Operator '=' must be spaced. (space-infix-ops)
(#842) Requires a space after '{'. (block-spacing)
(#842) Statement inside of curly braces should be on next line. (brace-style)
(#842) Missing space before opening brace. (space-before-blocks)
(#842) Expected space(s) after "for". (keyword-spacing)
(#842) Operator '=' must be spaced. (space-infix-ops)
(#842) A space is required after ','. (comma-spacing)
(#842) Operator '=' must be spaced. (space-infix-ops)
(#842) A space is required after ','. (comma-spacing)
(#842) Operator '=' must be spaced. (space-infix-ops)
(#842) Missing whitespace after semicolon. (semi-spacing)
(#842) Operator '<' must be spaced. (space-infix-ops)
(#842) Missing whitespace after semicolon. (semi-spacing)
(#842) Expected { after 'for' condition. (curly)
(#842) Operator '=' must be spaced. (space-infix-ops)
(#843) This line has a length of 518. Maximum allowed is 132. (max-len)
(#843) Missing whitespace after semicolon. (semi-spacing)
(#843) 'g' used outside of binding context. (block-scoped-var)
(#843) Requires a space before '}'. (block-spacing)
(#843) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#843) Missing semicolon. (semi)
(#843) Missing whitespace after semicolon. (semi-spacing)
(#843) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#843) Operator '=' must be spaced. (space-infix-ops)
(#843) Requires a space after '{'. (block-spacing)
(#843) Statement inside of curly braces should be on next line. (brace-style)
(#843) Missing space before opening brace. (space-before-blocks)
(#843) Expected space(s) after "if". (keyword-spacing)
(#843) Operator '===' must be spaced. (space-infix-ops)
(#843) Expected { after 'if' condition. (curly)
(#843) Expected space(s) before "if". (keyword-spacing)
(#843) Expected space(s) after "if". (keyword-spacing)
(#843) Operator '>' must be spaced. (space-infix-ops)
(#843) Expected { after 'if' condition. (curly)
(#843) Expected space(s) before "this". (keyword-spacing)
(#843) Missing whitespace after semicolon. (semi-spacing)
(#843) Expected space(s) after "else". (keyword-spacing)
(#843) Requires a space after '{'. (block-spacing)
(#843) Statement inside of curly braces should be on next line. (brace-style)
(#843) Operator '=' must be spaced. (space-infix-ops)
(#843) Missing whitespace after semicolon. (semi-spacing)
(#843) Operator '=' must be spaced. (space-infix-ops)
(#843) Missing whitespace after semicolon. (semi-spacing)
(#843) Operator '=' must be spaced. (space-infix-ops)
(#843) Requires a space before '}'. (block-spacing)
(#843) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#843) Missing semicolon. (semi)
(#843) Expected space(s) before "else". (keyword-spacing)
(#843) Expected { after 'else'. (curly)
(#843) Requires a space before '}'. (block-spacing)
(#843) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#843) Missing semicolon. (semi)
(#843) Missing whitespace after semicolon. (semi-spacing)
(#843) Operator '=' must be spaced. (space-infix-ops)
(#843) Requires a space after '{'. (block-spacing)
(#843) Statement inside of curly braces should be on next line. (brace-style)
(#843) Missing space before opening brace. (space-before-blocks)
(#843) Expected space(s) after "if". (keyword-spacing)
(#843) Operator '<' must be spaced. (space-infix-ops)
(#843) Requires a space after '{'. (block-spacing)
(#843) Statement inside of curly braces should be on next line. (brace-style)
(#843) Missing space before opening brace. (space-before-blocks)
(#843) Operator '=' must be spaced. (space-infix-ops)
(#843) Operator '-' must be spaced. (space-infix-ops)
(#843) Missing whitespace after semicolon. (semi-spacing)
(#843) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#843) Operator '<' must be spaced. (space-infix-ops)
(#843) Operator '&&' must be spaced. (space-infix-ops)
(#843) Operator '=' must be spaced. (space-infix-ops)
(#843) A space is required after ','. (comma-spacing)
(#843) Operator '=' must be spaced. (space-infix-ops)
(#843) Operator '+' must be spaced. (space-infix-ops)
(#843) Missing whitespace after semicolon. (semi-spacing)
(#843) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#843) Operator '===' must be spaced. (space-infix-ops)
(#843) Operator '&&' must be spaced. (space-infix-ops)
(#843) Operator '=' must be spaced. (space-infix-ops)
(#843) Missing whitespace after semicolon. (semi-spacing)
(#843) Operator '=' must be spaced. (space-infix-ops)
(#844) This line has a length of 501. Maximum allowed is 132. (max-len)
(#844) Expected space(s) after "for". (keyword-spacing)
(#844) Operator '=' must be spaced. (space-infix-ops)
(#844) A space is required after ','. (comma-spacing)
(#844) Operator '=' must be spaced. (space-infix-ops)
(#844) A space is required after ','. (comma-spacing)
(#844) Operator '=' must be spaced. (space-infix-ops)
(#844) Missing whitespace after semicolon. (semi-spacing)
(#844) Operator '<' must be spaced. (space-infix-ops)
(#844) Missing whitespace after semicolon. (semi-spacing)
(#844) Requires a space after '{'. (block-spacing)
(#844) Statement inside of curly braces should be on next line. (brace-style)
(#844) Missing space before opening brace. (space-before-blocks)
(#844) Operator '=' must be spaced. (space-infix-ops)
(#844) Missing whitespace after semicolon. (semi-spacing)
(#844) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#844) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#844) Operator '&&' must be spaced. (space-infix-ops)
(#844) Operator '!==' must be spaced. (space-infix-ops)
(#844) Operator '&&' must be spaced. (space-infix-ops)
(#844) Operator '!==' must be spaced. (space-infix-ops)
(#844) Operator '&&' must be spaced. (space-infix-ops)
(#844) Requires a space before '}'. (block-spacing)
(#844) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#844) Missing semicolon. (semi)
(#844) Expected space(s) before "this". (keyword-spacing)
(#844) A space is required after ','. (comma-spacing)
(#844) 'm' used outside of binding context. (block-scoped-var)
(#844) Requires a space before '}'. (block-spacing)
(#844) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#844) Missing semicolon. (semi)
(#844) Requires a space before '}'. (block-spacing)
(#844) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#844) Missing whitespace after semicolon. (semi-spacing)
(#844) Operator '=' must be spaced. (space-infix-ops)
(#844) Requires a space after '{'. (block-spacing)
(#844) Statement inside of curly braces should be on next line. (brace-style)
(#844) Missing space before opening brace. (space-before-blocks)
(#844) Expected space(s) after "if". (keyword-spacing)
(#844) Operator '<' must be spaced. (space-infix-ops)
(#844) Requires a space after '{'. (block-spacing)
(#844) Statement inside of curly braces should be on next line. (brace-style)
(#844) Missing space before opening brace. (space-before-blocks)
(#844) Operator '=' must be spaced. (space-infix-ops)
(#844) Operator '-' must be spaced. (space-infix-ops)
(#844) Missing whitespace after semicolon. (semi-spacing)
(#844) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#844) Operator '<' must be spaced. (space-infix-ops)
(#844) Operator '&&' must be spaced. (space-infix-ops)
(#844) Operator '=' must be spaced. (space-infix-ops)
(#844) Operator '+' must be spaced. (space-infix-ops)
(#844) Missing whitespace after semicolon. (semi-spacing)
(#844) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#844) Operator '===' must be spaced. (space-infix-ops)
(#844) Operator '&&' must be spaced. (space-infix-ops)
(#844) Operator '=' must be spaced. (space-infix-ops)
(#844) Missing whitespace after semicolon. (semi-spacing)
(#844) Missing whitespace after semicolon. (semi-spacing)
(#844) A space is required after ','. (comma-spacing)
(#844) Requires a space before '}'. (block-spacing)
(#844) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#844) Missing semicolon. (semi)
(#844) Requires a space before '}'. (block-spacing)
(#844) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#844) Requires a space before '}'. (block-spacing)
(#844) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#844) Missing semicolon. (semi)
(#844) 'ChemDoodle' is not defined. (no-undef)
(#845) 'ChemDoodle' is not defined. (no-undef)
(#845) A space is required after ','. (comma-spacing)
(#845) 'ChemDoodle' is not defined. (no-undef)
(#845) A space is required after ','. (comma-spacing)
(#845) 'ChemDoodle' is not defined. (no-undef)
(#846) This line has a length of 526. Maximum allowed is 132. (max-len)
(#846) A space is required after ','. (comma-spacing)
(#846) A space is required after ','. (comma-spacing)
(#846) A space is required after ','. (comma-spacing)
(#846) A space is required after ','. (comma-spacing)
(#846) A space is required after ','. (comma-spacing)
(#846) Requires a space after '{'. (block-spacing)
(#846) Statement inside of curly braces should be on next line. (brace-style)
(#846) Missing space before opening brace. (space-before-blocks)
(#846) Operator '=' must be spaced. (space-infix-ops)
(#846) Missing '()' invoking a constructor. (new-parens)
(#846) Missing whitespace after semicolon. (semi-spacing)
(#846) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#846) Operator '=' must be spaced. (space-infix-ops)
(#846) Requires a space after '{'. (block-spacing)
(#846) Statement inside of curly braces should be on next line. (brace-style)
(#846) Missing space before opening brace. (space-before-blocks)
(#846) Operator '=' must be spaced. (space-infix-ops)
(#846) Missing whitespace after semicolon. (semi-spacing)
(#846) Operator '=' must be spaced. (space-infix-ops)
(#846) Requires a space before '}'. (block-spacing)
(#846) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#846) Missing semicolon. (semi)
(#846) Missing whitespace after semicolon. (semi-spacing)
(#846) Operator '=' must be spaced. (space-infix-ops)
(#846) Missing whitespace after semicolon. (semi-spacing)
(#846) Operator '=' must be spaced. (space-infix-ops)
(#846) Missing '()' invoking a constructor. (new-parens)
(#846) Missing whitespace after semicolon. (semi-spacing)
(#846) Operator '=' must be spaced. (space-infix-ops)
(#846) Requires a space after '{'. (block-spacing)
(#846) Statement inside of curly braces should be on next line. (brace-style)
(#846) Missing space before opening brace. (space-before-blocks)
(#846) Expected space(s) after "if". (keyword-spacing)
(#846) Requires a space after '{'. (block-spacing)
(#846) Statement inside of curly braces should be on next line. (brace-style)
(#846) Missing space before opening brace. (space-before-blocks)
(#846) Operator '=' must be spaced. (space-infix-ops)
(#846) Missing space before value for key 'atoms'. (key-spacing)
(#846) A space is required after ','. (comma-spacing)
(#846) Missing space before value for key 'bonds'. (key-spacing)
(#846) Missing whitespace after semicolon. (semi-spacing)
(#846) Operator '=' must be spaced. (space-infix-ops)
(#846) A space is required after ','. (comma-spacing)
(#846) Missing whitespace after semicolon. (semi-spacing)
(#846) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#846) Operator '&&' must be spaced. (space-infix-ops)
(#846) Missing whitespace after semicolon. (semi-spacing)
(#846) Requires a space before '}'. (block-spacing)
(#846) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#846) Missing semicolon. (semi)
(#846) Requires a space before '}'. (block-spacing)
(#846) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#846) Missing whitespace after semicolon. (semi-spacing)
(#846) Operator '=' must be spaced. (space-infix-ops)
(#846) Requires a space after '{'. (block-spacing)
(#846) Statement inside of curly braces should be on next line. (brace-style)
(#846) Missing space before opening brace. (space-before-blocks)
(#846) Expected space(s) after "if". (keyword-spacing)
(#846) Requires a space after '{'. (block-spacing)
(#846) Statement inside of curly braces should be on next line. (brace-style)
(#846) Missing space before opening brace. (space-before-blocks)
(#846) Operator '=' must be spaced. (space-infix-ops)
(#847) This line has a length of 553. Maximum allowed is 132. (max-len)
(#847) Missing whitespace after semicolon. (semi-spacing)
(#847) Expected space(s) after "if". (keyword-spacing)
(#847) Operator '!==' must be spaced. (space-infix-ops)
(#847) Operator '||' must be spaced. (space-infix-ops)
(#847) Operator '!==' must be spaced. (space-infix-ops)
(#847) Requires a space after '{'. (block-spacing)
(#847) Statement inside of curly braces should be on next line. (brace-style)
(#847) Missing space before opening brace. (space-before-blocks)
(#847) Expected space(s) after "for". (keyword-spacing)
(#847) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#847) Operator '=' must be spaced. (space-infix-ops)
(#847) A space is required after ','. (comma-spacing)
(#847) Operator '=' must be spaced. (space-infix-ops)
(#847) A space is required after ','. (comma-spacing)
(#847) Operator '=' must be spaced. (space-infix-ops)
(#847) Missing whitespace after semicolon. (semi-spacing)
(#847) Operator '<' must be spaced. (space-infix-ops)
(#847) Missing whitespace after semicolon. (semi-spacing)
(#847) Expected { after 'for' condition. (curly)
(#847) Operator '=' must be spaced. (space-infix-ops)
(#847) Missing whitespace after semicolon. (semi-spacing)
(#847) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#847) Do not nest ternary expressions. (no-nested-ternary)
(#847) Operator '?' must be spaced. (space-infix-ops)
(#847) 't' used outside of binding context. (block-scoped-var)
(#847) Operator '=' must be spaced. (space-infix-ops)
(#847) A space is required after ','. (comma-spacing)
(#847) Operator ':' must be spaced. (space-infix-ops)
(#847) Operator '?' must be spaced. (space-infix-ops)
(#847) A space is required after ','. (comma-spacing)
(#847) 't' used outside of binding context. (block-scoped-var)
(#847) Operator '=' must be spaced. (space-infix-ops)
(#847) A space is required after ','. (comma-spacing)
(#847) 't' used outside of binding context. (block-scoped-var)
(#847) Operator '=' must be spaced. (space-infix-ops)
(#847) 't' used outside of binding context. (block-scoped-var)
(#847) Operator '+' must be spaced. (space-infix-ops)
(#847) 't' used outside of binding context. (block-scoped-var)
(#847) Operator '/' must be spaced. (space-infix-ops)
(#847) Operator '+' must be spaced. (space-infix-ops)
(#847) A space is required after ','. (comma-spacing)
(#847) 't' used outside of binding context. (block-scoped-var)
(#847) Operator '+' must be spaced. (space-infix-ops)
(#847) 't' used outside of binding context. (block-scoped-var)
(#847) Operator '/' must be spaced. (space-infix-ops)
(#847) Operator '+' must be spaced. (space-infix-ops)
(#847) Operator ':' must be spaced. (space-infix-ops)
(#847) 't' used outside of binding context. (block-scoped-var)
(#847) Operator '=' must be spaced. (space-infix-ops)
(#847) Operator '/' must be spaced. (space-infix-ops)
(#847) A space is required after ','. (comma-spacing)
(#847) Operator '/' must be spaced. (space-infix-ops)
(#847) Missing whitespace after semicolon. (semi-spacing)
(#848) This line has a length of 420. Maximum allowed is 132. (max-len)
(#848) A space is required after ','. (comma-spacing)
(#848) Missing whitespace after semicolon. (semi-spacing)
(#848) Missing whitespace after semicolon. (semi-spacing)
(#848) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#848) 'x' used outside of binding context. (block-scoped-var)
(#848) A space is required after ','. (comma-spacing)
(#848) Missing whitespace after semicolon. (semi-spacing)
(#848) Missing whitespace after semicolon. (semi-spacing)
(#848) Operator '=' must be spaced. (space-infix-ops)
(#848) Missing whitespace after semicolon. (semi-spacing)
(#848) 't' used outside of binding context. (block-scoped-var)
(#848) Operator '+' must be spaced. (space-infix-ops)
(#848) Operator '/' must be spaced. (space-infix-ops)
(#848) Operator '+' must be spaced. (space-infix-ops)
(#848) A space is required after ','. (comma-spacing)
(#848) Operator '+' must be spaced. (space-infix-ops)
(#848) Operator '/' must be spaced. (space-infix-ops)
(#848) Operator '+' must be spaced. (space-infix-ops)
(#848) Missing whitespace after semicolon. (semi-spacing)
(#848) A space is required after ','. (comma-spacing)
(#848) 't' used outside of binding context. (block-scoped-var)
(#848) Missing whitespace after semicolon. (semi-spacing)
(#848) Requires a space before '}'. (block-spacing)
(#848) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#848) Missing semicolon. (semi)
(#848) Requires a space before '}'. (block-spacing)
(#848) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#848) Requires a space before '}'. (block-spacing)
(#848) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#848) Requires a space before '}'. (block-spacing)
(#848) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#848) Missing semicolon. (semi)
(#848) 'ChemDoodle' is not defined. (no-undef)
(#848) A space is required after ','. (comma-spacing)
(#848) 'ChemDoodle' is not defined. (no-undef)
(#848) A space is required after ','. (comma-spacing)
(#848) 'ChemDoodle' is not defined. (no-undef)
(#848) A space is required after ','. (comma-spacing)
(#848) 'ChemDoodle' is not defined. (no-undef)
(#848) A space is required after ','. (comma-spacing)
(#848) 'ChemDoodle' is not defined. (no-undef)
(#849) This line has a length of 510. Maximum allowed is 132. (max-len)
(#849) A space is required after ','. (comma-spacing)
(#849) A space is required after ','. (comma-spacing)
(#849) A space is required after ','. (comma-spacing)
(#849) A space is required after ','. (comma-spacing)
(#849) A space is required after ','. (comma-spacing)
(#849) A space is required after ','. (comma-spacing)
(#849) A space is required after ','. (comma-spacing)
(#849) A space is required after ','. (comma-spacing)
(#849) A space is required after ','. (comma-spacing)
(#849) A space is required after ','. (comma-spacing)
(#849) Requires a space after '{'. (block-spacing)
(#849) Statement inside of curly braces should be on next line. (brace-style)
(#849) Missing space before opening brace. (space-before-blocks)
(#849) Operator '=' must be spaced. (space-infix-ops)
(#849) A space is required after ','. (comma-spacing)
(#849) A space is required after ','. (comma-spacing)
(#849) A space is required after ','. (comma-spacing)
(#849) Requires a space after '{'. (block-spacing)
(#849) Statement inside of curly braces should be on next line. (brace-style)
(#849) Missing space before opening brace. (space-before-blocks)
(#849) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#849) Operator '=' must be spaced. (space-infix-ops)
(#849) Operator '===' must be spaced. (space-infix-ops)
(#849) Operator '?' must be spaced. (space-infix-ops)
(#849) Operator ':' must be spaced. (space-infix-ops)
(#849) Missing whitespace after semicolon. (semi-spacing)
(#849) Operator '=' must be spaced. (space-infix-ops)
(#849) Operator '===' must be spaced. (space-infix-ops)
(#849) Operator '?' must be spaced. (space-infix-ops)
(#849) Operator ':' must be spaced. (space-infix-ops)
(#849) Missing whitespace after semicolon. (semi-spacing)
(#849) Operator '=' must be spaced. (space-infix-ops)
(#849) Operator '===' must be spaced. (space-infix-ops)
(#849) Operator '?' must be spaced. (space-infix-ops)
(#849) Operator ':' must be spaced. (space-infix-ops)
(#849) Missing whitespace after semicolon. (semi-spacing)
(#849) Operator '=' must be spaced. (space-infix-ops)
(#849) Operator '===' must be spaced. (space-infix-ops)
(#849) Operator '?' must be spaced. (space-infix-ops)
(#849) Operator ':' must be spaced. (space-infix-ops)
(#849) Missing whitespace after semicolon. (semi-spacing)
(#849) Operator '=' must be spaced. (space-infix-ops)
(#849) Operator '===' must be spaced. (space-infix-ops)
(#849) Operator '?' must be spaced. (space-infix-ops)
(#849) Operator ':' must be spaced. (space-infix-ops)
(#849) Missing whitespace after semicolon. (semi-spacing)
(#849) Operator '=' must be spaced. (space-infix-ops)
(#849) Operator '===' must be spaced. (space-infix-ops)
(#849) Operator '?' must be spaced. (space-infix-ops)
(#849) Operator ':' must be spaced. (space-infix-ops)
(#849) Missing whitespace after semicolon. (semi-spacing)
(#849) Operator '=' must be spaced. (space-infix-ops)
(#849) Operator '===' must be spaced. (space-infix-ops)
(#849) Operator '?' must be spaced. (space-infix-ops)
(#849) Operator ':' must be spaced. (space-infix-ops)
(#849) Missing whitespace after semicolon. (semi-spacing)
(#849) Operator '=' must be spaced. (space-infix-ops)
(#849) Operator '===' must be spaced. (space-infix-ops)
(#850) This line has a length of 517. Maximum allowed is 132. (max-len)
(#850) Operator '?' must be spaced. (space-infix-ops)
(#850) Operator ':' must be spaced. (space-infix-ops)
(#850) Missing whitespace after semicolon. (semi-spacing)
(#850) Operator '=' must be spaced. (space-infix-ops)
(#850) Missing whitespace after semicolon. (semi-spacing)
(#850) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#850) Operator '=' must be spaced. (space-infix-ops)
(#850) Missing whitespace after semicolon. (semi-spacing)
(#850) Operator '=' must be spaced. (space-infix-ops)
(#850) Missing whitespace after semicolon. (semi-spacing)
(#850) Expected space(s) after "if". (keyword-spacing)
(#850) Requires a space after '{'. (block-spacing)
(#850) Statement inside of curly braces should be on next line. (brace-style)
(#850) Missing space before opening brace. (space-before-blocks)
(#850) Missing whitespace after semicolon. (semi-spacing)
(#850) Operator '=' must be spaced. (space-infix-ops)
(#850) Missing whitespace after semicolon. (semi-spacing)
(#850) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#850) Operator '?' must be spaced. (space-infix-ops)
(#850) Operator '+' must be spaced. (space-infix-ops)
(#850) Operator '+' must be spaced. (space-infix-ops)
(#850) Requires a space after '{'. (block-spacing)
(#850) Statement inside of curly braces should be on next line. (brace-style)
(#850) Missing space before opening brace. (space-before-blocks)
(#850) Requires a space before '}'. (block-spacing)
(#850) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#850) Missing semicolon. (semi)
(#850) Operator ':' must be spaced. (space-infix-ops)
(#850) Requires a space after '{'. (block-spacing)
(#850) Statement inside of curly braces should be on next line. (brace-style)
(#850) Missing space before opening brace. (space-before-blocks)
(#850) Requires a space before '}'. (block-spacing)
(#850) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#850) Missing semicolon. (semi)
(#850) Missing whitespace after semicolon. (semi-spacing)
(#850) Operator '=' must be spaced. (space-infix-ops)
(#850) Requires a space before '}'. (block-spacing)
(#850) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#850) Missing semicolon. (semi)
(#850) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#850) Operator '&&' must be spaced. (space-infix-ops)
(#850) Operator '=' must be spaced. (space-infix-ops)
(#850) A space is required after ','. (comma-spacing)
(#850) Operator '+' must be spaced. (space-infix-ops)
(#850) Missing whitespace after semicolon. (semi-spacing)
(#850) Operator '=' must be spaced. (space-infix-ops)
(#851) This line has a length of 504. Maximum allowed is 132. (max-len)
(#851) Operator '=' must be spaced. (space-infix-ops)
(#851) Missing whitespace after semicolon. (semi-spacing)
(#851) Operator '=' must be spaced. (space-infix-ops)
(#851) Missing whitespace after semicolon. (semi-spacing)
(#851) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#851) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#851) Operator '&&' must be spaced. (space-infix-ops)
(#851) A space is required after ','. (comma-spacing)
(#851) A space is required after ','. (comma-spacing)
(#851) Missing whitespace after semicolon. (semi-spacing)
(#851) Identifier 'atoms_circleDiameter_2D' is not in camel case. (camelcase)
(#851) Operator '=' must be spaced. (space-infix-ops)
(#851) Missing whitespace after semicolon. (semi-spacing)
(#851) Identifier 'atoms_circleBorderWidth_2D' is not in camel case. (camelcase)
(#851) Operator '=' must be spaced. (space-infix-ops)
(#851) Missing whitespace after semicolon. (semi-spacing)
(#851) Operator '=' must be spaced. (space-infix-ops)
(#851) Missing whitespace after semicolon. (semi-spacing)
(#851) Operator '=' must be spaced. (space-infix-ops)
(#851) Missing whitespace after semicolon. (semi-spacing)
(#851) Operator '=' must be spaced. (space-infix-ops)
(#851) Missing whitespace after semicolon. (semi-spacing)
(#851) Operator '=' must be spaced. (space-infix-ops)
(#851) Missing whitespace after semicolon. (semi-spacing)
(#851) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#851) Operator '?' must be spaced. (space-infix-ops)
(#851) Operator '=' must be spaced. (space-infix-ops)
(#851) Missing '()' invoking a constructor. (new-parens)
(#851) A space is required after ','. (comma-spacing)
(#851) Missing '()' invoking a constructor. (new-parens)
(#851) A space is required after ','. (comma-spacing)
(#851) Operator ':' must be spaced. (space-infix-ops)
(#851) Operator '=' must be spaced. (space-infix-ops)
(#851) A space is required after ','. (comma-spacing)
(#851) A space is required after ','. (comma-spacing)
(#851) A space is required after ','. (comma-spacing)
(#851) Operator '=' must be spaced. (space-infix-ops)
(#851) A space is required after ','. (comma-spacing)
(#851) Operator '=' must be spaced. (space-infix-ops)
(#851) Missing whitespace after semicolon. (semi-spacing)
(#851) Expected space(s) after "if". (keyword-spacing)
(#851) Requires a space after '{'. (block-spacing)
(#851) Statement inside of curly braces should be on next line. (brace-style)
(#851) Missing space before opening brace. (space-before-blocks)
(#851) Operator '=' must be spaced. (space-infix-ops)
(#851) Operator '+' must be spaced. (space-infix-ops)
(#852) This line has a length of 512. Maximum allowed is 132. (max-len)
(#852) Operator '=' must be spaced. (space-infix-ops)
(#852) Missing whitespace after semicolon. (semi-spacing)
(#852) Missing space before value for key 'resize'. (key-spacing)
(#852) 'b' is defined but never used. (no-unused-vars)
(#852) A space is required after ','. (comma-spacing)
(#852) 'd' is defined but never used. (no-unused-vars)
(#852) Requires a space after '{'. (block-spacing)
(#852) Statement inside of curly braces should be on next line. (brace-style)
(#852) Missing space before opening brace. (space-before-blocks)
(#852) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#852) A space is required after ','. (comma-spacing)
(#852) Requires a space before '}'. (block-spacing)
(#852) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#852) Missing semicolon. (semi)
(#852) Requires a space before '}'. (block-spacing)
(#852) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#852) Missing semicolon. (semi)
(#852) Requires a space before '}'. (block-spacing)
(#852) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#852) Missing whitespace after semicolon. (semi-spacing)
(#852) Operator '=' must be spaced. (space-infix-ops)
(#852) Operator '=' must be spaced. (space-infix-ops)
(#852) Missing '()' invoking a constructor. (new-parens)
(#852) Missing whitespace after semicolon. (semi-spacing)
(#852) Operator '=' must be spaced. (space-infix-ops)
(#852) Function has a complexity of 33. Maximum allowed is 20. (complexity)
(#852) A space is required after ','. (comma-spacing)
(#852) Requires a space after '{'. (block-spacing)
(#852) Statement inside of curly braces should be on next line. (brace-style)
(#852) Missing space before opening brace. (space-before-blocks)
(#852) Missing whitespace after semicolon. (semi-spacing)
(#852) Operator '/' must be spaced. (space-infix-ops)
(#852) A space is required after ','. (comma-spacing)
(#852) Operator '/' must be spaced. (space-infix-ops)
(#852) Missing whitespace after semicolon. (semi-spacing)
(#852) Missing whitespace after semicolon. (semi-spacing)
(#852) A space is required after ','. (comma-spacing)
(#852) Missing whitespace after semicolon. (semi-spacing)
(#852) Operator '/' must be spaced. (space-infix-ops)
(#852) A space is required after ','. (comma-spacing)
(#852) Operator '/' must be spaced. (space-infix-ops)
(#852) Missing whitespace after semicolon. (semi-spacing)
(#852) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#852) Operator '&&' must be spaced. (space-infix-ops)
(#852) A space is required after ','. (comma-spacing)
(#852) Missing whitespace after semicolon. (semi-spacing)
(#852) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#852) Operator '&&' must be spaced. (space-infix-ops)
(#852) Operator '!=' must be spaced. (space-infix-ops)
(#852) Operator '&&' must be spaced. (space-infix-ops)
(#852) Operator '&&' must be spaced. (space-infix-ops)
(#852) A space is required after ','. (comma-spacing)
(#852) Missing whitespace after semicolon. (semi-spacing)
(#852) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#852) Operator '&&' must be spaced. (space-infix-ops)
(#852) Operator '=' must be spaced. (space-infix-ops)
(#852) A space is required after ','. (comma-spacing)
(#852) Operator '=' must be spaced. (space-infix-ops)
(#853) This line has a length of 514. Maximum allowed is 132. (max-len)
(#853) Operator '=' must be spaced. (space-infix-ops)
(#853) A space is required after ','. (comma-spacing)
(#853) A space is required after ','. (comma-spacing)
(#853) A space is required after ','. (comma-spacing)
(#853) A space is required after ','. (comma-spacing)
(#853) A space is required after ','. (comma-spacing)
(#853) A space is required after ','. (comma-spacing)
(#853) A space is required after ','. (comma-spacing)
(#853) A space is required after ','. (comma-spacing)
(#853) A space is required after ','. (comma-spacing)
(#853) Operator '===' must be spaced. (space-infix-ops)
(#853) Operator '?' must be spaced. (space-infix-ops)
(#853) A space is required after ','. (comma-spacing)
(#853) A space is required after ','. (comma-spacing)
(#853) A space is required after ','. (comma-spacing)
(#853) A space is required after ','. (comma-spacing)
(#853) A space is required after ','. (comma-spacing)
(#853) Operator '*' must be spaced. (space-infix-ops)
(#853) A space is required after ','. (comma-spacing)
(#853) A space is required after ','. (comma-spacing)
(#853) Operator ':' must be spaced. (space-infix-ops)
(#853) Operator '=' must be spaced. (space-infix-ops)
(#853) A space is required after ','. (comma-spacing)
(#853) Operator '=' must be spaced. (space-infix-ops)
(#853) A space is required after ','. (comma-spacing)
(#853) Operator '=' must be spaced. (space-infix-ops)
(#853) A space is required after ','. (comma-spacing)
(#853) A space is required after ','. (comma-spacing)
(#853) A space is required after ','. (comma-spacing)
(#853) A space is required after ','. (comma-spacing)
(#853) A space is required after ','. (comma-spacing)
(#853) A space is required after ','. (comma-spacing)
(#853) A space is required after ','. (comma-spacing)
(#853) Operator '&&' must be spaced. (space-infix-ops)
(#854) This line has a length of 517. Maximum allowed is 132. (max-len)
(#854) Operator '=' must be spaced. (space-infix-ops)
(#854) A space is required after ','. (comma-spacing)
(#854) Operator '=' must be spaced. (space-infix-ops)
(#854) A space is required after ','. (comma-spacing)
(#854) A space is required after ','. (comma-spacing)
(#854) A space is required after ','. (comma-spacing)
(#854) A space is required after ','. (comma-spacing)
(#854) A space is required after ','. (comma-spacing)
(#854) A space is required after ','. (comma-spacing)
(#854) Operator '*' must be spaced. (space-infix-ops)
(#854) A space is required after ','. (comma-spacing)
(#854) A space is required after ','. (comma-spacing)
(#854) Missing whitespace after semicolon. (semi-spacing)
(#854) Expected space(s) after "if". (keyword-spacing)
(#854) Requires a space after '{'. (block-spacing)
(#854) Statement inside of curly braces should be on next line. (brace-style)
(#854) Missing space before opening brace. (space-before-blocks)
(#854) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#854) Operator '=' must be spaced. (space-infix-ops)
(#854) Missing whitespace after semicolon. (semi-spacing)
(#854) Operator '=' must be spaced. (space-infix-ops)
(#854) Missing whitespace after semicolon. (semi-spacing)
(#854) Operator '=' must be spaced. (space-infix-ops)
(#854) Missing whitespace after semicolon. (semi-spacing)
(#854) Missing whitespace after semicolon. (semi-spacing)
(#854) Expected space(s) after "if". (keyword-spacing)
(#854) Requires a space after '{'. (block-spacing)
(#854) Statement inside of curly braces should be on next line. (brace-style)
(#854) Missing space before opening brace. (space-before-blocks)
(#854) A space is required after ','. (comma-spacing)
(#854) Missing whitespace after semicolon. (semi-spacing)
(#854) A space is required after ','. (comma-spacing)
(#854) Missing whitespace after semicolon. (semi-spacing)
(#854) Expected space(s) after "for". (keyword-spacing)
(#854) Operator '=' must be spaced. (space-infix-ops)
(#854) A space is required after ','. (comma-spacing)
(#854) Operator '=' must be spaced. (space-infix-ops)
(#854) Missing whitespace after semicolon. (semi-spacing)
(#854) Operator '<' must be spaced. (space-infix-ops)
(#854) Missing whitespace after semicolon. (semi-spacing)
(#854) Expected { after 'for' condition. (curly)
(#854) A space is required after ','. (comma-spacing)
(#854) Missing whitespace after semicolon. (semi-spacing)
(#854) A space is required after ','. (comma-spacing)
(#854) Requires a space before '}'. (block-spacing)
(#854) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#854) Missing semicolon. (semi)
(#854) Expected space(s) before "else". (keyword-spacing)
(#854) Expected space(s) after "if". (keyword-spacing)
(#855) This line has a length of 515. Maximum allowed is 132. (max-len)
(#855) Requires a space after '{'. (block-spacing)
(#855) Statement inside of curly braces should be on next line. (brace-style)
(#855) Missing space before opening brace. (space-before-blocks)
(#855) 'y' used outside of binding context. (block-scoped-var)
(#855) Operator '=' must be spaced. (space-infix-ops)
(#855) Missing whitespace after semicolon. (semi-spacing)
(#855) 'e' used outside of binding context. (block-scoped-var)
(#855) Operator '=' must be spaced. (space-infix-ops)
(#855) Missing whitespace after semicolon. (semi-spacing)
(#855) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#855) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#855) Operator '===' must be spaced. (space-infix-ops)
(#855) Operator '&&' must be spaced. (space-infix-ops)
(#855) 'y' used outside of binding context. (block-scoped-var)
(#855) Operator '=' must be spaced. (space-infix-ops)
(#855) A space is required after ','. (comma-spacing)
(#855) 'e' used outside of binding context. (block-scoped-var)
(#855) Operator '=' must be spaced. (space-infix-ops)
(#855) Missing whitespace after semicolon. (semi-spacing)
(#855) 'y' used outside of binding context. (block-scoped-var)
(#855) A space is required after ','. (comma-spacing)
(#855) 'y' used outside of binding context. (block-scoped-var)
(#855) Missing whitespace after semicolon. (semi-spacing)
(#855) A space is required after ','. (comma-spacing)
(#855) Missing whitespace after semicolon. (semi-spacing)
(#855) 'y' used outside of binding context. (block-scoped-var)
(#855) Operator '=' must be spaced. (space-infix-ops)
(#855) Missing whitespace after semicolon. (semi-spacing)
(#855) Expected space(s) after "for". (keyword-spacing)
(#855) Operator '=' must be spaced. (space-infix-ops)
(#855) Missing whitespace after semicolon. (semi-spacing)
(#855) 'y' used outside of binding context. (block-scoped-var)
(#855) Operator '<' must be spaced. (space-infix-ops)
(#855) Missing whitespace after semicolon. (semi-spacing)
(#855) 'y' used outside of binding context. (block-scoped-var)
(#855) Expected { after 'for' condition. (curly)
(#855) 'y' used outside of binding context. (block-scoped-var)
(#855) A space is required after ','. (comma-spacing)
(#855) 'y' used outside of binding context. (block-scoped-var)
(#855) Missing whitespace after semicolon. (semi-spacing)
(#855) 'e' used outside of binding context. (block-scoped-var)
(#855) A space is required after ','. (comma-spacing)
(#855) 'e' used outside of binding context. (block-scoped-var)
(#855) Requires a space before '}'. (block-spacing)
(#855) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#855) Missing semicolon. (semi)
(#855) Missing whitespace after semicolon. (semi-spacing)
(#855) Missing whitespace after semicolon. (semi-spacing)
(#855) Missing whitespace after semicolon. (semi-spacing)
(#855) Operator '=' must be spaced. (space-infix-ops)
(#855) Missing whitespace after semicolon. (semi-spacing)
(#855) Operator '=' must be spaced. (space-infix-ops)
(#855) Missing whitespace after semicolon. (semi-spacing)
(#855) 'e' used outside of binding context. (block-scoped-var)
(#855) Operator '=' must be spaced. (space-infix-ops)
(#855) Missing whitespace after semicolon. (semi-spacing)
(#855) Expected space(s) after "for". (keyword-spacing)
(#855) 'y' used outside of binding context. (block-scoped-var)
(#855) Operator '=' must be spaced. (space-infix-ops)
(#855) Missing whitespace after semicolon. (semi-spacing)
(#855) 'e' used outside of binding context. (block-scoped-var)
(#855) Operator '<' must be spaced. (space-infix-ops)
(#855) 'y' used outside of binding context. (block-scoped-var)
(#855) Missing whitespace after semicolon. (semi-spacing)
(#855) 'e' used outside of binding context. (block-scoped-var)
(#855) Expected { after 'for' condition. (curly)
(#855) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#855) Expected space(s) before "this". (keyword-spacing)
(#855) 'e' used outside of binding context. (block-scoped-var)
(#855) Operator '&&' must be spaced. (space-infix-ops)
(#855) A space is required after ','. (comma-spacing)
(#855) 'e' used outside of binding context. (block-scoped-var)
(#855) A space is required after ','. (comma-spacing)
(#855) 'e' used outside of binding context. (block-scoped-var)
(#856) This line has a length of 502. Maximum allowed is 132. (max-len)
(#856) A space is required after ','. (comma-spacing)
(#856) A space is required after ','. (comma-spacing)
(#856) Operator '*' must be spaced. (space-infix-ops)
(#856) A space is required after ','. (comma-spacing)
(#856) A space is required after ','. (comma-spacing)
(#856) Missing whitespace after semicolon. (semi-spacing)
(#856) Expected space(s) after "if". (keyword-spacing)
(#856) Operator '===' must be spaced. (space-infix-ops)
(#856) Requires a space after '{'. (block-spacing)
(#856) Statement inside of curly braces should be on next line. (brace-style)
(#856) Missing space before opening brace. (space-before-blocks)
(#856) 'y' used outside of binding context. (block-scoped-var)
(#856) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#856) Operator '=' must be spaced. (space-infix-ops)
(#856) 'e' used outside of binding context. (block-scoped-var)
(#856) Operator '=' must be spaced. (space-infix-ops)
(#856) Missing whitespace after semicolon. (semi-spacing)
(#856) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#856) Operator '?' must be spaced. (space-infix-ops)
(#856) 'e' used outside of binding context. (block-scoped-var)
(#856) Operator '+=' must be spaced. (space-infix-ops)
(#856) A space is required after ','. (comma-spacing)
(#856) 'y' used outside of binding context. (block-scoped-var)
(#856) Operator '+=' must be spaced. (space-infix-ops)
(#856) Operator ':' must be spaced. (space-infix-ops)
(#856) Operator '&&' must be spaced. (space-infix-ops)
(#856) 'B' used outside of binding context. (block-scoped-var)
(#856) Operator '=' must be spaced. (space-infix-ops)
(#856) A space is required after ','. (comma-spacing)
(#856) Operator '===' must be spaced. (space-infix-ops)
(#856) Operator '&&' must be spaced. (space-infix-ops)
(#856) 'B' used outside of binding context. (block-scoped-var)
(#856) Operator '=' must be spaced. (space-infix-ops)
(#856) A space is required after ','. (comma-spacing)
(#856) 'e' used outside of binding context. (block-scoped-var)
(#856) Operator '+=' must be spaced. (space-infix-ops)
(#856) 'B' used outside of binding context. (block-scoped-var)
(#856) A space is required after ','. (comma-spacing)
(#856) 'y' used outside of binding context. (block-scoped-var)
(#856) Operator '+=' must be spaced. (space-infix-ops)
(#856) 'B' used outside of binding context. (block-scoped-var)
(#856) Missing whitespace after semicolon. (semi-spacing)
(#856) 'B' used outside of binding context. (block-scoped-var)
(#856) Operator '=' must be spaced. (space-infix-ops)
(#856) Missing whitespace after semicolon. (semi-spacing)
(#856) Expected space(s) after "for". (keyword-spacing)
(#856) Operator '=' must be spaced. (space-infix-ops)
(#856) Missing whitespace after semicolon. (semi-spacing)
(#856) Operator '<' must be spaced. (space-infix-ops)
(#856) 'B' used outside of binding context. (block-scoped-var)
(#856) Missing whitespace after semicolon. (semi-spacing)
(#856) 'e' used outside of binding context. (block-scoped-var)
(#856) Expected { after 'for' condition. (curly)
(#856) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#856) Operator '+=' must be spaced. (space-infix-ops)
(#856) Unexpected use of comma operator. (no-sequences)
(#856) A space is required after ','. (comma-spacing)
(#856) 'y' used outside of binding context. (block-scoped-var)
(#856) Operator '+=' must be spaced. (space-infix-ops)
(#856) Missing whitespace after semicolon. (semi-spacing)
(#856) 'B' used outside of binding context. (block-scoped-var)
(#856) Missing whitespace after semicolon. (semi-spacing)
(#856) 'e' used outside of binding context. (block-scoped-var)
(#856) Operator '/=' must be spaced. (space-infix-ops)
(#856) 'B' used outside of binding context. (block-scoped-var)
(#856) Missing whitespace after semicolon. (semi-spacing)
(#856) 'y' used outside of binding context. (block-scoped-var)
(#856) Operator '/=' must be spaced. (space-infix-ops)
(#856) 'B' used outside of binding context. (block-scoped-var)
(#856) Missing whitespace after semicolon. (semi-spacing)
(#856) Operator '=' must be spaced. (space-infix-ops)
(#856) A space is required after ','. (comma-spacing)
(#856) A space is required after ','. (comma-spacing)
(#856) A space is required after ','. (comma-spacing)
(#856) Missing whitespace after semicolon. (semi-spacing)
(#856) Operator '=' must be spaced. (space-infix-ops)
(#857) This line has a length of 533. Maximum allowed is 132. (max-len)
(#857) Operator '=' must be spaced. (space-infix-ops)
(#857) Missing whitespace after semicolon. (semi-spacing)
(#857) Operator '=' must be spaced. (space-infix-ops)
(#857) Missing whitespace after semicolon. (semi-spacing)
(#857) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#857) 'B' used outside of binding context. (block-scoped-var)
(#857) A space is required after ','. (comma-spacing)
(#857) 'e' used outside of binding context. (block-scoped-var)
(#857) A space is required after ','. (comma-spacing)
(#857) 'y' used outside of binding context. (block-scoped-var)
(#857) Requires a space before '}'. (block-spacing)
(#857) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#857) Missing semicolon. (semi)
(#857) Requires a space before '}'. (block-spacing)
(#857) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#857) Expected space(s) before "if". (keyword-spacing)
(#857) Expected space(s) after "if". (keyword-spacing)
(#857) Operator '&&' must be spaced. (space-infix-ops)
(#857) Operator '<' must be spaced. (space-infix-ops)
(#857) Requires a space after '{'. (block-spacing)
(#857) Statement inside of curly braces should be on next line. (brace-style)
(#857) Missing space before opening brace. (space-before-blocks)
(#857) Operator '=' must be spaced. (space-infix-ops)
(#857) Missing whitespace after semicolon. (semi-spacing)
(#857) Operator '=' must be spaced. (space-infix-ops)
(#857) Missing whitespace after semicolon. (semi-spacing)
(#857) Operator '=' must be spaced. (space-infix-ops)
(#857) Missing whitespace after semicolon. (semi-spacing)
(#857) Missing whitespace after semicolon. (semi-spacing)
(#857) A space is required after ','. (comma-spacing)
(#857) Missing whitespace after semicolon. (semi-spacing)
(#857) A space is required after ','. (comma-spacing)
(#857) Missing whitespace after semicolon. (semi-spacing)
(#857) 'e' used outside of binding context. (block-scoped-var)
(#857) Operator '=' must be spaced. (space-infix-ops)
(#857) Missing whitespace after semicolon. (semi-spacing)
(#857) Expected space(s) after "for". (keyword-spacing)
(#857) 'y' used outside of binding context. (block-scoped-var)
(#857) Operator '=' must be spaced. (space-infix-ops)
(#857) Missing whitespace after semicolon. (semi-spacing)
(#857) 'e' used outside of binding context. (block-scoped-var)
(#857) Operator '<' must be spaced. (space-infix-ops)
(#857) 'y' used outside of binding context. (block-scoped-var)
(#857) Missing whitespace after semicolon. (semi-spacing)
(#857) 'e' used outside of binding context. (block-scoped-var)
(#857) Expected { after 'for' condition. (curly)
(#857) 'e' used outside of binding context. (block-scoped-var)
(#857) A space is required after ','. (comma-spacing)
(#857) 'e' used outside of binding context. (block-scoped-var)
(#857) Missing whitespace after semicolon. (semi-spacing)
(#857) Missing whitespace after semicolon. (semi-spacing)
(#857) Missing whitespace after semicolon. (semi-spacing)
(#857) Missing whitespace after semicolon. (semi-spacing)
(#857) Operator '=' must be spaced. (space-infix-ops)
(#857) Missing whitespace after semicolon. (semi-spacing)
(#857) Operator '=' must be spaced. (space-infix-ops)
(#857) Missing whitespace after semicolon. (semi-spacing)
(#857) 'e' used outside of binding context. (block-scoped-var)
(#857) Operator '=' must be spaced. (space-infix-ops)
(#857) Missing whitespace after semicolon. (semi-spacing)
(#857) Expected space(s) after "for". (keyword-spacing)
(#857) 'y' used outside of binding context. (block-scoped-var)
(#857) Operator '=' must be spaced. (space-infix-ops)
(#857) Missing whitespace after semicolon. (semi-spacing)
(#857) 'e' used outside of binding context. (block-scoped-var)
(#857) Operator '<' must be spaced. (space-infix-ops)
(#857) 'y' used outside of binding context. (block-scoped-var)
(#857) Missing whitespace after semicolon. (semi-spacing)
(#857) 'e' used outside of binding context. (block-scoped-var)
(#857) Expected { after 'for' condition. (curly)
(#857) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#857) Expected space(s) before "this". (keyword-spacing)
(#857) 'e' used outside of binding context. (block-scoped-var)
(#857) Operator '&&' must be spaced. (space-infix-ops)
(#858) This line has a length of 501. Maximum allowed is 132. (max-len)
(#858) A space is required after ','. (comma-spacing)
(#858) 'e' used outside of binding context. (block-scoped-var)
(#858) A space is required after ','. (comma-spacing)
(#858) 'e' used outside of binding context. (block-scoped-var)
(#858) A space is required after ','. (comma-spacing)
(#858) A space is required after ','. (comma-spacing)
(#858) A space is required after ','. (comma-spacing)
(#858) Operator '*' must be spaced. (space-infix-ops)
(#858) A space is required after ','. (comma-spacing)
(#858) A space is required after ','. (comma-spacing)
(#858) Missing whitespace after semicolon. (semi-spacing)
(#858) Operator '=' must be spaced. (space-infix-ops)
(#858) A space is required after ','. (comma-spacing)
(#858) A space is required after ','. (comma-spacing)
(#858) A space is required after ','. (comma-spacing)
(#858) Missing whitespace after semicolon. (semi-spacing)
(#858) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#858) Operator '=' must be spaced. (space-infix-ops)
(#858) Missing whitespace after semicolon. (semi-spacing)
(#858) Operator '=' must be spaced. (space-infix-ops)
(#858) Missing whitespace after semicolon. (semi-spacing)
(#858) 'e' used outside of binding context. (block-scoped-var)
(#858) Operator '=' must be spaced. (space-infix-ops)
(#858) Missing whitespace after semicolon. (semi-spacing)
(#858) Operator '=' must be spaced. (space-infix-ops)
(#858) Missing whitespace after semicolon. (semi-spacing)
(#858) 'e' used outside of binding context. (block-scoped-var)
(#858) A space is required after ','. (comma-spacing)
(#858) 'e' used outside of binding context. (block-scoped-var)
(#858) Operator '-' must be spaced. (space-infix-ops)
(#858) Operator '+' must be spaced. (space-infix-ops)
(#858) A space is required after ','. (comma-spacing)
(#858) 'e' used outside of binding context. (block-scoped-var)
(#858) Operator '-' must be spaced. (space-infix-ops)
(#858) Operator '-' must be spaced. (space-infix-ops)
(#858) Requires a space before '}'. (block-spacing)
(#858) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#858) Missing semicolon. (semi)
(#858) Expected space(s) before "if". (keyword-spacing)
(#858) Expected space(s) after "if". (keyword-spacing)
(#858) Requires a space after '{'. (block-spacing)
(#858) Statement inside of curly braces should be on next line. (brace-style)
(#858) Missing space before opening brace. (space-before-blocks)
(#858) Expected space(s) after "if". (keyword-spacing)
(#858) Operator '<' must be spaced. (space-infix-ops)
(#858) Requires a space after '{'. (block-spacing)
(#858) Statement inside of curly braces should be on next line. (brace-style)
(#858) Missing space before opening brace. (space-before-blocks)
(#858) 'e' used outside of binding context. (block-scoped-var)
(#858) Operator '=' must be spaced. (space-infix-ops)
(#858) Missing whitespace after semicolon. (semi-spacing)
(#858) 'y' used outside of binding context. (block-scoped-var)
(#858) Operator '=' must be spaced. (space-infix-ops)
(#858) Missing whitespace after semicolon. (semi-spacing)
(#858) 'B' used outside of binding context. (block-scoped-var)
(#858) Operator '=' must be spaced. (space-infix-ops)
(#858) Missing whitespace after semicolon. (semi-spacing)
(#858) 'A' used outside of binding context. (block-scoped-var)
(#858) Operator '=' must be spaced. (space-infix-ops)
(#858) Missing whitespace after semicolon. (semi-spacing)
(#858) Operator '=' must be spaced. (space-infix-ops)
(#859) This line has a length of 513. Maximum allowed is 132. (max-len)
(#859) Identifier 'atoms_color' is not in camel case. (camelcase)
(#859) Operator '=' must be spaced. (space-infix-ops)
(#859) Missing whitespace after semicolon. (semi-spacing)
(#859) Identifier 'atoms_useJMOLColors' is not in camel case. (camelcase)
(#859) Operator '=' must be spaced. (space-infix-ops)
(#859) Missing whitespace after semicolon. (semi-spacing)
(#859) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#859) Identifier 'atoms_usePYMOLColors' is not in camel case. (camelcase)
(#859) Operator '=' must be spaced. (space-infix-ops)
(#859) Missing whitespace after semicolon. (semi-spacing)
(#859) Identifier 'bonds_color' is not in camel case. (camelcase)
(#859) Operator '=' must be spaced. (space-infix-ops)
(#859) Missing whitespace after semicolon. (semi-spacing)
(#859) Identifier 'atoms_HBlack_2D' is not in camel case. (camelcase)
(#859) Operator '=' must be spaced. (space-infix-ops)
(#859) Missing whitespace after semicolon. (semi-spacing)
(#859) A space is required after ','. (comma-spacing)
(#859) Missing whitespace after semicolon. (semi-spacing)
(#859) Identifier 'atoms_color' is not in camel case. (camelcase)
(#859) Operator '=' must be spaced. (space-infix-ops)
(#859) 'e' used outside of binding context. (block-scoped-var)
(#859) Missing whitespace after semicolon. (semi-spacing)
(#859) Identifier 'atoms_useJMOLColors' is not in camel case. (camelcase)
(#859) Operator '=' must be spaced. (space-infix-ops)
(#859) 'y' used outside of binding context. (block-scoped-var)
(#859) Missing whitespace after semicolon. (semi-spacing)
(#859) Identifier 'atoms_usePYMOLColors' is not in camel case. (camelcase)
(#859) Operator '=' must be spaced. (space-infix-ops)
(#859) 'B' used outside of binding context. (block-scoped-var)
(#859) Missing whitespace after semicolon. (semi-spacing)
(#859) Identifier 'bonds_color' is not in camel case. (camelcase)
(#859) Operator '=' must be spaced. (space-infix-ops)
(#859) 'A' used outside of binding context. (block-scoped-var)
(#859) Missing whitespace after semicolon. (semi-spacing)
(#859) Identifier 'atoms_HBlack_2D' is not in camel case. (camelcase)
(#859) Operator '=' must be spaced. (space-infix-ops)
(#859) Requires a space before '}'. (block-spacing)
(#859) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#859) Missing semicolon. (semi)
(#859) Operator '=' must be spaced. (space-infix-ops)
(#859) Missing whitespace after semicolon. (semi-spacing)
(#859) Operator '=' must be spaced. (space-infix-ops)
(#859) Missing whitespace after semicolon. (semi-spacing)
(#859) 'e' used outside of binding context. (block-scoped-var)
(#859) Operator '=' must be spaced. (space-infix-ops)
(#859) Missing whitespace after semicolon. (semi-spacing)
(#859) Expected space(s) after "for". (keyword-spacing)
(#859) 'y' used outside of binding context. (block-scoped-var)
(#859) Operator '=' must be spaced. (space-infix-ops)
(#859) Missing whitespace after semicolon. (semi-spacing)
(#859) 'e' used outside of binding context. (block-scoped-var)
(#859) Operator '<' must be spaced. (space-infix-ops)
(#859) 'y' used outside of binding context. (block-scoped-var)
(#859) Missing whitespace after semicolon. (semi-spacing)
(#859) 'e' used outside of binding context. (block-scoped-var)
(#859) Expected { after 'for' condition. (curly)
(#859) Expected space(s) before "for". (keyword-spacing)
(#859) Expected space(s) after "for". (keyword-spacing)
(#859) 'B' used outside of binding context. (block-scoped-var)
(#859) Operator '=' must be spaced. (space-infix-ops)
(#859) 'e' used outside of binding context. (block-scoped-var)
(#859) A space is required after ','. (comma-spacing)
(#859) 'A' used outside of binding context. (block-scoped-var)
(#859) Operator '=' must be spaced. (space-infix-ops)
(#859) A space is required after ','. (comma-spacing)
(#859) 'a' used outside of binding context. (block-scoped-var)
(#859) Operator '=' must be spaced. (space-infix-ops)
(#859) 'B' used outside of binding context. (block-scoped-var)
(#859) Missing whitespace after semicolon. (semi-spacing)
(#859) 'A' used outside of binding context. (block-scoped-var)
(#859) Operator '<' must be spaced. (space-infix-ops)
(#859) 'a' used outside of binding context. (block-scoped-var)
(#859) Missing whitespace after semicolon. (semi-spacing)
(#859) 'A' used outside of binding context. (block-scoped-var)
(#859) Requires a space after '{'. (block-spacing)
(#859) Statement inside of curly braces should be on next line. (brace-style)
(#859) Missing space before opening brace. (space-before-blocks)
(#859) Operator '=' must be spaced. (space-infix-ops)
(#859) 'B' used outside of binding context. (block-scoped-var)
(#859) 'A' used outside of binding context. (block-scoped-var)
(#859) Missing whitespace after semicolon. (semi-spacing)
(#859) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#859) Operator '&&' must be spaced. (space-infix-ops)
(#859) A space is required after ','. (comma-spacing)
(#859) A space is required after ','. (comma-spacing)
(#859) A space is required after ','. (comma-spacing)
(#859) A space is required after ','. (comma-spacing)
(#859) A space is required after ','. (comma-spacing)
(#859) Operator '*' must be spaced. (space-infix-ops)
(#859) A space is required after ','. (comma-spacing)
(#859) A space is required after ','. (comma-spacing)
(#859) Requires a space before '}'. (block-spacing)
(#859) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#859) Missing semicolon. (semi)
(#859) Requires a space before '}'. (block-spacing)
(#859) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#859) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#859) Expected space(s) before "this". (keyword-spacing)
(#859) Operator '&&' must be spaced. (space-infix-ops)
(#860) This line has a length of 508. Maximum allowed is 132. (max-len)
(#860) Missing whitespace after semicolon. (semi-spacing)
(#860) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#860) Operator '&&' must be spaced. (space-infix-ops)
(#860) A space is required after ','. (comma-spacing)
(#860) Missing whitespace after semicolon. (semi-spacing)
(#860) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#860) Requires a space before '}'. (block-spacing)
(#860) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#860) Missing semicolon. (semi)
(#860) Missing whitespace after semicolon. (semi-spacing)
(#860) Operator '=' must be spaced. (space-infix-ops)
(#860) Function has a complexity of 36. Maximum allowed is 20. (complexity)
(#860) Requires a space after '{'. (block-spacing)
(#860) Statement inside of curly braces should be on next line. (brace-style)
(#860) Missing space before opening brace. (space-before-blocks)
(#860) Expected space(s) after "if". (keyword-spacing)
(#860) Operator '&&' must be spaced. (space-infix-ops)
(#860) Requires a space after '{'. (block-spacing)
(#860) Statement inside of curly braces should be on next line. (brace-style)
(#860) Missing space before opening brace. (space-before-blocks)
(#860) Expected space(s) after "for". (keyword-spacing)
(#860) A space is required after ','. (comma-spacing)
(#860) Operator '=' must be spaced. (space-infix-ops)
(#860) A space is required after ','. (comma-spacing)
(#860) Operator '=' must be spaced. (space-infix-ops)
(#860) A space is required after ','. (comma-spacing)
(#860) Operator '=' must be spaced. (space-infix-ops)
(#860) A space is required after ','. (comma-spacing)
(#860) Operator '=' must be spaced. (space-infix-ops)
(#860) A space is required after ','. (comma-spacing)
(#860) Operator '=' must be spaced. (space-infix-ops)
(#860) Missing whitespace after semicolon. (semi-spacing)
(#860) Operator '<' must be spaced. (space-infix-ops)
(#860) Missing whitespace after semicolon. (semi-spacing)
(#860) Requires a space after '{'. (block-spacing)
(#860) Statement inside of curly braces should be on next line. (brace-style)
(#860) Missing space before opening brace. (space-before-blocks)
(#860) Operator '=' must be spaced. (space-infix-ops)
(#860) Missing whitespace after semicolon. (semi-spacing)
(#860) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#860) Do not nest ternary expressions. (no-nested-ternary)
(#860) Operator '?' must be spaced. (space-infix-ops)
(#860) Operator '=' must be spaced. (space-infix-ops)
(#860) A space is required after ','. (comma-spacing)
(#860) Operator ':' must be spaced. (space-infix-ops)
(#860) Do not nest ternary expressions. (no-nested-ternary)
(#860) Operator '&&' must be spaced. (space-infix-ops)
(#860) Operator '?' must be spaced. (space-infix-ops)
(#860) Operator '=' must be spaced. (space-infix-ops)
(#860) Operator ':' must be spaced. (space-infix-ops)
(#860) Operator '?' must be spaced. (space-infix-ops)
(#860) Operator '=' must be spaced. (space-infix-ops)
(#860) A space is required after ','. (comma-spacing)
(#860) Operator ':' must be spaced. (space-infix-ops)
(#860) Operator '&&' must be spaced. (space-infix-ops)
(#860) Operator '=' must be spaced. (space-infix-ops)
(#860) A space is required after ','. (comma-spacing)
(#860) Requires a space before '}'. (block-spacing)
(#860) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#860) Missing semicolon. (semi)
(#860) 'q' used outside of binding context. (block-scoped-var)
(#860) Operator '=' must be spaced. (space-infix-ops)
(#860) Missing whitespace after semicolon. (semi-spacing)
(#860) Expected space(s) after "for". (keyword-spacing)
(#860) 'A' used outside of binding context. (block-scoped-var)
(#860) Operator '=' must be spaced. (space-infix-ops)
(#860) 'e' used outside of binding context. (block-scoped-var)
(#860) Missing whitespace after semicolon. (semi-spacing)
(#860) 'q' used outside of binding context. (block-scoped-var)
(#860) Operator '<' must be spaced. (space-infix-ops)
(#860) 'A' used outside of binding context. (block-scoped-var)
(#860) Missing whitespace after semicolon. (semi-spacing)
(#860) 'q' used outside of binding context. (block-scoped-var)
(#860) Requires a space after '{'. (block-spacing)
(#860) Statement inside of curly braces should be on next line. (brace-style)
(#860) Missing space before opening brace. (space-before-blocks)
(#860) 'a' used outside of binding context. (block-scoped-var)
(#860) Operator '=' must be spaced. (space-infix-ops)
(#860) 'e' used outside of binding context. (block-scoped-var)
(#860) 'q' used outside of binding context. (block-scoped-var)
(#860) Missing whitespace after semicolon. (semi-spacing)
(#860) 'a' used outside of binding context. (block-scoped-var)
(#860) Operator '=' must be spaced. (space-infix-ops)
(#860) 'q' used outside of binding context. (block-scoped-var)
(#860) Operator '+' must be spaced. (space-infix-ops)
(#860) Missing whitespace after semicolon. (semi-spacing)
(#860) 'b' used outside of binding context. (block-scoped-var)
(#860) Operator '=' must be spaced. (space-infix-ops)
(#860) 'q' used outside of binding context. (block-scoped-var)
(#860) Operator '+' must be spaced. (space-infix-ops)
(#860) Missing whitespace after semicolon. (semi-spacing)
(#860) Expected space(s) after "for". (keyword-spacing)
(#860) Operator '=' must be spaced. (space-infix-ops)
(#860) 'e' used outside of binding context. (block-scoped-var)
(#860) Missing whitespace after semicolon. (semi-spacing)
(#860) 'b' used outside of binding context. (block-scoped-var)
(#860) Operator '<' must be spaced. (space-infix-ops)
(#860) Missing whitespace after semicolon. (semi-spacing)
(#860) 'b' used outside of binding context. (block-scoped-var)
(#860) Requires a space after '{'. (block-spacing)
(#860) Statement inside of curly braces should be on next line. (brace-style)
(#860) Missing space before opening brace. (space-before-blocks)
(#860) Operator '=' must be spaced. (space-infix-ops)
(#861) This line has a length of 501. Maximum allowed is 132. (max-len)
(#861) 'e' used outside of binding context. (block-scoped-var)
(#861) 'b' used outside of binding context. (block-scoped-var)
(#861) Missing whitespace after semicolon. (semi-spacing)
(#861) Expected space(s) after "if". (keyword-spacing)
(#861) 'a' used outside of binding context. (block-scoped-var)
(#861) Operator '===' must be spaced. (space-infix-ops)
(#861) Operator '||' must be spaced. (space-infix-ops)
(#861) 'a' used outside of binding context. (block-scoped-var)
(#861) Operator '===' must be spaced. (space-infix-ops)
(#861) Operator '||' must be spaced. (space-infix-ops)
(#861) 'a' used outside of binding context. (block-scoped-var)
(#861) Operator '===' must be spaced. (space-infix-ops)
(#861) Operator '||' must be spaced. (space-infix-ops)
(#861) 'a' used outside of binding context. (block-scoped-var)
(#861) Operator '===' must be spaced. (space-infix-ops)
(#861) 'a' used outside of binding context. (block-scoped-var)
(#861) Expected { after 'if' condition. (curly)
(#861) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#861) Operator '=' must be spaced. (space-infix-ops)
(#861) Unexpected use of comma operator. (no-sequences)
(#861) A space is required after ','. (comma-spacing)
(#861) Operator '=' must be spaced. (space-infix-ops)
(#861) Requires a space before '}'. (block-spacing)
(#861) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#861) Missing semicolon. (semi)
(#861) 'a' used outside of binding context. (block-scoped-var)
(#861) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#861) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#861) Operator '||' must be spaced. (space-infix-ops)
(#861) 'a' used outside of binding context. (block-scoped-var)
(#861) Operator '===' must be spaced. (space-infix-ops)
(#861) 'a' used outside of binding context. (block-scoped-var)
(#861) Operator '||' must be spaced. (space-infix-ops)
(#861) 'a' used outside of binding context. (block-scoped-var)
(#861) Operator '=' must be spaced. (space-infix-ops)
(#861) Missing whitespace after semicolon. (semi-spacing)
(#861) 'a' used outside of binding context. (block-scoped-var)
(#861) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#861) Operator '||' must be spaced. (space-infix-ops)
(#861) 'a' used outside of binding context. (block-scoped-var)
(#861) Operator '!==' must be spaced. (space-infix-ops)
(#861) 'a' used outside of binding context. (block-scoped-var)
(#861) Operator '||' must be spaced. (space-infix-ops)
(#861) 'a' used outside of binding context. (block-scoped-var)
(#861) Operator '=' must be spaced. (space-infix-ops)
(#861) Requires a space before '}'. (block-spacing)
(#861) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#861) Missing semicolon. (semi)
(#861) Expected space(s) before "if". (keyword-spacing)
(#861) Expected space(s) after "if". (keyword-spacing)
(#861) Operator '!==' must be spaced. (space-infix-ops)
(#861) 'y' used outside of binding context. (block-scoped-var)
(#861) Requires a space after '{'. (block-spacing)
(#861) Statement inside of curly braces should be on next line. (brace-style)
(#861) Missing space before opening brace. (space-before-blocks)
(#861) 'e' used outside of binding context. (block-scoped-var)
(#861) Operator '=' must be spaced. (space-infix-ops)
(#861) Missing whitespace after semicolon. (semi-spacing)
(#861) 'q' used outside of binding context. (block-scoped-var)
(#861) Operator '=' must be spaced. (space-infix-ops)
(#861) Missing whitespace after semicolon. (semi-spacing)
(#861) Expected space(s) after "for". (keyword-spacing)
(#861) 'A' used outside of binding context. (block-scoped-var)
(#861) Operator '=' must be spaced. (space-infix-ops)
(#861) 'e' used outside of binding context. (block-scoped-var)
(#861) Missing whitespace after semicolon. (semi-spacing)
(#861) 'q' used outside of binding context. (block-scoped-var)
(#861) Operator '<' must be spaced. (space-infix-ops)
(#861) 'A' used outside of binding context. (block-scoped-var)
(#861) Missing whitespace after semicolon. (semi-spacing)
(#861) 'q' used outside of binding context. (block-scoped-var)
(#861) 'e' used outside of binding context. (block-scoped-var)
(#861) Expected { after 'for' condition. (curly)
(#861) 'q' used outside of binding context. (block-scoped-var)
(#861) Operator '=' must be spaced. (space-infix-ops)
(#861) Missing whitespace after semicolon. (semi-spacing)
(#861) 'e' used outside of binding context. (block-scoped-var)
(#861) Operator '=' must be spaced. (space-infix-ops)
(#861) Missing whitespace after semicolon. (semi-spacing)
(#861) Expected space(s) after "for". (keyword-spacing)
(#861) 'q' used outside of binding context. (block-scoped-var)
(#861) Operator '=' must be spaced. (space-infix-ops)
(#861) 'y' used outside of binding context. (block-scoped-var)
(#861) Missing whitespace after semicolon. (semi-spacing)
(#861) 'e' used outside of binding context. (block-scoped-var)
(#861) Operator '<' must be spaced. (space-infix-ops)
(#861) 'q' used outside of binding context. (block-scoped-var)
(#861) Missing whitespace after semicolon. (semi-spacing)
(#861) 'e' used outside of binding context. (block-scoped-var)
(#861) Requires a space after '{'. (block-spacing)
(#861) Statement inside of curly braces should be on next line. (brace-style)
(#861) Missing space before opening brace. (space-before-blocks)
(#861) 'A' used outside of binding context. (block-scoped-var)
(#861) Operator '=' must be spaced. (space-infix-ops)
(#861) 'y' used outside of binding context. (block-scoped-var)
(#861) 'e' used outside of binding context. (block-scoped-var)
(#861) Missing whitespace after semicolon. (semi-spacing)
(#861) 'A' used outside of binding context. (block-scoped-var)
(#861) Missing whitespace after semicolon. (semi-spacing)
(#861) Expected space(s) after "if". (keyword-spacing)
(#861) Operator '===' must be spaced. (space-infix-ops)
(#861) 'A' used outside of binding context. (block-scoped-var)
(#861) 'A' used outside of binding context. (block-scoped-var)
(#861) Expected { after 'if' condition. (curly)
(#861) Operator '=' must be spaced. (space-infix-ops)
(#861) Missing whitespace after semicolon. (semi-spacing)
(#861) Expected { after 'else'. (curly)
(#861) Expected space(s) after "for". (keyword-spacing)
(#861) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#861) 'a' used outside of binding context. (block-scoped-var)
(#861) Operator '=' must be spaced. (space-infix-ops)
(#861) A space is required after ','. (comma-spacing)
(#861) 'b' used outside of binding context. (block-scoped-var)
(#861) Operator '=' must be spaced. (space-infix-ops)
(#861) 'A' used outside of binding context. (block-scoped-var)
(#861) Missing whitespace after semicolon. (semi-spacing)
(#861) 'a' used outside of binding context. (block-scoped-var)
(#861) Operator '<' must be spaced. (space-infix-ops)
(#861) 'b' used outside of binding context. (block-scoped-var)
(#861) Missing whitespace after semicolon. (semi-spacing)
(#861) 'a' used outside of binding context. (block-scoped-var)
(#861) Expected { after 'for' condition. (curly)
(#861) Expected space(s) before "if". (keyword-spacing)
(#861) Expected space(s) after "if". (keyword-spacing)
(#861) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#861) 'A' used outside of binding context. (block-scoped-var)
(#861) 'a' used outside of binding context. (block-scoped-var)
(#861) Requires a space after '{'. (block-spacing)
(#861) Statement inside of curly braces should be on next line. (brace-style)
(#861) Missing space before opening brace. (space-before-blocks)
(#861) 'A' used outside of binding context. (block-scoped-var)
(#861) Operator '=' must be spaced. (space-infix-ops)
(#861) Missing whitespace after semicolon. (semi-spacing)
(#861) Requires a space before '}'. (block-spacing)
(#861) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#861) Missing semicolon. (semi)
(#861) 'a' used outside of binding context. (block-scoped-var)
(#861) Operator '=' must be spaced. (space-infix-ops)
(#861) Missing whitespace after semicolon. (semi-spacing)
(#861) Expected space(s) after "for". (keyword-spacing)
(#861) 'b' used outside of binding context. (block-scoped-var)
(#861) Operator '=' must be spaced. (space-infix-ops)
(#861) 'A' used outside of binding context. (block-scoped-var)
(#861) Missing whitespace after semicolon. (semi-spacing)
(#861) 'a' used outside of binding context. (block-scoped-var)
(#861) Operator '<' must be spaced. (space-infix-ops)
(#862) This line has a length of 503. Maximum allowed is 132. (max-len)
(#862) 'b' used outside of binding context. (block-scoped-var)
(#862) Missing whitespace after semicolon. (semi-spacing)
(#862) 'a' used outside of binding context. (block-scoped-var)
(#862) 'A' used outside of binding context. (block-scoped-var)
(#862) Expected { after 'for' condition. (curly)
(#862) 'a' used outside of binding context. (block-scoped-var)
(#862) Operator '=' must be spaced. (space-infix-ops)
(#862) Requires a space before '}'. (block-spacing)
(#862) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#862) Missing semicolon. (semi)
(#862) Requires a space before '}'. (block-spacing)
(#862) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#862) 'y' used outside of binding context. (block-scoped-var)
(#862) Operator '=' must be spaced. (space-infix-ops)
(#862) Missing whitespace after semicolon. (semi-spacing)
(#862) Expected space(s) after "for". (keyword-spacing)
(#862) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#862) 'e' used outside of binding context. (block-scoped-var)
(#862) Operator '=' must be spaced. (space-infix-ops)
(#862) 'B' used outside of binding context. (block-scoped-var)
(#862) Missing whitespace after semicolon. (semi-spacing)
(#862) 'y' used outside of binding context. (block-scoped-var)
(#862) Operator '<' must be spaced. (space-infix-ops)
(#862) 'e' used outside of binding context. (block-scoped-var)
(#862) Missing whitespace after semicolon. (semi-spacing)
(#862) 'y' used outside of binding context. (block-scoped-var)
(#862) Expected { after 'for' condition. (curly)
(#862) Expected space(s) before "if". (keyword-spacing)
(#862) Expected space(s) after "if". (keyword-spacing)
(#862) 'A' used outside of binding context. (block-scoped-var)
(#862) Operator '=' must be spaced. (space-infix-ops)
(#862) 'B' used outside of binding context. (block-scoped-var)
(#862) 'y' used outside of binding context. (block-scoped-var)
(#862) Unexpected use of comma operator. (no-sequences)
(#862) A space is required after ','. (comma-spacing)
(#862) 'A' used outside of binding context. (block-scoped-var)
(#862) Operator '?' must be spaced. (space-infix-ops)
(#862) Operator '===' must be spaced. (space-infix-ops)
(#862) 'A' used outside of binding context. (block-scoped-var)
(#862) Operator '&&' must be spaced. (space-infix-ops)
(#862) 'A' used outside of binding context. (block-scoped-var)
(#862) Operator '=' must be spaced. (space-infix-ops)
(#862) Operator ':' must be spaced. (space-infix-ops)
(#862) 'A' used outside of binding context. (block-scoped-var)
(#862) Operator '=' must be spaced. (space-infix-ops)
(#862) A space is required after ','. (comma-spacing)
(#862) 'A' used outside of binding context. (block-scoped-var)
(#862) Requires a space after '{'. (block-spacing)
(#862) Statement inside of curly braces should be on next line. (brace-style)
(#862) Missing space before opening brace. (space-before-blocks)
(#862) 'q' used outside of binding context. (block-scoped-var)
(#862) Operator '=' must be spaced. (space-infix-ops)
(#862) 'A' used outside of binding context. (block-scoped-var)
(#862) Missing whitespace after semicolon. (semi-spacing)
(#862) 'A' used outside of binding context. (block-scoped-var)
(#862) Operator '=' must be spaced. (space-infix-ops)
(#862) Missing whitespace after semicolon. (semi-spacing)
(#862) 'a' used outside of binding context. (block-scoped-var)
(#862) Operator '=' must be spaced. (space-infix-ops)
(#862) Missing whitespace after semicolon. (semi-spacing)
(#862) Expected space(s) after "for". (keyword-spacing)
(#862) 'b' used outside of binding context. (block-scoped-var)
(#862) Operator '=' must be spaced. (space-infix-ops)
(#862) 'q' used outside of binding context. (block-scoped-var)
(#862) Missing whitespace after semicolon. (semi-spacing)
(#862) 'a' used outside of binding context. (block-scoped-var)
(#862) Operator '<' must be spaced. (space-infix-ops)
(#862) 'b' used outside of binding context. (block-scoped-var)
(#862) Missing whitespace after semicolon. (semi-spacing)
(#862) 'a' used outside of binding context. (block-scoped-var)
(#862) 'q' used outside of binding context. (block-scoped-var)
(#862) Expected { after 'for' condition. (curly)
(#862) 'a' used outside of binding context. (block-scoped-var)
(#862) Operator '=' must be spaced. (space-infix-ops)
(#862) Missing whitespace after semicolon. (semi-spacing)
(#862) 'A' used outside of binding context. (block-scoped-var)
(#862) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#862) Operator '&&' must be spaced. (space-infix-ops)
(#862) 'A' used outside of binding context. (block-scoped-var)
(#862) Operator '=' must be spaced. (space-infix-ops)
(#862) Missing whitespace after semicolon. (semi-spacing)
(#862) Expected space(s) after "if". (keyword-spacing)
(#862) 'A' used outside of binding context. (block-scoped-var)
(#862) Expected { after 'if' condition. (curly)
(#862) Expected space(s) before "for". (keyword-spacing)
(#862) Expected space(s) after "for". (keyword-spacing)
(#862) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#862) 'a' used outside of binding context. (block-scoped-var)
(#862) Operator '=' must be spaced. (space-infix-ops)
(#862) A space is required after ','. (comma-spacing)
(#862) 'b' used outside of binding context. (block-scoped-var)
(#862) Operator '=' must be spaced. (space-infix-ops)
(#862) 'A' used outside of binding context. (block-scoped-var)
(#862) Missing whitespace after semicolon. (semi-spacing)
(#862) 'a' used outside of binding context. (block-scoped-var)
(#862) Operator '<' must be spaced. (space-infix-ops)
(#862) 'b' used outside of binding context. (block-scoped-var)
(#862) Missing whitespace after semicolon. (semi-spacing)
(#862) 'a' used outside of binding context. (block-scoped-var)
(#862) Expected { after 'for' condition. (curly)
(#862) Expected space(s) before "if". (keyword-spacing)
(#862) Expected space(s) after "if". (keyword-spacing)
(#862) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#862) 'A' used outside of binding context. (block-scoped-var)
(#862) 'a' used outside of binding context. (block-scoped-var)
(#862) Requires a space after '{'. (block-spacing)
(#862) Statement inside of curly braces should be on next line. (brace-style)
(#862) Missing space before opening brace. (space-before-blocks)
(#862) 'A' used outside of binding context. (block-scoped-var)
(#862) Operator '=' must be spaced. (space-infix-ops)
(#862) Missing whitespace after semicolon. (semi-spacing)
(#862) Requires a space before '}'. (block-spacing)
(#862) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#862) Missing semicolon. (semi)
(#862) 'A' used outside of binding context. (block-scoped-var)
(#862) Operator '=' must be spaced. (space-infix-ops)
(#862) Missing whitespace after semicolon. (semi-spacing)
(#862) Expected space(s) after "for". (keyword-spacing)
(#862) 'a' used outside of binding context. (block-scoped-var)
(#862) Operator '=' must be spaced. (space-infix-ops)
(#862) 'q' used outside of binding context. (block-scoped-var)
(#862) Missing whitespace after semicolon. (semi-spacing)
(#862) 'A' used outside of binding context. (block-scoped-var)
(#862) Operator '<' must be spaced. (space-infix-ops)
(#862) 'a' used outside of binding context. (block-scoped-var)
(#862) Missing whitespace after semicolon. (semi-spacing)
(#862) 'A' used outside of binding context. (block-scoped-var)
(#862) 'q' used outside of binding context. (block-scoped-var)
(#862) Expected { after 'for' condition. (curly)
(#862) 'A' used outside of binding context. (block-scoped-var)
(#862) Operator '=' must be spaced. (space-infix-ops)
(#862) Requires a space before '}'. (block-spacing)
(#862) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#862) Missing semicolon. (semi)
(#862) Requires a space before '}'. (block-spacing)
(#862) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#862) Expected space(s) before "this". (keyword-spacing)
(#862) Operator '=' must be spaced. (space-infix-ops)
(#862) Requires a space before '}'. (block-spacing)
(#862) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#862) Missing semicolon. (semi)
(#862) Missing whitespace after semicolon. (semi-spacing)
(#862) Operator '=' must be spaced. (space-infix-ops)
(#863) This line has a length of 517. Maximum allowed is 132. (max-len)
(#863) Requires a space after '{'. (block-spacing)
(#863) Statement inside of curly braces should be on next line. (brace-style)
(#863) Missing space before opening brace. (space-before-blocks)
(#863) A space is required after ','. (comma-spacing)
(#863) Missing whitespace after semicolon. (semi-spacing)
(#863) Expected space(s) after "if". (keyword-spacing)
(#863) Requires a space after '{'. (block-spacing)
(#863) Statement inside of curly braces should be on next line. (brace-style)
(#863) Missing space before opening brace. (space-before-blocks)
(#863) This line has 19 statements. Maximum allowed is 2. (max-statements-per-line)
(#863) Operator '=' must be spaced. (space-infix-ops)
(#863) Operator '-' must be spaced. (space-infix-ops)
(#863) A space is required after ','. (comma-spacing)
(#863) A space is required after ','. (comma-spacing)
(#863) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#863) Operator '=' must be spaced. (space-infix-ops)
(#863) A space is required after ','. (comma-spacing)
(#863) A space is required after ','. (comma-spacing)
(#863) A space is required after ','. (comma-spacing)
(#863) A space is required after ','. (comma-spacing)
(#863) A space is required after ','. (comma-spacing)
(#863) Missing whitespace after semicolon. (semi-spacing)
(#863) A space is required after ','. (comma-spacing)
(#863) Missing whitespace after semicolon. (semi-spacing)
(#863) A space is required after ','. (comma-spacing)
(#863) Missing whitespace after semicolon. (semi-spacing)
(#863) Operator '=' must be spaced. (space-infix-ops)
(#863) Missing whitespace after semicolon. (semi-spacing)
(#863) Missing whitespace after semicolon. (semi-spacing)
(#863) A space is required after ','. (comma-spacing)
(#863) A space is required after ','. (comma-spacing)
(#863) A space is required after ','. (comma-spacing)
(#863) A space is required after ','. (comma-spacing)
(#863) Operator '*' must be spaced. (space-infix-ops)
(#863) A space is required after ','. (comma-spacing)
(#863) Missing whitespace after semicolon. (semi-spacing)
(#863) Missing whitespace after semicolon. (semi-spacing)
(#863) Operator '=' must be spaced. (space-infix-ops)
(#863) Missing whitespace after semicolon. (semi-spacing)
(#863) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#863) Operator '&&' must be spaced. (space-infix-ops)
(#863) Operator '=' must be spaced. (space-infix-ops)
(#863) A space is required after ','. (comma-spacing)
(#863) Missing whitespace after semicolon. (semi-spacing)
(#863) Operator '=' must be spaced. (space-infix-ops)
(#863) Missing whitespace after semicolon. (semi-spacing)
(#863) Operator '=' must be spaced. (space-infix-ops)
(#863) Missing whitespace after semicolon. (semi-spacing)
(#863) Operator '=' must be spaced. (space-infix-ops)
(#863) Missing whitespace after semicolon. (semi-spacing)
(#863) Operator '=' must be spaced. (space-infix-ops)
(#863) Missing whitespace after semicolon. (semi-spacing)
(#863) Operator '=' must be spaced. (space-infix-ops)
(#863) Missing whitespace after semicolon. (semi-spacing)
(#863) A space is required after ','. (comma-spacing)
(#863) A space is required after ','. (comma-spacing)
(#863) Missing whitespace after semicolon. (semi-spacing)
(#863) A space is required after ','. (comma-spacing)
(#863) A space is required after ','. (comma-spacing)
(#863) Requires a space before '}'. (block-spacing)
(#863) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#863) Missing semicolon. (semi)
(#863) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#863) Expected space(s) before "this". (keyword-spacing)
(#863) Operator '||' must be spaced. (space-infix-ops)
(#864) This line has a length of 517. Maximum allowed is 132. (max-len)
(#864) Operator '=' must be spaced. (space-infix-ops)
(#864) A space is required after ','. (comma-spacing)
(#864) Operator '=' must be spaced. (space-infix-ops)
(#864) A space is required after ','. (comma-spacing)
(#864) Operator '=' must be spaced. (space-infix-ops)
(#864) A space is required after ','. (comma-spacing)
(#864) Operator '=' must be spaced. (space-infix-ops)
(#864) A space is required after ','. (comma-spacing)
(#864) Operator '=' must be spaced. (space-infix-ops)
(#864) A space is required after ','. (comma-spacing)
(#864) A space is required after ','. (comma-spacing)
(#864) Operator '-' must be spaced. (space-infix-ops)
(#864) Operator '-' must be spaced. (space-infix-ops)
(#864) A space is required after ','. (comma-spacing)
(#864) Operator '-' must be spaced. (space-infix-ops)
(#864) A space is required after ','. (comma-spacing)
(#864) Operator '=' must be spaced. (space-infix-ops)
(#864) A space is required after ','. (comma-spacing)
(#864) A space is required after ','. (comma-spacing)
(#864) Operator '-' must be spaced. (space-infix-ops)
(#864) A space is required after ','. (comma-spacing)
(#864) Operator '-' must be spaced. (space-infix-ops)
(#864) Requires a space before '}'. (block-spacing)
(#864) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#864) Missing semicolon. (semi)
(#864) Missing whitespace after semicolon. (semi-spacing)
(#864) Operator '=' must be spaced. (space-infix-ops)
(#864) Requires a space after '{'. (block-spacing)
(#864) Statement inside of curly braces should be on next line. (brace-style)
(#864) Missing space before opening brace. (space-before-blocks)
(#864) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#864) Operator '=' must be spaced. (space-infix-ops)
(#864) A space is required after ','. (comma-spacing)
(#864) Missing whitespace after semicolon. (semi-spacing)
(#864) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#864) Operator '!==' must be spaced. (space-infix-ops)
(#864) Operator '&&' must be spaced. (space-infix-ops)
(#864) Operator '=' must be spaced. (space-infix-ops)
(#864) Operator '/' must be spaced. (space-infix-ops)
(#864) Operator '+' must be spaced. (space-infix-ops)
(#864) Operator '-' must be spaced. (space-infix-ops)
(#864) Operator '/' must be spaced. (space-infix-ops)
(#864) Operator '/' must be spaced. (space-infix-ops)
(#864) A space is required after ','. (comma-spacing)
(#864) Operator '=' must be spaced. (space-infix-ops)
(#864) Operator '/' must be spaced. (space-infix-ops)
(#864) Operator '+' must be spaced. (space-infix-ops)
(#864) Operator '-' must be spaced. (space-infix-ops)
(#864) Operator '/' must be spaced. (space-infix-ops)
(#864) Operator '/' must be spaced. (space-infix-ops)
(#864) Requires a space before '}'. (block-spacing)
(#864) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#864) Missing semicolon. (semi)
(#864) Missing whitespace after semicolon. (semi-spacing)
(#864) Operator '=' must be spaced. (space-infix-ops)
(#864) Requires a space after '{'. (block-spacing)
(#864) Statement inside of curly braces should be on next line. (brace-style)
(#864) Missing space before opening brace. (space-before-blocks)
(#864) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#864) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#864) Operator '>' must be spaced. (space-infix-ops)
(#864) Operator '?' must be spaced. (space-infix-ops)
(#865) This line has a length of 544. Maximum allowed is 132. (max-len)
(#865) Operator '=' must be spaced. (space-infix-ops)
(#865) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#865) Operator ':' must be spaced. (space-infix-ops)
(#865) Operator '<' must be spaced. (space-infix-ops)
(#865) Operator '&&' must be spaced. (space-infix-ops)
(#865) Operator '=' must be spaced. (space-infix-ops)
(#865) Requires a space before '}'. (block-spacing)
(#865) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#865) Missing semicolon. (semi)
(#865) Missing whitespace after semicolon. (semi-spacing)
(#865) Operator '=' must be spaced. (space-infix-ops)
(#865) Expected to return a value at the end of function. (consistent-return)
(#865) Requires a space after '{'. (block-spacing)
(#865) Statement inside of curly braces should be on next line. (brace-style)
(#865) Missing space before opening brace. (space-before-blocks)
(#865) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#865) Missing whitespace after semicolon. (semi-spacing)
(#865) Expected space(s) after "if". (keyword-spacing)
(#865) Expected { after 'if' condition. (curly)
(#865) Expected space(s) before "return". (keyword-spacing)
(#865) Unexpected use of comma operator. (no-sequences)
(#865) A space is required after ','. (comma-spacing)
(#865) Missing whitespace after semicolon. (semi-spacing)
(#865) Requires a space before '}'. (block-spacing)
(#865) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#865) Missing semicolon. (semi)
(#865) Missing whitespace after semicolon. (semi-spacing)
(#865) Operator '=' must be spaced. (space-infix-ops)
(#865) Expected to return a value at the end of function. (consistent-return)
(#865) Requires a space after '{'. (block-spacing)
(#865) Statement inside of curly braces should be on next line. (brace-style)
(#865) Missing space before opening brace. (space-before-blocks)
(#865) Expected space(s) after "if". (keyword-spacing)
(#865) Expected { after 'if' condition. (curly)
(#865) Expected space(s) before "return". (keyword-spacing)
(#865) Expected space(s) after "return". (keyword-spacing)
(#865) Missing whitespace after semicolon. (semi-spacing)
(#865) Missing whitespace after semicolon. (semi-spacing)
(#865) Requires a space before '}'. (block-spacing)
(#865) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#865) Missing semicolon. (semi)
(#865) Missing whitespace after semicolon. (semi-spacing)
(#865) Operator '=' must be spaced. (space-infix-ops)
(#865) Expected to return a value at the end of function. (consistent-return)
(#865) Requires a space after '{'. (block-spacing)
(#865) Statement inside of curly braces should be on next line. (brace-style)
(#865) Missing space before opening brace. (space-before-blocks)
(#865) Expected space(s) after "if". (keyword-spacing)
(#865) Expected { after 'if' condition. (curly)
(#865) Expected space(s) before "return". (keyword-spacing)
(#865) Expected space(s) after "return". (keyword-spacing)
(#865) Missing whitespace after semicolon. (semi-spacing)
(#865) Missing whitespace after semicolon. (semi-spacing)
(#865) Requires a space before '}'. (block-spacing)
(#865) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#865) Missing semicolon. (semi)
(#865) Missing whitespace after semicolon. (semi-spacing)
(#865) Operator '=' must be spaced. (space-infix-ops)
(#865) Expected to return a value at the end of function. (consistent-return)
(#865) Requires a space after '{'. (block-spacing)
(#865) Statement inside of curly braces should be on next line. (brace-style)
(#865) Missing space before opening brace. (space-before-blocks)
(#865) Expected space(s) after "if". (keyword-spacing)
(#865) Expected { after 'if' condition. (curly)
(#865) Expected space(s) before "return". (keyword-spacing)
(#865) Expected space(s) after "return". (keyword-spacing)
(#865) Missing whitespace after semicolon. (semi-spacing)
(#865) Missing whitespace after semicolon. (semi-spacing)
(#865) Requires a space before '}'. (block-spacing)
(#865) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#865) Missing semicolon. (semi)
(#866) This line has a length of 502. Maximum allowed is 132. (max-len)
(#866) Operator '=' must be spaced. (space-infix-ops)
(#866) Expected to return a value at the end of function. (consistent-return)
(#866) Requires a space after '{'. (block-spacing)
(#866) Statement inside of curly braces should be on next line. (brace-style)
(#866) Missing space before opening brace. (space-before-blocks)
(#866) Expected space(s) after "if". (keyword-spacing)
(#866) Expected { after 'if' condition. (curly)
(#866) Expected space(s) before "return". (keyword-spacing)
(#866) Expected space(s) after "return". (keyword-spacing)
(#866) Missing whitespace after semicolon. (semi-spacing)
(#866) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#866) Missing whitespace after semicolon. (semi-spacing)
(#866) Requires a space before '}'. (block-spacing)
(#866) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#866) Missing semicolon. (semi)
(#866) Missing whitespace after semicolon. (semi-spacing)
(#866) Operator '=' must be spaced. (space-infix-ops)
(#866) Expected to return a value at the end of function. (consistent-return)
(#866) Requires a space after '{'. (block-spacing)
(#866) Statement inside of curly braces should be on next line. (brace-style)
(#866) Missing space before opening brace. (space-before-blocks)
(#866) Expected space(s) after "if". (keyword-spacing)
(#866) Expected { after 'if' condition. (curly)
(#866) Expected space(s) before "return". (keyword-spacing)
(#866) Expected space(s) after "return". (keyword-spacing)
(#866) Missing whitespace after semicolon. (semi-spacing)
(#866) Operator '=' must be spaced. (space-infix-ops)
(#866) Missing whitespace after semicolon. (semi-spacing)
(#866) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#866) Operator '>' must be spaced. (space-infix-ops)
(#866) Operator '-' must be spaced. (space-infix-ops)
(#866) A space is required after ','. (comma-spacing)
(#866) Operator '&&' must be spaced. (space-infix-ops)
(#866) Operator '=' must be spaced. (space-infix-ops)
(#866) Missing whitespace after semicolon. (semi-spacing)
(#866) Missing whitespace after semicolon. (semi-spacing)
(#866) Requires a space before '}'. (block-spacing)
(#866) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#866) Missing semicolon. (semi)
(#866) Missing whitespace after semicolon. (semi-spacing)
(#866) Operator '=' must be spaced. (space-infix-ops)
(#866) Expected to return a value at the end of function. (consistent-return)
(#866) Requires a space after '{'. (block-spacing)
(#866) Statement inside of curly braces should be on next line. (brace-style)
(#866) Missing space before opening brace. (space-before-blocks)
(#866) Expected space(s) after "if". (keyword-spacing)
(#866) Expected { after 'if' condition. (curly)
(#866) Expected space(s) before "return". (keyword-spacing)
(#866) Expected space(s) after "return". (keyword-spacing)
(#866) Missing whitespace after semicolon. (semi-spacing)
(#866) Missing whitespace after semicolon. (semi-spacing)
(#866) Requires a space before '}'. (block-spacing)
(#866) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#866) Missing semicolon. (semi)
(#866) Missing whitespace after semicolon. (semi-spacing)
(#866) Operator '=' must be spaced. (space-infix-ops)
(#866) Expected to return a value at the end of function. (consistent-return)
(#866) Requires a space after '{'. (block-spacing)
(#866) Statement inside of curly braces should be on next line. (brace-style)
(#866) Missing space before opening brace. (space-before-blocks)
(#866) Expected space(s) after "if". (keyword-spacing)
(#866) Expected { after 'if' condition. (curly)
(#866) Expected space(s) before "return". (keyword-spacing)
(#866) Expected space(s) after "return". (keyword-spacing)
(#866) Missing whitespace after semicolon. (semi-spacing)
(#867) This line has a length of 512. Maximum allowed is 132. (max-len)
(#867) Requires a space before '}'. (block-spacing)
(#867) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#867) Missing semicolon. (semi)
(#867) Missing whitespace after semicolon. (semi-spacing)
(#867) Operator '=' must be spaced. (space-infix-ops)
(#867) Expected to return a value at the end of function. (consistent-return)
(#867) Requires a space after '{'. (block-spacing)
(#867) Statement inside of curly braces should be on next line. (brace-style)
(#867) Missing space before opening brace. (space-before-blocks)
(#867) Expected space(s) after "if". (keyword-spacing)
(#867) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#867) Expected { after 'if' condition. (curly)
(#867) Expected space(s) before "return". (keyword-spacing)
(#867) Expected space(s) after "return". (keyword-spacing)
(#867) Missing whitespace after semicolon. (semi-spacing)
(#867) Missing whitespace after semicolon. (semi-spacing)
(#867) Requires a space before '}'. (block-spacing)
(#867) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#867) Missing semicolon. (semi)
(#867) Missing whitespace after semicolon. (semi-spacing)
(#867) Operator '=' must be spaced. (space-infix-ops)
(#867) Expected to return a value at the end of function. (consistent-return)
(#867) Requires a space after '{'. (block-spacing)
(#867) Statement inside of curly braces should be on next line. (brace-style)
(#867) Missing space before opening brace. (space-before-blocks)
(#867) Expected space(s) after "if". (keyword-spacing)
(#867) Expected { after 'if' condition. (curly)
(#867) Expected space(s) before "return". (keyword-spacing)
(#867) Expected space(s) after "return". (keyword-spacing)
(#867) Missing whitespace after semicolon. (semi-spacing)
(#867) Missing whitespace after semicolon. (semi-spacing)
(#867) Requires a space before '}'. (block-spacing)
(#867) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#867) Missing semicolon. (semi)
(#867) Missing whitespace after semicolon. (semi-spacing)
(#867) Operator '=' must be spaced. (space-infix-ops)
(#867) Expected to return a value at the end of function. (consistent-return)
(#867) A space is required after ','. (comma-spacing)
(#867) Requires a space after '{'. (block-spacing)
(#867) Statement inside of curly braces should be on next line. (brace-style)
(#867) Missing space before opening brace. (space-before-blocks)
(#867) Expected space(s) after "if". (keyword-spacing)
(#867) Expected { after 'if' condition. (curly)
(#867) Expected space(s) before "return". (keyword-spacing)
(#867) Expected space(s) after "return". (keyword-spacing)
(#867) Missing whitespace after semicolon. (semi-spacing)
(#867) Missing whitespace after semicolon. (semi-spacing)
(#867) A space is required after ','. (comma-spacing)
(#867) Requires a space before '}'. (block-spacing)
(#867) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#867) Missing semicolon. (semi)
(#867) Missing whitespace after semicolon. (semi-spacing)
(#867) Operator '=' must be spaced. (space-infix-ops)
(#867) Expected to return a value at the end of function. (consistent-return)
(#867) Requires a space after '{'. (block-spacing)
(#867) Statement inside of curly braces should be on next line. (brace-style)
(#867) Missing space before opening brace. (space-before-blocks)
(#867) Expected space(s) after "if". (keyword-spacing)
(#867) Expected { after 'if' condition. (curly)
(#867) Expected space(s) before "return". (keyword-spacing)
(#867) Expected space(s) after "return". (keyword-spacing)
(#867) Missing whitespace after semicolon. (semi-spacing)
(#867) Missing whitespace after semicolon. (semi-spacing)
(#867) Requires a space before '}'. (block-spacing)
(#867) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#867) Missing semicolon. (semi)
(#868) This line has a length of 504. Maximum allowed is 132. (max-len)
(#868) Operator '=' must be spaced. (space-infix-ops)
(#868) Expected to return a value at the end of function. (consistent-return)
(#868) Requires a space after '{'. (block-spacing)
(#868) Statement inside of curly braces should be on next line. (brace-style)
(#868) Missing space before opening brace. (space-before-blocks)
(#868) Expected space(s) after "if". (keyword-spacing)
(#868) Expected { after 'if' condition. (curly)
(#868) Expected space(s) before "return". (keyword-spacing)
(#868) Expected space(s) after "return". (keyword-spacing)
(#868) Missing whitespace after semicolon. (semi-spacing)
(#868) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#868) Missing whitespace after semicolon. (semi-spacing)
(#868) Requires a space before '}'. (block-spacing)
(#868) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#868) Missing semicolon. (semi)
(#868) Missing whitespace after semicolon. (semi-spacing)
(#868) Operator '=' must be spaced. (space-infix-ops)
(#868) Expected to return a value at the end of function. (consistent-return)
(#868) Requires a space after '{'. (block-spacing)
(#868) Statement inside of curly braces should be on next line. (brace-style)
(#868) Missing space before opening brace. (space-before-blocks)
(#868) Expected space(s) after "if". (keyword-spacing)
(#868) Expected { after 'if' condition. (curly)
(#868) Expected space(s) before "return". (keyword-spacing)
(#868) Expected space(s) after "return". (keyword-spacing)
(#868) Missing whitespace after semicolon. (semi-spacing)
(#868) Missing whitespace after semicolon. (semi-spacing)
(#868) Requires a space before '}'. (block-spacing)
(#868) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#868) Missing semicolon. (semi)
(#868) Missing whitespace after semicolon. (semi-spacing)
(#868) Operator '=' must be spaced. (space-infix-ops)
(#868) Expected to return a value at the end of function. (consistent-return)
(#868) Requires a space after '{'. (block-spacing)
(#868) Statement inside of curly braces should be on next line. (brace-style)
(#868) Missing space before opening brace. (space-before-blocks)
(#868) Expected space(s) after "if". (keyword-spacing)
(#868) Expected { after 'if' condition. (curly)
(#868) Expected space(s) before "return". (keyword-spacing)
(#868) Expected space(s) after "return". (keyword-spacing)
(#868) Missing whitespace after semicolon. (semi-spacing)
(#868) Missing whitespace after semicolon. (semi-spacing)
(#868) Requires a space before '}'. (block-spacing)
(#868) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#868) Missing semicolon. (semi)
(#868) Missing whitespace after semicolon. (semi-spacing)
(#868) Operator '=' must be spaced. (space-infix-ops)
(#868) Expected to return a value at the end of function. (consistent-return)
(#868) Requires a space after '{'. (block-spacing)
(#868) Statement inside of curly braces should be on next line. (brace-style)
(#868) Missing space before opening brace. (space-before-blocks)
(#868) Expected space(s) after "if". (keyword-spacing)
(#868) Expected { after 'if' condition. (curly)
(#868) Expected space(s) before "return". (keyword-spacing)
(#868) Expected space(s) after "return". (keyword-spacing)
(#868) Missing whitespace after semicolon. (semi-spacing)
(#868) Expected space(s) after "if". (keyword-spacing)
(#868) Operator '&&' must be spaced. (space-infix-ops)
(#868) Operator '<' must be spaced. (space-infix-ops)
(#868) Requires a space after '{'. (block-spacing)
(#868) Statement inside of curly braces should be on next line. (brace-style)
(#868) Missing space before opening brace. (space-before-blocks)
(#868) Expected space(s) after "if". (keyword-spacing)
(#868) Operator '||' must be spaced. (space-infix-ops)
(#868) Expected { after 'if' condition. (curly)
(#868) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#868) Expected space(s) before "this". (keyword-spacing)
(#868) Operator '=' must be spaced. (space-infix-ops)
(#868) Operator '=' must be spaced. (space-infix-ops)
(#869) This line has a length of 508. Maximum allowed is 132. (max-len)
(#869) Operator '=' must be spaced. (space-infix-ops)
(#869) Unexpected use of comma operator. (no-sequences)
(#869) A space is required after ','. (comma-spacing)
(#869) Missing whitespace after semicolon. (semi-spacing)
(#869) Operator '=' must be spaced. (space-infix-ops)
(#869) Requires a space before '}'. (block-spacing)
(#869) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#869) Missing semicolon. (semi)
(#869) Expected space(s) before "else". (keyword-spacing)
(#869) Expected { after 'else'. (curly)
(#869) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#869) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#869) Unexpected use of comma operator. (no-sequences)
(#869) A space is required after ','. (comma-spacing)
(#869) A space is required after ','. (comma-spacing)
(#869) Requires a space before '}'. (block-spacing)
(#869) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#869) Missing semicolon. (semi)
(#869) Missing whitespace after semicolon. (semi-spacing)
(#869) Operator '=' must be spaced. (space-infix-ops)
(#869) Expected to return a value at the end of function. (consistent-return)
(#869) Requires a space after '{'. (block-spacing)
(#869) Statement inside of curly braces should be on next line. (brace-style)
(#869) Missing space before opening brace. (space-before-blocks)
(#869) Expected space(s) after "if". (keyword-spacing)
(#869) Expected { after 'if' condition. (curly)
(#869) Expected space(s) before "return". (keyword-spacing)
(#869) Expected space(s) after "return". (keyword-spacing)
(#869) Missing whitespace after semicolon. (semi-spacing)
(#869) Missing whitespace after semicolon. (semi-spacing)
(#869) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#869) Operator '&&' must be spaced. (space-infix-ops)
(#869) Operator '<' must be spaced. (space-infix-ops)
(#869) Operator '&&' must be spaced. (space-infix-ops)
(#869) Requires a space before '}'. (block-spacing)
(#869) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#869) Missing semicolon. (semi)
(#869) Missing whitespace after semicolon. (semi-spacing)
(#869) Operator '=' must be spaced. (space-infix-ops)
(#869) Expected to return a value at the end of function. (consistent-return)
(#869) Requires a space after '{'. (block-spacing)
(#869) Statement inside of curly braces should be on next line. (brace-style)
(#869) Missing space before opening brace. (space-before-blocks)
(#869) Expected space(s) after "if". (keyword-spacing)
(#869) Expected { after 'if' condition. (curly)
(#869) Expected space(s) before "return". (keyword-spacing)
(#869) Expected space(s) after "return". (keyword-spacing)
(#869) Missing whitespace after semicolon. (semi-spacing)
(#869) Missing whitespace after semicolon. (semi-spacing)
(#869) Missing whitespace after semicolon. (semi-spacing)
(#869) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#869) Operator '&&' must be spaced. (space-infix-ops)
(#870) This line has a length of 512. Maximum allowed is 132. (max-len)
(#870) Requires a space before '}'. (block-spacing)
(#870) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#870) Missing semicolon. (semi)
(#870) Missing whitespace after semicolon. (semi-spacing)
(#870) Operator '=' must be spaced. (space-infix-ops)
(#870) Expected to return a value at the end of function. (consistent-return)
(#870) Requires a space after '{'. (block-spacing)
(#870) Statement inside of curly braces should be on next line. (brace-style)
(#870) Missing space before opening brace. (space-before-blocks)
(#870) Expected space(s) after "if". (keyword-spacing)
(#870) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#870) Expected { after 'if' condition. (curly)
(#870) Expected space(s) before "return". (keyword-spacing)
(#870) Expected space(s) after "return". (keyword-spacing)
(#870) Missing whitespace after semicolon. (semi-spacing)
(#870) Operator '=' must be spaced. (space-infix-ops)
(#870) Missing whitespace after semicolon. (semi-spacing)
(#870) Operator '=' must be spaced. (space-infix-ops)
(#870) Missing whitespace after semicolon. (semi-spacing)
(#870) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#870) Operator '!==' must be spaced. (space-infix-ops)
(#870) Operator '-' must be spaced. (space-infix-ops)
(#870) Operator '&&' must be spaced. (space-infix-ops)
(#870) Operator '&&' must be spaced. (space-infix-ops)
(#870) Operator '||' must be spaced. (space-infix-ops)
(#870) Operator '*=' must be spaced. (space-infix-ops)
(#870) Operator '/' must be spaced. (space-infix-ops)
(#870) A space is required after ','. (comma-spacing)
(#870) A space is required after ','. (comma-spacing)
(#870) Operator '=' must be spaced. (space-infix-ops)
(#870) Missing whitespace after semicolon. (semi-spacing)
(#870) Expected space(s) after "if". (keyword-spacing)
(#870) Operator '!==' must be spaced. (space-infix-ops)
(#870) Operator '-' must be spaced. (space-infix-ops)
(#870) Requires a space after '{'. (block-spacing)
(#870) Statement inside of curly braces should be on next line. (brace-style)
(#870) Missing space before opening brace. (space-before-blocks)
(#870) Operator '=' must be spaced. (space-infix-ops)
(#870) Operator '-' must be spaced. (space-infix-ops)
(#870) Operator '/' must be spaced. (space-infix-ops)
(#870) Operator '*' must be spaced. (space-infix-ops)
(#870) Missing whitespace after semicolon. (semi-spacing)
(#870) Expected space(s) after "if". (keyword-spacing)
(#870) Requires a space after '{'. (block-spacing)
(#870) Statement inside of curly braces should be on next line. (brace-style)
(#870) Missing space before opening brace. (space-before-blocks)
(#870) Operator '+=' must be spaced. (space-infix-ops)
(#871) This line has a length of 527. Maximum allowed is 132. (max-len)
(#871) Missing whitespace after semicolon. (semi-spacing)
(#871) Expected space(s) after "for". (keyword-spacing)
(#871) Operator '=' must be spaced. (space-infix-ops)
(#871) A space is required after ','. (comma-spacing)
(#871) Operator '=' must be spaced. (space-infix-ops)
(#871) Missing whitespace after semicolon. (semi-spacing)
(#871) Operator '<' must be spaced. (space-infix-ops)
(#871) Missing whitespace after semicolon. (semi-spacing)
(#871) Requires a space after '{'. (block-spacing)
(#871) Statement inside of curly braces should be on next line. (brace-style)
(#871) Missing space before opening brace. (space-before-blocks)
(#871) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#871) Operator '=' must be spaced. (space-infix-ops)
(#871) A space is required after ','. (comma-spacing)
(#871) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#871) Operator '=' must be spaced. (space-infix-ops)
(#871) A space is required after ','. (comma-spacing)
(#871) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#871) Operator '=' must be spaced. (space-infix-ops)
(#871) Operator '+' must be spaced. (space-infix-ops)
(#871) Missing whitespace after semicolon. (semi-spacing)
(#871) Operator '=' must be spaced. (space-infix-ops)
(#871) Operator '+' must be spaced. (space-infix-ops)
(#871) Operator '*' must be spaced. (space-infix-ops)
(#871) Missing whitespace after semicolon. (semi-spacing)
(#871) Operator '=' must be spaced. (space-infix-ops)
(#871) Operator '-' must be spaced. (space-infix-ops)
(#871) Operator '*' must be spaced. (space-infix-ops)
(#871) Requires a space before '}'. (block-spacing)
(#871) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#871) Missing semicolon. (semi)
(#871) Operator '=' must be spaced. (space-infix-ops)
(#871) Missing whitespace after semicolon. (semi-spacing)
(#871) Expected space(s) after "for". (keyword-spacing)
(#871) 'e' used outside of binding context. (block-scoped-var)
(#871) Operator '=' must be spaced. (space-infix-ops)
(#871) Missing whitespace after semicolon. (semi-spacing)
(#871) Operator '<' must be spaced. (space-infix-ops)
(#871) 'e' used outside of binding context. (block-scoped-var)
(#871) Missing whitespace after semicolon. (semi-spacing)
(#871) Expected { after 'for' condition. (curly)
(#871) Expected space(s) before "this". (keyword-spacing)
(#871) Missing whitespace after semicolon. (semi-spacing)
(#871) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#871) Operator '&&' must be spaced. (space-infix-ops)
(#871) Operator '&&' must be spaced. (space-infix-ops)
(#871) Requires a space before '}'. (block-spacing)
(#871) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#871) Missing semicolon. (semi)
(#871) Expected space(s) before "else". (keyword-spacing)
(#871) Expected { after 'else'. (curly)
(#871) 'e' used outside of binding context. (block-scoped-var)
(#871) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#871) Operator '=' must be spaced. (space-infix-ops)
(#871) Operator '&&' must be spaced. (space-infix-ops)
(#871) Operator '?' must be spaced. (space-infix-ops)
(#871) Operator ':' must be spaced. (space-infix-ops)
(#871) Unexpected use of comma operator. (no-sequences)
(#871) A space is required after ','. (comma-spacing)
(#871) 'y' used outside of binding context. (block-scoped-var)
(#871) Operator '=' must be spaced. (space-infix-ops)
(#871) Operator '&&' must be spaced. (space-infix-ops)
(#871) Operator '?' must be spaced. (space-infix-ops)
(#871) Operator '+' must be spaced. (space-infix-ops)
(#872) This line has a length of 515. Maximum allowed is 132. (max-len)
(#872) Operator '/' must be spaced. (space-infix-ops)
(#872) A space is required after ','. (comma-spacing)
(#872) Operator '+' must be spaced. (space-infix-ops)
(#872) Operator '/' must be spaced. (space-infix-ops)
(#872) Operator ':' must be spaced. (space-infix-ops)
(#872) Operator '/' must be spaced. (space-infix-ops)
(#872) A space is required after ','. (comma-spacing)
(#872) Operator '/' must be spaced. (space-infix-ops)
(#872) A space is required after ','. (comma-spacing)
(#872) Operator '=' must be spaced. (space-infix-ops)
(#872) 'e' used outside of binding context. (block-scoped-var)
(#872) A space is required after ','. (comma-spacing)
(#872) A space is required after ','. (comma-spacing)
(#872) 'y' used outside of binding context. (block-scoped-var)
(#872) A space is required after ','. (comma-spacing)
(#872) Missing whitespace after semicolon. (semi-spacing)
(#872) Operator '=' must be spaced. (space-infix-ops)
(#872) Requires a space before '}'. (block-spacing)
(#872) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#872) Missing semicolon. (semi)
(#872) Expected space(s) before "this". (keyword-spacing)
(#872) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#872) Requires a space before '}'. (block-spacing)
(#872) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#872) Missing semicolon. (semi)
(#872) Missing whitespace after semicolon. (semi-spacing)
(#872) Operator '=' must be spaced. (space-infix-ops)
(#872) Expected to return a value at the end of function. (consistent-return)
(#872) 'k' is defined but never used. (no-unused-vars)
(#872) Requires a space after '{'. (block-spacing)
(#872) Statement inside of curly braces should be on next line. (brace-style)
(#872) Missing space before opening brace. (space-before-blocks)
(#872) Expected space(s) after "if". (keyword-spacing)
(#872) Expected { after 'if' condition. (curly)
(#872) Expected space(s) before "return". (keyword-spacing)
(#872) Expected space(s) after "return". (keyword-spacing)
(#872) Missing whitespace after semicolon. (semi-spacing)
(#872) Operator '=' must be spaced. (space-infix-ops)
(#872) Missing whitespace after semicolon. (semi-spacing)
(#872) Operator '=' must be spaced. (space-infix-ops)
(#872) Missing whitespace after semicolon. (semi-spacing)
(#872) Operator '=' must be spaced. (space-infix-ops)
(#872) Missing whitespace after semicolon. (semi-spacing)
(#872) Operator '=' must be spaced. (space-infix-ops)
(#872) Requires a space before '}'. (block-spacing)
(#872) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#872) Missing semicolon. (semi)
(#872) Requires a space before '}'. (block-spacing)
(#872) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#872) Missing semicolon. (semi)
(#872) 'ChemDoodle' is not defined. (no-undef)
(#872) A space is required after ','. (comma-spacing)
(#872) 'ChemDoodle' is not defined. (no-undef)
(#872) A space is required after ','. (comma-spacing)
(#872) 'ChemDoodle' is not defined. (no-undef)
(#872) A space is required after ','. (comma-spacing)
(#872) 'ChemDoodle' is not defined. (no-undef)
(#872) A space is required after ','. (comma-spacing)
(#872) 'ChemDoodle' is not defined. (no-undef)
(#873) 'ChemDoodle' is not defined. (no-undef)
(#873) A space is required after ','. (comma-spacing)
(#873) 'ChemDoodle' is not defined. (no-undef)
(#873) A space is required after ','. (comma-spacing)
(#873) 'ChemDoodle' is not defined. (no-undef)
(#873) A space is required after ','. (comma-spacing)
(#873) A space is required after ','. (comma-spacing)
(#874) This line has a length of 513. Maximum allowed is 132. (max-len)
(#874) A space is required after ','. (comma-spacing)
(#874) A space is required after ','. (comma-spacing)
(#874) A space is required after ','. (comma-spacing)
(#874) A space is required after ','. (comma-spacing)
(#874) A space is required after ','. (comma-spacing)
(#874) A space is required after ','. (comma-spacing)
(#874) A space is required after ','. (comma-spacing)
(#874) A space is required after ','. (comma-spacing)
(#874) A space is required after ','. (comma-spacing)
(#874) Requires a space after '{'. (block-spacing)
(#874) Statement inside of curly braces should be on next line. (brace-style)
(#874) Missing space before opening brace. (space-before-blocks)
(#874) Operator '=' must be spaced. (space-infix-ops)
(#874) Unexpected empty function. (no-empty-function)
(#874) Missing space before opening brace. (space-before-blocks)
(#874) Missing whitespace after semicolon. (semi-spacing)
(#874) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#874) Operator '=' must be spaced. (space-infix-ops)
(#874) Missing whitespace after semicolon. (semi-spacing)
(#874) Operator '=' must be spaced. (space-infix-ops)
(#874) Requires a space after '{'. (block-spacing)
(#874) Statement inside of curly braces should be on next line. (brace-style)
(#874) Missing space before opening brace. (space-before-blocks)
(#874) Operator '=' must be spaced. (space-infix-ops)
(#874) Requires a space before '}'. (block-spacing)
(#874) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#874) Missing semicolon. (semi)
(#874) Missing whitespace after semicolon. (semi-spacing)
(#874) Operator '=' must be spaced. (space-infix-ops)
(#874) Requires a space after '{'. (block-spacing)
(#874) Statement inside of curly braces should be on next line. (brace-style)
(#874) Missing space before opening brace. (space-before-blocks)
(#874) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#874) Operator '&&' must be spaced. (space-infix-ops)
(#874) Requires a space before '}'. (block-spacing)
(#874) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#874) Missing semicolon. (semi)
(#874) Missing whitespace after semicolon. (semi-spacing)
(#874) Operator '=' must be spaced. (space-infix-ops)
(#874) Requires a space after '{'. (block-spacing)
(#874) Statement inside of curly braces should be on next line. (brace-style)
(#874) Missing space before opening brace. (space-before-blocks)
(#874) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#874) Operator '&&' must be spaced. (space-infix-ops)
(#874) Requires a space before '}'. (block-spacing)
(#874) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#874) Missing semicolon. (semi)
(#874) Missing whitespace after semicolon. (semi-spacing)
(#874) Operator '=' must be spaced. (space-infix-ops)
(#874) Requires a space after '{'. (block-spacing)
(#874) Statement inside of curly braces should be on next line. (brace-style)
(#874) Missing space before opening brace. (space-before-blocks)
(#874) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#874) Operator '&&' must be spaced. (space-infix-ops)
(#874) Requires a space before '}'. (block-spacing)
(#874) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#874) Missing semicolon. (semi)
(#874) Missing whitespace after semicolon. (semi-spacing)
(#874) Operator '=' must be spaced. (space-infix-ops)
(#874) Requires a space after '{'. (block-spacing)
(#874) Statement inside of curly braces should be on next line. (brace-style)
(#874) Missing space before opening brace. (space-before-blocks)
(#874) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#874) Operator '&&' must be spaced. (space-infix-ops)
(#874) Requires a space before '}'. (block-spacing)
(#874) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#874) Missing semicolon. (semi)
(#874) Missing whitespace after semicolon. (semi-spacing)
(#874) Operator '=' must be spaced. (space-infix-ops)
(#874) Requires a space after '{'. (block-spacing)
(#874) Statement inside of curly braces should be on next line. (brace-style)
(#874) Missing space before opening brace. (space-before-blocks)
(#874) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#874) Operator '&&' must be spaced. (space-infix-ops)
(#874) Requires a space before '}'. (block-spacing)
(#874) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#874) Missing semicolon. (semi)
(#874) Missing whitespace after semicolon. (semi-spacing)
(#874) Operator '=' must be spaced. (space-infix-ops)
(#874) Requires a space after '{'. (block-spacing)
(#874) Statement inside of curly braces should be on next line. (brace-style)
(#874) Missing space before opening brace. (space-before-blocks)
(#874) Missing whitespace after semicolon. (semi-spacing)
(#874) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#874) Operator '||' must be spaced. (space-infix-ops)
(#874) Operator '&&' must be spaced. (space-infix-ops)
(#875) This line has a length of 506. Maximum allowed is 132. (max-len)
(#875) Operator '>' must be spaced. (space-infix-ops)
(#875) Operator '-' must be spaced. (space-infix-ops)
(#875) A space is required after ','. (comma-spacing)
(#875) Operator '?' must be spaced. (space-infix-ops)
(#875) Operator '=' must be spaced. (space-infix-ops)
(#875) A space is required after ','. (comma-spacing)
(#875) Operator '=' must be spaced. (space-infix-ops)
(#875) A space is required after ','. (comma-spacing)
(#875) A space is required after ','. (comma-spacing)
(#875) Operator '=' must be spaced. (space-infix-ops)
(#875) Operator ':' must be spaced. (space-infix-ops)
(#875) Operator '&&' must be spaced. (space-infix-ops)
(#875) Requires a space before '}'. (block-spacing)
(#875) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#875) Missing semicolon. (semi)
(#875) Missing whitespace after semicolon. (semi-spacing)
(#875) Operator '=' must be spaced. (space-infix-ops)
(#875) Requires a space after '{'. (block-spacing)
(#875) Statement inside of curly braces should be on next line. (brace-style)
(#875) Missing space before opening brace. (space-before-blocks)
(#875) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#875) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#875) Operator '&&' must be spaced. (space-infix-ops)
(#875) Missing whitespace after semicolon. (semi-spacing)
(#875) Requires a space before '}'. (block-spacing)
(#875) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#875) Missing semicolon. (semi)
(#875) Missing whitespace after semicolon. (semi-spacing)
(#875) Operator '=' must be spaced. (space-infix-ops)
(#875) Requires a space after '{'. (block-spacing)
(#875) Statement inside of curly braces should be on next line. (brace-style)
(#875) Missing space before opening brace. (space-before-blocks)
(#875) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#875) Operator '&&' must be spaced. (space-infix-ops)
(#875) Missing whitespace after semicolon. (semi-spacing)
(#875) Requires a space before '}'. (block-spacing)
(#875) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#875) Missing semicolon. (semi)
(#875) Missing whitespace after semicolon. (semi-spacing)
(#875) Operator '=' must be spaced. (space-infix-ops)
(#875) Requires a space after '{'. (block-spacing)
(#875) Statement inside of curly braces should be on next line. (brace-style)
(#875) Missing space before opening brace. (space-before-blocks)
(#875) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#875) Operator '&&' must be spaced. (space-infix-ops)
(#875) Requires a space before '}'. (block-spacing)
(#875) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#875) Missing semicolon. (semi)
(#876) This line has a length of 506. Maximum allowed is 132. (max-len)
(#876) Operator '=' must be spaced. (space-infix-ops)
(#876) Requires a space after '{'. (block-spacing)
(#876) Statement inside of curly braces should be on next line. (brace-style)
(#876) Missing space before opening brace. (space-before-blocks)
(#876) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#876) Operator '&&' must be spaced. (space-infix-ops)
(#876) Requires a space before '}'. (block-spacing)
(#876) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#876) Missing semicolon. (semi)
(#876) Missing whitespace after semicolon. (semi-spacing)
(#876) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#876) Operator '=' must be spaced. (space-infix-ops)
(#876) Requires a space after '{'. (block-spacing)
(#876) Statement inside of curly braces should be on next line. (brace-style)
(#876) Missing space before opening brace. (space-before-blocks)
(#876) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#876) Operator '&&' must be spaced. (space-infix-ops)
(#876) Missing whitespace after semicolon. (semi-spacing)
(#876) Requires a space before '}'. (block-spacing)
(#876) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#876) Missing semicolon. (semi)
(#876) Missing whitespace after semicolon. (semi-spacing)
(#876) Operator '=' must be spaced. (space-infix-ops)
(#876) Requires a space after '{'. (block-spacing)
(#876) Statement inside of curly braces should be on next line. (brace-style)
(#876) Missing space before opening brace. (space-before-blocks)
(#876) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#876) Operator '&&' must be spaced. (space-infix-ops)
(#876) Requires a space before '}'. (block-spacing)
(#876) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#876) Missing semicolon. (semi)
(#876) Missing whitespace after semicolon. (semi-spacing)
(#876) Operator '=' must be spaced. (space-infix-ops)
(#876) A space is required after ','. (comma-spacing)
(#876) Requires a space after '{'. (block-spacing)
(#876) Statement inside of curly braces should be on next line. (brace-style)
(#876) Missing space before opening brace. (space-before-blocks)
(#876) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#876) Operator '?' must be spaced. (space-infix-ops)
(#876) Operator ':' must be spaced. (space-infix-ops)
(#876) A space is required after ','. (comma-spacing)
(#876) Requires a space before '}'. (block-spacing)
(#876) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#876) Missing semicolon. (semi)
(#876) Missing whitespace after semicolon. (semi-spacing)
(#876) Operator '=' must be spaced. (space-infix-ops)
(#876) Requires a space after '{'. (block-spacing)
(#876) Statement inside of curly braces should be on next line. (brace-style)
(#876) Missing space before opening brace. (space-before-blocks)
(#876) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#876) Operator '?' must be spaced. (space-infix-ops)
(#876) Operator ':' must be spaced. (space-infix-ops)
(#876) Requires a space before '}'. (block-spacing)
(#876) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#876) Missing semicolon. (semi)
(#876) Missing whitespace after semicolon. (semi-spacing)
(#876) Operator '=' must be spaced. (space-infix-ops)
(#876) Requires a space after '{'. (block-spacing)
(#876) Statement inside of curly braces should be on next line. (brace-style)
(#876) Missing space before opening brace. (space-before-blocks)
(#876) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#876) Operator '&&' must be spaced. (space-infix-ops)
(#876) Do not nest ternary expressions. (no-nested-ternary)
(#876) Operator '===' must be spaced. (space-infix-ops)
(#876) Operator '?' must be spaced. (space-infix-ops)
(#876) Operator ':' must be spaced. (space-infix-ops)
(#877) This line has a length of 528. Maximum allowed is 132. (max-len)
(#877) Do not nest ternary expressions. (no-nested-ternary)
(#877) Operator '===' must be spaced. (space-infix-ops)
(#877) Operator '?' must be spaced. (space-infix-ops)
(#877) Operator ':' must be spaced. (space-infix-ops)
(#877) Do not nest ternary expressions. (no-nested-ternary)
(#877) Operator '===' must be spaced. (space-infix-ops)
(#877) Operator '?' must be spaced. (space-infix-ops)
(#877) Operator ':' must be spaced. (space-infix-ops)
(#877) Do not nest ternary expressions. (no-nested-ternary)
(#877) Operator '===' must be spaced. (space-infix-ops)
(#877) Operator '?' must be spaced. (space-infix-ops)
(#877) Operator ':' must be spaced. (space-infix-ops)
(#877) Do not nest ternary expressions. (no-nested-ternary)
(#877) Operator '===' must be spaced. (space-infix-ops)
(#877) Operator '?' must be spaced. (space-infix-ops)
(#877) Operator ':' must be spaced. (space-infix-ops)
(#877) Operator '===' must be spaced. (space-infix-ops)
(#877) Operator '||' must be spaced. (space-infix-ops)
(#877) Operator '===' must be spaced. (space-infix-ops)
(#877) Operator '?' must be spaced. (space-infix-ops)
(#877) Operator ':' must be spaced. (space-infix-ops)
(#877) Operator '===' must be spaced. (space-infix-ops)
(#877) Operator '||' must be spaced. (space-infix-ops)
(#877) Operator '===' must be spaced. (space-infix-ops)
(#877) Operator '&&' must be spaced. (space-infix-ops)
(#877) Missing whitespace after semicolon. (semi-spacing)
(#877) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#877) Operator '&&' must be spaced. (space-infix-ops)
(#877) Requires a space before '}'. (block-spacing)
(#877) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#877) Missing semicolon. (semi)
(#877) Missing whitespace after semicolon. (semi-spacing)
(#877) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#877) Operator '=' must be spaced. (space-infix-ops)
(#877) Requires a space after '{'. (block-spacing)
(#877) Statement inside of curly braces should be on next line. (brace-style)
(#877) Missing space before opening brace. (space-before-blocks)
(#877) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#877) Operator '&&' must be spaced. (space-infix-ops)
(#877) Requires a space before '}'. (block-spacing)
(#877) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#877) Missing semicolon. (semi)
(#877) Missing whitespace after semicolon. (semi-spacing)
(#877) Operator '=' must be spaced. (space-infix-ops)
(#877) Requires a space after '{'. (block-spacing)
(#877) Statement inside of curly braces should be on next line. (brace-style)
(#877) Missing space before opening brace. (space-before-blocks)
(#877) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#877) Operator '&&' must be spaced. (space-infix-ops)
(#878) This line has a length of 180. Maximum allowed is 132. (max-len)
(#878) Requires a space before '}'. (block-spacing)
(#878) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#878) Missing semicolon. (semi)
(#878) Requires a space before '}'. (block-spacing)
(#878) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#878) Missing semicolon. (semi)
(#878) 'ChemDoodle' is not defined. (no-undef)
(#878) A space is required after ','. (comma-spacing)
(#878) 'ChemDoodle' is not defined. (no-undef)
(#878) A space is required after ','. (comma-spacing)
(#878) 'ChemDoodle' is not defined. (no-undef)
(#878) A space is required after ','. (comma-spacing)
(#878) 'ChemDoodle' is not defined. (no-undef)
(#878) A space is required after ','. (comma-spacing)
(#878) 'ChemDoodle' is not defined. (no-undef)
(#878) A space is required after ','. (comma-spacing)
(#878) 'ChemDoodle' is not defined. (no-undef)
(#878) A space is required after ','. (comma-spacing)
(#878) 'ChemDoodle' is not defined. (no-undef)
(#878) A space is required after ','. (comma-spacing)
(#878) A space is required after ','. (comma-spacing)
(#878) 'ChemDoodle' is not defined. (no-undef)
(#879) This line has a length of 502. Maximum allowed is 132. (max-len)
(#879) A space is required after ','. (comma-spacing)
(#879) A space is required after ','. (comma-spacing)
(#879) A space is required after ','. (comma-spacing)
(#879) A space is required after ','. (comma-spacing)
(#879) A space is required after ','. (comma-spacing)
(#879) Requires a space after '{'. (block-spacing)
(#879) Statement inside of curly braces should be on next line. (brace-style)
(#879) Missing space before opening brace. (space-before-blocks)
(#879) Operator '=' must be spaced. (space-infix-ops)
(#879) Requires a space after '{'. (block-spacing)
(#879) Statement inside of curly braces should be on next line. (brace-style)
(#879) Missing space before opening brace. (space-before-blocks)
(#879) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#879) Missing whitespace after semicolon. (semi-spacing)
(#879) Operator '=' must be spaced. (space-infix-ops)
(#879) Requires a space before '}'. (block-spacing)
(#879) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#879) Missing semicolon. (semi)
(#879) Missing whitespace after semicolon. (semi-spacing)
(#879) Operator '=' must be spaced. (space-infix-ops)
(#879) Operator '=' must be spaced. (space-infix-ops)
(#879) Missing '()' invoking a constructor. (new-parens)
(#879) Missing whitespace after semicolon. (semi-spacing)
(#879) Operator '=' must be spaced. (space-infix-ops)
(#879) Missing whitespace after semicolon. (semi-spacing)
(#879) Operator '=' must be spaced. (space-infix-ops)
(#879) Requires a space after '{'. (block-spacing)
(#879) Statement inside of curly braces should be on next line. (brace-style)
(#879) Missing space before opening brace. (space-before-blocks)
(#879) Expected space(s) after "for". (keyword-spacing)
(#879) Operator '=' must be spaced. (space-infix-ops)
(#879) A space is required after ','. (comma-spacing)
(#879) Operator '=' must be spaced. (space-infix-ops)
(#879) Missing whitespace after semicolon. (semi-spacing)
(#879) Operator '<' must be spaced. (space-infix-ops)
(#879) Missing whitespace after semicolon. (semi-spacing)
(#879) Expected { after 'for' condition. (curly)
(#879) Expected space(s) before "this". (keyword-spacing)
(#879) Operator '=' must be spaced. (space-infix-ops)
(#879) Missing whitespace after semicolon. (semi-spacing)
(#879) Operator '=' must be spaced. (space-infix-ops)
(#879) Missing whitespace after semicolon. (semi-spacing)
(#879) Requires a space before '}'. (block-spacing)
(#879) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#879) Missing semicolon. (semi)
(#879) Missing whitespace after semicolon. (semi-spacing)
(#879) Operator '=' must be spaced. (space-infix-ops)
(#879) 'g' is defined but never used. (no-unused-vars)
(#879) Requires a space after '{'. (block-spacing)
(#879) Statement inside of curly braces should be on next line. (brace-style)
(#879) Missing space before opening brace. (space-before-blocks)
(#879) Requires a space before '}'. (block-spacing)
(#879) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#879) Missing semicolon. (semi)
(#879) Missing whitespace after semicolon. (semi-spacing)
(#879) Operator '=' must be spaced. (space-infix-ops)
(#879) 'g' is defined but never used. (no-unused-vars)
(#879) Requires a space after '{'. (block-spacing)
(#879) Statement inside of curly braces should be on next line. (brace-style)
(#879) Missing space before opening brace. (space-before-blocks)
(#879) Requires a space before '}'. (block-spacing)
(#879) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#879) Missing semicolon. (semi)
(#879) Missing whitespace after semicolon. (semi-spacing)
(#879) Operator '=' must be spaced. (space-infix-ops)
(#879) Requires a space after '{'. (block-spacing)
(#879) Statement inside of curly braces should be on next line. (brace-style)
(#879) Missing space before opening brace. (space-before-blocks)
(#879) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#879) Operator '&&' must be spaced. (space-infix-ops)
(#879) Operator '=' must be spaced. (space-infix-ops)
(#879) A space is required after ','. (comma-spacing)
(#879) Operator '=' must be spaced. (space-infix-ops)
(#879) Missing whitespace after semicolon. (semi-spacing)
(#879) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#879) Operator '=' must be spaced. (space-infix-ops)
(#879) A space is required after ','. (comma-spacing)
(#880) This line has a length of 513. Maximum allowed is 132. (max-len)
(#880) A space is required after ','. (comma-spacing)
(#880) Operator '&&' must be spaced. (space-infix-ops)
(#880) Operator '&&' must be spaced. (space-infix-ops)
(#880) Operator '=' must be spaced. (space-infix-ops)
(#880) A space is required after ','. (comma-spacing)
(#880) Operator '=' must be spaced. (space-infix-ops)
(#880) Missing whitespace after semicolon. (semi-spacing)
(#880) Requires a space before '}'. (block-spacing)
(#880) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#880) Missing semicolon. (semi)
(#880) Missing whitespace after semicolon. (semi-spacing)
(#880) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#880) Operator '=' must be spaced. (space-infix-ops)
(#880) Requires a space after '{'. (block-spacing)
(#880) Statement inside of curly braces should be on next line. (brace-style)
(#880) Missing space before opening brace. (space-before-blocks)
(#880) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#880) Operator '&&' must be spaced. (space-infix-ops)
(#880) Missing whitespace after semicolon. (semi-spacing)
(#880) Expected space(s) after "if". (keyword-spacing)
(#880) Requires a space after '{'. (block-spacing)
(#880) Statement inside of curly braces should be on next line. (brace-style)
(#880) Missing space before opening brace. (space-before-blocks)
(#880) Operator '=' must be spaced. (space-infix-ops)
(#880) Missing whitespace after semicolon. (semi-spacing)
(#880) Expected space(s) after "if". (keyword-spacing)
(#880) Requires a space after '{'. (block-spacing)
(#880) Statement inside of curly braces should be on next line. (brace-style)
(#880) Missing space before opening brace. (space-before-blocks)
(#880) Operator '=' must be spaced. (space-infix-ops)
(#880) Missing whitespace after semicolon. (semi-spacing)
(#880) Operator '=' must be spaced. (space-infix-ops)
(#880) A space is required after ','. (comma-spacing)
(#880) Requires a space after '{'. (block-spacing)
(#880) Statement inside of curly braces should be on next line. (brace-style)
(#880) Missing space before opening brace. (space-before-blocks)
(#880) Operator '!==' must be spaced. (space-infix-ops)
(#880) Requires a space before '}'. (block-spacing)
(#880) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#880) Missing semicolon. (semi)
(#880) Requires a space before '}'. (block-spacing)
(#880) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#880) Missing semicolon. (semi)
(#880) Expected space(s) before "else". (keyword-spacing)
(#880) Expected { after 'else'. (curly)
(#880) Missing whitespace after semicolon. (semi-spacing)
(#880) Operator '=' must be spaced. (space-infix-ops)
(#880) Missing whitespace after semicolon. (semi-spacing)
(#880) Operator '=' must be spaced. (space-infix-ops)
(#880) Missing whitespace after semicolon. (semi-spacing)
(#880) Requires a space before '}'. (block-spacing)
(#880) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#880) Missing semicolon. (semi)
(#880) Expected space(s) before "if". (keyword-spacing)
(#880) Expected space(s) after "if". (keyword-spacing)
(#880) Operator '===' must be spaced. (space-infix-ops)
(#881) This line has a length of 513. Maximum allowed is 132. (max-len)
(#881) Requires a space after '{'. (block-spacing)
(#881) Statement inside of curly braces should be on next line. (brace-style)
(#881) Missing space before opening brace. (space-before-blocks)
(#881) Expected space(s) after "switch". (keyword-spacing)
(#881) Requires a space after '{'. (block-spacing)
(#881) Statement inside of curly braces should be on next line. (brace-style)
(#881) Missing space before opening brace. (space-before-blocks)
(#881) Operator '=' must be spaced. (space-infix-ops)
(#881) A space is required after ','. (comma-spacing)
(#881) Missing whitespace after semicolon. (semi-spacing)
(#881) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#881) Missing whitespace after semicolon. (semi-spacing)
(#881) Operator '=' must be spaced. (space-infix-ops)
(#881) A space is required after ','. (comma-spacing)
(#881) A space is required after ','. (comma-spacing)
(#881) Missing whitespace after semicolon. (semi-spacing)
(#881) Missing whitespace after semicolon. (semi-spacing)
(#881) Operator '=' must be spaced. (space-infix-ops)
(#881) A space is required after ','. (comma-spacing)
(#881) A space is required after ','. (comma-spacing)
(#881) A space is required after ','. (comma-spacing)
(#881) Requires a space before '}'. (block-spacing)
(#881) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#881) Missing semicolon. (semi)
(#881) Expected space(s) before "this". (keyword-spacing)
(#881) Missing whitespace after semicolon. (semi-spacing)
(#881) 'x' used outside of binding context. (block-scoped-var)
(#881) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#881) Operator '&&' must be spaced. (space-infix-ops)
(#881) A space is required after ','. (comma-spacing)
(#881) 'x' used outside of binding context. (block-scoped-var)
(#881) Requires a space before '}'. (block-spacing)
(#881) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#881) Missing semicolon. (semi)
(#881) Requires a space before '}'. (block-spacing)
(#881) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#881) Requires a space before '}'. (block-spacing)
(#881) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#881) Missing semicolon. (semi)
(#881) 'ChemDoodle' is not defined. (no-undef)
(#881) A space is required after ','. (comma-spacing)
(#881) 'ChemDoodle' is not defined. (no-undef)
(#881) A space is required after ','. (comma-spacing)
(#881) 'ChemDoodle' is not defined. (no-undef)
(#881) A space is required after ','. (comma-spacing)
(#881) 'ChemDoodle' is not defined. (no-undef)
(#882) This line has a length of 416. Maximum allowed is 132. (max-len)
(#882) 'ChemDoodle' is not defined. (no-undef)
(#882) Missing whitespace after semicolon. (semi-spacing)
(#882) A space is required after ','. (comma-spacing)
(#882) 'c' is defined but never used. (no-unused-vars)
(#882) Requires a space after '{'. (block-spacing)
(#882) Statement inside of curly braces should be on next line. (brace-style)
(#882) Missing space before opening brace. (space-before-blocks)
(#882) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#882) Operator '=' must be spaced. (space-infix-ops)
(#882) Requires a space after '{'. (block-spacing)
(#882) Statement inside of curly braces should be on next line. (brace-style)
(#882) Missing space before opening brace. (space-before-blocks)
(#882) Requires a space before '}'. (block-spacing)
(#882) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#882) Missing semicolon. (semi)
(#882) Missing whitespace after semicolon. (semi-spacing)
(#882) Operator '=' must be spaced. (space-infix-ops)
(#882) Missing '()' invoking a constructor. (new-parens)
(#882) Requires a space before '}'. (block-spacing)
(#882) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#882) Missing semicolon. (semi)
(#882) 'ChemDoodle' is not defined. (no-undef)
(#882) Missing whitespace after semicolon. (semi-spacing)
(#882) A space is required after ','. (comma-spacing)
(#882) 'c' is defined but never used. (no-unused-vars)
(#882) Requires a space after '{'. (block-spacing)
(#882) Statement inside of curly braces should be on next line. (brace-style)
(#882) Missing space before opening brace. (space-before-blocks)
(#882) Operator '=' must be spaced. (space-infix-ops)
(#882) Requires a space after '{'. (block-spacing)
(#882) Statement inside of curly braces should be on next line. (brace-style)
(#882) Missing space before opening brace. (space-before-blocks)
(#882) Operator '=' must be spaced. (space-infix-ops)
(#882) Missing whitespace after semicolon. (semi-spacing)
(#882) Operator '=' must be spaced. (space-infix-ops)
(#882) Missing whitespace after semicolon. (semi-spacing)
(#882) Operator '=' must be spaced. (space-infix-ops)
(#882) Missing whitespace after semicolon. (semi-spacing)
(#882) Operator '=' must be spaced. (space-infix-ops)
(#882) Requires a space after '{'. (block-spacing)
(#882) Statement inside of curly braces should be on next line. (brace-style)
(#882) Missing space before opening brace. (space-before-blocks)
(#882) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#882) Operator '!==' must be spaced. (space-infix-ops)
(#882) Operator '&&' must be spaced. (space-infix-ops)
(#882) A space is required after ','. (comma-spacing)
(#882) Operator '=' must be spaced. (space-infix-ops)
(#882) A space is required after ','. (comma-spacing)
(#882) Requires a space before '}'. (block-spacing)
(#882) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#882) Missing semicolon. (semi)
(#882) Missing whitespace after semicolon. (semi-spacing)
(#882) Operator '=' must be spaced. (space-infix-ops)
(#882) Requires a space after '{'. (block-spacing)
(#882) Statement inside of curly braces should be on next line. (brace-style)
(#882) Missing space before opening brace. (space-before-blocks)
(#882) Requires a space before '}'. (block-spacing)
(#882) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#882) Missing semicolon. (semi)
(#882) Requires a space before '}'. (block-spacing)
(#882) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#882) Missing semicolon. (semi)
(#882) Requires a space before '}'. (block-spacing)
(#882) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#882) Missing semicolon. (semi)
(#882) 'ChemDoodle' is not defined. (no-undef)
(#883) This line has a length of 543. Maximum allowed is 132. (max-len)
(#883) A space is required after ','. (comma-spacing)
(#883) A space is required after ','. (comma-spacing)
(#883) A space is required after ','. (comma-spacing)
(#883) A space is required after ','. (comma-spacing)
(#883) A space is required after ','. (comma-spacing)
(#883) A space is required after ','. (comma-spacing)
(#883) A space is required after ','. (comma-spacing)
(#883) A space is required after ','. (comma-spacing)
(#883) A space is required after ','. (comma-spacing)
(#883) A space is required after ','. (comma-spacing)
(#883) A space is required after ','. (comma-spacing)
(#883) A space is required after ','. (comma-spacing)
(#883) 'q' is defined but never used. (no-unused-vars)
(#883) Requires a space after '{'. (block-spacing)
(#883) Statement inside of curly braces should be on next line. (brace-style)
(#883) Missing space before opening brace. (space-before-blocks)
(#883) Operator '=' must be spaced. (space-infix-ops)
(#883) Requires a space after '{'. (block-spacing)
(#883) Statement inside of curly braces should be on next line. (brace-style)
(#883) Missing space before opening brace. (space-before-blocks)
(#883) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#883) Operator '=' must be spaced. (space-infix-ops)
(#883) Missing whitespace after semicolon. (semi-spacing)
(#883) Operator '=' must be spaced. (space-infix-ops)
(#883) Operator '+' must be spaced. (space-infix-ops)
(#883) A space is required after ','. (comma-spacing)
(#883) A space is required after ','. (comma-spacing)
(#883) A space is required after ','. (comma-spacing)
(#883) Requires a space after '{'. (block-spacing)
(#883) Statement inside of curly braces should be on next line. (brace-style)
(#883) Missing space before opening brace. (space-before-blocks)
(#883) Requires a space before '}'. (block-spacing)
(#883) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#883) Missing semicolon. (semi)
(#883) Missing whitespace after semicolon. (semi-spacing)
(#883) Operator '=' must be spaced. (space-infix-ops)
(#883) Operator '+' must be spaced. (space-infix-ops)
(#883) A space is required after ','. (comma-spacing)
(#883) A space is required after ','. (comma-spacing)
(#883) A space is required after ','. (comma-spacing)
(#883) Requires a space after '{'. (block-spacing)
(#883) Statement inside of curly braces should be on next line. (brace-style)
(#883) Missing space before opening brace. (space-before-blocks)
(#883) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#883) Operator '?' must be spaced. (space-infix-ops)
(#883) Operator ':' must be spaced. (space-infix-ops)
(#883) Missing whitespace after semicolon. (semi-spacing)
(#883) Requires a space before '}'. (block-spacing)
(#883) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#883) Missing semicolon. (semi)
(#883) Missing whitespace after semicolon. (semi-spacing)
(#883) Operator '=' must be spaced. (space-infix-ops)
(#883) Operator '+' must be spaced. (space-infix-ops)
(#883) A space is required after ','. (comma-spacing)
(#883) A space is required after ','. (comma-spacing)
(#883) A space is required after ','. (comma-spacing)
(#883) Requires a space after '{'. (block-spacing)
(#883) Statement inside of curly braces should be on next line. (brace-style)
(#883) Missing space before opening brace. (space-before-blocks)
(#883) Requires a space before '}'. (block-spacing)
(#883) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#883) Missing semicolon. (semi)
(#884) This line has a length of 501. Maximum allowed is 132. (max-len)
(#884) Operator '=' must be spaced. (space-infix-ops)
(#884) Operator '+' must be spaced. (space-infix-ops)
(#884) A space is required after ','. (comma-spacing)
(#884) A space is required after ','. (comma-spacing)
(#884) A space is required after ','. (comma-spacing)
(#884) Requires a space after '{'. (block-spacing)
(#884) Statement inside of curly braces should be on next line. (brace-style)
(#884) Missing space before opening brace. (space-before-blocks)
(#884) Operator '=' must be spaced. (space-infix-ops)
(#884) Missing whitespace after semicolon. (semi-spacing)
(#884) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#884) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#884) Operator '&&' must be spaced. (space-infix-ops)
(#884) A space is required after ','. (comma-spacing)
(#884) Missing space before value for key 'descriptors'. (key-spacing)
(#884) A space is required after ','. (comma-spacing)
(#884) Requires a space after '{'. (block-spacing)
(#884) Statement inside of curly braces should be on next line. (brace-style)
(#884) Missing space before opening brace. (space-before-blocks)
(#884) Missing JSDoc comment. (require-jsdoc)
(#884) A space is required after ','. (comma-spacing)
(#884) A space is required after ','. (comma-spacing)
(#884) Requires a space after '{'. (block-spacing)
(#884) Statement inside of curly braces should be on next line. (brace-style)
(#884) Missing space before opening brace. (space-before-blocks)
(#884) Missing whitespace after semicolon. (semi-spacing)
(#884) Missing whitespace after semicolon. (semi-spacing)
(#884) Expected space(s) after "for". (keyword-spacing)
(#884) Operator '=' must be spaced. (space-infix-ops)
(#884) Operator '+' must be spaced. (space-infix-ops)
(#884) Missing whitespace after semicolon. (semi-spacing)
(#884) Operator '>' must be spaced. (space-infix-ops)
(#884) Missing whitespace after semicolon. (semi-spacing)
(#884) Expected { after 'for' condition. (curly)
(#884) Missing whitespace after semicolon. (semi-spacing)
(#884) Missing whitespace after semicolon. (semi-spacing)
(#884) Missing whitespace after semicolon. (semi-spacing)
(#884) Missing whitespace after semicolon. (semi-spacing)
(#884) Requires a space before '}'. (block-spacing)
(#884) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#884) Missing semicolon. (semi)
(#884) Expected space(s) before "var". (keyword-spacing)
(#884) Operator '=' must be spaced. (space-infix-ops)
(#884) Missing whitespace after semicolon. (semi-spacing)
(#884) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#884) A space is required after ','. (comma-spacing)
(#884) A space is required after ','. (comma-spacing)
(#884) Missing whitespace after semicolon. (semi-spacing)
(#884) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#884) A space is required after ','. (comma-spacing)
(#884) A space is required after ','. (comma-spacing)
(#884) Missing whitespace after semicolon. (semi-spacing)
(#884) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#884) A space is required after ','. (comma-spacing)
(#884) A space is required after ','. (comma-spacing)
(#884) Missing whitespace after semicolon. (semi-spacing)
(#884) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#885) This line has a length of 520. Maximum allowed is 132. (max-len)
(#885) A space is required after ','. (comma-spacing)
(#885) Missing whitespace after semicolon. (semi-spacing)
(#885) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#885) A space is required after ','. (comma-spacing)
(#885) A space is required after ','. (comma-spacing)
(#885) Missing whitespace after semicolon. (semi-spacing)
(#885) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#885) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#885) A space is required after ','. (comma-spacing)
(#885) A space is required after ','. (comma-spacing)
(#885) Missing whitespace after semicolon. (semi-spacing)
(#885) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#885) A space is required after ','. (comma-spacing)
(#885) A space is required after ','. (comma-spacing)
(#885) Missing whitespace after semicolon. (semi-spacing)
(#885) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#885) A space is required after ','. (comma-spacing)
(#885) A space is required after ','. (comma-spacing)
(#885) Missing whitespace after semicolon. (semi-spacing)
(#885) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#885) A space is required after ','. (comma-spacing)
(#885) A space is required after ','. (comma-spacing)
(#885) Missing whitespace after semicolon. (semi-spacing)
(#885) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#885) A space is required after ','. (comma-spacing)
(#885) A space is required after ','. (comma-spacing)
(#885) Missing whitespace after semicolon. (semi-spacing)
(#885) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#885) A space is required after ','. (comma-spacing)
(#885) A space is required after ','. (comma-spacing)
(#885) Missing whitespace after semicolon. (semi-spacing)
(#885) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#885) A space is required after ','. (comma-spacing)
(#885) A space is required after ','. (comma-spacing)
(#885) Missing whitespace after semicolon. (semi-spacing)
(#885) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#885) A space is required after ','. (comma-spacing)
(#885) A space is required after ','. (comma-spacing)
(#885) Missing whitespace after semicolon. (semi-spacing)
(#885) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#885) A space is required after ','. (comma-spacing)
(#885) A space is required after ','. (comma-spacing)
(#885) Missing whitespace after semicolon. (semi-spacing)
(#885) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#885) A space is required after ','. (comma-spacing)
(#885) A space is required after ','. (comma-spacing)
(#885) Missing whitespace after semicolon. (semi-spacing)
(#885) Missing whitespace after semicolon. (semi-spacing)
(#885) Requires a space before '}'. (block-spacing)
(#885) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#885) Missing semicolon. (semi)
(#885) Requires a space before '}'. (block-spacing)
(#885) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#885) Missing semicolon. (semi)
(#885) Missing whitespace after semicolon. (semi-spacing)
(#885) Operator '=' must be spaced. (space-infix-ops)
(#886) This line has a length of 517. Maximum allowed is 132. (max-len)
(#886) Operator '+' must be spaced. (space-infix-ops)
(#886) A space is required after ','. (comma-spacing)
(#886) A space is required after ','. (comma-spacing)
(#886) A space is required after ','. (comma-spacing)
(#886) Requires a space after '{'. (block-spacing)
(#886) Statement inside of curly braces should be on next line. (brace-style)
(#886) Missing space before opening brace. (space-before-blocks)
(#886) Requires a space before '}'. (block-spacing)
(#886) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#886) Missing semicolon. (semi)
(#886) Missing whitespace after semicolon. (semi-spacing)
(#886) Operator '=' must be spaced. (space-infix-ops)
(#886) Missing whitespace after semicolon. (semi-spacing)
(#886) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#886) Operator '=' must be spaced. (space-infix-ops)
(#886) Operator '+' must be spaced. (space-infix-ops)
(#886) A space is required after ','. (comma-spacing)
(#886) A space is required after ','. (comma-spacing)
(#886) A space is required after ','. (comma-spacing)
(#886) Requires a space after '{'. (block-spacing)
(#886) Statement inside of curly braces should be on next line. (brace-style)
(#886) Missing space before opening brace. (space-before-blocks)
(#886) Missing whitespace after semicolon. (semi-spacing)
(#886) Requires a space before '}'. (block-spacing)
(#886) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#886) Missing semicolon. (semi)
(#886) Missing whitespace after semicolon. (semi-spacing)
(#886) Operator '=' must be spaced. (space-infix-ops)
(#886) Operator '+' must be spaced. (space-infix-ops)
(#886) A space is required after ','. (comma-spacing)
(#886) A space is required after ','. (comma-spacing)
(#886) A space is required after ','. (comma-spacing)
(#886) Requires a space after '{'. (block-spacing)
(#886) Statement inside of curly braces should be on next line. (brace-style)
(#886) Missing space before opening brace. (space-before-blocks)
(#886) Requires a space before '}'. (block-spacing)
(#886) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#886) Missing semicolon. (semi)
(#886) Missing whitespace after semicolon. (semi-spacing)
(#886) Operator '=' must be spaced. (space-infix-ops)
(#887) This line has a length of 507. Maximum allowed is 132. (max-len)
(#887) Operator '+' must be spaced. (space-infix-ops)
(#887) A space is required after ','. (comma-spacing)
(#887) A space is required after ','. (comma-spacing)
(#887) A space is required after ','. (comma-spacing)
(#887) Requires a space after '{'. (block-spacing)
(#887) Statement inside of curly braces should be on next line. (brace-style)
(#887) Missing space before opening brace. (space-before-blocks)
(#887) Requires a space before '}'. (block-spacing)
(#887) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#887) Missing semicolon. (semi)
(#887) Missing whitespace after semicolon. (semi-spacing)
(#887) Operator '=' must be spaced. (space-infix-ops)
(#887) Operator '+' must be spaced. (space-infix-ops)
(#887) A space is required after ','. (comma-spacing)
(#887) A space is required after ','. (comma-spacing)
(#887) A space is required after ','. (comma-spacing)
(#887) Requires a space after '{'. (block-spacing)
(#887) Statement inside of curly braces should be on next line. (brace-style)
(#887) Missing space before opening brace. (space-before-blocks)
(#887) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#887) Operator '=' must be spaced. (space-infix-ops)
(#887) Missing whitespace after semicolon. (semi-spacing)
(#887) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#887) Operator '&&' must be spaced. (space-infix-ops)
(#887) A space is required after ','. (comma-spacing)
(#887) Missing space before value for key 'dimension'. (key-spacing)
(#887) A space is required after ','. (comma-spacing)
(#887) Requires a space after '{'. (block-spacing)
(#887) Statement inside of curly braces should be on next line. (brace-style)
(#887) Missing space before opening brace. (space-before-blocks)
(#887) A space is required after ','. (comma-spacing)
(#887) Requires a space before '}'. (block-spacing)
(#887) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#887) Missing semicolon. (semi)
(#887) Requires a space before '}'. (block-spacing)
(#887) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#887) Missing semicolon. (semi)
(#887) Missing whitespace after semicolon. (semi-spacing)
(#887) Missing whitespace after semicolon. (semi-spacing)
(#887) Missing whitespace after semicolon. (semi-spacing)
(#887) Requires a space before '}'. (block-spacing)
(#887) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#887) Missing semicolon. (semi)
(#887) Missing whitespace after semicolon. (semi-spacing)
(#887) Operator '=' must be spaced. (space-infix-ops)
(#887) Missing whitespace after semicolon. (semi-spacing)
(#887) Operator '=' must be spaced. (space-infix-ops)
(#887) Requires a space after '{'. (block-spacing)
(#887) Statement inside of curly braces should be on next line. (brace-style)
(#887) Missing space before opening brace. (space-before-blocks)
(#887) Operator '=' must be spaced. (space-infix-ops)
(#887) A space is required after ','. (comma-spacing)
(#887) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#887) Operator '=' must be spaced. (space-infix-ops)
(#887) Operator '+' must be spaced. (space-infix-ops)
(#888) This line has a length of 517. Maximum allowed is 132. (max-len)
(#888) Missing whitespace after semicolon. (semi-spacing)
(#888) Missing whitespace after semicolon. (semi-spacing)
(#888) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#888) Missing whitespace after semicolon. (semi-spacing)
(#888) Missing whitespace after semicolon. (semi-spacing)
(#888) Missing whitespace after semicolon. (semi-spacing)
(#888) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#888) Operator '&&' must be spaced. (space-infix-ops)
(#888) A space is required after ','. (comma-spacing)
(#888) Missing whitespace after semicolon. (semi-spacing)
(#888) Missing whitespace after semicolon. (semi-spacing)
(#888) Missing whitespace after semicolon. (semi-spacing)
(#888) Missing whitespace after semicolon. (semi-spacing)
(#888) Missing whitespace after semicolon. (semi-spacing)
(#888) Missing whitespace after semicolon. (semi-spacing)
(#888) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#888) Operator '&&' must be spaced. (space-infix-ops)
(#888) Missing whitespace after semicolon. (semi-spacing)
(#889) This line has a length of 521. Maximum allowed is 132. (max-len)
(#889) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#889) Operator '?' must be spaced. (space-infix-ops)
(#889) Operator '+' must be spaced. (space-infix-ops)
(#889) Operator ':' must be spaced. (space-infix-ops)
(#889) Requires a space before '}'. (block-spacing)
(#889) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#889) Missing semicolon. (semi)
(#889) Missing whitespace after semicolon. (semi-spacing)
(#889) Operator '=' must be spaced. (space-infix-ops)
(#889) Requires a space after '{'. (block-spacing)
(#889) Statement inside of curly braces should be on next line. (brace-style)
(#889) Missing space before opening brace. (space-before-blocks)
(#889) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#889) Missing whitespace after semicolon. (semi-spacing)
(#889) Missing whitespace after semicolon. (semi-spacing)
(#889) Missing whitespace after semicolon. (semi-spacing)
(#889) Missing whitespace after semicolon. (semi-spacing)
(#889) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#889) Operator '&&' must be spaced. (space-infix-ops)
(#889) Missing whitespace after semicolon. (semi-spacing)
(#889) Missing whitespace after semicolon. (semi-spacing)
(#889) Missing whitespace after semicolon. (semi-spacing)
(#889) Missing whitespace after semicolon. (semi-spacing)
(#889) Missing whitespace after semicolon. (semi-spacing)
(#889) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#889) Operator '&&' must be spaced. (space-infix-ops)
(#889) A space is required after ','. (comma-spacing)
(#889) Missing whitespace after semicolon. (semi-spacing)
(#889) Missing whitespace after semicolon. (semi-spacing)
(#890) This line has a length of 514. Maximum allowed is 132. (max-len)
(#890) Requires a space before '}'. (block-spacing)
(#890) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#890) Missing semicolon. (semi)
(#890) Missing whitespace after semicolon. (semi-spacing)
(#890) Operator '=' must be spaced. (space-infix-ops)
(#890) Requires a space after '{'. (block-spacing)
(#890) Statement inside of curly braces should be on next line. (brace-style)
(#890) Missing space before opening brace. (space-before-blocks)
(#890) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#890) Operator '=' must be spaced. (space-infix-ops)
(#890) Operator '+' must be spaced. (space-infix-ops)
(#890) Missing whitespace after semicolon. (semi-spacing)
(#890) Operator '=' must be spaced. (space-infix-ops)
(#890) Missing whitespace after semicolon. (semi-spacing)
(#890) Operator '=' must be spaced. (space-infix-ops)
(#890) Operator '+' must be spaced. (space-infix-ops)
(#890) A space is required after ','. (comma-spacing)
(#890) A space is required after ','. (comma-spacing)
(#890) A space is required after ','. (comma-spacing)
(#890) Requires a space after '{'. (block-spacing)
(#890) Statement inside of curly braces should be on next line. (brace-style)
(#890) Missing space before opening brace. (space-before-blocks)
(#890) A space is required after ','. (comma-spacing)
(#890) Requires a space before '}'. (block-spacing)
(#890) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#890) Missing semicolon. (semi)
(#890) Missing whitespace after semicolon. (semi-spacing)
(#890) Missing whitespace after semicolon. (semi-spacing)
(#890) Operator '=' must be spaced. (space-infix-ops)
(#890) Operator '+' must be spaced. (space-infix-ops)
(#890) A space is required after ','. (comma-spacing)
(#890) A space is required after ','. (comma-spacing)
(#890) A space is required after ','. (comma-spacing)
(#890) Requires a space after '{'. (block-spacing)
(#890) Statement inside of curly braces should be on next line. (brace-style)
(#890) Missing space before opening brace. (space-before-blocks)
(#890) A space is required after ','. (comma-spacing)
(#890) Requires a space before '}'. (block-spacing)
(#890) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#890) Missing semicolon. (semi)
(#890) Missing whitespace after semicolon. (semi-spacing)
(#890) Requires a space before '}'. (block-spacing)
(#890) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#890) Missing semicolon. (semi)
(#891) This line has a length of 523. Maximum allowed is 132. (max-len)
(#891) Operator '=' must be spaced. (space-infix-ops)
(#891) Requires a space after '{'. (block-spacing)
(#891) Statement inside of curly braces should be on next line. (brace-style)
(#891) Missing space before opening brace. (space-before-blocks)
(#891) Operator '=' must be spaced. (space-infix-ops)
(#891) Operator '+' must be spaced. (space-infix-ops)
(#891) Missing whitespace after semicolon. (semi-spacing)
(#891) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#891) Operator '=' must be spaced. (space-infix-ops)
(#891) Missing whitespace after semicolon. (semi-spacing)
(#891) Operator '=' must be spaced. (space-infix-ops)
(#891) Operator '+' must be spaced. (space-infix-ops)
(#891) A space is required after ','. (comma-spacing)
(#891) A space is required after ','. (comma-spacing)
(#891) A space is required after ','. (comma-spacing)
(#891) Requires a space after '{'. (block-spacing)
(#891) Statement inside of curly braces should be on next line. (brace-style)
(#891) Missing space before opening brace. (space-before-blocks)
(#891) Requires a space before '}'. (block-spacing)
(#891) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#891) Missing semicolon. (semi)
(#891) Missing whitespace after semicolon. (semi-spacing)
(#891) Missing whitespace after semicolon. (semi-spacing)
(#891) Operator '=' must be spaced. (space-infix-ops)
(#891) Operator '+' must be spaced. (space-infix-ops)
(#891) A space is required after ','. (comma-spacing)
(#891) A space is required after ','. (comma-spacing)
(#891) A space is required after ','. (comma-spacing)
(#891) Requires a space after '{'. (block-spacing)
(#891) Statement inside of curly braces should be on next line. (brace-style)
(#891) Missing space before opening brace. (space-before-blocks)
(#891) Requires a space before '}'. (block-spacing)
(#891) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#891) Missing semicolon. (semi)
(#891) Missing whitespace after semicolon. (semi-spacing)
(#891) Requires a space before '}'. (block-spacing)
(#891) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#891) Missing semicolon. (semi)
(#891) Missing whitespace after semicolon. (semi-spacing)
(#891) Operator '=' must be spaced. (space-infix-ops)
(#891) Requires a space after '{'. (block-spacing)
(#891) Statement inside of curly braces should be on next line. (brace-style)
(#891) Missing space before opening brace. (space-before-blocks)
(#891) Operator '=' must be spaced. (space-infix-ops)
(#891) Operator '+' must be spaced. (space-infix-ops)
(#892) This line has a length of 520. Maximum allowed is 132. (max-len)
(#892) Missing whitespace after semicolon. (semi-spacing)
(#892) Operator '=' must be spaced. (space-infix-ops)
(#892) Operator '+' must be spaced. (space-infix-ops)
(#892) A space is required after ','. (comma-spacing)
(#892) A space is required after ','. (comma-spacing)
(#892) A space is required after ','. (comma-spacing)
(#892) Requires a space after '{'. (block-spacing)
(#892) Statement inside of curly braces should be on next line. (brace-style)
(#892) Missing space before opening brace. (space-before-blocks)
(#892) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#892) Operator '=' must be spaced. (space-infix-ops)
(#892) Missing whitespace after semicolon. (semi-spacing)
(#892) Missing whitespace after semicolon. (semi-spacing)
(#892) Requires a space before '}'. (block-spacing)
(#892) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#892) Missing semicolon. (semi)
(#892) Missing whitespace after semicolon. (semi-spacing)
(#892) Missing whitespace after semicolon. (semi-spacing)
(#892) Operator '=' must be spaced. (space-infix-ops)
(#892) Operator '+' must be spaced. (space-infix-ops)
(#892) A space is required after ','. (comma-spacing)
(#892) A space is required after ','. (comma-spacing)
(#892) A space is required after ','. (comma-spacing)
(#892) Requires a space after '{'. (block-spacing)
(#892) Statement inside of curly braces should be on next line. (brace-style)
(#892) Missing space before opening brace. (space-before-blocks)
(#892) Operator '=' must be spaced. (space-infix-ops)
(#892) Missing whitespace after semicolon. (semi-spacing)
(#893) This line has a length of 504. Maximum allowed is 132. (max-len)
(#893) Requires a space before '}'. (block-spacing)
(#893) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#893) Missing semicolon. (semi)
(#893) Missing whitespace after semicolon. (semi-spacing)
(#893) Missing whitespace after semicolon. (semi-spacing)
(#893) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#893) Operator '=' must be spaced. (space-infix-ops)
(#893) Operator '+' must be spaced. (space-infix-ops)
(#893) A space is required after ','. (comma-spacing)
(#893) A space is required after ','. (comma-spacing)
(#893) A space is required after ','. (comma-spacing)
(#893) Requires a space after '{'. (block-spacing)
(#893) Statement inside of curly braces should be on next line. (brace-style)
(#893) Missing space before opening brace. (space-before-blocks)
(#893) Operator '=' must be spaced. (space-infix-ops)
(#893) Missing whitespace after semicolon. (semi-spacing)
(#893) Missing whitespace after semicolon. (semi-spacing)
(#893) Requires a space before '}'. (block-spacing)
(#893) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#893) Missing semicolon. (semi)
(#893) Missing whitespace after semicolon. (semi-spacing)
(#893) Requires a space before '}'. (block-spacing)
(#893) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#893) Missing semicolon. (semi)
(#893) Requires a space before '}'. (block-spacing)
(#893) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#893) Missing semicolon. (semi)
(#893) 'ChemDoodle' is not defined. (no-undef)
(#893) A space is required after ','. (comma-spacing)
(#893) 'ChemDoodle' is not defined. (no-undef)
(#893) A space is required after ','. (comma-spacing)
(#893) 'ChemDoodle' is not defined. (no-undef)
(#893) A space is required after ','. (comma-spacing)
(#893) 'ChemDoodle' is not defined. (no-undef)
(#894) This line has a length of 174. Maximum allowed is 132. (max-len)
(#894) 'ChemDoodle' is not defined. (no-undef)
(#894) A space is required after ','. (comma-spacing)
(#894) 'ChemDoodle' is not defined. (no-undef)
(#894) A space is required after ','. (comma-spacing)
(#894) 'ChemDoodle' is not defined. (no-undef)
(#894) A space is required after ','. (comma-spacing)
(#894) 'ChemDoodle' is not defined. (no-undef)
(#894) A space is required after ','. (comma-spacing)
(#894) 'ChemDoodle' is not defined. (no-undef)
(#894) A space is required after ','. (comma-spacing)
(#894) 'ChemDoodle' is not defined. (no-undef)
(#894) A space is required after ','. (comma-spacing)
(#894) 'ChemDoodle' is not defined. (no-undef)
(#894) A space is required after ','. (comma-spacing)
(#895) This line has a length of 518. Maximum allowed is 132. (max-len)
(#895) A space is required after ','. (comma-spacing)
(#895) A space is required after ','. (comma-spacing)
(#895) A space is required after ','. (comma-spacing)
(#895) A space is required after ','. (comma-spacing)
(#895) 'p' is defined but never used. (no-unused-vars)
(#895) Requires a space after '{'. (block-spacing)
(#895) Statement inside of curly braces should be on next line. (brace-style)
(#895) Missing space before opening brace. (space-before-blocks)
(#895) Operator '=' must be spaced. (space-infix-ops)
(#895) A space is required after ','. (comma-spacing)
(#895) Requires a space after '{'. (block-spacing)
(#895) Statement inside of curly braces should be on next line. (brace-style)
(#895) Missing space before opening brace. (space-before-blocks)
(#895) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#895) Operator '=' must be spaced. (space-infix-ops)
(#895) Missing whitespace after semicolon. (semi-spacing)
(#895) Operator '=' must be spaced. (space-infix-ops)
(#895) Operator '+' must be spaced. (space-infix-ops)
(#895) Requires a space before '}'. (block-spacing)
(#895) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#895) Missing semicolon. (semi)
(#895) Missing whitespace after semicolon. (semi-spacing)
(#895) Operator '=' must be spaced. (space-infix-ops)
(#895) Operator '=' must be spaced. (space-infix-ops)
(#895) Missing '()' invoking a constructor. (new-parens)
(#895) Missing whitespace after semicolon. (semi-spacing)
(#895) Operator '=' must be spaced. (space-infix-ops)
(#895) Missing whitespace after semicolon. (semi-spacing)
(#895) Operator '=' must be spaced. (space-infix-ops)
(#895) Requires a space after '{'. (block-spacing)
(#895) Statement inside of curly braces should be on next line. (brace-style)
(#895) Missing space before opening brace. (space-before-blocks)
(#895) Operator '=' must be spaced. (space-infix-ops)
(#895) Operator '+' must be spaced. (space-infix-ops)
(#895) Missing whitespace after semicolon. (semi-spacing)
(#895) Operator '=' must be spaced. (space-infix-ops)
(#895) Operator '+' must be spaced. (space-infix-ops)
(#895) A space is required after ','. (comma-spacing)
(#895) A space is required after ','. (comma-spacing)
(#895) Requires a space after '{'. (block-spacing)
(#895) Statement inside of curly braces should be on next line. (brace-style)
(#895) Missing space before opening brace. (space-before-blocks)
(#895) Identifier 'projectionPerspective_3D' is not in camel case. (camelcase)
(#895) Operator '=' must be spaced. (space-infix-ops)
(#895) Missing whitespace after semicolon. (semi-spacing)
(#895) Missing whitespace after semicolon. (semi-spacing)
(#895) 'editor' is not defined. (no-undef)
(#895) Requires a space before '}'. (block-spacing)
(#895) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#895) Missing semicolon. (semi)
(#895) Missing whitespace after semicolon. (semi-spacing)
(#895) Missing whitespace after semicolon. (semi-spacing)
(#895) Operator '=' must be spaced. (space-infix-ops)
(#896) This line has a length of 502. Maximum allowed is 132. (max-len)
(#896) Operator '+' must be spaced. (space-infix-ops)
(#896) A space is required after ','. (comma-spacing)
(#896) A space is required after ','. (comma-spacing)
(#896) Requires a space after '{'. (block-spacing)
(#896) Statement inside of curly braces should be on next line. (brace-style)
(#896) Missing space before opening brace. (space-before-blocks)
(#896) Identifier 'projectionPerspective_3D' is not in camel case. (camelcase)
(#896) Operator '=' must be spaced. (space-infix-ops)
(#896) Missing whitespace after semicolon. (semi-spacing)
(#896) Missing whitespace after semicolon. (semi-spacing)
(#896) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#896) 'editor' is not defined. (no-undef)
(#896) Requires a space before '}'. (block-spacing)
(#896) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#896) Missing semicolon. (semi)
(#896) Missing whitespace after semicolon. (semi-spacing)
(#896) Requires a space before '}'. (block-spacing)
(#896) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#896) Missing semicolon. (semi)
(#896) Missing whitespace after semicolon. (semi-spacing)
(#896) Operator '=' must be spaced. (space-infix-ops)
(#896) Requires a space after '{'. (block-spacing)
(#896) Statement inside of curly braces should be on next line. (brace-style)
(#896) Missing space before opening brace. (space-before-blocks)
(#896) Operator '=' must be spaced. (space-infix-ops)
(#896) Operator '+' must be spaced. (space-infix-ops)
(#896) Missing whitespace after semicolon. (semi-spacing)
(#896) Operator '=' must be spaced. (space-infix-ops)
(#896) Missing whitespace after semicolon. (semi-spacing)
(#896) Operator '=' must be spaced. (space-infix-ops)
(#896) Operator '+' must be spaced. (space-infix-ops)
(#896) A space is required after ','. (comma-spacing)
(#896) A space is required after ','. (comma-spacing)
(#896) Requires a space after '{'. (block-spacing)
(#896) Statement inside of curly braces should be on next line. (brace-style)
(#896) Missing space before opening brace. (space-before-blocks)
(#896) Identifier 'atoms_useJMOLColors' is not in camel case. (camelcase)
(#896) Operator '=' must be spaced. (space-infix-ops)
(#896) Missing whitespace after semicolon. (semi-spacing)
(#896) Identifier 'atoms_usePYMOLColors' is not in camel case. (camelcase)
(#896) Operator '=' must be spaced. (space-infix-ops)
(#897) This line has a length of 522. Maximum allowed is 132. (max-len)
(#897) Missing whitespace after semicolon. (semi-spacing)
(#897) Missing whitespace after semicolon. (semi-spacing)
(#897) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#897) 'editor' is not defined. (no-undef)
(#897) Requires a space before '}'. (block-spacing)
(#897) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#897) Missing semicolon. (semi)
(#897) Missing whitespace after semicolon. (semi-spacing)
(#897) Missing whitespace after semicolon. (semi-spacing)
(#897) Operator '=' must be spaced. (space-infix-ops)
(#897) Operator '+' must be spaced. (space-infix-ops)
(#897) A space is required after ','. (comma-spacing)
(#897) A space is required after ','. (comma-spacing)
(#897) Requires a space after '{'. (block-spacing)
(#897) Statement inside of curly braces should be on next line. (brace-style)
(#897) Missing space before opening brace. (space-before-blocks)
(#897) Identifier 'atoms_usePYMOLColors' is not in camel case. (camelcase)
(#897) Operator '=' must be spaced. (space-infix-ops)
(#897) Missing whitespace after semicolon. (semi-spacing)
(#897) Identifier 'atoms_useJMOLColors' is not in camel case. (camelcase)
(#897) Operator '=' must be spaced. (space-infix-ops)
(#897) Missing whitespace after semicolon. (semi-spacing)
(#897) Missing whitespace after semicolon. (semi-spacing)
(#897) 'editor' is not defined. (no-undef)
(#897) Requires a space before '}'. (block-spacing)
(#897) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#897) Missing semicolon. (semi)
(#897) Missing whitespace after semicolon. (semi-spacing)
(#897) Requires a space before '}'. (block-spacing)
(#897) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#897) Missing semicolon. (semi)
(#897) Missing whitespace after semicolon. (semi-spacing)
(#897) Operator '=' must be spaced. (space-infix-ops)
(#897) Requires a space after '{'. (block-spacing)
(#897) Statement inside of curly braces should be on next line. (brace-style)
(#897) Missing space before opening brace. (space-before-blocks)
(#897) Operator '=' must be spaced. (space-infix-ops)
(#897) Operator '+' must be spaced. (space-infix-ops)
(#897) Missing whitespace after semicolon. (semi-spacing)
(#897) Operator '=' must be spaced. (space-infix-ops)
(#897) Missing whitespace after semicolon. (semi-spacing)
(#897) Operator '=' must be spaced. (space-infix-ops)
(#898) This line has a length of 537. Maximum allowed is 132. (max-len)
(#898) Operator '+' must be spaced. (space-infix-ops)
(#898) A space is required after ','. (comma-spacing)
(#898) A space is required after ','. (comma-spacing)
(#898) Requires a space after '{'. (block-spacing)
(#898) Statement inside of curly braces should be on next line. (brace-style)
(#898) Missing space before opening brace. (space-before-blocks)
(#898) Identifier 'bonds_useJMOLColors' is not in camel case. (camelcase)
(#898) Operator '=' must be spaced. (space-infix-ops)
(#898) Missing whitespace after semicolon. (semi-spacing)
(#898) Identifier 'bonds_usePYMOLColors' is not in camel case. (camelcase)
(#898) Operator '=' must be spaced. (space-infix-ops)
(#898) Missing whitespace after semicolon. (semi-spacing)
(#898) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#898) Missing whitespace after semicolon. (semi-spacing)
(#898) 'editor' is not defined. (no-undef)
(#898) Requires a space before '}'. (block-spacing)
(#898) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#898) Missing semicolon. (semi)
(#898) Missing whitespace after semicolon. (semi-spacing)
(#898) Missing whitespace after semicolon. (semi-spacing)
(#898) Operator '=' must be spaced. (space-infix-ops)
(#898) Operator '+' must be spaced. (space-infix-ops)
(#898) A space is required after ','. (comma-spacing)
(#898) A space is required after ','. (comma-spacing)
(#898) Requires a space after '{'. (block-spacing)
(#898) Statement inside of curly braces should be on next line. (brace-style)
(#898) Missing space before opening brace. (space-before-blocks)
(#898) Identifier 'bonds_usePYMOLColors' is not in camel case. (camelcase)
(#898) Operator '=' must be spaced. (space-infix-ops)
(#898) Missing whitespace after semicolon. (semi-spacing)
(#898) Identifier 'bonds_useJMOLColors' is not in camel case. (camelcase)
(#898) Operator '=' must be spaced. (space-infix-ops)
(#898) Missing whitespace after semicolon. (semi-spacing)
(#898) Missing whitespace after semicolon. (semi-spacing)
(#898) 'editor' is not defined. (no-undef)
(#898) Requires a space before '}'. (block-spacing)
(#898) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#898) Missing semicolon. (semi)
(#898) Missing whitespace after semicolon. (semi-spacing)
(#898) Requires a space before '}'. (block-spacing)
(#898) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#898) Missing semicolon. (semi)
(#899) This line has a length of 528. Maximum allowed is 132. (max-len)
(#899) Operator '=' must be spaced. (space-infix-ops)
(#899) Requires a space after '{'. (block-spacing)
(#899) Statement inside of curly braces should be on next line. (brace-style)
(#899) Missing space before opening brace. (space-before-blocks)
(#899) Operator '=' must be spaced. (space-infix-ops)
(#899) Operator '+' must be spaced. (space-infix-ops)
(#899) Missing whitespace after semicolon. (semi-spacing)
(#899) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#899) Operator '=' must be spaced. (space-infix-ops)
(#899) Operator '+' must be spaced. (space-infix-ops)
(#899) A space is required after ','. (comma-spacing)
(#899) A space is required after ','. (comma-spacing)
(#899) Requires a space after '{'. (block-spacing)
(#899) Statement inside of curly braces should be on next line. (brace-style)
(#899) Missing space before opening brace. (space-before-blocks)
(#899) Identifier 'compass_type_3D' is not in camel case. (camelcase)
(#899) Operator '=' must be spaced. (space-infix-ops)
(#899) Missing whitespace after semicolon. (semi-spacing)
(#899) Identifier 'compass_size_3D' is not in camel case. (camelcase)
(#899) Operator '=' must be spaced. (space-infix-ops)
(#899) Missing whitespace after semicolon. (semi-spacing)
(#899) Missing whitespace after semicolon. (semi-spacing)
(#899) Missing whitespace after semicolon. (semi-spacing)
(#899) 'editor' is not defined. (no-undef)
(#899) Requires a space before '}'. (block-spacing)
(#899) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#899) Missing semicolon. (semi)
(#899) Missing whitespace after semicolon. (semi-spacing)
(#899) Missing whitespace after semicolon. (semi-spacing)
(#899) Operator '=' must be spaced. (space-infix-ops)
(#899) Operator '+' must be spaced. (space-infix-ops)
(#899) A space is required after ','. (comma-spacing)
(#899) A space is required after ','. (comma-spacing)
(#899) Requires a space after '{'. (block-spacing)
(#899) Statement inside of curly braces should be on next line. (brace-style)
(#899) Missing space before opening brace. (space-before-blocks)
(#899) Identifier 'compass_type_3D' is not in camel case. (camelcase)
(#899) Operator '=' must be spaced. (space-infix-ops)
(#900) This line has a length of 516. Maximum allowed is 132. (max-len)
(#900) Missing whitespace after semicolon. (semi-spacing)
(#900) Identifier 'compass_size_3D' is not in camel case. (camelcase)
(#900) Operator '=' must be spaced. (space-infix-ops)
(#900) Missing whitespace after semicolon. (semi-spacing)
(#900) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#900) Missing whitespace after semicolon. (semi-spacing)
(#900) Missing whitespace after semicolon. (semi-spacing)
(#900) 'editor' is not defined. (no-undef)
(#900) Requires a space before '}'. (block-spacing)
(#900) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#900) Missing semicolon. (semi)
(#900) Missing whitespace after semicolon. (semi-spacing)
(#900) Requires a space before '}'. (block-spacing)
(#900) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#900) Missing semicolon. (semi)
(#900) Missing whitespace after semicolon. (semi-spacing)
(#900) Operator '=' must be spaced. (space-infix-ops)
(#900) Requires a space after '{'. (block-spacing)
(#900) Statement inside of curly braces should be on next line. (brace-style)
(#900) Missing space before opening brace. (space-before-blocks)
(#900) Operator '=' must be spaced. (space-infix-ops)
(#900) Operator '+' must be spaced. (space-infix-ops)
(#900) Missing whitespace after semicolon. (semi-spacing)
(#900) Operator '=' must be spaced. (space-infix-ops)
(#900) Operator '+' must be spaced. (space-infix-ops)
(#900) A space is required after ','. (comma-spacing)
(#900) A space is required after ','. (comma-spacing)
(#900) Requires a space after '{'. (block-spacing)
(#900) Statement inside of curly braces should be on next line. (brace-style)
(#900) Missing space before opening brace. (space-before-blocks)
(#900) Identifier 'fog_mode_3D' is not in camel case. (camelcase)
(#900) Operator '=' must be spaced. (space-infix-ops)
(#900) Missing whitespace after semicolon. (semi-spacing)
(#900) Missing whitespace after semicolon. (semi-spacing)
(#900) 'editor' is not defined. (no-undef)
(#900) Requires a space before '}'. (block-spacing)
(#900) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#900) Missing semicolon. (semi)
(#900) Missing whitespace after semicolon. (semi-spacing)
(#900) Missing whitespace after semicolon. (semi-spacing)
(#900) Operator '=' must be spaced. (space-infix-ops)
(#900) Operator '+' must be spaced. (space-infix-ops)
(#901) This line has a length of 509. Maximum allowed is 132. (max-len)
(#901) A space is required after ','. (comma-spacing)
(#901) A space is required after ','. (comma-spacing)
(#901) Requires a space after '{'. (block-spacing)
(#901) Statement inside of curly braces should be on next line. (brace-style)
(#901) Missing space before opening brace. (space-before-blocks)
(#901) Identifier 'fog_mode_3D' is not in camel case. (camelcase)
(#901) Operator '=' must be spaced. (space-infix-ops)
(#901) Missing whitespace after semicolon. (semi-spacing)
(#901) Missing whitespace after semicolon. (semi-spacing)
(#901) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#901) 'editor' is not defined. (no-undef)
(#901) Requires a space before '}'. (block-spacing)
(#901) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#901) Missing semicolon. (semi)
(#901) Missing whitespace after semicolon. (semi-spacing)
(#901) Missing whitespace after semicolon. (semi-spacing)
(#901) Operator '=' must be spaced. (space-infix-ops)
(#901) Operator '+' must be spaced. (space-infix-ops)
(#901) A space is required after ','. (comma-spacing)
(#901) A space is required after ','. (comma-spacing)
(#901) Requires a space after '{'. (block-spacing)
(#901) Statement inside of curly braces should be on next line. (brace-style)
(#901) Missing space before opening brace. (space-before-blocks)
(#901) Identifier 'fog_mode_3D' is not in camel case. (camelcase)
(#901) Operator '=' must be spaced. (space-infix-ops)
(#901) Missing whitespace after semicolon. (semi-spacing)
(#901) Missing whitespace after semicolon. (semi-spacing)
(#901) 'editor' is not defined. (no-undef)
(#901) Requires a space before '}'. (block-spacing)
(#901) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#901) Missing semicolon. (semi)
(#901) Missing whitespace after semicolon. (semi-spacing)
(#901) Missing whitespace after semicolon. (semi-spacing)
(#901) Operator '=' must be spaced. (space-infix-ops)
(#901) Operator '+' must be spaced. (space-infix-ops)
(#901) A space is required after ','. (comma-spacing)
(#901) A space is required after ','. (comma-spacing)
(#901) Requires a space after '{'. (block-spacing)
(#901) Statement inside of curly braces should be on next line. (brace-style)
(#901) Missing space before opening brace. (space-before-blocks)
(#901) Identifier 'fog_mode_3D' is not in camel case. (camelcase)
(#901) Operator '=' must be spaced. (space-infix-ops)
(#902) This line has a length of 511. Maximum allowed is 132. (max-len)
(#902) Missing whitespace after semicolon. (semi-spacing)
(#902) Missing whitespace after semicolon. (semi-spacing)
(#902) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#902) 'editor' is not defined. (no-undef)
(#902) Requires a space before '}'. (block-spacing)
(#902) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#902) Missing semicolon. (semi)
(#902) Missing whitespace after semicolon. (semi-spacing)
(#902) Requires a space before '}'. (block-spacing)
(#902) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#902) Missing semicolon. (semi)
(#902) Missing whitespace after semicolon. (semi-spacing)
(#902) Operator '=' must be spaced. (space-infix-ops)
(#902) A space is required after ','. (comma-spacing)
(#902) Requires a space after '{'. (block-spacing)
(#902) Statement inside of curly braces should be on next line. (brace-style)
(#902) Missing space before opening brace. (space-before-blocks)
(#902) Missing whitespace after semicolon. (semi-spacing)
(#902) Operator '=' must be spaced. (space-infix-ops)
(#902) Operator '+' must be spaced. (space-infix-ops)
(#902) A space is required after ','. (comma-spacing)
(#902) A space is required after ','. (comma-spacing)
(#902) Requires a space after '{'. (block-spacing)
(#902) Statement inside of curly braces should be on next line. (brace-style)
(#902) Missing space before opening brace. (space-before-blocks)
(#902) Operator '=' must be spaced. (space-infix-ops)
(#902) Missing whitespace after semicolon. (semi-spacing)
(#902) Missing whitespace after semicolon. (semi-spacing)
(#902) Missing whitespace after semicolon. (semi-spacing)
(#902) Requires a space before '}'. (block-spacing)
(#902) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#902) Missing semicolon. (semi)
(#902) Missing whitespace after semicolon. (semi-spacing)
(#902) Missing whitespace after semicolon. (semi-spacing)
(#902) Operator '=' must be spaced. (space-infix-ops)
(#902) Operator '+' must be spaced. (space-infix-ops)
(#902) A space is required after ','. (comma-spacing)
(#902) A space is required after ','. (comma-spacing)
(#902) Requires a space after '{'. (block-spacing)
(#902) Statement inside of curly braces should be on next line. (brace-style)
(#902) Missing space before opening brace. (space-before-blocks)
(#902) Identifier 'fog_color_3D' is not in camel case. (camelcase)
(#902) Operator '=' must be spaced. (space-infix-ops)
(#902) Missing whitespace after semicolon. (semi-spacing)
(#902) Missing whitespace after semicolon. (semi-spacing)
(#902) Missing whitespace after semicolon. (semi-spacing)
(#902) Requires a space before '}'. (block-spacing)
(#902) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#902) Missing semicolon. (semi)
(#902) Missing whitespace after semicolon. (semi-spacing)
(#902) Operator '=' must be spaced. (space-infix-ops)
(#903) This line has a length of 516. Maximum allowed is 132. (max-len)
(#903) Operator '+' must be spaced. (space-infix-ops)
(#903) A space is required after ','. (comma-spacing)
(#903) A space is required after ','. (comma-spacing)
(#903) Requires a space after '{'. (block-spacing)
(#903) Statement inside of curly braces should be on next line. (brace-style)
(#903) Missing space before opening brace. (space-before-blocks)
(#903) Identifier 'atoms_display' is not in camel case. (camelcase)
(#903) Operator '=' must be spaced. (space-infix-ops)
(#903) Missing whitespace after semicolon. (semi-spacing)
(#903) Missing whitespace after semicolon. (semi-spacing)
(#903) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#903) Requires a space before '}'. (block-spacing)
(#903) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#903) Missing semicolon. (semi)
(#903) A space is required after ','. (comma-spacing)
(#903) Missing whitespace after semicolon. (semi-spacing)
(#903) Operator '=' must be spaced. (space-infix-ops)
(#903) Operator '+' must be spaced. (space-infix-ops)
(#903) A space is required after ','. (comma-spacing)
(#903) A space is required after ','. (comma-spacing)
(#903) Requires a space after '{'. (block-spacing)
(#903) Statement inside of curly braces should be on next line. (brace-style)
(#903) Missing space before opening brace. (space-before-blocks)
(#903) Identifier 'atoms_color' is not in camel case. (camelcase)
(#903) Operator '=' must be spaced. (space-infix-ops)
(#903) Missing whitespace after semicolon. (semi-spacing)
(#903) Missing whitespace after semicolon. (semi-spacing)
(#903) Missing whitespace after semicolon. (semi-spacing)
(#903) Requires a space before '}'. (block-spacing)
(#903) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#903) Missing semicolon. (semi)
(#903) Missing whitespace after semicolon. (semi-spacing)
(#903) Missing whitespace after semicolon. (semi-spacing)
(#903) Operator '=' must be spaced. (space-infix-ops)
(#903) Operator '+' must be spaced. (space-infix-ops)
(#903) A space is required after ','. (comma-spacing)
(#903) A space is required after ','. (comma-spacing)
(#903) Requires a space after '{'. (block-spacing)
(#903) Statement inside of curly braces should be on next line. (brace-style)
(#903) Missing space before opening brace. (space-before-blocks)
(#903) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#903) Operator '?' must be spaced. (space-infix-ops)
(#904) This line has a length of 502. Maximum allowed is 132. (max-len)
(#904) Identifier 'atoms_useJMOLColors' is not in camel case. (camelcase)
(#904) Operator '=' must be spaced. (space-infix-ops)
(#904) Operator ':' must be spaced. (space-infix-ops)
(#904) A space is required after ','. (comma-spacing)
(#904) Identifier 'atoms_useJMOLColors' is not in camel case. (camelcase)
(#904) Operator '=' must be spaced. (space-infix-ops)
(#904) A space is required after ','. (comma-spacing)
(#904) Identifier 'atoms_usePYMOLColors' is not in camel case. (camelcase)
(#904) Operator '=' must be spaced. (space-infix-ops)
(#904) A space is required after ','. (comma-spacing)
(#904) A space is required after ','. (comma-spacing)
(#904) Missing whitespace after semicolon. (semi-spacing)
(#904) Missing whitespace after semicolon. (semi-spacing)
(#904) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#904) Requires a space before '}'. (block-spacing)
(#904) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#904) Missing semicolon. (semi)
(#904) A space is required after ','. (comma-spacing)
(#904) Missing whitespace after semicolon. (semi-spacing)
(#904) Operator '=' must be spaced. (space-infix-ops)
(#904) Operator '+' must be spaced. (space-infix-ops)
(#904) A space is required after ','. (comma-spacing)
(#904) A space is required after ','. (comma-spacing)
(#904) Requires a space after '{'. (block-spacing)
(#904) Statement inside of curly braces should be on next line. (brace-style)
(#904) Missing space before opening brace. (space-before-blocks)
(#904) Identifier 'atoms_useVDWDiameters_3D' is not in camel case. (camelcase)
(#904) Operator '=' must be spaced. (space-infix-ops)
(#904) Missing whitespace after semicolon. (semi-spacing)
(#904) Missing whitespace after semicolon. (semi-spacing)
(#904) Requires a space before '}'. (block-spacing)
(#904) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#904) Missing semicolon. (semi)
(#904) A space is required after ','. (comma-spacing)
(#904) Missing whitespace after semicolon. (semi-spacing)
(#904) Operator '=' must be spaced. (space-infix-ops)
(#904) Operator '+' must be spaced. (space-infix-ops)
(#905) This line has a length of 508. Maximum allowed is 132. (max-len)
(#905) A space is required after ','. (comma-spacing)
(#905) Requires a space after '{'. (block-spacing)
(#905) Statement inside of curly braces should be on next line. (brace-style)
(#905) Missing space before opening brace. (space-before-blocks)
(#905) Identifier 'atoms_nonBondedAsStars_3D' is not in camel case. (camelcase)
(#905) Operator '=' must be spaced. (space-infix-ops)
(#905) Missing whitespace after semicolon. (semi-spacing)
(#905) Missing whitespace after semicolon. (semi-spacing)
(#905) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#905) Requires a space before '}'. (block-spacing)
(#905) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#905) Missing semicolon. (semi)
(#905) A space is required after ','. (comma-spacing)
(#905) Missing whitespace after semicolon. (semi-spacing)
(#905) Operator '=' must be spaced. (space-infix-ops)
(#905) Operator '+' must be spaced. (space-infix-ops)
(#905) A space is required after ','. (comma-spacing)
(#905) A space is required after ','. (comma-spacing)
(#905) Requires a space after '{'. (block-spacing)
(#905) Statement inside of curly braces should be on next line. (brace-style)
(#905) Missing space before opening brace. (space-before-blocks)
(#905) Identifier 'atoms_displayLabels_3D' is not in camel case. (camelcase)
(#905) Operator '=' must be spaced. (space-infix-ops)
(#905) Missing whitespace after semicolon. (semi-spacing)
(#905) Missing whitespace after semicolon. (semi-spacing)
(#905) Requires a space before '}'. (block-spacing)
(#905) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#905) Missing semicolon. (semi)
(#905) A space is required after ','. (comma-spacing)
(#905) Missing whitespace after semicolon. (semi-spacing)
(#905) Operator '=' must be spaced. (space-infix-ops)
(#905) Operator '+' must be spaced. (space-infix-ops)
(#905) A space is required after ','. (comma-spacing)
(#905) A space is required after ','. (comma-spacing)
(#905) Requires a space after '{'. (block-spacing)
(#905) Statement inside of curly braces should be on next line. (brace-style)
(#905) Missing space before opening brace. (space-before-blocks)
(#905) Identifier 'bonds_display' is not in camel case. (camelcase)
(#905) Operator '=' must be spaced. (space-infix-ops)
(#905) Missing whitespace after semicolon. (semi-spacing)
(#906) This line has a length of 504. Maximum allowed is 132. (max-len)
(#906) Requires a space before '}'. (block-spacing)
(#906) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#906) Missing semicolon. (semi)
(#906) A space is required after ','. (comma-spacing)
(#906) Missing whitespace after semicolon. (semi-spacing)
(#906) Operator '=' must be spaced. (space-infix-ops)
(#906) Operator '+' must be spaced. (space-infix-ops)
(#906) A space is required after ','. (comma-spacing)
(#906) A space is required after ','. (comma-spacing)
(#906) Requires a space after '{'. (block-spacing)
(#906) Statement inside of curly braces should be on next line. (brace-style)
(#906) Missing space before opening brace. (space-before-blocks)
(#906) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#906) Identifier 'bonds_color' is not in camel case. (camelcase)
(#906) Operator '=' must be spaced. (space-infix-ops)
(#906) Missing whitespace after semicolon. (semi-spacing)
(#906) Missing whitespace after semicolon. (semi-spacing)
(#906) Missing whitespace after semicolon. (semi-spacing)
(#906) Requires a space before '}'. (block-spacing)
(#906) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#906) Missing semicolon. (semi)
(#906) Missing whitespace after semicolon. (semi-spacing)
(#906) Missing whitespace after semicolon. (semi-spacing)
(#906) Operator '=' must be spaced. (space-infix-ops)
(#906) Operator '+' must be spaced. (space-infix-ops)
(#906) A space is required after ','. (comma-spacing)
(#906) A space is required after ','. (comma-spacing)
(#906) Requires a space after '{'. (block-spacing)
(#906) Statement inside of curly braces should be on next line. (brace-style)
(#906) Missing space before opening brace. (space-before-blocks)
(#906) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#906) Operator '?' must be spaced. (space-infix-ops)
(#906) A space is required after ','. (comma-spacing)
(#906) Identifier 'bonds_useJMOLColors' is not in camel case. (camelcase)
(#906) Operator '=' must be spaced. (space-infix-ops)
(#906) Operator ':' must be spaced. (space-infix-ops)
(#906) A space is required after ','. (comma-spacing)
(#906) Identifier 'bonds_useJMOLColors' is not in camel case. (camelcase)
(#906) Operator '=' must be spaced. (space-infix-ops)
(#906) A space is required after ','. (comma-spacing)
(#906) Identifier 'bonds_usePYMOLColors' is not in camel case. (camelcase)
(#906) Operator '=' must be spaced. (space-infix-ops)
(#907) This line has a length of 502. Maximum allowed is 132. (max-len)
(#907) A space is required after ','. (comma-spacing)
(#907) A space is required after ','. (comma-spacing)
(#907) Missing whitespace after semicolon. (semi-spacing)
(#907) Missing whitespace after semicolon. (semi-spacing)
(#907) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#907) Requires a space before '}'. (block-spacing)
(#907) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#907) Missing semicolon. (semi)
(#907) A space is required after ','. (comma-spacing)
(#907) Missing whitespace after semicolon. (semi-spacing)
(#907) Operator '=' must be spaced. (space-infix-ops)
(#907) Operator '+' must be spaced. (space-infix-ops)
(#907) A space is required after ','. (comma-spacing)
(#907) A space is required after ','. (comma-spacing)
(#907) Requires a space after '{'. (block-spacing)
(#907) Statement inside of curly braces should be on next line. (brace-style)
(#907) Missing space before opening brace. (space-before-blocks)
(#907) Identifier 'bonds_showBondOrders_3D' is not in camel case. (camelcase)
(#907) Operator '=' must be spaced. (space-infix-ops)
(#907) Missing whitespace after semicolon. (semi-spacing)
(#907) Missing whitespace after semicolon. (semi-spacing)
(#907) Requires a space before '}'. (block-spacing)
(#907) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#907) Missing semicolon. (semi)
(#907) A space is required after ','. (comma-spacing)
(#907) Missing whitespace after semicolon. (semi-spacing)
(#907) Operator '=' must be spaced. (space-infix-ops)
(#907) Operator '+' must be spaced. (space-infix-ops)
(#907) A space is required after ','. (comma-spacing)
(#907) A space is required after ','. (comma-spacing)
(#907) Requires a space after '{'. (block-spacing)
(#907) Statement inside of curly braces should be on next line. (brace-style)
(#907) Missing space before opening brace. (space-before-blocks)
(#907) Identifier 'bonds_renderAsLines_3D' is not in camel case. (camelcase)
(#907) Operator '=' must be spaced. (space-infix-ops)
(#907) Missing whitespace after semicolon. (semi-spacing)
(#908) This line has a length of 530. Maximum allowed is 132. (max-len)
(#908) Requires a space before '}'. (block-spacing)
(#908) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#908) Missing semicolon. (semi)
(#908) A space is required after ','. (comma-spacing)
(#908) Missing whitespace after semicolon. (semi-spacing)
(#908) Operator '=' must be spaced. (space-infix-ops)
(#908) Operator '+' must be spaced. (space-infix-ops)
(#908) A space is required after ','. (comma-spacing)
(#908) A space is required after ','. (comma-spacing)
(#908) Requires a space after '{'. (block-spacing)
(#908) Statement inside of curly braces should be on next line. (brace-style)
(#908) Missing space before opening brace. (space-before-blocks)
(#908) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#908) Identifier 'proteins_displayRibbon' is not in camel case. (camelcase)
(#908) Operator '=' must be spaced. (space-infix-ops)
(#908) Missing whitespace after semicolon. (semi-spacing)
(#908) Missing whitespace after semicolon. (semi-spacing)
(#908) Requires a space before '}'. (block-spacing)
(#908) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#908) Missing semicolon. (semi)
(#908) A space is required after ','. (comma-spacing)
(#908) Missing whitespace after semicolon. (semi-spacing)
(#908) Operator '=' must be spaced. (space-infix-ops)
(#908) Operator '+' must be spaced. (space-infix-ops)
(#908) A space is required after ','. (comma-spacing)
(#908) A space is required after ','. (comma-spacing)
(#908) Requires a space after '{'. (block-spacing)
(#908) Statement inside of curly braces should be on next line. (brace-style)
(#908) Missing space before opening brace. (space-before-blocks)
(#908) Identifier 'proteins_displayBackbone' is not in camel case. (camelcase)
(#908) Operator '=' must be spaced. (space-infix-ops)
(#908) Missing whitespace after semicolon. (semi-spacing)
(#908) Missing whitespace after semicolon. (semi-spacing)
(#908) Requires a space before '}'. (block-spacing)
(#908) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#908) Missing semicolon. (semi)
(#908) A space is required after ','. (comma-spacing)
(#908) Missing whitespace after semicolon. (semi-spacing)
(#908) Operator '=' must be spaced. (space-infix-ops)
(#908) Operator '+' must be spaced. (space-infix-ops)
(#908) A space is required after ','. (comma-spacing)
(#908) A space is required after ','. (comma-spacing)
(#908) Requires a space after '{'. (block-spacing)
(#908) Statement inside of curly braces should be on next line. (brace-style)
(#908) Missing space before opening brace. (space-before-blocks)
(#908) Identifier 'proteins_displayPipePlank' is not in camel case. (camelcase)
(#908) Operator '=' must be spaced. (space-infix-ops)
(#909) This line has a length of 521. Maximum allowed is 132. (max-len)
(#909) Missing whitespace after semicolon. (semi-spacing)
(#909) Missing whitespace after semicolon. (semi-spacing)
(#909) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#909) Requires a space before '}'. (block-spacing)
(#909) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#909) Missing semicolon. (semi)
(#909) A space is required after ','. (comma-spacing)
(#909) Missing whitespace after semicolon. (semi-spacing)
(#909) Operator '=' must be spaced. (space-infix-ops)
(#909) Operator '+' must be spaced. (space-infix-ops)
(#909) A space is required after ','. (comma-spacing)
(#909) A space is required after ','. (comma-spacing)
(#909) Requires a space after '{'. (block-spacing)
(#909) Statement inside of curly braces should be on next line. (brace-style)
(#909) Missing space before opening brace. (space-before-blocks)
(#909) Identifier 'proteins_ribbonCartoonize' is not in camel case. (camelcase)
(#909) Operator '=' must be spaced. (space-infix-ops)
(#909) Missing whitespace after semicolon. (semi-spacing)
(#909) Missing whitespace after semicolon. (semi-spacing)
(#909) Requires a space before '}'. (block-spacing)
(#909) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#909) Missing semicolon. (semi)
(#909) A space is required after ','. (comma-spacing)
(#909) Missing whitespace after semicolon. (semi-spacing)
(#909) Operator '=' must be spaced. (space-infix-ops)
(#909) Operator '+' must be spaced. (space-infix-ops)
(#909) A space is required after ','. (comma-spacing)
(#909) A space is required after ','. (comma-spacing)
(#909) Requires a space after '{'. (block-spacing)
(#909) Statement inside of curly braces should be on next line. (brace-style)
(#909) Missing space before opening brace. (space-before-blocks)
(#909) Identifier 'macro_colorByChain' is not in camel case. (camelcase)
(#909) Operator '=' must be spaced. (space-infix-ops)
(#909) Missing whitespace after semicolon. (semi-spacing)
(#909) Missing whitespace after semicolon. (semi-spacing)
(#909) Requires a space before '}'. (block-spacing)
(#909) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#909) Missing semicolon. (semi)
(#909) A space is required after ','. (comma-spacing)
(#909) Missing whitespace after semicolon. (semi-spacing)
(#909) Operator '=' must be spaced. (space-infix-ops)
(#909) Operator '+' must be spaced. (space-infix-ops)
(#910) This line has a length of 508. Maximum allowed is 132. (max-len)
(#910) A space is required after ','. (comma-spacing)
(#910) A space is required after ','. (comma-spacing)
(#910) Requires a space after '{'. (block-spacing)
(#910) Statement inside of curly braces should be on next line. (brace-style)
(#910) Missing space before opening brace. (space-before-blocks)
(#910) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#910) Operator '?' must be spaced. (space-infix-ops)
(#910) Identifier 'proteins_residueColor' is not in camel case. (camelcase)
(#910) Operator '=' must be spaced. (space-infix-ops)
(#910) A space is required after ','. (comma-spacing)
(#910) A space is required after ','. (comma-spacing)
(#910) A space is required after ','. (comma-spacing)
(#910) Operator ':' must be spaced. (space-infix-ops)
(#910) A space is required after ','. (comma-spacing)
(#910) A space is required after ','. (comma-spacing)
(#910) Identifier 'proteins_residueColor' is not in camel case. (camelcase)
(#910) Operator '=' must be spaced. (space-infix-ops)
(#910) Missing whitespace after semicolon. (semi-spacing)
(#910) Missing whitespace after semicolon. (semi-spacing)
(#910) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#910) Requires a space before '}'. (block-spacing)
(#910) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#910) Missing semicolon. (semi)
(#910) A space is required after ','. (comma-spacing)
(#910) Missing whitespace after semicolon. (semi-spacing)
(#910) Operator '=' must be spaced. (space-infix-ops)
(#910) Operator '+' must be spaced. (space-infix-ops)
(#910) A space is required after ','. (comma-spacing)
(#910) A space is required after ','. (comma-spacing)
(#910) Requires a space after '{'. (block-spacing)
(#910) Statement inside of curly braces should be on next line. (brace-style)
(#910) Missing space before opening brace. (space-before-blocks)
(#910) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#910) Operator '?' must be spaced. (space-infix-ops)
(#911) This line has a length of 521. Maximum allowed is 132. (max-len)
(#911) Identifier 'nucleics_residueColor' is not in camel case. (camelcase)
(#911) Operator '=' must be spaced. (space-infix-ops)
(#911) A space is required after ','. (comma-spacing)
(#911) A space is required after ','. (comma-spacing)
(#911) A space is required after ','. (comma-spacing)
(#911) Operator ':' must be spaced. (space-infix-ops)
(#911) A space is required after ','. (comma-spacing)
(#911) A space is required after ','. (comma-spacing)
(#911) Identifier 'nucleics_residueColor' is not in camel case. (camelcase)
(#911) Operator '=' must be spaced. (space-infix-ops)
(#911) Missing whitespace after semicolon. (semi-spacing)
(#911) Missing whitespace after semicolon. (semi-spacing)
(#911) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#911) Requires a space before '}'. (block-spacing)
(#911) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#911) Missing semicolon. (semi)
(#911) A space is required after ','. (comma-spacing)
(#911) Missing whitespace after semicolon. (semi-spacing)
(#911) Operator '=' must be spaced. (space-infix-ops)
(#911) Operator '+' must be spaced. (space-infix-ops)
(#911) A space is required after ','. (comma-spacing)
(#911) A space is required after ','. (comma-spacing)
(#911) Requires a space after '{'. (block-spacing)
(#911) Statement inside of curly braces should be on next line. (brace-style)
(#911) Missing space before opening brace. (space-before-blocks)
(#911) Identifier 'shapes_color' is not in camel case. (camelcase)
(#911) Operator '=' must be spaced. (space-infix-ops)
(#911) Missing whitespace after semicolon. (semi-spacing)
(#911) Missing whitespace after semicolon. (semi-spacing)
(#911) Missing whitespace after semicolon. (semi-spacing)
(#911) Requires a space before '}'. (block-spacing)
(#911) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#911) Missing semicolon. (semi)
(#911) Missing whitespace after semicolon. (semi-spacing)
(#911) Operator '=' must be spaced. (space-infix-ops)
(#911) Operator '+' must be spaced. (space-infix-ops)
(#912) This line has a length of 582. Maximum allowed is 132. (max-len)
(#912) A space is required after ','. (comma-spacing)
(#912) Requires a space after '{'. (block-spacing)
(#912) Statement inside of curly braces should be on next line. (brace-style)
(#912) Missing space before opening brace. (space-before-blocks)
(#912) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#912) Operator '?' must be spaced. (space-infix-ops)
(#912) Identifier 'compass_display' is not in camel case. (camelcase)
(#912) Operator '=' must be spaced. (space-infix-ops)
(#912) A space is required after ','. (comma-spacing)
(#912) A space is required after ','. (comma-spacing)
(#912) A space is required after ','. (comma-spacing)
(#912) A space is required after ','. (comma-spacing)
(#912) A space is required after ','. (comma-spacing)
(#912) Operator ':' must be spaced. (space-infix-ops)
(#912) Identifier 'compass_display' is not in camel case. (camelcase)
(#912) Operator '=' must be spaced. (space-infix-ops)
(#912) A space is required after ','. (comma-spacing)
(#912) Identifier 'compass_type_3D' is not in camel case. (camelcase)
(#912) Operator '=' must be spaced. (space-infix-ops)
(#912) A space is required after ','. (comma-spacing)
(#912) Identifier 'compass_size_3D' is not in camel case. (camelcase)
(#912) Operator '=' must be spaced. (space-infix-ops)
(#912) A space is required after ','. (comma-spacing)
(#912) A space is required after ','. (comma-spacing)
(#912) A space is required after ','. (comma-spacing)
(#912) A space is required after ','. (comma-spacing)
(#912) A space is required after ','. (comma-spacing)
(#912) Missing whitespace after semicolon. (semi-spacing)
(#912) Requires a space before '}'. (block-spacing)
(#912) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#912) Missing semicolon. (semi)
(#912) A space is required after ','. (comma-spacing)
(#912) Missing whitespace after semicolon. (semi-spacing)
(#912) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#912) Missing whitespace after semicolon. (semi-spacing)
(#912) Operator '=' must be spaced. (space-infix-ops)
(#912) Missing whitespace after semicolon. (semi-spacing)
(#913) This line has a length of 521. Maximum allowed is 132. (max-len)
(#913) Missing whitespace after semicolon. (semi-spacing)
(#913) Missing whitespace after semicolon. (semi-spacing)
(#913) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#913) Missing whitespace after semicolon. (semi-spacing)
(#913) Missing whitespace after semicolon. (semi-spacing)
(#913) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#913) Operator '&&' must be spaced. (space-infix-ops)
(#913) A space is required after ','. (comma-spacing)
(#913) A space is required after ','. (comma-spacing)
(#913) Missing whitespace after semicolon. (semi-spacing)
(#913) Missing whitespace after semicolon. (semi-spacing)
(#913) Missing whitespace after semicolon. (semi-spacing)
(#913) Missing whitespace after semicolon. (semi-spacing)
(#914) This line has a length of 513. Maximum allowed is 132. (max-len)
(#914) Missing whitespace after semicolon. (semi-spacing)
(#914) Operator '+' must be spaced. (space-infix-ops)
(#914) Missing whitespace after semicolon. (semi-spacing)
(#914) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#914) Missing whitespace after semicolon. (semi-spacing)
(#914) Operator '+' must be spaced. (space-infix-ops)
(#914) Missing whitespace after semicolon. (semi-spacing)
(#914) Missing whitespace after semicolon. (semi-spacing)
(#914) Missing whitespace after semicolon. (semi-spacing)
(#914) Missing whitespace after semicolon. (semi-spacing)
(#915) This line has a length of 529. Maximum allowed is 132. (max-len)
(#915) Missing whitespace after semicolon. (semi-spacing)
(#915) Missing whitespace after semicolon. (semi-spacing)
(#915) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#915) Missing whitespace after semicolon. (semi-spacing)
(#915) Missing whitespace after semicolon. (semi-spacing)
(#915) Missing whitespace after semicolon. (semi-spacing)
(#915) Missing whitespace after semicolon. (semi-spacing)
(#915) Missing whitespace after semicolon. (semi-spacing)
(#915) Missing whitespace after semicolon. (semi-spacing)
(#915) Missing whitespace after semicolon. (semi-spacing)
(#916) This line has a length of 597. Maximum allowed is 132. (max-len)
(#916) Missing whitespace after semicolon. (semi-spacing)
(#916) Missing whitespace after semicolon. (semi-spacing)
(#916) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#916) Missing whitespace after semicolon. (semi-spacing)
(#916) Operator '+' must be spaced. (space-infix-ops)
(#916) Missing whitespace after semicolon. (semi-spacing)
(#916) Missing whitespace after semicolon. (semi-spacing)
(#916) Missing whitespace after semicolon. (semi-spacing)
(#916) Missing whitespace after semicolon. (semi-spacing)
(#916) Missing whitespace after semicolon. (semi-spacing)
(#916) Missing whitespace after semicolon. (semi-spacing)
(#916) Missing whitespace after semicolon. (semi-spacing)
(#916) Operator '+' must be spaced. (space-infix-ops)
(#916) Missing whitespace after semicolon. (semi-spacing)
(#916) Missing whitespace after semicolon. (semi-spacing)
(#916) Missing whitespace after semicolon. (semi-spacing)
(#917) This line has a length of 656. Maximum allowed is 132. (max-len)
(#917) Missing whitespace after semicolon. (semi-spacing)
(#917) Missing whitespace after semicolon. (semi-spacing)
(#917) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#917) Missing whitespace after semicolon. (semi-spacing)
(#917) Missing whitespace after semicolon. (semi-spacing)
(#917) Missing whitespace after semicolon. (semi-spacing)
(#917) Missing whitespace after semicolon. (semi-spacing)
(#917) Missing whitespace after semicolon. (semi-spacing)
(#917) Missing whitespace after semicolon. (semi-spacing)
(#917) Missing whitespace after semicolon. (semi-spacing)
(#917) Missing whitespace after semicolon. (semi-spacing)
(#917) Missing whitespace after semicolon. (semi-spacing)
(#917) Missing whitespace after semicolon. (semi-spacing)
(#917) Missing whitespace after semicolon. (semi-spacing)
(#918) This line has a length of 519. Maximum allowed is 132. (max-len)
(#918) Missing whitespace after semicolon. (semi-spacing)
(#918) Missing whitespace after semicolon. (semi-spacing)
(#918) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#918) Missing whitespace after semicolon. (semi-spacing)
(#918) Missing whitespace after semicolon. (semi-spacing)
(#918) Missing whitespace after semicolon. (semi-spacing)
(#918) Missing whitespace after semicolon. (semi-spacing)
(#918) Missing whitespace after semicolon. (semi-spacing)
(#918) Missing whitespace after semicolon. (semi-spacing)
(#918) Missing whitespace after semicolon. (semi-spacing)
(#918) Missing whitespace after semicolon. (semi-spacing)
(#918) Operator '+' must be spaced. (space-infix-ops)
(#919) This line has a length of 564. Maximum allowed is 132. (max-len)
(#919) Missing whitespace after semicolon. (semi-spacing)
(#919) Missing whitespace after semicolon. (semi-spacing)
(#919) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#919) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#919) Operator '&&' must be spaced. (space-infix-ops)
(#919) A space is required after ','. (comma-spacing)
(#919) A space is required after ','. (comma-spacing)
(#919) Missing whitespace after semicolon. (semi-spacing)
(#919) Missing whitespace after semicolon. (semi-spacing)
(#919) Missing space before value for key 'autoOpen'. (key-spacing)
(#919) A space is required after ','. (comma-spacing)
(#919) Missing space before value for key 'position'. (key-spacing)
(#919) Missing space before value for key 'my'. (key-spacing)
(#919) A space is required after ','. (comma-spacing)
(#919) Missing space before value for key 'at'. (key-spacing)
(#919) A space is required after ','. (comma-spacing)
(#919) Missing space before value for key 'of'. (key-spacing)
(#919) A space is required after ','. (comma-spacing)
(#919) Missing space before value for key 'buttons'. (key-spacing)
(#919) A space is required after ','. (comma-spacing)
(#919) Missing space before value for key 'width'. (key-spacing)
(#919) A space is required after ','. (comma-spacing)
(#919) Missing space before value for key 'height'. (key-spacing)
(#919) A space is required after ','. (comma-spacing)
(#919) Missing space before value for key 'open'. (key-spacing)
(#919) 'x' is defined but never used. (no-unused-vars)
(#919) A space is required after ','. (comma-spacing)
(#919) 't' is defined but never used. (no-unused-vars)
(#919) Requires a space after '{'. (block-spacing)
(#919) Statement inside of curly braces should be on next line. (brace-style)
(#919) Missing space before opening brace. (space-before-blocks)
(#919) Missing whitespace after semicolon. (semi-spacing)
(#919) Missing whitespace after semicolon. (semi-spacing)
(#919) A space is required after ','. (comma-spacing)
(#919) A space is required after ','. (comma-spacing)
(#919) Requires a space before '}'. (block-spacing)
(#919) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#919) Missing semicolon. (semi)
(#919) Missing whitespace after semicolon. (semi-spacing)
(#919) Missing whitespace after semicolon. (semi-spacing)
(#919) Missing whitespace after semicolon. (semi-spacing)
(#919) Missing whitespace after semicolon. (semi-spacing)
(#919) Missing whitespace after semicolon. (semi-spacing)
(#919) Missing whitespace after semicolon. (semi-spacing)
(#919) Requires a space after '{'. (block-spacing)
(#919) Statement inside of curly braces should be on next line. (brace-style)
(#919) Missing space before opening brace. (space-before-blocks)
(#920) This line has a length of 505. Maximum allowed is 132. (max-len)
(#920) Missing whitespace after semicolon. (semi-spacing)
(#920) Requires a space before '}'. (block-spacing)
(#920) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#920) Missing semicolon. (semi)
(#920) Missing whitespace after semicolon. (semi-spacing)
(#920) This line has 18 statements. Maximum allowed is 2. (max-statements-per-line)
(#920) Requires a space after '{'. (block-spacing)
(#920) Statement inside of curly braces should be on next line. (brace-style)
(#920) Missing space before opening brace. (space-before-blocks)
(#920) Expected space(s) after "switch". (keyword-spacing)
(#920) Requires a space after '{'. (block-spacing)
(#920) Statement inside of curly braces should be on next line. (brace-style)
(#920) Missing space before opening brace. (space-before-blocks)
(#920) Identifier 'proteins_residueColor' is not in camel case. (camelcase)
(#920) Operator '=' must be spaced. (space-infix-ops)
(#920) Missing whitespace after semicolon. (semi-spacing)
(#920) Missing whitespace after semicolon. (semi-spacing)
(#920) Identifier 'proteins_residueColor' is not in camel case. (camelcase)
(#920) Operator '=' must be spaced. (space-infix-ops)
(#920) Missing whitespace after semicolon. (semi-spacing)
(#920) Missing whitespace after semicolon. (semi-spacing)
(#920) Identifier 'proteins_residueColor' is not in camel case. (camelcase)
(#920) Operator '=' must be spaced. (space-infix-ops)
(#920) Missing whitespace after semicolon. (semi-spacing)
(#920) Missing whitespace after semicolon. (semi-spacing)
(#920) Identifier 'proteins_residueColor' is not in camel case. (camelcase)
(#920) Operator '=' must be spaced. (space-infix-ops)
(#920) Missing whitespace after semicolon. (semi-spacing)
(#920) Missing whitespace after semicolon. (semi-spacing)
(#920) Identifier 'proteins_residueColor' is not in camel case. (camelcase)
(#920) Operator '=' must be spaced. (space-infix-ops)
(#920) Requires a space before '}'. (block-spacing)
(#920) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#920) Missing semicolon. (semi)
(#920) Missing whitespace after semicolon. (semi-spacing)
(#920) Requires a space before '}'. (block-spacing)
(#920) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#920) Missing semicolon. (semi)
(#920) Missing whitespace after semicolon. (semi-spacing)
(#920) Requires a space after '{'. (block-spacing)
(#920) Statement inside of curly braces should be on next line. (brace-style)
(#920) Missing space before opening brace. (space-before-blocks)
(#920) Expected space(s) after "switch". (keyword-spacing)
(#920) Requires a space after '{'. (block-spacing)
(#920) Statement inside of curly braces should be on next line. (brace-style)
(#920) Missing space before opening brace. (space-before-blocks)
(#920) Identifier 'nucleics_residueColor' is not in camel case. (camelcase)
(#920) Operator '=' must be spaced. (space-infix-ops)
(#921) This line has a length of 508. Maximum allowed is 132. (max-len)
(#921) Missing whitespace after semicolon. (semi-spacing)
(#921) Missing whitespace after semicolon. (semi-spacing)
(#921) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#921) Identifier 'nucleics_residueColor' is not in camel case. (camelcase)
(#921) Operator '=' must be spaced. (space-infix-ops)
(#921) Requires a space before '}'. (block-spacing)
(#921) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#921) Missing semicolon. (semi)
(#921) Missing whitespace after semicolon. (semi-spacing)
(#921) Requires a space before '}'. (block-spacing)
(#921) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#921) Missing semicolon. (semi)
(#921) Missing whitespace after semicolon. (semi-spacing)
(#921) Requires a space after '{'. (block-spacing)
(#921) Statement inside of curly braces should be on next line. (brace-style)
(#921) Missing space before opening brace. (space-before-blocks)
(#921) Identifier 'fog_start_3D' is not in camel case. (camelcase)
(#921) Operator '=' must be spaced. (space-infix-ops)
(#921) Operator '/' must be spaced. (space-infix-ops)
(#921) Missing whitespace after semicolon. (semi-spacing)
(#921) Requires a space before '}'. (block-spacing)
(#921) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#921) Missing semicolon. (semi)
(#921) Missing whitespace after semicolon. (semi-spacing)
(#921) Requires a space after '{'. (block-spacing)
(#921) Statement inside of curly braces should be on next line. (brace-style)
(#921) Missing space before opening brace. (space-before-blocks)
(#921) Identifier 'fog_end_3D' is not in camel case. (camelcase)
(#921) Operator '=' must be spaced. (space-infix-ops)
(#921) Operator '/' must be spaced. (space-infix-ops)
(#921) Missing whitespace after semicolon. (semi-spacing)
(#921) Requires a space before '}'. (block-spacing)
(#921) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#921) Missing semicolon. (semi)
(#921) Missing whitespace after semicolon. (semi-spacing)
(#921) Requires a space after '{'. (block-spacing)
(#921) Statement inside of curly braces should be on next line. (brace-style)
(#921) Missing space before opening brace. (space-before-blocks)
(#921) Identifier 'fog_density_3D' is not in camel case. (camelcase)
(#921) Operator '=' must be spaced. (space-infix-ops)
(#921) Operator '/' must be spaced. (space-infix-ops)
(#921) Missing whitespace after semicolon. (semi-spacing)
(#921) Requires a space before '}'. (block-spacing)
(#921) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#921) Missing semicolon. (semi)
(#921) Missing whitespace after semicolon. (semi-spacing)
(#921) Requires a space after '{'. (block-spacing)
(#921) Statement inside of curly braces should be on next line. (brace-style)
(#921) Missing space before opening brace. (space-before-blocks)
(#921) Identifier 'atoms_vdwMultiplier_3D' is not in camel case. (camelcase)
(#921) Operator '=' must be spaced. (space-infix-ops)
(#921) Operator '/' must be spaced. (space-infix-ops)
(#921) Missing whitespace after semicolon. (semi-spacing)
(#921) Requires a space before '}'. (block-spacing)
(#921) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#921) Missing semicolon. (semi)
(#922) This line has a length of 528. Maximum allowed is 132. (max-len)
(#922) Requires a space after '{'. (block-spacing)
(#922) Statement inside of curly braces should be on next line. (brace-style)
(#922) Missing space before opening brace. (space-before-blocks)
(#922) Identifier 'atoms_sphereDiameter_3D' is not in camel case. (camelcase)
(#922) Operator '=' must be spaced. (space-infix-ops)
(#922) Missing whitespace after semicolon. (semi-spacing)
(#922) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#922) Requires a space before '}'. (block-spacing)
(#922) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#922) Missing semicolon. (semi)
(#922) Missing whitespace after semicolon. (semi-spacing)
(#922) Requires a space after '{'. (block-spacing)
(#922) Statement inside of curly braces should be on next line. (brace-style)
(#922) Missing space before opening brace. (space-before-blocks)
(#922) Identifier 'bonds_cylinderDiameter_3D' is not in camel case. (camelcase)
(#922) Operator '=' must be spaced. (space-infix-ops)
(#922) Missing whitespace after semicolon. (semi-spacing)
(#922) Requires a space before '}'. (block-spacing)
(#922) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#922) Missing semicolon. (semi)
(#922) Missing whitespace after semicolon. (semi-spacing)
(#922) Missing whitespace after semicolon. (semi-spacing)
(#922) Missing whitespace after semicolon. (semi-spacing)
(#922) Missing whitespace after semicolon. (semi-spacing)
(#922) Missing whitespace after semicolon. (semi-spacing)
(#922) Missing whitespace after semicolon. (semi-spacing)
(#922) Missing whitespace after semicolon. (semi-spacing)
(#922) Missing whitespace after semicolon. (semi-spacing)
(#922) Missing whitespace after semicolon. (semi-spacing)
(#922) Missing whitespace after semicolon. (semi-spacing)
(#923) This line has a length of 531. Maximum allowed is 132. (max-len)
(#923) Missing whitespace after semicolon. (semi-spacing)
(#923) Missing whitespace after semicolon. (semi-spacing)
(#923) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#923) Missing whitespace after semicolon. (semi-spacing)
(#923) Missing whitespace after semicolon. (semi-spacing)
(#923) Missing whitespace after semicolon. (semi-spacing)
(#923) Missing whitespace after semicolon. (semi-spacing)
(#923) Missing whitespace after semicolon. (semi-spacing)
(#923) Missing whitespace after semicolon. (semi-spacing)
(#923) Missing whitespace after semicolon. (semi-spacing)
(#923) Missing whitespace after semicolon. (semi-spacing)
(#923) Missing whitespace after semicolon. (semi-spacing)
(#923) Missing whitespace after semicolon. (semi-spacing)
(#923) Missing whitespace after semicolon. (semi-spacing)
(#923) Requires a space before '}'. (block-spacing)
(#923) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#923) Missing semicolon. (semi)
(#923) Missing whitespace after semicolon. (semi-spacing)
(#923) Operator '=' must be spaced. (space-infix-ops)
(#923) Function has a complexity of 33. Maximum allowed is 20. (complexity)
(#923) Requires a space after '{'. (block-spacing)
(#923) Statement inside of curly braces should be on next line. (brace-style)
(#923) Missing space before opening brace. (space-before-blocks)
(#923) Missing whitespace after semicolon. (semi-spacing)
(#924) This line has a length of 532. Maximum allowed is 132. (max-len)
(#924) Missing whitespace after semicolon. (semi-spacing)
(#924) Missing whitespace after semicolon. (semi-spacing)
(#924) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#924) Missing whitespace after semicolon. (semi-spacing)
(#924) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#924) Operator '?' must be spaced. (space-infix-ops)
(#924) Operator ':' must be spaced. (space-infix-ops)
(#924) Missing whitespace after semicolon. (semi-spacing)
(#924) Expected space(s) after "switch". (keyword-spacing)
(#924) Requires a space after '{'. (block-spacing)
(#924) Statement inside of curly braces should be on next line. (brace-style)
(#924) Missing space before opening brace. (space-before-blocks)
(#924) Missing whitespace after semicolon. (semi-spacing)
(#924) Missing whitespace after semicolon. (semi-spacing)
(#924) Missing whitespace after semicolon. (semi-spacing)
(#924) Missing whitespace after semicolon. (semi-spacing)
(#924) Missing whitespace after semicolon. (semi-spacing)
(#924) Missing whitespace after semicolon. (semi-spacing)
(#924) Missing whitespace after semicolon. (semi-spacing)
(#924) Missing whitespace after semicolon. (semi-spacing)
(#924) Missing whitespace after semicolon. (semi-spacing)
(#924) Missing whitespace after semicolon. (semi-spacing)
(#925) This line has a length of 507. Maximum allowed is 132. (max-len)
(#925) Missing whitespace after semicolon. (semi-spacing)
(#925) Missing whitespace after semicolon. (semi-spacing)
(#925) This line has 10 statements. Maximum allowed is 2. (max-statements-per-line)
(#925) Missing whitespace after semicolon. (semi-spacing)
(#925) Missing whitespace after semicolon. (semi-spacing)
(#925) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#925) Unexpected use of comma operator. (no-sequences)
(#925) A space is required after ','. (comma-spacing)
(#925) A space is required after ','. (comma-spacing)
(#925) A space is required after ','. (comma-spacing)
(#925) Requires a space before '}'. (block-spacing)
(#925) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#925) Missing semicolon. (semi)
(#925) Operator '*' must be spaced. (space-infix-ops)
(#925) Missing whitespace after semicolon. (semi-spacing)
(#925) Operator '*' must be spaced. (space-infix-ops)
(#925) Missing whitespace after semicolon. (semi-spacing)
(#925) Operator '*' must be spaced. (space-infix-ops)
(#925) Missing whitespace after semicolon. (semi-spacing)
(#925) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#925) Operator '?' must be spaced. (space-infix-ops)
(#925) Operator ':' must be spaced. (space-infix-ops)
(#925) Missing whitespace after semicolon. (semi-spacing)
(#925) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#925) Operator '?' must be spaced. (space-infix-ops)
(#925) A space is required after ','. (comma-spacing)
(#926) This line has a length of 509. Maximum allowed is 132. (max-len)
(#926) A space is required after ','. (comma-spacing)
(#926) A space is required after ','. (comma-spacing)
(#926) A space is required after ','. (comma-spacing)
(#926) Operator '*' must be spaced. (space-infix-ops)
(#926) Operator ':' must be spaced. (space-infix-ops)
(#926) A space is required after ','. (comma-spacing)
(#926) A space is required after ','. (comma-spacing)
(#926) A space is required after ','. (comma-spacing)
(#926) A space is required after ','. (comma-spacing)
(#926) A space is required after ','. (comma-spacing)
(#926) Missing whitespace after semicolon. (semi-spacing)
(#926) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#926) Operator '||' must be spaced. (space-infix-ops)
(#926) Operator '?' must be spaced. (space-infix-ops)
(#926) A space is required after ','. (comma-spacing)
(#926) A space is required after ','. (comma-spacing)
(#926) Operator '?' must be spaced. (space-infix-ops)
(#926) A space is required after ','. (comma-spacing)
(#926) Operator ':' must be spaced. (space-infix-ops)
(#926) Operator '&&' must be spaced. (space-infix-ops)
(#927) This line has a length of 528. Maximum allowed is 132. (max-len)
(#927) Operator ':' must be spaced. (space-infix-ops)
(#927) A space is required after ','. (comma-spacing)
(#927) A space is required after ','. (comma-spacing)
(#927) A space is required after ','. (comma-spacing)
(#927) Missing whitespace after semicolon. (semi-spacing)
(#927) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#927) Operator '?' must be spaced. (space-infix-ops)
(#927) Operator ':' must be spaced. (space-infix-ops)
(#927) Missing whitespace after semicolon. (semi-spacing)
(#927) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#927) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#927) Operator '?' must be spaced. (space-infix-ops)
(#927) Operator ':' must be spaced. (space-infix-ops)
(#927) Missing whitespace after semicolon. (semi-spacing)
(#927) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#927) Operator '?' must be spaced. (space-infix-ops)
(#927) Operator ':' must be spaced. (space-infix-ops)
(#927) Missing whitespace after semicolon. (semi-spacing)
(#927) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#927) Operator '||' must be spaced. (space-infix-ops)
(#927) Operator '?' must be spaced. (space-infix-ops)
(#928) This line has a length of 524. Maximum allowed is 132. (max-len)
(#928) A space is required after ','. (comma-spacing)
(#928) Operator '?' must be spaced. (space-infix-ops)
(#928) A space is required after ','. (comma-spacing)
(#928) Operator ':' must be spaced. (space-infix-ops)
(#928) Operator '&&' must be spaced. (space-infix-ops)
(#928) A space is required after ','. (comma-spacing)
(#928) Operator ':' must be spaced. (space-infix-ops)
(#928) A space is required after ','. (comma-spacing)
(#928) A space is required after ','. (comma-spacing)
(#928) A space is required after ','. (comma-spacing)
(#928) Missing whitespace after semicolon. (semi-spacing)
(#928) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#928) Operator '?' must be spaced. (space-infix-ops)
(#928) Operator ':' must be spaced. (space-infix-ops)
(#928) Missing whitespace after semicolon. (semi-spacing)
(#928) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#928) Missing whitespace after semicolon. (semi-spacing)
(#928) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#928) Operator '?' must be spaced. (space-infix-ops)
(#929) This line has a length of 516. Maximum allowed is 132. (max-len)
(#929) Operator ':' must be spaced. (space-infix-ops)
(#929) Missing whitespace after semicolon. (semi-spacing)
(#929) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#929) Operator '?' must be spaced. (space-infix-ops)
(#929) Operator ':' must be spaced. (space-infix-ops)
(#929) Missing whitespace after semicolon. (semi-spacing)
(#929) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#929) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#929) Operator '?' must be spaced. (space-infix-ops)
(#929) Operator ':' must be spaced. (space-infix-ops)
(#929) Missing whitespace after semicolon. (semi-spacing)
(#929) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#929) Operator '?' must be spaced. (space-infix-ops)
(#929) Operator ':' must be spaced. (space-infix-ops)
(#929) Missing whitespace after semicolon. (semi-spacing)
(#929) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#929) Operator '?' must be spaced. (space-infix-ops)
(#929) Operator ':' must be spaced. (space-infix-ops)
(#929) Missing whitespace after semicolon. (semi-spacing)
(#929) Expected space(s) after "switch". (keyword-spacing)
(#929) Requires a space after '{'. (block-spacing)
(#929) Statement inside of curly braces should be on next line. (brace-style)
(#929) Missing space before opening brace. (space-before-blocks)
(#929) Missing whitespace after semicolon. (semi-spacing)
(#930) This line has a length of 525. Maximum allowed is 132. (max-len)
(#930) Missing whitespace after semicolon. (semi-spacing)
(#930) Missing whitespace after semicolon. (semi-spacing)
(#930) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#930) Missing whitespace after semicolon. (semi-spacing)
(#930) Missing whitespace after semicolon. (semi-spacing)
(#930) Missing whitespace after semicolon. (semi-spacing)
(#930) Missing whitespace after semicolon. (semi-spacing)
(#930) Missing whitespace after semicolon. (semi-spacing)
(#930) Missing whitespace after semicolon. (semi-spacing)
(#930) Missing whitespace after semicolon. (semi-spacing)
(#930) Missing whitespace after semicolon. (semi-spacing)
(#930) Missing whitespace after semicolon. (semi-spacing)
(#930) Missing whitespace after semicolon. (semi-spacing)
(#930) Missing whitespace after semicolon. (semi-spacing)
(#930) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#930) Unexpected use of comma operator. (no-sequences)
(#930) A space is required after ','. (comma-spacing)
(#930) A space is required after ','. (comma-spacing)
(#930) Requires a space before '}'. (block-spacing)
(#930) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#930) Missing semicolon. (semi)
(#930) Expected space(s) before "switch". (keyword-spacing)
(#930) Expected space(s) after "switch". (keyword-spacing)
(#930) Requires a space after '{'. (block-spacing)
(#930) Statement inside of curly braces should be on next line. (brace-style)
(#930) Missing space before opening brace. (space-before-blocks)
(#931) This line has a length of 506. Maximum allowed is 132. (max-len)
(#931) Missing whitespace after semicolon. (semi-spacing)
(#931) Missing whitespace after semicolon. (semi-spacing)
(#931) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#931) Missing whitespace after semicolon. (semi-spacing)
(#931) Missing whitespace after semicolon. (semi-spacing)
(#931) Missing whitespace after semicolon. (semi-spacing)
(#931) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#931) Unexpected use of comma operator. (no-sequences)
(#931) A space is required after ','. (comma-spacing)
(#931) A space is required after ','. (comma-spacing)
(#931) Requires a space before '}'. (block-spacing)
(#931) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#931) Missing semicolon. (semi)
(#931) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#931) Operator '==' must be spaced. (space-infix-ops)
(#931) Operator '?' must be spaced. (space-infix-ops)
(#931) A space is required after ','. (comma-spacing)
(#931) Operator '==' must be spaced. (space-infix-ops)
(#931) Operator '?' must be spaced. (space-infix-ops)
(#931) A space is required after ','. (comma-spacing)
(#931) Operator ':' must be spaced. (space-infix-ops)
(#931) A space is required after ','. (comma-spacing)
(#931) Operator ':' must be spaced. (space-infix-ops)
(#931) A space is required after ','. (comma-spacing)
(#932) Requires a space before '}'. (block-spacing)
(#932) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#932) Missing semicolon. (semi)
(#932) Requires a space before '}'. (block-spacing)
(#932) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#932) Missing semicolon. (semi)
(#932) 'ChemDoodle' is not defined. (no-undef)
(#932) A space is required after ','. (comma-spacing)
(#932) 'ChemDoodle' is not defined. (no-undef)
(#932) A space is required after ','. (comma-spacing)
(#932) 'ChemDoodle' is not defined. (no-undef)
(#932) A space is required after ','. (comma-spacing)
(#933) This line has a length of 539. Maximum allowed is 132. (max-len)
(#933) A space is required after ','. (comma-spacing)
(#933) A space is required after ','. (comma-spacing)
(#933) A space is required after ','. (comma-spacing)
(#933) A space is required after ','. (comma-spacing)
(#933) A space is required after ','. (comma-spacing)
(#933) A space is required after ','. (comma-spacing)
(#933) A space is required after ','. (comma-spacing)
(#933) A space is required after ','. (comma-spacing)
(#933) A space is required after ','. (comma-spacing)
(#933) A space is required after ','. (comma-spacing)
(#933) Requires a space after '{'. (block-spacing)
(#933) Statement inside of curly braces should be on next line. (brace-style)
(#933) Missing space before opening brace. (space-before-blocks)
(#933) Operator '=' must be spaced. (space-infix-ops)
(#933) A space is required after ','. (comma-spacing)
(#933) A space is required after ','. (comma-spacing)
(#933) A space is required after ','. (comma-spacing)
(#933) Requires a space after '{'. (block-spacing)
(#933) Statement inside of curly braces should be on next line. (brace-style)
(#933) Missing space before opening brace. (space-before-blocks)
(#933) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#933) Operator '=' must be spaced. (space-infix-ops)
(#933) Operator '===' must be spaced. (space-infix-ops)
(#933) Operator '?' must be spaced. (space-infix-ops)
(#933) Operator ':' must be spaced. (space-infix-ops)
(#933) Missing whitespace after semicolon. (semi-spacing)
(#933) Operator '=' must be spaced. (space-infix-ops)
(#933) Operator '===' must be spaced. (space-infix-ops)
(#933) Operator '?' must be spaced. (space-infix-ops)
(#933) Operator ':' must be spaced. (space-infix-ops)
(#933) Missing whitespace after semicolon. (semi-spacing)
(#933) Operator '=' must be spaced. (space-infix-ops)
(#933) Operator '===' must be spaced. (space-infix-ops)
(#933) Operator '?' must be spaced. (space-infix-ops)
(#933) Operator ':' must be spaced. (space-infix-ops)
(#933) Missing whitespace after semicolon. (semi-spacing)
(#933) Operator '=' must be spaced. (space-infix-ops)
(#933) Missing whitespace after semicolon. (semi-spacing)
(#933) Operator '=' must be spaced. (space-infix-ops)
(#933) Missing whitespace after semicolon. (semi-spacing)
(#933) Operator '=' must be spaced. (space-infix-ops)
(#933) Missing whitespace after semicolon. (semi-spacing)
(#933) Expected space(s) after "if". (keyword-spacing)
(#933) Requires a space after '{'. (block-spacing)
(#933) Statement inside of curly braces should be on next line. (brace-style)
(#933) Missing space before opening brace. (space-before-blocks)
(#933) Missing whitespace after semicolon. (semi-spacing)
(#933) Operator '=' must be spaced. (space-infix-ops)
(#933) Missing whitespace after semicolon. (semi-spacing)
(#933) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#933) Operator '?' must be spaced. (space-infix-ops)
(#933) Operator '+' must be spaced. (space-infix-ops)
(#933) Operator '+' must be spaced. (space-infix-ops)
(#933) Requires a space after '{'. (block-spacing)
(#933) Statement inside of curly braces should be on next line. (brace-style)
(#933) Missing space before opening brace. (space-before-blocks)
(#933) Requires a space before '}'. (block-spacing)
(#933) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#933) Missing semicolon. (semi)
(#933) Operator ':' must be spaced. (space-infix-ops)
(#933) Requires a space after '{'. (block-spacing)
(#933) Statement inside of curly braces should be on next line. (brace-style)
(#933) Missing space before opening brace. (space-before-blocks)
(#933) Requires a space before '}'. (block-spacing)
(#933) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#933) Missing semicolon. (semi)
(#934) This line has a length of 502. Maximum allowed is 132. (max-len)
(#934) Operator '=' must be spaced. (space-infix-ops)
(#934) Requires a space before '}'. (block-spacing)
(#934) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#934) Missing semicolon. (semi)
(#934) Expected space(s) before "this". (keyword-spacing)
(#934) Operator '=' must be spaced. (space-infix-ops)
(#934) Missing whitespace after semicolon. (semi-spacing)
(#934) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#934) Operator '=' must be spaced. (space-infix-ops)
(#934) Missing whitespace after semicolon. (semi-spacing)
(#934) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#934) Operator '&&' must be spaced. (space-infix-ops)
(#934) A space is required after ','. (comma-spacing)
(#934) A space is required after ','. (comma-spacing)
(#934) Missing whitespace after semicolon. (semi-spacing)
(#934) Operator '=' must be spaced. (space-infix-ops)
(#934) Missing '()' invoking a constructor. (new-parens)
(#934) Missing whitespace after semicolon. (semi-spacing)
(#934) Identifier 'atoms_useVDWDiameters_3D' is not in camel case. (camelcase)
(#934) Operator '=' must be spaced. (space-infix-ops)
(#934) Missing whitespace after semicolon. (semi-spacing)
(#934) Identifier 'atoms_sphereDiameter_3D' is not in camel case. (camelcase)
(#934) Operator '=' must be spaced. (space-infix-ops)
(#934) Missing whitespace after semicolon. (semi-spacing)
(#934) Operator '=' must be spaced. (space-infix-ops)
(#934) A space is required after ','. (comma-spacing)
(#934) A space is required after ','. (comma-spacing)
(#934) A space is required after ','. (comma-spacing)
(#934) Missing whitespace after semicolon. (semi-spacing)
(#934) Operator '=' must be spaced. (space-infix-ops)
(#934) Missing whitespace after semicolon. (semi-spacing)
(#934) Operator '=' must be spaced. (space-infix-ops)
(#934) Missing whitespace after semicolon. (semi-spacing)
(#934) Operator '=' must be spaced. (space-infix-ops)
(#934) Missing whitespace after semicolon. (semi-spacing)
(#934) Identifier 'shapes_color' is not in camel case. (camelcase)
(#934) Operator '=' must be spaced. (space-infix-ops)
(#934) Missing whitespace after semicolon. (semi-spacing)
(#934) Operator '=' must be spaced. (space-infix-ops)
(#934) Missing whitespace after semicolon. (semi-spacing)
(#934) Missing whitespace after semicolon. (semi-spacing)
(#934) Requires a space before '}'. (block-spacing)
(#934) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#934) Missing semicolon. (semi)
(#934) Missing whitespace after semicolon. (semi-spacing)
(#934) Operator '=' must be spaced. (space-infix-ops)
(#934) Operator '=' must be spaced. (space-infix-ops)
(#934) Missing '()' invoking a constructor. (new-parens)
(#935) This line has a length of 502. Maximum allowed is 132. (max-len)
(#935) Operator '=' must be spaced. (space-infix-ops)
(#935) Missing whitespace after semicolon. (semi-spacing)
(#935) Operator '=' must be spaced. (space-infix-ops)
(#935) Missing whitespace after semicolon. (semi-spacing)
(#935) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#935) Operator '=' must be spaced. (space-infix-ops)
(#935) Missing whitespace after semicolon. (semi-spacing)
(#935) Operator '=' must be spaced. (space-infix-ops)
(#935) Missing whitespace after semicolon. (semi-spacing)
(#935) Operator '=' must be spaced. (space-infix-ops)
(#935) Missing whitespace after semicolon. (semi-spacing)
(#935) Operator '=' must be spaced. (space-infix-ops)
(#935) Requires a space after '{'. (block-spacing)
(#935) Statement inside of curly braces should be on next line. (brace-style)
(#935) Missing space before opening brace. (space-before-blocks)
(#935) Missing whitespace after semicolon. (semi-spacing)
(#935) Operator '=' must be spaced. (space-infix-ops)
(#935) A space is required after ','. (comma-spacing)
(#935) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#935) Operator '=' must be spaced. (space-infix-ops)
(#935) Operator '/' must be spaced. (space-infix-ops)
(#935) A space is required after ','. (comma-spacing)
(#935) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#935) Operator '=' must be spaced. (space-infix-ops)
(#935) Operator '/' must be spaced. (space-infix-ops)
(#935) Operator '*' must be spaced. (space-infix-ops)
(#935) A space is required after ','. (comma-spacing)
(#935) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#935) Operator '=' must be spaced. (space-infix-ops)
(#935) Operator '/' must be spaced. (space-infix-ops)
(#935) A space is required after ','. (comma-spacing)
(#935) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#935) Operator '=' must be spaced. (space-infix-ops)
(#935) Operator '-' must be spaced. (space-infix-ops)
(#935) A space is required after ','. (comma-spacing)
(#935) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#935) A space is required after ','. (comma-spacing)
(#935) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#935) Operator '=' must be spaced. (space-infix-ops)
(#935) Operator '/' must be spaced. (space-infix-ops)
(#935) A space is required after ','. (comma-spacing)
(#935) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#935) Operator '=' must be spaced. (space-infix-ops)
(#935) Operator '/' must be spaced. (space-infix-ops)
(#935) Operator '*' must be spaced. (space-infix-ops)
(#935) Missing whitespace after semicolon. (semi-spacing)
(#935) Operator '*=' must be spaced. (space-infix-ops)
(#935) Missing whitespace after semicolon. (semi-spacing)
(#935) Operator '=' must be spaced. (space-infix-ops)
(#935) Missing whitespace after semicolon. (semi-spacing)
(#935) Operator '=' must be spaced. (space-infix-ops)
(#935) Operator '*' must be spaced. (space-infix-ops)
(#935) A space is required after ','. (comma-spacing)
(#935) Operator '*' must be spaced. (space-infix-ops)
(#935) A space is required after ','. (comma-spacing)
(#935) A space is required after ','. (comma-spacing)
(#935) A space is required after ','. (comma-spacing)
(#935) A space is required after ','. (comma-spacing)
(#935) Operator '+' must be spaced. (space-infix-ops)
(#935) A space is required after ','. (comma-spacing)
(#935) Missing whitespace after semicolon. (semi-spacing)
(#935) Missing whitespace after semicolon. (semi-spacing)
(#936) This line has a length of 528. Maximum allowed is 132. (max-len)
(#936) Missing whitespace after semicolon. (semi-spacing)
(#936) A space is required after ','. (comma-spacing)
(#936) Missing whitespace after semicolon. (semi-spacing)
(#936) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#936) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#936) Operator '||' must be spaced. (space-infix-ops)
(#936) Operator '=' must be spaced. (space-infix-ops)
(#936) Operator '-' must be spaced. (space-infix-ops)
(#936) Operator '*' must be spaced. (space-infix-ops)
(#936) A space is required after ','. (comma-spacing)
(#936) Operator '=' must be spaced. (space-infix-ops)
(#936) Operator '-' must be spaced. (space-infix-ops)
(#936) Operator '*' must be spaced. (space-infix-ops)
(#936) A space is required after ','. (comma-spacing)
(#936) A space is required after ','. (comma-spacing)
(#936) A space is required after ','. (comma-spacing)
(#936) A space is required after ','. (comma-spacing)
(#936) A space is required after ','. (comma-spacing)
(#936) A space is required after ','. (comma-spacing)
(#936) A space is required after ','. (comma-spacing)
(#936) A space is required after ','. (comma-spacing)
(#936) A space is required after ','. (comma-spacing)
(#936) A space is required after ','. (comma-spacing)
(#936) A space is required after ','. (comma-spacing)
(#936) A space is required after ','. (comma-spacing)
(#936) A space is required after ','. (comma-spacing)
(#936) Operator '=' must be spaced. (space-infix-ops)
(#936) A space is required after ','. (comma-spacing)
(#936) A space is required after ','. (comma-spacing)
(#936) A space is required after ','. (comma-spacing)
(#936) A space is required after ','. (comma-spacing)
(#936) A space is required after ','. (comma-spacing)
(#936) A space is required after ','. (comma-spacing)
(#936) A space is required after ','. (comma-spacing)
(#936) A space is required after ','. (comma-spacing)
(#936) Operator '&&' must be spaced. (space-infix-ops)
(#937) This line has a length of 505. Maximum allowed is 132. (max-len)
(#937) A space is required after ','. (comma-spacing)
(#937) A space is required after ','. (comma-spacing)
(#937) A space is required after ','. (comma-spacing)
(#937) A space is required after ','. (comma-spacing)
(#937) A space is required after ','. (comma-spacing)
(#937) A space is required after ','. (comma-spacing)
(#937) A space is required after ','. (comma-spacing)
(#937) A space is required after ','. (comma-spacing)
(#937) A space is required after ','. (comma-spacing)
(#937) A space is required after ','. (comma-spacing)
(#937) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#937) A space is required after ','. (comma-spacing)
(#937) A space is required after ','. (comma-spacing)
(#937) A space is required after ','. (comma-spacing)
(#937) A space is required after ','. (comma-spacing)
(#937) A space is required after ','. (comma-spacing)
(#937) A space is required after ','. (comma-spacing)
(#937) A space is required after ','. (comma-spacing)
(#937) A space is required after ','. (comma-spacing)
(#937) A space is required after ','. (comma-spacing)
(#937) A space is required after ','. (comma-spacing)
(#937) A space is required after ','. (comma-spacing)
(#937) A space is required after ','. (comma-spacing)
(#937) A space is required after ','. (comma-spacing)
(#937) A space is required after ','. (comma-spacing)
(#937) A space is required after ','. (comma-spacing)
(#937) A space is required after ','. (comma-spacing)
(#937) A space is required after ','. (comma-spacing)
(#938) This line has a length of 520. Maximum allowed is 132. (max-len)
(#938) A space is required after ','. (comma-spacing)
(#938) A space is required after ','. (comma-spacing)
(#938) A space is required after ','. (comma-spacing)
(#938) A space is required after ','. (comma-spacing)
(#938) Operator '=' must be spaced. (space-infix-ops)
(#938) A space is required after ','. (comma-spacing)
(#938) A space is required after ','. (comma-spacing)
(#938) A space is required after ','. (comma-spacing)
(#938) A space is required after ','. (comma-spacing)
(#938) A space is required after ','. (comma-spacing)
(#938) A space is required after ','. (comma-spacing)
(#938) A space is required after ','. (comma-spacing)
(#938) A space is required after ','. (comma-spacing)
(#938) A space is required after ','. (comma-spacing)
(#938) A space is required after ','. (comma-spacing)
(#938) A space is required after ','. (comma-spacing)
(#938) A space is required after ','. (comma-spacing)
(#938) Missing whitespace after semicolon. (semi-spacing)
(#938) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#938) Operator '||' must be spaced. (space-infix-ops)
(#938) A space is required after ','. (comma-spacing)
(#938) A space is required after ','. (comma-spacing)
(#938) A space is required after ','. (comma-spacing)
(#938) A space is required after ','. (comma-spacing)
(#938) A space is required after ','. (comma-spacing)
(#938) A space is required after ','. (comma-spacing)
(#938) A space is required after ','. (comma-spacing)
(#938) A space is required after ','. (comma-spacing)
(#938) A space is required after ','. (comma-spacing)
(#938) A space is required after ','. (comma-spacing)
(#938) A space is required after ','. (comma-spacing)
(#938) Operator '=' must be spaced. (space-infix-ops)
(#938) Operator '/' must be spaced. (space-infix-ops)
(#939) This line has a length of 506. Maximum allowed is 132. (max-len)
(#939) A space is required after ','. (comma-spacing)
(#939) Operator '=' must be spaced. (space-infix-ops)
(#939) Operator '-' must be spaced. (space-infix-ops)
(#939) Operator '-' must be spaced. (space-infix-ops)
(#939) Operator '*' must be spaced. (space-infix-ops)
(#939) A space is required after ','. (comma-spacing)
(#939) Operator '=' must be spaced. (space-infix-ops)
(#939) Operator '+' must be spaced. (space-infix-ops)
(#939) Operator '*' must be spaced. (space-infix-ops)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) Operator '=' must be spaced. (space-infix-ops)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) Operator '=' must be spaced. (space-infix-ops)
(#939) Operator '-' must be spaced. (space-infix-ops)
(#939) Operator '*' must be spaced. (space-infix-ops)
(#939) A space is required after ','. (comma-spacing)
(#939) Operator '=' must be spaced. (space-infix-ops)
(#939) Operator '+' must be spaced. (space-infix-ops)
(#939) Operator '*' must be spaced. (space-infix-ops)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) Operator '=' must be spaced. (space-infix-ops)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#939) A space is required after ','. (comma-spacing)
(#940) This line has a length of 509. Maximum allowed is 132. (max-len)
(#940) A space is required after ','. (comma-spacing)
(#940) Missing whitespace after semicolon. (semi-spacing)
(#940) Requires a space before '}'. (block-spacing)
(#940) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#940) Missing semicolon. (semi)
(#940) Missing whitespace after semicolon. (semi-spacing)
(#940) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#940) Operator '=' must be spaced. (space-infix-ops)
(#940) Requires a space after '{'. (block-spacing)
(#940) Statement inside of curly braces should be on next line. (brace-style)
(#940) Missing space before opening brace. (space-before-blocks)
(#940) Operator '=' must be spaced. (space-infix-ops)
(#940) Requires a space before '}'. (block-spacing)
(#940) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#940) Missing semicolon. (semi)
(#940) Missing whitespace after semicolon. (semi-spacing)
(#940) Operator '=' must be spaced. (space-infix-ops)
(#940) Requires a space after '{'. (block-spacing)
(#940) Statement inside of curly braces should be on next line. (brace-style)
(#940) Missing space before opening brace. (space-before-blocks)
(#940) Requires a space before '}'. (block-spacing)
(#940) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#940) Missing semicolon. (semi)
(#940) Missing whitespace after semicolon. (semi-spacing)
(#940) Operator '=' must be spaced. (space-infix-ops)
(#940) Requires a space after '{'. (block-spacing)
(#940) Statement inside of curly braces should be on next line. (brace-style)
(#940) Missing space before opening brace. (space-before-blocks)
(#940) Requires a space before '}'. (block-spacing)
(#940) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#940) Missing semicolon. (semi)
(#940) Missing whitespace after semicolon. (semi-spacing)
(#940) Operator '=' must be spaced. (space-infix-ops)
(#940) Requires a space after '{'. (block-spacing)
(#940) Statement inside of curly braces should be on next line. (brace-style)
(#940) Missing space before opening brace. (space-before-blocks)
(#940) Requires a space before '}'. (block-spacing)
(#940) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#940) Missing semicolon. (semi)
(#940) Missing whitespace after semicolon. (semi-spacing)
(#940) Operator '=' must be spaced. (space-infix-ops)
(#940) Requires a space after '{'. (block-spacing)
(#940) Statement inside of curly braces should be on next line. (brace-style)
(#940) Missing space before opening brace. (space-before-blocks)
(#940) Requires a space before '}'. (block-spacing)
(#940) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#940) Missing semicolon. (semi)
(#940) Missing whitespace after semicolon. (semi-spacing)
(#940) Operator '=' must be spaced. (space-infix-ops)
(#940) Requires a space after '{'. (block-spacing)
(#940) Statement inside of curly braces should be on next line. (brace-style)
(#940) Missing space before opening brace. (space-before-blocks)
(#940) Requires a space before '}'. (block-spacing)
(#940) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#940) Missing semicolon. (semi)
(#940) Missing whitespace after semicolon. (semi-spacing)
(#940) Operator '=' must be spaced. (space-infix-ops)
(#940) Requires a space after '{'. (block-spacing)
(#940) Statement inside of curly braces should be on next line. (brace-style)
(#940) Missing space before opening brace. (space-before-blocks)
(#940) Operator '=' must be spaced. (space-infix-ops)
(#941) This line has a length of 501. Maximum allowed is 132. (max-len)
(#941) Missing whitespace after semicolon. (semi-spacing)
(#941) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#941) Operator '>' must be spaced. (space-infix-ops)
(#941) Operator '-' must be spaced. (space-infix-ops)
(#941) A space is required after ','. (comma-spacing)
(#941) Operator '&&' must be spaced. (space-infix-ops)
(#941) Operator '=' must be spaced. (space-infix-ops)
(#941) Missing whitespace after semicolon. (semi-spacing)
(#941) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#941) Requires a space before '}'. (block-spacing)
(#941) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#941) Missing semicolon. (semi)
(#941) Missing whitespace after semicolon. (semi-spacing)
(#941) Operator '=' must be spaced. (space-infix-ops)
(#941) Requires a space after '{'. (block-spacing)
(#941) Statement inside of curly braces should be on next line. (brace-style)
(#941) Missing space before opening brace. (space-before-blocks)
(#941) Requires a space before '}'. (block-spacing)
(#941) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#941) Missing semicolon. (semi)
(#941) Missing whitespace after semicolon. (semi-spacing)
(#941) Operator '=' must be spaced. (space-infix-ops)
(#941) Requires a space after '{'. (block-spacing)
(#941) Statement inside of curly braces should be on next line. (brace-style)
(#941) Missing space before opening brace. (space-before-blocks)
(#941) Requires a space before '}'. (block-spacing)
(#941) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#941) Missing semicolon. (semi)
(#941) Missing whitespace after semicolon. (semi-spacing)
(#941) Operator '=' must be spaced. (space-infix-ops)
(#941) Requires a space after '{'. (block-spacing)
(#941) Statement inside of curly braces should be on next line. (brace-style)
(#941) Missing space before opening brace. (space-before-blocks)
(#941) Requires a space before '}'. (block-spacing)
(#941) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#941) Missing semicolon. (semi)
(#941) Missing whitespace after semicolon. (semi-spacing)
(#941) Operator '=' must be spaced. (space-infix-ops)
(#941) Requires a space after '{'. (block-spacing)
(#941) Statement inside of curly braces should be on next line. (brace-style)
(#941) Missing space before opening brace. (space-before-blocks)
(#941) Requires a space before '}'. (block-spacing)
(#941) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#941) Missing semicolon. (semi)
(#941) Missing whitespace after semicolon. (semi-spacing)
(#941) Operator '=' must be spaced. (space-infix-ops)
(#941) A space is required after ','. (comma-spacing)
(#941) Requires a space after '{'. (block-spacing)
(#941) Statement inside of curly braces should be on next line. (brace-style)
(#941) Missing space before opening brace. (space-before-blocks)
(#941) A space is required after ','. (comma-spacing)
(#941) Requires a space before '}'. (block-spacing)
(#941) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#941) Missing semicolon. (semi)
(#941) Missing whitespace after semicolon. (semi-spacing)
(#941) Operator '=' must be spaced. (space-infix-ops)
(#942) This line has a length of 444. Maximum allowed is 132. (max-len)
(#942) Requires a space after '{'. (block-spacing)
(#942) Statement inside of curly braces should be on next line. (brace-style)
(#942) Missing space before opening brace. (space-before-blocks)
(#942) Requires a space before '}'. (block-spacing)
(#942) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#942) Missing semicolon. (semi)
(#942) Missing whitespace after semicolon. (semi-spacing)
(#942) Operator '=' must be spaced. (space-infix-ops)
(#942) Requires a space after '{'. (block-spacing)
(#942) Statement inside of curly braces should be on next line. (brace-style)
(#942) Missing space before opening brace. (space-before-blocks)
(#942) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#942) Requires a space before '}'. (block-spacing)
(#942) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#942) Missing semicolon. (semi)
(#942) Missing whitespace after semicolon. (semi-spacing)
(#942) Operator '=' must be spaced. (space-infix-ops)
(#942) Requires a space after '{'. (block-spacing)
(#942) Statement inside of curly braces should be on next line. (brace-style)
(#942) Missing space before opening brace. (space-before-blocks)
(#942) Requires a space before '}'. (block-spacing)
(#942) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#942) Missing semicolon. (semi)
(#942) Missing whitespace after semicolon. (semi-spacing)
(#942) Operator '=' must be spaced. (space-infix-ops)
(#942) Requires a space after '{'. (block-spacing)
(#942) Statement inside of curly braces should be on next line. (brace-style)
(#942) Missing space before opening brace. (space-before-blocks)
(#942) Requires a space before '}'. (block-spacing)
(#942) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#942) Missing semicolon. (semi)
(#942) Requires a space before '}'. (block-spacing)
(#942) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#942) Missing semicolon. (semi)
(#942) 'ChemDoodle' is not defined. (no-undef)
(#942) A space is required after ','. (comma-spacing)
(#942) 'ChemDoodle' is not defined. (no-undef)
(#942) A space is required after ','. (comma-spacing)
(#942) 'ChemDoodle' is not defined. (no-undef)
(#942) A space is required after ','. (comma-spacing)
(#942) 'ChemDoodle' is not defined. (no-undef)
(#942) A space is required after ','. (comma-spacing)
(#942) 'ChemDoodle' is not defined. (no-undef)
(#942) A space is required after ','. (comma-spacing)
(#942) 'ChemDoodle' is not defined. (no-undef)
(#942) A space is required after ','. (comma-spacing)
(#942) 'ChemDoodle' is not defined. (no-undef)
(#942) A space is required after ','. (comma-spacing)
(#942) A space is required after ','. (comma-spacing)
(#942) 'ChemDoodle' is not defined. (no-undef)
(#942) A space is required after ','. (comma-spacing)
question/type/molsimilarity/Chemdoodle/uis/ChemDoodleWeb-uis-unpacked.js
(#14770) Parsing error: The keyword 'let' is reserved
question/type/molsimilarity/javascript/mobile.js
(#33) Parsing error: The keyword 'const' is reserved
question/type/molsimilarity/module.js
(#30) Parsing error: Unexpected token dirr
question/type/molsimilarity/utils.js
(#18) Parsing error: Unexpected token request

CSS problems

(893 errors, 27 warnings)

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

question/type/molsimilarity/styles.css
(#11) Invalid value for `position` (csstree/validator)
question/type/molsimilarity/Chemdoodle/ChemDoodleWeb.css
(#29) Expected indentation of 4 spaces (indentation)
question/type/molsimilarity/Chemdoodle/uis/jquery-ui-1.11.4.css
(#51) Can't parse value "Alpha(Opacity=0)" (csstree/validator)
(#598) Can't parse value "alpha(opacity=25)" (csstree/validator)
(#953) Can't parse value "Alpha(Opacity=70)" (csstree/validator)
(#960) Can't parse value "Alpha(Opacity=35)" (csstree/validator)
(#964) Can't parse value "Alpha(Opacity=35)" (csstree/validator)
(#1212) Can't parse value "Alpha(Opacity=80)" (csstree/validator)
(#1219) Can't parse value "Alpha(Opacity=60)" (csstree/validator)
(#247) Expected newline before "}" (block-closing-brace-newline-before)
(#297) Expected newline before "}" (block-closing-brace-newline-before)
(#299) Expected newline before "}" (block-closing-brace-newline-before)
(#1001) Expected newline before "}" (block-closing-brace-newline-before)
(#1002) Expected newline before "}" (block-closing-brace-newline-before)
(#1003) Expected newline before "}" (block-closing-brace-newline-before)
(#1004) Expected newline before "}" (block-closing-brace-newline-before)
(#1005) Expected newline before "}" (block-closing-brace-newline-before)
(#1006) Expected newline before "}" (block-closing-brace-newline-before)
(#1007) Expected newline before "}" (block-closing-brace-newline-before)
(#1008) Expected newline before "}" (block-closing-brace-newline-before)
(#1009) Expected newline before "}" (block-closing-brace-newline-before)
(#1010) Expected newline before "}" (block-closing-brace-newline-before)
(#1011) Expected newline before "}" (block-closing-brace-newline-before)
(#1012) Expected newline before "}" (block-closing-brace-newline-before)
(#1013) Expected newline before "}" (block-closing-brace-newline-before)
(#1014) Expected newline before "}" (block-closing-brace-newline-before)
(#1015) Expected newline before "}" (block-closing-brace-newline-before)
(#1016) Expected newline before "}" (block-closing-brace-newline-before)
(#1017) Expected newline before "}" (block-closing-brace-newline-before)
(#1018) Expected newline before "}" (block-closing-brace-newline-before)
(#1019) Expected newline before "}" (block-closing-brace-newline-before)
(#1020) Expected newline before "}" (block-closing-brace-newline-before)
(#1021) Expected newline before "}" (block-closing-brace-newline-before)
(#1022) Expected newline before "}" (block-closing-brace-newline-before)
(#1023) Expected newline before "}" (block-closing-brace-newline-before)
(#1024) Expected newline before "}" (block-closing-brace-newline-before)
(#1025) Expected newline before "}" (block-closing-brace-newline-before)
(#1026) Expected newline before "}" (block-closing-brace-newline-before)
(#1027) Expected newline before "}" (block-closing-brace-newline-before)
(#1028) Expected newline before "}" (block-closing-brace-newline-before)
(#1029) Expected newline before "}" (block-closing-brace-newline-before)
(#1030) Expected newline before "}" (block-closing-brace-newline-before)
(#1031) Expected newline before "}" (block-closing-brace-newline-before)
(#1032) Expected newline before "}" (block-closing-brace-newline-before)
(#1033) Expected newline before "}" (block-closing-brace-newline-before)
(#1034) Expected newline before "}" (block-closing-brace-newline-before)
(#1035) Expected newline before "}" (block-closing-brace-newline-before)
(#1036) Expected newline before "}" (block-closing-brace-newline-before)
(#1037) Expected newline before "}" (block-closing-brace-newline-before)
(#1038) Expected newline before "}" (block-closing-brace-newline-before)
(#1039) Expected newline before "}" (block-closing-brace-newline-before)
(#1040) Expected newline before "}" (block-closing-brace-newline-before)
(#1041) Expected newline before "}" (block-closing-brace-newline-before)
(#1042) Expected newline before "}" (block-closing-brace-newline-before)
(#1043) Expected newline before "}" (block-closing-brace-newline-before)
(#1044) Expected newline before "}" (block-closing-brace-newline-before)
(#1045) Expected newline before "}" (block-closing-brace-newline-before)
(#1046) Expected newline before "}" (block-closing-brace-newline-before)
(#1047) Expected newline before "}" (block-closing-brace-newline-before)
(#1048) Expected newline before "}" (block-closing-brace-newline-before)
(#1049) Expected newline before "}" (block-closing-brace-newline-before)
(#1050) Expected newline before "}" (block-closing-brace-newline-before)
(#1051) Expected newline before "}" (block-closing-brace-newline-before)
(#1052) Expected newline before "}" (block-closing-brace-newline-before)
(#1053) Expected newline before "}" (block-closing-brace-newline-before)
(#1054) Expected newline before "}" (block-closing-brace-newline-before)
(#1055) Expected newline before "}" (block-closing-brace-newline-before)
(#1056) Expected newline before "}" (block-closing-brace-newline-before)
(#1057) Expected newline before "}" (block-closing-brace-newline-before)
(#1058) Expected newline before "}" (block-closing-brace-newline-before)
(#1059) Expected newline before "}" (block-closing-brace-newline-before)
(#1060) Expected newline before "}" (block-closing-brace-newline-before)
(#1061) Expected newline before "}" (block-closing-brace-newline-before)
(#1062) Expected newline before "}" (block-closing-brace-newline-before)
(#1063) Expected newline before "}" (block-closing-brace-newline-before)
(#1064) Expected newline before "}" (block-closing-brace-newline-before)
(#1065) Expected newline before "}" (block-closing-brace-newline-before)
(#1066) Expected newline before "}" (block-closing-brace-newline-before)
(#1067) Expected newline before "}" (block-closing-brace-newline-before)
(#1068) Expected newline before "}" (block-closing-brace-newline-before)
(#1069) Expected newline before "}" (block-closing-brace-newline-before)
(#1070) Expected newline before "}" (block-closing-brace-newline-before)
(#1071) Expected newline before "}" (block-closing-brace-newline-before)
(#1072) Expected newline before "}" (block-closing-brace-newline-before)
(#1073) Expected newline before "}" (block-closing-brace-newline-before)
(#1074) Expected newline before "}" (block-closing-brace-newline-before)
(#1075) Expected newline before "}" (block-closing-brace-newline-before)
(#1076) Expected newline before "}" (block-closing-brace-newline-before)
(#1077) Expected newline before "}" (block-closing-brace-newline-before)
(#1078) Expected newline before "}" (block-closing-brace-newline-before)
(#1079) Expected newline before "}" (block-closing-brace-newline-before)
(#1080) Expected newline before "}" (block-closing-brace-newline-before)
(#1081) Expected newline before "}" (block-closing-brace-newline-before)
(#1082) Expected newline before "}" (block-closing-brace-newline-before)
(#1083) Expected newline before "}" (block-closing-brace-newline-before)
(#1084) Expected newline before "}" (block-closing-brace-newline-before)
(#1085) Expected newline before "}" (block-closing-brace-newline-before)
(#1086) Expected newline before "}" (block-closing-brace-newline-before)
(#1087) Expected newline before "}" (block-closing-brace-newline-before)
(#1088) Expected newline before "}" (block-closing-brace-newline-before)
(#1089) Expected newline before "}" (block-closing-brace-newline-before)
(#1090) Expected newline before "}" (block-closing-brace-newline-before)
(#1091) Expected newline before "}" (block-closing-brace-newline-before)
(#1092) Expected newline before "}" (block-closing-brace-newline-before)
(#1093) Expected newline before "}" (block-closing-brace-newline-before)
(#1094) Expected newline before "}" (block-closing-brace-newline-before)
(#1095) Expected newline before "}" (block-closing-brace-newline-before)
(#1096) Expected newline before "}" (block-closing-brace-newline-before)
(#1097) Expected newline before "}" (block-closing-brace-newline-before)
(#1098) Expected newline before "}" (block-closing-brace-newline-before)
(#1099) Expected newline before "}" (block-closing-brace-newline-before)
(#1100) Expected newline before "}" (block-closing-brace-newline-before)
(#1101) Expected newline before "}" (block-closing-brace-newline-before)
(#1102) Expected newline before "}" (block-closing-brace-newline-before)
(#1103) Expected newline before "}" (block-closing-brace-newline-before)
(#1104) Expected newline before "}" (block-closing-brace-newline-before)
(#1105) Expected newline before "}" (block-closing-brace-newline-before)
(#1106) Expected newline before "}" (block-closing-brace-newline-before)
(#1107) Expected newline before "}" (block-closing-brace-newline-before)
(#1108) Expected newline before "}" (block-closing-brace-newline-before)
(#1109) Expected newline before "}" (block-closing-brace-newline-before)
(#1110) Expected newline before "}" (block-closing-brace-newline-before)
(#1111) Expected newline before "}" (block-closing-brace-newline-before)
(#1112) Expected newline before "}" (block-closing-brace-newline-before)
(#1113) Expected newline before "}" (block-closing-brace-newline-before)
(#1114) Expected newline before "}" (block-closing-brace-newline-before)
(#1115) Expected newline before "}" (block-closing-brace-newline-before)
(#1116) Expected newline before "}" (block-closing-brace-newline-before)
(#1117) Expected newline before "}" (block-closing-brace-newline-before)
(#1118) Expected newline before "}" (block-closing-brace-newline-before)
(#1119) Expected newline before "}" (block-closing-brace-newline-before)
(#1120) Expected newline before "}" (block-closing-brace-newline-before)
(#1121) Expected newline before "}" (block-closing-brace-newline-before)
(#1122) Expected newline before "}" (block-closing-brace-newline-before)
(#1123) Expected newline before "}" (block-closing-brace-newline-before)
(#1124) Expected newline before "}" (block-closing-brace-newline-before)
(#1125) Expected newline before "}" (block-closing-brace-newline-before)
(#1126) Expected newline before "}" (block-closing-brace-newline-before)
(#1127) Expected newline before "}" (block-closing-brace-newline-before)
(#1128) Expected newline before "}" (block-closing-brace-newline-before)
(#1129) Expected newline before "}" (block-closing-brace-newline-before)
(#1130) Expected newline before "}" (block-closing-brace-newline-before)
(#1131) Expected newline before "}" (block-closing-brace-newline-before)
(#1132) Expected newline before "}" (block-closing-brace-newline-before)
(#1133) Expected newline before "}" (block-closing-brace-newline-before)
(#1134) Expected newline before "}" (block-closing-brace-newline-before)
(#1135) Expected newline before "}" (block-closing-brace-newline-before)
(#1136) Expected newline before "}" (block-closing-brace-newline-before)
(#1137) Expected newline before "}" (block-closing-brace-newline-before)
(#1139) Expected newline before "}" (block-closing-brace-newline-before)
(#1140) Expected newline before "}" (block-closing-brace-newline-before)
(#1141) Expected newline before "}" (block-closing-brace-newline-before)
(#1142) Expected newline before "}" (block-closing-brace-newline-before)
(#1143) Expected newline before "}" (block-closing-brace-newline-before)
(#1144) Expected newline before "}" (block-closing-brace-newline-before)
(#1145) Expected newline before "}" (block-closing-brace-newline-before)
(#1146) Expected newline before "}" (block-closing-brace-newline-before)
(#1147) Expected newline before "}" (block-closing-brace-newline-before)
(#1148) Expected newline before "}" (block-closing-brace-newline-before)
(#1149) Expected newline before "}" (block-closing-brace-newline-before)
(#1150) Expected newline before "}" (block-closing-brace-newline-before)
(#1151) Expected newline before "}" (block-closing-brace-newline-before)
(#1152) Expected newline before "}" (block-closing-brace-newline-before)
(#1153) Expected newline before "}" (block-closing-brace-newline-before)
(#1154) Expected newline before "}" (block-closing-brace-newline-before)
(#1155) Expected newline before "}" (block-closing-brace-newline-before)
(#1156) Expected newline before "}" (block-closing-brace-newline-before)
(#1157) Expected newline before "}" (block-closing-brace-newline-before)
(#1158) Expected newline before "}" (block-closing-brace-newline-before)
(#1159) Expected newline before "}" (block-closing-brace-newline-before)
(#1160) Expected newline before "}" (block-closing-brace-newline-before)
(#1161) Expected newline before "}" (block-closing-brace-newline-before)
(#1162) Expected newline before "}" (block-closing-brace-newline-before)
(#1163) Expected newline before "}" (block-closing-brace-newline-before)
(#1164) Expected newline before "}" (block-closing-brace-newline-before)
(#1165) Expected newline before "}" (block-closing-brace-newline-before)
(#1166) Expected newline before "}" (block-closing-brace-newline-before)
(#1167) Expected newline before "}" (block-closing-brace-newline-before)
(#1168) Expected newline before "}" (block-closing-brace-newline-before)
(#1169) Expected newline before "}" (block-closing-brace-newline-before)
(#1170) Expected newline before "}" (block-closing-brace-newline-before)
(#1171) Expected newline before "}" (block-closing-brace-newline-before)
(#1172) Expected newline before "}" (block-closing-brace-newline-before)
(#1173) Expected newline before "}" (block-closing-brace-newline-before)
(#1174) Expected newline before "}" (block-closing-brace-newline-before)
(#1175) Expected newline before "}" (block-closing-brace-newline-before)
(#1176) Expected newline before "}" (block-closing-brace-newline-before)
(#247) Expected newline after "{" (block-opening-brace-newline-after)
(#297) Expected newline after "{" (block-opening-brace-newline-after)
(#299) Expected newline after "{" (block-opening-brace-newline-after)
(#1001) Expected newline after "{" (block-opening-brace-newline-after)
(#1002) Expected newline after "{" (block-opening-brace-newline-after)
(#1003) Expected newline after "{" (block-opening-brace-newline-after)
(#1004) Expected newline after "{" (block-opening-brace-newline-after)
(#1005) Expected newline after "{" (block-opening-brace-newline-after)
(#1006) Expected newline after "{" (block-opening-brace-newline-after)
(#1007) Expected newline after "{" (block-opening-brace-newline-after)
(#1008) Expected newline after "{" (block-opening-brace-newline-after)
(#1009) Expected newline after "{" (block-opening-brace-newline-after)
(#1010) Expected newline after "{" (block-opening-brace-newline-after)
(#1011) Expected newline after "{" (block-opening-brace-newline-after)
(#1012) Expected newline after "{" (block-opening-brace-newline-after)
(#1013) Expected newline after "{" (block-opening-brace-newline-after)
(#1014) Expected newline after "{" (block-opening-brace-newline-after)
(#1015) Expected newline after "{" (block-opening-brace-newline-after)
(#1016) Expected newline after "{" (block-opening-brace-newline-after)
(#1017) Expected newline after "{" (block-opening-brace-newline-after)
(#1018) Expected newline after "{" (block-opening-brace-newline-after)
(#1019) Expected newline after "{" (block-opening-brace-newline-after)
(#1020) Expected newline after "{" (block-opening-brace-newline-after)
(#1021) Expected newline after "{" (block-opening-brace-newline-after)
(#1022) Expected newline after "{" (block-opening-brace-newline-after)
(#1023) Expected newline after "{" (block-opening-brace-newline-after)
(#1024) Expected newline after "{" (block-opening-brace-newline-after)
(#1025) Expected newline after "{" (block-opening-brace-newline-after)
(#1026) Expected newline after "{" (block-opening-brace-newline-after)
(#1027) Expected newline after "{" (block-opening-brace-newline-after)
(#1028) Expected newline after "{" (block-opening-brace-newline-after)
(#1029) Expected newline after "{" (block-opening-brace-newline-after)
(#1030) Expected newline after "{" (block-opening-brace-newline-after)
(#1031) Expected newline after "{" (block-opening-brace-newline-after)
(#1032) Expected newline after "{" (block-opening-brace-newline-after)
(#1033) Expected newline after "{" (block-opening-brace-newline-after)
(#1034) Expected newline after "{" (block-opening-brace-newline-after)
(#1035) Expected newline after "{" (block-opening-brace-newline-after)
(#1036) Expected newline after "{" (block-opening-brace-newline-after)
(#1037) Expected newline after "{" (block-opening-brace-newline-after)
(#1038) Expected newline after "{" (block-opening-brace-newline-after)
(#1039) Expected newline after "{" (block-opening-brace-newline-after)
(#1040) Expected newline after "{" (block-opening-brace-newline-after)
(#1041) Expected newline after "{" (block-opening-brace-newline-after)
(#1042) Expected newline after "{" (block-opening-brace-newline-after)
(#1043) Expected newline after "{" (block-opening-brace-newline-after)
(#1044) Expected newline after "{" (block-opening-brace-newline-after)
(#1045) Expected newline after "{" (block-opening-brace-newline-after)
(#1046) Expected newline after "{" (block-opening-brace-newline-after)
(#1047) Expected newline after "{" (block-opening-brace-newline-after)
(#1048) Expected newline after "{" (block-opening-brace-newline-after)
(#1049) Expected newline after "{" (block-opening-brace-newline-after)
(#1050) Expected newline after "{" (block-opening-brace-newline-after)
(#1051) Expected newline after "{" (block-opening-brace-newline-after)
(#1052) Expected newline after "{" (block-opening-brace-newline-after)
(#1053) Expected newline after "{" (block-opening-brace-newline-after)
(#1054) Expected newline after "{" (block-opening-brace-newline-after)
(#1055) Expected newline after "{" (block-opening-brace-newline-after)
(#1056) Expected newline after "{" (block-opening-brace-newline-after)
(#1057) Expected newline after "{" (block-opening-brace-newline-after)
(#1058) Expected newline after "{" (block-opening-brace-newline-after)
(#1059) Expected newline after "{" (block-opening-brace-newline-after)
(#1060) Expected newline after "{" (block-opening-brace-newline-after)
(#1061) Expected newline after "{" (block-opening-brace-newline-after)
(#1062) Expected newline after "{" (block-opening-brace-newline-after)
(#1063) Expected newline after "{" (block-opening-brace-newline-after)
(#1064) Expected newline after "{" (block-opening-brace-newline-after)
(#1065) Expected newline after "{" (block-opening-brace-newline-after)
(#1066) Expected newline after "{" (block-opening-brace-newline-after)
(#1067) Expected newline after "{" (block-opening-brace-newline-after)
(#1068) Expected newline after "{" (block-opening-brace-newline-after)
(#1069) Expected newline after "{" (block-opening-brace-newline-after)
(#1070) Expected newline after "{" (block-opening-brace-newline-after)
(#1071) Expected newline after "{" (block-opening-brace-newline-after)
(#1072) Expected newline after "{" (block-opening-brace-newline-after)
(#1073) Expected newline after "{" (block-opening-brace-newline-after)
(#1074) Expected newline after "{" (block-opening-brace-newline-after)
(#1075) Expected newline after "{" (block-opening-brace-newline-after)
(#1076) Expected newline after "{" (block-opening-brace-newline-after)
(#1077) Expected newline after "{" (block-opening-brace-newline-after)
(#1078) Expected newline after "{" (block-opening-brace-newline-after)
(#1079) Expected newline after "{" (block-opening-brace-newline-after)
(#1080) Expected newline after "{" (block-opening-brace-newline-after)
(#1081) Expected newline after "{" (block-opening-brace-newline-after)
(#1082) Expected newline after "{" (block-opening-brace-newline-after)
(#1083) Expected newline after "{" (block-opening-brace-newline-after)
(#1084) Expected newline after "{" (block-opening-brace-newline-after)
(#1085) Expected newline after "{" (block-opening-brace-newline-after)
(#1086) Expected newline after "{" (block-opening-brace-newline-after)
(#1087) Expected newline after "{" (block-opening-brace-newline-after)
(#1088) Expected newline after "{" (block-opening-brace-newline-after)
(#1089) Expected newline after "{" (block-opening-brace-newline-after)
(#1090) Expected newline after "{" (block-opening-brace-newline-after)
(#1091) Expected newline after "{" (block-opening-brace-newline-after)
(#1092) Expected newline after "{" (block-opening-brace-newline-after)
(#1093) Expected newline after "{" (block-opening-brace-newline-after)
(#1094) Expected newline after "{" (block-opening-brace-newline-after)
(#1095) Expected newline after "{" (block-opening-brace-newline-after)
(#1096) Expected newline after "{" (block-opening-brace-newline-after)
(#1097) Expected newline after "{" (block-opening-brace-newline-after)
(#1098) Expected newline after "{" (block-opening-brace-newline-after)
(#1099) Expected newline after "{" (block-opening-brace-newline-after)
(#1100) Expected newline after "{" (block-opening-brace-newline-after)
(#1101) Expected newline after "{" (block-opening-brace-newline-after)
(#1102) Expected newline after "{" (block-opening-brace-newline-after)
(#1103) Expected newline after "{" (block-opening-brace-newline-after)
(#1104) Expected newline after "{" (block-opening-brace-newline-after)
(#1105) Expected newline after "{" (block-opening-brace-newline-after)
(#1106) Expected newline after "{" (block-opening-brace-newline-after)
(#1107) Expected newline after "{" (block-opening-brace-newline-after)
(#1108) Expected newline after "{" (block-opening-brace-newline-after)
(#1109) Expected newline after "{" (block-opening-brace-newline-after)
(#1110) Expected newline after "{" (block-opening-brace-newline-after)
(#1111) Expected newline after "{" (block-opening-brace-newline-after)
(#1112) Expected newline after "{" (block-opening-brace-newline-after)
(#1113) Expected newline after "{" (block-opening-brace-newline-after)
(#1114) Expected newline after "{" (block-opening-brace-newline-after)
(#1115) Expected newline after "{" (block-opening-brace-newline-after)
(#1116) Expected newline after "{" (block-opening-brace-newline-after)
(#1117) Expected newline after "{" (block-opening-brace-newline-after)
(#1118) Expected newline after "{" (block-opening-brace-newline-after)
(#1119) Expected newline after "{" (block-opening-brace-newline-after)
(#1120) Expected newline after "{" (block-opening-brace-newline-after)
(#1121) Expected newline after "{" (block-opening-brace-newline-after)
(#1122) Expected newline after "{" (block-opening-brace-newline-after)
(#1123) Expected newline after "{" (block-opening-brace-newline-after)
(#1124) Expected newline after "{" (block-opening-brace-newline-after)
(#1125) Expected newline after "{" (block-opening-brace-newline-after)
(#1126) Expected newline after "{" (block-opening-brace-newline-after)
(#1127) Expected newline after "{" (block-opening-brace-newline-after)
(#1128) Expected newline after "{" (block-opening-brace-newline-after)
(#1129) Expected newline after "{" (block-opening-brace-newline-after)
(#1130) Expected newline after "{" (block-opening-brace-newline-after)
(#1131) Expected newline after "{" (block-opening-brace-newline-after)
(#1132) Expected newline after "{" (block-opening-brace-newline-after)
(#1133) Expected newline after "{" (block-opening-brace-newline-after)
(#1134) Expected newline after "{" (block-opening-brace-newline-after)
(#1135) Expected newline after "{" (block-opening-brace-newline-after)
(#1136) Expected newline after "{" (block-opening-brace-newline-after)
(#1137) Expected newline after "{" (block-opening-brace-newline-after)
(#1139) Expected newline after "{" (block-opening-brace-newline-after)
(#1140) Expected newline after "{" (block-opening-brace-newline-after)
(#1141) Expected newline after "{" (block-opening-brace-newline-after)
(#1142) Expected newline after "{" (block-opening-brace-newline-after)
(#1143) Expected newline after "{" (block-opening-brace-newline-after)
(#1144) Expected newline after "{" (block-opening-brace-newline-after)
(#1145) Expected newline after "{" (block-opening-brace-newline-after)
(#1146) Expected newline after "{" (block-opening-brace-newline-after)
(#1147) Expected newline after "{" (block-opening-brace-newline-after)
(#1148) Expected newline after "{" (block-opening-brace-newline-after)
(#1149) Expected newline after "{" (block-opening-brace-newline-after)
(#1150) Expected newline after "{" (block-opening-brace-newline-after)
(#1151) Expected newline after "{" (block-opening-brace-newline-after)
(#1152) Expected newline after "{" (block-opening-brace-newline-after)
(#1153) Expected newline after "{" (block-opening-brace-newline-after)
(#1154) Expected newline after "{" (block-opening-brace-newline-after)
(#1155) Expected newline after "{" (block-opening-brace-newline-after)
(#1156) Expected newline after "{" (block-opening-brace-newline-after)
(#1157) Expected newline after "{" (block-opening-brace-newline-after)
(#1158) Expected newline after "{" (block-opening-brace-newline-after)
(#1159) Expected newline after "{" (block-opening-brace-newline-after)
(#1160) Expected newline after "{" (block-opening-brace-newline-after)
(#1161) Expected newline after "{" (block-opening-brace-newline-after)
(#1162) Expected newline after "{" (block-opening-brace-newline-after)
(#1163) Expected newline after "{" (block-opening-brace-newline-after)
(#1164) Expected newline after "{" (block-opening-brace-newline-after)
(#1165) Expected newline after "{" (block-opening-brace-newline-after)
(#1166) Expected newline after "{" (block-opening-brace-newline-after)
(#1167) Expected newline after "{" (block-opening-brace-newline-after)
(#1168) Expected newline after "{" (block-opening-brace-newline-after)
(#1169) Expected newline after "{" (block-opening-brace-newline-after)
(#1170) Expected newline after "{" (block-opening-brace-newline-after)
(#1171) Expected newline after "{" (block-opening-brace-newline-after)
(#1172) Expected newline after "{" (block-opening-brace-newline-after)
(#1173) Expected newline after "{" (block-opening-brace-newline-after)
(#1174) Expected newline after "{" (block-opening-brace-newline-after)
(#1175) Expected newline after "{" (block-opening-brace-newline-after)
(#1176) Expected newline after "{" (block-opening-brace-newline-after)
(#843) Expected "#aaaaaa" to be "#aaa" (color-hex-length)
(#845) Expected "#333333" to be "#333" (color-hex-length)
(#848) Expected "#333333" to be "#333" (color-hex-length)
(#851) Expected "#bbbbbb" to be "#bbb" (color-hex-length)
(#852) Expected "#dddddd" to be "#ddd" (color-hex-length)
(#853) Expected "#444444" to be "#444" (color-hex-length)
(#857) Expected "#444444" to be "#444" (color-hex-length)
(#865) Expected "#cccccc" to be "#ccc" (color-hex-length)
(#866) Expected "#eeeeee" to be "#eee" (color-hex-length)
(#882) Expected "#bbbbbb" to be "#bbb" (color-hex-length)
(#901) Expected "#999999" to be "#999" (color-hex-length)
(#902) Expected "#999999" to be "#999" (color-hex-length)
(#904) Expected "#ffffff" to be "#fff" (color-hex-length)
(#909) Expected "#ffffff" to be "#fff" (color-hex-length)
(#918) Expected "#ffffff" to be "#fff" (color-hex-length)
(#919) Expected "#eeeeee" to be "#eee" (color-hex-length)
(#920) Expected "#444444" to be "#444" (color-hex-length)
(#925) Expected "#444444" to be "#444" (color-hex-length)
(#932) Expected "#ffffff" to be "#fff" (color-hex-length)
(#937) Expected "#ffffff" to be "#fff" (color-hex-length)
(#942) Expected "#ffffff" to be "#fff" (color-hex-length)
(#1210) Expected "#eeeeee" to be "#eee" (color-hex-length)
(#1217) Expected "#aaaaaa" to be "#aaa" (color-hex-length)
(#299) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#51) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#953) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#960) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#964) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#62) Unexpected !important (declaration-no-important)
(#51) Expected "Alpha" to be "alpha" (function-name-case)
(#953) Expected "Alpha" to be "alpha" (function-name-case)
(#960) Expected "Alpha" to be "alpha" (function-name-case)
(#964) Expected "Alpha" to be "alpha" (function-name-case)
(#1212) Expected "Alpha" to be "alpha" (function-name-case)
(#1219) Expected "Alpha" to be "alpha" (function-name-case)
(#550) Unexpected URL scheme "data:" (function-url-scheme-blacklist)
(#596) Unexpected URL scheme "data:" (function-url-scheme-blacklist)
(#1220) Unexpected unit (length-zero-no-unit)
(#3) Expected line length to be no more than 132 characters (max-line-length)
(#4) Expected line length to be no more than 132 characters (max-line-length)
(#774) Expected line length to be no more than 132 characters (max-line-length)
(#829) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#829) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#829) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#839) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#839) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#839) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#10) Expected indentation of 4 spaces (indentation)
(#13) Expected indentation of 4 spaces (indentation)
(#14) Expected indentation of 4 spaces (indentation)
(#15) 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)
(#20) 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)
(#27) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#30) 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)
(#39) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#45) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 4 spaces (indentation)
(#48) Expected indentation of 4 spaces (indentation)
(#49) Expected indentation of 4 spaces (indentation)
(#50) Expected indentation of 4 spaces (indentation)
(#51) Expected indentation of 4 spaces (indentation)
(#55) Expected indentation of 4 spaces (indentation)
(#62) Expected indentation of 4 spaces (indentation)
(#71) Expected indentation of 4 spaces (indentation)
(#72) Expected indentation of 4 spaces (indentation)
(#73) Expected indentation of 4 spaces (indentation)
(#74) Expected indentation of 4 spaces (indentation)
(#83) Expected indentation of 4 spaces (indentation)
(#84) Expected indentation of 4 spaces (indentation)
(#85) Expected indentation of 4 spaces (indentation)
(#86) Expected indentation of 4 spaces (indentation)
(#87) Expected indentation of 4 spaces (indentation)
(#90) Expected indentation of 4 spaces (indentation)
(#91) Expected indentation of 4 spaces (indentation)
(#94) Expected indentation of 4 spaces (indentation)
(#97) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#99) Expected indentation of 4 spaces (indentation)
(#100) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#105) Expected indentation of 4 spaces (indentation)
(#108) Expected indentation of 4 spaces (indentation)
(#109) Expected indentation of 4 spaces (indentation)
(#110) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#112) Expected indentation of 4 spaces (indentation)
(#115) Expected indentation of 4 spaces (indentation)
(#116) Expected indentation of 4 spaces (indentation)
(#117) Expected indentation of 4 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#119) Expected indentation of 4 spaces (indentation)
(#122) Expected indentation of 4 spaces (indentation)
(#123) Expected indentation of 4 spaces (indentation)
(#124) Expected indentation of 4 spaces (indentation)
(#125) Expected indentation of 4 spaces (indentation)
(#126) Expected indentation of 4 spaces (indentation)
(#129) Expected indentation of 4 spaces (indentation)
(#130) Expected indentation of 4 spaces (indentation)
(#131) Expected indentation of 4 spaces (indentation)
(#132) Expected indentation of 4 spaces (indentation)
(#133) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#137) Expected indentation of 4 spaces (indentation)
(#138) Expected indentation of 4 spaces (indentation)
(#139) Expected indentation of 4 spaces (indentation)
(#140) Expected indentation of 4 spaces (indentation)
(#143) Expected indentation of 4 spaces (indentation)
(#144) Expected indentation of 4 spaces (indentation)
(#145) Expected indentation of 4 spaces (indentation)
(#146) Expected indentation of 4 spaces (indentation)
(#147) Expected indentation of 4 spaces (indentation)
(#150) Expected indentation of 4 spaces (indentation)
(#151) Expected indentation of 4 spaces (indentation)
(#152) Expected indentation of 4 spaces (indentation)
(#153) Expected indentation of 4 spaces (indentation)
(#154) Expected indentation of 4 spaces (indentation)
(#157) Expected indentation of 4 spaces (indentation)
(#158) Expected indentation of 4 spaces (indentation)
(#159) Expected indentation of 4 spaces (indentation)
(#160) Expected indentation of 4 spaces (indentation)
(#161) Expected indentation of 4 spaces (indentation)
(#164) Expected indentation of 4 spaces (indentation)
(#165) Expected indentation of 4 spaces (indentation)
(#168) Expected indentation of 4 spaces (indentation)
(#169) Expected indentation of 4 spaces (indentation)
(#170) Expected indentation of 4 spaces (indentation)
(#173) Expected indentation of 4 spaces (indentation)
(#174) Expected indentation of 4 spaces (indentation)
(#177) Expected indentation of 4 spaces (indentation)
(#178) Expected indentation of 4 spaces (indentation)
(#179) Expected indentation of 4 spaces (indentation)
(#180) Expected indentation of 4 spaces (indentation)
(#181) Expected indentation of 4 spaces (indentation)
(#182) Expected indentation of 4 spaces (indentation)
(#183) Expected indentation of 4 spaces (indentation)
(#186) Expected indentation of 4 spaces (indentation)
(#189) Expected indentation of 4 spaces (indentation)
(#192) Expected indentation of 4 spaces (indentation)
(#193) Expected indentation of 4 spaces (indentation)
(#194) Expected indentation of 4 spaces (indentation)
(#195) Expected indentation of 4 spaces (indentation)
(#198) Expected indentation of 4 spaces (indentation)
(#199) Expected indentation of 4 spaces (indentation)
(#200) Expected indentation of 4 spaces (indentation)
(#203) Expected indentation of 4 spaces (indentation)
(#204) Expected indentation of 4 spaces (indentation)
(#205) Expected indentation of 4 spaces (indentation)
(#206) Expected indentation of 4 spaces (indentation)
(#209) Expected indentation of 4 spaces (indentation)
(#210) Expected indentation of 4 spaces (indentation)
(#211) Expected indentation of 4 spaces (indentation)
(#212) Expected indentation of 4 spaces (indentation)
(#213) Expected indentation of 4 spaces (indentation)
(#214) Expected indentation of 4 spaces (indentation)
(#215) Expected indentation of 4 spaces (indentation)
(#216) Expected indentation of 4 spaces (indentation)
(#217) Expected indentation of 4 spaces (indentation)
(#224) Expected indentation of 4 spaces (indentation)
(#228) Expected indentation of 4 spaces (indentation)
(#232) Expected indentation of 4 spaces (indentation)
(#235) Expected indentation of 4 spaces (indentation)
(#238) Expected indentation of 4 spaces (indentation)
(#243) Expected indentation of 4 spaces (indentation)
(#244) Expected indentation of 4 spaces (indentation)
(#250) Expected indentation of 4 spaces (indentation)
(#251) Expected indentation of 4 spaces (indentation)
(#255) Expected indentation of 4 spaces (indentation)
(#259) Expected indentation of 4 spaces (indentation)
(#262) Expected indentation of 4 spaces (indentation)
(#263) Expected indentation of 4 spaces (indentation)
(#267) Expected indentation of 4 spaces (indentation)
(#276) Expected indentation of 4 spaces (indentation)
(#277) Expected indentation of 4 spaces (indentation)
(#278) Expected indentation of 4 spaces (indentation)
(#281) Expected indentation of 4 spaces (indentation)
(#282) Expected indentation of 4 spaces (indentation)
(#287) Expected indentation of 4 spaces (indentation)
(#292) Expected indentation of 4 spaces (indentation)
(#305) Expected indentation of 4 spaces (indentation)
(#306) Expected indentation of 4 spaces (indentation)
(#309) Expected indentation of 4 spaces (indentation)
(#310) Expected indentation of 4 spaces (indentation)
(#311) Expected indentation of 4 spaces (indentation)
(#314) Expected indentation of 4 spaces (indentation)
(#315) Expected indentation of 4 spaces (indentation)
(#319) Expected indentation of 4 spaces (indentation)
(#320) Expected indentation of 4 spaces (indentation)
(#321) Expected indentation of 4 spaces (indentation)
(#322) Expected indentation of 4 spaces (indentation)
(#326) Expected indentation of 4 spaces (indentation)
(#329) Expected indentation of 4 spaces (indentation)
(#332) Expected indentation of 4 spaces (indentation)
(#335) Expected indentation of 4 spaces (indentation)
(#338) Expected indentation of 4 spaces (indentation)
(#342) Expected indentation of 4 spaces (indentation)
(#343) Expected indentation of 4 spaces (indentation)
(#344) Expected indentation of 4 spaces (indentation)
(#345) Expected indentation of 4 spaces (indentation)
(#346) Expected indentation of 4 spaces (indentation)
(#347) Expected indentation of 4 spaces (indentation)
(#350) Expected indentation of 4 spaces (indentation)
(#351) Expected indentation of 4 spaces (indentation)
(#352) Expected indentation of 4 spaces (indentation)
(#355) Expected indentation of 4 spaces (indentation)
(#356) Expected indentation of 4 spaces (indentation)
(#360) Expected indentation of 4 spaces (indentation)
(#363) Expected indentation of 4 spaces (indentation)
(#364) Expected indentation of 4 spaces (indentation)
(#365) Expected indentation of 4 spaces (indentation)
(#366) Expected indentation of 4 spaces (indentation)
(#369) Expected indentation of 4 spaces (indentation)
(#370) Expected indentation of 4 spaces (indentation)
(#371) Expected indentation of 4 spaces (indentation)
(#372) Expected indentation of 4 spaces (indentation)
(#375) Expected indentation of 4 spaces (indentation)
(#376) Expected indentation of 4 spaces (indentation)
(#380) Expected indentation of 4 spaces (indentation)
(#381) Expected indentation of 4 spaces (indentation)
(#382) Expected indentation of 4 spaces (indentation)
(#383) Expected indentation of 4 spaces (indentation)
(#386) Expected indentation of 4 spaces (indentation)
(#387) Expected indentation of 4 spaces (indentation)
(#388) Expected indentation of 4 spaces (indentation)
(#389) Expected indentation of 4 spaces (indentation)
(#390) Expected indentation of 4 spaces (indentation)
(#391) Expected indentation of 4 spaces (indentation)
(#394) Expected indentation of 4 spaces (indentation)
(#395) Expected indentation of 4 spaces (indentation)
(#396) Expected indentation of 4 spaces (indentation)
(#397) Expected indentation of 4 spaces (indentation)
(#398) Expected indentation of 4 spaces (indentation)
(#399) Expected indentation of 4 spaces (indentation)
(#402) Expected indentation of 4 spaces (indentation)
(#407) Expected indentation of 4 spaces (indentation)
(#410) Expected indentation of 4 spaces (indentation)
(#413) Expected indentation of 4 spaces (indentation)
(#414) Expected indentation of 4 spaces (indentation)
(#417) Expected indentation of 4 spaces (indentation)
(#420) Expected indentation of 4 spaces (indentation)
(#423) Expected indentation of 4 spaces (indentation)
(#427) Expected indentation of 4 spaces (indentation)
(#430) Expected indentation of 4 spaces (indentation)
(#433) Expected indentation of 4 spaces (indentation)
(#434) Expected indentation of 4 spaces (indentation)
(#435) Expected indentation of 4 spaces (indentation)
(#440) Expected indentation of 4 spaces (indentation)
(#443) Expected indentation of 4 spaces (indentation)
(#444) Expected indentation of 4 spaces (indentation)
(#447) Expected indentation of 4 spaces (indentation)
(#448) Expected indentation of 4 spaces (indentation)
(#451) Expected indentation of 4 spaces (indentation)
(#452) Expected indentation of 4 spaces (indentation)
(#455) Expected indentation of 4 spaces (indentation)
(#456) Expected indentation of 4 spaces (indentation)
(#459) Expected indentation of 4 spaces (indentation)
(#462) Expected indentation of 4 spaces (indentation)
(#466) Expected indentation of 4 spaces (indentation)
(#470) Expected indentation of 4 spaces (indentation)
(#471) Expected indentation of 4 spaces (indentation)
(#474) Expected indentation of 4 spaces (indentation)
(#475) Expected indentation of 4 spaces (indentation)
(#476) Expected indentation of 4 spaces (indentation)
(#477) Expected indentation of 4 spaces (indentation)
(#478) Expected indentation of 4 spaces (indentation)
(#479) Expected indentation of 4 spaces (indentation)
(#482) Expected indentation of 4 spaces (indentation)
(#483) Expected indentation of 4 spaces (indentation)
(#486) Expected indentation of 4 spaces (indentation)
(#487) Expected indentation of 4 spaces (indentation)
(#488) Expected indentation of 4 spaces (indentation)
(#489) Expected indentation of 4 spaces (indentation)
(#490) Expected indentation of 4 spaces (indentation)
(#491) Expected indentation of 4 spaces (indentation)
(#494) Expected indentation of 4 spaces (indentation)
(#495) Expected indentation of 4 spaces (indentation)
(#496) Expected indentation of 4 spaces (indentation)
(#497) Expected indentation of 4 spaces (indentation)
(#498) Expected indentation of 4 spaces (indentation)
(#499) Expected indentation of 4 spaces (indentation)
(#500) Expected indentation of 4 spaces (indentation)
(#503) Expected indentation of 4 spaces (indentation)
(#504) Expected indentation of 4 spaces (indentation)
(#505) Expected indentation of 4 spaces (indentation)
(#506) Expected indentation of 4 spaces (indentation)
(#507) Expected indentation of 4 spaces (indentation)
(#510) Expected indentation of 4 spaces (indentation)
(#511) Expected indentation of 4 spaces (indentation)
(#512) Expected indentation of 4 spaces (indentation)
(#513) Expected indentation of 4 spaces (indentation)
(#514) Expected indentation of 4 spaces (indentation)
(#517) Expected indentation of 4 spaces (indentation)
(#520) Expected indentation of 4 spaces (indentation)
(#521) Expected indentation of 4 spaces (indentation)
(#524) Expected indentation of 4 spaces (indentation)
(#525) Expected indentation of 4 spaces (indentation)
(#526) Expected indentation of 4 spaces (indentation)
(#527) Expected indentation of 4 spaces (indentation)
(#528) Expected indentation of 4 spaces (indentation)
(#531) Expected indentation of 4 spaces (indentation)
(#534) Expected indentation of 4 spaces (indentation)
(#535) Expected indentation of 4 spaces (indentation)
(#536) Expected indentation of 4 spaces (indentation)
(#537) Expected indentation of 4 spaces (indentation)
(#538) Expected indentation of 4 spaces (indentation)
(#541) Expected indentation of 4 spaces (indentation)
(#544) Expected indentation of 4 spaces (indentation)
(#545) Expected indentation of 4 spaces (indentation)
(#546) Expected indentation of 4 spaces (indentation)
(#547) Expected indentation of 4 spaces (indentation)
(#548) Expected indentation of 4 spaces (indentation)
(#549) Expected indentation of 4 spaces (indentation)
(#550) Expected indentation of 4 spaces (indentation)
(#553) Expected indentation of 4 spaces (indentation)
(#554) Expected indentation of 4 spaces (indentation)
(#555) Expected indentation of 4 spaces (indentation)
(#556) Expected indentation of 4 spaces (indentation)
(#557) Expected indentation of 4 spaces (indentation)
(#561) Expected indentation of 4 spaces (indentation)
(#566) Expected indentation of 4 spaces (indentation)
(#569) Expected indentation of 4 spaces (indentation)
(#574) Expected indentation of 4 spaces (indentation)
(#575) Expected indentation of 4 spaces (indentation)
(#576) Expected indentation of 4 spaces (indentation)
(#577) Expected indentation of 4 spaces (indentation)
(#578) Expected indentation of 4 spaces (indentation)
(#583) Expected indentation of 4 spaces (indentation)
(#584) Expected indentation of 4 spaces (indentation)
(#587) Expected indentation of 4 spaces (indentation)
(#588) Expected indentation of 4 spaces (indentation)
(#589) Expected indentation of 4 spaces (indentation)
(#592) Expected indentation of 4 spaces (indentation)
(#593) Expected indentation of 4 spaces (indentation)
(#596) Expected indentation of 4 spaces (indentation)
(#597) Expected indentation of 4 spaces (indentation)
(#598) Expected indentation of 4 spaces (indentation)
(#599) Expected indentation of 4 spaces (indentation)
(#602) Expected indentation of 4 spaces (indentation)
(#605) Expected indentation of 4 spaces (indentation)
(#606) Expected indentation of 4 spaces (indentation)
(#607) Expected indentation of 4 spaces (indentation)
(#608) Expected indentation of 4 spaces (indentation)
(#609) Expected indentation of 4 spaces (indentation)
(#610) Expected indentation of 4 spaces (indentation)
(#613) Expected indentation of 4 spaces (indentation)
(#614) Expected indentation of 4 spaces (indentation)
(#615) Expected indentation of 4 spaces (indentation)
(#616) Expected indentation of 4 spaces (indentation)
(#619) Expected indentation of 4 spaces (indentation)
(#620) Expected indentation of 4 spaces (indentation)
(#621) Expected indentation of 4 spaces (indentation)
(#622) Expected indentation of 4 spaces (indentation)
(#623) Expected indentation of 4 spaces (indentation)
(#624) Expected indentation of 4 spaces (indentation)
(#625) Expected indentation of 4 spaces (indentation)
(#628) Expected indentation of 4 spaces (indentation)
(#631) Expected indentation of 4 spaces (indentation)
(#632) Expected indentation of 4 spaces (indentation)
(#633) Expected indentation of 4 spaces (indentation)
(#634) Expected indentation of 4 spaces (indentation)
(#635) Expected indentation of 4 spaces (indentation)
(#638) Expected indentation of 4 spaces (indentation)
(#639) Expected indentation of 4 spaces (indentation)
(#640) Expected indentation of 4 spaces (indentation)
(#641) Expected indentation of 4 spaces (indentation)
(#642) Expected indentation of 4 spaces (indentation)
(#645) Expected indentation of 4 spaces (indentation)
(#646) Expected indentation of 4 spaces (indentation)
(#647) Expected indentation of 4 spaces (indentation)
(#648) Expected indentation of 4 spaces (indentation)
(#649) Expected indentation of 4 spaces (indentation)
(#650) Expected indentation of 4 spaces (indentation)
(#651) Expected indentation of 4 spaces (indentation)
(#654) Expected indentation of 4 spaces (indentation)
(#655) Expected indentation of 4 spaces (indentation)
(#658) Expected indentation of 4 spaces (indentation)
(#659) Expected indentation of 4 spaces (indentation)
(#660) Expected indentation of 4 spaces (indentation)
(#661) Expected indentation of 4 spaces (indentation)
(#662) Expected indentation of 4 spaces (indentation)
(#663) Expected indentation of 4 spaces (indentation)
(#664) Expected indentation of 4 spaces (indentation)
(#667) Expected indentation of 4 spaces (indentation)
(#668) Expected indentation of 4 spaces (indentation)
(#669) Expected indentation of 4 spaces (indentation)
(#670) Expected indentation of 4 spaces (indentation)
(#671) Expected indentation of 4 spaces (indentation)
(#672) Expected indentation of 4 spaces (indentation)
(#678) Expected indentation of 4 spaces (indentation)
(#682) Expected indentation of 4 spaces (indentation)
(#685) Expected indentation of 4 spaces (indentation)
(#686) Expected indentation of 4 spaces (indentation)
(#689) Expected indentation of 4 spaces (indentation)
(#690) Expected indentation of 4 spaces (indentation)
(#693) Expected indentation of 4 spaces (indentation)
(#696) Expected indentation of 4 spaces (indentation)
(#700) Expected indentation of 4 spaces (indentation)
(#701) Expected indentation of 4 spaces (indentation)
(#704) Expected indentation of 4 spaces (indentation)
(#705) Expected indentation of 4 spaces (indentation)
(#706) Expected indentation of 4 spaces (indentation)
(#709) Expected indentation of 4 spaces (indentation)
(#710) Expected indentation of 4 spaces (indentation)
(#713) Expected indentation of 4 spaces (indentation)
(#716) Expected indentation of 4 spaces (indentation)
(#719) Expected indentation of 4 spaces (indentation)
(#720) Expected indentation of 4 spaces (indentation)
(#721) Expected indentation of 4 spaces (indentation)
(#722) Expected indentation of 4 spaces (indentation)
(#723) Expected indentation of 4 spaces (indentation)
(#726) Expected indentation of 4 spaces (indentation)
(#727) Expected indentation of 4 spaces (indentation)
(#728) Expected indentation of 4 spaces (indentation)
(#729) Expected indentation of 4 spaces (indentation)
(#730) Expected indentation of 4 spaces (indentation)
(#731) Expected indentation of 4 spaces (indentation)
(#732) Expected indentation of 4 spaces (indentation)
(#733) Expected indentation of 4 spaces (indentation)
(#736) Expected indentation of 4 spaces (indentation)
(#737) Expected indentation of 4 spaces (indentation)
(#738) Expected indentation of 4 spaces (indentation)
(#739) Expected indentation of 4 spaces (indentation)
(#740) Expected indentation of 4 spaces (indentation)
(#741) Expected indentation of 4 spaces (indentation)
(#742) Expected indentation of 4 spaces (indentation)
(#743) Expected indentation of 4 spaces (indentation)
(#744) Expected indentation of 4 spaces (indentation)
(#745) Expected indentation of 4 spaces (indentation)
(#746) Expected indentation of 4 spaces (indentation)
(#750) Expected indentation of 4 spaces (indentation)
(#751) Expected indentation of 4 spaces (indentation)
(#752) Expected indentation of 4 spaces (indentation)
(#756) Expected indentation of 4 spaces (indentation)
(#757) Expected indentation of 4 spaces (indentation)
(#758) Expected indentation of 4 spaces (indentation)
(#759) Expected indentation of 4 spaces (indentation)
(#762) Expected indentation of 4 spaces (indentation)
(#765) Expected indentation of 4 spaces (indentation)
(#770) Expected indentation of 4 spaces (indentation)
(#771) Expected indentation of 4 spaces (indentation)
(#774) Expected indentation of 4 spaces (indentation)
(#775) Expected indentation of 4 spaces (indentation)
(#778) Expected indentation of 4 spaces (indentation)
(#779) Expected indentation of 4 spaces (indentation)
(#782) Expected indentation of 4 spaces (indentation)
(#783) Expected indentation of 4 spaces (indentation)
(#784) Expected indentation of 4 spaces (indentation)
(#785) Expected indentation of 4 spaces (indentation)
(#786) Expected indentation of 4 spaces (indentation)
(#787) Expected indentation of 4 spaces (indentation)
(#788) Expected indentation of 4 spaces (indentation)
(#789) Expected indentation of 4 spaces (indentation)
(#792) Expected indentation of 4 spaces (indentation)
(#793) Expected indentation of 4 spaces (indentation)
(#794) Expected indentation of 4 spaces (indentation)
(#797) Expected indentation of 4 spaces (indentation)
(#798) Expected indentation of 4 spaces (indentation)
(#803) Expected indentation of 4 spaces (indentation)
(#806) Expected indentation of 4 spaces (indentation)
(#809) Expected indentation of 4 spaces (indentation)
(#810) Expected indentation of 4 spaces (indentation)
(#811) Expected indentation of 4 spaces (indentation)
(#812) Expected indentation of 4 spaces (indentation)
(#815) Expected indentation of 4 spaces (indentation)
(#816) Expected indentation of 4 spaces (indentation)
(#817) Expected indentation of 4 spaces (indentation)
(#818) Expected indentation of 4 spaces (indentation)
(#819) Expected indentation of 4 spaces (indentation)
(#820) Expected indentation of 4 spaces (indentation)
(#823) Expected indentation of 4 spaces (indentation)
(#829) Expected indentation of 4 spaces (indentation)
(#830) Expected indentation of 4 spaces (indentation)
(#833) Expected indentation of 4 spaces (indentation)
(#839) Expected indentation of 4 spaces (indentation)
(#840) Expected indentation of 4 spaces (indentation)
(#843) Expected indentation of 4 spaces (indentation)
(#844) Expected indentation of 4 spaces (indentation)
(#845) Expected indentation of 4 spaces (indentation)
(#848) Expected indentation of 4 spaces (indentation)
(#851) Expected indentation of 4 spaces (indentation)
(#852) Expected indentation of 4 spaces (indentation)
(#853) Expected indentation of 4 spaces (indentation)
(#854) Expected indentation of 4 spaces (indentation)
(#857) Expected indentation of 4 spaces (indentation)
(#865) Expected indentation of 4 spaces (indentation)
(#866) Expected indentation of 4 spaces (indentation)
(#867) Expected indentation of 4 spaces (indentation)
(#868) Expected indentation of 4 spaces (indentation)
(#873) Expected indentation of 4 spaces (indentation)
(#874) Expected indentation of 4 spaces (indentation)
(#882) Expected indentation of 4 spaces (indentation)
(#883) Expected indentation of 4 spaces (indentation)
(#884) Expected indentation of 4 spaces (indentation)
(#885) Expected indentation of 4 spaces (indentation)
(#895) Expected indentation of 4 spaces (indentation)
(#896) Expected indentation of 4 spaces (indentation)
(#901) Expected indentation of 4 spaces (indentation)
(#902) Expected indentation of 4 spaces (indentation)
(#903) Expected indentation of 4 spaces (indentation)
(#904) Expected indentation of 4 spaces (indentation)
(#909) Expected indentation of 4 spaces (indentation)
(#910) Expected indentation of 4 spaces (indentation)
(#918) Expected indentation of 4 spaces (indentation)
(#919) Expected indentation of 4 spaces (indentation)
(#920) Expected indentation of 4 spaces (indentation)
(#925) Expected indentation of 4 spaces (indentation)
(#930) Expected indentation of 4 spaces (indentation)
(#931) Expected indentation of 4 spaces (indentation)
(#932) Expected indentation of 4 spaces (indentation)
(#937) Expected indentation of 4 spaces (indentation)
(#942) Expected indentation of 4 spaces (indentation)
(#947) Expected indentation of 4 spaces (indentation)
(#952) Expected indentation of 4 spaces (indentation)
(#953) Expected indentation of 4 spaces (indentation)
(#954) Expected indentation of 4 spaces (indentation)
(#959) Expected indentation of 4 spaces (indentation)
(#960) Expected indentation of 4 spaces (indentation)
(#961) Expected indentation of 4 spaces (indentation)
(#964) Expected indentation of 4 spaces (indentation)
(#972) Expected indentation of 4 spaces (indentation)
(#973) Expected indentation of 4 spaces (indentation)
(#977) Expected indentation of 4 spaces (indentation)
(#980) Expected indentation of 4 spaces (indentation)
(#983) Expected indentation of 4 spaces (indentation)
(#987) Expected indentation of 4 spaces (indentation)
(#990) Expected indentation of 4 spaces (indentation)
(#993) Expected indentation of 4 spaces (indentation)
(#997) Expected indentation of 4 spaces (indentation)
(#1187) Expected indentation of 4 spaces (indentation)
(#1193) Expected indentation of 4 spaces (indentation)
(#1199) Expected indentation of 4 spaces (indentation)
(#1205) Expected indentation of 4 spaces (indentation)
(#1210) Expected indentation of 4 spaces (indentation)
(#1211) Expected indentation of 4 spaces (indentation)
(#1212) Expected indentation of 4 spaces (indentation)
(#1215) Expected indentation of 4 spaces (indentation)
(#1216) Expected indentation of 4 spaces (indentation)
(#1217) Expected indentation of 4 spaces (indentation)
(#1218) Expected indentation of 4 spaces (indentation)
(#1219) Expected indentation of 4 spaces (indentation)
(#1220) Expected indentation of 4 spaces (indentation)

PHPDocs style problems

(65 errors, 32 warnings)

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

question/type/molsimilarity/backup/moodle2/backup_qtype_molsimilarity_plugin.class.php
(#17) No one-line description found in phpdocs for file
(#19) Package qtype is not valid
(#32) Package qtype is not valid
question/type/molsimilarity/backup/moodle2/restore_qtype_molsimilarity_plugin.class.php
(#17) No one-line description found in phpdocs for file
(#32) No one-line description found in phpdocs for class restore_qtype_molsimilarity_plugin
(#44) Phpdocs for function restore_qtype_molsimilarity_plugin::process_molsimilarity has incomplete parameters list
(#19) Package qtype is not valid
(#36) Package qtype is not valid
question/type/molsimilarity/classes/MolsimilarityException.php
(#28) Class MolsimilarityException is not documented
(#29) Function MolsimilarityException::__construct is not documented
(#20) Package qtype is not valid
question/type/molsimilarity/classes/output/mobile.php
(#20) Package qtype is not valid
question/type/molsimilarity/classes/privacy/provider.php
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#19) Package qtype is not valid
(#37) Package qtype is not valid
question/type/molsimilarity/classes/test_connection.php
(#32) Class qtype_molsimilarity_test_connection is not documented
(#20) Package qtype is not valid
question/type/molsimilarity/db/messages.php
(#19) Package qtype is not valid
question/type/molsimilarity/db/mobile.php
(#20) Package qtype is not valid
question/type/molsimilarity/db/services.php
(#19) Package qtype is not valid
question/type/molsimilarity/db/upgrade.php
(#20) Package qtype is not valid
question/type/molsimilarity/edit_molsimilarity_form.php
(#34) Class qtype_molsimilarity_edit_form is not documented
(#105) Function qtype_molsimilarity_edit_form::require_js is not documented
(#120) Function qtype_molsimilarity_edit_form::require_js_preview is not documented
(#134) Function qtype_molsimilarity_edit_form::get_per_answer_fields is not documented
(#180) Function qtype_molsimilarity_edit_form::data_preprocessing is not documented
(#185) Function qtype_molsimilarity_edit_form::qtype is not documented
(#39) Phpdocs for function qtype_molsimilarity_edit_form::definition_inner has incomplete parameters list
(#20) Package qtype is not valid
question/type/molsimilarity/externallib.php
(#32) Class qtype_molsimilarity_external is not documented
(#34) Function qtype_molsimilarity_external::modify_molfile_parameters is not documented
(#46) Function qtype_molsimilarity_external::molsimilarity_array_column_ext is not documented
(#66) Function qtype_molsimilarity_external::modify_molfile is not documented
(#163) Function qtype_molsimilarity_external::modify_molfile_returns is not documented
(#20) Package qtype is not valid
question/type/molsimilarity/lang/en/qtype_molsimilarity.php
(#20) Package qtype is not valid
question/type/molsimilarity/lib.php
(#51) Function qtype_molsimilarity_test_api_server is not documented
(#20) Package qtype is not valid
question/type/molsimilarity/question.php
(#40) Class qtype_molsimilarity_question is not documented
(#71) Function qtype_molsimilarity_question::get_correct_response is not documented
(#79) Function qtype_molsimilarity_question::get_correct_answer is not documented
(#156) Function qtype_molsimilarity_question::grade_response is not documented
(#176) Function qtype_molsimilarity_question::generate is not documented
(#42) Variable qtype_molsimilarity_question::$stereobool is not documented
(#43) Variable qtype_molsimilarity_question::$alpha is not documented
(#44) Variable qtype_molsimilarity_question::$threshold is not documented
(#45) Variable qtype_molsimilarity_question::$answers is not documented
(#262) There is no description in phpdocs for function call_api
(#215) Phpdocs for function qtype_molsimilarity_question::compare_mol has incomplete parameters list
(#263) Phpdocs for function qtype_molsimilarity_question::call_api has incomplete parameters list
(#334) Phpdocs for function qtype_molsimilarity_question::check_file_access has incomplete parameters list
(#52) Inline phpdocs tag {@link question_attempt::get_field_prefix()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#93) Inline phpdocs tag {@link question_attempt_step::get_qt_data()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#107) Inline phpdocs tag {@link question_attempt_step::get_qt_data()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#120) Inline phpdocs tag {@link grade_response()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#148) Inline phpdocs tag {@link question_state} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#152) Inline phpdocs tag {@link question_attempt_step::get_qt_data()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#20) Package qtype is not valid
question/type/molsimilarity/questiontype.php
(#50) Function qtype_molsimilarity::extra_question_fields is not documented
(#53) Function qtype_molsimilarity::move_files is not documented
(#59) Function qtype_molsimilarity::delete_files is not documented
(#65) Function qtype_molsimilarity::save_question_options is not documented
(#93) Function qtype_molsimilarity::get_possible_responses is not documented
(#85) There is no description in phpdocs for function get_random_guess_score
(#77) Phpdocs for function qtype_molsimilarity::initialise_question_instance has incomplete parameters list
(#86) Phpdocs for function qtype_molsimilarity::get_random_guess_score has incomplete parameters list
(#20) Package qtype is not valid
(#41) Package qtype is not valid
question/type/molsimilarity/renderer.php
(#39) Class qtype_molsimilarity_renderer is not documented
(#40) Function qtype_molsimilarity_renderer::formulation_and_controls is not documented
(#124) Function qtype_molsimilarity_renderer::require_js is not documented
(#147) Function qtype_molsimilarity_renderer::hidden_fields is not documented
(#159) Function qtype_molsimilarity_renderer::hidden_field_for_qt_var is not documented
(#170) Function qtype_molsimilarity_renderer::specific_feedback is not documented
(#187) Function qtype_molsimilarity_renderer::correct_response is not documented
(#200) Function qtype_molsimilarity_renderer::require_js_correct is not documented
(#109) Phpdocs for function qtype_molsimilarity_renderer::head_code has incomplete parameters list
(#20) Package qtype is not valid
question/type/molsimilarity/settings.php
(#20) Package qtype is not valid
question/type/molsimilarity/test_connection.php
(#20) Package qtype is not valid
question/type/molsimilarity/tests/helper.php
(#39) Function qtype_molsimilarity_test_helper::get_test_questions is not documented
(#43) Function qtype_molsimilarity_test_helper::make_molsimilarity_question_ethanollp is not documented
(#68) Function qtype_molsimilarity_test_helper::make_molsimilarity_question_s1aminoethanol is not documented
(#95) Function qtype_molsimilarity_test_helper::get_molsimilarity_question_data_ethanollp is not documented
(#119) Function qtype_molsimilarity_test_helper::get_molsimilarity_question_form_data_ethanollp is not documented
(#19) Package qtype is not valid
(#31) Package qtype is not valid
question/type/molsimilarity/tests/question_test.php
(#20) Package qtype is not valid
(#37) Package qtype is not valid
question/type/molsimilarity/tests/questiontype_test.php
(#60) Function qtype_molsimilarity_test::get_test_question_data is not documented
(#45) Variable qtype_molsimilarity_test::$includecoverage is not documented
(#50) Variable qtype_molsimilarity_test::$qtype is not documented
(#19) Package qtype is not valid
(#37) Package qtype is not valid
question/type/molsimilarity/tests/walkthrough_test.php
(#19) Package qtype is not valid
question/type/molsimilarity/version.php
(#20) Package qtype is not valid

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(1 errors, 1 warnings)

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

Problems running grunt
ENOENT: no such file or directory, stat 'question/type/molsimilarity/ChemDoodle/' Use --force to continue.

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]